	/* ############################################## FONTS ################################################ */

	

	@font-face {
		font-family: Montserrat-Light;
		src: url(/themes/child_classic/assets/fonts/Montserrat-Light.ttf);
	}
	
	@font-face {
		font-family: Montserrat-Medium;
		src: url(/themes/child_classic/assets/fonts/Montserrat-Medium.ttf);
	}
	
	@font-face {
		font-family: Montserrat-Bold;
		src: url(/themes/child_classic/assets/fonts/Montserrat-Bold.ttf);
	}
	
	@font-face {
		font-family: MyriardPro-Regular;
		src: url(/themes/child_classic/assets/fonts/MYRIADPRO-REGULAR.OTF);
	}
			
	@font-face {
		font-family: MyriardPro-Light;
		src: url(/themes/child_classic/assets/fonts/MYRIADPRO-LIGHT.OTF);
	}
		
	@font-face {
		font-family: MyriardPro-Cond;
		src: url(/themes/child_classic/assets/fonts/MYRIADPRO-COND.OTF);
	}
	
	@font-face {
		font-family: MyriardPro-BoldCond;
		src: url(/themes/child_classic/assets/fonts/MYRIADPRO-BOLDCOND.OTF);
	}


	
	
	
	
	
	
	/* ############################################## GENERAL ################################################ */	
	
	
	
	
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: transparent;
}

a {
    font-family: "Montserrat-Medium";
}
	
p {
    font-family: "Montserrat-Medium";
}
	
span {
    font-family: "Montserrat-Medium";
}
	
	
	.owl-carousel {
    display: unset;
}


	
	
	/* ############################################## HEADER ################################################ */

	.sf-menu {
		margin-bottom: 0;
	}
	
#header .header-nav div#favourite-ico i.fa.fa-heart{
    font-size: 20px;
}

#header .header-nav div#favourite-ico {
    margin-left: 28px;
    margin-top: .9375rem;
    text-align: right;
    white-space: nowrap;
}
	
#header .header-nav .cart-preview.active {
    background: #c49d63;
}
	
.right-nav i.material-icons {
    display: inline-block;
}
	
	
nav.header-nav {
    background-color: #c49d63!important;
}
	
	
#header .header-top .search-widget {
	display: none;
}

.header-nav #_desktop_top_menu {
    display: none;
}

.user-info span {
    display: none;
}

nav.header-nav #block_top_menu {
    display: none;
}

#header .header-nav #menu-icon {
	display: none;
}

div#_desktop_cart span {
    display: none;
}

#header a {
	color: #efefef;
}

#header a:hover {
	color: black;
}

.sf-menu .submenu-container > li > a:hover {
    background-color: #c49d63!important;
    color: white!important;
}

.sf-menu {
    border-bottom: none;
    background: none;
}

.sf-menu > li > a {
	font-family: "Montserrat-Medium";
	font-size: 12px;
	text-shadow: none;
	color: #efefef;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: white;
}

.sf-menu a, .sf-menu a:visited {
    text-shadow: none;
}

.sf-menu > li > a {
	padding-left: 11px;
    padding-right: 11px;
}

.submenu-container{
	box-shadow: none;
}

.sf-menu .submenu-container > li > a{
	background-color: white;
	color: black!important;
}

.sf-menu .submenu-container > li > a:hover {
    background-color: #ababab;
}

.menu-wrapper {
    height: 100%;
}

span.cart-products-count {
    display: inline-block!important;
	color: #efefef;
}

span.cart-products-count:hover {
	color: black;
}

input.ui-autocomplete-input {
    background-color: transparent;
    border-bottom: 1px #efefef solid;
}

#header .header-nav .blockcart {
	background-color: transparent;
}

i.material-icons {
    color: #efefef!important;
}

i.material-icons:hover {
    color: black!important;
}

