/* 

// VERSION-CONTROL
////////////////////////////////////////////////////////////////////////
// custom.css
// v1.0.6 (17.02.2023) - 3.3.4 (POS)
// last edited by: Damian Pakuła
// author: Damian Pakuła (d.pakula@advertpro.co)
// https://advertpro.co
////////////////////////////////////////////////////////////////////////

*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.dropdown-menu {
	border-radius: 4px;
	padding: 0 2rem;
	margin: 0;
	border: none;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	right: 0 !important;
	left: auto !important;
	min-width: 16rem;
	background: #343434;
}
p {
  color: #282828;
}
/*-- Ba

.red {
	color: rgb(200, 14, 14);
}

.form__output.success {
	background: #4cbb6c;
	color: #fff;
	text-align: center;
	padding: 20px;
}

/*****************************
27. Modal CSS
*****************************/
/*-- 27.00 - Quick View Modal --*/
.modal {
	display: block !important;
	z-index: -9;
	padding-right: 0 !important;
}
.modal.show {
	z-index: 1050;
}
.product-modal .modal-dialog {
	width: 1125px;
  max-width: 1125px;
	margin: 75px auto 50px;
	background: #fff;
}
@media (max-width: 81.1875em) {
	.product-modal .modal-dialog {
		max-width: 95%;
		width: 1025px;
	}
}
.product-modal .modal-content {
	background-color: transparent;
}
.product-modal .modal-box.product-summary {
	padding: 4rem 2rem 2rem;
}

.product-modal .modal-box.product-summary li img {
	height: 20px;
}
.footer-map {
  width: 100%;
}



.product-image .product-badges {
	right: 2rem;
	top: 2rem;
	z-index: 3;
  display: flex;
  justify-content: flex-end;
}
.product-badges .product-badge {
	color: #ffffff;
	min-width: 4.2rem;
	min-height: 4.2rem;
	line-height: 4.2rem;
	text-align: center;
	font-size: 1.4rem;
	background: #343434;
	padding: 0 20px;
	margin-left: 20px;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.37);
}
.product-badges.small-badges .product-badge {
	color: #ffffff;
  min-width: 3.2rem;
  min-height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  font-size: 1.4rem;
  background: #343434;
  padding: 0 15px;
  margin-left: 10px;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.37);
}
.shop-products.two-columns .product-badges.small-badges .product-badge {
  min-width: 2.2rem;
  min-height: 2.2rem;
  line-height: 2.2rem;
  font-size: 1rem;
  padding: 0 10px;
}
.product-badges .product-badge:first-child {
	margin-left: 0;
}
.product-badge.new {
	background-color: #282828;
}
.product-badge.sale {
	background-color: #2f5f67;
}
.product-badge.hot {
	background-color: #d0021b;
}
.product-stock.unavailable {
	font-weight: bold;
	color: red;
}


@media (max-width: 28.125em) {
	.tab-style-1 .nav-tabs {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 28.125em) {
	.tab-style-1 .nav-link:not(:last-child) {
		margin-bottom: 1rem;
	}
}

.tab-style-3 .nav-link {
	margin: 0 !important;
}
@media (max-width: 47.94em) {
	.tab-style-3 .nav-link:not(:last-child) span {
		margin-bottom: 1rem;
	}
}
@media (max-width: 35.94em) {
	.tab-style-3 .nav-link:not(:last-child) span {
		margin-bottom: .5rem;
	}
}


.table tbody td.product-remove {
	padding-left: 8px;
}		
.table tbody td.product-thumbnail {
	padding-right: 1rem;
}		

.dropdown-toggle {
	cursor: pointer;
	margin-right: 2px;
	font-size: 1.2rem;
	color: #282828;
}
.dropdown-toggle:not([href]):not([tabindex]) {
	color: #282828;
}
.dropdown-toggle:after {
	display: none;
}
.dropdown-toggle span {
	margin-right: .9rem;
}
@media (max-width: 74.9375em) {
	.dropdown-toggle span {
		display: none;
	}
}
.dropdown-toggle i {
	font-size: 14px;
	font-weight: 700;
	padding-left: 3px;
}
.dropdown-menu {
	top: 1.5rem !important;
	right: -2rem !important;
}
@media (max-width: 35.94em) {
	.dropdown-menu {
		right: 50% !important;
		margin-right: -70px;
		top: 1rem !important;
	}
}
.dropdown-item {
	font-size: 1.3rem;
	line-height: 2;
	padding: .8rem 0;
	display: block;
	white-space: unset;
	width: inherit;
	color: #282828;
}
.dropdown-item:not(:last-child) {
	background: url(../img/others/line2.png) bottom center no-repeat;
}
.dropdown-item img {
	margin-right: .5rem;
}
.dropdown-item:hover {
	background-color: transparent;
	color: #2f5f67;
}


.tooltip {
	margin-bottom: 5px;
}
.tooltip:hover {
	display: none;
}
.tooltip-inner {
	color: #fff;
	padding: 3px 10px;
	font-size: 1.3rem;
}
.tooltip .arrow:before, .tooltip .arrow:after {
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #000;
}
.ai-global-overlay {
	z-index: 1001;
}



.materials-select .product-inner .product-info {
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}
.materials-select .product-inner .product-title {
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
	font-weight: bold;
}
.product-summary .product-title {
  font-size: 36px;
  margin: 10px 0 33px;
  line-height: 1.2;
  color: #282828;
  /* text-transform: uppercase; */
  font-weight: 200;
  letter-spacing: 3px;
  font-family: 'Calistoga', cursive;
}
.product-summary .product-title.has-manufacturer-logo {
  margin-right: 100px;
}
.product-price-wrapper > span {
	color: #2f5f67;
	margin: 0 2px;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
}
.product-price-wrapper > span.money.highlighted {
	color: rgb(204, 111, 31);
}
.materials-select .product-inner .product-price-wrapper > span {
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
}

.select-material-container {
	position: relative;
}
.select-material-container.selected::before {
	content: '\f058';
	position: absolute;
	font-family: fontAwesome;
	color: #00b994;
	font-size: 4rem;
	z-index: 2;
	top: -22px;
	right: 3px;
}
.select-material-container.selected::after {
	content: ' ';
	position: absolute;
	background-color: white;
	z-index: 1;
	top: -12px;
	right: 6px;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}
.btn.running, .disabled {
	pointer-events: none !important;
}
.hidden {
	display: none !important;
}



.bg--image {
	background-size: cover;
	position: relative;
  background-position: center;
}
.bg--image::before {
	content: ' ';
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
}
.bg--image.dark-mask::before {
	background-color: #000;
	opacity: .5;
}
.bg--image.light-mask::before {
	background-color: #fff;
	opacity: .5;
}
.breadcrumb-area.light-text .page-title,
.breadcrumb-area.light-text .breadcrumb li span,
.breadcrumb-area.light-text .breadcrumb li a,
.breadcrumb-area.light-text .breadcrumb li:not(:last-child):after
{
	color: #fff;
}


.mini-cart-inner.empty-cart .mini-cart__total, .mini-cart-inner.empty-cart .mini-cart__buttons {
	display: none;
}
span.calc-product-total {
	color: #00b994;
	font-weight: bold;
	display: block;
}
.form__input--2.error {
	border-color: red;
}
label.error {
	color: red;
}
.alert {
	padding: 2.75rem 7.25rem;
	margin-bottom: 0;
	border: 3px solid transparent;
	border-radius: 0;
}
.money-ribbon {
	position: absolute;
	top: 15px;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(3, 3, 3, 0.51);
	padding: 10px 25px;
	color: #000;
	font-weight: bold;
	text-align: center;
	border-left: 1px dashed gray;
}
.delivery-time {
	font-size: 12px !important;
	color: #282828;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.8 !important;
}
.overflow-hidden {
	overflow: hidden;
}
.generator-disabled {
	opacity: .3;
	cursor: default !important;
}
.address-holder {
	border: 1px solid gray;
	padding: 15px;
	margin-bottom: 20px;
}
.search-head {
	margin-top: 20px;
}
.search-tags-container, .search-categories-container {
	margin-bottom: 20px;
}
.searchform__body {
	height: auto;
	margin-top: 100px;
}
.searchform__popup {
	overflow: auto;
  height: 100%;
}
.mockup-generator {
	width: 100%;
	margin-bottom: 30px;
}

.product-image--holder img {
	/*height: auto;*/
}
.product-image--holder.auto img {
	height: auto;
}
#contact-form.sent .form__group {
	display: none!important;
}
.infinite-scroll-last, .infinite-scroll-error {
	text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background-color: rgb(110, 110, 110);
  padding: 30px;
  color: #fff;
  margin: 40px auto;
}
.infinite-scroll-error {
	color: red;
}


