body{
  padding:0px;
  margin:0px;
}
.catalog #topmenu ul{
  display:none;
}
#link-top.show{
  background-color:rgba(206,206,208,0.8);
}
body #banner{
  background-image:url(/images/katalog_banner.png) !important;
  filter:brightness(40%);
  /*filter: unset !important;*/
}
.catalog_basket{
  width:30px;
  height:30px;
  background:url("/images/basket.svg") no-repeat;
  background-size:30px;
  position:relative;
  cursor:pointer;
}
.catalog_fav{
  width:30px;
  height:30px;
  background:url("/images/like.svg") no-repeat;
  background-size:30px;
  position:relative;
  cursor:pointer;
  margin-right: 20px;
}

.basket_cnt{
  background-color:#23bb4b;
  color:white;
  border-radius:50%;
  position:absolute;
  top:0px;
  right:-5px;
  height:15px;
  width:15px;
  font-size:10px;
  line-height:15px;
  text-align:center;
}

.smu_external_frame{
  width:1400px;
  margin:0 auto;
  max-width:90%;
  display:flex;
  margin-top:105px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 40px;
  align-items: flex-start;
}

.smu_shop_filter_ext{
  width:260px;
  background:#f6f7f6;
  padding:20px;
  margin-right:20px;
}
.smu_shoplist{
  display: flex;
  flex-wrap: wrap;
  margin-top:30px;
  margin-right:-2%;
}
.smu_shop_filter_title{
  font-size:20px;
  font-weight: bold;
}
.smu_shop_filter_title_sub{
  font-size:16px;
  margin-bottom:30px;
  margin-top:30px;
  font-weight: bold;
}
.smu_shoplist_frame{
  display:flex;
  flex-direction: column;
  width: 100%;
}
.smu_shop_nav{
  display:flex;
  flex-direction: column;
flex-direction: column;}
.smu_shop_type_filter{
  display:flex;
}
.smu_type_filter_button{
  padding:40px;
  font-size:20px; 
  border:2px solid #f6f7f6;
  width: 50%;
  color:#7b7c7b;
  text-align: center;
  transition:all 0.3s;
  cursor:pointer;
  position:relative;
}
.smu_type_filter_button.active{
  background:#f6f7f6;
  color: #23bb4b;
}
.smu_type_filter_button.active::after{
  opacity:1;
}
.smu_type_filter_button::after{
  content:"";
  width: calc(100% + 4px);
  position: absolute;
  height: 3px;
  background-color: #23bb4b;
  bottom: 0px;
  left: -2px;
  opacity:0;
  transition:all 0.3s;
}
.smu_type_filter_button:hover{
  position:relative;
  color: #23bb4b;
}

.smu_shop_mainsearch input,.smu_shop_filter_search_ext input{
  padding:20px;
  padding-left:40px;
  width:100%;
  border:none;
  border-radius:8px;
  background:#f1f2f1;
  box-sizing:border-box;
}
.smu_shop_mainsearch input:focus,.smu_shop_filter_search_ext input:focus{
  outline: none;
}
.smu_shop_filter_search_ext input{
  background:white;
}
.smu_shop_filter_search_ext{
  margin-bottom:20px;
  position:relative;
}
.smu_shop_mainsearch{
  margin-top:40px;
  position:relative;
}

.input_checkbox{
  position:relative;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  float:left;
}

.input_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width:23px;
  height:23px;
  z-index:1;
}
.district_name,.industry_name{
  overflow:hidden;
  font-size:13px;
  color:#7b7c7b;
}
.district_line,.industry_line{
  margin-bottom:13px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border:2px solid #23bb4b;
  border-radius:3px;
}
.input_checkbox:hover input ~ .checkmark,{
  background-color: #004056;
}

