/*
 Theme Name:   Innova.uno Theme
 Theme URI:    https://innova.uno
 Description:  Innova.uno Theme
 Author:       Innova.uno
 Author URI:   http://www.innova.uno
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/



/*  BB toolbar colorfix for Publish / Draft / Discard buttons */
 
[data-action="discard"] {
    background: none;
    color: #CE3F40!important;
}
[data-action="discard"]:after {
    content: "\00a0 zmiany ×";
}
.fl-builder-button-primary[data-action="discard"] {
	background: #e74647!important;
}
[data-action="discard"]:hover{
	background: #CE3F40!important;
}
[data-action="publish"] {
    background: #059669!important;
}
[data-action="publish"]:hover {
    background: #047857!important;
}
.fl-builder-publish-actions >.fl-builder-button-group {
    gap: 4px;
}
.fl-builder-button-group > .fl-builder-button {
    border-radius: 3px!important;
}


/*** ROOT ***/

:root {
	--gold-color: #B89400;
	--black-color: #000;
	--lightgray-color: #DBDBDB;
}


/*** GLOBAL ***/

.site-info {
	display: none;
}

/* buttons */

.gold-button button,
.gold-button :not(.fl-module-overlay) a {
    background-image: linear-gradient(90deg, var(--gold-color) 0%, #D9BA38 100%)!important;
    border-radius: 0!important;
    text-transform: uppercase;
	background-size: auto 200%;
	transition: background-position 0.5s;
	position: relative;
	z-index: 1;
}
.gold-button button:before,
.gold-button a:before {
	content: '';
	width: 100%;
	background-image: linear-gradient(90deg, #D9BA38 0%, var(--gold-color) 100%)!important;
	height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: -1;
}
.gold-button button:hover:before,
.gold-button a:hover:before {
	opacity: 1;
	transition: opacity 0.5s;
}

.border-cta .fl-button-icon {
	font-size: 12px!important;
	display: inline-block;
	transition: .3s ease;
}
.border-cta a:hover .fl-button-icon {
	font-size: 12px!important;
	display: inline-block;
	transition: .3s ease;
	transform: translateX(5px);
}


/*** MENUS ***/

.menu-kategorie a:before {
	content: "";
	position: absolute;
	width: 30%;
	margin: auto;
	height: 2px;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: var(--gold-color);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	/*transform-origin: 0% 50%;*/
}
.menu-kategorie a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.menu-kategorie li.current-product-parent a:before {
	content: "";
	position: absolute;
	width: 30%;
	height: 2px;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: 2px solid var(--gold-color);
	transform: scaleX(1);
	visibility: visible;
}

.pp-search-form__container input.pp-search-form__input {
	font-family: Roboto;
}


/*** MAIN ***/

.fl-row-bg-video .fl-bg-video iframe {
    height: 56.25vw;
    top: 0%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0%);
}
.homepage-cta .fl-button-icon {
	font-size: 13px!important;
	transition: .3s ease;
	display: inline-block;
}
.homepage-cta a:hover .fl-button-icon {
	transform: translateX(5px);
	transition: .3s ease;
	display: inline-block;
}


.homepage-oferta-infobanner .uabb-ultb3-box-overlay {
	background-image: linear-gradient(0deg, #000000d6 0%, transparent 75%);
	background-color: unset!important;
}
.homepage-oferta-infobanner .fl-module-content img {
	width: 100%!important;
	top: unset!important;
	left: unset!important;
	transform: unset!important;
}
.homepage-oferta-infobanner .fl-module-content:hover img {
	transform: scale(1.05)!important;
	left: 0;
	top: 0;
	transition: .3s ease;
}

.text-cta .fl-button-icon {
	font-size: 13px!important;
	transition: .3s ease;
	display: inline-block;
}
.text-cta a:hover .fl-button-icon {
	transform: translateX(5px);
	transition: .3s ease;
	display: inline-block;
}
.product-archive-grid.homepage-featured-grid .woopack-product-featured-image {
    height: 180px!important;
}
.product-archive-grid.homepage-featured-grid .product_meta .sku_wrapper {
	display: none!important;
}
.product-archive-grid.homepage-featured-grid .woopack-product-content .woopack-product-title {
	order: 2;
}
.product-archive-grid.homepage-featured-grid .woopack-product-content .woopack-product-meta {
	order: 1;
}
.product-archive-grid.homepage-featured-grid .woopack-product-content .woopack-product-meta .posted_in a {
	color: var(--black-color)!important;
	font-size: 12px!important;
}


/*** POJEDYNCZY PRODUKT - SZABLON ***/

ul#menu-kategorie-menu {
	display: flex!important;
	border-bottom: 1px solid #dbdbdb;
}
ul#menu-kategorie-menu li {
    flex: auto 1;
}

