@import url("owl.carousel.css");

body {
	background: #f1f1f1;
	margin: 0;
	padding: 0;
	font-family: Barlow;
	color: #454545;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

/*

.example {
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

*/

.wrapper {
	width: 1320px;
	margin: 0 auto;
	position: relative;
}

.container {
	width: 1320px;
}

a img {
	border: none;
}

.img {
	width: 100%;
	display: block;
	height: auto;
}

a {
	outline: none;
	text-decoration: none;
	color: inherit;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.slicknav_menu {
	display: none;
}

.green {
	color: #dc040e;
	font-weight: bold
}

.red {
	color: #7fc773;
	font-weight: bold
}

.modal-dialog {
	max-width: 1200px;
}

.ui-autocomplete:after {
	width: 100%;
	content: '...';
	background: #3faeb8;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 0 10px 0;
}

#product-modal .modal-content .modal-body {
	margin: 0 auto;
}

@media screen and (min-width: 1023px) {
	#product-modal .modal-content .modal-body .product-images {
		max-width: 180px;
	}
}


#top-message {
	padding: 10px 25px 10px 10px;
	background: #0d5791;
	color: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 15px;
}

#top-message-close {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
}

#top-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	width: 100%;
}

#header,
#carousel {
	background: #fff;
}

#top-nav #search-box {
	width: 100%;
	min-width: 220px;
	max-width: 260px;
	position: relative;
	padding: 0 20px;
}

#top-nav #search-box button {
	background: url(../images/magnifier.png) no-repeat center center;
	width: 23px;
	height: 23px;
	outline: none;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 30px;
	top: 8px;
}

#top-nav input.custom-input {
	border-radius: 50px;
	width: 100%;
	height: 40px;
	border: 1px solid #0e5994;
	box-shadow: inset 0 0 10px #bbd5eb;
	outline: none;
	padding: 0 10px;
	font: inherit;
	font-size: 13px;
}

#search_widget {
	position: relative !important;
	overflow: visible !important
}

#search_widget .ui-autocomplete {
	left: 0 !important;
}

.ui-autocomplete.searchbar-autocomplete li a:focus,
.ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
	background-color: #f1f1f1;
	cursor: pointer;
}

.ui-menu-item {
	font-size: 13px !important;
	font-weight: bold;
}

.ui-menu-item a {
	display: flex;
	align-items: center;
}

#icons-top {
	display: flex;
}

#top-nav #menu-top ul {
	list-style: none;
	display: flex;
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	padding: 0;
	color: #0d5791;
	text-transform: uppercase;
}

#top-nav #menu-top ul li {
	margin-right: 10px;
}

#top-nav #cart-top {
	background: url(../images/cart.png);
	width: 32px;
	height: 33px;
	position: relative;
	margin-right: 8px;
}

#top-nav #cart-top span {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	background: #3faeb8;
	display: block;
	position: absolute;
	top: -5px;
	right: 8px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

#top-nav #account-top {
	background: url(../images/customer.png) no-repeat center left;
	width: 150px;
	height: 28px;
	padding-left: 35px;
	font-size: 13px;
	display: flex;
	align-items: center;
}

#auth-custom {
	width: 800px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

#auth-custom>div {
	width: 45%;
}

#auth-custom .banner {
	width: 100%;
}

#auth-button-netinet {
	position: absolute;
	right: 0;
	top: -30px;
	;
	background: #0d558b;
	color: #fff;
	width: 215px;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#auth-button-netinet img {
	max-width: 100px;
	margin-top: 10px;
}

#auth-button-netinet span {
	display: block;
	margin: 5px 0;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}

.auth-form input,
.filter-row select,
.product-quantity input,
#product-quantity input {
	border-radius: 8px;
	width: 100%;
	height: 40px;
	border: 1px solid #0e5994;
	box-shadow: inset 0 0 10px #bbd5eb;
	outline: none;
	padding: 0 10px;
	font: inherit;
	font-size: 13px;
}

#per_page {
	width: 60px;
}