/* When the checkbox is checked, add a blue background */
.input_checkbox input:checked ~ .checkmark{
  background-color: #23bb4b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smu_shoplist .catalog_item{
  margin-right:2%;
  width:23%;
  margin-bottom: 40px;
  /*overflow:hidden;*/
  display:block;
  box-sizing:border-box;
  border-radius:5px;
  border: 1px solid #f1f2f1;
  cursor:pointer;
  position:relative;
}
.item_tag{
  position:absolute;
  left:15px;
  top:10px;
  border-radius:15px;
  padding: 4px 10px 4px 25px;
  font-size:14px;
  color:white;
  background-color: green;
  background-image:url("/images/new-badge.svg");
  background-repeat: no-repeat;
  background-size:8px;
  background-position: 12px 8px;
  z-index: 1;
}

.item_tag.red{
  background-image:none;
  padding: 4px 10px 4px 10px;
  background-color: #f44343;
}

.smu_shoplist .catalog_item .item_image{
  width:100%;
  height:180px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.smu_shoplist .catalog_item .item_image img{
  width:100%;
  object-fit: cover;
  transition: transform .2s;
}
.smu_shoplist .catalog_item .item_image:hover img{
  transform: scale(1.3);
}
.item_details{
  padding:15px;
}
.item_name{
  font-weight:500;
  font-size:15px;
  max-height:70px;
  overflow:hidden;
}
.item_name:hover .item_name_hover{
  display:block;
}
.item_name_hover{
  display:none;
  position:absolute;
  color:white;
  border-radius:6px;
  background:#121212;
  padding:10px 10px;
  font-size:11px;
  text-transform:none;
  z-index:99999;
  transition: all 0.3s;
  width:150px;
}
.item_smu{
  font-size:13px;
  color:#7b7c7b;
}
.item_district{
  font-size:13px;
  font-weight:thin;
  color:#7b7c7b;
}
#pagenave {
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
}
#pagenave .page{
  margin:5px;
  height:40px;
  width:40px;
  line-height:40px;
  text-align:center;
  border-radius:50%;
  border:2px solid #f1f2f1;
  color:#c2c4c4;
  cursor:pointer;
  transition:all 0.3s;
}
#pagenave .page.active,#pagenave .page:last-child,#pagenave .page:hover{
  border-color: #23bb4b;
  color:#23bb4b;
}

.searchtext .highlight{
  display:inline;
  font-weight:500;
  color:#3f3f3f;
}
.district_search_help,.main_search_help{
  position: absolute;
  top: 47px;
  background: white;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  z-index:10;
}
.main_search_help{
  position:static;
  line-height:25px;
}
.searchtext {
  font-size:13px;
  margin-bottom:10px;
  cursor:pointer;
  color:#9b9c9c;
}
.item_price{
  font-size:24px;
  font-weight:500;
}
.item_price.old{
  color:#787878;
  font-size:14px !important;
  text-decoration: line-through;
}
.item_price.new{
  color:#f51c43;
}

.search_logo{
  width:25px;
  height:25px;
  float:left;
  margin-right:15px;
}
.search_logo img{
  width:100%;
  object-fit: cover;
}

.smu_shop_districtlist_expand{
  background:url(/images/skatit_vairak.svg) no-repeat;
  background-size:15px 15px;
  background-position:0 3px;
  padding-left:25px;
  margin-left:30px;
  color:#23bb4b;
  font-size:13px;
  cursor:pointer;
}
.filter_data{
  display:flex;
  flex-wrap:wrap;
  margin-top:20px;
}

.filter_item{
  border-radius:30px;
  background:#ecb65d;
  color:white;
  max-width:110px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding:3px 8px;
  font-size:10px;
  margin-right:8px;
  position:relative;
}
.filter_item.district{
  background:#47566c;
}
.filter_item .close{
  position:absolute;
  top:-4px;
  right:-6px;
  height:14px;
  width:14px;
  background: url(/images/x-white.svg) no-repeat;
  background-size:6px 6px;
  background-position:4px 4px;
  border-radius:50%;
  background-color:#da5e5e;
  cursor:pointer;
}
.rem_filter{
  color:#969796;
  padding-left:13px;
  background:url(/images/x-medium.svg) no-repeat;
  background-size:8px 8px;
  font-size:13px;
  background-position:0px 5px;
  cursor:pointer;
}
.filter_data .rem_filter{
  position: absolute;
  right: 0px;
  margin-right: 81px;
  text-align: right;
}
.close_search{
  position: absolute;
  right: 3px;
  top: 23px;
  height: 15px;
  background: url(/images/x-large.svg) no-repeat;
  background-size: 10px 10px;
  width: 20px;
  cursor:pointer;
}
.item_like{
  position:absolute;
  top:10px;
  right:10px;
  background:url(/images/like.svg) no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  transition:white;
}
.item_like.active{
  background-image:url(/images/like_white.svg);
}
.item_like:hover{
  background-image:url(/images/like_white.svg);
}