#search_widget input.ui-autocomplete-input {
	border: 0;
    border-bottom: 1.5px white solid;
	font-size: 12px;
	color: #efefef;
	height: 36px;
}

.search-widget form input[type=text]:focus{
	background: none;
	outline: none;
}

.menu-wrapper{
	background-color: #091c28;
}

#header .header-nav {
margin-bottom: 0;	
}

#top-menu li{
	border-left: solid #efefef 1px;
}

#top-menu li:last-child{
	border-right: solid #efefef 1px;
}

ul#top-menu{
	margin: 0;
}

#header .header-top a[data-depth="0"]{
	color: #efefef;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
	font-weight: 100;
}

div#_desktop_logo {
    margin-top: 17px;
    margin-bottom: 15px;
}

#header .header-top .menu {
	margin-bottom: 0
}

div#_desktop_top_menu {
    padding-left: 0;
}

#header .header-top {
	padding-bottom: 0;
	position: relative;
    z-index: 10;
}

i.material-icons.search {
	color: #efefef;
}

#search_widget input.ui-autocomplete-input::placeholder {
  color: #efefef;
  opacity: 1; /* Firefox */
}

#search_widget input.ui-autocomplete-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #efefef;
}

#search_widget input.ui-autocomplete-input::-ms-input-placeholder { /* Microsoft Edge */
 color: #efefef;
}

.sf-menu li li {
    width: auto;
}

.sf-menu li li a {
    font-size: 14px;
}

/* ######################################################### SLIDER ########################################################## */


.remove-from-cart i.material-icons {
    color: #444!important;
}

div#strzalki i.material-icons {
    display: block!important;
}


a.right.carousel-control {
    width: 15%;
}

a.left.carousel-control {
	width: 15%;
}

div#carousel{
	position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    z-index: 1;
}

.carousel {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
    margin-bottom: 1.5rem;
}

.carousel .carousel-inner {
    height: 780px;
}

.carousel .carousel-item .caption .caption-description p {
    color: black;
}

#wrapper {
	background-color: white;
}

.carousel .carousel-item .caption {
    top: 265px;
    left: 410px;
    max-width: 650px;
    position: absolute;
}

.carousel .carousel-item .caption .caption-description p {
    color: black;
    font-size: 50px;
    line-height: 52px;
}

.carousel .carousel-item .caption .caption-description .slid{
	color: black;
}

span.highlight {
    color: #c49d63;
}

.carousel .carousel-item .caption .caption-description p.slid-title {
    font-family: "Montserrat-Bold";
    line-height: 70px;
    font-size: 60px;
	margin-bottom: 50px;
}

.carousel .carousel-item .caption .caption-description p.slid-text {
	font-family: "Montserrat-Medium";
    font-size: 32px;
    line-height: normal;
}

/* ### slider dots and arrows ### */

				ol.carousel-indicators {
					display: none;
				}

.carousel-indicators li {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 25px;
}

.carousel-indicators .active {
    width: 35px;
    height: 35px;
    margin: 0;
    background-color: #000;
	border-radius: 25px;
}

.carousel-indicators {
    bottom: 290px;
    left: 465px;
}

div#strzalki {
    position: absolute;
    left: 740px;
    top: 740px;
}

#strzalki a.right.carousel-control {
    left: 108px;
}

div#strzalki i, div#strzalki i {
    font-size: 4.125rem!important;
	
}

div#strzalki i.material-icons {
    color: #c49d63!important;
}

div#strzalki i.material-icons:hover {
    color: black!important;
}

.carousel .carousel-inner {
    height: 1000px;
}

.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: 1000px;
}



/* ############################### CARD ################################ */

img#info-img {
    max-height: 100%;
    margin-left: -260px;
    height: 620px;
}

div#accordion {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card {
    box-shadow: none;
    color: #2f4f4f;
	border: 0;
}

.card-body {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
	font-family: "Montserrat-Medium";
    font-size: 12px;
}

