/* FONTS, RESET AND SCROLLBARS
========================================================================================*/
/*#region RESET*/


/* LOCAL FONTS - DISABLE IF USING GOOGLE FONTS OR OTHER ONLINE FONTS
------------------------------------------------------------------------------*/
/*#region*/
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('fonts/roboto-condensed-300.woff2') format('woff2'),
       url('fonts/roboto-condensed-300.woff') format('woff');
}

/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('fonts/roboto-condensed-300italic.woff2') format('woff2'),
       url('fonts/roboto-condensed-300italic.woff') format('woff');
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('fonts/roboto-condensed-regular.woff2') format('woff2'),
       url('fonts/roboto-condensed-regular.woff') format('woff');
}

/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('fonts/roboto-condensed-italic.woff2') format('woff2'),
       url('fonts/roboto-condensed-italic.woff') format('woff');
}

/* roboto-condensed-500 - latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('fonts/roboto-condensed-500.woff2') format('woff2'),
       url('fonts/roboto-condensed-500.woff') format('woff');
}

/* roboto-condensed-600 - latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('fonts/roboto-condensed-600.woff2') format('woff2'),
       url('fonts/roboto-condensed-600.woff') format('woff');
}

/* roboto-condensed-700 - latin */
/*
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('fonts/roboto-condensed-700.woff2') format('woff2'),
       url('fonts/roboto-condensed-700.woff') format('woff');
}
*/

/* roboto-condensed-700italic - latin */
/*
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('fonts/roboto-condensed-700italic.woff2') format('woff2'),
       url('fonts/roboto-condensed-700italic.woff') format('woff');
}
*/

/*#endregion*/


/* RESET
------------------------------------------------------------------------------*/
/*#region*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input:focus{outline:none;}
html{box-sizing:border-box;}*, *:before, *:after{box-sizing:inherit;}
/*#endregion*/


/* WINDOW SCROLLBAR
------------------------------------------------------------------------------*/
/*#region*/
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(63, 79, 95, 0.6) rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

*::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 15px rgba(63, 79, 95, 0.6);
  box-shadow: inset 0 0 15px rgba(63, 79, 95, 0.6);
  border-radius: 6px;
}
/*#endregion*/


/*#endregion RESET*/




/* ROOT VARS AND FONT SIZE
========================================================================================*/
/*#region*/
html,
.editor-html {
  font-size: 15px;
  /* -webkit-font-smoothing: none; */
}


:root {

  --max-width:                 1280px;


  /* HEIGHT AND PADDINGS */
  --top-height:                165px;
  --top-height-mobile:         115px;
  --top-height-phone:          80px;

  --close-size:                54px;
  
  --height:                    52px;
  --height-minus:              -52px;

  --container-pad:             2rem;
  --container-pad-phone:       1.5rem;
  --container-pad-minus:       -2rem;


  /* BORDERS */
  --border-width:              4px;
  --border-radius:             5px;
  --border-radius-small:       3px;

  --solid-border:              solid .1px #ccc;
  --solid-border-light:        solid .1px #ddd;
  --solid-border-lightest:     solid .1px #efefef;
  --solid-border-thick:        solid 1px #ccc;

  --box-shadow:                0 0 8px 2px rgba(100, 100, 100, .1);


  /* COMMON FONTS */
  --fs-content:                1.1rem;
  --fw-content:                400;
  --fw-light:                  300;
  --lh-content:                1.5;


  /* COMMON COLORS */
  --accent-color:             #c00c0c;  /*06C DC2221 6188ff 354C9B*/
  --accent-color-hover:       #9e0000;

  --dark-color:               #212121;
  --darkgrey-color:           #5a6269;
  --midgrey-color:            #8a8a8a;
  --grey-color:               #aaa;
  --lightgrey-color:          #ccc;

  --blue-color:               #354C9B; /*248daf*/
  --blue-color-light:         #3366ff; /*248daf*/ 
  --blue-color-lighter:       #0081c2;

  --green-color:              #8bb53e;  /*8ab43d*/
  --green-color-hover:        #659017;


  /* TITLES */
  --title-color:                var(--blue-color);
  --sub-title-color:            var(--blue-color);

  --swiper-theme-color:         var(--dark-color);
  --modal-open--filters:        grayscale(90%) opacity(40%);


  /* SHOP */
  --basket-top:                 114px;
  --basket-top-mobile:          90px;
  --basket-pad:                 18px;
  --basket-padding-top-mobile:  97px;

  --brand-color:                var(--midgrey-color);

  --price-color:                var(--accent-color);        /*c00c0c 9e0000 000, 212121*/
  --vat-color:                  var(--grey-color);        /*aaa ababab*/
  --old-price-color:            var(--midgrey-color);     /*757575*/

  --basket-color:               var(--green-color);       /*8ab43d 8bb53e*/
  --basket-color-hover:         var(--green-color-hover);

  --stock-in:                   var(--green-color);
  --stock-out:                  var(--midgrey-color);
  --stock-comm:                 var(--green-color);

  --big-link-bg:                var(--green-color);
  --big-link-bg-disabled:       var(--midgrey-color);
  --big-link-bg-hover:          var(--green-color-hover);


}
/*#endregion*/




/* DEFAULT TAGS
========================================================================================*/
/*#region DEFAULTS*/


/* BODY AND FORM ELEMENTS
------------------------------------------------------------------------------*/
/*#region*/
body.filters-is-open {
  overflow: hidden;
}


body,
.editor-body,
input, textarea, button, select {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.02em;
	word-spacing: 0.05em;
	color: var(--dark-color);
}


input,
textarea,
select {
  border: var(--solid-border);
  width: 270px;
  padding: .3em .5em;
  background: #fff;
  outline: none;

  transition: border .5s ease, box-shadow .5s ease;
}
input[type=checkbox] {
	width: 15px;
}


input:not([type=checkbox]):focus,
textarea:focus,
select:focus {
	outline: none;
  border-color: #bbb;
  box-shadow: 0 0 6px 0 rgba(50, 50, 50, .15); /*rgba(35, 117, 190, 0.98)*/
}
/*#endregion*/


/* TEXT SELECTION AND PLACEHOLDER
------------------------------------------------------------------------------*/
/*#region*/


/* SELECTION
--------------------------------------------------------------------*/
/*#region*/
::-moz-selection {
	color: #fff;
	background: #282e3e;
}

::-webkit-selection {
	color: #fff;
	background: #282e3e;
}

::selection {
	color: #fff;
	background: #282e3e;
}
/*#endregion*/


/* PLACEHOLDER
--------------------------------------------------------------------*/
/*#region*/
::-webkit-input-placeholder {
	color: var(--grey-color);
	font: normal 13px/18px "Roboto Condensed", sans-serif;
	letter-spacing: 0.08em;
}

:-moz-placeholder {
	color: var(--grey-color);
	font: italic 12px/18px "Roboto Condensed", sans-serif;
}

::-moz-placeholder {
	color: var(--grey-color);
	font: italic 12px/18px "Roboto Condensed", sans-serif;
}
/*#endregion*/


/*#endregion TEXT SELECTION AND PLACEHOLDER*/


/* TITLES
------------------------------------------------------------------------------*/
/*#region*/
h1 {
	font-size: 2em;
  /* font-weight: 400; */
	text-transform: uppercase;
  padding: 0 0 2px 0;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #1a171b;
}

h3 {
	font-size: 1.2em;
}

h1 a, h1 strong, h1 em,
h2 a, h2 strong, h2 em,
h3 a, h3 strong, h3 em {
	font-size: inherit;
}
/*#endregion*/


/* LINKS AND FORM ITEMS
------------------------------------------------------------------------------*/
/*#region*/
a {
	text-decoration: none;
	outline: none;
	font-weight: inherit;
  font-size: inherit;
	color: inherit;
	
	transition: color .3s ease;
}
a:hover {
	color: var(--accent-color);
}
.btn_gradient:hover  {
	color: inherit;
}

input, textarea, button, select, a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
	border: none;
}
/*#endregion*/


/*#endregion DEFAULTS*/




/* LAYOUT
========================================================================================*/
/*#region LAYOUT*/


/* BODY
------------------------------------------------------------------------------*/
/*#region*/
body {
	background: #fff;
}
/*#endregion*/



/* COMMON
------------------------------------------------------------------------------*/
/*#region*/


/* MAIN CONTAINERS
--------------------------------------------------------------------*/
/*#region*/


/* MAIN SECTIONS
----------------------------------------------------------*/
/*#region*/
.middle {
  border-top: var(--solid-border);
  border-bottom: var(--solid-border);

  background-image: linear-gradient(
    0deg, 
    #ffffff 37.50%, 
    #f3f3f3 37.50%, 
    #f3f3f3 50%, 
    #ffffff 50%, 
    #ffffff 87.50%, 
    #f3f3f3 87.50%, 
    #f3f3f3 100%
  );
  background-size: 8.00px 8.00px;

  padding: 0 var(--container-pad);
}

.middle .middle-inner {
  position: relative;

  border: solid var(--border-width) #fff;
  border-radius: 8px; /*var(--border-radius)*/
  box-shadow: 0 0 7px rgba(200, 200, 200, .5);

  background-color: rgba(255, 255, 255, .75);

  padding-bottom: var(--height);
  margin-top: var(--height-minus);
  margin-bottom: var(--height-minus);
}


/* DO THIS SO THE BASKET RELATE TO BODY WHEN SCOLL IS > HEADER */
.basket-offset .middle-inner {
  position: static;
}


.footer {
  margin-top: var(--height);
}

/*#endregion*/


/* MAIN SECTIONS WIDTHS AND HEIGHTS
----------------------------------------------------------*/
/*#region*/
.container {
	max-width: var(--max-width);
	padding: 0 var(--container-pad);
	margin-left: auto;
  margin-right: auto;
}


.top {
	min-height: var(--top-height);
  padding-left: calc(var(--container-pad) + var(--border-width));
  padding-right: calc(var(--container-pad) + var(--border-width));
}


/* MODAL IS OPEN EFFECTS */
.modal-open .content,
.modal-open .menu.top_menu,
.modal-open .footer {
	filter: var(--modal-open--filters); /* blur(2px) */
  /* filter: grayscale(90%) opacity(40%); */
	pointer-events: none;
}


