/*
	Theme Name: bronsubiekt 
	Description: Szablon stworzony dla bronsubiekt
	Version: 1.0
	Author: Noveo
	Author URI: http://noveo.pl/

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

form.woocommerce-checkout #customer_details textarea.input-text,
body,
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
	font: 400 18px/1.4 'DM Sans', Lato, sans-serif;
}

body, html{
	overflow-x:hidden;
}

body {
	color: #414741;
	margin: unset;
	padding-top: 166px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #1E261D;
	text-decoration:none;
	transition: 0.4s;
}
a:hover {
	color:#444;
} 


h1,h2{
	font-size:48px;
	line-height: 60px;
	margin: unset;
	font-weight: 600;
}
h3{
	margin: unset;
	font-size: 32px;
	line-height: 32px;
}
h4{
	margin: unset;
}
h5{
	margin: unset;
	font-size: 18px;
	font-weight: 600;
}
h6{
	margin: unset;
}


.head-abs{
	position: fixed!important;
	top: 0px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	z-index: 9999;
}

.stickymenu .head-abs {
    position: fixed;  
    max-width: 100%;
    width:100%;
}

.stickymenu .header {
}


.logo-img {
    transition: 0.4s;
    height: 50px!important;
}


.stickymenu .logo-img {
}



.head-abs:after{
	content:"";
	height: 0%;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	z-index: -1;
	transition: 0.4s;
	content: "";
	height: 100%;
	background: black;
} 
 		
		
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {display: flex;justify-content: space-between;}
/* logo */
.logo {display: flex;align-items: center;}
 
/* nav */
.nav {display: flex;align-items: center;border-radius: 10px;padding: 35px 15px;transition: 0.4s;}

.nav ul{
    padding: unset;
    list-style: none;
    display: flex;
    margin: unset;
    gap: 20px;
}
.nav li{
    position: relative;
    white-space: nowrap;
}

.header .sub-menu   li{}

.nav a:hover,
.current_page_parent > .wrap-li a,
.current-menu-ancestor > a,
.current-menu-ancestor > .wrap-li a,
.current-menu-item > .wrap-li a,
.current-menu-item > a, 
.current-page-ancestor > a{
	transition: 0.4s;
	color: #ec2029 !important;
}

.wrap-li{
	margin-right: 20px;
	position: relative;
}

  
.header  .nav .sub-menu{
	display: none;
	flex-direction: column;
	z-index: 99999;
	opacity: 0;
	transition: 0.4s;
}


@keyframes load {
  0%   {opacity:0;} 
  100% {opacity: 1}
}
 
.header .sub-menu a{
	padding-left: unset;
	display: block;
	margin: unset;
	white-space: break-spaces;
}


.nav a{
    color: white;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

 
/* dm-sans-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/bronsubiekt/fonts/dm-sans-v17-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/bronsubiekt/fonts/dm-sans-v17-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/bronsubiekt/fonts/dm-sans-v17-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/bronsubiekt/fonts/dm-sans-v17-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/bronsubiekt/fonts/dm-sans-v17-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/bronsubiekt/fonts/dm-sans-v17-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/bronsubiekt/fonts/dm-sans-v17-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/bronsubiekt/fonts/dm-sans-v17-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
 

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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 {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
		height: auto;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


#toggle{
 display: none;
}

 



.form-row-cf{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 49%;
}

 
.form-item-cf{
    width: 100%;
}

 

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: black!important;
    padding: 16px !important;
    font-weight: normal;
    border: 1px solid #d9d9d9;
    margin-top: 16px;
}

.form-row-cf .form-item-cf:first-of-type input{
	margin-top: unset;
}


.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-textarea:active, .wpcf7-textarea:focus {
    outline: none!important;
    border:none;
    color: black;
    border: 1px solid #d9d9d9;
}


 



::-webkit-input-placeholder { /* Chrome */
  color: #c3c3c3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c3;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #c3c3c3;
  opacity: 1;
}


input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    padding: 11px 59px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    background: #258ed0;
    font-weight: 700;
}



.wpcf7-text:active::-webkit-input-placeholder,
.wpcf7-text:focus::-webkit-input-placeholder,
.wpcf7-textarea:active::-webkit-input-placeholder,
.wpcf7-textarea:focus::-webkit-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-ms-input-placeholder,
.wpcf7-text:focus::-ms-input-placeholder,
.wpcf7-textarea:active::-ms-input-placeholder,
.wpcf7-textarea:focus::-ms-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
} 

.form-column-cf{display: flex;justify-content: space-between;}



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

    .form-column-cf{
		flex-direction: column;
	}

	.form-row-cf{
		width:100%;
	}

}