.card-header {
    padding: 0.75rem 0;
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
	padding: 18px;
}

a.card-title {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    color: #b5babe!important;
}

.card-header[aria-expanded="true"] a{
    color: black!important;
}

#cards{
	margin-top: 950px;
	margin-bottom: 100px;
}

div#accordion {
    margin-right: -15px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
	margin-left: 10px;
	margin-right: 10px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
	margin-left: 10px;
	margin-right: 10px;
}

.card {
    background-color: transparent;
}




/* ############################### CATERORY ################################ */

div#cat-products {
    padding-top: 80px;
}

.cat-image a{
    text-align: center;
    height: 380px;
	visibility: hidden;
    display: block;
    background-color: black;
    opacity: 0.5;
}

.cat-image:hover a{
	visibility: visible;
}

.cat-image h5 {
	font-family: "Montserrat-Medium";
	font-size: 12px;
	text-transform: uppercase;
	    color: white;
    padding-top: 170px;
}

.cat-image {
    margin-top: 15px;
    margin-bottom: 15px;
}





/* ############################ PRODUKTY NA STRONIE GŁÓWNEJ ########################## */








.thumbnail-container img {
	height: 250px!important;
	width: 250px!important;
}

h2.h2.products-section-title {
    margin-left: 0;
}

.products {
    margin-bottom: 80px;
}

.highlighted-informations {
    display: none;
}

a.all-product-link {
    display: none;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
	box-shadow: none;
	width: 350px;
    min-height: 500px;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
	
	width: 100%;
	opacity: 0.85;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
	box-shadow: none;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
	width: 100%;
}

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
	
	border: 0;
	
}

.prod{
	margin: auto;
}

section.featured-products.clearfix {
    position: relative;
}

.featured-background {
    background: #dadcde;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    /* position: absolute; */
    /* z-index: 3; */
    /* background: #fff; */
    /* width: 250px; */
    bottom: -17px;
    height: 98px;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title {
    text-align: unset;
    margin-left: 28px;
	padding-top: 50px;
    margin-bottom: 1.5rem;
    text-transform: none;
    font-family: "Montserrat-Medium";
}





/* ###### OWL CAROUSEL ###### */




button.owl-prev span {
    font-size: 85px;
    color: #c49d63;
}

button.owl-next span {
    font-size: 85px;
    color: #c49d63;
}

button.owl-prev {
    position: absolute;
    left: 20px;
    top: 220px;
}

button.owl-next {
    position: absolute;
    right: 20px;
    top: 220px;
}

.owl-dots {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}



.owl-theme .owl-nav:hover span{
    color: black;
}




.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}






/* ############################ PMPAYMENTSLOGO ########################## */

.container.paymentlogo {
    padding-left: 0;
    padding-right: 0;
}

.container.paymentlogo .col{
	padding-left: 0px;
    padding-right: 0px;
}

.scroll-img img{
	width: 100%;
	/* margin-bottom: 10px; */
    /* margin-top: 10px; */
}

.scroll-img .col {
    height: 95px;
}

.scroll-img {
    width: 100%;
    height: unset;
    overflow: none;
    font-size: unset;
	padding-top: 70px;
    padding-bottom: 70px;
}

#pmpaymentlogo .d-flex.align-items-center.bd-highlight:hover {
    opacity: 0.65;
}




/* ######################################################## NEWSLETTER ###################################################### */

.block_newsletter {
    margin-left: 15px;
    margin-right: 15px;
}

div.sub-left p{
	color: black;
}

div.sub-right{
	background-color: #c49d63;
	min-height: 200px;
	text-align: -webkit-center;
	text-align: -moz-center;
}

div.sub-left{
	background-color: white;
	min-height: 200px;
	text-align: -webkit-center;
	text-align: -moz-center;
}

div.sub-right p{
	color: white;
}

p.sub-text a {
    color: black;
    text-decoration: underline;
}