.menu.top_menu,
.content,
.footer {
	pointer-events: all;
	transition: filter .4s ease;
}
/*#endregion*/


/* ADMIN CONTENT → Remove all decorations
 → admin content IS NOT responsive for now...
----------------------------------------------------------*/
/*#region*/
.admin .page {
	/* min-width: 1100px;  */
}

.admin.nav-hidden .top {
	min-height: 130px;
}
.admin.nav-hidden .nav-is-hidden .content {
	padding: 0 0 2em;
}

.admin.nav-hidden .middle {
	background: none;
	border: none;
  padding: 0;
}
.admin.nav-hidden .middle .middle-inner {
	border: none;
	box-shadow: none;
	margin: 0 auto;
  padding-bottom: 0;
}
/*#endregion*/


/*#endregion MAIN CONTAINERS*/


/* BIG LINK
--------------------------------------------------------------------*/
/*#region*/


/* BIG LINK COMMON
----------------------------------------------------------*/
/*#region*/
.big_link {
	display: flex;
	justify-content: center;
	align-items: center;

	width: auto;
	padding: 10px 15px;

	text-align: center;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;

  border-radius: 5px;
	background: var(--big-link-bg);
	color: #fff;

	margin: 0;

	transition: background .3s ease, color .3s ease;
}

.big_link:hover {
	color: #fff;
	background: var(--big-link-bg-hover);
}

.big_link i {
	font-size: 14px;
	margin-left: 5px;
}
/*#endregion*/


/* BACK LINK
----------------------------------------------------------*/
/*#region*/
.big_link.back {
	/* max-width: 150px; */
  color: #777;
  border-radius: 5px;
	background-color: #efefef;
}

.big_link.back:hover {
  background-color: #ddd;
  color: #000;
}

.big_link.back i {
  margin: 0 .3em 0 0;
}
/*#endregion*/


/* SHOP BIG LINKS
----------------------------------------------------------*/
/*#region*/
.big_link_basket {
	max-width: 200px;
	margin: 2em auto 0;
  border-radius: 5px;
}

.checkout-links .big_link {
  padding-left: 2em;
	padding-right: 2em;
}

.prod_found .big_link {
	width: 100%;
	max-width: 100%;
	height: 100%;
  padding: 2px 0 0 0;
}

.big_link.back.checkout-form {
	max-width: 150px;
}
/*#endregion BIG LINK*/


/*#endregion BIG LINK*/


/*#endregion COMMON*/



/* ANIMATIONS
------------------------------------------------------------------------------*/
/*#region*/


/* SHOW FROM LEFT
--------------------------------------------------------------------*/
/*#region*/
@keyframes show_from_left {
  0% {
    opacity: 0;
    left: -100vw;
  }
  5% {
    left: -2vw;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes hide_from_left {
  0% {
    left: 0;
    opacity: 1;
  }
  95% {
    left: -5vw;
    opacity: 0;
  }
  100% {
    left: -100vw;
  }
}
/*#endregion*/


/* SHOW FROM RIGHT
--------------------------------------------------------------------*/
/*#region*/
@keyframes show_from_right {
  0% {
    opacity: 0;
    right: -100vw;
  }
  5% {
    right: -2vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes hide_from_right {
  0% {
    right: 0;
    opacity: 1;
  }
  95% {
    right: -5vw;
    opacity: 0;
  }
  100% {
    right: -100vw;
  }
}
/*#endregion*/


/* SHOW MODAL CLOSE
--------------------------------------------------------------------*/
/*#region*/
@keyframes show_modal_close {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#endregion*/


/*#endregion ANIMATIONS*/



/* TOP / HEADER
------------------------------------------------------------------------------*/
/*#region*/


/* TOP
--------------------------------------------------------------------*/
/*#region*/
.top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
	position: relative;

  /* padding: 0 2em; */
}
/*#endregion*/


/* LOGO
--------------------------------------------------------------------*/
/*#region*/
.logo {
	width: 252px;
	position: relative;
	margin-top: 1rem;
	z-index: 1;
}
.open .logo {
  z-index: 1002;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: none;
}
.logo .logo-img-phone {
	display: none;
}
/*#endregion*/


/* TOOLS
--------------------------------------------------------------------*/
/*#region*/
.top .tools {
	position: relative;
	/* right: 20px; */
	/* top: 0; */
	z-index: 2;
	width: 254px;
	/* height: 85px; */
  /* background-color: #fc0; */
}

.bat-langs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* background-color: seashell; */
}
/*#endregion*/


/* LANGUAGES
--------------------------------------------------------------------*/
/*#region*/
.lang_switch {
	/* position: absolute; */
	/* right: 0; */
	margin-top: 13px;
}

.lang_switch .lang.active,
.lang_switch .lang {
	text-transform: uppercase;
}

.lang_switch .lang {
	color: #787c7c;
}

.lang_switch .lang:hover {
	color: #000;
}

.lang_switch .lang.active,
.lang_switch .lang.active:hover {
	color: var(--accent-color);
	/* cursor: default; */
}

.lang_switch .lang_sep {
	display: inline-block;
	width: 9px;
}
/*#endregion*/


/* SEARCH
--------------------------------------------------------------------*/
/*#region*/
.search-wrap {
  display: flex;
  justify-content: flex-end;
	width: 100%;
	/* position: absolute; */
	/* left: 0; */
	/* bottom: 0; */
}

.search-form {
	position: relative;
  width: 100%;
	text-align: right;
	margin: 0;
}

.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  
  font-size: 1.1em;
  left: .5rem;

  transition: color .4s ease;

  pointer-events: none;
}

.search-form .search_key {
	padding: .5rem 0 .5rem 2rem;
	width: 100%;
	border: var(--solid-border);
	background-color: #fff;
  border-radius: var(--border-radius);
}

.search-form:focus-within .search-icon {
  color: var(--accent-color);
	/* border-color: rgba(150, 150, 150, 1); */
  /* box-shadow: 0 0 6px rgba(200, 200, 200, .5); */
	/* background: #fff url(img/icon_search_v.png) no-repeat 0 -34px; */
}
/*#endregion*/


/*#endregion TOP / HEADER*/



/* BATCode
------------------------------------------------------------------------------*/
/*#region*/


/* BATCode Link
--------------------------------------------------------------------*/
/*#region*/
.batcode-wrap {
	position: relative;
	min-width: 90px;
	height: var(--height);
}

.batcode-link {
	display: block;
	padding: 15px 0 0 0;
}
.batcode-icon {
	position: absolute;
	top: 0;
	right: -5px;
}

.batcode-link:hover,
.batactive .batcode-link {
	color: var(--accent-color);
}
/*#endregion*/


/* DIV batcode
--------------------------------------------------------------------*/
/*#region*/
.batcode {
	display: block;
	width: 100%;
  max-width: 340px;
	min-height: var(--top-height);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	background: #fff;

  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease, right .3s ease-out;
}

.batcode-is-open .batcode {
  right: var(--container-pad);
	z-index: 1002;
  opacity: 1;
  pointer-events: all;
}
.batcode.active {
	max-width: 480px;
}

.batcode-inner {
	width: 100%;
	height: 100%;
	padding: 1.5em;
}

.batcode-inner .batcode-icon {
	right: auto;
	left: 30%;
}
.batcode.active .batcode-icon {
	left: 22%;
}

.batcode-inner h4.center {
	padding: 0 5px;
}
/*#endregion*/


/* BATCode form/login/logout
--------------------------------------------------------------------*/
/*#region*/
.batcode_form {
	margin: 20px 0 0 0;
}
.batcode_form .formrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.batcode_form_title {
	margin-bottom: 8px;
}

.batcode_login {
	padding: 0;
}

.batcode-inner.active .batcode_login {
	padding: 0;
}

.batcode form .batcode_key {
	padding: .4em .7em;
	width: 80%;
	border: var(--solid-border);
	background: #fff;
  border-radius: var(--border-radius);
}

.batcode form .batcode_check {
	margin: 0 0 0 10px;
}
/*#endregion*/


/* BATCode Title
--------------------------------------------------------------------*/
/*#region*/
.batcode_title,
.close_batcode {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.batcode_title {
	/* overflow: hidden; */
	padding: 1px 0 5px 1px;
	margin-bottom: 10px;
	border-bottom: var(--solid-border-light);
}

/* --- */

.close_batcode {
	justify-content: flex-start;
  width: 80%;
	font-size: .9em;
	line-height: 1;
	color: var(--accent-color);
}

.batcode_logout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  padding: 0;
  font-size: 1.2em;
	background: none;
	cursor: pointer;
  transition: color .4s ease;
}

/* --- */
.close_batcode i {
	margin-right: 5px;
	font-size: 1.2em;
}

.close_batcode img {
  position: relative;
  width: 36px;
  top: -10px;
  /* display: block; */
  /* margin-top: -1rem; */
}

.batcode_logout i {
  color: inherit;
}

.batcode_logout:hover {
	color: var(--accent-color);
}
/*#endregion*/


/* BATCode LOGIN / LOGOUT
--------------------------------------------------------------------*/
/*#region*/
.batcode form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}



/*#endregion*/


/* BATCode content
--------------------------------------------------------------------*/
/*#region*/
.batcode_profile_title {
	/* color: var(--accent-color); */
	margin: 0 0 5px 0;
	font-size: 1.1em;
}

.batcode_associated_discounts_title {
	font-weight: bold;
	margin: 10px 0 0 0;
}

.batcode_login .affected_prods_link {
  display: flex;
  align-items: center;
  font-size: 1.1em;
}
.batcode_login .affected_prods_link i {
  margin-right: .5em;
}

.batcode_period {
	margin: 10px 0 0 0;
	color: #777;
}

.affected_prods_title {
	margin: 1rem 0 0 0;
}

.affected_prods_title a:hover, 
.affected_prods_title a:hover i {
	color: var(--accent-color);
}
/*#endregion*/


/* BATCode assoc prods
--------------------------------------------------------------------*/
/*#region*/
.affected_prods {
  width: 100%;
  min-width: 60vw;
}


.promprods_list_title {
	margin: 0 0 20px 0;
  font-size: 1.1em;
	font-weight: bold;
  /* background-color: #fc0; */
}

.promprods_list {
  /* margin: 0 30px 0 0; */
}

.promprods_list li {
  margin-bottom: .3em;
}

.promprods_list .promo-prod-link {
	display: flex;
  align-items: center;
	width: 100%;
	padding: .4em 2%;
	color: #4F453C;
	background: #fafafa;
  transition: background .3s ease;
}

/* Link icon */
.promprods_list .promo-prod-link::after {
  font-family: 'fontawesome';
  content: "\e930"; 
  margin-left: auto;
  opacity: 0;
  transition: opacity .6s ease;
}

.promprods_list .promo-prod-link:hover {
	background: #f1f1f1;
}
.promprods_list .promo-prod-link:hover::after {
	opacity: 1;
}

.promprods_list .promo-prod-link i {
	color: var(--lightgrey-color);
	margin-right: .5em;
}

.promprods_list .promo-prod-link:hover, 
.promprods_list .promo-prod-link:hover i, 
.promprods_list .promo-prod-link:hover span, 
.promprods_list .promo-prod-link:hover span i.icon-minus {
	color: var(--accent-color);
}

.promprods_list .promo-prod-link span {
	color: var(--accent-color);
	margin-left: 2px;
}

/*discount %*/
.promprods_list .promo-prod-link span i.icon-minus {
	color: var(--accent-color);
	margin: 0;
	font-size: 0.8em;
}
/*#endregion*/


/*#endregion BATCode*/



/* MENU
------------------------------------------------------------------------------*/
/*#region MENU*/
.nav-wrap,
.top-nav {
  height: calc(var(--height) - 4px); /*52px - 4 border*/
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  /* background-color: #fc0; */
}


.top-nav {
  padding-top: 1rem;
	z-index: 120;
	overflow: hidden;
	/* background-color: #fcc; */
}

.top-nav .menu {
	height: 100%;
  /* padding-top: .45rem; */
  /* background-color: thistle; */
}

.menu.top_menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.top-nav li {
  height: 100%;
  margin: 0 3.357rem 0 0;
}
.top-nav.basket-menu li {
  margin-right: 0;
}

.top-nav li a {
	display: block;
	
	height: 100%;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	color: #000;
	cursor: pointer;
	transition: color .3s ease;

  /* background-color: seashell; */
}
.top-nav li a:hover {
	color: var(--accent-color);
}

.menu.top_menu .menu-item:last-child a {
	margin-right: 0;
}

.top-nav li.active a:hover,
.top-nav li.active a,
.panier .basket-menu li a {
	border-bottom: solid 1px var(--accent-color);
}

.top-nav .menu li.active a {
	color: var(--accent-color);
}
/*#endregion*/



/* MOBILE TRIGGERS
------------------------------------------------------------------------------*/
/*#region MENU MOBILE*/
.close-modal,
.mobile-triggers,
.search-link-wrap {
	display: none;
}
/*#endregion*/



/* BASKET
------------------------------------------------------------------------------*/
/*#region BASKET*/


/* BASKET LINK AND ICON
--------------------------------------------------------------------*/
/*#region*/
.basket-menu {
  position: relative;
	/* min-width: 165px; */
	z-index: 50;
	padding-left: 0;
}
/*#endregion*/


/* BASKET MENU LINK
--------------------------------------------------------------------*/
/*#region*/
.basket-menu li a {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	margin: 0;
	/* background-color: #fc0; */
}

.basket-menu li.active {
	cursor: default;
}

.basket-menu li a:hover, 
.basket-menu li.active, 
.panier .basket-menu li a {
	color: var(--accent-color);
}

.basket-menu li a:hover .basket-icon,
.basket-menu li.active .basket-icon {
  color: var(--basket-color-hover);
}

.panier.desktop-nav .basket-menu li a {
	cursor: default;
}
/*#endregion*/


/* BASKET LINK ICON
--------------------------------------------------------------------*/
/*#region*/
.basket-icon {
	position: relative;

	height: 1.714rem;
	font-size: 1.714rem;
	line-height: 1;

  color: var(--basket-color);
	
	margin: -.5rem 0 0 20px;
}
.basket-icon:hover {
  color: var(--basket-color-hover);
}


.basket-icon.big {
	height: 1.9rem;
	font-size: 1.9rem;
  margin: 0;
}

.basket-icon i {
	/* display: inline-block; */
	transition: color .3s ease;
}

.basket-icon.big,
.basket-menu li a:hover i,
.basket-menu.checkout-page li a i {
	color: var(--basket-color);
}


.basket-count {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: .45em;
	line-height: 1.25;
  letter-spacing: 0;
	/* font-weight: 700; */
	color: #fff;
	/* background-color: #000; */
}
.big .basket-count {
	/* bottom: 2px; */
}
/*#endregion*/


/* BASKET MODAL
--------------------------------------------------------------------*/
/*#region*/


/* MODAL CONTAINER
----------------------------------------------------------*/
/*#region*/
.basket-modal {
	display: block;
	width: 384px; /*before: 350px*/
	position: absolute;
	right: 0;
	top: -4px; /*fallback → this is overwritten by JS*/
	z-index: -1;

	background: rgba(255, 255, 255, 1);
	/* border: var(--solid-border); */
  border-radius: var(--border-radius);

  opacity: 0;
  pointer-events: none;

  transition: z-index .3s ease, right .3s ease, opacity .6s ease;
}


.basket-is-open .basket-modal {
	right: var(--container-pad);
  z-index: 1009;
  opacity: 1;
  pointer-events: all;
}
.basket-closed .basket-modal {
  /* right: -30vw; */
  /* opacity: 0; */
}

/* WHEN SCROLL IS > HEADER */
.basket-offset .basket-modal {
  position: fixed;
  right: 10px;
  top: 10px;
  height: auto;
  
}
.basket-offset .basket-modal.big-basket {
  height: calc(100vh - 20px);
  overflow-y: auto;
}


.checkout .basket-modal {
	position: static;
	opacity: 1;
  pointer-events: all;
	width: 100%;
}

.basket-inner {
	padding: var(--basket-pad);
  padding-top: 10px;
}
/*#endregion*/


/* BASKET TOP
----------------------------------------------------------*/
/*#region*/
.basket_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 11px;
	margin-bottom: var(--basket-pad);
	border-bottom: var(--solid-border-light);
	/* background-color: #fc0; */
}