/* loader-ellips
------------------------- */

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em); }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

/* stylelint-disable-next-line no-duplicate-selectors */
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.text-black {
	color: black !important;
}
.float-right {
	float: right !important;
}
.table.cart-table th,
.table.cart-table td {
	border-right: 1px solid rgb(241, 241, 241);
}
.table.cart-table th:first-child,
.table.cart-table th:nth-child(2),
.table.cart-table th:last-child,
.table.cart-table td:first-child,
.table.cart-table td:nth-child(2),
.table.cart-table td:last-child
{
	border-right: none;
}
.table.cart-table tr.not-available td {
	opacity: .2;
}
.table.cart-table tr.available-warning td, 
.table.cart-table tr.not-available td,
.table.cart-table tr.available-warning td a,
.table.cart-table tr.not-available td a,
.table.cart-table tr.available-warning td span, 
.table.cart-table tr.not-available td span,
.table.cart-table tr.available-warning td .quantity-input,
.table.cart-table tr.not-available td .quantity-input,
.table.cart-table tr.available-warning td .quantity .qtybutton
.table.cart-table tr.not-available td .quantity .qtybutton {
	color: #fff;
	background-color: #d0021b;
}

.cart-table {
  width: 100%
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.cart-table, table.cart-table thead, table.cart-table tbody, table.cart-table th, table.cart-table td, table.cart-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.cart-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.cart-table tr { 
    background: #f9f9f9;
    margin-bottom: 20px;
  }
	
	table.cart-table td, .cart-table tbody td.product-remove, .cart-table tbody td.product-thumbnail { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
    width: 100%;
    text-align: left!important
	}
	
	table.cart-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: calc(50% - 12px);
    line-height: 24px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
    text-align: right;
	}
  
  table.cart-table td:nth-of-type(1), table.cart-table td:nth-of-type(2), table.cart-table td:nth-of-type(3)  {
    padding: 10px;
    text-align: center!important
  }
  table.cart-table td:nth-of-type(1) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  table.cart-table td:nth-of-type(2) {
    padding-top: 5px;;
    border-bottom: 0;
  }
  
  .table.cart-table td .quantity {
    margin: 0 !important;
  }
	
	/*
	Label the data
	*/
	table.cart-table td:nth-of-type(1):before { content: ""; }
	table.cart-table td:nth-of-type(2):before { content: ""; }
	table.cart-table td:nth-of-type(3):before { content: ""; }
	table.cart-table td:nth-of-type(4):before { content: "Termin realizacji:"; }
	table.cart-table td:nth-of-type(5):before { content: "Cena:"; }
	table.cart-table td:nth-of-type(6):before { content: "Ilość:"; }
	table.cart-table td:nth-of-type(7):before { content: "Razem:"; }
}

/* custom links */
 
a.blue {
	color: #2f5f67;
}
a.orange, button.orange, .update-cart-shipping {
	color: darkgoldenrod;
}
.update-cart-shipping {
	color: darkgoldenrod !important;
}
a.orange:hover {
	color: #2f5f67;
}
.update-cart-shipping:hover {
	color: #2f5f67 !important;
}
a.blue:hover {
	color: darkgoldenrod;
}

/*  progress bar */
.progressbar {
  counter-reset: step;
	display: flex;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #2f5f67;
}
.progressbar li.active:before {
  border-color: #2f5f67;
} 
.progressbar li.current {
  color: darkgoldenrod;
	border-color: darkgoldenrod;
}
.progressbar li.current:before {
  border-color: darkgoldenrod;
  background-color: darkgoldenrod;
	color: #fff;
} 
.progressbar li.active + li:after {
  background-color: #2f5f67;
}
/* alerts */
.alert {
	text-align: center;
}
.alert-danger {
	color: #fff;
	background-color: #d0021b;
	border-color: #d0021b;
}
.sa-button-container .btn {
	background-image: none;
}
.sa-button-container .btn-default {
	color: #fff;
	background-color: #161b3d;
	border-color: #161b3d;
}
.sa-button-container .btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.sa-button-container .btn-warning {
	color: #fff;
	background-color: darkgoldenrod;
	border-color: darkgoldenrod;
}
.sa-button-container .btn:hover {
	background-color: #161b3d;
	border-color: #161b3d;
}
.sa-button-container .btn-default:hover {
	background-color: darkgoldenrod;
	border-color: darkgoldenrod;
}
.sweet-alert h2 {
	font-size: 26px;
}
.categories-tags, .highlighted-filters{
  margin-bottom: 2rem;
}
.categories-tags h3 {
	color: #000;
	text-transform: uppercase;
}
.categories-tags .tagcloud,
.highlighted-filters .tagcloud {
	margin-top: 10px;
  text-align: center;
}
.categories-tags .tagcloud a,
.highlighted-filters .tagcloud a {
	font-size: 14px;
	padding: 10px 25px;
	margin-right: 10px;
	margin-top: 10px;
  border: 1px solid #a8a8a8;
  color: #000;
  border-radius: 100px;
}
.tagcloud a.active, .tagcloud a:hover {
	background: #2f5f67;
	color: #fff;
	border-color: #2f5f67;
}
.breadcrumb-area .breadcrumb li:not(:last-child):after {
  top: calc(50% - 9px);
	line-height: 20px;
  
}
.megamenu.five-column {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 106.1875em) {
	.main-navigation .mainmenu__link {
		padding-right: 2.6rem;
    padding-left: 2.6rem;
	}
}
.search-tags-container, .search-categories-container {
	display: none;
}
.tags-container {
	margin-top: 20px;
}
.search-tags-container.tagcloud a, .search-containers-container.tagcloud a, .tags-container.tagcloud a {
	text-transform: uppercase;
}
.searchform__submit {
	height: auto;
}	
.searchform__popup .btn-close {
	top: 5%;
	right: 3%;
}



