/* Variables */
.admin-bar{
	--admin-bar-h: 32px
}

@media screen and (max-width: 782px){
	.admin-bar{
		--admin-bar-h: 46px;
	}
}

:root{
	--color-primary: #D30E38;
	--color-background: #f3f3f3;
	--color-yellow: #FFCA00;
	--color-text: #111114;

	--border: 1px solid #f1f2f4;
	--border-radius: 0px;

	--box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	--transition: 0.2s ease-in-out;
}

/* Body */
body{
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	/* letter-spacing: .01em; */
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
} */

body.overflow-hidden{
	overflow: hidden;
}
/* Mobile display */
@media screen and (min-width: 1200px){
	.mobile--display{
		display: none !important;
	}
}
@media screen and (max-width: 1199px){
	.desktop--display{
		display: none;
	}
}
/* Header */
.site-header > .sober-container{
	position: relative;
}
.site-header:not(.sticky) .menu-item.sticky-only{
	display: none;
}
.site-header.sticky .menu-item.remove-in-sticky{
	display: none;
}

.search-modal:not(.searching) .search-results .loading{
	visibility: hidden;
}

@media screen and (min-width: 1200px){
	.site-header.sticky .header-search,
	.site-header.sticky .header-icon{
		display: block;
	}
	.site-header.sticky > .sober-container{
		display: flex;
		justify-content: space-between;
	}
	.site-header.sticky .sober-container.clearfix .row{
		width: 100%;
		margin-right: 0;
	}
	.site-header.sticky #site-navigation{
		flex-shrink: 0;
	}
	.site-header.sticky .search-fields button{
		padding: 5px;
	}
	.site-header.sticky .header-icon ul{
		display: flex;
	}
	.site-header.sticky .cart-contents,
	.site-header.sticky .menu-item-account,
	.site-header.sticky .menu-item-account a,
	.site-header.sticky .raq_label::after{
		font-size: 0;
	}
	.site-header.sticky .site-navigation--sticky{
		display: block;
	}
	.site-header.sticky #menu-menu-glowne > .menu-item:not(.gadzety-item){
		display: none;
	}
	.header-v2 .site-header .header-search {
		flex: 2;
	}
	.header-v2 .site-header .header-icon {
		flex: 1.4;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.site-header.sticky #site-navigation{
		margin-top: auto !important;
	}

	.site-header.sticky .gadzety-item > a{
		font-size: 0 !important;
	}
	.site-header.sticky a.button.button-explore::before,
	.site-header.sticky .gadzety-item > a::before{
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-image: url("/wp-content/uploads/2021/05/favicon-100x100.png");
		background-size: contain;
		background-position: center;
	}
	.site-header.sticky a.button.button-explore{
		width: auto;
		font-size: 0;
		background-color: transparent;
		min-width: unset;
		gap: 4px;
	}
	/* .site-header.sticky .gadzety-item > a::after{
		content: '';
		display: none;
	} */
}

@media screen and (max-width: 992px){
	.side-menu .gadzety-kategorie > a{
		display: none;
	}
	.side-menu li.gadzety-kategorie ul{
		padding-left: 0;
	}
}

/* Mega menu */
/* HOME SEARCH MEGA MENU */
.home-search__mega-menu{
	position: absolute;
    background-color: #fff;
    top: calc(100% + 24px);
    box-shadow: 0px 10px 10px 0px #80808030;
	width: 100%;
	left: 0;
	display: none;
	justify-content: space-between;
	text-align: left;
}

.home-search__mega-menu.open{
	display: flex;
	z-index: 99999;
}

.home-search__mega-menu .close-btn{
	width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 16px;
    cursor: pointer;
    opacity: 0.3;
}

.home-search__mega-menu .close-btn:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M368 368L144 144M368 144L144 368'/%3E%3C/svg%3E");
}