.basket_title {
  
	color: var(--accent-color);
	width: 80%;
}
.check_confirmation .basket_title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.basket_title,
.basket_title a {
	text-transform: uppercase;
}

.confirmation .basket_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: bold;
}
#truck_logo {
  height: 28px;
}

.close_basket {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	font-size: 1em;
	color: var(--accent-color);
	/* background-color: var(--lightgrey-color); */
}

.close_basket i {
	font-size: 1.2em;
	line-height: 1;
	margin-right: 5px;
}
/*#endregion*/


/* BASKET ITEM
----------------------------------------------------------*/
/*#region*/
.basket-modal .item {
	justify-content: flex-start;
	padding-bottom: var(--basket-pad);
	margin-bottom: var(--basket-pad);
	border-bottom: var(--solid-border-light);
}

.basket-modal .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	padding: 5px;
	border: var(--solid-border-light);
	text-align: center;
	margin-right: 10px;
	/* background-color: #fc0; */
}

.basket-modal .image a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.basket-modal .image img {
	display: block;
	width: auto;
	height: 100%;
}
.basket-modal .image img.landscape {
	width: 100%;
	height: auto;
}

.basket-modal .texts {
	width: calc(100% - 110px);
	height: auto;
	overflow: visible;
	position: relative;
	/* background-color: #fcc; */
}
/*#endregion*/


/*#endregion BASKET MODAL*/


/* BASKET TEXTS
--------------------------------------------------------------------*/
/*#region*/


/* COMMON
----------------------------------------------------------*/
/*#region*/
.texts h2, 
.texts h3, 
.texts h4 {
	line-height: 1.3;
	color: #000;
}

.texts h2, 
.texts h2 span {
	font-size: inherit;
}
/*#endregion*/


/* ITEMNAME
----------------------------------------------------------*/
/*#region*/
.texts .itemname {
	padding: 0;
	margin-bottom: .2em;
}

.texts .itemname .incart_prodquantity {
	color: var(--accent-color);
  text-transform: lowercase;
}
/*#endregion*/


/* ITEMPRICE
----------------------------------------------------------*/
/*#region*/
.texts .cartprice {
	display: flex;
  justify-content: flex-start;
  align-items: center;

	width: 100%;
  font-size: 1em;
	color: #000;
	/* background-color: #fc0; */
}


.texts .cartprice .chf,
.texts .cartprice .ttc {
	color: var(--vat-color);
	font-weight: 300;
	font-size: .85em;
	margin-left: .3em;
	margin-top: .1em;
}

.texts .cartprice .chf {
  font-size: .9em;
  margin: 0 .2rem 0 0;
}

.texts .cartprice .lastprice {
  font-weight: 400;
  color: var(--price-color);
}


.texts .cartprice .delete_item {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 22px;
	height: 22px;
  font-size: 1.1em;
	color: var(--lightgrey-color);
	transition: color .3s ease;
	margin-left: auto;
	/* background-color: #fc0; */
}
.texts .cartprice .delete_item:hover {
	color: var(--accent-color);
}

.texts .cartprice .delete_item i {
	font-size: 1em;
	line-height: 1;
}

.texts h2.cartprice .delete_item:hover {
	color: var(--accent-color);
}
/*#endregion*/


/* ITEMBRAND
----------------------------------------------------------*/
/*#region*/
.texts h3.itembrand {
	font-size: .85em;
	text-transform: uppercase;
	margin: .2em 0 .3em;
	font-weight: 300;
	color: var(--brand-color);
}
/*#endregion*/


/* ITEMSHORT
----------------------------------------------------------*/
/*#region*/
.texts .itemshort,
.texts .itemopt {
	font-size: .9em;
	font-weight: 300;
}
/*#endregion*/


