@import "reset.css";
@import "normalize.css";
@import "framework.css";
@import "components/accordion.css";
@import "components/buttons/buttons-2.css";
@import "components/inputs/inputs-2.css";
@import "components/header.css";
@import "components/cookie.css";
@import "components/alerts/alerts-2.css";

.editor-area h2 {
    font-weight:700;
    font-size:1.6rem
}

.checkout-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

/*MAIN*/


/*
.checkbox label:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid;
    border-left: 2px solid;
}
*/

body {
	color: #000;
    font-size: 13px;
    line-height: 1.618em;
}



html {font-size: 87.5%;} /*14px*/

body {
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}

h1, h2, h3, h4, h5 {
  color: #000;
  /* margin: 3rem 0 1.38rem; */
  font-weight: 300;
  /* line-height: 1.3; */
}

/* COMMON */

.form__title {
	/* text-transform: uppercase; */
	font-weight: 300;
	font-size: 26px;
}

.show-password svg:last-child {
	display: none
}

.show-password.active svg:first-child{
	display: none
}

.show-password.active svg:last-child {
	display: inline-block
}


a {
	color: #000;
}

h4 {
	font-weight: 700
}

.h1-title {
	font-weight: 700;
	font-size: 1.2rem
}

.col-title {
	font-size: 1.6rem;
	margin-bottom: 15px;
	color: #000;
}

.col-info {
	margin-bottom: 15px;
}



.page-title {
	font-size: 26px;
	text-align: left;
	color: #000;
	padding: 26px 0;
    font-weight: 600
}

.social-links a svg, .social-links a svg path {
	fill: #fff
}

.shipping-links--mod {
	margin-top: -20px;
}

.shipping-links a svg, .shipping-links a svg path {
	width: 60px;
    height: 50px;
}


.cart-crumbs {
	position: relative;
	margin: 15px 0;
}

.cart-crumbs::before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	z-index: 0;
	border-bottom: 1px solid #000;
}

.cart-crumbs__item {
	background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 30px;
}

.cart-crumbs__item > * {
	display: inline-block;
	font-weight: 700;
	opacity: 0.5
}

.cart-crumbs__item.active > * {
	opacity: 1
}

.cart-crumbs__point {
	background-color: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
}

.cart-crumbs__title {
	text-transform: uppercase
}

.cart-crumbs__item svg {
	margin-top: 7px
}


.demotage-iframe {
	width: 100%;
	min-height: 60vh;
	max-height: 80vh;
}


/* ORDER DETAILS */

.order-table .item-img {
	width: 70px;
}

.order-table .item-img  img{
	width: 100%;
	height: auto
}

.no-line {
	border-bottom: none !important;
}

.order-table td, .order-table th {
	padding: 10px 5px;
}

.table-striped tr:nth-child(2n+2){
	background-color: #f9f9f9;
}




/* SIDEBAR */


.sidebar__title {
	text-transform: uppercase;
	margin-bottom: 15px;
}

/*
.sidebar__item.has-child {
	position: relative
}

.sidebar__item.has-child:before {
    display: block;
    position: absolute;
    content: "";
    top: 22px;
    right: 7px;
    width: 10px;
    height: 2px;
    background: #000;
    border-radius: 0;
}

.sidebar__item.has-child:after {
    display: block;
    position: absolute;
    content: "";
    top: 18px;
    right: 11px;
    width: 2px;
    height: 10px;
    background: #000;
    border-radius: 3px;
}

.sidebar__item.has-child.active:after {
	display: none !important
}

.sidebar__item.has-child.active {
	display: block
}
*/

.sidebar {
	background-color: #f9fafb;
	padding: 20px;
	overflow: auto;
}

.sidebar a {
	font-weight: 400;
	text-decoration: none;
	display: block
}

.sidebar__total {
	opacity: 0.3
}

.sidebar .active > a{
	font-weight: 700
}

.sidebar__item > a {
	padding: 10px 0;
	border-bottom: 1px solid #ddd
}

.sidebar__item span {
	padding-right: 5px;
}

.sidebar__item a:hover {
	font-weight: 700
}

.sidebar__item ul {
	display: none
}

.sidebar__item.active > ul {
	display: block
}

.sidebar__item.has-dropdown > a {
	position: relative
}

.sidebar__item.has-dropdown > ul {
	display: none
}