.home-search__mega-menu .container{
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.home-search__mega-menu-list{
	background-color: #F7F7F7;
	flex-basis: 30%;
	flex-shrink: 0;
}

.home-search__mega-menu .ms-list-of-subdomains{
    padding: 24px 32px 24px 24px;
	height: 100%;
}

.home-search__mega-menu .ms-list-of-subdomains ul{
	max-height: 350px;
    overflow: auto;
    width: 100%;
    padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

.home-search__mega-menu a{
	width: 100%;
	padding: 5px 10px;
	margin-top: 5px;
	display: flex;
	position: relative;
}

/* .home-search__mega-menu .ms-list-of-subdomains a:hover{
	background-color: #fff;
} */

.home-search__mega-menu .ms-list-of-subdomains input[type="text"]{
	border-radius: 30px;
    padding-left: 24px;
}

.home-search__mega-menu .ms-list-of-subdomains input[type="text"]:focus{
	border-color: transparent;
}

.ms-list__subdomain + .ms-list__subdomain-group-heading{
	margin-top: 20px;
}

.ms-list__subdomain-group-heading{
	font-weight: 700;
	padding-left: 10px;
	text-align: left;
}

.home-search__mega-menu-right{
    padding: 12px 24px 12px;
}

.home-search__mega-menu-right .font-medium{
	font-size: 2.2rem;
    color: #222;
    margin-bottom: 8px;
}

.home-search__mega-menu-banners{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home-search__mega-menu-banners > p{
	width: 100%;
}

.home-search__mega-menu-banner{
	flex-basis: 31%;
}

.home-search__mega-menu-banner-title{
	margin-top: 20px;
	margin-bottom: 0;
}

.home-search__mega-menu-banner ul{
	padding: 0;
	list-style: none;
	margin: 0;
}

.home-search__mega-menu-banner li a{
	padding: 4px;
    padding-inline: 0;
}

/* .home-search__mega-menu-banner li.menu-badge a{
	position: relative;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.home-search__mega-menu-banner li.menu-badge a:before{
	content: '';
	color: #fff;
	padding: 4px 10px;
	border-radius: 30px;
	flex-shrink: 0;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
}

.home-search__mega-menu-banner li.menu-badge.hot a:before{
	content: 'Hot!🔥';
	background-color: pink;
}

.home-search__mega-menu-banner li.menu-badge.bestseller a:before{
	content: 'Bestseller!💸';
	background-color: yellow;
} */

.button.button-explore{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	background-color: transparent;
    border: 2px solid #d40d39;
    font-weight: 600;
	height: 40px;
    min-width: unset;
    width: 150px;
}

.button.button-explore i{
	display: none;
}

.button.button-explore a{
	color: #d40d39;
}

.button.button-explore a:after{
	content: unset;
}

@media screen and (min-width: 993px){
	.button.button-explore:after{
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23d40d39' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");		position: relative;
        inset: unset;
        background-color: transparent;
        transition: 0.3s ease-in-out;
	}
	.button.button-explore.open,
	.button.button-explore:hover{
		background-color: #d40d39;
	}
	.button.button-explore.open a,
	.button.button-explore:hover a{
		color: #fff;
	} 
	.button.button-explore:hover:after,
	.button.button-explore.open:after{
		transform: rotate(180deg);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
	}
}

@media screen and (max-width: 992px){
	.button.button-explore{
        border: none;
        padding: 0;
        font-size: 0;
        position: relative;
        color: var(--color-text);
		background-color: transparent;
		flex-direction: row-reverse;
    }
    .button.button-explore:hover{
        background-color: transparent;
        color: var(--color-text);
    }
	.home-search__header .button-explore--mobile{
		display: flex;
		align-items: center;
		position: relative;
		font-size: 0;
	}
    .button.button-explore:before,
	.home-search__header .button-explore--mobile:before{
		content: '';
		display: inline-block;
		-webkit-mask-image: url('../../icons/menu-outline.svg');
		mask-image: url('../../icons/menu-outline.svg');
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		mask-size: contain;
		-webkit-mask-size: contain;
		background-color: currentColor;
		width: 30px;
		height: 30px;
	}
    .home-search__mega-menu{
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        position: fixed;
        z-index: 99999;
        width: 360px;
        max-width: 100%;
        height: 100%;
        background-color: #FFF;
        top: var(--admin-bar);
        transform: translateX(-100%);
        transition: var(--transition);
        opacity: 0;
        visibility: hidden;
    }
    .home-search__mega-menu.open{
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .home-search__mega-menu .close-btn{
        top: 16px;
        z-index: 2;
    }
    .home-search__mega-menu-right{
        display: none;
    }
}

/* Header icons */
header .widget_ywraq_mini_list_quote{
	margin: 0;
}

header .widget_ywraq_mini_list_quote .raq-info{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
}

header .ywraq-quote-icon-icon_quote{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='shop-bag-1' viewBox='0 0 513.32 513.32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='513.32px' height='513.32px' enable-background='new 0 0 513.32 513.32' xml:space='preserve'%3E%3Cpath d='M448.085,128.33h-83.414v-21.388C364.671,47.055,317.617,0,257.729,0S150.788,47.055,150.788,106.942v106.942h42.777 v-42.777h85.553V128.33h-85.553v-21.388c0-36.36,27.805-64.165,64.165-64.165s64.165,27.805,64.165,64.165v106.942h42.777v-42.777 h44.916l19.249,299.437H88.762l17.11-299.437h2.139V128.33H67.373L41.707,513.32h429.906L448.085,128.33z'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

header .raq-tip-counter{
	margin-right: 10px;
}

header .ywraq-quote-icon-icon_quote:before {
	content: '';
}

header .raq_label{
	display: flex;
	align-items: center;
}

header .raq_label::after{
	content: 'Zapytanie ofertowe';
	font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
    line-height: 2.14286;
}

header .widget_ywraq_mini_list_quote .raq-items-number{
	font-size: 1rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
	font-size: 0;
    margin: -3px 0 0 -5px;
    background-color: #d40d39;
    transition: all 0.5s;
}

/* .header-icon li.menu-item-cart */
header .header-icon .cart-contents:not(.active) span.count.cart-counter,
header .widget_ywraq_mini_list_quote:not(.active) .raq-items-number{
	display: none;
}

header .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper{
	display: none !important;
}

/* Footer */
.footer-info > .sober-container > .row{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.footer-social .footer_ssl{
    height: 40px;
    display: flex;
    gap: 10px;
}

.footer-social .footer_ssl img{
	height: 40px;
	width: auto;
	max-width: unset;
}

@media screen and (min-width: 993px){
	.footer-widgets .menu-miasta-container{
		margin-bottom: 50px;
		position: relative;
	}
	.footer-widgets .menu-miasta-container ul{
		max-height: 275px;
		overflow: hidden;
	}
	.footer-widgets .menu-miasta-container .arrow{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 104%;
		left: 50%;
		cursor: pointer;
		transform: translateX(-50%) rotate(90deg);
	}
	.footer-widgets .menu-miasta-container #arrow-down{
		left: 25%;
		transform: translateX(-50%) rotate(-90deg);
	}
	.footer-widgets .menu-miasta-container .arrow:before{
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L0.5 8L7.5 1' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}
}

/* Hero */
.baner-content{
	z-index: 1;
	position: relative;
	display: flex;
    justify-content: center;
	padding-bottom: 30px;
	height: 100%;
}

@media screen and (max-width: 480px){
	#home-slider .owl-stage,
	#home-slider .item,
	#home-slider .row-eq-height{
		display: flex;
	}
	#home-slider .owl-item{
		display: flex;
		height: auto;
		overflow: hidden;
	}
	#home-slider .baner-content{
		padding-right: 0;
		width: 53%;
	}
	#home-slider .row-eq-height{
		height: 100%;
		justify-content: space-between;
	}
	#home-slider .baner-img{
        padding: 0;
        align-self: flex-end;
        width: 48%;
		align-content: center;
		display: flex;
		align-items: flex-end;
	}
	#home-slider .baner-img img{
		transform: scale(1.3);
	}
	.slider_home + .grid2{
		padding-top: 0;
	}
}

@media screen and (max-width: 360px){
	#home-slider .slider_bottom .button{
		display: none;
	}
}
/* Home */
@media screen and (min-width: 993px){
	.row--reverse .row{
		display: flex;
		flex-direction: row-reverse;
	}
}

.home section .col-md-5 img{
	display: block;
	margin: 0 auto;
}

/* Swatches */
.variations_form.wvs-loaded{
	flex-direction: column;
}

.woocommerce div.product form.variations_form.wvs-loaded .variations{
	flex-direction: column;
    align-items: flex-start;
    gap: 30px;
	margin-bottom: 20px;
}

.woo-selected-variation-item-name{
	display: none;
}

.variations_form.wvs-loaded .variable-options{
	display: flex;
    align-items: center;
}

.woocommerce div.product form.variations_form.wvs-loaded  .variations .label{
	padding-top: 0;
}

.woocommerce div.product form.variations_form.wvs-loaded  .variations label{
	margin-right: 10px;
}

.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
	box-shadow: none;
}
.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
	box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
}

.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents{
	position: relative;
}

