/*
	Theme Name: Oequi 
	Description: Szablon stworzony dla Oequi
	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%;
}
/* montserrat-100 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/oequi/fonts/montserrat-v26-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
	font: 400 18px/1.4 'Montserrat', Lato, sans-serif;
}

body {
	color: #FFFFFF;
	margin: unset;
	background: #25293a;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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



.head-abs{
	/* position: fixed!important; */
	top: 0px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background: #25293a;
	position: relative;
}

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

.stickymenu .header {
    margin: 0 auto;
}


.logo-img {
    transition: 0.4s;
    height: 72px;
}


.stickymenu .logo-img {
}


.head-abs:after{
	content:"";
	height: 0%;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	z-index: -1;
	transition: 0.4s;
} 
.stickymenu .head-abs:after{
	content:"";
	height: 100%;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgb(0 0 0 / 21%);
} 			
		
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1440px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {display: flex;flex-direction: column;}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {display: flex;align-items: center;}

.nav ul{
    padding: unset;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: unset;
}
.nav li{
    position: relative;
    white-space: nowrap;
}


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

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

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


@keyframes load {
  0%   {opacity:0;} 
  100% {opacity: 1}
}

.header .sub-menu   li{margin-left: unset;}
.header .sub-menu a{
	padding-left: unset;
	display: block;
	padding: 10px 15px;
	margin: unset;
}


.nav a{
    padding: 20px 15px;
    display: block;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

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



/*------------------------------------*\
    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;
}




@media only screen and (min-width:1101px) { 
	.header  .menu-item-has-children:hover .sub-menu{
	  background: white;
	  width: auto;
	  display: block; 
	  left: -20px;
	  animation-duration: 1s;
	  animation-fill-mode: forwards;
	  animation-name: load;
	  border-radius: 8px;
	  border-top: 21px solid #ffffff00; 
	}
}

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

	.header-categorymenu{
		padding-left: 20px;
	}

	.menu-wrap{
		background: #2e3243;
		position: fixed;
		top: 0px;
		width: 100%;
	}


	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;
	}

	.nav li{
		margin-left: unset;
	}

	 header .nav ul{
	    overflow: hidden;
	    position: absolute;
	    background: #25293a;
	    flex-direction: column;
	    width: 100%;
	    padding: 19px;
	    z-index: 9999999;
	    border-top: unset!important;
	    left: 0px;
	    transition: 0.4s;
	    margin: unset;
	    display: none;
	    height: 100%;
	    align-items: center;
	    justify-content: flex-start;
	    padding-top: 160px;
	}
	header .nav ul a{
		padding: 5px;
		display: inline-block;
		font-size: 50px;
		width: 100%;
		background:unset;
	}

    .logo{
    	margin-left: 20px;
    }
 
	.head-abs .wrapper{width: 100%;}


	.wrapper-mobile {
	    width: 100%;
	}
 

	header .nav{
		z-index: 999999;
		height: 100%;
	}
 
	.stickymenu #toggle{
	top: 20px!important;
	}

    .stickymenu header .nav ul{
    padding-top: 120px;
    }

	#toggle{
	    display: flex;
	    padding: 10px;
	    text-align: right;
	    font-size: 40px;
	    padding-right: 10px;
	    flex-direction: column;
	    align-items: flex-end;
	    margin-left: unset;
	    z-index: 99999999;
	    right: 20px;
	    width: fit-content;
	    position: absolute;
	    top: 70px;
	    background: #2e3343;
	    border-radius: 5px;
	}
	
	 .arrow-menu{
		 display: initial!important;
		}

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


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



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

 
.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!important;
    display: flex!important;
    border-radius: 48px!important;
    padding: 15px 30px!important;
    width: fit-content!important;
    font-weight: 500!important;
    background-color: #ff814a!important;
    color: white!important;
    font-size: 14px!important;
    border: unset;
    transition: 0.4s;
}



.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: #2e3343;padding: 64px 0px;}
.logo-item:hover{
	opacity:0.7;
}
.foot-cols {
	display: grid;
	grid-template: repeat(1, 1fr) / repeat(4, 1fr);
	gap: 0px 35px;
}
.foot-col a {transition: 0.4s;}

.foot-col a:hover{}
.foot-col p{
	margin-top: 0px;
	font-weight: 400;
}
.foot-col ul{
    margin: unset;
    padding: unset;
    list-style: none;
    line-height: 35px;
}
.foot-col li{
}
.foot-col a{
    font-weight: 700;
    font-size: 14px;
}


.foot-col .current-menu-item > a{
	background: unset;
}


.foot-title {font-weight: bold;font-size: 24px;}
.hr-bar {height: 1px;background: #5C6489;margin: 32px 0px;}

.copyright{
	text-align: center;
	padding: 20px 0px;
	margin: unset;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	color: white;
	font-weight: 100;
	font-size: 12px;
}

.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;
}


.btn:hover a {
}
  

.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: 0 auto;
	padding: 80px 0;
}

	.menu-wrap-list {
	    position: absolute;
	    padding-bottom: 40px;
	    left: unset;
	    width: 60%;
	    height: 100vh;
	    background: #25293a;
	    transition: 0.4s;
	    top: 0px;
	    right: -100%;
	}

.menu-wrap-list.openmenu{right: 0%;}

.stickymenu .menu-wrap-list{}

.foot-col-1{
    font-weight: 400!important;
}

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

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

table tr:nth-child(even){}

table tr:hover {}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ff814a;
  color: white;
}

 

 
	.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: 1px;
	width: 30px;
	height: 20px;
	text-align: center;
	z-index: 999;
	transition: 0.4s;
}
.arrow-menu {
    display: flex!important;
    transform: rotate(0deg);
    align-items: center;
    justify-content: center;
}
.arrow-menu.rotatearrow {
    transform: rotate(180deg);
}


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

 

/*custom shop*/
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-width: 1440px;
	margin: 0 auto;
	background: #25293a!important;
	margin-bottom: 20px;
}