/*#endregion*/


/* BASKET ITEM OPTIONS
--------------------------------------------------------------------*/
/*#region*/
.texts .itemopt {
	margin: .2em 0 .4em;
}
.texts .itemopt,
.texts .itemopt span {
	/* line-height: 14px; */
	letter-spacing: 0;
	word-spacing: 0;
}

span.prodvaluename {
	color: #000;
	letter-spacing: 0;
	word-spacing: 0;
}

.texts .itemopt .optrow {
	display: block;
	/* justify-content: flex-start; */
	/* align-items: center; */
	width: 100%;
	/* margin-top: .1em; */
	/* padding: .1em 0; */
}
.texts .optrow .optlabel {
  /* display: block; */
}

.texts .itemopt .prodvaluename {
	/* margin-left: .5rem; */
}

.itemopt span.color {
  height: 1.2em;
  width: 3em;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  border: solid 0.1px #333;
}
/*#endregion*/


/* TOTAL BASKET - DEFAULT
--------------------------------------------------------------------*/
/*#region*/
.totalbasket {
	font-size: 1.2em;
}

.totalbasket .total-row {
	text-align: right;
}

.basket-inner .totalbasket h4 {
	text-align: center;
}

.totalbasket .total-row span {
	/* font-size: 15px; */
	font-weight: 300;
}
.total-row .price-wrap .total_ttc {
	font-weight: 400;
}

.total-row .price-wrap,
.total-row .total-text {
	display: inline-block;
	text-align: right;
}

.total-row .total-text {
  min-width: 94px;
}

.total-row .price-wrap {
	color: var(--price-color);
	text-align: right;
	/* background-color: #fc0; */
}

.total-row .price-length-5 {
	min-width: 4.8em;
}

.total-row .price-length-6 {
	min-width: 5.3em;
}
.total-row .price-length-8 {
	min-width: 6.5em;
}
.total-row .price-length-9 {
	min-width: 7.5em;
}


.total-row.total_b {
	margin-top: 3px;
}

.total-row.total_b span {
	color: #999;
}
/*#endregion*/


/* TOTAL BASKET - COMMANDE
--------------------------------------------------------------------*/
/*#region*/
.total_commande {
	width: 100%;
	margin: 0 auto;
	border: none;
	font-size: 1rem;
	/* background-color: #fc0; */
}

.total_commande td {
	border: none;
	padding: 0;
	text-align: right;
	/* border: var(--solid-border-light); */
}

.total_commande .total_col1 {
	width: 53%;
	font-weight: 300;
	/* text-align: left; */
	/* background-color: #fcc; */
}

.total_commande .total_col2 {
	width: 47%;
	padding-right: 20%;
	/* background-color: #ffc; */
}

.total_commande td, 
.total_commande td span {
	font-size: inherit;
	
}

.total_commande .total.ttc, 
.total_commande .ht {
	padding-top: 5px;
}

.total_commande .total.ttc span.total_ttc,
.total_commande .total.ttc span.chf {
	color: var(--price-color);
	font-weight: 700
}

.total_grey, .total_commande .total.ht, 
.total_commande .total.ht span {
	color: #999;
}

.total_commande .total, 
.total_commande .total span {
	font-weight: 400;
}
/*#endregion*/


/*#endregion BASKET*/



/* MIDDLE → CONTENT
------------------------------------------------------------------------------*/
/*#region MIDDLE → CONTENT*/


/* COMMON
--------------------------------------------------------------------*/
/*#region*/


/* MAIN DIVS
----------------------------------------------------------*/
/*#region*/
.content {
	min-height: 480px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.home .content {
  padding-top: 3rem;
}

.main-shop .content {
	display: flex;
	justify-content: space-between;
}

.static .content {
	padding-top: 3em;
	padding-bottom: 3em;
  font-size: 1.05em;
  line-height: 1.6;
}
/*#endregion*/


/* TITLES
----------------------------------------------------------*/
/*#region*/
.static .content h1,
.static .content h2,
.static .content h3,
.static .content h4,
.static .content h5 {
  font-weight: 400;
  line-height: 1.5;
}

.static .content h1 {
  /* display: flex; */
  /* flex-direction: column; */
  text-align: center;
  color: var(--title-color);
  margin-bottom: 4rem;
}

.static .content h1.hide-title {
  /* font-size: 0; */
  /* width: 1px; */
  /* height: 1px; */
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: -2em;
  clip: rect(1px,1px,1px,1px);
}

.static .content h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  border-bottom: solid 3px #eaeaea;
  margin: .3em auto 0;
}

.static .content h2,
.static .content .h2 {
	font-size: 1.4em;
}

.static .content h3,
.static .content .h3 {
	font-size: 1.1em;
	/* text-align: left; */
}

.static .content h3,
.static .content .h3 {
	font-size: 1.1em;
	/* text-align: left; */
}

.static .content h4,
.static .content .h4 {
	font-size: 1em;
  /* margin-top: 1.5rem; */
}

.cols-3 .h2 {
  margin-bottom: .3em;
}


/*#endregion*/


/* STATIC CONTENT WRAPPER - After titles and images
----------------------------------------------------------*/
/*#region*/
.static-content {
  width: 100%;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.static .content .block::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 5rem auto;
  border-bottom: solid 0.1px #ccc;
}
.static .content .block:last-child::after {
  display: none;
}


.static .content p,
.static .content ul,
.static .content ol,
.content ol,
.static .content table {
  font-size: var(--fs-content);
  font-weight: var(--fw-light);
  line-height: var(--lh-content);
}


.static .content .R p {
  font-weight: 400;
}
/*#endregion*/


/* BLOCKS WITH MEDIA OR SINGLE IMAGE [NOT USED BUT...]
----------------------------------------------------------*/
/*#region*/


/* HAS MEDIA
------------------------------------------------*/
/*#region*/
.has-media {
  max-width: 740px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  margin: 4rem auto 2rem;
}

.has-media .media-col {
  width: 100%;
  max-width: 350px;
  /* background-color: #fc0; */
}

.media-col .media-figure img {
  display: block;
  width: 100%;
}


.has-media .block-inner {
  width: 100%;
  max-width: 350px;
  /* font-size: .95rem; */
  font-weight: 300;
  /* line-height: 1.55; */
  color: #212121;
}

.has-media .text-col {
  font-size: 1.1rem;
  margin-bottom: .8rem;
}
.has-media .text-col p {
  margin-bottom: .8rem;
}
/*#endregion HAS MEDIA*/


/* HAS SINGLE IMAGE
------------------------------------------------*/
/* #region */
.block-image-wrap {
  margin: 0 0 3rem;
}
.block-image {
  display: flex;
  justify-content: center;
  height: 30vh;
}
.block-image img {
  width: 100%;
  object-fit: cover;
  object-position: 0 20%;
}
/* #endregion */


/*#endregion BLOCKS WITH MEDIA OR SINGLE IMAGE*/


/* IMAGES
----------------------------------------------------------*/
/*#region*/
.static figure {
	/* display: flex; */
  /* flex-wrap: wrap; */
	/* justify-content: space-between; */
	/* padding: 0 4%; */
	/* margin: 3em 0; */
}

/*#endregion*/


/* LINKS
----------------------------------------------------------*/
/*#region*/
.static-content a,
.editor-body a {
	display: inline-flex;
	align-items: center;
	color: #0066db;
	/* text-decoration: underline; */
	transition: color .3s ease;
}

.static-content a i,
.editor-body a i {
	margin-left: .4em;
}

.static-content a:hover,
.editor-body a:hover {
	color: #009BDB;
	transition: color .3s ease;
}
/*#endregion*/


/* TINY MCE IFRAME
----------------------------------------------------------*/
/*#region*/
.mceIframeContainer iframe {
	min-height: 360px;
}
/*#endregion*/


/*#endregion COMMON*/


/* PAGES SPECIFIC
--------------------------------------------------------------------*/
/*#region*/


/* WHO WE ARE
----------------------------------------------------------*/
/*#region*/
/* move on */
/*#endregion*/


/* SELL CONDITIONS
----------------------------------------------------------*/
/*#region*/
.sell_conditions .static-content {
	font-weight: 400;
}
.sell_conditions .static-content h3 {
	font-weight: 600;
	margin-top: 1em;
	font-size: 1em;
	margin-bottom: 0;
}
/*#endregion*/


/* CGU → Conditions d'utilisation 2022.04.23
----------------------------------------------------------*/
/*#region*/
/* .cgu .static-content {
	text-align: left;
} */
/*#endregion*/


/*#endregion PAGES SPECIFIC*/


/* PAGINATION - Common, used by Shop and Search mods
--------------------------------------------------------------------*/
/*#region*/


/* PAGINATION WRAP
----------------------------------------------------------*/
/*#region*/
.pagination-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: lavender; */
}
/*#endregion*/


/* PAGINATION INFO + PAGINATION MAIN
----------------------------------------------------------*/
/*#region*/
.pagination-info {
  /* width: 20%; */
  font-size: 1.1em;
  /* background-color: #fc0; */
}

.pagination {
  /* width: 80%; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* background-color: lightblue; */
}
/*#endregion*/


/* PAGINATION ITEMS
----------------------------------------------------------*/
/*#region*/


/* PAGINATION ITEM
------------------------------------------------*/
/*#region*/
.pagination .page-item {
  display: block;
  line-height: 1;
  margin-right: .5em;
}
.pagination .page-item.next {
  margin-right: 0;
}

.pagination .page-item.condensed-display {
  min-width: 70px;
  margin-right: 0;
}
.pagination .condensed-display .page-link {
  width: 100%;
}
/*#endregion*/


/* PAGINATION LINK
------------------------------------------------*/
/*#region*/
.pagination .page-link {
  font-size: 1.05em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  /* padding: 2px 0 1px 0; */
  text-align: center;
  
  border: solid 0.1px #d1d1d1;
  border-radius: var(--border-radius);

  background: #efefef;
  color: #333;
  margin: 0;
  transition: background .3s ease;
}

.pagination .page-link:hover {
  background-color: #fff;
  border: solid 0.1px #cacaca;
  color: #000;
}
/*#endregion*/