.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents::after{
	content: '\f106';
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
	color: rgb(212,13,57);
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{
	display: none;
}

.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::after{
	opacity: 1;
	visibility: visible;
}

.variations-reset{
	display: none;
}

/* Form */
@media screen and (min-width: 993px){
	form.wpcf7 > *{
		display: block;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 992px){
	.wpcf7-form-control-wrap{
		display: block;
		margin-bottom: 5px;
	}
}

.wpcf7-form input[readonly=readonly]{
	background-color: #fafafa;
	pointer-events: none;
}

.submit-wrapper{
	position: relative;
}

.wpcf7 .wpcf7-spinner{
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	width: unset;
	height: unset;
	border-radius: 10px;
	margin: 0;
	opacity: 1;
	background-color: rgba(35, 40,45,0.75);
}

.wpcf7 .wpcf7-spinner::before{
    top: calc(50% - 16px);
    left: calc(50% - 16px);
	width: 8px;
	height: 8px;
	transform-origin: 16px 16px;
}

/* Owl navigation */
.navi-slider .owl-prev,
.navi-slider .owl-next{
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.navi-slider.bestsellery-slider .owl-prev,
.navi-slider.bestsellery-slider .owl-next{
	top: calc(50% - 20px);
}

/* Social widget */
.social-links-widget svg{
	fill: #909097;
}

.social-links-widget a:hover svg{
	fill: #d40d39;
}

.social-links-widget .share-facebook:hover{
	color: #3b5998;
	background-color: #3b599842;
}
.social-links-widget .share-linkedin:hover{
	color: #0e76a8;
	background-color: #0e76a842;
}
.social-links-widget .share-pinterest:hover{
	color: #F0002A;
	background-color: #F0002A42;
}
.social-links-widget .share-instagram:hover{
	color: #8a3ab9;
	background-color: #8a3ab942;
}
.social-links-widget .share-youtube:hover{
	color: #c4302b;
	background-color: #c4302b42;
}
.social-links-widget .share-tiktok:hover{
	color: #000000;
	background-color: #00000042;
}

.social-links-widget .share-tiktok:hover svg{
	fill: #000000;
}

/* Top bar */
.topbar a svg{
	margin-right: 5px;
	height: 1em;
    width: auto;
}

.topbar a:hover svg{
    fill: #d40d39;
}

/* home */
.grid0_1 {
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* Products slider */
.products-slider .owl-stage{
	display: flex;
}

.products-slider .owl-item{
	display: flex;
	height: auto;
}

.products-slider .owl-item .product{
	width: 100%;
	padding: 0 10px;
}

.products-slider.woocommerce ul.products{
	margin: 0;
}

.products-slider .product_content_wrap{
	display: flex;
    flex-direction: column;
}

.products-slider .price{
	margin-top: auto;
}

@media screen and (max-width: 480px){
	.products-slider .owl-item .product{
		padding: 0 5px;
	}
}

/* Product */
.woocommerce-variation-add-to-cart{
	width: 100%;
}
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch span{
	display: none;
}

.wvs-has-image-tooltip:before, [data-wvstooltip]:before{
	text-transform: capitalize;
}

.woocommerce ul.products li.product a:hover img {
    transform: scale(1.2);
}

.woocommerce div.product form.cart .button, .woocommerce div.product p.cart .button{
	padding: 0 10px;
	min-width: 180px;
	margin-bottom: 10px;
    margin-top: 0;
}

@media screen and (max-width: 767px){
	.woocommerce div.product form.cart .button,
	.woocommerce div.product form.cart .yith-ywraq-add-to-quote,
	.woocommerce div.product form.cart .yith-ywraq-add-to-quote .button{
		min-width: 100%;
	}
	.woocommerce div.product form.cart .button{
		margin-bottom: 10px;
	}
}

.woocommerce div.product form.cart .button.loading:after {
    left: 18px;
}

.wvs-loaded .single_variation_wrap .variations_button button{
	display: inline-block !important;
}

.yith-ywraq-add-to-quote{
	min-height: 60px;
}

body.woocommerce.single-product .product .yith-ywraq-add-to-quote{
	vertical-align: middle !important;
	background: none;
}

.woocommerce div.product form.cart .woocommerce-variation-description p{
	font-weight: 400;
}

/* Product gallery */
@media screen and (min-width: 1300px){
	.woocommerce div.product div.images .owl-stage-outer .woocommerce-product-gallery__image img{
		height: 600px;
	}
}

/* Product meta */
.woocommerce div.product .product_meta.product_meta--top{
	font-size: 14px;
	padding: 0;
    border: none;
    text-transform: none;
    font-weight: 400;
    margin: 7px 0;
}

/* Side Cart */
body.modal-open::after{
	content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    display: block;
    position: absolute;
    z-index: 1950;
}

#cart-modal{
	left: unset;
	width: 30%;
	min-width: 440px;
	transform: translateX(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#cart-modal.open{
	transform: translateX(0);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#cart-modal .cart-tabs-nav{
	display: none;
}

#cart-modal .woocommerce-mini-cart-item .row{
	flex-wrap: wrap;
}

#cart-modal .woocommerce-mini-cart-item .product-title{
	width: 100%;
}

#cart-modal .woocommerce-mini-cart-item .product-title .product-cart-data{
	font-size: 14px;
    line-height: 1.45;
}

#cart-modal .woocommerce-mini-cart-item .product-qty,
#cart-modal .woocommerce-mini-cart-item .product-price,
#cart-modal .woocommerce-mini-cart-item .product-remove{
    width: 33%;
}

/* Ask for product modal */
.blocker{
	z-index: 1550;
	background: rgba(35, 35, 44, 0.5);
}

.jquery-modal.blocker{
	z-index: 15555;
}

.modal{
	text-align: center;
	width: 100%;
	max-width: 700px;
	padding: 40px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal a.close-modal{
	top: 20px;
	right: 15px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' id='close-delete' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 2.414L17.586 1 10 8.586 2.414 1 1 2.414 8.586 10 1 17.586 2.414 19 10 11.414 17.586 19 19 17.586 11.414 10z'%3E%3C/path%3E%3C/svg%3E");
}

.modal.sober-modal a.close-modal{
	width: 20px;
    height: 20px;
}

.modal.sober-modal > a.close-modal{
   display: none
}

@media screen and (max-width: 767px){
	.modal{
		padding: 25px 30px;
	}
}

@media screen and (max-width: 480px){
	.modal{
		padding: 25px 20px;
	}
}

.woocommerce div.product form.cart a.ask-for-product-btn{
	margin-right: 10px;
	background-color: #ccc;
}

/* Quote modal */
#quote-modal{
	position: fixed;
	left: unset;
    width: 30%;
    min-width: 440px;
	padding: 0;
	transform: translateX(100%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#quote-modal.open {
    transform: translateX(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#quote-modal .modal-header{
	text-align: left;
}

#quote-modal .widget_ywraq_mini_list_quote{
	width: 100%;
}

#quote-modal .widget_ywraq_mini_list_quote .raq-info{
	display: none;
}

#quote-modal .yith-ywraq-list-wrapper{
	display: block;
    position: relative;
    width: 100%;
    left: unset;
    height: auto;
    bottom: unset;
    margin: 0;
    padding: 0;
}

#quote-modal .widget_ywraq_mini_list_quote .yith-ywraq-list-content{
	position: relative;
    min-width: unset;
    box-shadow: none;
	border: none;
    right: unset;
    padding: 0;
    background: none;
    border-radius: 0;
    top: unset;
    opacity: 1;
    visibility: visible;
	z-index: unset;
	margin-top: 0;
	pointer-events: all;
}

#quote-modal .items-count{
	display: none;
}

#quote-modal .widget_ywraq_mini_list_quote ul.yith-ywraq-list{
	text-align: left;
	list-style: none;
	padding: 0;
	max-height: unset;
    margin-bottom: 60px;
	overflow-y: hidden;
}

#quote-modal .yith-ywraq-list-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2px 0 15px 0;
	border-color: #f1f2f4;
}

#quote-modal .yith-ywraq-list-item-info{
	order: 0;
	width: 140px;
	font-size: 14px;
    line-height: 1.45;
	font-weight: 400;
	display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (min-width: 480px){
	#quote-modal .yith-ywraq-list-item-product-info{
		width: calc(100% - 160px);
	}
}
#quote-modal ul.yith-ywraq-list img{
	float: none;
	margin: 0 40px 0 0;
	width: 100px;
}

#quote-modal .yith-ywraq-list-item small{
	display: none;
}

#quote-modal .yith-ywraq-list-item .quantity{
	order: 2;
	border: none;
}

#quote-modal ul.yith-ywraq-list a.yith-ywraq-item-remove.remove{
	position: relative;
	top: unset;
	left: unset;
	order: 3;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' id='close-delete-small' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23909097' d='M13 1.943L12.057 1 7 6.057 1.943 1 1 1.943 6.057 7 1 12.057l.943.943L7 7.943 12.057 13l.943-.943L7.943 7z'%3E%3C/path%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	font-size: 0;
	margin-left: auto;
}

#quote-modal ul.yith-ywraq-list a.yith-ywraq-item-remove.remove:hover{
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' id='close-delete-small' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M13 1.943L12.057 1 7 6.057 1.943 1 1 1.943 6.057 7 1 12.057l.943.943L7 7.943 12.057 13l.943-.943L7.943 7z'%3E%3C/path%3E%3C/svg%3E");
}

#quote-modal .widget_ywraq_mini_list_quote .button{
	color: #fff;
    padding: 0;
    line-height: 50px;
    font-size: 13px;
	text-transform: uppercase;
	width: 100%;
}