.bg-single{
	height: 450px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.bg-single.no-img{background-color: black;}



@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-element {
  animation: fade-in 0.8s;
}
.hidden {
  opacity: 0;
}

			.gallery-size-full .gallery-item {
			    padding: 5px;
			}

.foot-bg {background: #000000;}
.logo-item:hover{
	opacity:0.7;
}
.foot-cols {display: flex;justify-content: space-between;padding: 60px 0px;flex-wrap: wrap;}
.foot-col a {transition: 0.4s;}

.foot-col a:hover{
opacity:0.7;
}
.foot-col p{
	margin-top: 0px;
}
.foot-col ul{
    margin: unset;
    padding: unset;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 14px;
}
.foot-col li{
}
.foot-col a{
    font-weight: 500;
    color: white;
}

.foot-title {margin-bottom: 24px;color: white;font-weight: 700;}
.hr-bar {height: 2px;background: #ADADAD;}

.copyright{
	text-align: center;
	padding: 20px 0px;
	margin: unset;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 50px;
}

.copy-left{ 
}

.foot-spac{
	margin: 0 10px;
}

.foot-col img{
	margin:unset;
}


.foot-logo{
	
height: 30px;
	
margin-left: 20px;
}


 

span.wpcf7-list-item{
  margin-left:unset;
}

.copysend{
  display: none!important;
}

 

.page-bread span{
	display: flex;
	flex-wrap: wrap;
}


.page-bread p {
	margin:unset;
	display: flex;
}

.page-bread{
	display:flex;
	flex-wrap: wrap;
}

 .tns-item:not(.tns-slide-active)    + .tns-slide-active   + .tns-slide-active  { 
  /*center slider*/
}



.simple-margin{
	word-break: auto-phrase; 
	margin: 80px auto; 
}

	.menu-wrap-list {
	    position: absolute;
	    top: 93px;
	    border-top: 1.5px dashed #c1c1c1!important;
	    overflow-y: scroll;
	    padding-bottom: 40px;
	    left: 0px;
	    width: 100%;
	    height: calc(100vh - 65px);
	    display: none;
	    background: white;
	    transition: 0.4s;
	}

.stickymenu .menu-wrap-list{
}

.foot-col-1{}

.foot-col-1 img{
    max-width: 250px;
}

					
table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}



table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

 

 
	.gallery  img{
	    border: unset!important;
	    height: auto;
	}
	div.gallery {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	}

.arrow-menu{
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translate(0, -50%) rotate(0deg);
	width: 30px;
	height: 20px;
	text-align: center;
	z-index: 99999;
	transition: 0.4s;
}
.arrow-menu {
    display: flex!important;
    transform: translate(0, -50%)  rotate(0deg);
    align-items: center;
    justify-content: center;
}
.arrow-menu.rotatearrow svg {
    transform: translate(0, -50%) rotate(180deg);
}

.sub-menu.opensubmenu {
    display: flex!important;
}

.bread-sep{
	color: #ff814a;
	margin: 0 10px;
}
.woocommerce-products-header a,
#breadcrumbs span a {
	color: #ffffff;
}
.woo-bread,
#breadcrumbs span,
#breadcrumbs {
	display: flex;
	margin: unset;
	flex-wrap: wrap;
	align-items: center;
}
.breadcrumb_last{
	color: #ffffff;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block!important;
  border: 1px solid #000000;
}

input[type="checkbox"]:checked {
	background-color: #000000;  
	border-color: #000000;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
}
 
.acceptance-container span{
	cursor:pointer;
}

.swiper-horizontal{
	overflow:hidden;
}


.swiper-button-next, .swiper-button-prev{
	width:initial;
	height:initial

}

.activehamb .hamburger-icon:nth-of-type(1){
	transform: translate(-2px, 8px) rotate(45deg);
}

.activehamb .hamburger-icon:nth-of-type(2){
    opacity:0
}

.activehamb .hamburger-icon:nth-of-type(3){
    transform: translate(-2px, -4px) rotate(-45deg);
}

.table-arrow-mobile{
	display:none;
}

@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px;  
    opacity: 1;
  }
}





.head-subpage{
	margin: 40px 0;
}

.arrow-menu svg {
  transition: transform 0.3s ease;
}

.arrow-menu.active-arrow svg {
  transform: rotate(180deg);
}



select {
    appearance: none;
    background-image: url(data:image/svg+xml;charset=UTF-8,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ viewBox=\"0\ 0\ 24\ 24\"\ fill=\"none\"\ stroke=\"black\"\ stroke-width=\"2\"\ stroke-linecap=\"round\"\ stroke-linejoin=\"round\"><path\ d=\"M6\ 9l6\ 6\ 6-6\"/></svg>);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 22px;
    padding-right: 20px;
    background-position-x: 95%
}


h1, 
h2,
h3, 
h4{
  visibility: hidden;
}
 

h1, h2, h3, h4 {
  visibility: hidden;
}


h1 span.word, 
h2 span.word, 
h3 span.word,
h4 span.word {
  opacity: 0;
  display: inline-block;
  transform: translateY(3px);
}


h1 span.word.show, 
h2 span.word.show,
h3 span.word.show,
h4 span.word.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.3s ease;
}









/*custom shop*/

.select2-container .select2-selection--single .select2-selection__rendered{
	height: 32px;
}


.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{ 
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.woocommerce-info a{
	color:white;
}


.woocommerce-form-login-toggle .woocommerce-info{
	justify-content: flex-start;
}

.woocommerce-info{
	background: #000000;
	border: unset; 
    flex-direction: column;
	align-items:flex-start;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid #000000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce-info::before {
    content:"";
}
 
.woocommerce-message{
	background: #8fae1b; 
}

.woocommerce-message a{order: 1;background-color: #000000!important;color: white!important;border: 3px solid #000000!important;transition: 0.4s;}

.woocommerce-message a:hover{
	order: 1;
	background-color: white!important;
	color: #000000!important;
	border: 3px solid #000000!important;
}


.woocommerce-message::before{
	content:"";
}


.woocommerce button.button,
.woocommerce table.my_account_orders .button{
	background: #000000;
	color: white;
	border:1px solid #000000;
	transition:0.4s;
}

.woocommerce-variation-add-to-cart button,
.product-type-simple button{
	border: unset!important;
}


.woocommerce button.button:hover,
.woocommerce table.my_account_orders .button:hover{background: #000000;color: white;border: 1px solid #000000;opacity: 0.7;}


.restore-item{
	padding:10px;
}


form.woocommerce-checkout #customer_details textarea.input-text,
form.woocommerce-checkout #customer_details input.input-text{
	height: 28px;
	padding: 10px;
	font-size: 16px;
	border-radius: 1px;
	border: 1px solid #aaa;
}


form.woocommerce-checkout #customer_details textarea.input-text{
	height:123px;
}

.shop_table{
	font-size: 16px;
}
.woocommerce-checkout-payment{background: #f0f0f0!important;}

.payment_methods{
	padding: 30px!important;
	font-size: 16px;
}
 

.checkout.woocommerce-checkout h3{font-size: 24px;}

.checkout .select2-container--default .select2-selection--single{
	font-size: 18px;
	border-radius: unset;
	border: 1px solid #aaaaaa;
}

.place-order{
	padding: 35px!important;
	font-size: 14px;
}


.woocommerce-checkout form .form-row label{font-size: 16px;}


.woocommerce table.shop_table{
	    border: 1px solid #aaa;
	    border-collapse: collapse;
}
  
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td{
	    border-top: 1px solid #aaa;
}
 
#place_order:hover{
	background: #000000;
	color: white;
}
.payment_box p{
	margin-top: 0px!important;
}


.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled]{
	color: white;
}