.woocommerce-info a{
	color:white;
}

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

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

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

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

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


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


.woocommerce button.button,
.woocommerce table.my_account_orders .button{
	background: #ff814a;
	color: white;
	border:1px solid #ff814a;
	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: #ff814a;
	color: white;
	opacity: 0.8;
}


.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;
	font-family: 'Montserrat';
}

.shop_table{
	font-size: 16px;
}
.woocommerce-checkout-payment{background: #2e3243!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;
}

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


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


.woocommerce table.shop_table{
	    border: 1px solid #aaa;
	    border-collapse: collapse;
	    min-width: 480px;
}
  
.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{opacity: 0.8;}
.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{
	color: #ff814a;
}


.woocommerce-checkout #payment div.payment_box{
	padding:30px;
	background-color: #25293a;
	color: white;
} 

#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 #25293a;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}


.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: #ff814a;
}

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




@media only screen and (max-width:495px) {
	
	#coupon_code{
		width:100%;
        margin-bottom: 6px;
	}
	
	.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: #ff814a;
}

 

.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: #ff814a;
		border-radius: 35px;
}

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

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


.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{
	display:block;
	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{text-align: right!important;max-width: 1440px;display: flex;justify-content: center;margin: 0 auto;padding-bottom: 80px;}

ul.page-numbers{border: unset!important;}


.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination a.page-numbers:hover{
    background: #ff814a!important;
    color: white!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;
}


/*custom shop - end */


h1,
h2{
	font-size:72px;
    margin: unset;
}
h3{
    margin: unset;
    font-size: 48px;
    line-height: 48px;
}
h4{
    margin: unset;
    font-size: 36px;
    font-weight: bold;
}
h5{
    margin: unset;
    font-size: 28px;
}
h6{
    margin: unset;
}

.foot-col{
	    font-weight: 700;
    font-size: 14px;
}


.header-top {display: flex;justify-content: space-between;align-items: center;padding: 24px 0px;}
.left-head {
}
.logo {
}
.hidden {
}
.logo-img {
}
.right-head {display: flex;font-size: 14px;font-weight: 500;align-items: center;}
.info-header {margin-right: 48px;display: flex;align-items: center;}
.links-header {margin-right: 48px;display: flex;align-items: center;}
.sep-line {margin: 0 5px;}
.search-header {margin-right: 24px;}
.cart-header {
}
.header-bottom {
}
.nav {
}
.toggle2 {
}
.hamburger-icon {
}

.links-header svg,
.info-header svg{
	margin-right: 8px;
}


.is-form-id-243 .is-search-submit:focus, .is-form-id-243 .is-search-submit:hover, .is-form-id-243 .is-search-submit, .is-form-id-243 span.is-search-icon{
	background-color!important: red;
	background-color: white!important;
	border: unset;
	border-radius: 48px;
}

 .is-form-id-243 span.is-search-icon svg path{
	 fill:#FF814A;
 }


.is-search-input{
	border-radius: 120px!important;
	height: 54px!Important;
	text-indent: 15px;
	width: 238px!important;
}

.is-form-style.is-form-style-3 label{
	width: 100%!important;
}

.is-search-submit{
	position: absolute;
	right: 10px;
	border-radius: 48px;
	top: 50%;
	transform: translate(0, -50%);
}

 .btn-href,
.btn.btn a{
    display: flex;
    align-items: center;
    border-radius: 48px;
    padding: 15px 30px;
    width: fit-content;
    font-weight: 500;
} 

.btn-href,
.btn.btn1 a{
    background-color: #ff814a;
}

.btn a:hover{
	color: white;
	opacity: 0.8;
}

.wc-backward{
    display: flex!important;
    align-items: center!important;
    border-radius: 48px!important;
    padding: 15px 30px!important;
    width: fit-content!important;
    font-weight: 500!important;
    background-color: #ff814a!important;
	color:white!important;
}

.btn.btn a svg{
}


div.is-ajax-search-details, div.is-ajax-search-result{
	background:#25293a!important;
}


#is-ajax-search-result-243 div.is-ajax-search-post{
	background-color: #2e3343!important;
}

