.company-name-wrap .logo-pic {
  width: 110px;
}
.kind-details .option {
  margin-top: 10px;
}
.kind-details .option .title {
  font-size: 12px;
  color: #000;
  padding-bottom: 9px;
  font-family: "roboto-b";
}
.kind-details .option .body {
  font-size: 13px;
  color: #000;
}
.shop-product-options .option_row .jq-selectbox .jq-selectbox__select {
  background: rgba(35, 103, 162, 0.1);
}
.shop-product-options .option_row .jq-selectbox .jq-selectbox__select-text {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.shop-product-options .option_row .jq-selectbox .jq-selectbox__trigger-arrow {
  top: 50%;
  margin-top: -3px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2010%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23000000%22%20d%3D%22M10.005%2C1.388%20L5.330%2C6.006%20L4.669%2C6.006%20L-0.006%2C1.388%20L1.397%2C0.002%20L5.000%2C3.561%20L8.603%2C0.002%20L10.005%2C1.388%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
}
.lg-outer {
  background: #fff;
}
.sand .product-thumb .product-image a {
  position: relative;
  padding-top: 75%;
  display: block;
}
.sand .product-thumb .product-image a:hover .image_line {
  display: flex;
}
.sand .product-thumb .product-image a > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sand .product-thumb .product-image a > img:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}
.sand .product-thumb .product-image a > img.active {
  opacity: 1;
  visibility: visible;
}
.sand .product-thumb .product-image .image_line {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: flex-end;
  flex-direction: row;
  align-items: stretch;
}
.sand .product-thumb .product-image .image_line span {
  position: relative;
  margin-right: 1px;
  flex: 1;
}
.sand .product-thumb .product-image .image_line span.active:after, .sand .product-thumb .product-image .image_line span:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #58a4f6;
}
.sand .product-thumb .product-image .image_line span:last-child {
  margin-right: 0;
}
.sand .product-thumb .product-image .image_line span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(254, 121, 3, 0.5);
}
.buy-one-click {
  display: none;
}
html .product-thumb .product-amount {
  display: none;
}
.option_body select {
  color: #2367a2;
  background: rgba(35, 103, 162, 0.1);
  border-bottom: 0;
}
.collection_block {
  display: flex;
  flex-direction: column;
}
.collection_block .kit {
  order: 0;
}
.collection_block .accessory {
  order: 1;
}
.collection_block .recommend {
  order: 2;
}
@media (min-width: 960px) {
  .product-thumb .product-image {
    min-width: 180px;
    min-height: 140px;
  }
}
@media (max-width: 960px) {
  .content-wrapper .content-inner .product-list .product-thumb .shop-product-options {
    display: block;
  }
  .content-wrapper .content-inner .product-list .product-thumb .shop-product-options .product-compare {
    display: none;
  }
  .push_to_open_filter_outside, .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    background: #1e79e6;
  }
  .shop2-cart-preview_mobile .shop2-cart-preview.items_in_cart {
    background-color: #58a4f6;
  }
  .content-inner .product-list .product-thumb .shop-btn {
    display: block;
  }
}