/* PAGINATION NEXT PREV
------------------------------------------------*/
/*#region*/
.next-prev .page-link {
  /* font-size: 1.15em; */
  border: none;
  background: none;
  margin: 0;
  /* background-color: #fc0; */
}

.next-prev .page-link:hover {
  background: none;
  /* color: #333; */
  border: none;
}

.pagination .prev,
.pagination .next {
  margin: 0;
}
/*#endregion*/


/* PAGINATION ACTIVE AND DISABLED
------------------------------------------------*/
/*#region*/
.active .page-link,
.active .page-link:hover {
  background-color: #fff;
  /* color: #06C; */
  color: var(--accent-color);
  font-weight: bold;
}

.disabled .page-link,
.disabled .page-link:hover {
  color: #ddd;
}

.active .page-link,
.active .page-link:hover,
.page-item .page-link.dots,
.page-item .page-link.dots:hover,
.disabled .page-link:hover,
.page-item.condensed-display .page-link {
  cursor: default;
  background: none;
}

.condensed-display .page-link,
.condensed-display .page-link:hover {
  color: #000;
  background: none;
  border: none;
}
/*#endregion*/


/* PAGINATION DOTS
------------------------------------------------*/
/*#region*/
.pagination .page-link.dots {
  width: auto;
  min-width: 1.2em;
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  /* background-color: #fc0; */
}
/*#endregion*/


/*#endregion PAGINATION ITEMS*/


/*#endregion PAGINATION*/


/*#endregion MIDDLE → CONTENT*/



/* FOOTER
------------------------------------------------------------------------------*/
/*#region FOOTER*/
.footer {
	min-height: 130px;
	padding-top: 3em;
  font-size: 1rem;
  line-height: 1.6;
  /* margin-top: 52px; */
  /* background-color: rgba(50, 50, 50, .15); */
}


/* WIDTHS */
.footer .menu, 
.footer .snippet {
	width: 23%;
	/* background-color: #fc0; */
}

.footer .footer_quick_contact {
	width: 25%;
}


/* MENUS */
.footer .menu ul {
	width: 100%;
}

.footer .L1 .menu-item a:hover {
	color: inherit;
}


.footer .footer_client,
.footer .footer_spelemat {
	margin-bottom: 1.3em;
	/* background-color: #ffc; */
}


/* SIZE AND COLOR */
.footer .menu li a,
.footer .snippet p a,
.footer .snippet p {
	display: block;
	line-height: inherit;
}

/* COL HEADERS */
.footer .snippet h3,
.footer .parent .top-link {
	font-size: 1rem;
  padding: .1em 0;
	margin-bottom: .2rem;
  cursor: default;
}


.footer .L2 .menu-item:not(.active) a, 
.footer .snippet p a {
	color: #5a6269;
	cursor: pointer;
}

.footer .L2 .menu-item a:hover, 
.footer .L2 .menu-item.active, 
.footer .snippet p, 
.footer .snippet p a:hover {
	color: var(--accent-color);
}


.footer .snippet p, 
.footer .snippet p a {
	color: #5a6269;
	/* line-height: 1.4rem; */
}


/* COPYRIGHT ROW */
.footer .copyright {
  width: 100%;
  flex-basis: 100%;
  font-size: .85em;
  /* font-style: italic; */
  color: var(--grey-color);
  text-align: center;
  margin: 3em 0;
}


/* ADMIN ? */
.admin_edit_item a span, 
.admin_edit_item a i {
	font-size: 0.9em;
	color: var(--grey-color);
}

.admin_edit_item a:hover span, 
.admin_edit_item a:hover i {
	font-size: 0.9em;
	color: var(--accent-color);
}

.admin_edit_item a span {
	font-style: italic;
}

/*#endregion FOOTER*/



/*#endregion LAYOUT*/




/* MISC 
========================================================================================*/
/*#region MISC*/


/* FLEX - 2019 - 2020
------------------------------------------------------------------------------*/
/*#region*/
.flex {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: space-between;
}


.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.space-between {
	justify-content: space-between;
}
.space-around {
	justify-content: space-around;
}


.align-start {
	align-items: flex-start;
}
.align-middle {
	align-items: center;
}
.align-end {
	align-items: center;
}
/*#endregion*/



/* BUTTONS - 2019 - 2020
------------------------------------------------------------------------------*/
/*#region*/
/*BUTTON'S GRADIENTS*/
.btn_gradient,
.submit.client {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #f1f1f1 0%, #aaa 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f1f1f1 0%,#aaa 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f1f1f1 0%,#aaa 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */

	padding: .5em 1em .4em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
	border: var(--solid-border);
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	
	transition: box-shadow .3s ease;
}

.btn_gradient:hover,
.submit.client:hover {
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}

.login .submit-row label {
	/* width: 180px; */
}

.submit-row .submit.waiting-validation {
	cursor: default;
	outline: none;
}
/*#endregion*/



/*CROSS BROWSER OPACITY 0 TO TRANSITION REVEAL
------------------------------------------------------------------------------*/
/*#region*/

/*OPACITY 0 AND TRANSITION*/
.fade-this {
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}

/*TRANSITION DURATION*/
.fade-this.time-200 {
	transition-duration: .2s;
}
.fade-this.time-400 {
	transition-duration: .4s;
}
.fade-this.time-500 {
	transition-duration: .5s;
}
.fade-this.time-600 {
	transition-duration: .6s;
}
.fade-this.time-800 {
	transition-duration: .8s;
}
.fade-this.time-1000 {
	transition-duration: 1s;
}
.fade-this.time-1500 {
	transition-duration: 1.5s;
}
.fade-this.time-2000 {
	transition-duration: 2s;
}
.fade-this.time-2500 {
	transition-duration: 2.5s;
}
.fade-this.time-3000 {
	transition-duration: 3s;
}
.fade-this.time-3500 {
	transition-duration: 3.5s;
}
.fade-this.time-4000 {
	transition-duration: 4s;
}

/*OPACITY 1*/
.fade-this.reveal {
	opacity: 1;
}
/*#endregion*/



/* LISTS
------------------------------------------------------------------------------*/
/*#region*/

/*#endregion*/



/* HELPER CLASSES
------------------------------------------------------------------------------*/
/*#region*/
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;  
  text-overflow: ellipsis;
  /* width: 98% !important; */
}
span.trailling_points {
	font-size: 8px;
	line-height: 12px;
}

.error {
	color: var(--accent-color);
	margin-top: 1rem;
}

.bigger {
	font-size: 1.1em;
}

.B,
.bold {
	font-weight: 600;
}

.SB,
.semi-bold {
	font-weight: 500;
}

.center {
	text-align: center;
}

.light {
	font-weight: 300;
}

.R,
.regular {
	font-weight: 400;
}

.displayN {
	display: none;
}

.shadow {
	box-shadow: 0 0 4px 1px #eee;
}

.rounded {
	border-radius: 5px;
}

.clear {
	clear: both;
}

.red {
	color: var(--accent-color);
}
/*#endregion*/



/* AJAX MESSAGES CONTAINER
------------------------------------------------------------------------------*/
/*#region*/
.ajax-msg {
  display: flex;
  
  justify-content: center;
  align-items: center;

  width: 100%;
  height: var(--top-height);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;

  font-size: 1.2rem;
  color: var(--darkgrey-color);
  background-color: rgba(255, 255, 255, .95);

  margin: 0;
}

.ajax-msg::before {
  content: "";
  display: block;
  font-size: .85em;
  line-height: 1;
  margin-right: .4em;
}


.ajax-msg.success {
  color: var(--green-color);
}
.ajax-msg.success::before {
  content: "👍";
}
.ajax-msg.error {
  color: var(--accent-color);
}
.ajax-msg.error::before {
  content: "⚠️";
}


.ajax-msg.reveal {
  opacity: 1;
  pointer-events: all;
}
/*#endregion*/



/* ADMIN
------------------------------------------------------------------------------*/
/*#region*/
.link_edit_page {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 32px;
  height: 32px;

	position: absolute;
	top: 1em;
	right: 0;
	z-index: 10;

  color: #ccc;

  transition: color .3s ease;
  /* background-color: #fc0; */
}

.link_edit_page:hover {
  color: var(--accent-color);
}

.link_edit_page i {
  color: inherit;
}
/*#endregion*/



/* jQuery PLUGINS
------------------------------------------------------------------------------*/
/*#region*/


/* DIALOG
--------------------------------------------------------------------*/
/*#region*/
#batcode_dialog.dialog {
	padding: 20px 10px 10px 10px;
}

#batcode_dialog.dialog .left {
	width: 5%;
	height: 100px;
	padding: 0 0 0 5px;
}

#batcode_dialog.dialog .right {
	width: 90%;
}

#batcode_dialog.dialog h2.dialog_header {
	margin: 5px 0 0 0;
	font-size: 16px;
}

#batcode_dialog.dialog .dialog_related {
	margin: 10px 0;
}
/*#endregion*/



/* FANCYBOX - Update 2021.06.09
--------------------------------------------------------------------*/
/*#region*/


/* ☝ REMEMBER: Padding is set by JS in shop/mod.php at [0, 80, 0, 80] AND [30] for ajax */


/* MAIN CONTAINERS
----------------------------------------------------------*/
/*#region*/
.fancybox-overlay {
  background: rgba(0,0,0,.8);
}

.fancybox-outer, .fancybox-inner {
  position: static;
}

.fancybox-wrap.fancybox-type-image {
  background-color: #fff;
}

.fancybox-type-image.fancybox-opened {
  /* width: 90% !important; */
  /* left: 50% !important; */
  /* transform: translateX(-50%); */

	overflow: visible!important;
}
/*#endregion*/


/* ICONS
----------------------------------------------------------*/
/*#region*/

/* COMMON */
.fancybox-close,
.fancybox-nav span {
  width: 44px;
	height: 44px;

  display: flex;
	justify-content: center;
	align-items: center;

  font-family: 'fontawesome';
  line-height: 1;
  color: var(--grey-color);

  transition: opacity .5s ease, color .3s ease;
  /* background-color: #fc0; */
}

/* HOVER */
.fancybox-close:hover,
.fancybox-nav span:hover {
	color: #fff;
}