/*-- 30.09 - Product Variations --*/
.swatch-wrapper {
	float: left;
	padding: 2px;
	margin: 5px 5px 0;
}
.swatch-wrapper:hover {
	border-color: #2f5f67;
	color: #2f5f67;
}
.swatch-label {
	font-size: 12px;
	color: #282828;
}
.swatch-label strong:not(:empty):before {
	content: ':';
	margin-right: 5px;
	margin-left: 5px;
}
.product-color-variations.small-inline-list {
	display: flex;
}
.product-color-variations.small-inline-list .swatch-label {
	margin-bottom: 2px;
}
.product-color-variations.small-inline-list .swatch-wrapper{
	margin-top: 0;
}
.flex-center {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.product-color-variations .product-color-swatch-btn {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.product-color-variations.small-inline-list .product-color-swatch-btn {
	width: 15px;
height: 15px;
}
.product-size-variations .product-size-swatch {
	clear: both;
}
.product-size-variations .product-size-swatch-btn {
	min-width: 40px;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.reset_variations {
	display: none;
	color: #282828;
	margin-top: 5px;
}
.reset_variations:before {
	content: "\f021";
	font-family: FontAwesome;
	padding-right: 5px;
}

.swatch-wrapper {
	border: 1px solid #a3a3a3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.swatch-wrapper.squere {
	border: 1px solid #a3a3a3;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	-ms-border-radius: 0%;
	-o-border-radius: 0%;
	border-radius: 0%;
}
.product-color-variations .product-color-swatch-btn {
	display: block;
	margin: 0;
}

.swatch-wrapper:hover {
	border-color: #2f5f67;
	color: #2f5f67;
}
.swatch-wrapper.active, .swatch-wrapper.active:hover {
	background: #ffffff !important;
	border-color: #071981 !important;
	color: #fff !important;
	padding: 6px;
	border: 2px solid red;
}
.swatch-wrapper.active a:hover {
	color: #fff;
}
.swatch-wrapper.unavailable {
	opacity: .2;
}

.details-label {
	font-size: 12px;
color: #282828;
	text-transform: uppercase;
}


@media (min-width: 93.75em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu {
		width: 120rem;
	}
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.five-column {
		width: 120rem;
	}
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.four-column {
		width: 120rem;
	}
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.three-column {
		width: 120rem;
	}
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.two-column {
		width: 120rem;
	}
}



.main-navigation .mainmenu li.has-children.megamenu {
  position: static;
}


.is-sticky .sticky--pinned .main-navigation .mainmenu--centered .mainmenu__item.menu-item-has-children > ul.megamenu {
  left: 0;
  transform: translateX(0%);
}


.lower-badge {
  position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.76);
	color: #000;
	padding: 10px 20px;
	z-index: 3;
	width: 100%;
	text-align: center;
}
.lower-badge.category-badge {
	background: rgba(255, 255, 255, 0.76);
	color: #000;
}
.lower-badge.unavailable-badge {
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
}
.lower-badge.limited-badge {
  background: rgba(250, 135, 203, 0.76);
  color: #fff;
}
.remove-filters {
	color: red;
	text-transform: lowercase;
	font-size: 1.4rem;
	margin-left: 5px;
}

.product-widget__list li.active a {
	font-weight: bold;
	color: #2f5f67;
	text-decoration: underline;
}
.level-up-label {
	text-transform: lowercase;
	margin-right: 10px;
	display: none;
}
.level-up-btn:hover .level-up-label {
	display: inline;
}
.category-title {
  display: block;
  font-size: 1.75rem;
  color: #000;
  text-align: center;
}
.category-title h1 {
  display: inline-block;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.product-color-swatch-label {
  display: none !important;
}
.maintance-instruction {
  max-height: 50px;
}
.product-meta .product-detail {
  font-weight: bold;
  font-size: 1.2rem;
}
.product-meta .product-detail .details-label {
  font-weight: normal;
}
.shop-toolbar__btn.simple__btn {
  min-width: auto;
  display: none;
  padding: 1.2rem 1.8rem;
}
.shop-toolbar__btn.simple__btn:after {
  content: '';
  display: none;
}
.shop-toolbar__btn.simple__btn.active {
  background: #2f5f67;
  color: #fff;
  border-color: #2f5f67;
}
.shop-toolbar__btn.simple__btn.column-switcher {
  cursor: pointer;
}












.form-row.bordered {
  margin: 35px 0px 0px 0px;
  padding-top: 10px;
  border: 2px solid #C5C5C5;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(252, 252, 252);
}

.custom-select, .custom-control {
  height: 6rem;
  border-radius: 0;
}
.custom-control {
  width: 100%;
  color: #495057;
  border: 1px solid #ced4da;
}
.checkout-title h2:after {
  margin-top: 5px;
}
.checkout-title h2 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #3b3b3b;
}



/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





.addresses-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.address-container  {
  width: 50%;
  margin-bottom: 20px;
}
.address-container.add-address {
  background-color: rgb(252, 252, 252);
  border: 2px solid #C5C5C5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #3b3b3b;
}
.address-container.add-address i {
  color: #eee;
  font-size: 30px;
  margin-right: 10px;
  margin-top: -2px;
}
.address-container.add-address:nth-child(3), .address-container.add-address:nth-child(1) {
  width: 100%;
}
.address-container.add-address:hover {
  border: 2px solid #00b994;
}
.address-container.add-address:hover i {
  color: #00b994;
}
.addresses-list .address-container .address-holder {
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 40px;
  border: 2px solid #C5C5C5;
  margin: 0 10px 0 0;
  height: 100%;
}
.addresses-list .address-container:nth-child(even) .address-holder {
  margin: 0 0 0 10px;
}


.addresses-list .select-address {
  cursor: pointer;
}
.addresses-list .select-address:hover {
  background-color: rgb(247, 247, 247);
}
.addresses-list .select-address.selected {
  border: 5px solid #00b994;
}

.addresses-list .address-holder .address-btns {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.addresses-list .address-holder .address-btns a {
  margin-left: 10px;
  color:red;
}
.addresses-list .address-holder .address-btns a:hover {
  color: #000;
}


@media only screen and (max-width: 760px) {
  .address-container  {
    width: 100%;
  }
  .addresses-list .address-container .address-holder, .addresses-list .address-container:nth-child(even) .address-holder {
    margin: 0;
  }
}

/* DELIVERY SELECT */

/* Customize the label (the container) */
.radiobox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  background: #f9f9f9;
  padding: 20px 80px 20px 55px;
  
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 25px;
}
.radiobox-container.disabled {
  opacity: .3;
  pointer-events: none;
}

/* Hide the browser's default radio button */
.radiobox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radiobox-container .checkmark {
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobox-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.radiobox-container img {
  height: 20px;
  display: block;
}
.radiobox-container.payment-container img {
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.radiobox-container .delivery-title {
  font-weight: bold;
  color: #282828;
  display: block;
  font-size: 1.5rem;
}
.radiobox-container.payment-container .delivery-title {
  line-height: 3.5rem;
}
.radiobox-container .delivery-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #282828;
}
.radiobox-container .delivery-price {
  font-weight: bold;
  color: #282828;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.5rem;
}

.easypack-widget .btn.btn-checkbox, .easypack-widget .btn.btn-radio {
  min-height: 20px;
}
.is-sticky .sticky--pinned.header-inner {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.09);
}

.is-sticky .sticky--pinned.header-inner .header-middle {
  display: none;
}
.header-style-3 .header-bottom {
  padding-top: 15px;
}
.remove-coupon {
  color: red;
}
.banner-info.dark-bg::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.banner-box .banner-info.small .banner-title-2 {
  font-size: 26px;
}
tr.unavailable {
  opacity: .3;
}
.post.unavailable {
  opacity: .3;
  transition: opacity 0.5s;
}
.post.unavailable:hover {
  opacity: 1;
}
.homepage-slider .container-fluid {
padding: 0;
}
.owl-theme .owl-nav {
  margin: 0 !important;
}
.owl-dots {
  position: absolute;
bottom: 0;
width: 100%;
}
.owl-prev, .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 0;
  opacity: .3;
  transition: opacity 0.5s;
}
.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}
.owl-prev span, .owl-next span {
  display: none;
}
.owl-prev::before, .owl-next::before {
  content: ' ';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
  z-index: 0;
}
.owl-prev::after {
  content: '\f104';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 4rem;
  top: 5px;
  left: 16px;
  color: #fff;
}
.owl-next::after {
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 4rem;
  top: 5px;
  left: 19px;
  color: #fff;
}
.owl-prev {
  left: 25px;
}
.owl-next {
  right: 75px;
}

