/*!
Theme Name: XOMOS
Theme URI: https://them.es/starter
Author: ZETS Agencja interaktywna
Author URI: https://zets.pl
Description: 
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: xomos
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900");

body, * {
	font-family: "Open Sans", sans-serif;
}
body {
 
}
.alignnone {

	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.bg-light {
	background:none !important;
}
.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.bg-dark {

	background: #7100b1 !important;
	background: -webkit-gradient(130deg, #00ccff, #7100b1) !important;
	background: linear-gradient(30deg, #00ccff, #7100b1) !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		}
	.nav-link {
		display: block;
		font-family: Montserrat;
		font-weight: 500;
		text-transform: uppercase;
		border-radius: 100px;
		margin-left: 0.5em;
		margin-right: 0.5em;;
		color:#fff;
		font-size: 0.8rem !important;	text-align: center;
		}

		.nav-link.active {
			color:#fff !important
		}

		.nav-link:hover {
			color: #00ccff !important;
			}
		#menu-item-77 a.nav-link {
			background: #7100b1 !important;
			background: -webkit-gradient(130deg, #00ccff, #7100b1) !important;
			background: linear-gradient(30deg, #00ccff, #7100b1) !important;
			border-radius: 100px;
			color:#fff;
			text-align: center;
			top:-2px;
			position: relative;
			box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
		
		#menu-item-77 a.nav-link:hover {
			background: #7100b1 !important;
			background: -webkit-gradient(130deg, #7100b1, #00ccff) !important;
			background: linear-gradient(30deg, #7100b1, #00ccff) !important;
			border-radius: 100px;
			color:#fff !important;
			text-align: center;
			top:-2px;
			position: relative;
		}
		#menu-item-72 a.nav-link {
			background: #7100b1 !important;
			background: -webkit-gradient(130deg, #00ccff, #7100b1) !important;
			background: linear-gradient(30deg, #00ccff, #7100b1) !important;
			border-radius: 100px;
			color:#fff;
			text-align: center;
			top:-2px;
			position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		
		}
		#menu-item-72 a.nav-link:hover {
			background: #7100b1 !important;
			background: -webkit-gradient(130deg, #7100b1, #00ccff) !important;
			background: linear-gradient(30deg, #7100b1, #00ccff) !important;
			border-radius: 100px;
			color:#fff !important;
			text-align: center;
			top:-2px;
			position: relative;
		}


		.social .facebook {
			background: #507cbe;
			}
		.social > li > a {
			display: block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			color: #fff;
			font-size: 20px;
			}

			

				.social .pinterest {
					background: #c92228;
					}
				.social > li > a {
					display: block;
					width: 40px;
					height: 40px;
					line-height: 40px;
					text-align: center;
					border-radius: 50%;
					-webkit-border-radius: 50%;
					color: #fff;
					font-size: 20px;
					}

					.wc-block-product-categories-list--depth-0 a {
						padding-left: 15px !important;		padding-right: 18px !important;
						font-weight: bold !important
					}
				
	
.wc-block-product-categories-list--depth-1 a {
	padding-left:38px !important;	font-weight: 500 !important
}

.wc-block-product-categories-list--depth-2 a {
	padding-left:40px !important;font-weight: 400 !important
}
 

.wc-block-product-categories-list--depth-3 a {
	padding-left:48px !important;font-weight: 400 !important; font-style: italic !important; 
}

.wc-block-product-categories-list--depth-4 a {
	padding-left:55px !important;font-weight: 400 !important
}

.wc-block-product-categories-list-item-count {
	display: none !important;
}

.navbar-collapse.collapse.show {
padding-top:1.7em;
padding-bottom: 1.7em;
-webkit-transition: all 0.2s ease-in;
}

.wc-block-product-categories-list-item a {
	display: block;
padding-top:9px;
padding-bottom: 9px;
border-bottom: 1px solid #ccc;;
color:#000;
font-size:15px;
font-weight: 400;
 
 
}



.wc-block-product-categories-list-item a:hover {
 
background: #f5f5f5  
}
.wp-block-group__inner-container {

}
@media only screen and (max-width: 980px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
	  width: 100% !important;
	  float: none !important;
	  clear: both;
	  margin: 0 0 2.992em 0;
	}
  }
.callme {
	color:red;
	font-size:18px;
	margin-top:40px;  font-weight: bold;
}
.callme a {
	color:red;
	text-decoration: underline;
}
.callme2 {
  font-weight: bold;
	font-size:20px;

}
.wc-block-product-categories-list--depth-0 {
	position: relative;
	top:-15px;
	-webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0/9%);
	-moz-box-shadow: 0 15px 30px -4px rgba(0,0,0,.09);
	box-shadow: -4px -2px 30px 2px rgb(0 0 0/17%);
	transform: translateY(15px) translateZ(0);
	transition: opacity .4s cubic-bezier(.19,1,.22,1),visibility .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);
 
	
	} 

	.footer {

		border-top:1px solid #ccc !important;
	}

.product_meta .posted_in {
display: none;;
}
 .wqoecf_enquiry_button, .wpcf7-submit {
		background: #7100b1 !important;
		background: -webkit-gradient(130deg, #00ccff, #7100b1) !important;
		background: linear-gradient(30deg, #00ccff, #7100b1) !important;
		padding: 0.5rem 1.8rem !important;
		font-size: 1.15rem;
	line-height: 1.5;
	border-radius: .3rem;
	text-align: center;
	
	margin-top:15px;
	
	}

	.wqoecf_enquiry_button:hover, .wpcf7-submit:hover {
	background: #7100b1 !important;
background: -webkit-gradient(30deg, #833ab4, #00ccff) !important;
background: linear-gradient(30deg, #833ab4, #00ccff) !important;
	
	}

	.products .product-type-simple 	.woocommerce-loop-product__title {
text-align: center;
color:#000;	
}

.products  .product-type-simple  .wqoecf_enquiry_button, .wpcf7-submit {
	background: #7100b1 !important;
	background: -webkit-gradient(130deg, #00ccff, #7100b1) !important;
	background: linear-gradient(30deg, #00ccff, #7100b1) !important;
	padding: 0.5rem 1.2rem !important;
	font-size: 0.95rem;
line-height: 1.5;
border-radius: .3rem;
text-align: center;
position: relative;
max-width: 180px;
display: block !important;
margin-left:auto !important;
margin-right:auto !important;
margin-top:15px;

}

	

	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
		color: #00ccff;
		font-weight: bold;
		font-size: 2.25em;
		}
		.products  .product-type-simple .price {
			text-align: center;
		}
		.woocommerce-Price-amount.amount {
			color: #00ccff;
			font-weight: bold;
			font-size: 1.25em;
			width:100%;
			text-align: center !important;
		}
		.woocommerce-Tabs-panel   {
			padding:1em !important;
			padding-top:0 !important;
		}
.woocommerce-Tabs-panel h2 {
	color: #7100b1 !important;
	margin-bottom: 15px  !important;	
	font-size: 1.25em !important;
}

.up-sells.upsells.products h2, .related.products h2 {
	margin-bottom: 1em;	
}
h2 {
	background: #66A8CF;
background: linear-gradient(to right, #66A8CF 0%, #4526A4 60%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.wp-block-button .wp-block-button__link {
	background: #66A8CF;
background: linear-gradient(to right, #66A8CF 0%, #4526A4 60%);
color:#fff;
border-radius:25px;
padding:10px 20px;
border:0;
margin-top:0.5em;
	}

 
	.wp-block-button .wp-block-button__link:hover {
		background: #4526A4;
	background: linear-gradient(to right, #4526A4 0%, #66A8CF 60%);
	color:#fff;
	border:0;
		}
		.navbar-toggler-icon {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg…2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
			background-position: 50%;
			background-repeat: no-repeat;
			background-size: 100%;
			display: inline-block;
			height: 1.5em;
			vertical-align: middle;
			width: 1.5em;
			}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
 
	padding: 0.5em 2em !important;
	}
 .main-slider-container h1 {
	font-size: 3rem;
 }
	.entry-title {
		color:#7100b1;
		margin-bottom:12px;
	}

	 .main-banner:after {
		background: #00ccff !important;
		background: -webkit-gradient(30deg, #833ab4, #00ccff) !important;
		background: linear-gradient(30deg, #833ab4, #00ccff) !important;
		}

	.page-template-page-nosidebar .entry-title {
		margin-top:2em;
		margin-bottom: 1em;;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		color: #000000 !important;
		text-shadow: inherit;
		}

		.navbar-dark .navbar-toggler {
			color: rgba(255,255,255,1);
			border-color: rgba(255,255,255,1);
			}

	.orderby {
		display: none;
	}
	.h1, h1 {
		font-size: 2.0rem;
		padding-top:6px; margin-bottom: 2px;
		}
	.products .product.type-product {
border:1px solid #ccc !important;
background:#ffffff !important;
padding:15px !important;
height: 100% !important;

	}
	.products .product.type-product:hover {
		-webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0/9%);
		-moz-box-shadow: 0 15px 30px -4px rgba(0,0,0,.09);
		box-shadow: -4px -2px 30px 2px rgb(0 0 0/17%);
		transform: translateY(5px) translateZ(5px);
		transition: opacity .4s cubic-bezier(.19,1,.22,1),visibility .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);
 
			}


 .woocommerce-result-count {
	display:none;
 }
 @media (max-width: 768px) {

	.nav-link {
		margin-top:7px;
		margin-bottom:7px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
 
		padding: 0.5em 0.8em !important;
		}

		.main-slider-container h1 {
			font-size: 1.8rem;
		 }
	 
		 #sidebar {
			margin-top: 10px !important;
			}

			body, html {
				 
		   }

 }