:root {
	--main: #ea7824;
	--bg: #009edb;
	--sec: #b4be35;
}

.badge-circle {
	background: var(--sec) !important;
}

.feature-box {
	height: 90%;
}

.feature-box h3 {
	margin-bottom: 15px !important;
}

.p {
	text-transform: none;
	font-size: 16px;
}

.banner-headline {
	font-size: 4.9em !important;
	color: #009fe0;
}

.banner-headline.banner-headline__orange {
	color: #ed7004;
}

.tag {
	background: #ed7004;
	color: #fff;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 7px;
	position: absolute;
	left: 10px;
	top: 40px;
}

.smaller-wrapper {
	max-width: 700px;
	margin: 0 auto;
}

.sticky-header.fixed {
	display: block;
}

.sticky-header.fixed .header-middle {
	padding: 0;
}

.sticky-header.fixed .logo img {
	height: 40px !important;
	object-fit: contain;
}

#reviews .container {
	display: flex;
	max-width: 550px;
}

.product-category h3 {
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
}

.category-content {
	bottom: 5px;
}

.post-title {
	margin-top: 15px;
	margin-bottom: 0px;
}

.cart-dropdown .product-details {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	min-height: 0 !important;
}

.product-category {
	padding: 1px 5px;
	background: #fff;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 4px;
	font-size: 13px;
}

.available {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 2px 6px;
	background: #e7e7e7;
	color: #545454;
	border-radius: 4px;
	z-index: 10;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.product-default {
	position: relative;
}

.product-default .product-title a {
	height: auto;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
	font-family: Poppins,sans-serif;
	letter-spacing: -0.01em;
}

.row h3.product-title {
	font-size: 1.5rem !important;
	font-weight: 500 !important;
	color: #545454 !important;
	font-family: Poppins,sans-serif;
	margin-bottom: 5px !important;
}

.row h3.product-title a {
	color: #545454 !important;
}

.toolbox-pagination {
	border-top: 0 !important;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	  .toolbox:not(.toolbox-pagination) {
		  background: none !important;
	  }
}


h1.m-b-2 {
    font-weight: bold;
    
}

.btn-remove {
	box-shadow: none;
	position: static;
	text-decoration: underline;
	font-size: 12px;
	color: rgba(218, 9, 9, 1);
}

.free-item {
	background: #b4be35;
	color: white;
	border-radius: 5px;
	padding: 2px 5px;
	position: relative;
	top: -2px;
	margin-left: 15px;
}

.product-details {
	padding-bottom: 50px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 50px;
	min-height: 160px;
}

.detail-free {
	display: table;
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
	background: #b4be35;
	color: white;
	padding: 7px 17px;
	border-radius: 6px;
}

.kosik-free {
	display: inline-block;
	margin-top: 15px;
	font-weight: bold;
	font-size: 12px;
	background: #b4be35;
	color: white;
	padding: 4px 11px;
	border-radius: 5px;
	margin-left: 10px;
}

.product-row td {
	vertical-align: middle;
}

.toolbox {
	justify-content: space-between !important;
	align-items: center;
	margin-bottom: 30px;
}

.toolbox > a {
	background: var(--main);
	color: #fff;
	border-radius: 15px;
	padding: 6px 15px;
	font-weight: bold;
}

.toolbox-sort {
	padding: 5px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	margin-bottom: 0;
	grid-template-columns: repeat(3, 130px) !important;
}

@media (max-width: 460px) {
	.toolbox-sort {
		grid-template-columns: repeat(3, 110px) !important;
	}
}

.toolbox-sort a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 4px 10px;
	color: #545454;
	border-radius: 6px;
}

.toolbox-sort a.active {
	color: #fff;
	background: var(--main);
}

.product-details .btn-add-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ddd;
	border-radius: 50%;
	margin: 0 0 5px;
	width: 36px;
	height: 36px;
	padding: 0;
}

.product-details .btn-add-cart i {
	position: relative;
	left: 2px;
}

.product-details .btn-add-cart:hover {
	background: var(--main);
	border-color: var(--main);
	color: #fff;
}

footer {
	margin-bottom: 0 !important;
	color: #fff !important;
}

.footer-copyright {
	color: #fff !important;
}