/* ICONS */
.fancybox-close::before {
	content: "\e92e";
}
.fancybox-prev span::before {
	content: "\e926";
}
.fancybox-next span::before {
	content: "\e920";
}


/* CLOSE */
.fancybox-close {
  font-size: 1.8em;
	position: absolute;
	top: -5px;
	right: -50px;
}


/* NEXT / PREV */
.fancybox-nav span {
  font-size: 2.4em;
  color: #fff;

  transform: translateY(-50%);
	background-image: none;
  margin-top: 0;
}

.fancybox-next span {
	right: -50px;
}
.fancybox-prev span {
	left: -50px;
}

/*#endregion*/


/* TYPE AJAX
----------------------------------------------------------*/
/*#region*/
.fancybox-type-ajax {
  /* background-color: #fff; */
}

.fancybox-type-ajax .fancybox-skin {
  background-color: #fff;
}
.fancybox-type-ajax .fancybox-inner {
	width: 100% !important;
}
.fancybox-type-ajax .fancybox-close {
	/* top: -8px; */
	/* right: -45px; */
}
/*#endregion*/


/*#endregion FANCYBOX*/


/*#endregion jQuery PLUGINS*/



/*#endregion MISC*/




/* MEDIA QUERIES
========================================================================================*/
/*#region*/



/* <= 1280px - Fancybox
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width: 1280px) {


  .fancybox-close,
  .fancybox-nav span {
    color: var(--grey-color);
    opacity: 1;
  }


  /* CLOSE */
  .fancybox-close {
    top: 10px;
    right: 10px;
  }


  /* NEXT / PREV */
  .fancybox-next span {
    right: 10px;
  }
  .fancybox-prev span {
    left: 10px;
  }


  .fancybox-close:hover,
  .fancybox-nav:hover span,
  a.fancybox-item.fancybox-close:hover:before {
    color: #000;
  }


}
/*#endregion*/



/* ALL TOUCH DEVICES → OR ← <= 1024px
------------------------------------------------------------------------------*/
/*#region*/
@media (hover: none) and (pointer: coarse), (max-width: 1024px) {


  /* GLOBAL LAYOUT
  --------------------------------------------------------------------*/
  /*#region*/


  /* ROOT AND BODY
  ----------------------------------------------------------*/
  /*#region*/
  html {
    font-size: 16px;
  }

  body.modal-open,
  body.menu-is-open,
  body.basket-is-open,
  body.search-is-open {
    overflow: hidden;
  }
  /*#endregion*/


  /* LAYOUT COMMON
  ----------------------------------------------------------*/
  /*#region*/
  body {
    /* font-size: 14px; */
    letter-spacing: normal;
    word-spacing: normal;
  }


  .top.container,
  .footer.container {}


  /* BACKGROUND HIGHLIGHT */
  a,
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination-bullet {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }


  .top {
    width: 100%;
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
    /* z-index: 2; */
  }


  .basket-is-open .logo {
    z-index: 2;
  }


  .middle {
    padding-left: 0;
    padding-right: 0;
    /* border-color: #ddd; */
  }
  .middle .middle-inner {
    box-shadow: none;
    border: none;
  }

  .basket-is-open .content,
  .basket-is-open .menu.top_menu,
  .basket-is-open .footer {
    filter: none; /* blur(2px) */
    /* pointer-events: none; */
  }

  .batcode-is-open .middle,
  .search-is-open .middle {
    filter: var(--modal-open--filters); /* blur(2px) */
	  /* pointer-events: none; */
  }
  /*#endregion*/


  /* TOP  TOOLS - BATCode AND LANGS
  ----------------------------------------------------------*/
  /*#region*/


  /* BATCode
  ------------------------------------------------*/
  .top .tools {
    width: 30%;
    max-width: 400px;
  }


  /* BATCode
  ------------------------------------------------*/
  /*#region*/
  .batcode-link {
    font-size: 1.1em;
  }
  /*#endregion*/


  /* LANGS
  ------------------------------------------------*/
  /*#region*/
  .lang_switch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    font-size: 1.2em;
    margin-top: 0;
    /* background: crimson; */
  }
  .lang_switch a {
    display: block;
    /* height: var(--height); */
    padding: .5em .7em;
    /* background-color: lightgreen; */
  }
  .lang_switch .lang_sep {
    /* width: .3rem; */
    display: none;
  }
  /*#endregion*/


  /* SEARCH
  ------------------------------------------------*/
  /*#region*/
  .search-form .search_key {
    height: 45px;
  }

  .search_key::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
  }

  .search_key::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5;
  }

  .search_key::placeholder {
    font-size: 1rem;
    line-height: 1.5;
  }
  /*#endregion*/


  /*#endregion*/
  

  /* MENUS
  ----------------------------------------------------------*/
  /*#region MENUS*/
  .top-nav {
    padding-top: 1.3rem;
  }
  .nav-wrap,
  .top-nav {
    height: var(--height);
  }

  .top-nav li a,
  .active_basket {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .basket-menu {
    padding-right: 0;
  }
  .basket-icon {
    height: 2rem;
    font-size: 2rem;
    line-height: 1;
    margin: -.8rem 0 0 20px;
  }
  .basket-count {
    /* font-size: .50em; */
    line-height: 1.3;
  }
  /*#endregion*/


  /* CONTENT
  ----------------------------------------------------------*/
  /*#region*/
  .content {
    min-height: 30vh;
    padding: 2.4rem 0;
    /* width: 96%; */
    /* font-size: 15px; */
  }
  .home .content {
    padding-top: 1.8rem;
  }


  /* TITLES */
  .static .content h1 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 3rem;
  }

  .content h1 a,
  .content h1 span,
  .content h1 strong,
  .content h1 em {
    font-size: inherit;
  }

  .static .content h3,
  .static .content .h3 {
    font-size: 1.2em;
  }

  .static .content h2 {
    font-size: 1.5em;
    /* line-height: 1.2em; */
  }

  .content h2 a,
  .content h2 span,
  .content h2 strong,
  .content h2 em {
    font-size: 1em;
  }

  .static h3,
  .static .h3 {
    font-size: 1.25em;
  }

  .content h3 a,
  .content h3 span,
  .content h3 strong,
  .content h3 em {
    font-size: inherit;
  }

  .content p {
    /* font-size: 1.15em; */
    /* line-height: 1.5em; */
    text-align: left;
  }
  .legal-info .content p {
    text-align: center;
  }

  /*Contact*/
  .contact div p {
    text-align: center !important;
  }

  /*Confirmation*/
  .checkout_left.confirmation p {
    font-size: 1.3em;
  }

  .checkout_left.confirmation p {
    font-size: 1.2em;
  }

  .checkout_left.confirmation p a,
  .checkout_left.confirmation p span,
  .checkout_left.confirmation h3 a {
    /* font-size: 1em; */
  }

  .checkout_left.confirmation p a {
    display: block;
    padding: .4em 0;
  }
  /*#endregion*/


  /* FOOTER
  ----------------------------------------------------------*/
  /*#region*/
  .footer {
    max-width: 1024px;
    min-height: 3em;
    padding-top: 0;
    padding-bottom: 5em;
    /* background-color: lavender; */
  }


  .footer .footer_client,
  .footer .footer_shortcuts,
  .footer .footer_spelemat,
  .footer .footer_quick_contact {
    width: 50%;
    text-align: center;
  }
  .footer h3,
  .footer .h3 {
    text-align: center;
  }


  .footer .footer_client,
  .footer .footer_spelemat {
    margin-bottom: 2.4rem;
  }
  
  .footer .menu li a,
  .footer .parent .top-link,
  .footer .snippet h3,
  .footer .snippet p,
  .footer .snippet p a {
    font-size: 1.15rem;
  }
  .footer .menu .top-link,
  .footer .snippet h3 {
    font-weight: 700;
  }
  
  .footer .menu-item .menu-link,
  .footer .snippet p,
  .footer .footer_quick_contact p,
  .footer .snippet h3,
  .footer .parent .top-link {
    margin-bottom: 0;
    padding: .6rem 0;
  }
  .footer .menu ul li a {
    margin-bottom: 0;
  }


  .footer .copyright {
    padding: 3rem 0 2rem;
    font-size: 1em;
    /* background-color: #fc0; */
  }
  /*#endregion*/


  /*#endregion GLOBAL LAYOUT*/


  /* BATCode
  --------------------------------------------------------------------*/
  /*#region*/
  .batcode {
    width: 60%;
    max-width: 400px;
    font-size: 1em;
  }

  .batcode_title a {
    display: flex;
    align-items: center;
    width: 100%;
    /* font-size: inherit; */
  }

  .batcode_title i {
    font-size: 1.1em;
  }

  .batcode_logout i {
    font-size: 1.2em;
  }

  .batcode_login form h4 {
    font-size: 1.1em;
    padding-left: .3em;
  }

  .batcode form .batcode_key {
    font-size: 1.1em;
  }

  .batcode form .submit {
    height: 45px;
    font-size: 1.15rem;
    line-height: 1;
  }

  .batcode form .batcode_check {
    width: 10%;
  }

  .batcode_profile_title {
    font-size: 1.2em;
    line-height: 1.4;
  }

  .batcode_associated_discounts_title {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .batcode_login p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-top: .5em;
  }
  .batcode_login p.error {
    font-size: 1em;
    padding-left: .4em;
    margin-top: .7em;
  }


  .affected_prods_title .affected_prods {
    font-size: 1.2em;
    display: block;
    margin: 1em 0 .7em 0;
  }

  .affected_prods_title .affected_prods i {
    font-size: .9em;
  }

  .batcode_period {
    font-size: 1.3em;
    margin: 1em 0 .5em 0;
    color: #777;
  }
  /*#endregion*/


  /* BASKET
  --------------------------------------------------------------------*/
  /*#region*/


  /* BASKET MODAL
  ----------------------------------------------------------*/
  /*#region*/
  .basket-modal {
    position: fixed;
    top: 0;
    right: -100vw;
    /* left: auto; */
    bottom: 0;
    z-index: 1009;

    width: 100vw;
    height: 100vh;
    overflow: auto;

    padding: 3rem 0 5rem;
    border: none;
    border-radius: 0;
    box-shadow: none;

    font-size: 1.15em;

    transition: none;
  }

  .basket-is-open .basket-modal {
    right: 0;
    opacity: 1;
    
    /* transition: none; */
    animation: show_from_right .4s 1;
    animation-timing-function: ease-in-out;
  }
  .basket-closed .basket-modal {
    /* display: block; */
    animation: hide_from_right .4s 1;
    animation-timing-function: ease-in-out;
  }


  .basket-inner {
    width: 100%;
    max-width: 720px;
    padding: 0 var(--container-pad);
    margin: 0 auto;
  }

  .basket_top {
    padding-bottom: 0;
    margin-bottom: 1em;
    border-bottom: solid 0.5px #ddd;
  }

  .basket_title {
    padding: 0;
  }

  a.close_basket {
    padding: .6em 0 .3em 0;
  }

  .basket-icon.big  {
    margin-bottom: .3em;
  }


  .basket-content {
    min-height: 4em;
  }
  /*#endregion BASKET MODAL*/

  
  /* BASKET ITEM
  ----------------------------------------------------------*/
  /*#region*/
  .basket-modal .item {
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 1em;
    line-height: 1.5;
  }

  .basket-modal .image {
    margin-right: 2%;
  }

  .basket-modal .image img {
    max-width: 100%;
  }

  .basket-modal .texts {
    width: calc(98% - 100px);
    height: auto;
    overflow: visible;
  }

  .basket-modal .texts .itembrand {
    margin-top: .4em;
  }

  .basket-modal .texts .cartprice {
    align-items: center;
    position: relative;
    margin-top: .2em;
    /* background-color: #ffc; */
  }

  .basket-modal .cartprice .delete_item {
    width: 44px;
    height: 44px;
    margin-top: 0;
    /* background-color: #fc0; */
  }
  .basket-modal .cartprice .delete_item i {
    font-size: 1.3em;
  }

  .texts .itemopt .optrow {
    margin-top: .1em;
  }
  .basket-modal .prodvaluename .color {
    height: 1.1em;
    width: 3em;
  }
  /*#endregion*/


  /* BASKET TOTAL AND GO TO BASKET LINK
  ----------------------------------------------------------*/
  /*#region*/
  .basket-content,
  .basket-content .totalbasket h4 span {
    /* font-size: 1.6rem; */
    /* line-height: 1.7rem; */
    font-weight: 300;
  }
  .totalbasket {
    font-size: 1.15em;
  }

  .total-row .total-text {
    min-width: 104px;
  }

  .basket-content .big_link {
    font-size: 1.05rem;
    font-weight: 400;
    padding: .7em 0;
  }
  /*#endregion*/
    

  /*#endregion BASKET*/


}
/*#endregion*/