.block_newsletter {
    text-align: center;
	border: 1px solid #c49d63;
}

p.sub-title {
    font-family: "Montserrat-Medium";
    font-size: 21px;
    line-height: 30px;
    /* padding-top: 30px; */
}

p.sub-text {
    font-family: "Montserrat-Medium";
    font-size: 12px;
}

span.sub-mail{
	float:left;
	margin-right: 12px;
	margin-top: 15px;
}

.block_newsletter .row {
    margin: 0;
}

.sub-right .prod-wrap {
    padding-top: 26px;
}

.sub-right p.sub-title {
    margin-bottom: -3px;
}

.sub-right input.btn.btn-primary {
    border-radius: 25px;
    height: 30px;
    width: 30px;
    padding: 0px;
    background-color: white;
    color: #c49d63;
    margin-left: 5px;
    font-size: 20px;
    margin-top: 13px;
}

.block_newsletter form input[type=email]{
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.block_newsletter form input[type=email]:focus {
    border-bottom: 3px solid white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
}

.alert-danger {
    background-color: #ff2f2f;
    border: none;
}

.alert-success {
    background-color: #81d65e;
    border: none;
}




@media (max-width: 767px){
.block_newsletter {
    padding-bottom: 0;
}
}




/* ######################################################## FOOTER ###################################################### */

div#footer {
    margin-left: 15px;
    margin-right: 15px;
}


.footer-container {
	box-shadow: none;
}

#footer {
	font-family: "Montserrat-Medium";
	font-size: 12px;	
	color: #091c28;
}

div#footer p {
    margin-bottom: 3px;
	color: #091c28;
}

#footer h6 {
	font-family: "Montserrat-Bold";
	font-size: 14px;	
}

#footer h5 {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 20px;
	color: #091c28;
}

#footer a {
	text-decoration: underline;
	color: #091c28;
}

#footer a:hover {
	text-decoration: underline;
  text-shadow: 1px 1px 2px #d6dcff;
}

.row.footer-low p{
	color: #091c28;
}

.row.footer-low a{
	text-decoration: unset!important;
}

.row.footer-low {
    padding-top: 30px;
    border-top: 1px solid black;
	margin: 0px;
}

.row.footer-up {
	margin-bottom: 100px;
}

p#foot-fcb {
    margin-top: 40px;
}

p#foot-fcb img {
    padding: 10px;
}








/* ######################################################## RESPOSIVE ###################################################### */











@media only screen and (max-width: 1710px) {
	
	#cards {
    margin-top: 800px;
	}
	
	.carousel .carousel-inner {
    height: auto;
	}
	
	.carousel .carousel-item img {
    height: auto;
	}
	
	.carousel .carousel-item .caption {
	left: 310px;
	}
	
	.carousel-indicators {
	top: 669px;
    left: 365px;
	}

	div#strzalki {
    left: 640px;
	}
	
}


@media only screen and (max-width: 1510px) {
	
	#cards {
    margin-top: 680px;
	}
	
	
	.carousel .carousel-item .caption {
	top: 210px;
	left: 200px;
	}
	
	.carousel-indicators {

	top: 614px;
    left: 255px;
	}

	div#strzalki {
	top: 685px;
    left: 530px;
	}
	
}


@media only screen and (max-width: 1385px) {
	
	
	.carousel .carousel-item .caption {
	top: 171px;
	left: 137px;
	}
	
	.carousel-indicators {
	top: 575px;
    left: 192px;
	}

	div#strzalki {
	top: 575px;
    left: 467px;
	}
	
	#cards {
    margin-top: 580px;
	}
	
}








@media only screen and (max-width: 1199px) {
	
	
.menu-wrapper {
    height: 100%;
}

.carousel .carousel-item .caption .caption-description p.slid-title {
    line-height: normal;
    font-size: 40px;
    margin-bottom: 22px;
}


.carousel .carousel-item .caption .caption-description p.slid-text {
    font-size: 20px;
}

.carousel .carousel-item .caption {
    top: 210px;
    left: 137px;
}


.carousel-indicators {
    top: 475px;
    left: 192px;
}

div#strzalki {
    top: 475px;
    left: 424px;
}

	#cards {
    margin-top: 530px;
	}
	



}