.is-ajax-search-details a, .is-ajax-search-result a{
	color: white!important;
}

.right-section .is-prices{
	color: white;
}


.is-ajax-search-post, 
.is-ajax-search-post-details{
	border-color: #5C6489!important;
}



.menu-wrap{
	background: #2e3243; 
}

.is-ajax-search .is-loader-image{
	right: 15px!important;
}

 
.header-categorymenu::-webkit-scrollbar {
    background-color: #ffffff;
}

.header-categorymenu::-webkit-scrollbar-thumb {
    background-color: #FF814A; /* czerwony kolor */
}

 


.header-categorymenu {
    display: flex;
    overflow-x: auto;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 5px;
}



.header-cat-title {margin-right: 30px;}

.header-categorymenu ul{
	list-style: none;
	padding: unset;
	margin: unset;
	display: flex;
}

.header-categorymenu ul li{
	margin-right: 30px;
}

.header-categorymenu a{
	white-space: pre;
	padding: 10px 10px;
	display: block;
	border-radius: 48px;
	font-size: 18px;
	font-weight: 500;
}




.header-categorymenu a:hover,
.header-categorymenu .current-menu-item a{
	background: #000000;
	color: white!important;
}

.blue-bg {background: #25293a;} 
.baner-box {display: flex;justify-content: space-between;}
.baner-left {margin-top: 80px;width: 27%;}
.baner-title {line-height: 48px;}
.baner-desc {font-size: 32px;line-height: 36px;margin: 72px 0;}
 
.baner-img {width: 70%;display: flex;justify-content: flex-end;}


.btn  svg{
	margin-left: 8px;
}


.header-top .btn svg{
	margin-right: 8px;
	margin-left: unset;
}

.baner-title h1{
	font-size:48px;
}


.baner-img img{
	clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 99%);
}