.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover{
	background: #000000;
	color: white;
	border: 1px solid #000000;
	opacity: 0.7;
}


.woocommerce-checkout #payment div.payment_box{
	padding:30px;
	background: #000000;
	color: white;
} 
.woocommerce-MyAccount-navigation{}
.woocommerce-MyAccount-navigation ul{
	list-style:none;
}

.woocommerce-MyAccount-navigation li{
	
}

#coupon_code{
	width:auto;
	height: 37px;
}

.woocommerce-MyAccount-content a{
	color: #000000;
}

.woocommerce-MyAccount-navigation a{
	color:black;
}




@media only screen and (max-width:495px) {
	
	#coupon_code{
		width:100%;
	}
	
	.coupon button{
		width:100%!important
		
	}

}

.woocommerce form .form-row.woocommerce-invalid label{
	font-weight:bold;
}




.woocommerce-error{
	    color: white;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
	    flex-direction: column;
    align-items: flex-start;
}


.woocommerce-error {
    background: #000000;
}

 

.shop_table tbody .cart_item .product-remove a{margin: 0 auto;}

 
@media only screen and (max-width:768px) {
	
.woocommerce-cart-form table.cart td{
		border-top: unset;
}
 

.woocommerce  .woocommerce-cart-form table.shop_table td, .woocommerce  .woocommerce-cart-form table.shop_table th{
	border-top: unset;
	padding: 9px 5px;
	font-size: 14px;
	text-align: center!important;
}



.woocommerce td.product-quantity{
	min-width:unset;
}

	
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
		    display: table-header-group;
	}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		content:unset;
	}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
	display:table-cell;
}
	
}



.woocommerce-order-details__title,
.woocommerce-customer-details h2{
text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
}


.woocommerce .woocommerce-customer-details address{
	border-radius: unset;
	border: 1px solid #aaa;
}

.woocommerce ul.order_details{
	margin: unset;
	padding: unset;
	display: flex;
	justify-content: center;
	margin: 30px;
	margin-bottom: 40px;
}


.woocommerce-thankyou-order-received{
	padding-top: 40px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 24px;
}

.woocommerce-info,
.woocommerce button.button, 
.woocommerce table.my_account_orders .button,
 .woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
input[type="submit"]{
		background: #000000;
}

.woocommerce button.button, .woocommerce table.my_account_orders .button{
	    border: 1px solid #000000;
}

.woocommerce #respond input#submit.alt:hover,
 .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
		background: #00000082; 
}


.produkt-single-box .quantity{
	display:none;
}


.woocommerce-cart-form .product-thumbnail {
	margin: 0 auto;
	max-width: unset;
	text-align: center;
}


.woocommerce table.cart .product-thumbnail{ 
	text-align: center!important;
}

 

ul.flex-direction-nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
    bottom: 7%;
    }

li.flex-nav-prev {float: left;position: relative;left: -20px;}
li.flex-nav-next {float: right;position: relative;right: -20px;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;
	content: '';
	background-image: url(/wp-content/themes/pergolio/img/arrr.svg);
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	width: 40px;
	position: absolute;
	background-size: contain;
	left: -10px;
}
a.flex-prev::before {
    visibility:visible;
    background-image: url(/wp-content/themes/pergolio/img/arrl.svg);
    content: '';
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    position: absolute;
    background-size: contain;
    left: -10px;
}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
.flex-control-nav{
	display:flex;
	width: 90%;
	margin: 0 auto!important;
	z-index: 999;
	position: relative;
	justify-content: space-between;
}

.woocommerce .size-shop_single{
	max-height: 500px;
	width: auto!important;
	margin: 0 auto;
	padding: 50px;
}

.size-0x250{
	max-height: 60px;
	width: auto!important;
	margin: 0 auto;
	padding: 5px;
}


.slick-track{
	    display: flex;
	    align-items: center;
	    justify-content: center;
}

 .slick-prev:before {
    background-image: url(/wp-content/themes/pergolio/img/arrl.svg);
    background-repeat:no-repeat;
    content: ""!important;
    height: 30px;
    width: 31px;
    background-size: contain;
    position: inherit;
    left: -30px;
}
 .slick-next:before {
    background-image: url(/wp-content/themes/pergolio/img/arrr.svg);
    background-repeat:no-repeat;
    content: ""!important;
    height: 30px;
    width: 31px;
    background-size: contain;
    position: inherit;
    right: -30px;
}


.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before{
    display:none;
}

.wpgs-nav .slick-current{
 	border: 1px solid #ff8a00;
 }

.woocommerce-pagination{
    display: flex;
    justify-content: flex-end;
}

ul.page-numbers{border: unset!important;gap: 10px;display: flex!important;}


.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination a.page-numbers:hover{
    background: white!important;
    color: #EC2029!important;
}