/* <= 840px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width: 860px) {
  

  /* MAIN CONTAINERS
  ------------------------------------------------------------------*/
  /*#region*/
  .top {
    min-height: var(--top-height-mobile);
  }
  .basket-is-open .top {
    /* position: fixed; */
    /* min-height: var(--top-height-mobile); */
    /* z-index: 1006; */
    /* background-color: rgba(255, 255, 255, 1); */
  }

  .middle {
    border-top: none;
    transition: all .4s;
  }
  .middle .middle-inner {
    padding-bottom: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .content {
    padding: var(--container-pad) 0;
  }
  /*#endregion*/



  /* LOGO
  ------------------------------------------------------------------*/
  /*#region*/
  .logo {
    width: auto;
    z-index: 1005;
  }

  .basket-is-open .logo,
  .filters-is-open .logo {
    position: fixed;
  }
  /*#endregion*/



  /* TOOLS
  ------------------------------------------------------------------*/
  /*#region*/


  /* TOP TOOLS
  --------------------------------------------------------*/
  /*#region*/
  .top .tools {
    width: 50%;
    max-width: 280px;
    margin-left: auto;
    /* margin-right: 5%; */
    /* background-color: lavender; */
  }
  /*#endregion*/


  /* BATCode AND LANGS
  --------------------------------------------------------*/
  /*#region*/
  .bat-langs {
    justify-content: space-between;
    align-items: flex-start;
  }
  /*#endregion*/


  /* SEARCH
  --------------------------------------------------------*/
  /*#region*/

  /* SEARCH LINK → Only mobiles */
  .search-link-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: var(--height);
  }

  .search-link {
    display: block;
    padding: .4rem .8rem;
    font-size: 1.4rem;
    line-height: 1;
    /* background-color: #fc0; */
  }

  .search-is-open .tools {
    z-index: 1006;
  }


  /* SEARCH WRAP */
  .search-wrap {
    /* display: none; */

    position: fixed;
    top: -130px;
    left: 0;
    z-index: 1006;

    width: 100vw;
    height: calc(var(--top-height-mobile) + var(--height));
    padding: 0 var(--container-pad);

    font-size: 1.3em;
    opacity: 0;
    transition: opacity .4s ease-out;
    pointer-events: none;

    background-color: rgba(255, 255, 255, 1);
    /* background-color: #fc0; */
  }

  .search-is-open .search-wrap {
    width: 100%;
    top: 0;
    opacity: 1;
    pointer-events: all;
  }

  .search-form {
    display: flex;
    align-items: center;
    /* width: 100%; */
  }
  .search-form .search_key {
    box-sizing: border-box;
    /* display: block; */
    width: calc(100vw - var(--container-pad) - 5px);
    /* width: 100vw; */
    font-size: inherit;
    padding-left: 2.5rem;
    /* background-color: lavender; */
  }

  /*#endregion SEARCH*/


  /*#endregion TOOLS*/



  /* MENUS
  ------------------------------------------------------------------*/
  /*#region*/


  /* MENUS COMMON
  --------------------------------------------------------*/
  /*#region*/
  .nav-wrap {
    align-items: flex-end;
    border-bottom: var(--solid-border-light);
    /* background-color: #fc0; */
  }

  .top-nav {
    display: flex;
    align-items: flex-end;
    padding-top: 0;
  }

  .top-nav .menu {
    margin: 0;
  }

  .main-menu {
    /* width: 45px; */
    /* height: 45px; */
    /* left: 4%; */
    /* margin-left: -0.6em; */
    padding-left: 0;
    overflow: visible;
  }

  .main-menu .menu {
    margin: 0;
  }
  .top-nav li .active:hover,
  .top-nav li .active {
    border: none;
  }

  .top-nav li a,
  .active_basket {
    height: 100%;
  }
  /*#endregion*/


  /* MOBILE MENU TRIGGERS
  --------------------------------------------------------*/
  /*#region*/
  .mobile-triggers {
    display: block;
  }

  .trigger-menu {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 44px;
    height: 44px;
    font-size: 1.6rem;
    line-height: 1;
    /* background-color: lavender; */
  }
  .trigger-menu i {
    display: block;
    width: 100%;
    text-align: left;
    /* background-color: lightblue; */
  }
  .trigger-menu.close-menu i {
    text-align: center;
  }

  

  .close-modal {
    display: flex;
    justify-content: center;
    align-items: center;

    width: var(--close-size);
    height: var(--close-size);

    position: fixed;
    top: var(--container-pad-phone);
    right: var(--container-pad-phone);
    z-index: 1005;

    font-size: 2em;
    border: solid thin #eaeaea;
    border-radius: 50%;
    /* border-radius: var(--border-radius); */
    /* background-color: #fc0; */
  }

  .close-menu {
    display: none;
  }

  .menu-is-open .close-menu {
    display: flex;
    animation: show_modal_close 1s 1;
  }
  /*#endregion*/


  /* FULLSCREEN MENU
  --------------------------------------------------------*/
  /*#region*/


  /* NAV
  ----------------------------------------------*/
  /*#region*/
  .main-menu.top-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;

    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 1004;

    width: 100vw;
    height: 100vh;

    opacity: 0;
    /* transition: opacity .4s ease, left .2s ease-out, z-index .2s ease; */
    /* pointer-events: none; */
    background-color: rgba(255, 255, 255, 1);
  }

  .menu-is-open .main-menu.top-nav {
    opacity: 1;
    left: 0;
    animation: show_from_left .4s 1;
    animation-timing-function: ease-in-out;
    /* pointer-events: all; */
    /* z-index: 1004; */
  }

  .menu-closed .main-menu.top-nav {
    /* display: block; */
    animation: hide_from_left .4s 1;
    animation-timing-function: ease-in-out;
  }
  /*#endregion*/


  /* UL MENU
  ----------------------------------------------*/
  /*#region*/
  .main-menu .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 100%;
    height: 90vh;
    padding-top: 1.5vh;

    font-size: 3vh;
    line-height: 1.5;
    /* background-color: lavender; */
  }
  /*#endregion*/


  /* MENU ITEM
  ----------------------------------------------*/
  /*#region*/
  .main-menu .menu-item {
    display: flex;
    justify-content: center;
    align-items: center;

    height: auto;
    /* min-height: 2em; */
    padding: 0;
    font-size: inherit;
    line-height: 1vh;

    margin: .4em 0;
    /* background-color: #fc0; */
  }
  .main-menu .menu-item:last-child {
    margin-bottom: 0;
  }

  .main-menu.top-nav li.active a:not(.current):hover,
  .main-menu.top-nav li.active a:not(.current) {
    border: none;
  }
  .main-menu li.active a.menu-link {
    border: none;
    position: relative;
  }
  .main-menu .active .menu-link::after {
    content: "";
    display: block;
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .4em;
    border-bottom: solid 2px var(--accent-color);
  }

  .main-menu .menu-link {
    height: auto;
    padding: .8em;
    font-size: inherit;
    line-height: 1;
    
    margin: 0;
    /* background-color: lavender; */
  }
  /*#endregion*/


  /* LANG SWITCH
  ----------------------------------------------*/
  /*#region*/
  .main-menu .lang_switch {
    display: flex;
    justify-content: center;
    align-items: center;

    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */

    width: 100%;
    height: 10vh;

    text-align: center;
    font-size: 3vh;
    padding: 1vh 2rem;

    margin: 0;
    /* background-color: lightblue; */
  }

  .main-menu .lang {
    font-size: inherit;
    padding: 1rem 1.4rem;
  }

  .main-menu .lang_sep {
    display: block;
    width: .5rem;
  }
  /*#endregion*/


  /*#endregion FULLSCREEN MENU*/


  /*#endregion MENUS*/



  /*BASKET MENU & MODAL
  ------------------------------------------------------------------*/
  /*#region*/

  /* BASKET MENU */
  .basket-menu {
    position: relative;
    /* z-index: 1003; */
  }
  .basket-menu .menu-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    /* padding: .8em 4%; */
    /* background-color: #fc0; */
  }
  .basket-menu .menu-item .menu-link {
    align-items: center;
  }
  .basket-is-open .main-menu .menu-link {
    pointer-events: none;
  }

  .basket-menu .menu-str {
    display: none;
  }
  .basket-icon {
    height: 2rem;
    font-size: 2rem;
    margin: 0;
  }


  /* BASKET MODAL */
  .basket-modal {
    /* top: -1rem; */
    /* opacity: .5; */
    /* margin: 0 5px; */
  }
  .basket-icon.big {
    /* display: none; */
  }
  /*#endregion*/


}
/*#endregion*/



