@charset "UTF-8";
/*---------------
  cart
---------------*/
.cart_btn_e50012 {
  background: #e50012;
  box-shadow: 0px 4px 0px 0px #a5000d;
}
.cart_btn_e50012:hover {
  box-shadow: 0px 1px 0px 0px #a5000d;
}
.cart_btn_626262 {
  background: #626262;
  box-shadow: 0px 4px 0px 0px #494949;
}
.cart_btn_626262:hover {
  box-shadow: 0px 1px 0px 0px #494949;
}
/*.col_box_csv_cart .cart_btn_626262::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background-image: url(/img/usr/assets/shoptop/uptake/2021/icon_store_cart_fff.svg);
  background-size: 20px 20px;
}*/


/*---------------
  link decoration
---------------*/
.new_modal_link .icon_arrow_circle--626262 {
  background: url(/img/usr/assets/shoptop/uptake/2022/icon_arrow_circle_r_626262.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

/*---------------
  margin & padding
---------------*/
.pt08 { padding-top: 8px !important;}

/*---------------
  border
---------------*/
.border_left_959595 { border-left: 1px solid #959595;}