/*
  Ügyfél egyedi design beállításai
*/
body{
  font-family: Mulish, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.3;
}
.about_short_info_container {
  padding-top: 7px;
  padding-left: 5px;
}
.wlogin_btn {
  display: flex !important;
  background: transparent;
  color: #454a49;
  color: #454a49;
}

img.graytocolor{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity:0.4;
}

/* Disable grayscale on hover */
img.graytocolor:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity:1;
}

/*********************************************/
/*  multiline text truncate */
.module {
/*  width: 155px;*/
  margin: 0 0 1em 0;
  overflow: hidden;
}
.module p {
  margin: 0;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
.overflow {
  --max-lines: 2;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.overflow::before {
  position: absolute;
  content: "...";
/*   inset-block-end: 0;
  inset-inline-end: 0; */
  bottom: 0;
  right: 0;
}
.overflow::after {
  content: "";
  position: absolute;
/*   inset-inline-end: 0; */
  right: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}
/*********************************************

#item_details_container table th, tr, td {
  border:1px solid;
}
.shopping_cart_short_info_container_dropdown table th, tr, td {
  border:none;
}
/*
  <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lobster" />
*/
.font-lobster {
  font-family:Lobster;
}
.domainname-color {
  color: #105b94 !important;
}
/*  DigEnter WEBSHOP DEAFULT fejléc/menü címsor háttér szín */
.navbar-default {
/*    background-color: rgba(89, 12, 0, 0.9);*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#380a00+0,ffaa8c+3,4f1100+4,8c311d+96,ffb293+98,420100+99 */
background: rgb(56,10,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(56,10,0,1) 0%, rgba(255,170,140,1) 3%, rgba(79,17,0,1) 4%, rgba(140,49,29,1) 96%, rgba(255,178,147,1) 98%, rgba(66,1,0,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(56,10,0,1) 0%,rgba(255,170,140,1) 3%,rgba(79,17,0,1) 4%,rgba(140,49,29,1) 96%,rgba(255,178,147,1) 98%,rgba(66,1,0,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(56,10,0,1) 0%,rgba(255,170,140,1) 3%,rgba(79,17,0,1) 4%,rgba(140,49,29,1) 96%,rgba(255,178,147,1) 98%,rgba(66,1,0,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#380a00', endColorstr='#420100',GradientType=0 ); /* IE6-9 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053800+0,b4ff8c+3,094f00+4,2b891c+96,aeff93+98,044200+99 */
background: #053800; /* Old browsers */
background: -moz-linear-gradient(top,  #053800 0%, #b4ff8c 3%, #094f00 4%, #2b891c 96%, #aeff93 98%, #044200 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #053800 0%,#b4ff8c 3%,#094f00 4%,#2b891c 96%,#aeff93 98%,#044200 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #053800 0%,#b4ff8c 3%,#094f00 4%,#2b891c 96%,#aeff93 98%,#044200 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053800', endColorstr='#044200',GradientType=0 ); /* IE6-9 */
    border-color: #E7E7E7;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 7px 0px rgba(31, 50, 30, 0.6);    
}
/*termekek START */
.bigpic {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  background-color: white;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
  padding: 5px;
  top: 300px;
  left: 350px;
  visibility: hidden;
  color: black;
  text-decoration: none;
  z-index: 200;
}
td.middle {
  vertical-align: middle;
  background-repeat: no-repeat;
}

.previous_btn:hover {
  color:#c3f4ff;
}
.previous_btn {
  background-color: #4a6693;
  color: #f9f9f9;
  padding: 3px 18px;
  font-size: 30px;
  display: inline-block;
  float: left;
}
.breadcrumb li {
  margin-top: 8px;
}

.breadcrumb {
  min-height: 45px;
}

.custom-scee-img-top .card-img-top {
  max-height: 150px;
  object-fit: contain;
}

/*termekek end*/


.wmenu_btn {
  color: #4c5bd5;
  /*background-color: #f6f5d9;*/
  background-color: white;
}
.wlogin_btn {
  display: flex;
  background: transparent;
  color:#454a49;
}
a[name="connect"]:hover,
a[name="profil_lap"]:hover,
a[name="vasarlasaim"]:hover,
button[name="login"]:hover,
button[name="filter"]:hover,
button[name="logout"]:hover {
/*    color:white !important;*/
    text-decoration:underline !important;
}
.dropdown-divider{
  border-top: 1px solid #ddd;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}

#navbarResponsive {
/*  background: rgb(38, 127, 28);*/
/*  margin-top: 15px;*/
/*  background-color:white !important;*/
}
#navbarResponsive.navbar-collapse.collapse.show {
  margin-top: 0px !important;
}
.navbar {
  height: 55px !important; 
  padding: 0px; 
  transition: all 0.4s ease 0s;
/*  box-shadow: 0px -1px 2px #0000005c;*/
/* .blueimp-gallery z-index: 999999; - a galéria alatt legyen  */
/*  z-index:999998;*/
/* .modal z-index: 1050; - a modal alatt legyen  */
  z-index:1049;
}
.navbar-brand {
  padding:0;
/*  padding-right:50px;*/
/*  background-color:#ffffffe6 !important;*/
  border-radius: 3px;
/*  position: absolute;*/
/*  left: -253px;*/
  padding-top: 2px;
/*  height: 55px;*/
/*  box-shadow: 0px 2px 7px 0px rgba(31, 50, 30, 0.6);
  border: 1px solid #1f6017;
  */
}
#navbarResponsive.navbar-collapse.collapsing {
  display:none;
}

/*.navbar-scee_header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
*/
.leftside {
    float: left;
    width: 275px;
    right: 282px;
    background-color: #99a675;
    margin-bottom: -99000px;
    padding-bottom: 99000px;
}
.bg-sidebar {
/*  background-color:white;*/
}

.filter_box {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
/* user face  */
.circle {
width: 18px;
height: 21px;
border: 1px solid;
border-radius: 50%;
margin-left: -22px;
margin-top: 1px;
color: #0b8dff;
/*  animation: rotate 1s infinite linear;*/
}
.circle::after {
content: "";
display: block;
width: 20px;
height: 0px;
background: white;
border-radius: 50%;
margin: 65% 0 0 -2%;
}
.circle2 {
width: 36px;
height: 12px;
border: 1px solid;
border-radius: 50%;
margin-left: -29px;
margin-top: 23px;
color: #0b8dff;
/*  animation:  rotate 1s infinite linear;*/
}
.circle2::after {
content: "";
display: block;
width: 33px;
height: 16px;
background: white;
border-radius: 50%;
margin: 0% 0 0 0%;
}
* {
    box-sizing: border-box;
}
.mouth {
position: relative;
z-index: 1;
top: 13px;
right: 8px;
height: 6px;
width: 6px;
border-bottom: 1px solid #0b8dff;
border-radius: 50%;
}
.face {
display: flex;
justify-content: space-between;
width: 21px;
height: 29px;
padding: 0px;
transition: .3s ease-in-out;
border-radius: 50%;
margin-top: -14px;
margin-left: 17px;
}

.eye {
background: #0b8dff;
width: 2px;
height: 2px;
border-radius: 50%;
-webkit-transform-origin: 50%;
-webkit-animation: blink 5s infinite;
margin-top: 11px;
}

@-webkit-keyframes blink {
    0%, 100% {
        transform: scale(1, .05);
    }
    5%,
    95% {
        transform: scale(1, 1);
    }
}
/*  */
/*  preloader_container animation  */

.preloader {
  position: fixed;
  z-index: 107;
  height: 100%;
  width: 100%;
  opacity:0.8;  
  margin-top:-170px;
}
.preloader_containerr {
  position: absolute;
/*  width: 1263px;*/
  display: none;
  z-index: 10000;
  margin: 0 auto;
  opacity: 0.9;
} 
.preloader_container {
position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
/*   background-image: url('../images/default.gif');*/
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;
}
  
.preloader_content {
/*  position: fixed;
  width: 100%;*/
  height: 100%; 
  background-color: #fafafa;
  top:0;
}
.preloader_title {
  text-align: center;
  margin: 55px auto;
  width: 100%;
  position: absolute;
  color: #f0edda;
  text-shadow: 0px 1px 2px #521302;
  font-size: 21px;
  font-weight: bold;
/*  font-style: italic;*/
}
.preloader .loader_animation ul{
/*  position:relative;
  left: -50%;*/
  margin:0;
  padding:0;
  display:flex;
  
}
.preloader .loader_animation ul li{
  list-style:none;
  width:30px;
  height:30px;
  background:#fff;
  border-radius:50%;
  animation:grow 2.2s ease-in-out infinite;
  background-color:#3fb1f6 !important;
}
  @keyframes grow
  {
    0% , 40% , 100%
    {
      transform:scale(0.2);
      opacity:0.2;
    }
    20%{
       transform:scale(0.6);
      opacity:1;

    }
  }

.preloader .loader_animation ul li:nth-child(1){
  animation-delay:-1.4s;
  background:#2A3C2A38;
  box-shadow:0 0 50px #2A3C2A38;
  
}
.preloader .loader_animation ul li:nth-child(2){
  animation-delay:-1.2s;
  background:#2A3C2A38;
  box-shadow:0 0 50px #2A3C2A38;
  
}
.preloader .loader_animation ul li:nth-child(3){
  animation-delay:-1s;
  background:#2A3C2A38;
  box-shadow:0 0 50px #2A3C2A38;
  
}
.preloader .loader_animation ul li:nth-child(4){
  animation-delay:-0.8s;
  background:#2A3C2A38;
  box-shadow:0 0 50px #2A3C2A38;
  
}
.preloader .loader_animation ul li:nth-child(5){
  animation-delay:-0.6s;
  background:#2A3C2A38;
  box-shadow:0 0 50px #2A3C2A38;
  
}
.preloader .loader_animation ul li:nth-child(6){
  animation-delay:-0.4s;
  background:#2A3C2A38;
  box-shadow:0 0 50px #2A3C2A38;
  
}
.preloader .loader_animation ul li:nth-child(7){
  animation-delay:-0.2s;
  background:#2A3C2A38;
  box-shadow:0 0 50px #2A3C2A38;
  
}
/* load animation end*/

/*  szállítási információban a select2 default span text sorát eltüntetjük  */  
.select2-container--default {
  display:none;
}
/* qtip colors */
.qtip_green, .qsuccess > .qtip-titlebar {
    background-image: -webkit-linear-gradient(top,#e6e6e6 0,#cecece 100%);
    background-image: linear-gradient(to bottom,#e6e6e6 0,#cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffcecece', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border: 1px solid #acacac;
    /*text-shadow: 0 -1px 0 rgba(0,0,0,.2);*/
    color: #5b5b5b;
}
/* qtip colors end*/

/*  badge ikonok */
.wright_badge_pos {
  margin-top: 3px;
  margin-left: 3px;
}
.badge-light {
  background-color: #f8f9fa;
  border-radius: 3px;
  border: 1px solid #dae0db;
  color: #3c454f;
}
.filter_check_icon {
  position: relative;
/*  margin-top: -2px;
  margin-right: 2px;*/
  color: #d28682;
/*  background-color: white;*/
  top:6px;
}
/*
font-size: 21px;
position: absolute;
margin-top: 5px;
margin-left: 4px;
padding: 0px;
border-radius: 50%;
*/
.remove_filter_badge:hover {
    
}
.remove_filter_badge {
  cursor: pointer;
/*  padding-right: 25px;*/
}
.filter_close_icon {
  position: relative;
/*  margin-top: -2px;
  margin-right: 2px;*/
  color: #dcdcdc;
  color: red;
  top:6px;
}
/*  badge ikonok vége */

.wcustom_filter_label {
  padding-top:5px;
  margin-bottom: 0.35rem;
}
.sidebar_container {
  min-height: 200px;
  overflow: auto;
  min-width: 180px !important;
  position: relative;
/*  margin-top: 25px;*/
  z-index:9;
  transition: all 0.4s;
  padding-top: 2rem;
}

  .mobil_filters_opener {
    display:none;
  }
  .sidebar_pc_filters {
    display:block;
  }

#sidebar {
  z-index: 999;
  color: #3f4645;
  transition: all 0.4s;
  width:180px;
  white-space:normal;
}

#sidebar.active {
    min-width: 80px;
/*    max-width: 80px;*/
    text-align: center;
}

#sidebar.active .sidebar_container-header h5,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar_container-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar_container-header {
    padding: 10px;
/*    background: #6d7fcc;*/
}

#sidebar .sidebar_container-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
/*    border-bottom: 1px solid #47748b;*/
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #3f4645;
    background: #fff;
}

.wrapper {
  transition: all 0.4s ease 0s;
/*  margin-top: 90px;*/
}
#item-main-page {
  margin-top: 0px;
}
.jumbotron {
  background-color: rgb(255, 240, 185);
  background-color: transparent !important;
  padding: 2rem 1rem;
}

/*  Kereső és szűrő header szekció - START  */  
#short_info_container {
  position: fixed;
  top: 85px;
  height: 55px;
  height: auto;
/*  background-color: white;*/
  border: 1px solid #8e9774;
/*  box-shadow: 1px 1px 5px #0000005c;
  box-shadow: 0px 0px 2px #00000080;*/
  box-shadow: 0px 6px 15px #0000003d;
  border:none;
/* .blueimp-gallery z-index: 999999; - a galéria alatt legyen  */
/*  z-index:999998;*/
/* .modal z-index: 1050; - a modal alatt legyen  */
  z-index:1049;
  padding-left: 5px;
  padding-right:5px;
  transition: all 0.4s ease 0s;
  display: flex;
  left: 0px;
  right: 0px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .wrapper {
/*  padding-top: 99px;*/  /*  ugrál */  
}
.winfo {
  color: #7e7e7e4d;
  float: right;
  position: absolute;
  top: 228px;
/*  right: -1px;*/
  z-index: 1049;
  padding-left: 15px;
  padding-bottom: 15px;
  cursor: help;
}
.winfo_mobil {
  color: #26a8dbcc;
  float: right;
  position: absolute;
  top: 228px;
/*  right: -1px;*/
  z-index: 10000;
  padding-left: 15px;
  padding-bottom: 15px;
  cursor: help;
}
/*figcaption.info-wrap:hover + h6 .item-title-container .winfo { */
figcaption.info-wrap:hover i.winfo { 
  color: #26a8db; 
}
/*figcaption.info-wrap:hover + h6 .item-title-container .winfo { */
figcaption.info-wrap > a i.winfo:hover  { 
  color: #26a8db; 
}
i.winfo:hover {
  color: #26a8db; 
}
i.winfo:hover + a figcaption.info-wrap {
  border: 1px solid #26a8db;
}

.w_cart_in {
    margin: auto;
    min-width: 22px;
    border-radius: 20px;
    background-color: #c9002c;
    text-align: center;
    background: #3d84c1;
    display: inline-block;
    position: absolute;
    left: 127px;
    top: -9px;
    z-index: 2;
    color: #fff;
    padding: 3px 4px;
    border: 0px inset #2c6397;
    white-space: nowrap;
    font-size: 14px;
}
.card {
  background-color:transparent;
}
.wbtn_bg {
  border: 1px solid #9bae9e;
  border:1px solid #9bae9e57;
  border: 1px solid rgb(155, 174, 158);
}
.wbtn_bg:hover {
  /*background: #84a289;*/
}
#navbarResponsive .wpc_text:not(.show) {
    display: initial;
}
.wbtn_icon_bg {
  color:#586041;
  color:#304238;
}
.search_bar_container {
  padding-top: 7px;
  padding-right: 2px;
}
.shopping_cart_short_info_container {
  padding-top: 7px;
  padding-right: 2px;
}
.support_short_info_container {
  padding-top: 7px;
  padding-right: 2px;
  margin-left:20px;
}
.language_icon_container {
  padding-top: 7px;
  padding-right: 2px;
  margin-left:20px;
}
.acc_icon_container {
  position:absolute;
  margin-top:17px;
}
.delivery_short_info_container {
  padding-top: 7px;
  margin-right: 15px;
}


/*  Kereső mező beállítások: szín, méretezés, betű stílus*/
.wsearch {
  border-radius: 2px;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  padding-left: 10px;
  color: #ff8560;
/*  font-size: 1.1rem;*/
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #9bae9e57;
}
.wsearch::-webkit-input-placeholder{color:#888 !important;opacity:1 !important;}
.wsearch::-moz-placeholder{color:#888 !important;opacity:1 !important;}
.wsearch:-moz-placeholder{color:#888 !important;opacity:1 !important;}
.wsearch:-ms-input-placeholder{color:#888 !important;opacity:1 !important;}
.wsearch::placeholder{color:#888 !important;opacity:1 !important;}

.wblue-bg-color {
  background-image: linear-gradient( to top, #46ceae4f, #06c4f070 );
  background-image: linear-gradient( to top, #1363df, #1aca886e );
  border-radius: 3px;
  border: 1px solid #86c9d980;
}
.wblue-color {
  color: #046fa4;
}
.wwhite-color {
  color:white;
}
.breadcrumb {
  font-size: 12px;
  padding: 8px 0;
  margin:0;
}
.question_skew {
  display: flex;
  animation: question_skew 0.8s infinite;
  transform: skew(40deg);
  animation-direction: alternate;
}

.maxheight img {
  width: auto;
  height: 150px;
  max-height: 150px;
}

.maxheight img {
    max-height: 140px !important;
    object-fit: contain !important;
}
.item_main_info_container {
  background-color:white;
}
.item_details_box {
  margin-bottom:10px;
}
.item-carousel .carousel-inner {
  padding-bottom:0px;
}

.shopping_btn{
  height: 100%; 
  width: 100%;
}
.form-control:disabled {
  opacity:0.5;
}
.change_quantity_btn {
  border: 1px #b5b5b5 solid;
/*  width:40px;*/
  height:40px;
  line-height:1;
  color:dimgray;
  min-width: 40px;
  padding: 0 0.5rem;
}
#item_shopping_box btn:hover {
  color: ##046fa4;
}
#item_shopping_box {
 height:44px; 
}
/*  Kép dobozok beállításai - START */
.carousel-control-prev:hover {
/*	background: linear-gradient(to left, var(--color-carousel-navigation-gradient-inner, transparent) 0%, var(--color-carousel-navigation-gradient-outer, rgba(0,0,0,0.25)) 100%) !important;
	width: 15%;
*/
justify-content: left;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
  font-size: 32px;
  color: #1879df;
}

.carousel-control-prev-icon::before,.carousel-control-next-icon::before {
  content: '\0000ab';
}
.carousel-control-prev,.carousel-control-next{
  justify-content: left;
}
.carousel-control-thumbnail-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.carousel-control-next{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
} 
.carousel-control-next:hover {
  margin-right: -5px;
}
.carousel-control-prev:hover {
  margin-left: -5px;
}
.carousel-control-next, .carousel-control-prev {
  width: 60px;
  transition: all 0.4s ease;
  border-left: 1px solid #80808099;
  border-radius: 20px;
  background-color: #ffffff69;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgb(205, 210, 213) 0%, rgba(255, 255, 255, 0) 100%);
}
.carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 3px;
}

.carousel-caption {
	position: absolute;
	left:0;
	right:0;
	bottom: 14px;
	z-index: 10;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: linear-gradient(to bottom, var(--color-carousel-navigation-gradient-inner, transparent) 0%, var(--color-carousel-navigation-gradient-outer, rgba(0, 0, 0, 0.7)) 100%);
	width: 100%;
}
.item-carousel .carousel-caption {
  color:dimgray;
  position: relative;
  background: none;
  bottom: 0 !important;
  margin: 0;
  padding: 0;
  margin-top: -28px;
  margin-top: -5px;
  line-height:2;
}

.carousel-caption-margin-main {
	margin-bottom: -49px;
}
.carousel-caption-margin-item {
	margin-bottom: 0px;
}
.carousel-control-item-next, .carousel-control-item-prev {
  top: 76px;
  bottom: 0px;
}

/*  To filter to a specific color, use the following to convert a hex color code to a CSS filter: https://codepen.io/sosuke/pen/Pjoqqp  */
.carousel-control-next-icon, .carousel-control-prev-icon {
filter: invert(45%) sepia(65%) saturate(186%) hue-rotate(513deg) brightness(58%) drop-shadow(0px 0px 3px #fff);
opacity:0.8;
}

.carousel-indicators {
  margin-left: 10%;
  margin-right: 0%;
  overflow-x: hidden;
    top: 85%;
    /* margin: 0; */
    /* left: auto !important; */
    overflow-y: visible;
    position: inherit;  
}

.carousel-control-thumbnail-prev {
/*  padding-left: 3px;
  padding-right: 5px;*/
  opacity:0.3;
}
.carousel-control-thumbnail-next {
  right:0;
/*  padding-right: 3px;*/
  opacity:0.3;
}
.carousel-control-thumbnail-prev,.carousel-control-thumbnail-next {
position: absolute;
    /* top: 100%; */
    /* background-color: dimgray; */
    /* padding-left: 5px; */
    /* padding-top: 25px; */
    /* padding-bottom: 13px; */
    filter: invert(45%) sepia(65%) saturate(186%) hue-rotate(513deg) brightness(58%) contrast(268%);
    margin-top: -50px;
}
.item-carousel .carousel-indicators .active {
/*  border: 1px solid #0e3a44;
  border-radius: 3px;*/
}

.item-carousel .carousel-indicators li {
  min-width:50px;
  min-height:50px;
  border:none;
  margin-top: 10px;
  margin-left:0px;
  margin-right:8px;
  opacity:1;
  background-size:cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  
}

.item-thumbnail-wrapper {
/*  display: -webkit-box;*/
  display: flex;
  width: 100%;
/*  overflow-x: clip;*/
  transition: all 0.4s;
}
/*
.item-thumbnail-wrapper {
  position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    max-height: 500px;
    margin: 0;
    background: #abc;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-80px);
    transform-origin: right top;
}
.item-thumbnail-wrapper > li{
  display:block;
  padding:5px;
  background:#cab;
  transform:rotate(90deg);
  transform-origin: right top;
}
*/
.item-carousel .carousel-indicators {
  justify-content: left;
  top:100%;
  overflow-x: clip;
/*  width:240px;*/
  width:80%;
}
/*  Kép dobozok beállításai - END */


/* Swiper - gallery styles - views/items/item.php képkezelője  */
.swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
/*  */  

@keyframes question_skew {
  0% {
    transform: skew(10deg, 20deg);
  }
  100% {
    transform: skew(-10deg, -20deg);
  }
}
#search_btn {
  display: flex; 
/*  color: white;*/
  margin-left: -50px;border-top-left-radius: 0;border-bottom-left-radius: 0;border-left-color: transparent;
}
#search_btn:hover {
/*filter: saturate(120%);
filter: brightness(1.1);*/
/*background-color: #404f6a !important;*/
/*background-color: #2a9719  !important;*/
/*background-color: #84a289 !important;*/
background-color: #dae0e5 !important;
}

/*  Kereső és szűrő header szekció - END  */

/**/
.witem_main_info_row {
  font-size:13px;
  font-weight:normal;
  padding-top:2px;
  padding-bottom:3px;
  margin:0;
}
.main_kiszereles_info {
  min-height: 19px;
}
.main_suly_info {
  min-height: 19px;
}
.main_raktar_info {
  min-height: 19px;
}
/*  Szöveg színek*/
.wtext_f12{font-size:12px;}
.wtext_f11{font-size:11px;}
.wtext_f10{font-size:10px;}
.wtext_green{color:green;}
.wtext_red {color:red;}
.wtext_orange{color:#df6116;}
.wtext_blue {color:#046fa4;}
.wtext_white{color:#fafafa;}
.wtext_yellow{color:#ffdc3c;}
.wbg_gray{background-color:#999;}
.wbg_gray:hover {background-color: #666;  text-decoration:underline;}
.wbg_blue{background-color:rgb(80,100,135);}
.wbg_yellow{background-color:rgb(255,220,60);}

/*  főoldal dobozok behúzása*/  
.whome-col-padding {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
}
/*  Kiszerelés kijelzés*/  
.witem_kiszereles {
}
/*  cikk név színe a dobozokban*/  
.witem_color {
	color: #3f4645;
}
/*  főoldalon a termék neve doboz szekció keret színe egér feléhúzásra*/
figcaption.info-wrap:hover {
/*  border: 1px solid #9bae9e;*/
}
/*  főoldalon a doboz keret színe egér feléhúzásra*/
figure.card-product:hover {
  border: 1px solid #9bae9e;
}

.witem_title_text_position {
  margin-left: 5px;
  margin-top: 10px;
  display: flex;
  display: block;
}
.witem_title_text_row_description {
  max-width:20px;
}
.witem_title_icon {
  color: rgba(80, 100, 135, 0.6);
  color: #6669;
}
.witem_title_text_row_container {
  padding-bottom: 2px;
}
.witem_title_icon_color {
/*  halvány lila */  
  color: #7629ad99;
/*  sötét lila */  
  color: #6e1fb9cc;
/*  gulliver kék */  
  color: #506487;
/*  digenter zöld */  
  color: #218212;
}
.witem_velemeny_title_icon_color {
/*  zöld */  
  color: #04a454e6;
  color: #808080;
}

.gbg_white {
  background-color: #fafafa;
  padding: 5px;
  border-radius: 3px;
}
	.gh5 {
		color: #28a745;
		font-size: 1.6vw;
	}
	.deposit-container {
/*		padding-left: 17px;
		padding-right: 10px;
		padding-right: 7px;*/
	}

/*  Köszönő szöveg a főoldalon a termékek alatt  */
.wproposer {
	font-size: 14px;
	text-align: center;
	color:#505050;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*  új termék loader bar*/
.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  /*left: 50%;*/
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #e5fffb;
  /*letter-spacing: 0.2em;*/
  background-color: #52abcecf;
  border-radius: 20px;
  border:1px solid #71bdff;
  z-index:99999;
  left: 50%;
  right: 50%
}
.loader::before, .loader::after {
/*  content: "\002b50";*/
  content: "";
  display: block;
/*  width: 15px;
  height: 15px;
  background: #2fc4ff40;*/
  position: absolute;
  -webkit-animation: load 1.2s infinite alternate cubic-bezier(.45,.05,.55,.95);
  animation: load 1.2s infinite alternate cubic-bezier(.45,.05,.55,.95);
  border-radius: 20px;
}
.loader::before {
  top: -10px;
}
.loader::after {
  bottom: 28px;
}

@-webkit-keyframes load {
  0% {
    opacity:1;
    left: 50px;
    height: 30px;
    width: 15px;
  }
  50% {
    opacity:1;
    height: 8px;
    width: 40px;
  }
  100% {
    opacity:1;
    left: 185px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    opacity:1;
    left: 50px;
    height: 30px;
    width: 15px;
  }
  50% {
    opacity:1;
    font-size:28px;
    height: 8px;
    width: 40px;
  }
  100% {
    opacity:1;
    left: 185px;
    height: 30px;
    width: 15px;
  }
}

/*  preloader vége*/

.filter_submit_btn {
  padding-left: 30px;
}

.wfilter_btn {
  display: flex;
  color: white;
  color:#454a49;
/*  background-color: rgb(80,100,135);*/
/*  margin-top: 3px;*/
/*  border: 1px solid #fafafa;*/
  background: transparent;
}
.wtext_success {
  color: #fff;
  background-color: #506487;
  border-color: #506487;
}
.wtext_danger {
  color: #fff;
  background-color: #505050;
  border-color: #dcdcdc;
}
.wfilter_success_btn {
  color: #fff;
  background-color: #506487;
  border-color: #506487;
}
.wfilter_danger_btn {
  color: #fff;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.wlogin_or_pay_btn {
  color: #046fa4;
  margin-top: 3px;
  background: transparent;
}