@media only screen and (max-width: 991px) {
	
	
	.carousel .carousel-item .caption-description {
    display: block;
	}
	
	.carousel-indicators {
    top: 475px;
    left: 192px;
	}
	
	div#strzalki {
		display: none;
	}
	
	.carousel .carousel-item .caption .caption-description p.slid-title {
    font-size: 26px;
    margin-bottom: 15px;
	}
	
	.carousel .carousel-item .caption .caption-description p.slid-text {
    font-size: 16px;
	}
	
	.carousel-indicators {
    top: 400px;
	}
	
	ul.carousel-inner {
    overflow: visible;
	}
	
		#cards {
    margin-top: 410px;
	}
	

	
	
}





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

.mobile i.material-icons {
    display: inline-block;
}



#products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description {
    box-shadow: none;
}



.menu-wrapper {
    height: 0;
}

ul.carousel-inner {
    overflow: hidden;
}

.carousel .carousel-item .caption {
    top: 44px;
    left: 118px;
}

.carousel-indicators {
    top: 251px;
    left: 172px;
}

.top-logo {
    padding-top: 0px!important;
}

div#block_top_menu {
    position: absolute;
    width: 100px;
    top: -59px;
    left: 0;

}

.cat-title {
	border-bottom: 0;
    background: none;
}

.cat-title:hover {
    background: none;
    border-bottom: 0;
    color: black;
}

.cat-title.active {
	position: absolute;
    width: 243px;
    top: -59px;
    left: 0;
    background-color: black;
}

.cat-title.active {
    top: 5px;
    background: transparent;
}

ul.sf-menu.clearfix.menu-content {
    width: 250px;
    margin-top: 58px;
    background: black;
}

.cat-title:after {
    left: 30px;
}

div#block_top_menu ul > li > ul > li > a {
    color: black;
	font-family: "Montserrat-Medium";
	font-size: 12px;
}

img#info-img {
    display: none;
}


div#footer {
    margin-left: 24%;
}



}






@media only screen and (max-width: 575px) {
	
	
	.carousel .carousel-item .caption {
    top: 15px;
    left: 32px;
	}
	
	.carousel-indicators {
    top: 206px;
    left: 89px;
	}
	
	.text-sm-center.mobile {
    text-align: center;
	}
	
	p.text-sm-center {
    text-align: center;
	}
	
	.carousel-indicators {
		display: none;
	}
	
	#cards {
    margin-top: 265px;
	}
	
	
	
	
}



@media only screen and (max-width: 400px){
	#cards {
	margin-top: 195px;
	margin-bottom: 0;
	}
	
	.carousel .carousel-item .caption {
    top: -10px;
	}
}






/* ######################################################## STRONA PRODUKTU ###################################################### */


i.material-icons.touchspin-up {
    display: block;
}

i.material-icons.touchspin-down {
    display: block;
}


nav.breadcrumb > ol > li> a > span {
    color: #919496;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Montserrat-Medium";
}

.product-prices {
    margin-top: 2.25rem;
}

nav.breadcrumb {
    margin-bottom: 27px;
}

.layer.hidden-sm-down {
    width: 110%;
}

img.js-qv-product-cover {
    width: 105%!important; 
	margin-left: -18px;
}

.col-lg-6.product-desc {
    padding-top: 50px;
    padding-left: 65px;
}


#wrapper {
	box-shadow: none;
}

	
.product-flags li.product-flag {
	background: #091c28;
}

body#product h1.h1.prod-opis{
    font-family: "Montserrat-Medium";
    font-size: 24px;
	line-height: 1.5em;
	text-transform: capitalize;
	margin-bottom: 50px;
	margin-top: 160px;
}