.cart-header a{
	padding: 17px 30px!important;
}

.choice-box{
	padding: 128px 0;
	text-align: center;
	padding-bottom: unset;
}

.choice-box .btn{
	display: grid;
	justify-content: center;
}

.choice-title{
	font-size: 72px;
	font-weight: bold;
}

.choice-slider{
	position:relative;
	margin: 35px 0;
	margin-bottom: 0px;
}

.controls {
    display: flex;
    justify-content: space-between;
    /* top: 50%; */
    z-index: 1;
    width: 100%;
}
.controls .next ,
.controls .prev {
    position: relative;
    z-index: 999;
    bottom: 270px;
    cursor: pointer;
    transition: 0.4s;
}

.controls .next {
    right: -60px;
}
.controls .prev {
    left: -60px;
}

.item-box-normal{
	position: relative;
	z-index: 999;
	text-align: center;
}


.item-box-normal {}
.item-img {height: 238px;display: block;background-position: center;background-size: contain;background-repeat: no-repeat;}
.item-price {margin: 24px 0;margin-bottom: unset;}
.item-price-old {color: #C7C7C7;font-size: 18px;font-weight: bold;text-decoration: line-through;}
.item-price-new {color: #ff814a;font-size: 18px;font-weight: bold;font-size: 32px;}
.item-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #25293A;
    font-size: 18px;
    margin-bottom: 24px;
    }

.badge-sale{
	background: #ff814a;
	width: fit-content;
	padding: 5px 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}


.item-price-new span{
	font-size: 15px;
	font-weight: 500;
}

.item-box-wrap{
	background: white;
	padding: 32px;
	transition: 0.4s;
	opacity: 1;
}


.item-box-normal .cart{
	display: flex;
	justify-content: center;
}


.item-box-normal .cart input{width: 45px;background: #E5E5E5;border: unset;height: 45px;text-align: center;border-top-left-radius: 20px;border-bottom-left-radius: 20px;padding-left: 20px;padding-right: unset;width: 60px;}

.item-box-normal .add_to_cart_button {
	border-top-left-radius: unset!important;
	border-bottom-left-radius: unset!important;
	border: unset!important;
	background: #ff814a!important;
	color: white!important;
	font-weight: 600!important;
	font-size: 14px!important;
	padding-right: 15px!important;
	padding-left: 15px!important;
	cursor: pointer!important;
	display: flex!important;
	align-items: center;
}

.tns-slider .add_to_cart_button{
	border-top-right-radius: 20px!important;
	border-bottom-right-radius: 20px!important;
}

.item-box-normal .add_to_cart_button svg{
	margin-right: 5px;
}


.big-blue {
}
.wrapper {
}
.tiles-list {display: grid;grid-template: repeat(1, 1fr) / repeat(2, 1fr);gap: 15px 15px;padding: 64px 0;}
.tile-item {border-radius: 10px;padding: 30px;background-position: center;background-size: cover;min-height: 470px;display: flex;align-items: flex-end;position: relative;}
.tile-content {position: relative;}
.tile-title {
    margin-bottom: 48px;
}
.btn {
}
.btn1 {
}

.tile-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: hsl(0deg 0% 0% / 50%);
	left: 0px;
	top: 0px;
	z-index: 0;
	transition: 0.4s;
	border-radius: 10px;
	opacity: 0;
}

.tile-item:hover .tile-overlay{
	opacity:1;
}


.products-box{
	background: #25293a;
}

.products.products-woo{
	display: grid;
	grid-template: repeat(1, 1fr) / repeat(4, 1fr);
	gap: 15px 15px;
	padding: 96px 0;
}


.woocommerce-products-header__title{
	color: #25293a;
}

.woocommerce-products-header{
	padding: 30px 0px;
}

.bread-sep{
	color: #ff814a;
	margin: 0 10px;
}
.woocommerce-products-header a,
.woo-bread a,
#breadcrumbs span a {
	color: #ff814a;
}

