/*============================================================================================*/
/* LISTING */
/*============================================================================================*/
.toolbox {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding: 15px 0 12px 0;
  background-color: #f8f8f8;
}
.toolbox.version_2 {
  background-color: transparent;
  margin-bottom: 30px;
}
.toolbox.sticky {
  width: 100%;
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 999999;
  background-color: var(--color-primary);
  animation: smoothScroll 0.5s forwards;
  -webkit-animation: smoothScroll 0.5s forwards;
  border-bottom: none;
}
@media (max-width: 768px) {
  .toolbox.sticky{
    top:49px;
  }

}
.toolbox.sticky .container  .col-md-7 ul li a ,
.toolbox.sticky .container > ul li a {
  color: #fff;
}
.toolbox.sticky .container .col-md-7 ul li a:hover ,
.toolbox.sticky .container > ul li a:hover {
  color: #fff;
}
.toolbox.sticky .sort_select:after {
  color: #fff;
}
.toolbox.sticky .sort_select select {
  color: #fff;
  background-color: var(--color-primary);
}
.toolbox.sticky .sort_select select:focus {
  color: #fff;
}
.toolbox .container  .col-md-7 ul ,
.toolbox .container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toolbox .container  .col-md-7 ul li ,
.toolbox .container > ul li {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .toolbox .container  .col-md-7 ul li ,
  .toolbox .container > ul li {
    /*margin-left: 15px;*/
    float: none;
  }
}
.toolbox .container  .col-md-7 ul li:first-child ,
.toolbox .container > ul li:first-child {
  float: left;
  margin-left: 0;
}
.toolbox .container .col-md-7 ul li i ,
.toolbox .container > ul li i {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 3px;
}
.toolbox .container .col-md-7 ul li a ,
.toolbox .container > ul li a {
  color: #444;
  margin-left: 5px;
}
.toolbox .container  .col-md-7 ul li a span ,
.toolbox .container > ul li a span {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .toolbox .container  .col-md-7 ul li a span ,
  .toolbox .container > ul li a span {
    display: none;
  }
}
.toolbox .container  .col-md-7 ul li a.open_filters ,
.toolbox .container > ul li a.open_filters {
  display: none;
}
@media (max-width: 991px) {
  .toolbox .container  .col-md-7 ul li a.open_filters ,
  .toolbox .container > ul li a.open_filters {
    display: inline-block;
  }
}
.toolbox .container  .col-md-7 ul li a:hover ,
.toolbox .container > ul li a:hover {
  color: var(--color-primary);
}

.sort_select {
  width: auto;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  border: none;
  position: relative;
  padding-left: 27px;
}
.sort_select:after {
  font-family: 'themify';
  position: absolute;
  color: #444;
  left: 0;
  top: 0;
  content: "\e627";
  font-size: 16px;
  font-size: 1rem;
}
.sort_select select {
  background: transparent;
  width: 110%;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 25px;
  margin: 0;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}
.sort_select select:focus {
  color: #444;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sort_select select::-ms-expand {
  display: none;
}

.filters_listing_1 {
  padding: 15px 0 10px 0;
}
.filters_listing_1 .dropdown {
  position: relative;
  text-align: left;
}
.filters_listing_1 .dropdown a.drop {
  color: #444;
  font-weight: 500;
  transition: all 0.3s;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 10px;
  line-height: 1;
}
@media (max-width: 991px) {
  .filters_listing_1 .dropdown a.drop {
    margin-bottom: 5px;
  }
}
.filters_listing_1 .dropdown a.drop:after {
  font-family: 'themify';
  content: "\e64b";
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
  font-weight: 600;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 10px;
  top: 10px;
}
.filters_listing_1 .dropdown.show a:after {
  transform: rotate(180deg);
}
.filters_listing_1 .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
  padding: 15px;
  white-space: normal;
  width: 100%;
  color: #444;
}
.filters_listing_1 .dropdown a.apply_filter {
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
  display: block;
  padding: 10px 0;
  line-height: 1;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.filters_listing_1 .dropdown a.apply_filter:hover {
  background-color:var(--color-secondary);
  color: #111;
}

.row_item {
  margin-bottom: 30px;
}
.row_item figure {
  position: relative;
  margin-bottom: 0;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .row_item figure {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .row_item figure img {
    width: 100%;
    height: auto;
  }
}
.row_item .rating {
  margin-bottom: 5px;
}
.row_item a h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #444;
}
@media (max-width: 575px) {
  .row_item a h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.row_item a h3:hover {
  color: var(--color-primary);
}
.row_item p {
  margin-bottom: 20px;
}
.row_item .price_box {
  margin-bottom: 20px;
}
.row_item .new_price {
  /*font-size: 21px;*/
  /*font-size: 1.3125rem;*/
  font-size: 16px;
  /*font-size: 1rem;*/
}
.row_item .old_price {
  /*font-size: 16px;*/
  /*font-size: 1rem;*/
  font-size: 21px;
}
.row_item ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.row_item ul li {
  display: inline-block;
}
.row_item ul li a span {
  display: none;
}

.filter_type {
  /*font-size: 14px;*/
  /*font-size: 0.875rem;*/
}
.filter_type h6 {
  border-top: 1px solid #dddddd;
  margin: 15px 0;
  padding: 15px 0 0 0;
}
.filter_type label {
  font-weight: 400;
}
.filter_type label small {
  float: right;
  color: #777;
  padding-top: 3px;
}
.filter_type ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0 0 15px 0;
}
.filter_type ul li {
  margin-bottom: 5px;
}
.filter_type ul:not(.color-filter-2) li:last-child {
  margin-bottom: 0;
}
.filter_type.version_2 {
  border-bottom: 1px solid #ededed;
  margin: 0 -15px 15px -15px;
  padding: 0 15px;
}
.filter_type.version_2 ul {
  list-style: none;
  padding: 5px 5px 0 5px;
}
.filter_type.version_2 h4 a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444;
  padding: 8px 10px;
  margin: -5px -5px 0 -5px;
  line-height: 1;
  position: relative;
}
.filter_type.version_2 h4 a:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'themify';
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  right: 10px;
  top: 8px;
}
.filter_type.version_2 h4 a.opened {
  background-color: #f8f8f8;
}
.filter_type.version_2 h4 a.opened:after {
  content: "\e64b";
  transform: rotate(180deg);
}
.filter_type.version_2 h4 a.closed:after {
  content: "\e64b";
  transform: rotate(0);
}