.auth-form button,
#add-to-cart button {
	border-radius: 50px;
	width: 100%;
	height: 40px;
	border: none;
	box-shadow: inset 0 0 20px #208791;
	outline: none;
	padding: 0 10px;
	font: inherit;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	background: #3ca4ae;
}

.auth-form button span,
#add-to-cart button span {
	position: relative;
	padding-left: 10px;
}

.auth-form button.register-button {
	background: #095387;
	box-shadow: inset 0 0 20px #206ba1;
}

.auth-form button span::before,
#add-to-cart button span::before {
	content: "";
	width: 20px;
	height: 22px;
	background: url(../images/auth.png);
	display: block;
	position: absolute;
	left: -20px;
	top: -3px;
}

#add-to-cart button span::before {
	width: 23px;
	height: 24px;
	background: url(../images/cart_white.png);
}

.auth-form {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	height: 200px;
}

.auth-form h3 {
	font-weight: 700;
	font-size: 14px;
	padding: 0;
	color: #0d5791;
	margin: 0;
}

.auth-login .form-row {
	margin-bottom: 10px;
}

.auth-register .form-row {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	height: 140px;
}

#home {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
	justify-content: space-between;
}

#home-slider {
	width: 65.8%;
}

#home-summary {
	width: 32.5%;
}

#home-summary .summary {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.saler {
	display: flex;
}

.bold {
	font-weight: bold;
}

.lb {
	color: #3faeb8;
}

.db {
	color: #0d5791;
}

.saler div:first-child {
	margin-right: 10px;
}

#home-summary h4 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 16px;
	padding: 0;
	color: #0d5791;
}

#home-summary>div:last-child {
	margin-top: 20px;
}


#home-bottom-banner {
	margin: 20px 0;
	gap: 15px;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media(min-width: 1024px) {
	#home-bottom-banner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg-col-span-2 {
		grid-column: span 2 / span 2;
	}
}

#home-bottom-banner img {
	display: block;
	width: 100%;
	height: auto;
}


/* #home-bottom-banner {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

#home-bottom-banner div {
	width: 32%;
} */

#categories h4 {
	margin: 0 0 20px 0;
	padding: 0;
}

#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#categories>ul>li:nth-child(5),
#categories>ul>li:nth-child(11),
#categories>ul>li:nth-child(15),
#categories>ul>li:nth-child(18),
#categories>ul>li:nth-child(25) {
	margin-bottom: 20px;
}

#categories>ul>li:last-child {
	font-weight: bold;
	color: red
}

#categories ul li {
	font-size: 13px;
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
}

#categories ul li.active>a {
	font-weight: bold;
	color: #3faeb8
}

#categories ul ul li.active>a {
	color: #454545;
}

#categories ul li.active ul {
	display: block;
}

#categories ul ul {
	padding-left: 30px;
	margin: 2px 0;
	display: none;
}

#categories ul ul li {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

#categories {
	margin-bottom: 30px;
}

.cart-item .product-image img {
	max-width: 50px;
}

.cart-item .product-line-grid-left {
	/* width: 60px; */
}

#product-list {
	padding: 10px 0 30px;
}

#product-list .product-item>div {
	position: relative;
}

#product-quantity .minus-button {
	z-index: 999;
	left: 0;
	top: 8px;
	font-size: 20px;
}

#product-quantity .plus-button {
	z-index: 999;
	right: 0;
	top: 8px;
	font-size: 20px;
}

.custom_heading {
	position: absolute;
	top: -35px;
	color: #000;
	font-weight: bold;
	line-height: 1;
	font-size: 13px;
	/* text-align: center; */
	display: block;
	width: 100%;
	/* display: none!important; */
}

.custom_heading.custom_arrows {
	cursor: pointer;
}

#product-list .product-item:first-child .product-name div .custom_heading {
	position: absolute;
	top: -35px;
	color: #000;
	font-weight: bold;
}

#js-product-list-top {
	visibility: hidden;
	position: fixed;
	right: -9999px;
}

.product-list-top {
	position: relative;
	display: flex;
	/* padding-right: 90px; */
	padding: 0px 0px 20px;
	align-items: center;
	justify-content: space-between;
}

