/* JMJ-CLASSIC - CSS */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Gilroy-medium';

	src:url(../fonts/Gilroy-Medium.woff2);
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Gilroy-bold';

	src:url(../fonts/Gilroy-Bold.woff2);
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Solid';

	src:url(../fonts/fa-solid-900.woff2);
}

body {
	font-family: Gilroy-medium;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

#header {
	top: 0;
/*	position: fixed;*/
	width: 100%;
}
#header .logo {
	max-width: 110px;
}
header #_desktop_logo {
	padding: 10px 0 10px 10px;
}
#wrapper {
/*	border-top: 1px solid red;*/

/*	margin-top: 101px;*/

}
/*#_desktop_logo.col-md-2 {
	min-height: initial;
}
.header-top-right.col-sm-12,
.header-top-right.col-md-10 {
	min-height: initial;
}*/
/*.container {
	width: 1140px;
}*/
.header-top-right {
	float: none;
	width: 100%;
/*	width: auto;*/
}
#header .header-top {
/*	padding: 0.2rem;*/
	padding: 0;
}
#header .header-nav {
	max-height: initial;
    border-bottom: none;
}
.header-nav .row > .hidden-sm-down {
	display: none!important;
}
/*.hidden-sm-down {
	display: none;
}*/

#index .block-contact.wrapper,
#index #block_myaccount_infos.wrapper {
	padding-right: 15px!important;
	padding-left: 15px!important;
}

#header .top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}
#header .top-logo>h1 {
    margin: 0;
}
#header .top-logo img {
    width: auto;
    max-height: 2rem;
}

/*#header.is-open .header-nav {
	border-bottom: #f6f6f6 2px solid;
}*/
#header .header-top .menu {
	padding-left: 0;
}
/*.header-top-right {
	padding-left: 5px;
}*/
.header-top .hidden-sm-down {
	padding-right: 0;
	width: auto;
}
.top-menu a[data-depth="0"] {
	padding: 5px 10px 5px 10px;
}
.header-nav #search_widget {
	margin-top: 5px;
	float: none;
	overflow: initial;
	min-width: 16.5rem;
}
.header-nav #_desktop_language_selector {
	margin-left: 15px;
}
#header .header-nav .user-info {
	margin-left: 15px;
}
.blockcart .hidden-sm-down,
.user-info span {
	display: none;
}
#search_widget form input,
#header .header-nav .blockcart {
	background: #fff;
}
.header-top #search_widget {
	display: block;
	width: 100%;
	max-width: none;
}
.header-top #search_widget input {
	border: 1px solid #ddd;
	width: 100%;
}

.page-index .container {
/*	margin-top: 150px;*/
}
#main .page-footer {
	margin-bottom: 0;
}
#footer #block-newsletter-label {
	font-size: 16px;
}
#footer {
	padding-top: 30px;
}
.footer-container {
	padding-top: 30px;
}
.copyright {
	display: flex;
/*	margin-bottom: 0;*/
	justify-content: center;
}
.powered {
/*	font-weight: bold;*/
	font-size: 9px;
	text-align: center;
/*	color: #979797;*/
	color: #555555;
	margin-left: 15px;
}
:root {
	--color: #008CC0; /*#30A830;*/
	--hover: #00aeef;/*#0A98C6;*/ /*#39C639;*/
}
.btn-default {
	background: var(--color)!important;
}
.btn-primary {
	outline: none!important;
	background-color: var(--color)!important;
}
.btn-primary:hover {
	background-color: var(--hover)!important;
}
.btn-primary:active {
	outline: 3px solid var(--color)!important;
	background-color: var(--hover)!important;
}
.btn-primary:active:hover {
	background-color: var(--hover)!important;
}
a {
	color: var(--color);
}
a:hover {
	color: var(--hover)!important;	
}
.dropdown .expand-more {
	color: #000!important;
}
.dropdown:active:hover .expand-more {
	color: var(--hover)!important;
}
.dropdown:hover .expand-more {
	color: var(--hover)!important;
}
.input-wrapper input:focus {
	border-color: var(--hover)!important;
}
.form-control:focus,
input:focus {
	border-color: var(--hover);
	outline: 3px solid var(--hover);
}
.input-group.focus {
	outline: 3px solid var(--hover);
}
.custom-radio input[type=radio]:checked+span {
	background-color: var(--color);
}
.block-category .block-category-inner .category-cover {
	margin-right: 20px;
}
.block-category .block-category-inner .category-cover img {
	width: 100%;
	height: auto;
}
.block-category .block-category-inner {
	flex-direction: row-reverse;
}
.card-block {
	padding: 20px;
}
#header .header-nav .cart-preview.active {
	background: var(--color);
}
#header .header-nav .cart-preview.active:hover {
	background: var(--hover);
}
.product-price {
	color: var(--color);
}
.tabs .nav-tabs .nav-link.active {
    color: var(--color);
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
	border-bottom: var(--color) 3px solid
}
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: var(--color) 3px solid;
}
.modal-footer a:hover,
.blockcart a:hover {
	color: #fff!important;
}
.cart-summary .btn-primary:hover,
.cart-summary .btn-primary:active:hover {
	color: #fff!important;
}
.cart-summary .btn-primary:active:hover {
	background: var(--hover);
}
/* [JMJ-ADD] Link w roli przycisku (np. „Przejdź do realizacji zamówienia" w oknie koszyka):
   reguła a:hover wyżej ustawia kolor tekstu na var(--hover), czyli dokładnie na kolor tła
   przycisku w tym samym stanie - napis stawał się niewidoczny. Tekst przycisku zostaje biały. */
a.btn-primary:hover,
a.btn-primary:active:hover {
	color: #fff!important;
}
/* [***] */
.products-sort-order .select-list:hover {
	background: var(--hover);
	color: #fff!important;
}
.btn.disabled {
	background: #f6f6f6!important;
}
.btn.disabled:active,
.btn.disabled:hover,
.btn.disabled:active:hover {
	color: #ddd!important;
	background: #f6f6f6!important;
	outline: none!important;
}
.cart-summary-products a {
	color: var(--color);
	text-decoration: none;
}
#product-modal .modal-content .modal-body .product-images img:hover {
	border: var(--color); 3px solid;
}
#category h1 {
    font-size: 22px !important;
    text-transform: none!important;
}
#category .text-uppercase {
    font-size: 17px !important;
    text-transform: none!important;
}
.block-category {
	min-height: initial;
}
.block-categories .category-sub-menu {
	padding-left: 10px;
	margin-top: 10px;
}
.blockreassurance_product .item-product svg path {
	fill: #00aeef;
}
.product-flags li.product-flag {
	background: #00aeef;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    user-select: none;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    bottom: -3rem;
    user-select: none;
}
.product-miniature .product-title {
	text-transform: none;
	padding: 0 10px 0 10px;
}
.product-miniature .thumbnail-container {
	width: 100%;
}
.product-container h1 {
	text-transform: none;
}
.page-cms img {
	width: 100%;
}
/*#left-column {
	display: none;
}
#content-wrapper {
	width: 100%;
}*/

@media (min-width: 768px) {
	#wrapper {
/*		margin-top: 123px;*/
	}
	#header .header-nav {
    	border-bottom: #f6f6f6 2px solid;
	}
	.header-nav .row > .hidden-sm-down {
		display: block!important;
	}
	.header-top #search_widget {
		display: none;
	}
	/*.header-top-right {
	padding-left: 5px;
	}*/
	.block-category .block-category-inner #category-description {
		width: calc(100% - 120px);
	}
}