.banners-section {
  display: flex;
  flex-wrap: wrap;
}

.model-container img {
  display: none
}
.model-container {
  background-image: url('../img/banner/modelvv2.webp');
  background-repeat: no-repeat;
  background-position-y: -40px;
  background-position-x: 30px;
}
.bonus-remain-label {
  display: block;
  margin-top: -5px;
}
.header-bottom .header-toolbar {
  display: none;
}
.header-inner.sticky--pinned .header-bottom .header-toolbar {
  display: flex;
}
.header-inner.sticky--pinned .header-bottom .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top { 
  padding: 5px 0;
  background-color: #2f5f67;
  color: white;
  margin-bottom: 20px;
}
.mini-cart-btn sup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  display: block;
  top: 11px;
  right: 1px;
  min-width: 15px;
  text-align: center;
  padding: 0;
  background-color: #4A4141;
  border-radius: 50%;
}
.mainmenu__link span {
  
}
.mainmenu__link.nav-link span {
  text-transform: none;
}
.user-dashboard-tab__head {
  flex-basis: 26rem;
  max-width: 26rem;
}
.alert-success {
  color: #ffffff;
  background-color: #00b994;
  border-color: #00b994;
}
.alert-info {
  color: #ffffff;
  background-color: #00adcd;
  border-color: #00adcd;
}
.alert-warning {
  color: #ffffff;
  background-color: #ffa600;
  border-color: #ffa600;
}
.overflow-hidden {
  overflow: hidden;
}


.dl-menuwrapper .dl-menu.dl-menuopen {
  height: 85vh;
  overflow-y: scroll;
  padding-bottom: 25vh;
}

.product-summary .product-price-wrapper > span.old-price {
  font-weight: 300;
}