#product-list.list .product-item:first-child .product-name div .custom_heading {
	display: none;
}

#product-list.list-small .product-item .product-price {
	/* display: none */
}

#product-list .product-item:first-child .product-actions .custom_heading span,
#product-list .product-item:first-child .product-name .custom_heading span {
	/* position: absolute;
	background: url(../images/arrows.png) no-repeat center left;
	padding-left: 15px;
	top: -35px;
	color: #000;
	font-weight: bold; */
	width: 9px;
	height: 11px;
	background: url(../images/arrows.png) no-repeat center left;
	margin-right: 3px;
	display: inline-block;
}

#product-list .product-item:first-child .product-quantity-ammount .custom_heading {
	position: absolute;
	top: -35px;
	color: #000;
	font-weight: bold;
}

#product-list .product-item:first-child .product-quantity-delivery .custom_heading {
	position: absolute;
	content: "Dostawa:";
	top: -35px;
	color: #000;
	font-weight: bold;
}

#product-list .product-item:first-child .product-add-to-cart-container .custom_heading {
	position: absolute;
	content: "ZamÃ³w:";
	color: #000;
	font-weight: bold;
}

#product-list.list-small .product-item>div,
#product-list.list-small .product-item .product-price {
	font-size: 13px !important;
}

#product-list .product-item .product-quantity-delivery {
	padding-right: 10px;
}

#product-list.list .product-item .product-quantity-delivery {
	display: none;
}


#product-list.list-small .product-item .product-quantity input {
	padding: 2px;
	height: 20px;
}

#product-list.list-small .product-item:first-child .product-add-to-cart-container .custom_heading {
	top: -35px;
}

#product-list.list-small .minus-button,
#product-list.list-small .plus-button {
	top: 0;
}

#right {
	position: relative
}

#list-view {
	display: flex;
	flex-wrap: nowrap;
	z-index: 20;
	gap: 10px;
	text-align: right;
	justify-content: flex-end;
	height: fit-content;
}

.list-view {
	width: 26px;
	height: 26px;
	background: url(../images/icon_grid.png);
	filter: grayscale(100);
	cursor: pointer;
}

.list-view.active {
	filter: grayscale(0)
}

.list-view.list {
	background: url(../images/icon_list.png);
}

.list-view.list-small {
	margin-right: 0;
	background: url(../images/icon_list_small.png);
}

#list-view {
	/* position: absolute; */
	/* right: 15px; */
	/* top: 0; */
}

@media(min-width: 1024px) {
	#list-view {
		/* top: 25px; */
	}
}

#product-details {
	/*flex-wrap: wrap;*/
	/*display: flex;*/
	padding: 20px 0 40px;
}

#product-details ul {
	padding: 10px;
	list-style-type: disc;
	margin-left: 20px;
}

/* #product-image {
	width: 50%;
	padding-right: 40px;
} */

#product-short {
	width: 100%;
	margin-bottom: 30px;
}

.left-side {
	width: 100%;
}

.right-side {
	width: 100%;
}

#add-to-cart-or-refresh {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
}

#product-add-to-cart {
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#add-to-cart {
	width: 220px;
	margin-left: 10px;
}

#product-price {
	text-align: left;
	margin: 0;
}

.product-discounts {
	width: 100%;
}

#product-price .current-price {
	font-size: 28px;
	font-weight: bold;
}

#facet_49999 li:nth-child(2) {
	display: none;
}

#product-price .current-price-value {
	display: block;
}

.tax {
	text-transform: lowercase;
	display: block;
}

#product-price .tax {
	font-size: 16px;
	font-weight: normal;
}

#product-quantity input {
	width: 90px !important;
	height: 44px !important;
	padding: 0 !important;
	background: none !important;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#product-quantity .input-group-btn-vertical {
	/* display: none; */
}

.product-param {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}

.product-param a {
	color: #3faeb8;
}

#product-description {
	width: 100% color: #000
}

#product-description p {
	color: #000
}

#product-description ul {
	list-style: disc;
	margin: 0 0 20px 30px;
}

#product-description h3 {
	color: #3faeb8;
	font-size: 20px;
	font-weight: bold;
}