.tax-shipping-delivery-label {
    display: none;
}

.product-prices span {
    color: #091c28;
	font-family: "Montserrat-Medium";
	letter-spacing: 2px;
}

span.product-with-taxes {
    font-size: 22px;
    margin-right: 12px;
}

span.product-without-taxes {
    font-size: 13px;
}

.product-desc h1 {
    font-family: "Montserrat-Medium";
    font-size: 30px;
}

div#product-details {
    padding-top: 20px;
}

.product-cover img {
    box-shadow: none;
    background: transparent;
}

.product-images>li.thumb-container>.thumb {
	box-shadow: none;
}

.bootstrap-touchspin {
	box-shadow: none;
}

.btn-primary, .btn-secondary, .btn-tertiary {
	box-shadow: none;
}

.product-cover {
    height: 600px;
    width: 550px;
}

#product #content {
    position: relative;
    max-width: unset;
    margin: 0 auto;
}

button.btn.btn-primary.add-to-cart {
    font-weight: 100;
    background-color: #c49d63;
    border-radius: 14px;
    font-family: "Montserrat-Medium";
	width: 255px;
    height: 54px;
    margin-top: 20px;
}

.prod-info {
    font-family: "Montserrat-Medium";
    margin-top: 70px;
    margin-bottom: 75px;
    font-size: 11px;
}

.prod-info span{
	color: #90999e;
}
.prod-info .prod-deliv span {
	color: black;
}	

img.thumb.js-thumb {
    width: 120px;
}

.prod-info .prod-deliv {
	color: black;
    margin-bottom: 18px;
    border: 1px solid #d4d4d4;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 240px;
}

.prod-text{
	border-right: 1px solid #90999e;
}



.product-actions .control-label {
    margin-top: 13px;
    margin-bottom: .375rem;
    display: block;
    width: auto;
    font-family: "Montserrat-Medium";
    font-size: 17px;
    margin-right: 30px;
}


div#product-details {
    opacity: 1;
	font-family: "Montserrat-Medium";
}

.product-description p{
	font-family: "Montserrat-Medium";
}

.product-description{
    margin-bottom: 100px;
}

.product-manufacturer {
    display: none;
}

span#product-availability {
    display: none;
}

body#product div#cards product-cards {
	margin-top:100px;
	margin-bottom:100px;
}

div#prod-cont-bg {
    background-color: #0c1e2a;
    height: 270px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 135px;
	margin-left: 15px;
    margin-right: 15px;
}

.prod-cont-text {
	font-family: "Montserrat-Medium";
	height: 245px;
    background-color: #dadcde;
    margin-top: 60px;
}


.prod-cont-text.left p {
    font-size: 20px;
	color: #0c1e2a;
    margin-left: 55px;
    margin-right: 55px;
	    line-height: 1.2em;
}


.prod-cont-text.left {
    border-right: 1px solid #0c1e2a;
}

.prod-cont-text.right {
    border-left: 1px solid #0c1e2a;
}


.prod-cont-text.right img {
    margin-right: 15px;
}

.prod-wrap{
	height: 245px;
    display: table-cell;
    vertical-align: middle;
}

.prod-cont-text.right p {
    text-align: left;
	color: #0c1e2a;
}

.prod-cont-text.right {
    text-align: -webkit-center;
	text-align: -moz-center;
}

.prod-cont-text.right p:first-child {
    margin-bottom: 4px;
}


					@media only screen and (max-width: 991px) {
					div#prod-cont-bg {
						display: none;
					}
					}

					
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: none;
}
	
button#favoriteproducts_block_extra_add {
    font-weight: 100;
    background-color: transparent;
    border-radius: 14px;
    font-family: "Montserrat-Medium";
	/* width: 159px; */
    height: 54px;
    border: 1px solid #a2a2a2;
	margin-top: 19px;
    margin-left: 10px;
}