.filter_col .line-tite span{
  background-color: var(--sidebar-bg) !important;
}
.filter_col {
  border: 1px solid #ededed;
  padding: 15px;
  margin-bottom: 25px;
  background-color: var(--sidebar-bg);
}
@media (max-width: 991px) {
  /*
  .filter_col {
    overflow: auto;
    transform: translateX(-200%);
    top: 0;
    left: -100%;
    bottom: 0;
    width: 45%;
    height: 100%;
    position: fixed !important;
    background-color: #fff;
    z-index: 99999999 !important;
    margin: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .filter_col.show {
    transform: translateX(0);
    left: 0;
    border: 0;
  }
  */
  .filter_col {
	display: none;
  }
  .filter_col.show {
	  display: block;
  }
}
@media (max-width: 767px) {
  .filter_col {
    width: 100%;
  }
}
.filter_col .inner_bt {
  text-align: right;
  margin: -10px -15px 15px -15px;
  padding: 5px 15px 0 0;
  display: none;
}
@media (max-width: 991px) {
  .filter_col .inner_bt {
    display: block;
  }
}
.filter_col .inner_bt i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #999;
}
.filter_col .inner_bt i:hover {
  color: #111;
}
@media (min-width: 768px) {
  .toolbox .container .col-md-7 ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-flow: wrap;
    float: right;
    text-align: right;
  }
  .toolbox .container .col-md-7 ul li{
    float: none;
    margin-left: 0;
  }
}



/*oszehasonlitas sticky*/
.product-compare-trigger{
  padding:0 10px;
  background-color:#f5f5f5;
  border-radius:3px;
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  color:#444
}
.product-compare-trigger input[type=checkbox]{
  position:absolute;
  left:10px;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  margin:0
}
.product-compare-trigger label{
  margin-bottom:0;
  cursor:pointer;
  font-weight:700
}
.product-compare-trigger .checkbox{margin:0}
.product-compare-container{
  background-color:#fff;
  border-radius:3px;
  display:block;
  text-align:center;
  position:relative;
  display:none
}
@media (max-width:1499px){
  .product-compare-container{
    background-color:#eee;
    margin-top:10px;
    width:100%;
    padding:10px
  }
}
@media (min-width:1500px){
  .product-compare-container{
    width:70px;
    z-index:100;
    position:fixed;
    top:225px;
    right:45px;
    padding:5px;
    box-shadow:0 2px 15px 0 rgba(0,0,0,.15);
    border:1px solid #eee}
}
.product-compare-container .product-comparison-list{
  list-style-type:none;
  padding-left:0;
  max-width:320px;
  width:100%;
  display:inline-block;
  margin:0
}
.product-compare-container .product-comparison-list:after,
.product-compare-container .product-comparison-list:before{
  content:" ";
  display:table
}
.product-compare-container .product-comparison-list:after{
  clear:both
}
.product-compare-container .product-comparison-item{
  width:25%;
  position:relative;
  padding:5px;
  display:block
}
@media (max-width:1499px){
  .product-compare-container .product-comparison-item{
    float:left
  }
}
@media (min-width:1500px){
  .product-compare-container .product-comparison-item{
    width:100%;
    margin-bottom:5px;
    padding:0
  }
  .product-compare-container .product-comparison-item .thumbnail-wrapper{
    border-color:#eee
  }
  .product-compare-container .product-comparison-item .thumbnail-wrapper:hover{
    border-color:#22a7f0
  }
}
.product-compare-container .btn{
  font-weight:700;
  margin:0 auto
}
.product-compare-container .btn span{
  display:block
}
.product-compare-container .btn i{display:none}
@media (min-width:1500px) {
  .product-compare-container .btn{
    display:block;
    width:100%
  }
  .product-compare-container .btn span{
    display:none}
  .product-compare-container .btn i{
    display:block
  }
  .product-compare-container .product-comparison-item .thumbnail-wrapper {
    border-color: #eee;
  }
}
  .product-compare-container.comparison-active{display:block}

  .thumbnail {
    position: absolute;
    overflow: hidden;
    display: block;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    text-align: center;
    z-index: 1;
    color: inherit!important;
    text-decoration: none!important;
  }
  .thumbnail img{
    width: auto;
    height: 100%;
    text-indent: -9999px;
  }
  .remove-item {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #ef2809;
    cursor: pointer;
    text-decoration: none;
    -webkit-transform: scale(1.3);
   transform: scale(1.3);
}
button.remove-item{
  cursor: pointer;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
}
.thumbnail-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 5px;
  margin: 0;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #222;
}
  .thumbnail-wrapper:before {
    content: '';
    padding-bottom: 100%;
    display: block;
  }