.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers{
    width: 35px;
    text-align: center;
    height: 35px;
    align-self: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.woocommerce-pagination li{border: unset!important;font-size: 16px;display: flex!important;justify-content: center;}

.woocommerce form .form-row input.input-text{height: 40px;}

.wpgs-for img {
    width: auto!important;
    max-height: 700px;
    height: auto!important;
    display: flex!important;
    margin: 0 auto;
}

.wpgs-for .slick-slide {
    min-height: 600px;
    display: flex!important;
    align-items: center;
}

.woocommerce div.product form.cart div.quantity,
.product-quantity .quantity{
	width: fit-content;
	position: relative;
}

.qty_button.minus{
    left: 10px;
    background: unset;
    border: unset;
    top: 13px;
}
.qty_button.plus{
    right: 10px;
    background: unset;
    border: unset;
    top: 14px;
}
.qty_button{
    position: absolute;
    cursor: pointer;
}
.woocommerce .quantity .qty{
	width: 115px;
	height: 46px;
	border-radius: 30px;
	border: 1px solid #C1C9C0;
}

.woocommerce-form-coupon-toggle{
	/* display:none; */
}

.copyright a{
	color:white;
	font-weight:600;
}


.footer-map-bg {background: #1a1a1a;}
.prod-header .wrapper {display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.footer-map {display: grid;grid-template-columns: 1fr 1fr;gap: 10px;}
.footer-map-left {display: flex;flex-direction: column;justify-content: space-between;}
.simple-subtitle {width: fit-content;padding: 10px 20px;border-radius: 64px;font-size: 14px;color: #ffffff;margin-bottom: 24px;backdrop-filter: blur(25px);
/* Note: backdrop-filter has minimal browser support */border-radius: 64px;}
.simple-title {color: white;}
.footer-map-content .simple-subtitle{
	color:#E8E19B;
	background: #e8e19b1a;
}
.baner-content-up .simple-title{
	max-width:500px;
	text-align: left;
}
.chess-left .btn {margin-top: 24px;}
.btn1 {
}
.footer-map-right {
}

.footer-map-bg section{
	padding:48px 0;
	margin: unset;
}

.footer-map-right iframe{
	height: 316px;
	border-radius: 8px;
}

.footer-map-left .simple-title{
	max-width:400px;
}
 
.btn a{
	margin-top: auto;
	display: block;
	width: fit-content;
	background: #ec2029;
	color: white;
	border-radius: 64px;
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 500;
}

.chess-item .simple-title{
	color: #1E261D;
	/* max-width: 360px; */
}

.banner-bg-img {height: 730px;background-position: center!important;background-size: cover!important;padding: 48px 0;} 
.baner-content {display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.baner-content-up {
} 
.baner-content-down {
} 

.banner-bg-img .wrapper,
.banner-bg-img section{
	height: 100%;
}

.banner-bg-img section{
	margin: unset;
}


.back-icons {background: #e92029;} 
.icons-list {display: grid;grid-template: repeat(1, 1fr) / repeat(4, 1fr);gap: 24px;padding: 48px 0;text-align: center;}
.icons-item {display: flex;flex-direction: column;}
.icons-icon {
}
.icons-title {color: white;font-size: 18px;font-weight: 500;margin-top: 24px;margin-bottom: 8px;}
.icons-desc {color: white;font-size: 16px;font-weight: 400;}

.icons-icon img{
	width:24px;
	height:24px;
}
 
.header {
    flex-direction: column;
}

.header-top {display: flex;justify-content: space-between;align-items: center;padding: 16px 0;}  

.logo-img {
}

.header-search-bar {width: 370px;position: relative;}

.header-woo {display: flex;justify-content: flex-end;align-items: center;gap: 24px;}

.logo-desc{
	display: flex;
	font-size: 10px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	gap: 12px;
}

.logo-desc-item{
	position: relative;
}

.logo-desc-item:before{
	content:"";
	position: absolute;
	left: -7px;
	top: 5px;
	width: 4px;
	height: 4px;
	background: #e92029;
	border-radius: 100%;
}


.logo  a{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.logo-desc-item:first-of-type:before{
	content:unset;
}


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


.is-ajax-search-result{
	position: fixed;
	top: 130px!important;
	z-index: 9999;
	width: 400px!important;
	left: 0px!important;
	width: 100%!important;
}

.simplebar-mask{
	background: #000000;
}



.is-search-sections{
	display: flex;
}

.left-section img{
	max-width: 80px;
	max-height: 80px;
}

.right-section{
	font-size: 14px;
	color: white;
	padding-left: 10px;
}

.is-title a{
	font-size: 18px;
	color: white;
}

.is-ajax-search-posts{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 0px;
	max-height: 380px;
}
 
.header-search-bar{}

.header-search-bar svg{
	position: absolute;
	z-index: 999;
	left: 25px;
	top: 15px;
}

.is-search-input{
	padding-left: 55px!important;
	height: 50px!important;
	border-radius: 64px!important;
}


.is-loader-image{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 13px;
	right: 10px;
}

.bg-color {background: black;padding: 48px 0;}

.full-wrap {width: 95%;max-width: 1650px;margin: 0 auto;}

.slider-cat-content {
}

.bg-color .simple-subtitle {
	color: #E8E19B;
	background: #e8e19b1a;
}


.product-template-default .slider-cat-content .simple-title,
.archive .slider-cat-content .simple-title,
.slider-cat-content .simple-title {color: black;}
.cat-list {margin-top: 24px;} 
.cat-slider-item {border-radius: 8px;background: #e8e19b;min-height: 143px;padding: 24px;display: flex;flex-direction: column;justify-content: space-between;}
.cat-slider-icon img {max-width: 24px;max-height: 24px;}

.cat-slider-title {color: #1E261D;font-weight: 600;}

.kat-list .cat-slider-title{
	margin-top: 48px;
	margin-bottom: 24px;
}

.cat-slider-number {position: absolute;right: 25px;bottom: -46px;font-size: 128px;font-weight: bold;color: #B6AA74;}

.kat-list .cat-slider-number{
	bottom: -45px;
}

.cat-btns {margin: 24px 0;}

.slider-cat-content .cat-btns{
	margin-bottom:unset;
}

.icon-btns {display: flex;gap: 8px;} 
.opinions-review-left {
}
.opinions-review-right {
}

.item-img{
	height: 282px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.item-box-normal{
	position: relative;
	border: 1px solid #C1C9C0;
	padding: 24px;
	display: block;
	border-radius: 8px;
	background: white;
}


.label-main-category{
	font-size: 14px;
	font-weight: 500;
	color: white;
	padding: 5px 10px;
	border-radius: 15px;
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.label-main-category img{
	
}

.item-title{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.item-price{
	font-size: 18px;
	font-weight: 600;
	color: #EC2029;
	display: flex;
	gap: 10px;
	align-items: center;
	position: relative;
}


.swiper-button-disabled{
	opacity:0.4!Important;
}

.icon-btns *{
	cursor:pointer;
}

.item-price-old{
	color: #646964;
	font-size: 12px;
	font-weight: 500;
	text-decoration: line-through;
}

.omnibus-box{
	position: absolute;
	top: 17px;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

.carousel-choice {display: flex;gap: 24px;}
.carousel-choice-left {width: 25%;}
.carousel-item-img {height: 100%;display: flex;flex-direction: column;justify-content: space-between;padding: 24px;background-size: cover!important;background-position: center!important;border-radius: 16px;}
.carousel-item-content {
}
.prod-header .simple-subtitle {background: #ffffff14;margin-bottom: unset;}
.bg-color .simple-title {color: white;} 

.carousel-item-content .simple-title{
	color:white!important;
}

.carousel-choice-right {width: 75%;gap: 24px;display: flex;flex-direction: column;}
 
.carousel-choice-right .cat-list {
	margin: unset;
}

.carousel-choice-right .cat-btns {
	margin: unset;
}

.header-bottom{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}


.header-bottom a{
	color:white;
	font-size: 14px;
	font-weight: 500;
	z-index: 999;
}
 


.head-abs .wrapper{
	position: static;
}

.header-down-menu{
	background: #1a1a1a;
}


.menu-bar{border-top: 1px solid #ffffff1a;padding: 48px 0;display: none;}

.header-down-menu a{
	color:white;
}

.menu-i-lev{
	display: grid;
	grid-template: repeat(1, 1fr) / repeat(4, 1fr);
	gap: 24px;
}
	

.menu-i-lev .menu-item{
	font-size: 18px;
	font-weight: 600;
}


.full-name-link a{
	font-size: 14px;
	color: #E8E19B;
}


.menu-ii-lev-list{
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.menu-ii-lev .full-name-link{
	padding-bottom: 48px;
	margin-top: 12px;
}

.menu-ii-lev .full-name-link a{font-size: 14px;}


.menu-ii-lev-list a{
	font-weight:500;
	font-size: 14px;
}

.menu-i-lev-wrap{
	display:none;
}

.menu-ii-lev-list a:hover,
a.menu-item:hover, 
.menu-item.active{
	color:#e92029!important;
}


.products.products-woo{
	display: grid;
	grid-template: repeat(1, 1fr) / repeat(3, 1fr);
	gap: 8px;
	margin: 24px 0px;
}

.products-box{
	display: flex;
	gap: 18px;
	padding: 48px 0;
}

.product-left{
	width: 20%;
}

.product-right{
	width: 80%;
}

.prod-header{
	height: 366px;
	background-position: center!important;
	background-size: cover!important;
	padding: 48px 0;
}

.woo-bread a{
	color: white;
}



.archive-slider .label-main-category{
	
}












.filter-list {
    display: none;
}

.filter-box.active .filter-arrow svg {
    transform: rotate(180deg);
}

.filter-arrow svg {
    transition: transform 0.3s ease;
}







.next.page-numbers,
.prev.page-numbers{
	padding: unset!important;
}


.inactive{
	opacity: 0.4;
}


.product-right{
	
}


.filter-wrap {display: flex;flex-direction: column;gap: 24px;}
.filter-box {border-bottom: 1px solid #C1C9C0;padding-bottom: 24px;flex-direction: column;align-items: flex-start!important;}
.filter-title {display: flex;justify-content: space-between;align-items: center;cursor: pointer;width: 100%;align-items: center;}
.filter-title-name {font-size: 18px;color: #1E261D;font-weight: 600;text-transform: capitalize;}
.filter-arrow {
}
.filter-list {margin-top: 24px;line-height: 36px;}
.filter-item {font-size: 14px;font-weight: 500;display: block;width: fit-content;}

.product-left h2{
	margin-bottom: 24px;
}

.filter-item.active{
	color:#EC2029;
}
.cta-script {
    grid-column: span 3;
    text-align: center;
    height: 500px;
    margin: 24px 0px;
}

.cta-script  .banner-bg-img{
	position: absolute;
	width: 100vw;
	left: 0px;
}




.archive  .site-main .wrapper{
	position: static;
}


.cta-script .baner-content{
	max-width: 500px;
	text-align: left;
}


 
.chess-section {
}
.chess-list {display: flex;flex-direction: column;gap: 24px;} 
.chess-rev {
} 
.chess-item {display: grid;grid-template: repeat(1, 1fr) / repeat(2, 1fr);gap: 24px 96px;}
.chess-left {display: flex;flex-direction: column;justify-content: center;}
.chess-right {background-position: center;background-size: cover;border-radius: 8px;min-height: 588px;}


.chess-rev .chess-item:nth-child(odd) .chess-right {
   order:-1;
}



section{
	margin:48px 0;
}

.back-icons section{
	margin:unset;
}



.prod-header h1{
	color:white;
}

.kat-list{
	display: grid;
	grid-template: repeat(1, 1fr) / repeat(2, 1fr);
	gap: 24px;
	margin-top: 24px;
}



.kat-list .cat-slider-item{
	position: relative;
}


.kat-list .cat-slider-item .cat-slider-desc{
	max-width: 90%;
}


.chess-right iframe{
	height: 100%;
}


.menu-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}

 .menu-list {
	 display: flex;
	 justify-content: center;
	 gap: 8px;
}


.btn2 a{
	background: hsl(357deg 84% 53% / 15%);
	color: #EC2029;
}


.entry-summary .simple-subtitle,
.chess-item .simple-subtitle{
	background: hsl(114.55deg 11.34% 19.02% / 10%);
	color: #2C362B!important;
}

 
.entry-summary  .woo-bread a,
.entry-summary  .breadcrumb_last ,
.chess-item  .woo-bread a,
.chess-item  .breadcrumb_last{
	color: #2C362B!important;
}


.entry-summary .bread-sep svg path,
.chess-item .bread-sep svg path{
	stroke: #2C362B;
}
 

.contact-list{
	margin: 24px 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-item{display: flex;align-items: center;gap: 8px;font-size: 24px;font-weight: 600;}


.custom-item{
	display: flex;
}

.custom-left{
    width: 50%;
    font-size: 18px;
    color: #414741;
    font-weight: 600;
}
.custom-right{
    width: 50%;
}

.custom-list{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.menu-item.current{
	color: #e92029!important;
}

.product-wrap-cst{
	margin-top: 48px;
}

.woocommerce div.product .product_title{
	font-size: 32px;
	line-height: 40px;
}

.entry-summary .price{
	margin: unset;
	display: flex;
	align-items: center;
	gap: 8px;
}

.entry-summary .iworks-omnibus{
	margin: unset;
	font-size: 12px;
}

.entry-summary .price  del{
    opacity: 1!important;
    font-size: 14px;
    order: 1;
    font-weight: 600;
    color: #414741;
}
 
.entry-summary .price  del bdi{ 
    color: #414741;
}
 
.entry-summary .price bdi,
.entry-summary .price ins{
    color: #EC2029;
    text-decoration: none;
    font-weight: 600!important;
    display: block;
}

.product-desc{
	font-size: 18px;
	font-weight: 400;
}

.single_add_to_cart_button {
	border-radius: 30px!important;
	font-size: 14px!important;
	font-weight: 500!important;
	padding: 15px 25px!important;
	background: #ec2029 !important;
}

.delivery-info {font-size: 14px;font-weight: 400;background: #ebebeb;border-radius: 64px;display: flex;align-items: center;padding: 16px 24px;gap: 24px;color: #2C362B;}
.icon-delivery {
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{
	
}


.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 40%;
}

.woocommerce div.product form.cart{
	margin-top: 10px;
}


 
.faq-box .doc-cat-title{
	text-align:center;
}

.faq-box .doc-item{
	justify-content: flex-start;
	padding: 20px 40px;
}

.faq-item{
	display: flex;
	flex-direction: column;
	position:relative;
	border-bottom: 1px solid #C1C9C0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.q{
	cursor:pointer;
	position: relative;
}

.a{
	display:none;
}


.doc-toggle .open,
.doc-toggle .close{
	display:none;
}



.active{
	display: flex!important;
	justify-content: center;
	align-items: center;
}

.ywpar_tabs_header ul li{
	display:inline-block!important;
}

#share_points{
	background:unset!important;
}

.ywpar_tabcontent.active{
	display:initial!important;
	justify-content:initial!important;
	align-items:initial!important;
}


.doc-toggle{
	position:absolute;
	top: 5px;
	right: 0px;
}


.doc-wrap{
	margin-top:48px;
}

.single_variation_wrap{margin-bottom: 70px;}


.woocommerce-variation-price{
	margin-bottom: 14px;
}




.woocommerce div.product form.cart .variations label{
	font-size: 14px;
}


.woocommerce div.product form.cart .variations select{
	height: 30px;
	font-family: 'DM Sans';
	padding-left: 10px;
	border-radius: 64px;
	border: 1px solid #e9eae9;
	cursor: pointer;
}

.nickx_product_images_with_video:not(:has(.nswiper.nickx-slider-nav .nswiper-slide:nth-child(2))) .thumb_arrow, .nickx_product_images_with_video:not(:has(.nswiper.nickx-slider-nav .nswiper-slide:nth-child(2))) .main_arrow{
	display: block!important;
	opacity: 1;
}

 
.woocommerce div.product div.images img{
	border: 1px solid #C1C9C0;
	border-radius: 8px;
}





.nswiper-button-next:after{
	content: ""!important;
	background-image:url(/wp-content/uploads/2026/03/right.svg);
	width: 46px;
	height: 46px;
	display: block;
	right: 30px!important;
	position: relative;
	background-position: center;
	background-size: cover;
}


.nswiper-button-prev:after{
	content: ""!important;
	background-image:url(/wp-content/uploads/2026/03/left.svg);
	width: 46px;
	height: 46px;
	display: block; 
	position: relative;
	background-position: center;
	background-size: cover;
	
}
[aria-disabled="true"] {
    opacity: 0.5!important;
}


.nswiper-button-next, .nswiper-button-prev{
	padding: unset!important;
}

.product-left h3{
	margin-bottom:24px;
}

.cart_totals h3{
	margin-bottom: 12px;
}


.woocommerce-terms-and-conditions h1,
.woocommerce-terms-and-conditions h2,
.woocommerce-terms-and-conditions h3,
.woocommerce-terms-and-conditions h4,
.woocommerce-terms-and-conditions h5,
.woocommerce-terms-and-conditions h6{
	visibility: visible;
}

.woocommerce-order-details__title{
	display:none;
}


.woocommerce-MyAccount-navigation ul{
	margin: unset;
	padding: unset;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-transform: uppercase;
	font-size: 18px;
}

.icon-btns > div{
	transition: 0.4s;
}


.item-box-normal:hover,
.icon-btns > div:hover,
.cat-slider-item:hover,
.btn a:hover,
.header-woo a:hover{
	opacity: 0.7;
}

 
.filter-item:hover,
.contact-item a:hover,
.copyright a:hover,
.foot-col a:hover{
	color:#ec2029;
	opacity:1;
}


 

.mobile-menu-list-mobile{
	display:none;
}



.is-ajax-search-posts{
}


.is-show-more-results {
	background: black;
	color: white;
	position: relative;
	top: -20px;
	padding-bottom: 20px;
}


.is-show-more-results-text{
	cursor: pointer;
	text-align: center;
	position: relative;
}

.arrow.rotate svg {
    transform: rotate(180deg);
    transition: transform 0.3s;
}


.woocommerce-error a{
	color:white;
}

.chess-right .cmplz-placeholder-parent{
	height:100%;
}


.baner{
	margin: unset;
}


.swiper-pagination-bullet{
	background: white;
}

.swiper-pagination-bullet-active{
	background: red;
}


.ywpar_apply_discounts{
	display: flex!important;
	justify-content: space-between;
}

#ywpar-points-max{
	max-width: 40px!important;
	margin: 0 10px;
	height: 35px;
}

.woocommerce-cart-notice-minimum-amount{
	flex-direction: row;
	justify-content: flex-start;
}


.wooccm-type-file .optional{
	display:none;
}






*{
	
}


/* RWD */

@media only screen and (min-width:1800px) {

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

}
 

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

}
 


@media only screen and (min-width:1151px) { 
	.header  .menu-item-has-children:hover .sub-menu{
	     display: flex;
	     animation-duration: 1s;
	     animation-fill-mode: forwards;
	     animation-name: slideDown;
	     border-top: 15px solid #ffffff00;
	     flex-direction: column;
	     gap: 10px;
	}
	
	.header .menu-item-has-children .sub-menu {max-height: 0;opacity: 0;transition: max-height 1s ease, opacity 1s ease;position: absolute;background: #000000;padding: 10px;}

}

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

	
	.active-hamburger .hamburger-item:nth-of-type(1){
		transform: translate(-2px, 9px) rotate(45deg);
	}
	.active-hamburger .hamburger-item:nth-of-type(2){
	    opacity:0
	}
	.active-hamburger .hamburger-item:nth-of-type(3){
	    transform: translate(-2px, -4px) rotate(-45deg);
	}
	
		
		
	.mobile-menu-list-first-mobile a{
		display: block;
		width: 100%;
		justify-content: space-between;
		display: flex;
	}

	.arrow{
		position: relative;
		top: -3px;
		z-index: 99999;
		width: 35px;
		height: 35px;
		background: #e92029;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
	}

	*{}
	
	.menu-ii-lev-wrap-mobile{
		display: none;
		padding-left: 20px;
		line-height: 40px;
	}

	.menu-ii-lev-list-mobile{
		display:none;
		padding-left: 30px;
		margin: 20px 0px;
	}

	.mobile-menu-list-first-mobile{
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		gap: 15px;
		padding: 30px 10px;
	}

	.menu-i-lev-wrap-mobile{
		display:none;
	}
	
	.menu-i-lev-mobile{
		
	}

	.hamburger-mobile{
		position: fixed;
		top: 0px;
		z-index: 9999;
		background: #000000;
		right: 0px;
		top: 35px;
		right: 10px;
		padding: 10px;
		display: flex;
		flex-direction: column;
		gap: 5px;
		cursor: pointer;
	}
 
	.hamburger-item{
		display: flex;
		width: 40px;
		height: 2px;
		background: white;
		transition: 0.4s;
	}

	

	body{
		padding-top: 106px;
	}

	.mobile-menu-list-mobile{
	z-index: 999;
	position: relative;
	overflow-y: scroll;
	height: calc(100vh - 106px);
	}

	.header-bottom{
		display:none;
	}
	

	.kat-list {
	    display: grid;
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	    gap: 24px;
	    margin-top: 24px;
	}

	.cta-script{
		display:none;
	}
	
	.products.products-woo {display: grid;grid-template: repeat(1, 1fr) / repeat(2, 1fr);gap: 24px;margin: unset;}
	
	.products-box{
		flex-wrap: wrap;
	}
	
	.product-left{
		width: 100%;
	}

	.product-right{
		width: 100%;
	}

	.woocommerce div.product form.cart .variations select{
		width: 95%;
	}

	.woocommerce div.product div.summary,
	.images.nickx_product_images_with_video{
		width: 100%!important;
		max-width: unset!important;
	}

	.footer-map-left .simple-title{
		margin-bottom: 24px;
	}

	.footer-map-right iframe{
		width: 100%;
	}

	.footer-map {
	    display: grid;
	    grid-template-columns: 1fr;
	    gap: 10px;
	}

	.item-img{
		height: 222px;
	}

	.carousel-choice-left{
		width: 30%;
	}

	.carousel-choice-right{
		width: 70%;
	}

	.full-wrap{
		padding-left: 24px;
		width: calc(100vw - ((100vw - 1150px) / 2));
		padding-right: 24px;
	}
	
	.bg-color .simple-title{
		/* padding-left: 24px; */
	}

	.icons-list {
	    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
	    gap: 24px;
	    padding: 48px 0;
	}
	
	.banner-bg-img{
		height: 400px;
	}

	.foot-cols{
		gap: 24px 0;
	}

	.foot-col{
		width: 50%;
	}

	.chess-right iframe{
		width: 100%;
	}
	
	section{
	}

	.chess-item{
		grid-template: repeat(1, 1fr) / repeat(1, 1fr);
		gap: 24px;
	}

	.woocommerce ul.order_details{
		flex-direction: column;
		margin: unset;
		padding: unset;
		gap: 10px;
	}

	.woocommerce ul.order_details li{
		border: unset;
	}

	.table-arrow-mobile{
		display:block;
	}


    .arrow-menu svg {
        width: 18px;
        height: 10px;
    }

	.arrow-menu svg path{
		stroke:#000000;
	}
    
	header .nav.show-mobile ul{
		display: none;
		position: initial;
	}
	header .sub-menu{
		padding: 0px!important;
	}
	header .sub-menu li{
		margin: 0px!important;
		padding-left: 0px;
	}

	.header .nav .sub-menu{
		position:initial;
		opacity: 1;
		gap: 5px;
		padding-left: 10px!important;
		padding-top: 10px!important; 
	}

	.nav li{
		margin-left: unset;
	}

	 header .nav ul{
	    overflow: hidden;
	    position: absolute;
	    background: white;
	    flex-direction: column;
	    width: 100%;
	    padding: 19px;
	    z-index: 999;
	    border-top: unset!important;
	    left: 0px;
	    transition: 0.4s;
	    margin: unset;
	    display: none;
	}
	header .nav ul a{
		padding: 5px;
		display: inline-block;
		font-size: 20px;
		width: 100%;
		background:unset;
		color: black;
		padding: unset;
	}

    .logo{
    	margin-left: 20px;        
    	z-index: 9999;
        position: relative;
    }
	
	.header-woo{
		margin-right: 90px;
	}
 
	.head-abs .wrapper{width: 100%;}
 
	.wrapper-mobile {
	    width: 100%;
	}
  
	header .nav{
		z-index: 999999;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		background: unset;
		backdrop-filter: unset;
		padding: unset;
	} 

	#toggle{
	    display: flex;
	    padding: 10px;
	    text-align: right;
	    font-size: 40px;
	    width: 100%;
	    padding-right: 10px;
	    flex-direction: column;
	    align-items: flex-end;
	    position: absolute;
	    margin-left: unset;
	    width: 51px;
	    right: 20px;
	    z-index: 99999; 
	}

	.logo-img{}
	
	.arrow-menu{
		 display: initial!important;
		 right: 0px;
	}

	.hamburger-icon{
	    width: 31px;
	    height: 2px;
	    background-color: #f7941d;
	    margin: 2px 0;
	    display: block;
	    transition: 0.4s;
	}
	  
	.head-wrap{
		width: 100%;
	}


	.nav > ul{	
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 50px!important;
	}

	.woocommerce-pagination:first-of-type{
		display:none;
	}
	
	.woocommerce-pagination{
		margin-top:30px;
	}

	.is-ajax-search-result{
		top: 210px!important;
	}




}



@media only screen and (max-width:800px) {
	.header-search-bar{
		display:none;
	}
	.mobile-menu-list-first-mobile .header-search-bar{
		display: block;
		width: 100%;
	}
	
}






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


	.logo{
		margin: 0 auto;
	}
	
	.header-woo{
	    position: fixed;
	    bottom: 30px;
	    right: 30px;
	    display: flex;
	    flex-direction: column;
	    right: 20px;
	    bottom: 95px;
	    margin-right: unset;
	    gap: 12px;
	}


	
	.head-fly {
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 100%;
}
	.head-account {
	}
	.head-cart {
	}


	.menu-list{
		flex-direction: column;
		text-align: center;
		align-items: center;
		gap: 30px;
	}

	#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
		font-size: 14px;
	}

	.woocommerce .cart_item .quantity  .qty{
		width: 73px;
		height: 47px;
	}

	.products.products-woo {display: grid;grid-template: repeat(1, 1fr) / repeat(1, 1fr);gap: 24px;margin: unset;}
	
	
	.carousel-item-img{
		height: 350px;
	}
	
		.full-wrap{
	        width: 100%;
	 }

	.carousel-choice{
		gap: unset;
		justify-content: space-between;
	}
	
	.carousel-choice-left{
		width: 100%;
	}

	.carousel-choice-right{
		width: 50%;
		display: none;
	}

	.icons-list {
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	    gap: 24px;
	    padding: 48px 0;
	}
	
	.foot-cols{
		padding-bottom: unset;
	}
	
	.foot-col {
        width: 100%;
        text-align: center;
    }
	
	.alignnone{
		margin-right: unset;
	}
	
	.copyright{
		flex-direction: column;
	}
	
	h1,h2{
		font-size: 30px;
		line-height: 30px;
		font-weight: 600;
	}
	
	h3{
		font-size: 28px;
		line-height: 28px;
	}
	
	h4{
		font-size: 24px;
		line-height: 24px;
		margin: unset;
	}
	
	h5{
		margin: unset;
		font-size: 18px;
		font-weight: 600;
	}
	
	h6{
		margin: unset;
	}

	
	.woocommerce-terms-and-conditions-checkbox-text{
		line-height: 10px;
		font-size: 14px;
	}

	.simple-margin { 
	    margin: 24px auto;
	}

	#order_review_heading{
		margin-top: 24px;
		margin-bottom: 12px;
	}

	.woocommerce-column--shipping-address{
		margin-top: 24px;
	}


	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		text-align:left!important;
	}

	.woocommerce-MyAccount-navigation ul{
		margin-bottom: 20px;
		text-align: center;
	}


	
	
}
 





 @media only screen and (min-width: 200px) and (max-width: 1620px)  { 
 
}