@media screen and (max-width: 991px){
	#quote-modal .widget_ywraq_mini_list_quote ul.yith-ywraq-list {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px){
	#quote-modal .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
		top: unset;
	}
}

@media screen and (max-width: 480px){
	#cart-modal, #quote-modal{
		min-width: 200px;
		width: 100%;
	}
	.cart-modal .woocommerce ul.cart_list .product-title a{
		display: flex;
		flex-direction: column;
	}
	#cart-modal .woocommerce-mini-cart-item .product-title .product-cart-data{
		margin: 0;
	}
	.cart-modal .woocommerce ul.cart_list .product-title .remove{
		top: 20px;
	}
	#quote-modal .yith-ywraq-list-item-info{
		flex-direction: column;
		align-items: flex-start;
	}
	#quote-modal ul.yith-ywraq-list a.yith-ywraq-item-remove.remove{
		position: absolute;
		top: 20px;
		right: 0;
		width: 20px;
		height: 20px;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' id='close-delete-small' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M13 1.943L12.057 1 7 6.057 1.943 1 1 1.943 6.057 7 1 12.057l.943.943L7 7.943 12.057 13l.943-.943L7.943 7z'%3E%3C/path%3E%3C/svg%3E");
	}
	#quote-modal .yith-ywraq-list-item-product-info{
		width: 100%;
	}
}

/* Custom file upload */
input[type="file"] {
	display: none;
}

.custom-file-upload-wrapper{
	position: relative;
	margin-bottom: 20px;
}

.custom-file-upload-wrapper input[type="text"]{
	cursor: not-allowed;
	pointer-events: none;
}

.custom-file-upload-wrapper label.custom-file-upload {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	padding: 10px 10px;
	cursor: pointer;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	font-weight: 600;
	transition: var(--transition);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	margin-top: 0;
	width: 115px;
}

.woocommerce form .custom-file-upload-wrapper label.custom-file-upload{
	padding: 10px 10px;
}

.custom-file-upload:hover {
	background-color: #000;
}

.custom-file-upload span {
	margin: 0;
}

.custom-file-upload .wpcf7-not-valid-tip{
	position: absolute;
    bottom: -45px;
	left: 50%;
    transform: translateX(-50%);
}

.custom-file-upload-wrapper img{
	position: absolute;
    width: auto;
	max-width: 120px;
	height: 43px;
    top: 50%;
    transform: translateY(-50%);
    right: 115px;
	aspect-ratio: 1/1;
    object-fit: cover;
}

.custom-file-upload__tooltip{
	position: absolute;
    top: -10px;
    left: -10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #80808063;
    display: inline-block;
    padding: 10px;
	cursor: pointer;
	z-index: 1;
}

.custom-file-upload__tooltip:before{
	content: '?';
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.custom-file-upload__tooltip-text{
	visibility: hidden;
	width: 250px;
	background-color: #000000d9;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	border-radius: 6px;
	position: absolute;
  	z-index: 1;
	top: 50%;
	left: 35px;
	transform: translateY(-75%);
	transition: 0.3s;
	line-height: 1.9rem;
}

.custom-file-upload__tooltip-text::after {
	content: " ";
	position: absolute;
	top: 50%;
    left: -5px;
    transform: translateY(-50%);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
  }

.custom-file-upload__tooltip:hover .custom-file-upload__tooltip-text{
	visibility: visible;
}

.custom-file-upload-wrapper + .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label{
	display: inline-block;
	line-height: 1.9rem;
}

.complaint-form-file{
	width: 100%;
}

@media screen and (max-width: 460px){
	.custom-file-upload__tooltip-text{
		width: 195px;
		font-size: 13px;
		line-height: 1.2;
	}
	.custom-file-upload-wrapper img{
		right: 114px;
	}
	.custom-file-upload .wpcf7-not-valid-tip{
		font-size: 12px;
		transform: none;
		right: 0;
		left: unset;
	}
	
}

/* Product info */
body .wcfad-pricing-table-wrapper, body .cart .wcfad-pricing-table-wrapper{
	width: calc(50% - 20px);
	margin-right: 20px;
	float: left;
	text-transform: none;
}
.product-summary .product-info-content{
	float: left;
    padding: 10px;
    border: 1px solid #eaebee;
    margin: 20px 0 10px 0;
	flex-basis: 48%;
}

@media screen and (max-width: 767px){
	body .wcfad-pricing-table-wrapper, body .cart .wcfad-pricing-table-wrapper,
	.product-summary .product-info-content{
		width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
}

.grecaptcha-badge { visibility: hidden; }

/* SW swatches */
.sw-swatches{
	display: -webkit-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 5px 0;
}

.sw-swatch{
	display: block;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}

.sw-swatch:not(.additional-colors){
	font-size: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
}

.sw-swatch + .sw-swatch{
	margin-left: 5px;
}

.sw-swatches .additional-colors{
	display: -webkit-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	font-size: 12px;
	line-height: 1;
}

.sw-swatches .additional-colors .sw-swatch{
	display: none;
}

.additional-colors__counter{
	cursor: pointer;
}

/* AJAX SEARCH YITH */
#yith-ajaxsearchform{
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
}

#yith-s{
	background: none;
}

#yith-s::-webkit-search-cancel-button{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' id='close-delete-small' fill='%239a9a9a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.943L12.057 1 7 6.057 1.943 1 1 1.943 6.057 7 1 12.057l.943.943L7 7.943 12.057 13l.943-.943L7.943 7z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;
	opacity: 1 !important;
	position: absolute;
    right: -8px;
	cursor: pointer;
}

.search-submit-container{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' id='search' xmlns='http://www.w3.org/2000/svg' stroke='%23d40d39'%3E%3Ccircle fill='none' stroke-width='2' stroke-miterlimit='10' cx='8.35' cy='8.35' r='6.5'%3E%3C/circle%3E%3Cpath fill='none' stroke-width='2' stroke-miterlimit='10' d='M12.945 12.945l5.205 5.205'%3E%3C/path%3E%3C/svg%3E");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

#yith-searchsubmit{
	font-size: 0;
	background: none;
	padding: 0;
	height: 42px;
	width: 42px;
}

.yith_wcas_result_content .title{
	font-weight: 500;
	font-size: 1em;
	line-height: 1.6em;
}

#yith-ajaxsearchform .link-result{
	border-top: 1px solid #cecece;
	text-align: center;
	padding-top: 7px;
}

/* Fibo Search */
body .dgwt-wcas-no-submit.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier path{
	fill: #CC2B2B;
}

/* Products widget */
.wc-block-grid__products{
	padding: 20px 10px;
    background-color: #f7f7f7;
}
.wc-block-grid__product{
	background: #FFF;
    padding: 10px;
    height: auto;
	border: solid 1px #f3f3f3;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 5%);
}

.wc-block-grid__product-title{
	color: #1e1e23;
    font-weight: 500;
	padding: 0.5em 0;
	margin: 0;
	font-size: 1em;
}

.wc-block-grid__product-price{
    font-size: 1.5rem;
    color: #d40d39;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    transition: 0.5s;
}