.product-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.product-item .product-image {
	width: 70px;
	/* padding-right: 5px; */
}

.product-item .product-image .product-discount-label {
	display: block;
	width: 100%;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #f39d72;
	word-break: normal;
}

.list-small .product-item .product-image .product-discount-label {
	display: none;
}

.product-item .product-manufacturer {
	width: 95px;
	padding-right: 5px;
	text-wrap: wrap;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down {
	line-height: 0.8;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
	content: '+';
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
	content: '-';
}

/* .product-item .product-index {
	text-align: center;
} */

.product-item .product-manufacturer,
.product-item .product-pn,
.product-item .product-quantity-delivery,
.product-item .product-index .product-item .product-manufacturer .custom_heading,
.product-item .product-pn .custom_heading,
.product-item .product-quantity-delivery .custom_heading {
	text-align: left;
}

.product-item .product-quantity,
.product-item .product-quantity .custom_heading {
	text-align: right;
}

.list-small .view-ean {
	/* display: none; */
}

.product-item .product-pn {
	width: 120px;
	padding-right: 5px;
}

.product-item .product-index {
	width: 105px;
	padding-right: 5px;
}

.product-item .product-name {
	width: 210px;
	padding-right: 5px;
	position: relative;
	z-index: 10;
	overflow: visible;
	background: #f6f6f6;
}

.product-name a:hover {
	background: #f6f6f6;
}

.available-quantity {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin: 5px 0 0 0 !important;
}

.product-item .product-name:hover>span.bold {
	overflow: visible;
	background: #f6f6f6;

}

@media(min-width: 1350px) {
	.product-item .product-name:hover~.product-manufacturer .value {
		opacity: 0;
	}

	.product-item .product-name:hover~.product-pn .value {
		opacity: 0;
	}
}



@media screen and (min-width: 1200px) {
	.product-item .product-name:hover>span.bold {
		/*position: absolute;*/
	}
}

.product-name>span {
	background: #f6f6f6;
}

.product-name>span.bold {
	text-overflow: ellipsis;
	position: relative;
	z-index: 30;
	display: block;
	overflow: hidden;
}

.product-item .product-name {
	padding-left: 20px;
}

.list-small .product-item .product-name {
	padding-left: 0;
}

.product-item .product-price {
	font-size: 17px;
	font-weight: 700;
	width: 65px;
	text-align: right;
}

.product-item .product-price.discounted .discount-price {
	font-weight: 400;
	text-decoration: line-through;
}

.product-item .product-price.discounted .current-price {
	color: #f39d72;
}

.product-item .product-price.on-sale {
	/* text-align: center; */
}

.product-item .product-price.on-sale .current-price {
	color: #f39d72;
}

.product-item .product-price.on-sale .product-on-sale-label {
	color: #f39d72;
	font-size: 12px;
	text-transform: uppercase;
}


.custom_sort_price {
	text-align: right;
}

.product-item .product-quantity-ammount {
	color: #7fc773;
	border-radius: 10px;
	width: 80px;
	text-align: center;
	font-weight: bold;
	margin: 0 10px;
}

.product-item .product-quantity-ammount.low {
	color: #7a7a7a;
}


.product-item .product-price .tax {
	font-size: 14px;
	display: block;
}

.product-item .product-quantity {
	width: 60px;
}

.product-item .product-quantity input {
	padding: 6px;
	height: 30px;
	text-align: center;
}

.product-item .product-actions {
	display: block;
	align-items: center;
	justify-content: flex-start;
}

.product-item .product-add-to-cart-container form {
	display: flex;
	justify-content: center;
}

.product-item .product-add-to-cart button {
	width: 21px;
	height: 22px;
	background: url(../images/cart.png);
	background-size: contain;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin-left: 3px;
}

.grid .product-item {
	width: 31.3%;
	margin: 1%;
	flex-wrap: wrap;
}

.grid .product-image {
	width: 100%;
}

.grid .product-name {
	width: 100%;
	padding-left: 0;
	margin-top: 5px;
}

.list-small .product-name {
	/* display: flex; */
}

.list-small .product-name>span {
	/*width: 300px;*/
	padding-right: 20px;
}

.list-small .product-item {
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.list-small .product-image {
	width: 35px;
}

.product-item .hidden {
	display: none;
}

img.hidden {
	background: #fff
}

.list-small .product-item .product-thumbnail:hover {
	position: relative
}

.list-small .product-item .product-thumbnail:hover .hidden {
	position: absolute;
	display: block;
	bottom: 0;
	left: 40px;
	z-index: 20;
	border: 2px solid #3faeb8;
}

.grid .product-actions {
	width: 100%;
	justify-content: flex-start;
	margin: 10px 0;
}

.grid .product-item .product-price {
	width: auto;
}

.grid .product-item .product-quantity-ammount {
	margin: 0;
}

.grid .product-add-to-cart {
	margin-left: 10px;
}

#js-product-list {
	padding: 0 15px;
}

.category-id-2 #js-product-list {
	padding-top: 70px;
}