/* <= 768px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width: 768px) {


  /* MENUS
  ------------------------------------------------------------------*/
  /*#region*/
  .top-nav li a,
  .active_basket {
    /* margin: 0 2em 0 0; */
  }
  /*#endregion*/


  /* CONTENT
  ------------------------------------------------------------------*/
  /*#region*/


  /* TITLES
  --------------------------------------------------------*/
  /*#region*/
  .static .content h1 {
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .static .content h3,
  .static .content .h3 {
    font-size: 1.1em;
  }

  .static .content h2 {
    font-size: 1.3em;
    /* line-height: 1.2em; */
  }

  .static-content p,
  .static-content ul,
  .static-content table {
    font-size: 1.1rem;
  }
  /*#endregion*/


  /* COLS HALF
  --------------------------------------------------------*/
  /*#region*/
  .content .col1.half,
  .content .col2.half {
    width: 100%;
  }
  /*#endregion*/


  /* CONTACT
  --------------------------------------------------------*/
  /*#region*/
  .content.contact div h3 {
    margin-bottom: .2em;
  }

  .content.contact div p.empty {
    display: none;
  }
  /*#endregion CONTACT*/


  /*#endregion CONTENT*/


  /* FOOTER
  ------------------------------------------------------------------*/
  /*#region*/
  .footer {
    display: block;
    text-align: center;
  }
  .footer .menu,
  .footer .snippet {
    width: 100%;
  }

  .footer .footer_client,
  .footer .footer_spelemat {
    margin-bottom: 0;
  }

  .footer .menu.L1::after,
  .footer .snippet::after {
    content: "";
    display: block;
    width: 100px;
    height: 2rem;
    border-top: var(--solid-border-light);
    margin: 2rem auto 0;
    /* background-color: #ffc; */
  }
  .footer .footer_quick_contact::after {
    display: none;
  }

  .footer .menu.L2,
  .footer .snippet p {
    margin: 0;
  }

  .footer .menu,
  .footer .snippet,
  .footer .snippet h3,
  .footer .parent .top-link {
    font-size: 1.25rem;
  }
  .footer .menu li a,
  .footer .snippet h3,
  .footer .snippet p,
  .footer .snippet p a {
    font-size: inherit;
  }

  .footer h3,
  .footer .h3 {
    margin-top: 0;
  }
  /*#endregion*/


}
/*#endregion*/



/* <= 640px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width: 640px) {


  /* HIDE THIS
  ------------------------------------------------------------------*/
  /*#region*/
  .c3,
  .seemore {
    display: none !important;
  }
  /*#endregion*/


  /* BASKET
  ------------------------------------------------------------------*/
  /*#region*/
  .basket-modal {
    /* width: 92%; */
    /* right: 4%; */
  }
  .basket-modal .texts {
    width: calc(96% - 100px);
  }

  .basket-modal .image {
    width: 100px;
    height: 100px;
    margin-right: 4%;
  }
  /*#endregion*/


  /* FOOTER
  ------------------------------------------------------------------*/
  /*#region*/
  
  /*#endregion*/


  /* TOOLS
  ------------------------------------------------------------------*/
  /*#region*/
  .top .tools {
    width: 50%;
    max-width: 254px;
  }


  /*BATCODE*/
  /*#region*/
  .batcode,
  .batcode.active {
    width: 100%;
    max-width: none;
    right: 0;
    font-size: 1em;
  }

  .batcode.active .batcode-icon {
    left: 20%;
  }

  .batcode-is-open .batcode {
    right: 0;
    z-index: 1006;
  }


  .batcode-is-open .batcode.active {
    position: fixed;
    right: 0;
    z-index: 1006;

    width: 100vw;
    height: 100vh;

    overflow: auto;
    overscroll-behavior: contain;

    max-width: none;
    font-size: 1em;
    opacity: 1;
  }


  .batcode_profile_title {
    margin-bottom: 1rem;
  }
  .batcode_period {
    margin: 1em 0;
  }
  .batcode_associated_discounts_title,
  .affected_prods_title  {
    margin-top: 2rem;
  }
  .batcode_login p {
    margin-top: .8em;
  }
  
  /*#endregion*/

  /*#endregion*/


}
/*#endregion*/



/* <= 540px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width: 540px) {


  .logo .logo-img {
    display: none;
  }

  .logo .logo-img-phone {
    display: block;
    width: 130px;
  }


  .main-menu .menu {
    font-size: 4vh;
  }


  .static .content h2, .static .content .h2 {
    font-size: 1.3em;
  }


  .figure-3-cols img {
    width: 100%;
    max-width: 380px;
    margin-bottom: 2rem;
  }
  .static .content figure img:last-child {
    margin-bottom: 0;
  }


}
/*#endregion*/



/* <= 420px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width: 420px) {


  .container {
    padding: 0 var(--container-pad-phone);
  }


  /* TOP */
  .top {
    min-height: 0;
    height: var(--top-height-phone);
  }
  .top .tools {
    display: flex;
    justify-content: flex-end;

    width: 60%;
    max-width: 40vw;
    /* background-color: darkkhaki; */
  }

  .main-menu .lang_switch {
    font-size: 4vh;
  }


  /* LANGS */
  .tools .lang_switch {
    display: none;
  }


  /* MODAL BASKET */
  .basket-modal {
    padding: 2rem 0 3rem;
  }
  .basket-modal .cartprice .delete_item i {
    font-size: 1.2em;
  }
  

  /* BATCODE */
  .batcode form .batcode_key {
    width: 75%;
  }
  .batcode form .submit {
    width: 20%;
  }

  .bat-langs {
    justify-content: flex-end;
  }
  .batcode-wrap {
    height: auto;
    min-width: 0;
    margin: .5em 0 0 0;
    /* background-color: lavender; */
  }
  .batcode-link {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    font-size: .9em;
    padding: 0;
    /* text-transform: uppercase; */
    /* background-color: #fc0; */
  }
  .batcode-icon {
    /* display: none; */
    position: static;
    width: 30px;
    /* transform: rotate(21deg); */
    margin: 0 auto .2em;
  }


  .batcode_title a {
    justify-content: flex-start;
  }
  .batcode_title .batcode_icon {
    margin-right: auto;
  }


  .batcode_associated_discounts_title,
  .affected_prods_title {
    margin-top: 1.3rem;
  }


  /* AFFECTED PRODS MODAL */
  .fancybox__slide.has-ajax {
    padding: 58px 7px;
  }
  .fancybox__slide.has-ajax .fancybox__content {
    width: 100%;
    padding: 1em;
  }
  .carousel__button svg {
    width: 32px;
    height: 32px;
  }

  .affected_prods {
    width: 100%;
  }

  .promprods_list .promo-prod-link {
    display: block;
    justify-content: flex-start;
    padding: .6em 2%
  }


  /* SEARCH */
  .search-link {
    margin-top: 8px;
  }

  .search-wrap {
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 1006;
    width: 100%;
    /* height: 115px; */
    /* height: var(--top-height-phone); */
    height: var(--top-height-phone);
  }
  
  .search_key::-webkit-input-placeholder {
    font-size: 1rem;
  }

  .search_key::-moz-placeholder {
    font-size: 1rem;
  }

  .search_key::placeholder {
    font-size: 1rem;
  }


  /* CLOSE MENU */
  .close-modal {
    width: 44px;
    height: 44px;
    font-size: 1.6em;
    top: 1.2rem;
    /* right: 1rem; */
    /* z-index: 1005; */
    /* font-size: 2.2em; */
    /* background-color: #fc0; */
  }


}
/*#endregion*/



/* <= 380px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width: 380px) {


  .container {
    padding: 0 20px;
  }

  .logo.phone {
    width: 100px;
  }

  .search-form .search_key {
    font-size: 1.15rem;
  }

  .close-modal {
    right: 20px;
  }


}
/*#endregion*/



/* <= 350px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (max-width: 350px) {

 
  /* COMMON */
  .container,
  .search-wrap,
  .basket-inner {
    padding: 0 20px;
  }

  .logo .logo-img-phone {
    width: 120px;
  }

  .batcode-inner {
    padding: 20px;
  }


}
/*#endregion*/



/* LANDSCAPE & HEIGHT <= 420px
------------------------------------------------------------------------------*/
/*#region*/
@media only screen and (orientation: landscape) and (max-width: 600px) and (max-height: 420px) {

  .main-menu .menu {
    font-size: 4vh;
    margin-top: 10vh;
  }
  .main-menu .lang_switch {
    font-size: 4vh;
    padding: 1vh 2rem 5vh;
  }

}
/*#endregion*/



/* MEDIA PRINT - TODO !
------------------------------------------------------------------------------*/
/*#region*/
@media print {

  img {
    border: none;
    display: block;
  }

  .L1,
  .menu_cats {
    display: none;
  }

  .logo {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #322f31;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .logo img {
    margin: 0 auto;
  }

}
/*#endregion*/


/*#endregion MEDIA QUERIES*/