@media (max-width: 480px){
	.wc-block-grid__products{
		padding: 20px;
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product + .wc-block-grid__product{
		margin-top: 20px;
	}
}

/* Advanced category description */
.sidebar-single-left .sober-container .widget-area{
	margin-bottom: 30px;
}

.woocommerce-advanced-categories-sidebar-text-wrapper a{
	text-decoration: underline;
	text-transform: lowercase;
}

.advanced-category-description{
	margin-top: 20px;
}

.advanced-category-footer{
	padding: 35px 35px 15px;
    background: #f7f7f7;
    line-height: 1.6;
    font-size: 13px;
    text-align: justify;
	margin-bottom: 40px;
	clear: both;
}

.advanced-category-footer h2{
	font-size: 2.3rem;
	margin-bottom: 12px;
}

@media screen and (max-width: 991px){
	.advanced-category-footer {
		padding: 25px 25px 15px;
	}
}

/* Post Archive */
.blog #main {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 50px 30px;
	padding-bottom: 100px;
    position: relative;
}

@media screen and (max-width: 992px){
	.blog #main {
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		gap: 40px 20px;
	}
}

@media screen and (max-width: 320px){
	.blog #main {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.blog #main article{
	width: 100%;
    margin: 0;
    padding: 0;
}

.blog #main .product_content_wrap{
	display: flex;
    flex-direction: column;
}

.blog #main .post-summary{
	display: flex;
    flex-direction: column;
    align-items: center;
	height: 100%;
}

.blog #main .post-summary .read-more{
	margin-top: auto;
	margin-bottom: 10px;
}

.blog #main .ajax-navigation {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

/* Single post */
.single-post .entry-header {
	display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: var(--border);
    margin-bottom: 16px;
}

.single-post .entry-meta{
	order: 3;
	margin: 0;
}

.single-post .socials-share{
	order: 4;
    margin: 0;
}

.single-post h1.entry-title{
    margin-bottom: 40px;
    font-weight: 600;
	width: 100%;
}

.single-post .hentry > .row{
	display: flex;
}

.single-post .post-summary{
	width: 100%;
    max-width: 1200px;
    margin-left: unset;
    margin-inline: auto;
}

.single-post .entry-content{
	font-size: 16px;
}

.post-summary ul:not(.wc-block-grid__products){
    margin-top: 8px;
}

.single-post .entry-content p a{
	text-decoration: underline;
}

.single-post .entry-content a:hover{
	color: var(--color-primary);
}

.post-summary h2.wp-block-heading{
	font-weight: 600;
	margin-top: 5rem;
}

.post-summary .section-title{
	font-size: 2.6rem;
	line-height: 3rem;
	font-weight: 600;
	margin-bottom: 16px;
}

.post-summary .lead{
	font-weight: 600;
	color: var(--color-text);
}

.wp-block-rank-math-toc-block{
	border: 1px solid var(--color-primary);
    padding: 20px 32px 1px;
    margin-block: 40px;
}

.wp-block-rank-math-toc-block p{
	margin-bottom: 0;
    font-size: 2rem;
    color: var(--color-text);
}

.wp-block-rank-math-toc-block p strong{
	font-weight: 600;
}

.wp-block-rank-math-toc-block nav ul{
	padding-left: 12px;
}

.post-summary .entry-content ul{
	list-style: none;
}

.post-summary .entry-content ul:not(.wc-block-grid__products) li{
	display: flex;
    gap: 12px;
    position: relative;
	padding-block: 0;
	line-height: 3rem;
    padding-bottom: 8px;
}

.post-summary .entry-content ul:not(.wc-block-grid__products) li:before{
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	flex-shrink: 0;
    transition: 0.2s ease-in-out;
    margin-top: 12px;
}

.post-summary .entry-content ul li:hover:before{
	background-color: var(--color-primary);
}

.post-summary .entry-content ul li a:hover{
	color: var(--color-primary);
}

.background-gray{
	position: relative;
	padding-block: 30px;
    margin-block: 40px;
}

.post-summary .background-gray h2.wp-block-heading{
	margin-top: 0;
}

.post-summary .entry-content .background-gray ul{
	margin-bottom: 0;
}

.background-gray:after{
	content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background-color: var(--color-background);
    z-index: -2;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.single-post .site-main .col-md-8.col-md-offset-2{
	width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: unset;
}

/* Products Grid */
/* .post-summary .wc-block-grid:not(.ranking__table, .author-recommend .wc-block-grid) .wc-block-grid__products{
	gap: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
    margin-block: 40px;
    padding-left: 0;
	background-color: transparent;
}

.post-summary .wc-block-grid:not(.ranking__table, .author-recommend .wc-block-grid) .wc-block-grid__product{
	border: var(--border);
    padding-inline: 16px;
    width: 100%;
    max-width: unset;
    border-radius: var(--border-radius);
} */

.post-summary .entry-content .wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart{
	margin-bottom: 32px;
}

.post-summary .wc-block-grid__product:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border: var(--border);
	border-radius: var(--border-radius); */
	box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.1);
	transition: 0.2s ease-in-out;
}

.post-summary .wc-block-grid__product:hover:after{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.post-summary .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
    padding: 6px 24px;
    height: auto;
    min-height: unset;
    font-weight: 500;
    font-family: 'Poppins';
	background-color: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
	align-items: center;
    gap: 8px;
}

.post-summary .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{
	content: '';
	display: block;
	width: 20px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23d40d39' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");		position: relative;
	inset: unset;
	background-color: transparent;
	transform: rotate(-90deg);
	transition: 0.2s ease-in-out;
}

.post-summary .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
	background-color: var(--color-primary);
	color: #fff;
}

.post-summary .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
}

.post-summary .wc-block-grid__product.wc-block-grid__product{
	border-top: unset;
	box-shadow: unset;
}

.post-summary .wc-block-grid__product .sw-swatches{
	display: none;
}

.post-summary .wc-block-grid__product-link,
.post-summary .wc-block-grid__product-image,
.post-summary .wc-block-grid__products .wc-block-grid__product-image img{
	width: 100%;
}

.post-summary .wc-block-grid__product-link,
.post-summary .wp-block-button__link {
	z-index: 1;
	position: relative;
}

/* Author's recommendation */
.wp-block-group.author-recommend{
	position: relative;
    padding: 0 32px 0;
	margin-block: 75px;
	border: 1px solid var(--color-primary);
}

.wp-block-group.author-recommend .wp-block-group__inner-container{
	display: flex;
    flex-wrap: wrap;
}

.wp-block-group.author-recommend .wp-block-columns,
.wp-block-group.author-recommend  p{
	margin-bottom: 0;
}

.wp-block-group.author-recommend .section-title{
	font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 700;
    display: inline-flex;
    margin-left: auto;
    background-color: #fff;
    padding: 15px 24px;
	position: absolute;
    right: 80px;
    top: -32px;
    z-index: 2;
}

.author-recommend .wp-block-image{
	flex-shrink: 0;
	padding-top: 30px;
}

.wp-block-group.author-recommend:after{
	content: '';
	display: block;
	width: 60px;
    height: 60px;
    position: absolute;
	top: -30px;
    right: -12px;
    background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2024/11/checkmark-done.svg');
	background-color: var(--color-primary);
    border-radius: 50%;
	z-index: 3;
}

.wp-block-group.author-recommend h3{
	font-weight: 600;
    padding-left: 200px;
    margin-top: 30px;
	margin-bottom: 40px;
}

.wp-block-group.author-recommend .wp-block-columns .wp-block-column:last-child{
	display: flex;
    justify-content: center;
    align-items: flex-end;
}

.wp-block-group.author-recommend .wc-block-grid__products{
	margin: 0;
}

.wp-block-group.author-recommend .wc-block-grid__product{
	border: unset;
	box-shadow: unset;
	position: unset;
}

.post-summary .wp-block-group.author-recommend .wc-block-grid__product:after{
	content: unset;
}