#banners .img {
	margin-top: 20px;
}

#main-columns {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 40px 0;
}

#columns span {
	display: inline-block;
	margin-right: 3px;
}

#filters {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

#search_filters {
	background: none;
	padding: 15px 0;
	width: 100%;
}


.grid::after,
#filters::after {
	content: "";
	width: 24.5%;
}

#filters:after {
	content: "";
	flex: auto;
}

#products .page-not-found,
#pagenotfound .page-not-found {
	width: 100%;
	background: none;
	padding: 10px 0;
	margin-left: -15px;
	margin-right: -15px;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
	padding: 0;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
	margin-bottom: 10px;
}

.facet-box {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

@media(min-width: 1024px) {
	.facet-box {
		grid-template-columns: repeat(4, 1fr);
	}
}

.facet {
	width: 100%;
	padding: 4px;
	position: relative;
	z-index: 20;
}

.facet-toggler {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.facet-toggler svg {
	display: block;
	width: 15px;
	height: auto;
}

.facet ul {
	padding: 10px 0;
	max-height: 150px;
	overflow: auto;
}

.facet ul li {
	padding: 5px 0;
}

.facet ul li a {}

.facet-title {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 10px #bbd5eb;
	padding: 10px;
	font-weight: normal;
	line-height: 22px;
	cursor: pointer;
}

#products .products {
	justify-content: flex-start !important;
	padding-top: 40px;
}

#search_filters_wrapper {
	display: flex !important;
}

#search_filters .h6 {
	font-size: 18px;
	font-weight: 600;
	color: #3faeb8;
}

#search_filters .title {
	position: relative;
}

#search_filters .facet .facet-title {
	width: 100%;
	padding: 3px 10px;
	margin: 0;
	max-height: 30px;
}

#_desktop_search_filters_clear_all {
	width: 100%;
	display: block;
}

.filter-content {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	background: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #f6f6f6;
}

#search_filters .facet .facet-title,
#search_filters .facet .facet-label a {
	font-size: 13px;
	text-overflow: revert;
	white-space: normal;
}

#filters h6 {
	width: 100%;
	margin: 15px 0 10px 0;
	font-size: 18px;
	color: #3faeb8;
	font-weight: 700;
}

.filter-row {
	width: 33.3%;
	padding-right: 10px;
	margin: 5px 0;
}

.breadcrumb {
	font-size: 13px;
}

#left {
	padding-bottom: 40px;
}

#right h1 {
	margin: 0 0 30px 0;
	padding: 0;
}

#content {
	min-height: 200px;
	min-width: 100%;
}

#footer {
	background: #3faeb8;
	padding-top: 0;
}

#footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
	font-size: 14px;
}

#footer-container #menu-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

#footer-container #menu-footer li {
	color: #fff;
	text-align: center;
	margin: 0 10px;
}

#footer-container #menu-footer ul a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer #footer-logos {
	padding: 20px 0;
}

#footer-logos .item {
	text-align: center;
	padding: 0 30px;
}

#footer-logos .item img {
	max-width: 100%:
}

