@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'woodmart-font';
	src: url('../fonts/woodmart-font.ttf');
}
:root {
	--main-color: #002559;
	--main-color-hover: #0a4dab;
	--orange-color: #f78e1e;
	--orange-color-hover: #f9a64e;
}
html{
	font-size:initial;
}

body{
	/* font-family: 'Lato', sans-serif; */
}
button:focus {outline:0;}
a:hover{
	text-decoration: none;
}
table th {
	padding: 15px 10px;
	border: none;
	border-bottom: 2px solid #EFEFEF;
	color: var(--blue);
	vertical-align: middle;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
}
table td {
	padding: 15px 12px;
	border: none;
	border-bottom: 1px solid #E6E6E6;
	text-align: left;
	font-weight: inherit;
}
.page-header .panel.wrapper{
	background-color: #002559;
}
.page-header .header.panel{
	padding-top:0 ;
	padding-bottom:0 ;
	color:#fff;
}
.header.panel > .header.links > li{
	font-size: 12px;
	text-transform: uppercase;
	margin:0;
}
.header.links > li.welcome,
.header.links a:not(.no-display){
	display: inline-block;
	padding: 10px;
	border-right: 1px solid rgba(255, 255, 255, .25);
}
.header.links a{
	color:#fff;
}
.header.content{
	display: flex;
}
.header.content .logo{
	order:1;
}
.logo img{
	width:230px;
}
.header.content .block-search{
	order:2;
	flex:1;
	margin: 0 60px;
	padding: 0;
}
.header.content .block-search .nested{
	display: none;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"]{
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: 2px solid rgba(129,129,129,.2);
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}
.block-search .action.search{
	right: auto;
	opacity: 1;
	left:0;
	padding: 0;
	border: 0;
}
.block-search .action.search[disabled]{
	opacity: 1;
}
.block-search .action.search:before{
	display:none;
}
.header.content .minicart-wrapper{
	order:3;
}
.minicart-wrapper .action.showcart .counter.qty{
	/* position: absolute; */
	/* right:0; */
	/* padding: 0; */
	/* width:15px; */
	/* height: 15px; */
	/* line-height: 15px; */
	/* font-size: 10px; */
	/* border-radius: 50%; */
	/* background-color: rgba(131,183,53,1); */
}
.breadcrumbs{
	padding: 0;
	margin:0;
}
.breadcrumbs .items{
	flex: 1 1 auto;
	margin-bottom: 10px;
	font-size: 13px;
	color:#333;
}
.breadcrumbs .items a{
	color: #8E8E8E;
	/* amea */
	color: #6b6b6b;
	font-weight: 400;
	font-style: normal;
}
.breadcrumbs .items a{
	font-weight: 700;
}
.breadcrumbs .item:not(:last-child):after{
	content:'/';
	margin:0 5px;
	font-size: 13px;
}
.product-info-main .page-title-wrapper{
	flex:1;
}
.product-info-main .page-title-wrapper .page-title{
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	margin-top: 0; 
	text-align:left;
}
.product-manufacturer-image a{
	box-shadow: 0 0 2px rgba(0,0,0,.12);
}
.product-manufacturer-image a:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .14)
}
.price-label,
.product-reviews-summary,
.product-info-stock-sku{
	display: none;
}
.product-info-main .price-box{
	display: flex;
}
.product-info-main .special-price,
.product-options-bottom .special-price{
	margin:0;
}
.old-price, .old.price{
	order:-1;
	color: #BDBDBD;
	/* amea */
	color:#757575;
	/* margin-right: 6px; */

}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price{
	font-weight: 600;
	font-size: 22px;
	color: rgba(131,183,53,1);
	color: #ef4135;
	/* amea */
    color: hsl(0 80% 50% / 1);
}
.product-info-main .price-box .old-price .price-wrapper .price{
	font-size: 90%;
	color: #BDBDBD;
	/* amea */
	color:#767676;
	font-weight: 400;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1){
	max-width:none;
}

button.action.primary{
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
}