.woo-bread,
#breadcrumbs span,
#breadcrumbs {
	display: flex;
	margin: unset;
	flex-wrap: wrap;
}

.breadcrumb_last{ 
	color: #a5a8b3;
}
 
.head-subpage{
	padding: 30px 0;
}

.head-title{
	color:#25293a;
}



.wpcf7-acceptance{
	font-size: 12px;
}
 
.contact-box {display: flex;justify-content: space-between;padding: 80px 0;}
.contact-left {width: 40%;}
.contact-right {width: 60%;}

.wpcf7 {
	margin: 10px 0;
}

table {
	border-collapse: collapse;
}


.upsells  h4{
	color: #25293A;
}


.entry-title{
	color:#25293A;
}




.white-bg{
	background: white;
}

.upsells  .products{
	padding: unset;
	grid-template: repeat(1, 1fr) / repeat(2, 1fr);
}



.woocommerce-page div.product div.summary{
	float: unset;
	width: 100%;
}

.product-single-bottom{
	display: flex;
}
.product-single-left{
    width: 50%;
    background: white;
    padding: 48px;
}
.product-single-right{
    width: 50%;
    padding: 48px;
}


.item-check-product {display: flex;}
.item-product-img {height: 96px;background-position: center;background-size: contain;background-repeat: no-repeat;width: 96px;}
.item-product-title {width: 100%;display: flex;align-items: center;padding: 10px;color: #25293A;}



.upsells  .wrapper{
	max-width: unset;
	width: 100%;
}

.product-header-top{
	background:white;
	display: flex;
}

.product-header-right{
	background: #25293a;
}


.product-header-left,
.product-header-right{
	
}

.product-header-left{
	padding: 48px;
	width: 50%;
}
.product-header-right{
	padding: 48px;
	width: 50%;
	display: flex;
	justify-content: space-around;
	text-align: center;
	align-items: flex-start;
}



.single-prod-image {height: 433px;display: block;background-position: center;background-size: contain;background-repeat: no-repeat;margin: 48px 0px;}

.product-single-box{
	display: flex;
	justify-content: space-between;
}

.head-image-box{
	height: 100%;
	padding: 20px;
	background: white;
}
 
.act {
	display: block!important;
}

.single-prod-thumb.act{
	opacity: 0.8;
	border: 1px solid #ff814a;
}

.single-thumb-1.act{
	display: block!important;
}

.head-thumbnails{
	position: relative;
	padding: 0 40px;
}

.head-thumbnails .controls{
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	margin: 0 auto;
	text-align: center;
	right: 0px;
}


.head-thumbnails .controls .prev{
    position: absolute;
    bottom: 25px;
    left: 0px;
}
.head-thumbnails .controls .next{
    position: absolute;
    right: 0px;
    bottom: 25px;
}

.single-prod-thumb{
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid #25293a;
	display: block;
}

 
.product-single-price {
}
.product-single-price-top {margin-bottom: 24px;}
.product-single-price-bottom {
}
.product-single-stock {
}
.product-single-stock-top {margin-bottom: 24px;}
.product-single-stock-bottom {font-weight: bold;}
.product-single-buy {
}
.product-single-buy-top {margin-bottom: 24px;}
.product-single-buy-bottom {
}

.product-single-buy-bottom form{
	display: flex;
}

.product-single-buy-bottom form .quantity input{width: 45px;background: #E5E5E5;border: unset;height: 45px;text-align: center;border-top-left-radius: 20px;border-bottom-left-radius: 20px;padding-left: 20px;padding-right: unset;width: 60px!important;}




.product-single-buy-bottom form  .add_to_cart_button{
	border-top-left-radius: unset!important;
	border-bottom-left-radius: unset!important;
	border: unset!important;
	background: #ff814a!important;
	color: white!important;
	font-weight: 600!important;
	font-size: 14px!important;
	padding-right: 15px!important;
	padding-left: 15px!important;
	cursor: pointer!important;
	display: flex!important;
	align-items: center;
	transition: 0.4s;
}



.product-saletable {margin-top: 20px;border-left: 1px solid #ff814a;}
.calc-item-title {border-top: 1px solid #ff814a;font-weight: bold;}
.calc-item-col {width: 33.3%;border-right: 1px solid #ff814a;border-bottom: 1px solid #ff814a;}
.calc-item-title,
.calc-item {display: flex;justify-content: space-between;text-align: center;}
.calc-item-wrap{
	
}



.woocommerce #reviews #comments ol.commentlist li {
    margin: 70px 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.woocommerce-review__verified {
    margin-top: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    width: 70%;
    background: whitesmoke;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    color: #0A0203;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-of-type {
    margin-bottom: unset;
}

.woocommerce-review__author {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.woocommerce-review__verified {
    display: flex;
    font-style: normal;
    color: #3C3C3C;
    font-size: 10px;
    font-family: 'GeneralSans';
    text-transform: uppercase;
    font-weight: bold;
    align-items: center;
}

.woocommerce-review__verified svg {
    margin-right: 5px;
}

.comment-form-rating #rating {
    display: none!important;
}

 
.entry-summary .woocommerce-product-rating {
    display: none
}

.commentlist {
    margin: unset;
    padding: unset;
}

.comment-text {
    margin: unset!important;
    padding: unset!important;
    border: unset!important;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.comment-text .star-rating {position: absolute;top: -30px;}
.entry-summary .woocommerce .star-rating{
    position: relative;
    top: unset;
}

.woocommerce-review__dash {
    display:none;
}

.product-star-box{
    display: flex;
    justify-content: center;
    align-items: center;
}


.prodc-stars{
    margin-right: 15px;
}

.woocommerce-review__published-date{
    position: absolute;
    right: 0px;
    top: -35px;
    color: #ffffff;
    FONT-WEIGHT: 300;
}

.review-title{
    text-align: center;
}

.review-title-bg{
    position: absolute;
    left: 0px;
    right: 0px;
    color: #faf8f5;
    margin: 0 auto;
    text-align: center;
    top: -20px;
    font-size: 140px;
    font-family: 'Bentoga';
    z-index: -2;
}

.review-title-wrap{
    position:relative;
}

.reviews-box{
	padding: 48px;
}
.woocommerce #review_form #respond textarea{
	background: #e5e5e5;
	border-radius: 10px;
	padding: 10px;
}



.woocommerce p.stars a::before{
	color: #ff814a;
}

.comment-reply-title{
	font-size: 22px;
}

.woocommerce-Reviews #comments{padding: 20px 0;}


.review-count{
	margin-top: 20px;
}


.woocommerce .star-rating span::before,
.woocommerce .star-rating::before{
	color: #ff814a;
}

.calculator-box {
    padding: 50px 0px;
    padding-top: 15px;
    border-bottom: 1px solid #ff814a;
    margin-bottom: 40px;
}
.calculate-type {display: flex;justify-content: space-between;margin-bottom: 20px;margin-top: 10px;}
.calc-type-saszetka {width: 50%;text-align: center;font-weight: bold;}
.calc-type-pasta {}

.calc-type-saszetka-treatment,
.calc-type-pasta-prevention,
.calc-type-saszetka,
.calc-type-pasta{
	padding: 10px 0px;
	width: 50%;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid;
}


.calc-type-choice {
}
.calculate-saszetka {display: none;}
.calculate-pasta {display: none;}


.open{
	display: block;
}

.calculate-type > .open{
	background: white;
	color: #25293a;
	border: 1px solid white;
}

.calc-weight-input {margin-top: 10px;margin-bottom: 20px;}
.calc-weight-input label{
}

.calc-days-input input,
.calc-weight-input input{margin-left:10px;height: 45px;border-radius: 30px;border: unset;text-indent: 15px;}

.calc-sum{
    margin-top: 30px;
    display: flex;
}
.calc-all{
    display: flex;
    align-items: center;
    border-radius: 48px;
    padding: 15px 30px;
    width: fit-content;
    font-weight: 500;
    background: #ff814a;
    cursor: pointer;
    transition: 0.4s;
}

.calc-days-input{display: none;margin-bottom: 20px;margin-top: 10px;}

.calc-output-data,
.calc-output-data-days{
	display: none;
	background: #ff814a;
	padding: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

 .title-days-toggle{
	 display:none;
 }


.order-again a{
	background-color: #ff814a!important;
	display: flex!important;
	align-items: center;
	border-radius: 48px!important;
	padding: 15px 30px!important;
	width: fit-content;
	font-weight: 500!important;
	color: white!important;
}


em{
	font-size: 14px;
}


.checkout-button{
	font-size: 16px!important;
	width: fit-content;
	margin-left: auto!important;
}


.product-quantity .quantity{
	display: flex;
	justify-content: center;
}


.woocommerce table.shop_table td small{
	color: white!important;
}


.coupon label{
	display:none;
}


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

.select2-results__option[aria-selected], .select2-results__option[data-selected]{
	color:black;
}


.woocommerce-terms-and-conditions-checkbox-text{
	cursor: pointer;
}

.order-pointsoncart h2,
.cart_totals  h2{
	font-size: 38px;
	margin-bottom: 10px;
}


.free-delivery-info{
	
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
	margin: unset!important;
	padding: unset;
	border: unset;
}


.lang-swich{
	margin-right:20px;
}

.item-box-wrap:hover{
	opacity: 0.8;
}

.product-single-buy-bottom form .add_to_cart_button:hover,
input[type="submit"]:hover,
.calc-all:hover,
.controls   > div:hover{
	opacity:0.8!important
}




.foot-mobile-title{
	display:none;
}

.cart-fly-mobile{
	display:none;
}


.mobilebtn{
	display:none;
}


.simple-margin a{
	
}


.tile-item:hover{
	color: white;
}

.tile-item:hover .tile-overlay{opacity: 0.3;}


.term-description{
	    color: #25293a;
}


.woocommerce-cart table.cart img{
	height: 47px;
    width: auto;
}







*{
	
}


/* RWD */

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

}
 
@media only screen and (max-width:1554px) {
	.choice-slider{
		max-width: 850px;
		margin: 0 auto;
	}
	.tiles-list{
		grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	}
	
}
 
@media only screen and (max-width:1365px) {

	.product-header-top{
		flex-direction: column;
	}


	.product-header-left,
	.product-header-right{
		width: 100%;
	}

	.products.products-woo{
		grid-template: repeat(1, 1fr) / repeat(3, 1fr);
	}

	.upsells .products{
		grid-template: repeat(1, 1fr) / repeat(1, 1fr)!important;
	}

	.baner-box{
	    flex-direction: column;
	}
	.baner-left{
	    width: 100%;
	}
	.baner-img{
	    width: 100%;
	    justify-content: center;
	    order: -1;
	}

}



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

	.tile-title{
		margin-bottom: 5px;
	}

	.tile-item .btn-href{
		background-color: #ff814ab0;
	}
	
	.tile-item{
		min-height: 220px;
		padding: 10px;
	}

	.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{
		display: none;
	}

	.woocommerce ul.order_details{
		flex-direction: column;
		margin: unset;
	}

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


	.order-pointsoncart h2, .cart_totals h2{
		font-size: 24px;
	}

	.contact-box{
		flex-direction: column;
	}

	.contact-left,
	.contact-right{
		width: 100%;
	}

	.header-categorymenu a{
		font-size: 14px;
	}

	.btn-href, 
	.btn.btn a{
		padding: 15px 20px;
		font-size: 14px;
	}

	.foot-col a{
		font-size:12px;
	}

	.baner-title h1{
		font-size: 30px;
		line-height: 40px;
	}

	.baner-desc{
		font-size: 20px;
	}

	h1{
	    font-size: 32px;
	}
	h2{
	    font-size: 47px;
	}
	h3{
	    font-size: 26px;
	    line-height: 34px;
	}
	h4{
    font-size: 24px;
}
	h5{
    font-size: 20px;
}
	h6{}
	.cart-fly-mobile{
		display:block;
		position:fixed;
		right: 30px;
		bottom: 30px;
		z-index: 9999;
	}
	.cart-fly-mobile .btn svg{
		margin: unset;
	}
	.cart-header{
		display:none;
	}
	.right-head{
		flex-wrap: wrap;
		justify-content: flex-end;
		padding-right: 30px;
		width: 60%;
	}
	.info-header{
	    order: -1;
	    margin-right: unset;
	    justify-content: flex-end;
	}
	.links-header{
	    order: -1;
	    margin-right: unset;
	    justify-content: flex-end;
	    margin-left: 20px;
	}
	.search-header{
		width: 50%;
		margin-right: unset;
		margin-top: 20px;
		position: relative;
		right: 80px;
	}
	.lang-swich{
		width: 50%;
		margin-right: unset;
		display: flex;
		justify-content: flex-end;
		padding-right: 10px;
		margin-top: 20px;
		position: relative;
		right: 80px;
	}
	.is-search-input{
		width: 100%!important;
	}
	
}




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

	.reviews-box{
		padding: 10px;
	}

	.comment-text{
		flex-direction: column;
	}

	.product-single-bottom{
		flex-direction: column;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text .description,
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
		width:100%;
	}
	
	.product-single-left,
	.product-single-right{
		width: 100%;
		padding: 15px;
	}

	.choice-title{
		font-size: 32px;
		margin-bottom: 30px;
	}

	.products.products-woo{
		grid-template: repeat(1, 1fr) / repeat(2, 1fr);
	}
	
	.choice-slider{
		max-width: 310px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.foot-cols{
		grid-template: repeat(1, 1fr) / repeat(2, 1fr);
		gap: 20px;
	}
	.foot-col-1{
		order: 1;
	}
	
	.foot-mobile-desktop{
		display:none;
	}

	
	.foot-mobile-title{
		display:block;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.hr-bar{
		display:none;
	}

}
 


 


@media only screen and (max-width:642px) {
	
	.woocommerce-page div.product div.summary{
		display:flex;
		flex-direction:column;
	}
	
	.calculator-box{
		order:1;
	}
	
	.product-single-left  {
		order:1;
	}

	 .product-header-right{
		 flex-direction: column;
		 align-items: center;
		}

	.product-single-price-top{
		margin-bottom: unset;
	}

	.product-single-buy-top,
	.product-single-stock-top{
		margin-bottom: unset;
		margin-top: 24px;
	}

	.payment_methods,
	.place-order{
		padding: 20px!important;
	}

	.products.products-woo{
		grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	}
	.simple-margin{
		word-break: break-word;
	}

	header .nav ul a{
		font-size: 18px;
	}

	.logo-img{
		height: 100px;
	}

	.info-header{
		font-size: 10px;
		width: 60%;
	}

	.search-header{
		width: 80%;
		display: none;
	}

	.lang-swich{
		width: 30%;
		margin-top: unset;
		right: unset;
	}

	.right-head{
		width: unset;
		max-width: 430px;
		margin-bottom: 40px;
	}

	.links-header{
	display: none;
	}

	#toggle{
		top: 65px;
	}

	.home  #toggle{
		top: 87px;
	}
	
	.controls .next, .controls .prev{
		position: initial;
		margin-top: 20px;
	}

	.mobilebtn{
		display:block;
	}

	
	.lwss_selectable.wr-cart-line-input input{
		width: 50px!important;
	}

	
	.alignnone{
		margin-right: unset;
	}
	
	.foot-cols{
		grid-template: repeat(1, 1fr) / repeat(1, 1fr);
		gap: 20px;
	}
	
	.copyright{
		flex-direction: column;
	}

	.woocommerce #reviews #comments ol.commentlist li:last-of-type{
		margin-bottom:unset;
	}
}
 