button#favoriteproducts_block_extra_remove{
	font-weight: 100;
    background-color: transparent;
    border-radius: 14px;
    font-family: "Montserrat-Medium";
	/* width: 159px; */
    height: 54px;
    border: 1px solid #a2a2a2;
	margin-top: 19px;
    margin-left: 10px;
}

button#favoriteproducts_block_extra_add a {
    color: black;
}

button#favoriteproducts_block_extra_remove a {
    color: black;
}
	
	

	
	
	

@media (max-width: 1999px)	{
.col-lg-6.product-desc {
    padding-top: 25px;
    padding-left: 105px;
}
}

@media (max-width: 767px)	{
.prod-text {
	border-right: 0;
}
}


@media only screen and (max-width: 575px) {
	
	.col-lg-6.product-desc {

    padding-left: 15px;
	}
	
	.product-quantity {
    display: grid;
	}
	
	button#favoriteproducts_block_extra_remove {
    width: 255px;
    margin-left: 0;
	}
	
	button#favoriteproducts_block_extra_add {
    width: 255px;
    margin-left: 0;
	}
	
	.product-cover {
	height: auto;
    width: auto;
	}
	
}




			


/* ######################################################## STRONA KATEGORII ###################################################### */

.facet-pos{
	position: unset;
}



.btn-tertiary {
    background-color: #f7f7f7;
    text-transform: lowercase;
    color: #7a7a7a;
    box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0,0,0,.1);
    /* padding: .25rem; */
    margin: 0.75rem 0;
    font-weight: 400;
    font-size: .875rem;
}

div#_desktop_search_filters_clear_all {
    display: block!important;
	    opacity: 0.99;
}

p.h6.facet-title {
    padding-top: 12px;
    padding-bottom: 2px;
}



button#search_filter_toggler {
    display: none;
}

.category-cover {
    display: none;
}

.block-category.card.card-block h1 {
    font-family: "Montserrat-Medium";
}



div#js-product-list-header {
    /* margin-top: 300px; */
}

div.okruszek{
	margin-top: 300px;
}

.block-category.card.card-block {
    padding-left: 0;
}


.cat-bg {
    position: absolute;
    background-image: url(/upload/cat-bg.jpg);
    background-color: white;
    background-position: center center;
    height: 500px;
    width: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 48px;
}



	
article.product-miniature.js-product-miniature button.btn.btn-primary.add-to-cart {
    background-color: transparent;
    color: black;
    font-size: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    height: auto;
    border-radius: unset;
}


.hiaddtocart {
    position: relative;
    text-align: center;
    width: 100%;
    top: 0;
	padding-top: 10px;
    min-height: auto;
    background: transparent;
    box-shadow: none;
}
	
.hiaddtocart i.fa.fa-heart-o {
    color: black;
    font-size: 23px;
    margin-left: 10;
    margin-left: 12px;
}

.hiaddtocart a.btn.btn.default{
	padding: 0;
}

.block-category {
    min-height: 5.75rem;
    margin-bottom: 1.563rem;
}


#search_filters, #search_filters_brands, #search_filters_suppliers {
    box-shadow: none;
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 0;
}



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



@media (max-width: 1199px)	{
	.cat-bg{
		background-image: url(/upload/cat-bg-small-high.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top;
	}
}


@media (max-width: 930px)	{
	.cat-bg{
		background-image: url(/upload/cat-bg-small-higher.jpg);
	}
}


@media (max-width: 767px)	{
	.cat-bg{
		background-image: url(/upload/cat-bg.jpg);
	}
	
	div.okruszek {
    margin-top: 190px;
	}
}

@media (max-width: 490px){
div.okruszek {
    margin-top: 105px;
}

_desktop_search_filters_clear_all{
	display: block!important;
}


.faceted-slider {
    position: relative;
}

.title {
    position: relative;
}



}