.footer .btn {
	background: var(--main);
	color: #fff;
}

.footer .btn:hover {
	background: var(--sec);
	border-color: var(--sec) !important;
}

.btn-gray:hover {
	background: var(--main) !important;
	color: #fff !important;
}

.links a {
	font-size: 15px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.links li {
	margin-bottom: 6px;
}

.contact-info-label {
	margin-bottom: 6px !important;
	display: block;
	color: #fff !important;
	font-size: 15px !important;
}

.flex-form {
	display: flex;
	margin-bottom: 20px !important;
}

.flex-form input {
	height: 50px !important;
	margin-bottom: 0 !important;
}

.flex-form .btn {
	max-width: 140px !important;
	height: 50px !important;
	padding: 0 20px !important;
}

.nowrap {
	white-space: nowrap;
}

.footer-bottom {
	padding-bottom: 2rem !important;
}

.banner-ul li {
	font-size: 17px;
}

.banner-ul .fa-check {
	position: static;
	margin-right: 10px;
	background: var(--bg);
	color: #fff;
	padding: 5px;
	border-radius: 100%;
	height: 27px;
	width: 27px;
	font-size: 12px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	float: left;
	box-sizing: border-box;
}

.flex-half {
  display: flex;
  gap: 50px;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.flex-half__section {
  width: calc(50% - 50px);
  min-width: calc(50% - 50px);
  max-width: calc(50% - 50px);
  text-align: left;
}

.flex-half__section img {
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.12);
}

.flex-half__section .p {
	font-size: 17px;
	line-height: 1.5;
}

.feature-box-content h3 {
	font-size: 17px !important;
}

.feature-boxes-container .feature-box p {
	font-size: 15px !important;
	line-height: 1.2 !important;
}

@media (max-width: 1024px) {
	.flex-half {
		display: block;
		margin: 40px 0;
	}
	
	.flex-half__section  {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	.flex-half__section img {
		margin-bottom: 20px;
	}
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel.carousel-center-active-item-2 .owl-stage-outer {
  overflow: visible;
}

.owl-carousel.carousel-center-active-item-2 .owl-item > div {
  width: 66.6666%;
  margin-left: auto;
  padding: 48px;
  padding: 3rem;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 70px -40px rgba(0,0,0,0.2);
}
	
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  margin-right: auto;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active + .owl-item > div {
  margin-right: auto;
  margin-left: 0;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background: var(--bg) !important;
  color: #fff;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div h4 {
	color: #fff !important;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div p {
	font-size: 16px !important;
}

.opacity-7 {
	opacity: .7 !important;
}

.qty {
	width: 40px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
}

.product-single-details .product-title {
	width: calc(100% - 140px);
	float: left;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.qty[type=number] {
  -moz-appearance: textfield;
}

.basket-product-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

.product-category figure {
	top: 65px;
}

.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: 0;
  transform: translate3d(0,-50%,0);
}

.category-container .product-category {
	height: 180px;
}

.category-container .product-category img {
	height: 40px;
	position: relative;
	top: -20px;
}

.category-container .product-category a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.btn-outline-primary {
	border-color: var(--main) !important;
}

.page-header {
	background: #75a241;
}

.footer {
	background: #2aa1d0;
}

#snippet-grid-table td,
#snippet-grid-table th {
	vertical-align: middle;
	text-align: left !important;
	border-right: 0 !important;
	border-left: 0 !important;
}

#snippet-grid-table th {
	background: #299dcb;
	color: #fff;
	border-collapse: collapse;
	border: 0;
}

#snippet-grid-table .col-per-page {
	display: flex;
	gap: 20px;
}

#snippet-grid-table .col-per-page span {
	display: none !important;
}

#snippet-grid-table .col-per-page select {
	margin: 0;
	border-radius: 8px;
}

#snippet-grid-table .col-per-page input.datagrid-per-page-submit {
	background: var(--main);
	color: #fff;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	padding: 0 20px;
	transition: .3s all ease-in-out;
}

#snippet-grid-table .col-per-page input.datagrid-per-page-submit:hover {
	background: var(--sec);
}

#snippet-grid-table .btn {
	border-radius: 100%;
	width: 25px;
	line-height: 25px;
	padding: 0;
	height: 25px;
	display: block;
	background: var(--main);
	border: 0;
}