.hidden_banner{
  position:fixed;
  top:0px;
  height:100%;
  width:100%;
  left:0px;
  z-index: 999999999;
  background-color: rgba(0,0,0,0.6);
}
.hidden_banner .banner_image{
  display: block;
  height: 100%;
  width: 100%;
  text-align:center;
}
.hidden_banner .banner_image img{
  height:90%;
  max-height:90%;
  width:auto;
  margin: 0 auto;
  margin-top: 3%;
}
.smu_external_frame.smu_shop .smu_shop_type_filter{
  display: block;
}
.orders_back{
  display: block;
  background-size:20px;
  background-image:url(/images/arrow-back-green.svg);
  background-repeat:no-repeat;
  background-position:5px 50%;
  padding-left:30px;
  transition: all 0.3s;
  cursor: pointer;
  color: #44ac50;
  font-size: 16px;
}
.filter_toggle{
  display: none;
}

@media screen and (max-width: 900.98px){
  .smu_shoplist .catalog_item{
    width:31%;
  }
  .smu_shop_filter_ext{
    position: fixed;
    top: 0;
    width:100%;
    height:100%;
    overflow-x: scroll;
    z-index:998;
    display:none;
    box-sizing: border-box;
  }
  .smu_external_frame{
    display:inline;
    width:98%;
    margin-bottom:30px;
  }
  .smu_shoplist_frame{
    margin-bottom:30px;
  }
  .orders_back{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .smu_shop_mainsearch{
    margin-top: 20px;
  }
  .filter_data{
    display: unset;
  }
  .filter_data .filter_item{
    margin-bottom: 5px;
  }
  .rem_filter{
    right: auto !important;
    left: 4px;
  }
  .filter_toggle{
    position: fixed;
    z-index: 999;
    height: 80px;
    width: 80px;
    top: 35%;
    right: 5px;
    background: url(/images/filter_toggle.svg) no-repeat 50% 50%;
    background-size: 80px 80px;
    display: block;
  }
}

.item_basket{
  background-image:url(/images/basket_green.svg);
  background-repeat:no-repeat;
  background-size:20px;
  background-position:8px;
  border:1px solid #9d9c9e;
  border-radius:50%;
  height:40px;
  width:40px;
  line-height:40px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  cursor:pointer;
  transition: all 0.3s;
}
.item_basket:hover{
  border-color:#23bb4b;
}

.item_basket.added_to_basket{
  background-image:url(/images/basket.svg);
  background-color:#16B01A;
  border-color:#16B01A;
}
.smu_external_frame.smu_shop{
  /*margin-top:0px;*/
}
.smu_item {
  text-align: center;
}
.smu_item .smu_shoplist_smu_separator{
  border-bottom:1px solid #eee;
  margin:5px 10px;
}
.item_prodspec{
  font-size: 12px;
}
.catalog_item.smu_item .item_smuname{
  font-weight: 500;
  font-size: 17px;
}
.catalog_item.smu_item .item_district{
  color: black;
  font-size: 12px;
}
.catalog_item.smu_item .item_school{
  color: #7b7c7b;
  font-size: 12px;
}

@media screen and (max-width: 767.98px){
   .smu_shoplist .catalog_item{
      width:48%;
    }


  /*
  body #banner{
    background-image:url(/images/katalog_banner2.png) !important;
    filter:brightness(40%);
  }
  */
  
}

@media screen and (max-width: 500.98px){
  .smu_shoplist .catalog_item{
    /*width:100%;
    margin-right:0px;*/
    margin: 1%;
  }

}