.wp-block-group.author-recommend .wc-block-grid__product .wc-block-grid__product-image{
	overflow: hidden;
    margin: 0;
}

.wp-block-group.author-recommend .wc-block-grid__product-image img{
	/* transform: scale(1.3); */
    margin-top: 20px;
	max-width: 230px;
}

.wp-block-group.author-recommend .wc-block-grid__product-price{
    z-index: 2;
    position: relative;
    margin-bottom: 24px;
}

.author-recommend em{
	position: relative;
	padding-left: 20px;
	margin-top: 30px;
    display: inline-flex;
}

.author-recommend em:before{
	content: ' " ';
	color: var(--color-primary);
	opacity: 0.2;
    font-size: 10rem;
    line-height: 5rem;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: -20px;
    font-family: cursive;
    width: 40px;
    height: 40px;
}

/* Tip */
.tip.background-gray{
	margin-top: 0;
}
.tip .wp-block-columns{
	margin-bottom: 0;
	position: relative;
	border: var(--border);
    padding: 20px;
    padding-right: 40px;
    background-color: #fff;
	margin-block: 40px;
	box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.1);
}

.tip .wp-block-columns:after{
	content: '';
	position: absolute;
	top: -12px;
    right: -12px;
    width: 60px;
    height: 60px;
    background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2024/11/bulb-white.svg');
	background-color: var(--color-primary);
    border-radius: 50%;
	/* background-image: url('https://www.gadzety.pl/wp-content/uploads/2024/09/tip-bulb.png'); */
}

.tip .wp-block-columns .section-title{
	padding-top: 1.5em;
}

.tip .wp-block-columns .wp-block-image img,
.tip .wp-block-columns .wp-block-image{
	height: 100%;
}

/* Ranking */
.post-summary .ranking > .wp-block-group__inner-container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
	margin-bottom: 40px;
}

.post-summary .ranking__table{
	width: 100%;
    margin: 0;
}

.ranking__table .wc-block-grid__product.wc-block-grid__product{
    text-align: left;
    align-items: center;
    align-content: center;
    overflow: visible;
    min-height: 160px;
    border: var(--border);
    /* box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.1); */
    padding-inline: 12px;
    counter-increment: rowNumber;
}

.ranking__table .wc-block-grid__product.wc-block-grid__product + .wc-block-grid__product{
	margin-top: 32px;
}

/* .ranking__table .wc-block-grid__product:hover:after{
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
} */

.ranking__table .wc-block-grid__product:before{
    content: counter(rowNumber);
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    top: -15px;
    left: -5px;
    color: #fff;
    background-color: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 0 0 4px white, 0 0 0 8px var(--color-yellow); */
    z-index: 2;
}

.wc-block-grid__product-add-to-cart.wp-block-button a:hover{
	background-color: var(--color-primary);
	color: #fff;
}

.post-summary .entry-content .ranking__table .wc-block-grid__product:hover:before{
	background-color: var(--color-yellow);
}

/* PRODUCTS DISCOUNT TABLE */


@media screen and (min-width: 1300px){
	.ranking__table .wc-block-grid__product.wc-block-grid__product{
		grid-template-columns: repeat(2, 1fr);
		display: grid;
	}
	.ranking__table .wc-block-grid__product .wc-block-grid__product-price{
		grid-area: 2 / 1 / 3 / 2;
	}
	.ranking__table .wc-block-grid__product-add-to-cart{
		grid-area: 1 / 2 / 3 / 3;
	}
	.ranking__table .wc-block-grid__product .wc-block-grid__product-link{
		grid-area: 1 / 1 / 2 / 2;
	}
	.post-summary .ranking__table .wc-block-grid__products .wc-block-grid__product:not(:first-child) .wp-block-button{
		padding-right: 20px;
		width: 100%;
		text-align: right;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1299px) and (min-width: 993px){
	.ranking__table.wc-block-grid .wc-block-grid__products li.wc-block-grid__product{
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.ranking__table .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button{
		margin: 0;
		padding-left: 180px;
		margin-top: 12px;
	}
}

@media screen and (min-width: 993px){
	.post-summary .ranking__table .wc-block-grid__products{
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		column-gap: 24px;
	}
	.post-summary .ranking__table .wc-block-grid__product:first-child .wc-block-grid__product-price{
		text-align: center;
		padding-left: 0;
		margin-bottom: 16px;
		margin-inline: auto;
	}
	.ranking__table .wc-block-grid__products .wc-block-grid__product:first-child{
		grid-area: 1 / 1 / 4 / 3;
		display: flex;
		flex-direction: column;
		padding-block: 16px;
	}
	.post-summary .ranking__table .wc-block-grid__products .wc-block-grid__product:first-child .wc-block-grid__product-title{
		text-align: center;
	}
	.ranking__table .wc-block-grid__products .wc-block-grid__product:first-child .wc-block-grid__product-image{
		position: relative;
		inset: unset;
		transform: none;
	}
	.ranking__table .wc-block-grid__product:first-child .wc-block-grid__product-link{
		overflow: visible;
		grid-area: unset;
		text-align: center;
		padding-left: 0;
		position: unset;
	}
	.ranking__table .wc-block-grid__products .wc-block-grid__product:first-child .wc-block-grid__product-image img{
		width: auto;
		height: auto;
	}
	.post-summary .ranking__table .wc-block-grid__products .wc-block-grid__product:nth-child(2){
		grid-area: 1 / 3 / 2 / 6;
    	margin-top: 0;
	}
	.post-summary .ranking__table .wc-block-grid__products .wc-block-grid__product:nth-child(3){
		grid-area: 2 / 3 / 3 / 6;
	}
	.post-summary .ranking__table .wc-block-grid__products .wc-block-grid__product:nth-child(4){
		grid-area: 3 / 3 / 4 / 6;
	}
	.wc-block-grid__products .wc-block-grid__product:first-child .wc-block-grid__product-add-to-cart.wp-block-button{
		margin-inline: auto;
		padding-left: 0;
	}
	.ranking__table .wc-block-grid__product .wc-block-grid__product-link{
		overflow: visible;
		grid-area: 1 / 1 / 2 / 2;
		text-align: left;
		padding-left: 180px;
		position: unset;
	}
	.ranking__table .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image{
		position: absolute;
		top: 50%;
		left: 12px;
		transform: translateY(-50%);
	}
	.ranking__table .wc-block-grid__products .wc-block-grid__product-image img{
		width: 150px;
		height: 150px;
	}
	.ranking__table .wc-block-grid__product .wc-block-grid__product-price{
		text-align: left;
		padding-left: 180px;
		margin: 0;
	}
}

@media screen and (max-width: 992px){
	.post-summary .ranking>.wp-block-group__inner-container{
		flex-direction: column;
		gap: 24px;
	}
	.post-summary .ranking .simple-cta{
		display: flex;
	}
	.post-summary .ranking .simple-cta:after{
		margin-top: 0;
	}
	.post-summary .ranking__table .wc-block-grid__products{
		display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
		padding: 24px 20px;
		gap: 12px;
	}
	.ranking__table.wc-block-grid .wc-block-grid__products li.wc-block-grid__product{
		scroll-snap-align: center;
        width: 250px;
        max-width: 100%;
        margin: 0;
        flex-shrink: 0 !important;
        overflow: unset;
        flex: unset;
		text-align: center;
	}
}

.post-summary .ranking__table .wc-block-grid__products{
	margin: 0;
	background-color: transparent;
}

.post-summary .wp-block-pullquote{
	position: relative;
    padding-block: 40px;
    margin-top: 40px;
}

.post-summary .wp-block-pullquote:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-background);
    height: 100%;
    width: 100vw;
}