.document-sort-arrow-downward {
	background-size: cover;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

.hermes.documents .header td {
	vertical-align: top;
	font-size: 14px;
}

.hermes.documents .header td.sortable {
	vertical-align: bottom;
	font-size: 14px;
}

.document-sort-arrow-upward {
	background-size: cover;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

.black {
	color: #000;
}

@media screen and (min-width: 1350px) {

	.product-item {
		white-space: nowrap;
	}
}

@media screen and (max-width: 1350px) {

	.wrapper,
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media screen and (max-width: 1180px) {
	#top-nav #menu-top ul {
		align-items: center;
		text-align: center;
	}
}

@media screen and (max-width: 1023px) {

	#top-nav #menu-top,
	#left-column {
		display: none;
	}

	#content-wrapper {
		width: 100%;
	}

	#top-nav #search-box {
		display: none;
	}

	#top-nav #account-top {
		width: 24px;
	}

	#top-nav #account-top span {
		display: none;
	}

	#auth-custom {
		width: 100%;
	}

	#auth-custom>div {
		width: 100%;
		margin-bottom: 60px;
	}

	#home-slider {
		width: 100%;
	}

	#home-summary {
		width: 100%;
		margin-top: 20px;
	}

	.filter-row {
		width: 50%;
	}

	#footer-container {
		display: block;
		text-align: center;
	}

	#footer-container #menu-footer ul {
		display: block;
		margin-top: 20px;
	}

	.slicknav_menu {
		display: block;
		text-align: right;
		position: relative;
		padding: 8px;
		background: #3faeb8
	}

	.slicknav_menu .dropdown-item {
		color: #fff;
		padding: 0 !important;
	}

	.slicknav_arrow {
		display: inline-block;
		vertical-align: middle;
	}

	.slicknav_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#header .slicknav_menu ul a {
		color: #fff;
	}

	.slicknav_menu ul li {
		padding: 6px 0;
		border-bottom: 1px solid #87d2d9;
		color: #fff;
		font-weight: 500;
	}

	.slicknav_menutxt {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}

	.slicknav_menu ul ul {
		margin: 5px 0 5px 20px;
	}

	.slicknav_menu ul ul li {
		border: none;
	}

	.slicknav_nav {
		text-align: left;
		padding-top: 20px;
	}

	.slicknav_icon {
		width: 34px;
	}

	.slicknav_menutxt {
		float: left;
		margin-top: 3px;
	}

	.slicknav_icon {
		display: inline-block;
	}

	.slicknav_icon-bar {
		height: 4px;
		width: 100%;
		background: #0d5791;
		margin-top: 4px;
		display: block;
	}

	.slicknav_btn {
		height: 57px;
		padding-top: 27px;
	}
}

@media screen and (max-width: 640px) {
	#products {
		margin-top: 20px;
	}

	#product-list .product-item>div {
		position: relative;
		width: 100%;
		padding-left: 0;
	}

	.product-name,
	.product-actions {
		position: static !important;
	}

	#product-list {
		position: relative;
	}

	.list-small .custom_sort_name {
		left: 60px;
	}

	.list-small .product-name {
		display: block;
		padding-left: 0;
	}

	.product-item .product-quantity-ammount {
		text-align: left;
	}

	.list-small .product-name>span {
		width: 100%;
	}

	.custom_heading {
		display: none !important;
	}

	.category-id-2 #js-product-list {
		padding-top: 10px;
	}

	.custom_sort_name,
	.custom_sort_price {
		display: block;
	}

	#columns span {
		display: block;
		width: 150px;
	}

	#list-view {
		/* display: none; */
	}

	.product-item {
		flex-wrap: wrap;
	}

	.facet {
		width: 100%;
	}

	.facet-title {
		padding: 4px;
		font-size: 16px;
		margin-bottom: 2px;
	}

	.grid .product-item {
		width: 100%;
	}

	#content-wrapper {
		padding: 0 !important;
	}

	.product-item .product-actions {
		width: 100%;
		padding-top: 20px;
	}

	/* #product-image, */
	#product-short {
		width: 100%;
		padding-right: 0;
	}



	#product-short {
		margin-top: 30px;
	}

	#product-add-to-cart {
		width: 100%;
		flex-wrap: wrap;
	}

	#add-to-cart {
		width: 200px;
	}

	#product-quantity input {
		width: 60px
	}

	.product-item .product-quantity-ammount {
		margin: 0;
	}

	.product-item .product-actions {
		display: block;
	}

	.product-item .product-price {
		width: auto;
	}
}