@media (max-width: 576px) {
  .header-text {
    display: none;
  }
  .header-mobile__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .is-sticky .sticky--pinned.header-mobile__inner {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
  }
  
  .shop-products.two-columns .row > * {
    width: 50%;
  }
  .shop-toolbar__btn.simple__btn {
    display: block;
  }
  .airi-product .product-action a {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .tab-style-1.product-data-tab .product-data-tab__link.nav-link {
    margin-bottom: 20px;
  }
  .model-container {
    height: 400px;
    background-size: contain;
    background-position-y: center;
    background-position-x: center;
  }
  .header-top {
    margin-bottom: 0;
  }
  .logo-box img {
    /*height: 30px;*/
  }
  .footer-3 {
    text-align: center;
  }
  
  
  .product-image {
    overflow: visible;
  }
  .product-image .product-badges.small-badges {
    right: auto;
    left: auto;
    top: auto;
    z-index: 3;
    bottom: -15px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .product-badges.small-badges .product-badge {
    min-width: 1.2rem;
    min-height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    font-size: 1rem;
    background: #343434;
    padding: 0 6px;
    margin-left: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.24);
  }
  
  .product-badges .product-badge:first-child {
    margin-left: 0;
    }
  
  
  .airi-product-action {
    right: .5rem;
    bottom: 2rem;
    z-index: 9;
  }
  .product-action a {
    margin: 2px;
  }
  .airi-product-action .size-btn, .airi-product-action .action-btn i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .product-price-wrapper > span.product-price-old {
    font-weight: 300;
    font-size: 1.5rem;
    display: block;
  }
  
  .product-title {
    font-size: 1.2rem;
  }
  .lower-badge.category-badge {
    display: none;
  }
  .btn-large:not(.add-to-cart) {
    padding: 0 2.5rem;
    width: 100%;
  }
  
  .mobile-two-columns .airi-product {
    width: 50% !important
  }
  
  
}

@media (max-width: 61.94em) {
  .header-toolbar__item > a {
    color: #393939;
  }
  .mini-cart-btn sup {
    background-color: #33a305;
  }
  .box-content__inner:after, .box-content__link, .banner-btn-2 span, .banner-btn-3:after, .ai-newsletter-popup, .blog-link-overlay:after, .banner-box .banner-info, .faq-bg, .searchform-3, .searchform-3 .searchform__input, .searchform__popup, .searchform__body, .main-navigation .mainmenu__link:before, .offcanvas-menu li span.menu-expand, .post-navigation .nav-links__link, .product-image img, .product-image .secondary-image, .airi-product-list .product-image--holder, .airi-product-list .product-image--holder a, .banner-box .banner-image {
    height: 100%;
  }
.airi-product {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 1.5rem;
  }
  .airi-product .product-inner {
    border: 1px solid rgb(240, 240, 240);
    padding: 5px;
  }.col-xs-6 {
    width: 50% !important
  }
  .slick-track {
    display: flex;
    justify-content: center;
  }
  .product-gallery.vertical-slide-nav .product-gallery__thumb--single {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin-right: 10px;
    border: 1px solid rgb(215, 213, 213);
  }
  .product-gallery.vertical-slide-nav .product-gallery__thumb--single img {
    height: 100%;
  }
  .breadcrumb-area {
    /*display: none;*/
  }
}
.menu-btn:after { 
  color: #393939;
}
.header-component__currency a.active {
  text-decoration: underline;
}
.form-row.with-title-bar {
  position: relative;
  padding-top: 70px;
}
.title-bar {
  background-color: #00b994;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.btn-promo {
  font-weight: bold;
  display: block;
  background-color: rgb(207, 32, 32);
  width: 100%;
  padding: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.btn-promo:hover {
  background-color: #005ca9;
  color: #fff;
}
.user-dashboard-tab__head .active .nav-link, .user-dashboard-tab__head .nav-link:hover {
    background-color: #2f5f67;
  color: #fff;
}
.message-box p i.red {
  color: red;
}
.message-box p i.blue {
  color: darkblue;
}
.table.order-table th, .table.order-table td {
  text-transform: none;
}
.prize-btn {
  color: #fff !important;
  background-color: #00b994;
  line-height: 35px;
  min-height: auto;
  margin-right: 20px !important;
}
.color-black {
  color: #000;
}
.remove-prize {
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  color: red;
  cursor: pointer;
}
.remove-prize:hover {
  color: #000;
}
.wide-column {
  min-width: 15rem;
}
@media (min-width: 1200px) {
  .wide-column {
    min-width: 25rem;
  }
}

.product-main-details .product-summary .product-action .add-to-cart.btn-large.animate {
   color: transparent !important;
}

@media (max-width: 93.6875em) {
  .product-main-details .product-summary .product-action .add-to-cart.btn-large.animate {
    min-height: 7rem;
    line-height: 7rem;
    padding: 0;
  }
}

/*****************************
26. Mini Cart CSS
*****************************/
.mini-cart {
  overflow: auto;
	width: 42rem;
  z-index: 1003;
}
@media (max-width: 47.94em) {
	.mini-cart {
		width: 35rem;
	}
}
@media (max-width: 35.94em) {
	.mini-cart {
		width: 31rem;
		max-width: 100%;
	}
}
.mini-cart .btn-close {
	font-size: 3rem;
	top: 4rem;
	height: 3rem;
	background: none;
}
@media (max-width: 47.94em) {
	.mini-cart .btn-close {
		top: 1rem;
		right: 2rem;
	}
}
@media (max-width: 35.94em) {
	.mini-cart .btn-close {
		right: 1rem;
	}
}
.mini-cart .btn-close i {
	color: #111111;
}
.mini-cart-wrapper {
	padding-top: 5rem;
}
@media (max-width: 74.9375em) {
	.mini-cart-wrapper {
		padding-top: 4rem;
	}
}
@media (max-width: 47.94em) {
	.mini-cart-wrapper {
		padding-top: 3rem;
	}
}
@media (max-width: 35.94em) {
	.mini-cart-wrapper {
		padding-top: 2rem;
	}
}
.mini-cart-inner {
	overflow: hidden;
	padding: 5rem;
}
@media (max-width: 74.9375em) {
	.mini-cart-inner {
		padding: 4rem 5rem;
	}
}
@media (max-width: 47.94em) {
	.mini-cart-inner {
		padding: 3rem;
	}
}
@media (max-width: 35.94em) {
	.mini-cart-inner {
		padding: 2rem;
	}
}
.mini-cart__list {
	overflow: auto;
	margin-right: -7rem;
	padding-right: 7rem;
	margin-bottom: 3rem;
}
@media (max-width: 74.9375em) {
	.mini-cart__list {
		max-height: 27rem;
	}
}
@media (max-width: 35.94em) {
	.mini-cart__list {
		max-height: 21rem;
		margin-bottom: 2rem;
	}
}
.mini-cart__product:not(:last-child) {
	margin-bottom: 3rem;
}
.mini-cart__product .remove {
	font-size: 1.4rem;
	height: 2rem;
	width: 2rem;
	line-height: 1.7rem;
	right: -17px;
	top: 2px;
}
.mini-cart__product__image {
	-webkit-flex-basis: 7rem;
	-moz-flex-basis: 7rem;
	-ms-flex-preferred-size: 7rem;
	flex-basis: 7rem;
	max-width: 7rem;
}
.mini-cart__product__content {
	-webkit-flex-basis: calc(100% - 7rem);
	-moz-flex-basis: calc(100% - 7rem);
	-ms-flex-preferred-size: calc(100% - 7rem);
	flex-basis: calc(100% - 7rem);
	max-width: calc(100% - 7rem);
	padding-left: 2rem;
}
@media (max-width: 47.94em) {
	.mini-cart__product__content {
		-webkit-flex-basis: calc(100% - 9rem);
		-moz-flex-basis: calc(100% - 9rem);
		-ms-flex-preferred-size: calc(100% - 9rem);
		flex-basis: calc(100% - 9rem);
		max-width: calc(100% - 9rem);
		padding-left: 1rem;
	}
}
.mini-cart__product__title {
	font-size: 14px;
	line-height: normal;
	margin: 0 0 5px;
}
.mini-cart__attrs img {
  height: 2rem;
}
.mini-cart__total {
	margin-bottom: 3rem;
}
.mini-cart__total span.ammount {
	font-size: 1.8rem;
}
.mini-cart__buttons a:not(:last-child) {
	margin-bottom: 1rem;
}
.mini-cart-alert {
  padding: 15px 80px 15px 50px;
}
.mini-cart-wrapper {
  padding-top: 0;
}
.shop-toolbar {
  margin-bottom: 1rem;
}
.product-attrs {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.product-attrs img {
  width: 2rem;
  height: auto;
  margin-right: .5rem;
}

.shop-toolbar-container {
  background-color: #fcfcfc;
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
  border-top: 1px solid #dedede;
}
.shop-toolbar-container .upper-desc p {
  margin-bottom: 0;
}
.shop-toolbar-container .upper-desc{
  margin-bottom: 20px;
}

@media (min-width: 768px) {
	.page-content-inner.enable-full-width:not(.enable-page-sidebar) .product-main-image {
		-webkit-flex-basis: 55%;
		-moz-flex-basis: 55%;
		-ms-flex-preferred-size: 55%;
		flex-basis: 55%;
		max-width: 55%;
	}
}
@media (min-width: 100em) {
	.page-content-inner.enable-full-width:not(.enable-page-sidebar) .product-main-image {
		-webkit-flex-basis: 55%;
		-moz-flex-basis: 55%;
		-ms-flex-preferred-size: 55%;
		flex-basis: 55%;
		max-width: 55%;
	}
}
@media (min-width: 768px) {
	.page-content-inner.enable-full-width:not(.enable-page-sidebar) .product-main-details {
		padding-left: 55px;
		-webkit-flex-basis: calc(100% - 55%);
		-moz-flex-basis: calc(100% - 55%);
		-ms-flex-preferred-size: calc(100% - 55%);
		flex-basis: calc(100% - 55%);
		max-width: calc(100% - 55%);
	}
}
@media (min-width: 100em) {
	.page-content-inner.enable-full-width:not(.enable-page-sidebar) .product-main-details {
		-webkit-flex-basis: calc(100% - 55%);
		-moz-flex-basis: calc(100% - 55%);
		-ms-flex-preferred-size: calc(100% - 55%);
		flex-basis: calc(100% - 55%);
		max-width: calc(100% - 55%);
	}
}


/*-- 30.09 - Product Variations --*/
.variation-form .swatch-wrapper {
	float: left;
	padding: 10px;
	margin: 0 5px 0;
  border-radius: 10px;
}
.variation-form .swatch-wrapper:hover {
	border-color: #2f5f67;
	color: #2f5f67;
}
.variation-form .swatch-wrapper.active:hover {
	background: #ffffff !important;
	border-color: #071981 !important;
	color: #fff !important;
	padding: 10px;
	border: 1px solid red;
}
.variation-form .swatch-wrapper.active, .variation-form .swatch-wrapper.active:hover {
	background: #2f5f67 !important;
	border-color: #2f5f67 !important;
	color: #fff !important;
}
.swatch-wrapper.active, .swatch-wrapper.active:hover {
  border-width: 1px;
}
.variation-form .swatch-wrapper.active a:hover {
	color: #fff;
  border: none;
}
.variation-form .swatch-wrapper.unavailable {
	opacity: .2;
}
.swatch-label, .variation-form .availability-notify-label {
	font-size: 12px;
	color: #282828;
  margin-bottom: 1rem;
  font-weight: 300;
}
.swatch-label.highlighted {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.variation-form .availability-notify-label {
	margin-top: 10px;
}
.variation-form .availability-notify-label .swatch-label {
  font-weight: bold;
}
.variation-form .swatch-label strong:not(:empty):before {
	content: ':';
	margin-right: 5px;
	margin-left: 5px;
}
.variation-form .product-color-variations .product-color-swatch {
	clear: both;
}
.variation-form .product-color-variations .product-color-swatch-btn {
	width: 4rem;
	height: 4rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.variation-form .product-size-variations .product-size-swatch {
	clear: both;
}
.variation-form .product-size-variations .product-size-swatch-btn {
	min-width: 4rem;
  width: auto;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
}

.variation-form .product-size-variations .product-size-swatch-btn.multiline-swatch-label {
	
  height: auto;
	line-height: 2rem;
  padding: 4px;
}

.variation-form .reset_variations {
	display: none;
	color: #282828;
	margin-top: 5px;
}
.variation-form .reset_variations:before {
	content: "\f021";
	font-family: FontAwesome;
	padding-right: 5px;
}
.total-label.highlighted {
  text-transform: uppercase !important;
  color: #000 !important;
  font-size: 1.5rem !important; 
}
.notice-text-2 {
  margin: 0;
}

.action-btn i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  font-size: 1.6rem;
}
.size-btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  text-align: center;
}
.size-btn:hover {
  background-color: #2f5f67;
  color: #fff;
}

.product-summary .product-price-wrapper > span {
  font-size: 2.8rem;
  color: #2f5f67;
  font-weight: 700;
  margin-right: 5px;
}

.table.sizing-table tbody th, .table.sizing-table thead th, .table.sizing-table tbody td {
	border-width: 1px;
	padding: 10px;
	border-color: #f2f2f2;
}
.table.sizing-table tbody th, .table.sizing-table thead th {
	vertical-align: middle;
	font-weight: bold;
	border-left: 0;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 1.4rem;
  text-align: center;
}
.table.sizing-table tbody td {
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.4;
}
.table.sizing-table tbody td:first-child {
	font-weight: 700;
}
.table.sizing-table tbody .remove {
	padding-bottom: 5px;
}
.table.sizing-table tbody .remove a {
	font-size: 1.2rem;
	line-height: 1.6;
}
.table.sizing-table tbody .product-name {
	font-size: 14px;
	margin: 2rem 0;
}
.uppercase { 
  text-transform: uppercase;
}
.btn-zoom-popup img {
  cursor: pointer;
}
.header-contact-info__item span:first-child, .user-info-menu li a, .accordion__body, .menu-btn:after, .newsletter-form--2 .newsletter-form__input, .ai-newsletter-popup-body h5, .tab-style-4 .nav-link span, .tab-style-5 .nav-link span, .table tbody td.product-name h3, .table.order-table th strong, .method-box-2 p {
  color: #212121;
}
.group-product-table {
  margin-top: 2rem;
}
.group-product-table .product-name h3 {
  font-size: 2rem !important;
}
.group-product-table .product-name {
  padding: 20px 20px 0 20px !important;
}
.group-product-table .product-price span {
  font-size: 2rem !important;
  color: #2f5f67;
  font-weight: 700;
}
.group-product-table tr {
  background-color: #f9f9f9;
}
.group-product-table tr.product-info-row {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.group-product-table tr.product-info-row:last-child {
  border-bottom: none;
}
.group-product-table .variation-form .product-size-variations .product-size-swatch-btn {
  min-width: 5.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
}
.swatch-wrapper.wide, .swatch-wrapper.wide:hover {
  padding: 2px 10px;
}
.newsletter-area {
  position: relative;
}

@media (max-width: 74.9375em) {
	.newsletter-area {
    padding: 2rem 1rem 3rem !important;
  }
	.newsletter-area .heading-secondary {
    font-size: 2rem;
  margin-bottom: 2rem !important;
  }
  .header-top {
    padding: .5rem;
  }
}


.mainmenu__item.has_megamenu  {
  position: static !important;
}



.main-navigation .mainmenu--centered .mainmenu__item.menu-item-has-children > ul.megamenu {
  display: flex;
  justify-content: end;
}
.manufacturer-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  line-height: 62px;
}
.product-price-wrapper > span.product-price-old {
  text-decoration: line-through;
color: #8a8a8a;
font-weight: 100;
font-size: 1.8rem;
}
.product-price-old span {
  text-decoration: line-through;
  font-weight: 300 !important;
  color: gray !important;
}
.main-navigation .mainmenu__link {
  font-size: 2rem;
  line-height: 3rem;  
  font-weight: bold;
}
.main-navigation .mainmenu--2 .mainmenu__item {
  padding: 5px;
}
.main-navigation .mainmenu--2 .mainmenu__item > a {
  border: 1px solid #2f5f6729;
  border-radius: 30px;
  padding: 1.5rem 3rem;
  transition-duration: .3s;
}
.main-navigation .mainmenu--2 .mainmenu__item > a span.mm-text {
  transition-duration: 0s ;
}
.main-navigation .mainmenu--2 .mainmenu__item > a:hover {
  border: 1px solid #a6c6d2;
  color: #fff;
  background-color: #a6c6d2;
}
.main-navigation .mainmenu--2 .mainmenu__item.menu-item-has-children > ul,
.is-sticky.header-style-3 .main-navigation .mainmenu--2 .mainmenu__item.menu-item-has-children > ul{
  margin-top: 0;
}
.airi-product.keep-height .product-image--holder img {
  height: 245px;
  width: auto;
  margin: 0 auto;
}
.airi-product.keep-height .product-image .secondary-image {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.header-inner.fixed-header.sticky--pinned .container-fluid {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.header-inner.fixed-header.sticky--pinned .main-navigation .mainmenu__link {
  padding-right: 2.5rem;
  padding-left: 2.rem;
}
.header-style-3 .header-bottom {
  padding: 0;
}
.banner-box .banner-info {
  bottom: 0;
}
.banner-image img {
  height: auto;
}
.heading-secondary {
  font-family: 'Calistoga', cursive;
  font-weight: 700;
  text-transform:uppercase;
}
.bg-1 {
  background-color: #FBDA61;
  background-image: -webkit-linear-gradient(bottom left, #FBDA61 0%, #FF5ACD 100%);
  background-image: -o-linear-gradient(bottom left, #FBDA61 0%, #FF5ACD 100%);
  background-image: linear-gradient(to top right, #FBDA61 0%, #FF5ACD 100%);
}
.bg--3 {
  /*background-image: linear-gradient(to top, #c79081 0%, #dfa579 100%);*/
}
.offer-custom-1 {
  background-color: #e09848;
}
.top-offset-30 {
  top: 30px;
  position: relative;
}
.header-contact-info__item:before {
  width: 4px;
  background-color: #2f5f67;
}
.bg--3 {
    background-color: #2f5f67;
}
.bg--dark-5 {
  background-color: #172f33;
}

.ai-preloader .ai-child.ai-bounce1 {
  background-color: #473622;
}
.ai-preloader .ai-child.ai-bounce2 {
  background-color: #947755;
}
.ai-preloader .ai-child.ai-bounce3 {
  background-color: #E0BE96;
}
.banner-box.banner-hover-1.reverse .banner-image img:not(.image-overlay) {
	-webkit-transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, transform 0.35s;
	-ms-transition: opacity 0.35s, transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banner-box.banner-hover-1.reverse:hover .banner-image img:not(.image-overlay) {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	opacity: 1;
}
.banner-box.banner-hover-1.reverse .banner-image.rev img:not(.image-overlay) {
	-webkit-transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, transform 0.35s;
	-ms-transition: opacity 0.35s, transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.banner-box.banner-hover-1.reverse:hover .banner-image.rev img:not(.image-overlay) {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.main-navigation .mainmenu__item.menu-item-has-children > ul .megamenu-banner:hover .megamenu-banner-image:after, .banner-box.banner-hover-1:hover .banner-image:after {
	background-color: transparent;
}
.btn {
  border: 0;
}
.btn-style-2 {
  color: #fff;
  background-color: #a6c6d2;
  text-transform: uppercase;
  font-weight: 700;
}
.btn.new {

  border-radius: 100px;
}
.btn.big {
  font-size: 2.5rem;
  padding: 20px 50px;
}
.btn.medium {
  font-size: 2rem;
  padding: 15px 30px;
}
.btn-style-3 {
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(to top, #c79081 0%, #dfa579 100%);
}


.attribute-label {
  margin-top: 2rem;
}
.attribute-label strong {
  text-transform: none;
  font-weight: bold;
  color: #00;
}
.attributes-select {
  display: flex;
  flex-wrap: wrap;
}
.attributes-select li {
  display: inline-block;
  border: 1px solid #a3a3a3;
  padding: 10px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.attributes-select li:last-child {
  margin-bottom: 0
}
.attributes-select li.has-help {
  padding-bottom: 20px;
}
.comment-holder {
  margin: 5px;
  margin-bottom: 3.5rem;
}
.comment-holder .help-block {
  display: block;
  color: #282828;
  margin-top: 3rem;
}
.comment-holder .help-block a {
  color: #282828;
  font-weight: bold;
}
.attributes-accordion {
  margin-bottom: 35px;
}
strong {
  font-weight: bold;
}
.textarea-comment {
  font-size: 1.5rem;
  border-radius: 0;
  min-height: 90px;
}
.attributes-select .attr-help {
  position: absolute;
  bottom: 3px;
  color: orange;
  left: 20px;
}
.attributes-select li strong {
  color: #000;
  font-weight: bold;
}
.attributes-select li .remove-attribute {
  position: absolute;
  right: 10px;
  display: none;
}
.attributes-select li .remove-attribute:hover {
  color: red;
}
.attributes-select li.selected:not(.required) .remove-attribute {
  display: block;
}
.attributes-select li.required {
  color: #8a8a8a;
}
.attributes-select li span strong {
  white-space: nowrap;
}
.attributes-select li img {
  height: 20px;
  margin-right: 10px;
}

.attributes-select li:hover {
  border-color: #2f5f67;
  color: #2f5f67;
}

.attributes-select li.selected, .attributes-select li.selected strong {
  /*background-color: #2f5f67;*/
  background-color: #c1ab94;
  border-color: #c1ab94;
  color: #fff;
}


.homepage-slider.bordered .owl-carousel {
  border-image-slice: 21 21 21 21;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 20px 20px 20px 20px;
  border-image-repeat: round;
  border-image-source: url("https://szarlotka.com.pl/templates/airi/assets/img/border_szarlotka_small.svg");
  border-style: solid;
  background-color: #fff;
}

.header-aside-style-2 {
  background-color: rgba(226, 212, 196, 1);
  -webkit-box-shadow: 0px 0px 58px -23px rgba(66, 68, 90, 0.44);
  -moz-box-shadow: 0px 0px 58px -23px rgba(66, 68, 90, 0.44);
  box-shadow: 0 0 58px -11px rgba(78, 48, 7, 0.36);
}

.header-aside__inner {
  padding: 5rem 8rem 5rem;
}

.main-navigation .mainmenu .sub-menu {
  min-width: 30rem;
}
.main-navigation .mainmenu .sub-menu li a {
  color: #000000;
  padding: .8rem 3rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
}
.toast-message, .toast-title, .custom-select {
  font-size: 1.5rem;
}


/* CARDS */
.card {
  border-radius: 0;
  border: none;
  margin: 5px;
  margin-bottom: 1.5rem;
}

.card-body {
   border: 1px solid rgba(0,0,0,.125);
}
.collapse.show .card-body {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.textarea-comment {
  border-radius: 15px;
}
.card-header {
  cursor: pointer;
  position: relative;
  padding: 1.5rem 2.25rem;
  /*background-color: #2f5f67;*/
  background-color: #2f5f67;
  color: #fff;
  border-bottom: none;
  border-radius: 15px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.card-header.collapsed {
  border-radius: 15px !important;
}
.card-header h5 {
  text-transform: uppercase;
  color: #fff;
}
.card-header .choose-label {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 1.3rem;
  align-items: center;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 93.6875em) {
  .card-header .choose-label {
    position: relative;
    white-space: normal;
    top: auto;
    right: auto;
  }
}

.card-header .choose-label img {
  height: 20px;
  margin: 0 0.5rem;
}
.card-header.collapsed .choose-label {
  display: flex;
}
.choose-label .attr-help {
  display: none;
}
.card-body {
  padding: 1.5rem;
}
.btn-fluid {
  width: 100%;
}
.quantity {
  width:  10rem;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.product-image img {
  filter: sepia(0.02) saturate(1.3);
}

#deliv_postCodeSearch {
  display: none;
}
.post_code_search #deliv_postCodeSearch {
  display: block;
}

.product-image--holder a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.airi-product .secondary-image {
  width: auto;
  height: auto;
  top: unset;
  left: unset;
}
.delivery-container {
  display: flex;
  justify-content: center;
}
.delivery-time-container, .delivery-calendar-container, .delivery-time-select-container {
  display: none;
}
.delivery-container h3 {
  color: #000;
}

.item-config-btn {
  color: red;
  font-weight: bold;
}
.item-config-btn.green {
  color: green;
  font-weight: bold;
}
.item-config-btn .fa-check {
  display: none;
}
.item-config-btn.configured {
  color: green;
  font-weight: bold;
}
.item-config-btn.configured .fa-exclamation-circle {
  display: none;
}
.item-config-btn.configured .fa-check {
  display: inline-block;
}
.special-offer-product__title, .special-offer-product__countdown {
  font-family: 'Calistoga', cursive;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 0 !important;
}
.special-offer-product__countdown {
  font-size: 8rem;
  font-family: Ubuntu, sans-serif;
}
.special-offer-product {
  position: relative;
}
.bg--white-7 {
  background: #114357;
  background: -webkit-linear-gradient(45deg, #F29492, #114357);
  background: linear-gradient(45deg, #F29492, #114357);
  
  background: #4CA1AF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #C4E0E5, #4CA1AF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #C4E0E5, #4CA1AF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.footnote {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1rem;
  color: #000;
}
.color-accent {
  color: #2f5f67 !important;
}
.color-black {
  color: #282828 !important;
}





.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    width: 100%;
    height: 6rem;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6 + label {
    color: #282828;
}

.inputfile-6 + label {
    border: 1px solid #a3a3a3;
    background-color: #fff;
    padding: 0;
  position: relative;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #a3a3a3;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 1.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 100%;
min-height: 6em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #fff;
    background-color: #2e2e2e;
    display: inline-block;
    position: absolute;
    right: 0;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #bb9789;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
  
  .special-offer-product {
    display: flex;
    flex-direction: column-reverse;
  }
  .special-offer-product__image {
    margin-top: 4rem;
  }
}

.connected-modal-box {
  padding: 30px;
}
.connected-modal-box .product-image img {
  height: auto;
}

.header-aside.header-aside-style-2 .main-navigation.vertical-nav .mainmenu--centered .mainmenu__item.menu-item-has-children > ul.megamenu {
  top: 100px;
}

.seerch-focus-fix {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.connected-products {
  background-color: #fcfcfc;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-top: 20px;
  position: relative;
}
.connected-products .heading-secondary {
  font-size: 2rem;
}
.connected-products .btn-close{
  position: absolute;
  top: 30px;
  right: 75px;
}
.connected-products .btn-show {
   display: none
}
.connected-products .btn-close {
  background-color: black;
  border: 0;
  padding: 5px;
  height: auto;
  color: #fff;
}
.connected-products.closed .btn-close {
  display: none;
}
.connected-products.closed .btn-show {
  display: block;
}
.connected-products.closed .apro-image-container {
  display: none;
}

.connected-products.closed .separator {
  display: none;
}

.btn-more-related-products {
  margin: 30px auto 0;
}

  .connected-products.closed .row {
    margin-bottom: 0 !important;
  }
.relative {
  position: relative;
}
@media (max-width: 74.9375em) {
  .connected-products {
    background-color: rgb(246, 246, 246);
    margin-top: 10px;
  }
  .connected-products .main-row {
    padding-bottom: 0 !important;
  }
  .connected-products.closed .main-row {
    padding-bottom: 15px !important;
  }
  .connected-products.closed .apro-image-container {
    display: none;
  }
  .connected-products .heading-secondary {
    font-size: 1.5rem;
  }
  .connected-products .airi-product {
    width: 25%;
    display: none;
    padding-bottom: 0;
  }
  .connected-products .btn-more-related-products {
    width: 100%;
    margin: 15px auto 0;
  }
  .connected-products .airi-product .product-inner {
    height: 100%;
  }
  .connected-products .separator {
    display: none;
  }
  .connected-products .airi-product:nth-child(-n+4)  {
   display: block;
  }
  .connected-products .airi-product .product-info {
    padding-top: 1rem;
  }
  .connected-products .airi-product .product-title {
    font-size: 1rem;
    margin: 0 0 .2rem;
    line-height: 1.1rem;
  }
  .connected-products .airi-product .product-price-wrapper > span {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
  }
  .connected-products .btn-close {
    top: 13px;
    right: 15px;
  }
  .btn-close-connected-products {
    padding: 3px;
    line-height: 1rem;
  }
  .btn-close-connected-products span {
    font-size: 2rem;
  }
  .pb-sm--0 {
    padding-bottom: 0 !important;
  }
}

.testimonial-bg-2 {
  background: url(../img/banner/m13-bg1.webp) no-repeat scroll center/cover;
}
.notice-text {
  font-size: 12px;
  padding: 20px;
}
.notice-text strong {
  font-size: 14px;
}
.gradient-1 {
  background: #F0C27B;  /* fallback for old browsers */
background: -webkit-linear-gradient(5.5deg, #4B1248, #F0C27B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(5.5deg, #4B1248, #F0C27B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #DA4453;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #89216B, #DA4453);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #89216B, #DA4453); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.btn-animate {
  background: #649173;
    background: -webkit-linear-gradient(to right, #DBD5A4, #649173);
    background: linear-gradient(to right, #DBD5A4, #649173);
}
.banner-image .image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.highlight {
  color: red;
}
.modal-header { 
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
}
.modal-header .close {
  font-size: 3rem;
}
.modal-title {
  font-size: 2rem;
  color: #282828;
  font-weight: bold;
}
.modal-body {
  padding: 2rem;
}
#submit-payment-form {
  border-radius: 8px;
  background: rgb(255, 98, 0);
  background-image: linear-gradient(to right, rgb(255, 98, 0) 0, var(--btn-first--color2) 100%);
  border: 1px solid rgb(255, 98, 0);
  color: #fff;
  text-decoration: none;
  transition: .2s ease-out;
  display: inline-block;
  outline: 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  min-height: 44px;
  padding: 7px 15px;
  display: block;
  width: 100%;
}
#imojeBanner {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
b {
  font-weight: bold;
}
.category-desc {
  
}
.category-desc p,
.category-desc ul,
.category-desc ol {
  margin-bottom: 2rem !important;
}
.category-desc ul li {
  margin-bottom: .5rem !important;
}
.category-desc ul {
  list-style: disc;
  margin-left: 2rem;
}
.product-short-description ul {
  list-style: inside;
}
.product-short-description li {
  color: #000;
}
.product-short-description p {
  margin-bottom: 2rem;
}
.product-short-description p + ul {
  margin-top: -1rem;
}
.is-sticky .sticky--pinned.header-inner {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(251, 251, 253, 0.8);
    border-bottom: 1px solid rgb(230, 230, 230);
}
.header-inner.sticky--pinned .main-navigation .mainmenu {
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}
.header-inner.fixed-header.sticky--pinned .main-navigation a.mainmenu__link {
   padding: .5rem 1rem;
  font-size: 1.4rem;
}
.form-control.textarea-comment {
  padding: 1.38rem 2rem;
}
.product-attrs .item-attachment-btn,
.product-attrs li.configurable {
  background-color: #e43a3a;
  padding: 1rem 2rem;
  margin-top: 10px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.product-attrs .item-attachment-btn {
  padding: 1rem 8rem;
}
.product-attrs .item-attachment-btn:hover {
  background-color: #2e2e2e;
}
.product-attrs li.configurable .item-config-btn {
  color: #fff;
}
.cart-collaterals {
  border-radius: 25px;
}
.cart-collaterals .btn {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.dl-icon-power-off::before {
  content: " ";
  width: 50px; /* Dopasuj rozmiar */
    height: 50px;
    background-color: #333; /* Tło przycisku */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18.36 6.64a9 9 0 1 1-12.73 0'/%3E%3Cline x1='12' y1='2' x2='12' y2='12'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%; /* Opcjonalnie – zaokrąglony przycisk */
    cursor: pointer;
}