.sidebar__item.has-dropdown.active > ul {
	display: block
}

.sidebar__item.has-dropdown > a::before,
.sidebar__item.has-dropdown > a::after {
	position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #555;
    top: 19px;
    right: 0;
}

.sidebar__item.has-dropdown > a::before {
	transform: rotate(45deg);
    right: 6px;
}

.sidebar__item.has-dropdown > a::after {
	transform: rotate(-45deg);
}

.sidebar__item.has-dropdown.active > a::before {
	transform: rotate(-45deg);
    right: 6px;
}

.sidebar__item.has-dropdown.active > a::after {
	transform: rotate(45deg);
}

.sidebar__item.has-dropdown > ul > li > a {
	padding-left: 30px;
}

/* FILTERS */


.filters .has-dropdown .dropdown {
	display: none
}

.filters > li {
	display: inline-block
}

.filters .has-dropdown {
	display: inline-block;
	padding: 3px 10px;
	margin-right: 5px;
	background-color: #000;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

.filters .has-dropdown:hover {
	background-color: #333
}

.filters .has-dropdown.active .dropdown {
	display: block
}



.filters * {
    font-size: 13px;
}

.filters .has-dropdown > span {
	position: relative;
	color: #fff;
	padding-right: 20px
}

.filters li {
	padding: 3px 0;
	margin-bottom: 10px
}

.filters .has-dropdown > span::before,
.filters .has-dropdown > span::after {
	position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    background: #fff;
    top: 8px;
    right: 0;
}

.filters .has-dropdown > span::before {
    transform: rotate(45deg);
    right: 4px;
}

.filters .has-dropdown > span::after {
	transform: rotate(-45deg);
}

.filters .has-dropdown.active > span::before {
	transform: rotate(-45deg);
    right: 4px;
}

.filters .has-dropdown.active > span::after {
	transform: rotate(45deg);
}

.dropdown {
    position: absolute;
    width: 220px;
    padding: 15px;
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    left: 0px;
    top: 41px;
    z-index: 20;
}

.dropdown ul {
	max-height: 200px;
    overflow-y: auto
}

/* PRODUCTS */

.products-view a {
	text-decoration: none;
	opacity: 0.3;
	position: relative;
	top: 4px;
    left: 10px;
}

.products-view a.active {
	opacity: 1
}



.inventory-tag {
	position: relative;
	display: inline-block
}

.inventory-tag .inventory-total {
	position: absolute;
    font-weight: 700;
    left: 22px;
    top: 10px;
    font-size: 16px;
    color: #ff7171
}


.product-loop-item--grid  input[type="number"], [compare] input[type="number"] {
	display: none
}


.product-loop-item--table {
	position: relative
}

.shop-loop-table * {
	font-size: 0.8rem
}

.shop-loop-table .product-single__vpe, .product-loop-item--grid .product-single__vpe {
	display: none
}

.shop-loop-table .product-variant {
	font-size: 0.7rem;
	margin-bottom: 0;
	text-align: left;
	display: block
}

.in-the-cart {
	background-color: #ddf7dd !important
}

.product-loop-item--table__image {
	width: 45px;
	height: 45px;
	position: relative;
/* 	height: 0; */
/* 	padding-bottom: 100%; */
	display: block;
}

.product-loop-item--table__image img:not(.hidden-image){
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-loop-item--table__image .hidden-image {
	z-index: -5;
	opacity: 0;
	position: absolute;
	left: -15px;
	bottom: 0;
	border: 1px solid #c9c9c9;
	width: 300px;
	height: auto;
}

.product-loop-item--table.hidden {
	display: none
}

.product-loop-item--table:not(.hidden):nth-child(2) .product-loop-item--table__image .hidden-image,
.product-loop-item--table:not(.hidden):nth-child(3) .product-loop-item--table__image .hidden-image,
.product-loop-item--table:not(.hidden):nth-child(4) .product-loop-item--table__image .hidden-image {
	bottom: inherit;
	top: auto
}

.product-loop-item--table__image:hover .hidden-image {
	opacity: 1 !important;
	z-index: 50
}

.product-loop-item--table [product-comment]{
	position: absolute;
    opacity: 0;
    bottom: 50%;
    right: 140px;
    max-width: 310px;
    background-color: #fff;
    margin-bottom: -20px;
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}

.product-loop-item--table:hover [product-comment]{
	opacity: 1
}

.product-loop-item--table .show-variants-button span,
.product-loop-item--table .add-to-cart span{
	display: none !important
}

.product-loop-item--table .show-variants-button svg,
.product-loop-item--table .add-to-cart svg {
	display: block !important
}

.product-loop-item--table .show-variants-button,
.product-loop-item--table .add-to-cart{
    padding: 6px 10px;
    margin-left: 5px
}

.product-variant {
	text-align: center;
	margin-bottom: 30px
}

.product-variant .button{
	padding-top: 7px
}

.product-variant__image {
	height: 80px
}

.product-variant__image img {
	height: 100%;
	width: auto;
}

.products .add-to-cart, .products .coming-soon-button {
	display: block
}

/* .add-to-cart svg {
	display: none
} */



.show-variants-button svg {
	display: none
}

.product-item .additional-actions:not(.active){
	opacity: 0;
	width: 0;
	padding: 0;
	transition: all 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}

.product-item:hover .additional-actions, .product-item .additional-actions.active{
	opacity: 1;
	width: 12.5%;
	padding: 0 15px;
}

/*
.product__actions {
	padding-right: 30px !important
}
*/

.additional-product {
	position: relative
}

.additional-product img {
	display:none;
	position: absolute;
	left: -155px;
	bottom: -10px;
/* 	transition: all 0.4s cubic-bezier(0.77,0.2,0.05,1.0); */
	border: 1px solid #c9c9c9;
	background-color: #fff
}

.additional-product__inventory {
	position: absolute;
    bottom: -6px;
    font-size: 10px;
    left: 45px;
}

.additional-product:hover img {
	z-index: 1;
	display: block
}

.product-item {
	text-align: center;
	position: relative;
}

.product-single__gallery {
	position: relative;
    height: 630px;
}

.product-item__sale-tag {
	position: absolute;
	background-size: 100%;
	background-image: url('../img/sale_tag.png');
	background-repeat: no-repeat;
	height: 60px;
	display: block;
	width: 210px;
	text-align: left;
	line-height: 60px;
	font-size: 18px;
	color: #a00000;
	z-index:80
}
.product-item__image a {
	/* height: 0;
	padding-bottom: 100% !important;
	overflow: hidden;
	margin-bottom: 5px */
    height: 340px;
    margin-bottom: 5px;
    display: block;
}

.product-item__brand {
	font-weight: 700;
}

.product-item__title {
	padding-top: 0
}

.product-item__title {
	font-size: 13px /* 18px */;
}

.product-item__subtitle {
	font-size: 13px;
}

.product-price__old-price {
	font-size: 13px;
}

.old-price {
    text-decoration: line-through;
    color: #95a5a9 /* #b7c5cf */;
    text-decoration-color: #95a5a9 /* #5E7A8F */;
    margin-right: 8px;
    text-decoration-thickness: 0px;
    font-weight: 100;
}

.product-price__discount {
	color: #95a5a9
}


.product-price__new-price, .new-price {
	color: #000 /* 65a138 */;
	font-weight: 500;
}



/* CATERORIES */

.category-item {
	text-align: center;
	margin-bottom: 30px
}

.category-item__image {
	height: 0;
	padding-bottom: 100% !important;
	overflow: hidden;
}

.category-item__image img {
	max-width: 100%;
}

.category-item__title {
	text-transform: uppercase;
    font-size: 18px;
/*     background-color: #777 */ /* #65a138 */;
/*     color: #fff; */
/*     padding: 10px; */
    font-weight: 700;
}

/*
.category-item__title a{
	text-decoration: none;
	color: #fff;
}
*/



/* PRODUCT SINGLE */

.coming-soon-button img{
	height: 24px;
    position: relative;
    top: 6px;
}


.product-single__title {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 16px;
}

.product-single__vpe {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    margin-right: 5px
}

.product-single__brand {
    font-size: 11px;
    /* text-transform: uppercase; */
    color: #b7c5cf;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0px;
    margin-left: 2px;
}

.product-single__brand-image {
	position: absolute;
    right: 15px;
    top: -25px;
}

.product-single__subtitle {
	color: 	#65a139;
}

.product-single__actions a {
	text-decoration: none
}


.add-to-favorites svg {
	display: none
}

.add-to-favorites svg:first-child{
	display: inline
}

.add-to-favorites svg:last-child{
	fill:#72E1FC
}


.add-to-favorites.active svg:first-child, .add-to-favorites:hover svg:first-child {
	display: none;
}

.add-to-favorites.active svg:last-child, .add-to-favorites:hover svg:last-child{
	display: inline;
}


/* COMPARE */

.add-to-compare.active{
	color: #65a138
}

/* CART */


/* .cart-items .cart-item:nth-child(2n+2){
	background-color: #f9f9f9;
}

.cart-item {
	padding: 15px;
    border-bottom: 1px solid #efefef;
	position: relative;
}

.cart-item__delete {
	position: absolute;
	right: 10px;
    top: 9px;
}

.cart-item::after {
	content: "";
	display: block;
	clear: both;
}

.cart-item__title {
	margin-bottom: 15px;
}

.cart-item__image {
	width: 130px;
	float: left;
}

.cart-item__info {
	padding: 15px;
    margin-left: 130px
}

.cart-item__info span.header {
	color: #999;
	margin-right: 10px;
}

.cart-item__price {
	margin-bottom: 10px;
}

.cart-item__qty input {
	max-width: 80px
}



.cart-coupon {
	padding: 15px 0
}









.cart-subtotal {
	background-color: #f9fafb;
	padding: 30px;
}

.cart-subtotal__list {
	display: flex;
	padding: 5px 0
}

.cart-subtotal__list > *{
	flex: 1 0 0%;
}

.cart-subtotal__title {
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: 2px;
	padding: 5px 15px 15px;
}

.cart-subtotal__button .button {
	display: block;
	width: 100%;
}

.cart-subtotal__total {
	margin-bottom: 20px;
}

.cart-subtotal__total-title {
	margin-bottom: 5px;
}

.cart-subtotal__total-price {
} */






/* BANNERS */


/*
.banner {
	text-align: center;
	border: 1px solid #b7c5cf
}

.banner--album {
	height: 0;
	padding-bottom: 60%
}
*/


/* BANNERS */

/*
.banner {
	text-align: center;
}

.banner--wide {
    padding: 2rem 0;
    background-color: aquamarine;
    margin-bottom: 30px;
}

.banner--album {
	height: 0;
	padding-bottom: 60%
}

.banner__subtitle {
	text-transform: uppercase;
	letter-spacing: 2px;
}
*/


/* homepage */


.banners-grid {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    margin-bottom: 30px;
}

.banners-grid--65-35 {
	-ms-grid-columns: calc(65% - 30px) 35%;
    grid-template-columns: calc(65% - 30px) 35%;
}

.banners-grid--50-50 {
	-ms-grid-columns: calc(50% - 30px) 50%;
    grid-template-columns: calc(50% - 30px) 50%;
}

.banners-grid--100 {
	grid-template-columns: 100%
}

.banners-grid--100 .banners-grid__item {
	min-height: 150px
}

.banners-grid--65-35 .banners-grid__item:first-child {
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
}

.banners-grid__item {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    min-height: 260px;
    color: #fff;
	font-weight: 700;
	position: relative
}

.banners-grid__item:not(.no-overlay):before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 2
}

.banners-grid__item .banner {
	position: relative;
	z-index: 5;
	text-align: center
}

.banners-grid--50-50 .banners-grid__item {
	min-height: 320px
}


.banner__sub-title {
	font-weight: 400;
	max-width: 98%;
	margin: 0 auto;
}

.banner__title {
	font-size: 22px;
	text-transform: uppercase
}









/* PRE ORDER */


.preorder-table, .preorder-table * {
	font-size: 12px !important;
}

.preorder-table input {
	font-size: 12px;
	min-width: 40px;
	padding: 5px;
	height: inherit;
	line-height: inherit
}

.preorder-table input:focus {
	border-width: 1px !important
}


/*
.delivery-date { position: relative}

.delivery-date a {
	position: absolute;
}

*/

.delivery-date a svg {
	display: none
}

.delivery-date a:hover svg {
	display: inline-block;
	vertical-align: middle;
    color: #fff;
    margin-left: 5px;
}

/* CAROUSEL */


.my-1 {
    margin:0 auto;
}

/*
.my-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item {
    height:100px;
}
*/

.my-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > h4 {
    margin:0;
}

.my-1 > .owl-carousel > .owl-nav > .owl-prev, .my-1 > .owl-carousel > .owl-nav > .owl-next {
    position:absolute;
    top:50%;
    left:-50px;
    transform:translateY(-50%);
    margin:0;
}

.my-1 > .owl-carousel > .owl-nav > .owl-next {
    left:auto;
    right:-50px;
}

.my-1 > .owl-carousel > .owl-dots {
    display:none;
}

.owl-stage {
	display: flex;
	align-items: center
}


.owl-carousel .owl-item img {
	width: inherit;
	max-width: 80%;
	height: auto;
}


.owl-theme .owl-nav [class*=owl-] {
    width: 26px;
    color: #000 !important;
    padding: 0;
    background-color: transparent !important;
}


.owl-stage-outer {
	padding-left: 30px
}

.my-1 > .owl-carousel > .owl-nav > .owl-prev {
	left: 0
}

.my-1 > .owl-carousel > .owl-nav > .owl-next {
	right: 0
}


/* PAGINATION */

.pagination .per-page select {
	background-color: #f0f4f6;
	color: #000;
	border-color: transparent;
	text-align: center
}

.pagination .page-item {
	margin-bottom: 15px
}

.pagination ul li {
	display: inline-block;
}

.pagination ul li a, .page-item .page-link {
	background-color: #f0f4f6;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	padding: 0 10px;
	text-decoration: none
}

.pagination .text-muted {
	display: none
}

.pagination ul li.active a, .pagination ul li a:hover, .page-item.active .page-link {
	background-color: #000 /* #65a138 */;
	color: #fff;
	text-decoration: none;
	font-weight: 700
}
.pagination ul li:first-child, .pagination ul li:last-child {
	display: none
}

.pagination ul li:last-child .page-link, .pagination ul li:first-child .page-link {
	width: auto;
    min-width: 30px;
    line-height: 26px;
}

/*
.pagination ul li:last-child .page-link:before {
	content: "weiter ";
}
*/

.mobile-header {
	display: none
}

.mobile-header > .container {
    padding: 10px 15px;
}

.apply-filters-trigger {
	display: none !important
}

.mobile-menu-primary {
	display: none
}

.mobile-menu-primary {
	position: fixed;
    left: -260px;
    top: 0;
    z-index: 100;
   	bottom: 0; /* calc(100vh - 60px) */
    width: 240px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    transition: all 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}

.mobile-menu-primary.active {
	left: 0;
    z-index: 9999999999999
}

.mobile-menu-primary .menu-primary {
	padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}

.mobile-menu-primary .menu-primary li a {
	text-decoration: none;
	display: block;
	padding: 5px 0
}

.mobile-filters-trigger {
	display: none;
}

.mobile-filters-trigger a {
	display: block
}

.mobile-menu-cart {
	position: relative;
}

.mobile-menu-cart span {
	position: absolute;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #fff;
    line-height: 15px;
    border-radius: 50%;
    top: -26px;
    right: 18px;
    background-color: #000;
    z-index: 11;
    font-size: 9px;
}

main > .sidebar {
	display: none;
}




.column-date a {
	display: none
}




.play-button-with-note {
    border-radius: 60px;
    height: 40px;
    padding: 3px;
    background-color: #f1f1f1;
    display: block;
    text-decoration: none;
    padding-right: 25px;
    line-height: 1.3;
    text-align: left;
    margin: 0 auto;
    max-width: 250px;
}

.play-button-with-note:hover {
    background-color: #ebebeb
}

.play-button-with-note__circle {
    display: block;
    background-color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    margin-right: 10px;
    float: left;
    position: relative
}

.play-button-with-note__icon {
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #000;
    cursor: pointer;
    will-change: border-width;
    transition: all 0.2s ease;
    position: absolute;
    left: 13px;
    top: 11px;
}

.play-button-with-note__text-header {
    font-size: 12px
}

.play-button-with-note__text-note {
    display: block;
    font-size: 10px;
    font-style: italic;
    line-height: 5px;
    color: #333;
    font-weight: 400;
}




@media(max-width: 1199px){

	.col-md-20 {
		width: 20%;
	}

	.col-md-35 {
		width: 35%;
	}

	.col-lg-50 {
		width: 50%;
	}

	.col-md-60 {
		width: 60%;
	}

	.col-md-65 {
		width: 65%;
	}

}

@media(max-width:767px) {

    .product-single__gallery {
        height: 320px;
    }

	.show-variants-button {
		padding-top:7px
	}
	.switch-lang {
        position: absolute !important;
		right: 12px;
		top: 53px;
		margin: 0;
	}

	.selecting-lang span {
		display: none
	}

	.products .add-to-cart, .products .coming-soon-button {
		display: inline-block
	}

	.show-variants-button span {
		display: none
	}

	.show-variants-button svg {
		display: block
	}

	.mobile-menu-search {
		position: absolute;
		right: 50px;
	    z-index: 1;
	    top: 3px;
	}

	.mobile-search {
		position: absolute;
	    height: 50px;
	    background-color: #fff;
	    left: 0;
	    right: 0;
	    top: -60px;
	    z-index: 3;
	    transition: all 0.2s ease-in-out;
	    box-shadow: 0 0 10px rgba(0,0,0,0.2)
	}

	.mobile-search .search__dropdown {
		max-height: 300px;
		overflow: auto
	}

	.mobile-search input {
		display: inline-block;
		width: calc(100% - 80px);
		border: none !important;
		padding: 5px 0 5px 15px;
	}

	.mobile-search button[type="submit"] {
		border-right: 1px solid #ececec;
	}

	.mobile-search button[type="submit"] svg{
		width: 20px;
	    height: 20px;
	    position: relative;
	    top: 3px;
	    right: 6px;
	}

/*
	.mobile-search button svg {
		fill:#999;
	}
*/

	.mobile-search button {
		display: inline-block;
		width: 34px;
		height: 50px;
		padding: 0
	}



	.mobile-search.active {
		top:0px;
	}










	.column-id {
		display: none
	}

	.column-date a {
		display: inline
	}

	main > .sidebar {
		display: block
	}

	.search-form {
		position: relative
	}

	.search-form button {
	    position: absolute;
	    right: 4px;
	    top: 9px;
	}

	.mobile-menu-primary {
		display: block
	}

	.mobile-header {
		display: block;
	}

	.mobile-filters-trigger {
		display: block
	}


	ul.filters {
		position: fixed;
	    background-color: #f9fafb;
	    padding: 15px;
	    left: -300px;
	    bottom: 60px;
	    overflow-y: auto;
	    top: 0;
	    z-index: 81;
	    max-width: 250px;
		transition: all 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	ul.filters.active {
		left: 0
	}

	ul.filters li {
		display: block !important;
	}

	.filters .has-dropdown {
		padding: 5px
	}

	.dropdown {
		position: static;
		background-color: transparent;
		width: inherit;
		padding: 0;
		box-shadow: none;
	}

	.dropdown ul {
		margin-top: 25px
	}

	.dropdown button {
		display: none !important;
	}

	.apply-filters-trigger {
		display: block !important
	}



	main {
		padding-top: 15px;
	}


	.sidebar{
		position: fixed;
	    right: -250px;
	    top: 0;
	    z-index: 90;
	    height: calc(100vh - 60px);
	    width: 250px;
	    transition: all 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	.sidebar.active {
		right: 0
	}

	.shop-sidebar .sidebar {
		position: inherit;
		width: auto;
		height: auto
	}

	.page-title {
		font-size: 1.6rem !important;
		padding-top: 0;

	}


	/* 	PRODUCT */


	.products .add-to-cart svg, .related-products .add-to-cart svg {
		display: inline-block;
	}

	.products .add-to-cart > span, .products .coming-soon-button > span, .related-products .add-to-cart > span {
		display: none
	}

	.product-item .additional-actions, .product-item:hover .additional-actions {
		opacity: 1 !important;
		padding: 0 !important;
		padding-right: 10px !important
	}

}

@media(max-width:467px) {

    .checkout-buttons {
        flex-direction: column
    }

	.cart-crumbs {
		display: none
	}

	.cart-item__delete {
		top: 3px
	}

	.banners-grid {
		grid-template-columns: 100%;
	}

	.order-table * {
		font-size: 12px
	}

}




.lazyload, [data-loading="lazyload"] {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.lazyload.animated, [data-loading="lazyload"].animated {
	opacity: 1;
}


 /**
  * Owl Carousel v2.2.1
  * Copyright 2013-2017 David Deutsch
  * Licensed under  ()
  */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 /**
  * Owl Carousel v2.2.1
  * Copyright 2013-2017 David Deutsch
  * Licensed under  ()
  */
 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