.single-image img {
    max-height: 700px;
    object-fit: contain;
}
.single-image .fl-module-content {
	/*border: 1px solid var(--lightgray-color);*/
	padding: 20px 0px 0;
}
.single-price-add-cart-col .fl-col-content {
    display: flex;
    flex-direction: row;
}
.single-product-price .fl-heading-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.single-product-price .fl-module-content {
    border: 1px solid #dbdbdb;
    padding: 8px 20px 8px;
	margin-right: -1px!important;
}
.single-product-price .fl-heading-text .price {
	font-size: 18px!important;
	color: black!important;
	margin-bottom: unset!important;
}

.single-add-to-cart .fl-module-content {
	margin-left: 0!important;
}
.single-add-to-cart .quantity {
	display: inline-block;
	position: relative!important;
	border: 1px solid var(--lightgray-color);
	border-radius: 0px;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 0!important;
}
.single-add-to-cart .quantity:before,
.single-add-to-cart .quantity:after {
	background: white;
	right: 0px;
	width: 25px;
	position: absolute;
	pointer-events: none;
	cursor: pointer;
}
.single-add-to-cart .quantity:before {
	content: '';
	bottom: 20px;
	background: url(https://winspirits.pl/wp-content/uploads/2022/09/arrow-up.png) no-repeat white;
	background-position: center;
	height: 21px;
}
.single-add-to-cart .quantity:after {
	content: '';
	top: 21px;
	background: url(https://winspirits.pl/wp-content/uploads/2022/09/arrow-down.png) no-repeat white;
	background-position: center;
	height: 21px;
}
.single-add-to-cart input.qty {
	outline: 0;
	border: 0;
	background-color: white!important;
	padding: 9px 8px 8px 0!important;	
}
.single-add-to-cart .single_add_to_cart_button {
    padding: 13px 30px 14px!important;
}
.single-product-cechy-produktu-table,
.single-product-cechy-produktu-table tr,
.single-product-cechy-produktu-table td {
	border-width: 0!important;
}
.single-product-cechy-produktu-table td {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	font-size: 14px;
}
.cechy-produktu-left-col {
	padding-left: 0!important;
	width: 40%;
}
.cechy-produktu-right-col {
	font-family: Roboto;
	font-weight: 300;
}
.single-product-opis-produktu {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
}
.single-product-breadcrumbs .separator,
.breadcrumbs .separator {
    color: var(--gold-color)!important;
    font-size: 11px!important;
    font-weight: 900!important;
    transform: translateY(-1px);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	border-color: var(--gold-color)!important;
	width: 15px;
	height: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	background: var(--gold-color)!important;
	top: 24px;
    left: 28px;
	height: 11px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: -5px;
    right: -5px;
}
.fl-theme-builder-woo-notices {
	width: 1200px;
	padding: 40px 0!important;
}
.woocommerce-message {
    border-top-color: #b89400;
	line-height: 2;
	font-size: 14px;
}
.woocommerce-message a {
	border-radius: 0!important;
}
.woocommerce-message::before {
    color: #b89400!important;
}


/* mobile */

@media only screen and (max-width: 768px) {
	ul#menu-kategorie-menu {
		border-bottom-width: 0px;
	}
	.single-price-add-cart-col .fl-col-content {
		flex-direction: column;
		align-items: flex-start;
	}
	.single-add-to-cart {
		margin-left: 10px;
	}
}



/*** ARCHIWUM PRODUKÓW ***/

.product-archive-grid .woopack-product-featured-image {
    height: 230px!important;
}
.product-archive-grid .woopack-product-quick-view {
	bottom: unset!important;
	top: 0;
	opacity: 1!important;
	text-align: right!important;
	padding-right: 0!important;
	padding-top: 0!important;
}
.product-archive-grid .woopack-quick-view-text .ws-fullscreen {
	color: var(--gold-color)!important;
	font-weight: 700;
}
.product-archive-grid .woopack-product-action a {
	position: relative;
	background-color: unset!important;
	color: var(--gold-color)!important;
	padding: 0!important;
}
.product-archive-grid .woopack-product-action a:before {
	position: absolute;
	content: "\e90a";
	font-family: 'winsp' !important;
	right: 0;
}
.product-archive-grid .woopack-product-action a.add_to_cart_button {
	margin-top: 4px!important;
	margin-bottom: 24px!important;
}
.product-archive-grid .woopack-product-action a.added {
	margin-bottom: 15px!important;
    font-size: 13px!important;
	margin-bottom: 14px!important;
}
.product-archive-grid .woopack-product-action a.added_to_cart {
    font-size: 12px;
    margin-bottom: 0!important;
}
.product-archive-grid .woopack-product-action a.added_to_cart:before,
.product-archive-grid .woopack-product-action a.added:before {
	content: none;
}
.product-archive-grid .woopack-product-action a.added:after {
	padding-right: 5px;
}
.product-archive-grid .woopack-product-action a.loading:after {
	top: 0!important;
}
.product-archive-grid .woopack-product-action a:hover {
	color: var(--gold-color)!important;
}
.product-archive-grid .woopack-product-grid {
	padding: 15px 20px 10px!important;
}
.product-archive-grid .woopack-product-content {
	display:flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.product-archive-grid .woopack-product-content .woopack-product-title {
	width: 100%;
	margin-bottom: 40px!important;
}
.product-archive-grid .woopack-product-content .price,
.product-archive-grid .woopack-product-content .woopack-product-action {
	flex: 1;
	position: absolute;
    bottom: 0;
}
.product-archive-grid .woopack-product-content .woopack-product-title,
.product-archive-grid .woopack-product-content .price {
	text-align: left!important;
}
.product-archive-grid .woopack-product-content .woopack-product-action {
	text-align: right!important;
	right: 20px!important;
}

.product-archive-category-sidebar-menu .current-product_cat-ancestor .pp-has-submenu-container > a{
	color: var(--gold-color)!important;
}
.product-archive-category-sidebar-menu .pp-menu-toggle:before {
	border-color: var(--gold-color)!important;
}
.product-archive-category-sidebar-menu .current-product_cat-ancestor .sub-menu > li.current-menu-item > a {
	color: var(--black-color)!important;
	font-weight: bold;
}
.product-archive-category-sidebar-menu .pp-menu-toggle {
    border: 1px solid var(--lightgray-color);
}

.product-archive-facet {
    height: 53px;
}
.product-archive-facet .fs-wrap {
    width: 100%!important;
}
.product-archive-facet .fs-label {
	font-size: 12px;
	padding: 10px 22px 10px 12px!important;
}
.product-archive-facet .fs-option-label {
    font-size: 12px;
}
.product-archive-facet .fs-search input {
	font-size: 13px;
}
.product-archive-facet .fs-no-results{
	font-size: 11px;
}
.product-archive-facet .fs-arrow {
    border-color: #ad962e;
    position: absolute;
    bottom: 5px;
    margin: auto;
    transition: ease-in 0.15s;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 9px;
    right: 11px;
    transform: rotate(135deg);
    width: 9px;
}
.product-archive-facet .fs-open .fs-arrow {
    transform: rotate(315deg);
	bottom: -3px;
}
.product-archive-facet .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: var(--gold-color);
}
.facetwp-reset {
    padding: 5px 20px 6px!important;
    font-size: 14px;
}
.facetwp-facet {
	margin-bottom: 0!important;
}


/*** QUICK VIEW TEMPLATE ***/

.woopack-modal .woopack-modal-inner {
    width: 1200px!important;
}
.quick-view-image img {
    height: 500px!important;
    object-fit: contain;
}
.woopack-qv-template .single-add-to-cart input.qty {
    padding: 8px 8px 8px 0!important;
}
.woopack-qv-template .added_to_cart.wc-forward {
    background-color: transparent;
    color: var(--gold-color);
    float: unset!important;
    transform: translateX(70%);
}


/*** KOSZYK ***/

.cart-contents input.qty {
    padding: 5px!important;
}
.cart-contents .checkout-button {
    background-image: linear-gradient(90deg, var(--gold-color) 0%, #D9BA38 100%)!important;
    border-radius: 0!important;
    text-transform: uppercase;
	background-size: auto 200%;
	transition: background-position 0.5s;
	position: relative;
	z-index: 1;
}
.cart-contents .checkout-button:before {
	content: '';
	width: 100%;
	background-image: linear-gradient(90deg, #D9BA38 0%, var(--gold-color) 100%)!important;
	height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: -1;
}
.cart-contents .checkout-button:hover:before {
	opacity: 1;
	transition: opacity 0.5s;
}
.cart-contents input#coupon_code {
    width: 200px!important;
}
.cart-contents .coupon button,
.cart-contents td.actions > button {
    border-radius: 0!important;
}
.cart-contents .attachment-woocommerce_thumbnail {
    height: 50px!important;
    object-fit: contain;
}