.post-summary .wp-block-pullquote blockquote{
	z-index: 1;
}

/* Bullets + Images */
.post-summary .bullets-img .wp-block-group__inner-container{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.post-summary .bullets-img .wp-block-list{
	flex-basis: 100%;
}

.post-summary .bullets-img .wp-block-image{
	border: var(--border);
}

.post-summary .bullets-img .wp-block-group__inner-container .wp-block-image{
	flex-basis: 48%;
    flex-shrink: 0;
}

/* Summary */
.post-summary .summary{
    margin-block: 60px 40px;
    color: var(--color-text);
    font-weight: 600;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 16px;
}

.post-summary .summary .section-title{
	font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--color-primary);
}

.post-summary .summary p{
	font-weight: 600;
    color: var(--color-text);
    font-size: 21px;
    line-height: 1.4;
}

/* CTA */
.post-summary__cta{
	position: relative;
    height: 45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	margin-top: -40px;
}

.post-summary__cta .wp-block-image{
	position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
	filter: brightness(0.5);
}

.post-summary__cta .wp-block-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-summary__cta .wp-block-group{
	position: relative;
    max-width: 800px;
	line-height: 3rem;
}

.post-summary__cta .wp-block-button__link{
	background-color: var(--color-primary);
    border-radius: 0;
    padding: 8px 32px;
    text-transform: uppercase;
	margin-top: 32px;
}

.post-summary__cta .wp-block-button__link:hover{
	background-color: var(--color-text);
	color: #fff;
}

.wp-block-columns__box-shadow figure{
	box-shadow: var(--box-shadow);
}

/* FAQ */
.category-faq{
	clear: both;
}

.rank-math-list-item{
    margin-bottom: 10px;
}

.rank-math-question{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background-color: var(--color-background);
    border-radius: var(--border-radius);
    padding: 15px;
    gap: 15px;
    text-align: left;
	font-size: 1.6rem;
}

.rank-math-question:after{
    content: '';
    display: inline-block;
	width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: var(--transition);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");	
	position: relative;
}

.rank-math-question.open:after{
    transform: rotate(180deg);
}

.rank-math-answer{
    display: none;
    padding: 15px;
    background-color: #fff;
    text-align: left;
}

.rank-math-answer p{
	margin: 0;
}

/* Author */
.post__author{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-transform: capitalize;
	margin-bottom: 24px;
    border-bottom: var(--border);
    padding-bottom: 24px;
}

.post__author img{
	border-radius: 50%;
}

.post__author-bio.background-gray{
	margin-top: 100px;
	content-visibility: visible;
	position: relative;
}

.entry-content + .post__author-bio.background-gray{
	margin-top: 150px;
}

.post__author-name p:first-child{
	font-size: 2.6rem;
    font-weight: 600;
	margin: 0;
	line-height: 4rem;
}

.post__author-name p{
	margin-top: 12px;
    font-weight: 500;
	color: var(--color-secondary);
	font-size: 1rem;
	margin: 0;
}

