.site-path a span, .site-path span {
  color: #706a6e;
  font: 13px rr, Arial, Helvetica, sans-serif;
  background: 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.site-path a > span {
  color: #706a6e;
  font: 13px rr, Arial, Helvetica, sans-serif;
  background: 0 0;
  padding: 5px 15px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: inset 0 0 0 1px #dcdcdc;
  -webkit-box-shadow: inset 0 0 0 1px #dcdcdc;
  box-shadow: inset 0 0 0 1px #dcdcdc; }

.site-path > span:last-child {
  display: inline-block;
  vertical-align: top;
  color: #706a6e;
  font: 13px rr, Arial, Helvetica, sans-serif;
  background: #eee;
  padding: 5px 15px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.prod_list_wrap .product_list .buy_one_click, .prod_list_wrap .product_list.product-list-simple .product-bot .buy_one_click {
  display: none;
  padding: 10px 0 0; }
  .prod_list_wrap .product_list .buy_one_click span, .prod_list_wrap .product_list.product-list-simple .product-bot .buy_one_click span {
    display: block;
    color: #2c262a;
    font: 15px rb, Arial, Helvetica, sans-serif;
    cursor: pointer;
    padding: 10px 23px 11px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: inset 0 0 0 1px #dfdfdf;
    -webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
    box-shadow: inset 0 0 0 1px #dfdfdf;
    text-align: center; }
    .prod_list_wrap .product_list .buy_one_click span:hover, .prod_list_wrap .product_list.product-list-simple .product-bot .buy_one_click span:hover {
      color: #fff;
      background: #3fd4ae;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .prod_list_wrap .product_list .product-more, .prod_list_wrap .product_list.product-list-simple .product-bot .product-more {
    display: none;
    padding: 10px 0 0;
    width: 100%; }
  .prod_list_wrap .product_list .product-more a, .prod_list_wrap .product_list.product-list-simple .product-bot .product-more a {
    text-decoration: none;
    display: block;
    font: 21px rb, Arial, Helvetica, sans-serif;
    cursor: pointer;
    padding: 6px 23px 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color: #fff;
    background: #3fd4ae;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .prod_list_wrap .product_list .product-more a:hover, .prod_list_wrap .product_list.product-list-simple .product-bot .product-more a:hover {
      -moz-box-shadow: inset 0 0 0 1px #dfdfdf;
      -webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
      box-shadow: inset 0 0 0 1px #dfdfdf;
      color: #2c262a;
      background: none; }

@media (max-width: 768px) {
  .prod_list_wrap .product_list.product-list-thumbs .product-bot .shop_product_button {
    display: none; }

  .prod_list_wrap .product_list.product-list-thumbs .product-bot {
    flex-wrap: wrap; }

  .prod_list_wrap .product_list .buy_one_click {
    display: block;
    width: 100%; }
    .prod_list_wrap .product_list .product-more {
      display: block; }

  .prod_list_wrap .product_list.product-list-simple .product-bot {
    justify-content: space-between; }
    .prod_list_wrap .product_list.product-list-simple .product-bot .shop_product_button {
      display: none; }
    .prod_list_wrap .product_list.product-list-simple .product-bot .product-bot-in {
      display: none; }
    .prod_list_wrap .product_list.product-list-simple .product-bot .product-price {
      min-width: 0; }
    .prod_list_wrap .product_list.product-list-simple .product-bot .buy_one_click, .prod_list_wrap .product_list.product-list-simple .product-bot .product-more {
      display: block;
      width: auto;
      padding: 5px 0; } }