.action.primary{
	border: none;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
	/*background-color: #F78F1E;*/
	background-color: var(--main-color);
}
.action.primary:hover{
	border:0;
	background-color: var(--orange);
	/*background-color: #f26532;*/
}
.action.viewcart{
	padding: 12px 20px;
    font-size: 1rem;
    line-height: 1.2;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.action.viewcart{
	border: none;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
	/*background-color: #F78F1E;*/
	background-color: var(--orange-color);
	/* amea */
	background-color: #fff;
	color:var(--blue);
	border:2px solid var(--blue);
}
.action.viewcart:hover{
	background-color: var(--blue);
	color:#fff;
	/*background-color: #f26532;*/
}
.product-info-main .box-tocart .action.tocart{
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	border-radius:5px;
}

.box-tocart #qty {
	width: 30px;
	padding:0;
	height: 47px;
	border-right: none;
	border-left: none;
}
.quantity{

	display: inline-flex;
	vertical-align: top;
	white-space: nowrap;
	font-size: 0;
}
.quantity input[type=button], .quantity input[type=number] {
	display: inline-block;
	font-size: 13px;
	color: #777;
}
.quantity input[type=button] {
	padding: 0 5px;
	min-width: 25px;
	height: 47px;
	border: 2px solid rgba(129,129,129,.2);
	background: 0 0;
	box-shadow: none;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.quantity input[type=button]:hover {
	color:#fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.product-info-main .product-addto-links{
	margin:0;
}
.action.mailto.friend{
	display: none;
}
.product-share{
	text-align: left;
}
.product-share a {
	color:rgba(0, 0, 0, .6) !important;
}
.product-addto-links a{
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #000;
}
.product-addto-links .towishlist::before {
	content: "\f108";
	font-family: 'woodmart-font';
}
.product-addto-links .tocompare::before {
	content: "\f122";
	font-family: 'woodmart-font';
}
.product-addto-links a{

	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	vertical-align: middle;
}
.product-addto-links a:hover{
	text-decoration: none;
}
.product-addto-links a::before{
	margin-right: 5px;
	font-weight: 400;
}

.product.attribute [itemprop="description"]{
	font-size: 14px;
	color:var(--blue);
}
.share-title{	
	color: #333;
}
.share-title,
.extra-attribute-label {
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
}
.extra-attribute-value {
	display: inline-block;
	margin: 0 1px;
	color: #777;
	/* amea */
	color:#666;
	font-weight: 400;
	font-size: 14px;
}
.product-info-attributes-extra{
	width:100%;
	padding-top: 0px;
	border-top: 1px solid rgba(129,129,129,.2);
}

.product.info.detailed{
	position: relative;
}
.product.data.items > .item.title{
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
.product.data.items > * > .item.title > a.data.switch {
	position: relative;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 10px;
	color: inherit;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	opacity: .7;
	height: auto;
	border: 0;
	background: transparent;
	color:var(--blue);
}
.product.data.items > * > .item.title > a.data.switch::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: -2px;
	width: 0;
	height: 3px;
	transition: width .3s cubic-bezier(.175,.885,.32,1.15);
	background-color: var(--orange);
}
.product.data.items > * > .item.title:hover > a.data.switch,
.product.data.items > * > .item.title.active > a.data.switch {
	opacity: 1;
}
.product.data.items > * > .item.title.active > a.data.switch:after {
	width:100%;
}
.product.data.items > .item.content{
	margin-top:61px;
	border-top:0;
}

.col-sm-6.media{
	display: block;
}

.product-images-carousel{
	background-color: #fafafa;
	height:100%;
}
.product-images-carousel.owl-carousel .owl-stage-outer{
	height:100%;
}
.product-images-carousel.owl-carousel .owl-stage{
	display: flex;
	height:100%;
}
.product-images-carousel.owl-carousel .owl-stage .owl-item{
	display: flex;
	align-items: center;
}

.product-images-carousel .owl-nav button{
	position: absolute;
	top: 50%;
	z-index: 250;
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	visibility: hidden;
	margin-top: -25px;
	padding: 0;
	width: 50px;
	height: 50px;
	color: rgba(0,0,0,.8);
	text-align: center;
	opacity: 0;
	cursor: pointer;
	transition: all .25s ease;
	pointer-events: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.product-images-carousel.owl-carousel .owl-nav button.disabled{
	color: rgba(0,0,0,.4);
	cursor: default;
}
.product-images-carousel .owl-nav button:active{
	box-shadow: none;
}
.product-images-carousel .owl-nav button:after {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.product-images-carousel .owl-nav button[class*=prev] {
	left: 0;
	padding-right: 2px;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.product-images-carousel .owl-nav button[class*=next] {
	right: 0;
	padding-left: 2px;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.product-images-carousel .owl-nav button[class*=prev]:after{
	content: "\f111";
	font-family:'woodmart-font';
}
.product-images-carousel .owl-nav button[class*=next]:after{
	 content: "\f110";
	 font-family: 'woodmart-font';
}
.product-images-carousel:hover .owl-nav button{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: visible;
}
.product-images-carousel .owl-nav button:not(.disabled):hover{
	color: rgba(0,0,0,.5);
}


.slick-slider.product-thumbnails-carousel{
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-thumbnails-carousel.slick-slider>button {
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	background-color: transparent;
	color: #333;
	font-size: 0;
	line-height: 30px;
	left: 0;
	right: 0;
	position: initial;
	top: 0;
	bottom: 0;
	transform: translate(0,0);
	order:2;
}
.product-thumbnails-carousel.slick-slider>button::before {
	font-family: woodmart-font;
	display: block;
	height: 30px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	opacity: 1;
    width: 30px;
    border: 0px solid var(--orange);
    background-size: 70%;
    background-position: center;
}
.product-thumbnails-carousel.slick-slider>button.slick-prev::before {
	content: "";
    background-position: 4px 4px;
}
.product-thumbnails-carousel.slick-slider>button.slick-next::before {
	content: "";
    background-position: 6px 4px;
}
.product-thumbnails-carousel .slick-list{
	flex: 1 1 100%;
	order: 1;
	max-width: 100%;
	width: 100%;
}
.product-thumbnails-carousel .slick-track{
	margin-top: -7px;
	margin-bottom: -7px;

	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.product-thumbnails-carousel .slick-slide{
	padding-top: 7px;
	padding-bottom: 7px;
}
.product-thumbnails-carousel .slick-slide .active-thumb {
	opacity: .5;
}
.product-additional-galleries{
	position: absolute;
    bottom: 0;
    left: 12px;
	z-index: 2;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.show-product-gallery{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: hidden;
	min-width: 50px;
	height: 50px;
	border-radius: 30px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 5px rgba(0,0,0,.08);
	color: rgba(0,0,0,.7);
	font-size: 13px;
}
.show-product-gallery::before{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	content: "\f121";
	font-family: woodmart-font;

}
.show-product-gallery span{
	overflow: hidden;
	padding: 0;
	max-width: 0;
	white-space: nowrap;
	font-weight: 600;

	transition:padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
}
.show-product-gallery:hover{
	color:#333;
}
.show-product-gallery:hover>span {
	 padding-right: 25px;
	 max-width: 280px;
 }
.product.info.detailed{
	margin-top:40px;
}
.product.info.detailed::after,
.product.info.detailed::before{
	position: absolute;
	top: 0;
	left: 50%;
	width: 90vw;
	height: 1px;
	background-color: #818181;
	opacity: .2;
	content: '';
	box-shadow: 50vw 0px 0px 0px #818181;
	transform: translateX(-60%);
}
.product.info.detailed::after{
	top:auto;
	bottom: 0;
}
.product.data.items{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1px 0;
}
.product.data.items > * > .item.title,
.product.data.items > .item.title{
	float: none;
	left:0;
	transform: none;
	order:1;
	position:sticky;
	top:0px;
	margin:0 10px;
}
.product.data.items > * > .item.title:not(.disabled) > .switch:active,
.product.data.items > * > .item.title.active > .switch,
.product.data.items > * > .item.title.active > .switch:focus,
.product.data.items > * > .item.title.active > .switch:hover,
.product.data.items > * > .item.title:not(.disabled) > .switch:focus,
.product.data.items > * > .item.title:not(.disabled) > .switch:hover,

.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover,
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover{
	background-color: transparent;
}
.product.data.items > .item.content{
	float: none;
	margin-left: 0;
	transform: none;
	order:2;
	margin-top: 30px;
	padding-top: 0;
	border:0;
	width:100%;
}
.product.info.detailed .additional-attributes{
	width: 100%;
	/* max-width: 650px; */
	margin:0 auto;
}
.product.info.detailed .additional-attributes td,
.product.info.detailed .additional-attributes th{
	font-size: 14px;
	border-bottom: 1px solid #E6E6E6;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th{
	padding: 15px 10px;
	width:50%;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td{
	padding: 15px 10px;
	color:var(--blue);
}

main .block.related{
}
.block-title.title {
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	color: var(--blue);
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.block-title.title::after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	width: 40px;
	height: 2px;
	background-color:var(--orange);
}

.product-item-name{
	color: #333;
	font-weight: 500;
	line-height: 1.3;
	display: block;
	font-family: Poppins,Arial,Helvetica,sans-serif;
}
.product-item-sku{
	font-size:14px;
    font-size: .8rem;
    margin-block-end: auto;
}
.page-products .products-grid .product-item{
	/* margin-left:0 !important; */
}
.filter-options .filter-options-content{
    max-height: 200px;
    overflow: hidden;
	position:relative;
    padding-right: 4px;
}
.filter-options .filter-options-content .amshopby-slider-wrapper form{
	padding-inline:4px;
}
.filter-options .filter-options-content form{
    max-height: 200px;
    overflow: auto;
}
.product-item-info:hover {
	z-index:10; 
}
.product-item-info .product-item-name{
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}
.product-item-info .product-item-name,
.product-item-info .product.name a{
	font-weight: 500;
	color:var(--blue);
	text-align:left;
	transition:color 0.3s linear;
}
.product-item-info .product-item-name > a {
	transition:color 0.3s linear;
	color:var(--blue);
}
.product-item-name > a:focus,
.product-item-name > a:hover,
.product-item-name > a:active{
	color:var(--orange);
	text-decoration:none;	
}
.product-item-info .product.name a:hover,
{
	
}
.product-item-info .price-box{
	display: flex;
	flex-wrap:wrap;
    justify-content: flex-end;
	color:#ef4135;
    align-items: baseline;
	text-align:right;
}

.product-item .special-price .price, 
.product-item .minimal-price .price{
	display: block;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.3;
	color:var(--main-color);
	color:#ef4135;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
	
}
.product-item .old-price .price{
	margin-bottom: 0;
    font-size: 1.2rem;
	line-height: 1.3;
}
.product-item-actions {
	/* position: absolute; */
	/* top: 10px; */
	/* right: 10px; */

	/* opacity: 0; */
	/* -webkit-transform: translateX(20px) translateZ(0); */
	/* transform: translateX(20px) translateZ(0); */

	/* z-index: 2; */
	/* display: flex; */
	/* flex-direction: column; */
	/* background: #FFF; */
	/* box-shadow: 1px 1px 1px rgba(0,0,0,.1); */
	/* transition: all .3s ease; */
}
.product-item-info-image-container{
	position:relative;
}
.product-item-info-image-container button.action.primary.tocart {
    position: absolute;
    bottom: 10px;
    right: 50%;
    width: 45px;
    opacity: 1;
    z-index: 2;
    background-color: var(--blue);
    height: 45px;
    padding: 8px;
    border-radius: 10px;
	margin-right:5px;
}
.product-item-info-image-container button.action.primary.tocart:hover {
	background-color:var(--orange);
}
.product-item-info-image-container button.action.primary.tocart:hover .stacked-image{
	opacity:1;
}
.product-item-info-image-container .action.tocompare {
	/* position: absolute; */
    left: 10px;
    /* bottom: 10px; */
	/* z-index:2; */
	/* background-color:#d9d9d9; */
	/* border-radius:10px; */
	/* margin-left:5px; */
	/* color:var(--blue); */
	/* transition:background-color 0.3s linear; */
}
.product-item-info-image-container .action.tocompare:hover {
	/* background-color:var(--blue); */
}
.product-item-info-image-container .action.tocompare::before {
	transition:color 0.3s linear;
}
.product-item-info-image-container .action.tocompare:hover::before {
	color:#fff;
}
.product-item-info-image-container .action.towishlist {  
    position: absolute;
    top: 0;
    left: 10px;
	z-index:2;
	color:var(--orange);
}
.product-item-actions .actions-secondary{
	display: flex;
	flex-direction: column;
}
.product-item:hover .product-item-actions {
	/* opacity: 1; */
	/* -webkit-transform: translateY(0) translateZ(0); */
	/* transform: translateY(0) translateZ(0); */
}

.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before{
	font-size: 20px;
	transition: opacity .15s ease;
	content: "\f08a";
	font-family: 'FontAwesome';
	display: block;
	line-height: 45px;
	color:var(--orange);
	/* transition:color 0.3s linear; */
}

.product-items .action.tocompare::before,
.products.list.items .action.tocompare::before,
.table-comparison .action.tocompare::before {
	font-size: 20px;
	transition: opacity .15s ease;
	content: "\f122";
	font-family: woodmart-font;
	display: block;
	line-height: 45px;
	color:var(--orange);
}


.product-items .action.towishlist:hover::before,
.products.list.items .action.towishlist:hover::before,
.table-comparison .action.towishlist:hover::before{
	content:"\f004";
	color:var(--orange);
}

.product-items .action.tocompare:hover,
.products.list.items .action.tocompare:hover,
.table-comparison .action.tocompare:hover{
	color:var(--main-color);
}

.product-item-actions .actions-primary .primary{
}
.product-item-actions .actions-primary .primary:hover{
}
.product-item-actions .actions-primary .primary::before{

}
.product-item-actions .actions-primary .primary span{
}

.product-item-actions .actions-secondary > .action{
	width:45px;
	height:45px;
}

.nav-sections{
	border:1px solid rgb(232, 232, 232);
	border-right: 0;
	border-left: 0;
}

#switcher-language-trigger{
}

#reviews[aria-hidden="false"]{
	display: flex !important;
	margin: 0 -10px;
	padding: 0;
}
#reviews > div{
	flex:1;
	padding: 0 10px;

}

.footer {
	/* font-size: 14px ; */
	/* color:#727272; */
}
.footer h5{
	margin-bottom: 20px;
	/* color: #2d2a2a; */
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.page-layout-2columns-left .sidebar-main{
	width:100%;
	float: none;
}

.sorter-label,
#toolbar-amount{
	display: none;
}

.toolbar.toolbar-products{
	display: flex;
	justify-content: flex-end;
	padding: 3px 0;
}

.page-title{
	text-align: center;
    color: var(--blue);
    font-weight: normal;
}
.products-grid .product-item{
	/* width: auto !important; */
	/* margin: 0 0 20px 0; */
	/* padding: 0 15px !important; */
}
.modes-mode{
	border:0;
	margin: 0 4px;
	padding: 0px 0px;
}
.modes-mode::before{
	font-size: 34px;
	color: #ccc;
}
.modes-mode:not(.active):hover,
.modes-mode.active::before,
.modes-mode:hover::before{
	color: #2d2a2a;
	background: transparent;
}
.modes-mode:last-child {
	border-right: 0;
}
.page-products .toolbar .limiter{
	display: flex;
	align-items: center;
}
.page-products .toolbar .limiter .label{
	margin-bottom: 0;
	display: inline-block;
	margin-right: 0;
	color: #2d2a2a;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
}
.products.wrapper ~ .toolbar .limiter{
	display: none;
}
.products.wrapper ~ .toolbar.toolbar-products{
	justify-content: center;
}
.limiter-text{
	display: none;
}
.limiter-options,
.sorter-options{
	margin-right: 0;
	border: 0;
	border-bottom: 2px solid #8E8E8E;
}

.sorter{
	padding: 0;
	align-items: center;
	display: flex;
}
.pages .item{
	min-width: 32px;
	height: 32px;
	padding: 0;
	transition: all .2s ease;
	font-size: 14px;
	line-height: 32px;
	font-weight: 600;
	box-sizing: content-box;
}
.pages strong.page{
	line-height: 32px;
	color: #fff;
	font-size: 14px;
}
li.item.current{
	background: #002559;
	line-height: 32px;
	font-size: 14px;
}
.pages a.page{
	line-height: 32px;
	font-size: 14px;
	color:var(--blue);
	display: block;
}
.pages a.page:hover{
	background-color:var(--blue);
	color:#fff;
}
.pages .action{
	color:#2d2a2a;
	border: 0;
}
.pages .action.next{
	margin-left: 0px;
}
.pages .action.next:before{
}
.pages .action.next:hover:before{

}
.filter-title,
.filter-subtitle{
	display:none;
}
.filter-current .filter-label,
.filter-options .filter-options-title {
	padding-bottom: 4px;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}
.filter-current .filter-label::before,
.filter-options .filter-options-title::before {
    content: "";
    width: 40px;
    background-color: var(--orange);
    height: 2px;
    bottom: 0;
    position: absolute;
}
.filter-options .count {
	padding-right: 5px;
	padding-left: 5px;
	min-width: 30px;
	height: 20px;
	border: 1px solid;
	border-radius: 35px;
	color: #666;
	background-color:#fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease;
	float: right;
}
.filter-options .count:after, 
.filter-options .count:before{
	display: none;
}
.filter-options .filter-options-content .item a{
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-options .filter-options-content .item a:hover{
    color: var(--orange);
}
.filter-options .filter-options-content .item a:hover .count{
	background-color:var(--main-color);
	border-color:var(--main-color);
	color:#fff;
}
.filter-options-content{
	margin-bottom: 30px;
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(129,129,129,.2);
}

.filter-options-content .swatch-option{
	border:0;
	width:60px;
	height:30px;
	margin:0 5px 5px 0;
}
.product-item-frame {
	/* position: absolute; */
	/* top: -15px; */
	/* right: -15px; */
	/* bottom: 0; */
	/* left: -15px; */
	/* visibility: hidden; */
	/* background-color: #FFF; */
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .15); */
	/* opacity: 0; */
	/* -webkit-transform: scale(.98); */
	/* transform: scale(.98); */
	/* z-index: 1; */
}
.product-item-info:hover .product-item-frame {
	/* visibility: visible; */
	/* opacity: 1; */
	/* transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease; */
	/* transition: opacity .3s ease, visibility 0s ease, transform .3s ease; */
	/* transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .3s ease; */
	/* -webkit-transform: scale(1); */
	/* transform: scale(1); */
}
.product-item-info{
	width:100% !important;
	position: relative;
}

.product-cat-list .product-item-details{
	position: relative;
	z-index: 2;
	
}
.product-item-details{
	padding:0 30px;
	text-align:left;
	color:var(--blue);
}
a.product.photo.product-item-photo{
	display: block;
}

a.product.photo.product-item-photo,
.product-cat-list .product-item-details {
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	position: relative;
	z-index: 2;
}
.product-item-info:hover a.product.photo.product-item-photo,
.product-cat-list .product-item-info:hover .product-item-details {

	/* -webkit-transform: translateY(-5px) translateZ(0); */
	/* transform: translateY(-5px) translateZ(0); */
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after{
	display: none;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown{
	margin-top:0;
	width:100%;
	padding: 10px 0;
	box-shadow:0 0 3px rgba(0,0,0,.15);
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;
	transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
	transition: opacity .2s ease,visibility .2s ease,transform .2s ease,-webkit-transform .2s ease;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown{
	visibility: visible;
	opacity: 1;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a{
	padding: 8px 18px;
	color: #777;
}

.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover{
	background-color: #F9F9F9;
	color: #777;
}
.product-cat-list .product-item .product-item-actions{
	bottom: 0;
	left: 15px;
	right: 15px;
	display: flex;
	flex-direction: row;
	top: auto;
	box-shadow: none;
	margin: 0;
	transform: translateX(0) translateY(20px) translateZ(0);
}
.product-cat-list .product-item .product-item-actions{
	transform: translateX(0) translateY(0px) translateZ(0);
}
.product-cat-list .product-item .actions-primary{
	flex:1;
}
.product-cat-list .product-item .actions-secondary{
	flex:2;
	flex-direction: row;
	justify-content: space-evenly;
	border-left: 1px solid rgba(187, 187, 187, 0.2);
}

.product-cat-list .product-item-inner{
	display:none;
	padding-bottom: 45px;
	position: absolute;
	top: calc(100% - 5px);
	right: -15px;
	left: -15px;
	visibility: hidden;
	padding: 0 15px 35px;
	opacity: 0;
	background: #fff;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .15);
	font-size: 14px;
	margin: 5px 0;
}
.product-cat-list .product-item-info:hover .product-item-inner{
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease,visibility 0s ease;
}

.product-cat-list .product-item-actions .actions-secondary > .action{
	flex:1;
}
.product-cat-list .product-item-actions .actions-secondary > .action + .action{
	border-left: 0px solid rgba(187, 187, 187, 0.2);
}


.product-gallery .product-labels,
.product-item .product-labels{
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	max-width: 50%;
	transition: opacity .3s ease;
	top: 35px;
	right: 7px;
}

.product-gallery .product-labels .product-label,
.product-item .product-labels .product-label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	min-height: 42px;
	border-radius: 35px;
	font-size: 14px;
	min-width: 42px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
	letter-spacing: .4px;
	font-weight: 600;
	line-height: 1.2;
	background-color: #83b735;
	/* amea */
	background-color:rgb(79, 125, 20);
}
.widget-product-carousel .product-item .product-labels {
	right:15px;
}
.five-banners-title{
	font-size: 26px;
	color: #2d2a2a;
	font-weight: 600;
	line-height: 1.4;
}
.five-banners-subtitle{
	color: #989898;
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: .3px;
}
.five-banners-description{
	font-size: 110%;
	color: #777;
}

.five-banner-imgs .col-12 {
	margin-bottom: 26px;
}
.five-banner-imgs img{
	box-shadow: 1px 1px 2px rgba(0,0,0,.12);
	transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);
	transition: transform .5s cubic-bezier(0,0,.44,1.18);
	transition: transform .5s cubic-bezier(0,0,.44,1.18),-webkit-transform .5s cubic-bezier(0,0,.44,1.18);
}
.five-banner-imgs img:hover{
	transform: scale(1.1);
}

.title-subtitle {
	line-height: 26px;
	font-size: 16px;
	color: rgba(255,255,255,.8);
}.title-subtitle {
	 margin-bottom: 10px;
	 letter-spacing: .3px;
 }
 .woodmart-slide-container{
	 position: relative;
	 color:#fff;
 }
.woodmart-slide-container::before{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:50%;
	transform: translateX(-52%);
	width: 100vw;
	background: var(--main-color);
}

.woodmart-title-container {
    line-height: 64px;
    font-size: 54px;
    font-weight: bold;
}
.info-box-wrapper.inline-element {
    max-width: 100%;
}

.inline-element:not(:last-child) {
    margin-right: 15px;
}
.inline-element {
    display: inline-block;
    vertical-align: middle;
}
.woodmart-info-box {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	margin-bottom: 35px;
	margin-right: 18px!important;
	margin-bottom: 25px!important;
}
.woodmart-info-box .info-box-content {
	position: relative;
	flex: 1 1 auto;
}
.info-box-title {
	line-height: 26px;
	font-size: 16px;
	border-color: rgba(255,255,255,.15);
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}
.info-box-inner {
	 line-height: 26px;
	 font-size: 16px;
 }
.woodmart-text-block {
	  font-size: 32px;
	  line-height: 32px;
  }.woodmart-text-block-wrapper.text-left .woodmart-title-container {
	   margin-right: auto;
   }.font-text, .menu-item-register .create-account-link, .menu-label, .widgetarea-mobile .widget_currency_sel_widget .widget-title, .widgetarea-mobile .widget_icl_lang_sel_widget .widget-title, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title, .woodmart-more-desc table th, .product-image-summary .shop_attributes th, .woocommerce-product-details__short-description table th {
		font-family: Lato,Arial,Helvetica,sans-serif;
	}
	
	
	.cms-home .page-title{
		display:none;
	}
	
	.ammenu-menu-wrapper.-desktop{
		background-color:#fff !important;
		
	}
	.woodmart-title-color-default .subtitle-style-default {
    color: #989898;
}.woodmart-title-size-medium .woodmart-title-container {
    font-size: 22px;
}.woodmart-title-size-medium .title-after_title {
    font-size: 14px;
}

.woodmart-post-date {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0,0,0,.1);
    color: #333;
    text-align: center;
    line-height: 1;
}
.woodmart-post-date .post-date-day {
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 24px;
	display:block;
}
.woodmart-post-date .post-date-month {
	display:block;
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 12px;
}
.entry-thumbnail{
	margin-bottom:0;
}
.blog-post-loop .article-body-container {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: #FFF;
    text-align: center;
}
.blog-style-shadow .article-body-container {
}
.meta-categories-wrapp {
    position: absolute;
    top: -13px;
    right: 15px;
    left: 15px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
.meta-post-categories {
    display: inline-block;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    color: #FFF;
    line-height: 25px;
	background-color:var(--main-color);
}
.meta-post-categories a {
    display: inline-block;
    color: #FFF;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 12px;
	
}
.blog-design-masonry .entry-title {
    font-size: 20px;
}


.blog-post-loop .entry-title a {
    display: block;
    color: inherit;
}
.woodmart-entry-meta {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0;
}
.entry-meta-list li.modified-date, .entry-meta-list li:last-child {
    margin-right: 0;
}

.entry-meta-list li {
    display: inline-block;
    margin-right: 10px;
    color: #A4A4A4;
    vertical-align: middle;
}
.woodmart-entry-meta .meta-author {
    vertical-align: top;
    font-size: 14px;
}
.hovered-social-icons {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    color: #A4A4A4;
    vertical-align: middle;
    font-size: 0;
    transition: all .25s ease;
}
.blog-post-loop .woodmart-entry-content .read-more-section {
    margin-bottom: 0;
    line-height: 1;
}
.blog-post-loop .woodmart-entry-content .read-more-section a{
	color:var(--main-color);
}

.blog-design-masonry.blog-style-shadow .article-inner {
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    transition: box-shadow .35s ease;
}
.blog-design-masonry.blog-style-shadow:hover .article-inner {
    box-shadow: 0 0 9px rgba(0,0,0,.2);
}
.footer.content{
	border-top-width:0;
}
.page-footer {	
	background:url('../images/footer_right_bg_fix.png') bottom right, url('../images/footer_left_bg_fix.png') top left; 
	background-color:var(--main-color);
    background-repeat: no-repeat;
    background-size: contain;
	
	color:#fff;
	border-top:10px solid #f78721;
	border-bottom:10px solid #f78721;
	/* margin-top:40px; */
}
.page-footer a{
	color:#fff;
}
.btn.btn-secondary{
	padding: 8px 20px;
    border: 2px solid var(--orange);
	background-color:var(--orange);
	color:#fff;
    border-radius: 5px;            
    text-transform: uppercase;
    text-shadow: none;        
    cursor: pointer;
	transition:color 0.3s linear, background-color 0.3s linear;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active
{
	color:var(--orange);
	background-color:#fff;
}
.btn.btn-close{
    font-size: 19px;
    font-weight: 100;
    padding: 8px;
    width: auto;
    height: 36px;
    position: relative;
    min-width: none;
    text-align: right;
    line-height: 16px;
}
.topmenu-header .btn-close .close-icon{
	display:inline-block;
	width:25px;
}
.close-icon::after,
.close-icon::before{
	content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 19px;
    transform: rotate(45deg) translate3d(-50%, -50%, 0);
    background-color: currentColor;
    transform-origin: left;

}
.close-icon::after{
    transform: rotate(135deg) translate3d(-50%, -50%, 0);
}
.topmenu-header img{
	max-width:calc(100% - 1rem -46px )
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  box-sizing:border-box;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.footer-bottom_list div[data-content-type='text']{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:0;
	font-size:16px;
}
.footer-bottom_list div[data-content-type='text'] > *{
	margin:.5rem;
}
@media screen and (min-width:992px){	
	.text-md-right{
		text-align:right;
	}
	.text-md-left{
		text-align:left;
	}
}
.step-title,
.header-series,
.line-heading{
	position:relative;
	display:flex;
	align-items:center;
	font-weight:bold;
	color:var(--blue);
}
.step-title::before,
.header-series::before,
.line-heading::before{
	content:'';
	width:20%;
	height:1px;
	background-color:var(--orange);
	margin-right:20px;
}
.slick-slider .slick-arrow{
	background:none !important;
	width:60px;
}
.slick-slider .slick-arrow.slick-prev{
	transform:none;
}
.slick-prev:before, 
.slick-next:before{
	content:'';
    background-color: var(--orange);
    width: 60px;
    height: 60px;
    display: block;
    box-sizing: border-box;
    background-size: 36px;
    border-radius: 50%;
    background-repeat: no-repeat;
	border:10px solid var(--orange);
	transition:border-color 0.3s linear, background-color 0.3s linear;
}
.slick-prev:before{
	background-image:url('../images/chevron_left.png');
    background-position: left center;
}
.slick-next:before{
	background-image:url('../images/chevron_right.png');
    background-position: right center;
}
.slick-prev:hover::before, 
.slick-next:hover::before{
	background-color:var(--blue);
	border-color:var(--blue);
}
.pagebuilder-column figure img{
	display:inline-block;
}
.flex-row{
	flex-direction:row !important;
}
.flex-wrap{
	flex-wrap:wrap;
}
div[data-content-type='tabs'] {
    border: 2px solid var(--blue);
    border-radius: 10px;
    padding: 15px;
}
div[data-content-type='tabs'] .ui-tabs-nav{
	text-align:center;
}
div[data-content-type='tabs'] .tabs-navigation{
	margin-bottom:40px !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header{
    background-color: transparent;
    border: 0;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child{
	border-right:0;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
    color: var(--blue);
    font-size: 1.4rem;
    padding: 1rem 2rem;
	border-radius:1rem;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title{
	background-color:var(--orange);
	color:#fff;
}
div[data-content-type='tabs'] .tabs-content{
	border-width:0 !important;
}
[data-content-type='products'][data-appearance='carousel'] .slick-slide.slick-active .product-item{
	opacity:1;
	max-width:none;
}
.slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus, .slick-prev:not(.primary), .slick-next:not(.primary){
	background-color:transparent;
}

.product-item .product-item-info .product-item-photo{
    display: block;
    margin: 0 10px;
    border: 0px solid var(--orange);
    border-radius: 10px;
    padding-block-start: 4px;
	box-shadow:none;
	text-align:center;
}
.back-to-top {
  --size: 50px;
  --space-md: 2rem;
  --z-index-fixed-element:10;
  width: var(--size);
  height: var(--size);
  display: flex;
  position: fixed;
  right: var(--space-md);
  bottom: 100px;
  z-index: var(--z-index-fixed-element, 10);
  border-radius: 50%;
  background-color: var(--orange);
  transition: 0.2s;
}
.back-to-top:hover {
  background-color: var(--blue);
}
.back-to-top .icon {
  --size: 20px;
  display: block;
  margin: auto;
  color: #fff;
  width:35px;
}

.back-to-top {
  visibility: hidden;
  opacity: 0;
}

.back-to-top--is-visible {
  visibility: visible;
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
    top: 40%;
    right: 0;
    background-color: var(--orange);
    background-image: url('../images/chevron_right.png');
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-carousel .owl-nav button.owl-next:hover{
	background-color:var(--blue);
}
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
    top: 40%;
    left: 0;
    background-color: var(--orange);
    background-image: url('../images/chevron_left.png');
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-carousel .owl-nav button.owl-prev:hover{
	background-color:var(--blue); 
}
.product-images-carousel .owl-nav button > span{
	opacity:0;
}
.product-images-carousel .owl-nav button:after{
	display:none;
}
span.new-label {
    color: #ff3434;
	font-weight:bold;
}
.checkout-container.wholesale-checkout .select-document-type{
	display:none !important;
}
.checkout-container.wholesale-checkout .receipt-step-title{
	display:none !important;
}
.special-price-wholesale-container{
	width:100%;
}
.special-price-wholesale-container .price-label{
	display:inline !important;
	color:#002559 !important;
	font-weight: 600;
	font-size: 14px;
}
.special-price-wholesale-container > *{
	width:100% !important;
}
.special-price-wholesale{
	text-decoration:none;
}
.special-price-wholesale.old-price{
	margin-bottom:10px;
}
.special-price-wholesale .price-label{ 
}
.special-price-wholesale.old-price .price-wrapper {
	/* text-decoration:line-through; */
}
.ampromo-items-add,
.ampromo-overlay{
	display:none;
}
.snize-price-list{
	display:none;
}
.dynamic-compatibility .item{
	border:1px solid #e4eaf0;
    width: 100% ;
    margin-bottom: 10px; 
	font-size:16px;
}

.dynamic-compatibility .compatibility-main-model{
    color: var(--blue);
    background: #e4eaf0;
	padding:8px 10px;
}
.dynamic-compatibility .compatibility-models{
	padding:8px 10px;
}
.dynamic-compatibility .compatibility-model{
	border-bottom:1px solid #e4eaf0;
	color:var(--blue);
}
.dynamic-compatibility .compatibility-model:last-child{
	border-bottom:0;
}
@media (min-width:500px){
	.dynamic-compatibility .item{
		width: calc( 50% - 10px );
	}
}
@media (min-width:768px){
	.dynamic-compatibility .item{
		width: calc( (100% /3) - 10px );
	}
}
@media (min-width:1200px){
	.dynamic-compatibility .item{
		width: calc( (100% / 4) - 10px );
	}
}