.post__author-img{
	display: flex;
    align-items: center;
    gap: 24px;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.post__author-img img{
	border-radius: 50%;
    border: 10px solid #fff;
    box-sizing: content-box;
    margin-top: -130px;
}

.post__author-buttons{
	display: flex;
	margin-left: auto;
	gap: 12px;
}

.post__author-buttons a:hover{
	opacity: 0.7;
}

.post__author-buttons a{
	color: #fff;
	padding: 7px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post__author-buttons a.mail-icon{
	background-color: var(--color-primary);
}

.post__author-buttons a.mail-icon:before{
	width: 20px;
    height: 20px;
	color: #fff;
}

.post__author-buttons a.logo-linkedin{
	background-color: #3B79B6;
}

.post__author-buttons a.logo-google:before{
	color: #E93F2B;
}

.post__author-buttons .button-outline{
	margin-left: auto;
}

.post__author-desc-footer{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 32px;
}

.post__author-desc-footer .wp-block-button__link,
.post__author-desc-footer a.button{
    background-color: var(--color-primary);
    min-width: 240px;
}

.post__author-desc-footer .wp-block-button__link:hover,
.post__author-desc-footer a.button:hover{
	background-color: var(--color-text);
	color: #fff;
}

.post__author-desc-footer img{
	transform: rotate(-8deg);
}

@media screen and (max-width: 992px){
	.post-summary .wc-block-grid:not(.ranking__table, .author-recommend .wc-block-grid) .wc-block-grid__products{
		display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
	}
	.post-summary .wc-block-grid:not(.ranking__table, .author-recommend .wc-block-grid) .wc-block-grid__product{
		scroll-snap-align: center;
        width: 250px;
        max-width: 100%;
        margin: 0;
        flex-shrink: 0 !important;
        overflow: unset;
        flex: unset;
	}
}

@media screen and (min-width: 782px){
	.author-recommend em{
		margin-bottom: 100px;
	}
	.post-summary .entry-content .wp-block-group.author-recommend .wc-block-grid__product-add-to-cart{
		z-index: 1;
		position: absolute;
		bottom: 0;
		left: 200px;
	}
	
}

@media screen and (max-width: 768px){
	.wp-block-rank-math-toc-block{
		padding: 20px 20px 10px;
	}
	.wp-block-group.author-recommend:before{
		width: 100px;
		height: 100px;
	}
	.post-summary .bullets-img .wp-block-group__inner-container{
		flex-direction: column;
	}
	.wp-block-group.author-recommend .section-title{
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.wp-block-group.author-recommend h3{
    	margin-top: 40px;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.post__author-img{
		flex-wrap: wrap;
		padding-right: 90px;
	}
	.post__author-img img{
		width: 150px;
		margin-top: -80px;
		flex-shrink: 0;
	}
	.post__author-name{
		font-size: 1.8rem;
	}
	.post__author-buttons{
		position: absolute;
		top: 20px;
		right: 0;
	}
	.tip .wp-block-columns{
		padding-right: 20px;
	}
	.tip .wp-block-columns .section-title{
		padding-top: 0;
	}
	.tip .wp-block-columns p:last-child{
		margin-bottom: 0;
	}
	.wp-block-group.author-recommend{
		padding: 0 20px 0;
	}
	.wp-block-group.author-recommend .wp-block-columns .wp-block-column:first-child > .wp-block-group{
		flex-direction: column;
	}
	.wp-block-group.author-recommend .wp-block-columns{
		gap: 0;
	}
	.post-summary .entry-content .wp-block-group.author-recommend .wc-block-grid__product-add-to-cart{
		margin-bottom: -22px;
	}
}

@media screen and (max-width: 480px){
	.single-post h1.entry-title{
		font-size: 2rem;
		text-align: left;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.wp-block-group.author-recommend .section-title:before{
		width: 30px;
		height: 30px;
		top: 18px;
		right: 2px;
	}
	.wp-block-group.author-recommend .section-title:after{
		width: 20px;
    	height: 20px;
		flex-shrink: 0;
	}
	.wp-block-group.author-recommend:before{
		width: 80px;
        height: 80px;
        left: 5px;
        z-index: 1;
	}
	.tip .wp-block-columns{
		padding: 12px 16px;
	}
	.tip .wp-block-columns:after{
		width: 70px;
		height: 70px;
	}
	.post__author-img{
		font-size: 1.3rem;
    	flex-wrap: wrap;
		padding-right: 0;
	}
	.post__author-desc-footer{
		flex-wrap: wrap;
	}
	.post__author-desc-footer img{
		width: 150px;
		margin-left: auto;
		margin-top: 0;
	}
	.post__author-desc-footer a.button{
		min-width: unset;
		font-size: 0.8rem;
	}
	.single-post .socials-share li{
		padding: 0 3px;
	}
	.socials-share li a{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}

/* Checkout */
.woocommerce-checkout #payment .payu-bank label{
	padding-left: 10px;
}

/* Shop sidebar */
@media screen and (min-width: 993px){
	.g-show-sidebar-btn,
	.g-close-sidebar-btn{
		display: none;
	}
}
@media screen and (max-width: 992px){
	/* Sidebar */
	.shop-sidebar{
		position: fixed;
		top: var(--admin-bar-h);
		right: auto;
		left: 0;
		bottom: 0;
		z-index: 1500;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		width: 380px !important;
		max-width: 100%;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 20px;
		background-color: #FFF;
		transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transform: translate3d(-100%, 0, 0);
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		height: 100%;
	}
	.shop-sidebar.open{
		transform: none;
	}
	.shop-sidebar .woocommerce-widget-layered-nav{
		overflow-y: visible;
		max-height: unset;
	}

	/* Backdrop */
	.g-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		background: rgba(35, 35, 44, 0.5);
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: var(--transition);
		transition: var(--transition);
	}
	.g-backdrop.open {
		opacity: 1;
		visibility: visible;
	}

	/* Toolbar */
	.shop-toolbar .nav-filter{
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.shop-toolbar .g-show-sidebar-btn{
		order: -1;
		margin-right: auto;
		padding-right: 10px;
		display: flex;
		align-items: center;
		gap: 4px;
	}
	.shop-toolbar .g-show-sidebar-btn::before{
		content: "";
		padding-right: 10px;
		display: block;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M368 128h80M64 128h240M368 384h80M64 384h240M208 256h240M64 256h80'/%3E%3Ccircle cx='336' cy='128' r='32' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3Ccircle cx='176' cy='256' r='32' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3Ccircle cx='336' cy='384' r='32' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3C/svg%3E");
		width: 16px;
		height: 16px;
	}
	/* Close */
	.g-close-sidebar-btn{
		display: flex;
    	align-items: center;
		gap: 4px;
		margin-left: auto;
		margin-bottom: 5px;
	}
	.shop-sidebar .g-close-sidebar-btn::before {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M368 368L144 144M368 144L144 368'/%3E%3C/svg%3E");
		padding-right: 5px;
	}
}

@media screen and (max-width: 480px){
	.shop-toolbar .woocommerce-result-count{
		display: none;
	}
	.woocommerce .shop-toolbar .nav-filter .woocommerce-ordering{
		margin-right: 0;
		padding-right: 2px;
		border-right: none;
	}
}

/* complaint form */
.complaint-form {
	max-width: 1200px;
	margin-inline: auto;
	background-color: var(--color-background);
    padding: 50px;
}

.complaint-form .has-medium-font-size{
	margin-bottom: 8px;
}

.complaint-form form{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.complaint-form .col-md-6{
	margin-bottom: 24px;
}

.complaint-form .form-column{
	margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
}

.complaint-form .form-row > p,
.complaint-form .form-column > p{
	font-weight: 600;
    font-size: 20px;
    color: var(--color-text);
    margin-top: 24px;
}

.form-column-col.checkbox{
	flex-grow: 1;
    display: flex;
    flex-direction: column;
	gap: 24px;
}

.form-column-col.checkbox .wpcf7-form-control-wrap:first-child{
	flex-grow: 1;
}

.form-column-col .wpcf7-checkbox{
	display: flex;
	flex-direction: column;
}

.complaint-form span[data-name="acceptance-rodo"]{
	width: 100%;
	margin-bottom: 24px;
}

.complaint-form table.form-table{
	border-color: #bfbfc8;
    border-width: 1px;
    margin-inline: 15px;
    max-width: calc(100% - 30px);
	background-color: #fff;
}

.complaint-form thead tr,
.complaint-form tbody tr{
	border-bottom: 1px solid #bfbfc8;
}

.complaint-form table td{
	padding: 8px 12px;
	border-color: #bfbfc8;
	line-height: 18px;
}

.complaint-form td input{
	width: 100%;
}

.complaint-form td .button{
	background-color: #d40d39;
}

.complaint-form td .button:hover{
	background-color: var(--color-text);
}

.complaint-form td .delete{
	cursor: pointer;
}

.complaint-form td .delete:hover{
	color: var(--color-text);
}

.complaint-form .wpcf7-response-output{
	width: 100%;
    text-align: center;
}

@media screen and (max-width: 992px){
	.complaint-form form{
		flex-direction: column;
	}
}

@media screen and (max-width: 768px){
	.complaint-form{
		padding: 16px;
	}
	.complaint-form .col-md-6{
		padding-left: 0;
	}
	.complaint-form table.form-table{
		margin-left: 0;
		max-width: calc(100% - 15px);
	}
}

/* Discounts Table */
.site-content .sw-product-discounts-table thead tr{
	border: unset;
}

.sw-product-discounts-table table{
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ececec;
}

.sw-product-discounts-table thead th{
	font-weight: 600;
    font-size: 12px;
	text-align: center;
	background-color: #f2f2f2;
}

.sw-product-discounts-table table td,
.sw-product-discounts-table table th{
	padding: 10px 16px;
	border: 1px solid transparent;
    font-size: 12px;
	text-align: center;
}

.sw-product-discounts-table table td{
	border-bottom: 1px solid #f2f2f2;
}

.sw-product-discounts-table tbody tr{
	position: relative;
}

.sw-product-discounts-table tbody tr.selected td,
.sw-product-discounts-table tbody tr:hover td{
	background-color: #d30e3817;
	border: 1px solid var(--color-primary);
	border-right: 1px solid transparent;
	border-left:  1px solid transparent;
}

.sw-product-discounts-table tbody tr:hover td:first-child,
.sw-product-discounts-table tbody tr.selected td:first-child{
	border-left: 1px solid var(--color-primary);
}

.sw-product-discounts-table tbody tr:hover td:last-child,
.sw-product-discounts-table tbody tr.selected td:last-child{
	border-right: 1px solid var(--color-primary);
}

div.summary .sw-product-discounts-table .woocommerce-Price-amount{
	color: #333;
	font-weight: normal;
}

.sw-product-discounts-table tbody tr td:first-child{
	border-right: unset;
}

.sw-product-discounts-table tbody tr td:nth-child(2){
	border-inline: unset;
}

.sw-product-discounts-table tbody tr td:nth-child(3){
	border-left: unset;
}

.sw-product-discounts-table tbody tr:hover + tr.selected td,
.sw-product-discounts-table tbody tr.selected + tr:hover td{
	border-top: 1px solid transparent;
}

@media screen and (min-width: 769px){
	.sw-product-discounts-table tbody tr.selected:after,
	.sw-product-discounts-table tbody tr:hover:after{
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}
	.sw-product-discounts-table{
		margin-top: 20px;
		flex-basis: 48%;
	}
}

@media screen and (max-width: 768px){
	.sw-product-discounts-table{
		margin-top: 20px;
		flex-basis: 100%;
	}
}

@media screen and (max-width: 480px){
	.sw-product-discounts-table{
		font-size: 0.9rem;
	}
	.sw-product-discounts-table table td, .sw-product-discounts-table table th{
		padding-inline: 8px;
	}
}

@media screen and (max-width: 360px){
	.sw-product-discounts-table table td, .sw-product-discounts-table table th{
		padding-inline: 5px;
		text-align: center;
	}
}