.btn-primary,
.btn-secondary,
.btn-tertiary,
input,
.form-control,
.btn-unstyle {
	border-radius: 10px;
	border: 1px solid #0e5994;
	box-shadow: inset 0 0 10px #bbd5eb;
}

.input-group .input-group-btn>.btn {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.page-authentication #content {
	max-width: 800px;
	padding: 20px 0;
	background: none;
}

.page-customer-account #content .forgot-password {
	margin-top: 3px;
}

.login-form {
	margin-top: 80px;
}

.quantity-number {
	display: inline;
	border: 1px solid grey;
	padding: 4px 0px;
}

.quantity-number input {
	border: none;
	padding: 5x 10px;
}

.quantity-number button {
	background-color: grey;
	border: none;
	padding: 6px 10px;
}

.quantity-buttons {
	position: relative;
}

.minus-button,
.plus-button {
	position: absolute;
	top: 4px;
	background: none;
	border: none;
	font-weight: bold;
	color: #0e5994;
	outline: none;
	cursor: pointer
}

.minus-button {}

.plus-button {
	right: 0;
}

button:focus {
	outline: none;
}

.block.hermes.balanceinfo {
	background: #3faeb8;
	padding-top: 10px;
	color: #fff
}

.block.hermes.balanceinfo .label {
	color: #fff
}

.hermes.documents .header tr:first-child td {
	padding-bottom: 0 !important;
}

.product-print-button {
	display: none;
	padding: 10px 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.product-print-button svg {
	display: block;
	width: 30px;
	height: auto;
	color: #208791;
}

@media(min-width: 1200px) {
	.product-print-button {
		display: inline-block;
	}
}

.product-copy-info-button {
	display: none;
	padding: 10px 0;
	margin: 0 15px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.product-copy-info-button svg {
	display: block;
	width: 30px;
	height: auto;
	color: #208791;
}

@media(min-width: 1200px) {
	.product-copy-info-button {
		display: inline-block;
	}
}

.product-logo {
	display: none;
	text-align: center;
	padding: 10px 0 10px;
}

.product-title {
	padding: 0 15px;
}

.print-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	align-items: center;
	align-content: center;
	justify-content: center;
}

.print-loading svg {
	display: block;
	width: 50px;
	height: auto;
	color: #208791;
	animation: spin 1.8s linear infinite;
}

.print-loading.active {
	display: flex;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.printing {
	/* break-before: auto;
	break-after: auto; */
	font-family: arial, sans-serif !important;
	font-size: 12px !important;
	line-height: normal !important;
	color: #333 !important;
	pointer-events: none;
	cursor: no-drop;
}

.printing * {
	font-size: 12px !important;
	line-height: normal !important;
}

.printing .no-print {
	display: none !important;
}

.printing .on-print {
	display: block !important;
	opacity: 1 !important;
}

.printing .scroll-box-arrows {
	display: none !important;
}

.printing h1,
.printing h2 {
	font-size: 22px!important;
	padding: 0 15px 15px !important;
	word-break: break-all;
}

.printing #product-short {
	margin: 0;
}

.printing .tabs {
	padding: 0 !important;
	margin: 0 !important;
}

.printing .tab-pane {
	padding: 10px 0 10px !important;
	border-top: 1px solid #333;
}

.printing table td {
	padding: 5px 10px !important;
}

.printing table td tr,
.printing table td tr b,
.printing table td tr strong {
	font-weight: bold;
	font-size: 12px !important;
}



.product-promo {
	display: block;
	padding: 15px 0;
}

.product-promo-link {
	display: block;
}

.product-promo-figure {
	display: block;
	padding: 0;
	margin: 0;
}

.product-promo-img {
	display: block;
	width: 100%;
	height: auto;
}