#snippet-grid-table .btn:hover {
	background: var(--sec);
}

#snippet-grid-table .col-order_number {
	font-weight: bold;
}

.row-item-detail {
	transition: .3s all ease-in-out;
}

.hidden {
	opacity: 0;
	pointer-events: none;
}

#snippet-grid-table table td {
	background: #f7f7f7 !important;
}

#snippet-grid-table table th {
	background: #f7f7f7;
	color: #000;
	border-bottom: 1px solid #dee2e6;
	border-right: 0 !important;
	border-left: 0 !important;
}

.item-detail-content > div {
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
}

#snippet-grid-table table td {
	border-left: 0 !important;
}

#snippet-grid-table.table-hover tr:hover,
#snippet-grid-table.table-hover tr {
	background: #fff !important;
}

small.text-muted {
	margin-bottom: 5px;
	display: block;
}

.datagrid-column-header-additions {
	display: none;
}

.span-tags-holder span {
	position: static;
	margin-right: 3px;
}

.span-tags-holder {
	float: right;
	margin-top: 10px;
}

.ratings-container {
	width: 100%;
}

.product-details figure {
	position: relative;
}

.sidebar-search {
	width: 100%;
	float: left;
}

.sidebar-search form {
	margin: 0;
	margin-bottom: 25px;
}

.sidebar-shop .widget {
	width: 100%;
	float: left;
}

.widget-title a {

}

.sidebar-search .form-control {
	height: 51px;
}

.sidebar-search .btn {
	position: absolute;
	top: 0;
	right: 10px;
}

.sidebar-toggle {
	gap: 20px;
	padding: 10px;
	border-radius: 30px;
	margin-top: 10px;
	display: none;
}

.ui-state-active {
	border-color: transparent !important;
	background: none !important;
	color: #000 !important;
}

.favorite-btn {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-content: start;
	align-items: start;
	transition: .3s all ease-in-out;
}

.favorite-btn svg path {
	transition: .3s all ease-in-out;
}

.favorite-btn:hover svg path,
.favorite-btn.active svg path {
	fill: #ed0e0e !important;
}

.favorite-detail-btn {
	width: 100%;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}

.favorite-detail-btn svg path {
	transition: .3s all ease-in-out;
}

.favorite-detail-btn svg {
	margin-right: 20px;
}

.favorite-detail-btn span {
	color: #000;
}

.favorite-detail-btn:hover span {
	text-decoration: underline;
}

.favorite-detail-btn:hover svg path,
.favorite-detail-btn.active svg path {
	fill: #ed0e0e !important;
}

.product-details .add-cart {
	width: 80%;
	box-sizing: border-box;
	border-radius: 15px;
	opacity: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 1px;
	margin-top: 15px;
	position: absolute;
	pointer-events: none;
	transition: .3s all ease-in-out;
}

.product-details:hover .add-cart {
	opacity: 1;
	pointer-events: all;
	height: 38px;
}

.product-details {
	min-height: 400px;
}

.dropdown-cart-total-delivery::before {
  width: 50px;
  height: 40px;
  background: var(--main) url('../images/shipping.svg') no-repeat center center / 28px;
  border-radius: 4px;
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
}

.dropdown-cart-total-delivery {
  font-size: 14px;
  background: #ffd487;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 15px;
  padding-left: 60px;
  color: #000;
  text-align: right;
  position: relative;
}

.dropdown-cart-total-delivery .price {
	font-weight: bold;
}

@media (min-width: 1024px) {
	.favorite-btn {
		opacity: 1;
	}
	
	.product-details:hover .favorite-btn {
		opacity: 1;
	}
}

@media (max-width: 992px) {
	.sidebar-search .btn {
		top: 20px;
		right: 20px;
		height: 47px;
	}
	
	.sidebar-toggle {
		display: inline-flex;
	}
	
	.product-details .add-cart {
		width: 100%;
		position: static;
		opacity: 1;
		pointer-events: all;
		height: 38px;
	}
	
	.on-desktop {
		display: none;
	}
	
	.toolbox-item {
		width: 100%;
		max-width: 100%;
		display: flex !important;
		margin-bottom: 20px !important;
	}
}