[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
@media (max-width: 480px) {
  .siteContainer .shop2-product-item .product-image a img {
    width: 100%;
  }
  .siteContainer .shop2-product-item .product-image a img {
    width: auto;
  }
}
#form_g-user-register {
  display: flex;
  flex-direction: column;
}
#form_g-user-register .g-form-field {
  order: 5;
}
#form_g-user-register .g-form-row--submit {
  order: 6;
}
#form_g-user-register .g-form-field_name {
  order: 1;
}
#form_g-user-register .g-form-field_surname {
  order: 2;
}
#form_g-user-register .g-form-field_mail {
  order: 3;
}
#form_g-user-register .g-form-field-wrap--nofloat {
  order: 4;
}
.shop2-product-article, .shop2-product-article span {
  font-size: 16px;
  line-height: 15px;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.55);
}
@media (min-width: 1024px) {
  .shop2-product-information-inner .owl-stage-outer .owl-stage .owl-item {
    text-align: center;
  }
  .shop2-product-information-inner .owl-stage-outer .owl-stage .owl-item .product-img .product-img-inner a img {
    max-height: 200px;
  }
}
@media (max-width: 480px) {
  .headerAside {
    flex: inherit;
  }
  .headerBottom {
    flex-direction: column;
  }
  .siteHeader .siteHeaderInner.fixedSpace {
    padding: 100px 0 0;
  }
  #btn_custom {
    top: 0;
  }
  .sliderWrap {
    margin-top: 0;
  }
}
.siteContainer .shop2-product-options {
  display: block !important;
}
.companyLogo a img {
  max-width: 250px;
}
.company a {
  max-width: 250px;
}
.siteContainer .shop2-kind-item .kind-name {
  padding-bottom: 0;
}
/*.siteContainer .shop2-product-item .product-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    min-height: 330px;
}*/
.mobile_view {
  display: block;
}
.desctop_view {
  display: none;
}
@media (min-width: 1024px) {
  .mobile_view {
    display: none;
  }
  .desctop_view {
    display: block;
  }
}
@media (min-width: 1025px) {
  ul.folders > li > ul, ul.folders ul > ul {
    display: none;
  }
  ul.folders > li > a.open ~ ul, ul.folders ul > a.open ~ ul {
    display: block;
  }
  ul.folders > li {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-bottom: 15px;
  }
  ul.level-2 {
    width: 100%;
  }
  ul.folders > li > a .arrow, ul.folders ul > a .arrow {
    display: block;
  }
  ul.folders > li > a, ul.folders ul > a {
    position: relative;
  }
  ul.folders {
    display: flex;
    flex-wrap: wrap;
  }
}
ul.folders > li > a .arrow, ul.folders ul > a .arrow {
  right: 0;
  width: 100%;
}
ul.folders > li > a .arrow:before, ul.folders ul > a .arrow:before {
  left: 100%;
  margin-left: -6px;
}
ul.folders > li > a .arrow:after, ul.folders ul > a .arrow:after {
  left: 100%;
  margin-left: -10px;
}
@media (max-width: 480px) {
  .siteContainer .product-list.product-list-border {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .siteContainer .shop2-product-information .shop2-product-information-right {
    flex: 0 0 410px;
  }
}
.siteContent > a {
  text-decoration: none;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 4px;
}
