/* --- テーブルちらつき防止 設定 --- */

.product__content {
  width: 100%;
  height: 120px;
  margin: 0 0 20px 0;
}

.product__option__block {
  display: none;
}

.table-bordered {
  width: 100%;
  height: 120px;
}

@media (max-width: 768px) {
  .product__content {
   height: auto;
   margin: 0;
 }
}

/* --- 新入荷商品 設定 --- */

.product__new {
  width: 100%;
  margin: 0;
  padding: 0 40px 50px 40px;
}

.product__new__slider li {
  padding: 0 10px 0 10px;
}

.product__new__slider li img {
  width: 100%;
  margin: 0 0 10px 0;
}

.product__new h5 {
  height: 20px;
  line-height: 20px;
  margin: 50px 0 50px 0;
  padding: 0 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}

.product__new span {
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product__new__soldout {
  color: #BF0000;
  font-weight: bold !important;
}

@media (max-width: 1080px) {
  .product__new {
   padding: 20px 10px 20px 10px;
 }
  .product__new h5 {
   margin: 0 0 20px 0;
 }
}

@media (max-width: 768px) {
  .product__new h5 {
   font-size: 1.1rem;
 }
}

/* --- おすすめ商品 設定 --- */

.product__recommend {
  width: 100%;
  margin: 0;
  padding: 0 40px 50px 40px;
}

.product__recommend__slider li {
  padding: 0 10px 0 10px;
}

.product__recommend__slider li img {
  width: 100%;
  margin: 0 0 10px 0;
}

.product__recommend h5 {
  height: 20px;
  line-height: 20px;
  margin: 0 0 50px 0;
  padding: 0 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}

.product__recommend span {
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product__recommend__soldout {
  color: #BF0000;
  font-weight: bold !important;
}

@media (max-width: 1080px) {
  .product__recommend {
   padding: 0 10px 20px 10px;
 }
  .product__recommend h5 {
   margin: 0 0 20px 0;
 }
}

@media (max-width: 768px) {
  .product__recommend h5 {
   font-size: 1.1rem;
 }
}

/* --- チェックした商品 設定 --- */

.product__history {
  width: 100%;
  margin: 0;
  padding: 0 40px 50px 40px;
}

.product__history__slider li {
  padding: 0 10px 0 10px;
}

.product__history__slider li img {
  width: 100%;
  margin: 0 0 10px 0;
}

.product__history h5 {
  height: 20px;
  line-height: 20px;
  margin: 0 0 50px 0;
  padding: 0 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}

.product__history span {
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product__history__soldout {
  color: #BF0000;
  font-weight: bold !important;
}

@media (max-width: 1080px) {
  .product__history {
   padding: 0 10px 20px 10px;
 }
  .product__history h5 {
   margin: 0 0 20px 0;
 }
}

@media (max-width: 768px) {
  .product__history h5 {
   font-size: 1.1rem;
 }
}

/* --- 商品画像 設定 --- */

* {
  min-height: 0;
  min-width : 0;
}

.slide {
  opacity: 0;
  transition: opacity .3s linear;
}

.slide.slick-initialized {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.product__image {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}

.product__slider {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  flex: 1;
}

.product__dots {
  width: 120px;
  margin: 0;
  padding: 0;
}

.product__dots .slick-dots {
  width: 70px;
  margin: 0 50px 0 0;
  bottom: auto;
  position: static;
  display: flex;
  flex-direction: column;
}

.product__dots .slick-dots li {
  position: static;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 0 10px 0;
}

.product__dots .slick-dots li img {
 width: 70px;
 border: 1px solid #DDD;
}

.product__dots .slick-dots li img:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1080px) {
  .product__image {
   display: flex;
   flex-direction: column;
 }
  .product__slider {
   padding: 0 0 0 0;
 }
  .product__dots {
   width: 100%;
 }
  .product__dots .slick-dots {
   width: 100%;
   margin: 20px 0 20px 0;
   display: flex;
   flex-direction: row;
   justify-content: center;
 }
  .product__dots .slick-dots li {
   width: 10px;
   height: 10px;
   margin: 0 5px 0 5px;
   background-color: #DDD;
   border-radius: 50%;
 }
  .slick-dots li.slick-active {
   background-color: #000;
 }
  .slick-dots li button {
   width: 10px;
   height: 10px;
   padding: 0;
 }
  .slick-dots li button:before {
   content: none;
 }
}

/* --- コンテナ 設定 --- */

.product__main {
  width: 100%;
  padding: 0 50px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-lg-8 {
  width: 60%;
  *width: 60%;
}

.col-lg-4 {
  width: 40%;
  *width: 40%;
}

@media only screen and (max-width: 1080px) {
  .product__main {
   padding: 0 20px 0 0;
 }
}

@media only screen and (max-width: 768px) {
  .product__main {
   margin: 20px 0 0 0;
   padding: 0;
 }
  .col-lg-8 {
   width: 100%;
   *width: 100%;
 }
  .col-lg-4 {
   width: 100%;
   *width: 100%;
 }
}

.table th,
.table td {
  padding: 15px;
  border-top: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
}

.table_price {
  display: none;
}

.cell_2 {
  color: #666;
}

.cell_2 br {
  display: none;
}

[type="radio"],
[type="checkbox"] {
  margin: 0;
  margin-top: 0;
  line-height: normal;
  *margin-top: 0;
}

/* --- 商品情報 設定 --- */

.brand__name {
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.brand__name a {
  font-size: 1.4rem;
  color: #000;
}

.brand__name a:hover {
  color: #666;
}

.brand__name a:active {
  color: #666;
}

h2 {
  height: 20px;
  line-height: 20px;
  margin: 5px 0 15px 0;
  padding: 0;
  color: #000;
  font-size: 1.4rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .brand__name a {
   font-size: 1.4rem;
  }
  h2 {
   font-size: 1.2rem;
  }
}

.product__price {
  height: 20px;
  line-height: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.2rem;
  color: #000;
  text-align: left;
}

.product__shoppoint {
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #000;
  text-align: left;
}

.product__shoppoint__info {
  height: 20px;
  line-height: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.1rem;
  color: #000;
  text-align: left;
}

.product__shipping {
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #666;
  text-align: left;
}

.product__refund {
  height: 20px;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}

.product__refund a {
  font-size: 1.1rem;
  color: #666;
}

.product__discount {
  font-size: 1.2rem;
  overflow: hidden;
}

.product__discount span {
  margin: 0;
  padding: 5px;
  background-color: #BF0000;
  color: #FFF;
}

.product__regular {
  font-size: 1.2rem;
  color: #BF0000;
}

.product__contact {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product__contact a {
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  border: 1px solid #DDD;
}

.product__contact a:active {
  color: #000;
  background-color: #FFF;
  border: 1px solid #DDD;
  opacity: 1;
}

.product__contact a:hover {
  color: #000;
  background-color: #FFF;
  border: 1px solid #DDD;
  opacity: 1;
}

.product__information {
  height: 50px;
  line-height: 50px;
  margin: 20px 0 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product__information a {
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #DDD;
}

.product__information a:active {
  color: #FFF;
  background-color: #000;
  border: 1px solid #DDD;
  opacity: 1;
}

.product__information a:hover {
  color: #FFF;
  background-color: #000;
  border: 1px solid #DDD;
  opacity: 1;
}

/* --- SNS 設定 --- */

.sns {
  width: 100%;
  height: 50px;
  margin: 20px 0 20px 0;
  padding: 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.snsWrap {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  border: solid 1px #DDD;
  text-align: center;
}

.snsShare {
  float: left;
  height: 48px;
  line-height: 48px;
  width: 33.3%;
  margin: 0;
  padding: 0;
  border-right: solid 1px #DDD;
}

.snsShare:last-child {
  border-right: none;
}

.snsShare img {
  height: 18px;
  vertical-align: middle;
}

/* --- 在庫について 設定 --- */

.attention {
  width: 100%;
  height: 130px;
  overflow-y: hidden;
  margin: 0;
  padding: 0 20px 20px 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.attention h4 {
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
}

.attention p {
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.1rem;
  word-break: break-all; 
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media only screen and (max-width: 768px) {
  .attention {
   height: auto;
   overflow-y: visible;
   margin: 20px 0 0 0;
  }
}

/* --- TOPページに戻る 設定 --- */

.product__backtotop {
  height: 50px;
  line-height: 50px;
  margin: 20px 0 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product__backtotop a {
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  border: 1px solid #DDD;
}

.product__backtotop a:active {
  color: #000;
  background-color: #FFF;
  border: 1px solid #DDD;
  opacity: 1;
}

.product__backtotop a:hover {
  color: #000;
  background-color: #FFF;
  border: 1px solid #DDD;
  opacity: 1;
}

/* --- 商品説明 設定 --- */

.product__description {
  width: 100%;
  margin: 0;
  padding: 0 50px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product__tittle {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
  border-top: 1px solid #DDD;
}

.product__detail {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
}

.product__detail__left {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.product__detail__right {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.product__detail p {
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #000;
  font-weight: normal;
}

.product__boxlink {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product__boxlink a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #DDD;
}

.product__boxlink a:active {
  color: #FFF;
  background-color: #000;
  opacity: 1;
}

.product__boxlink a:hover {
  color: #FFF;
  background-color: #000;
  opacity: 1;
}

.product__boxlink__left {
  float: left;
  width: 50%;
  height: 50px;
  margin: 0;
  padding: 0 5px 0 0;
}

.product__boxlink__right {
  float: left;
  width: 50%;
  height: 50px;
  margin: 0;
  padding: 0 0 0 5px;
}

.product__condition {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product__condition__left {
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000;
  font-size: 1.1rem;
  color: #FFF;
  font-weight: bold;
  border: 1px solid #000;
}

.product__condition__right {
  float: left;
  width: 75%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-indent: 20px;
  background-color: #FFF;
  font-size: 1.1rem;
  color: #000;
  border: 1px solid #DDD;
}

.product__condition span {
  font-size: 3.0rem;
}

@media only screen and (max-width: 1080px) {
  .product__description {
   padding: 0 20px 0 0;
 }
}

@media only screen and (max-width: 768px) {
  .product__description {
   padding: 0;
  }
  .product__detail__left, .product__detail__right {
   float: none;
   width: 100%;
  }
  .product__boxlink {
   margin: 20px 0 0 0;
   padding: 0 0 20px 0;
  }
  .product__boxlink__left, .product__boxlink__right {
   float: none;
   width: 100%;
  }
  .product__boxlink__left {
   margin: 0 0 20px 0;
   padding: 0;
  }
  .product__boxlink__right {
   padding: 0;
  }
}

/* --- サイズ表 設定 --- */

table.product__size {
  width: 100%;
  height: 130px;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1.1rem;
  text-align: center;
}

table.product__size th {
  background-color: #FFF;
  border: solid 1px #DDD;
}

table.product__size td {
  background-color: #FFF;
  border: solid 1px #DDD;
}

@media only screen and (max-width: 768px) {
  table.product__size {
   height: auto;
  }
  table.product__size th {
   height: 30px;
  }
  table.product__size td {
   height: 30px;
  }
}

/* --- デフォルト 設定 --- */

.col {
  padding-left: 0;
  *padding-left: 0;
  padding-right: 0;
  *padding-right: 0;
}

.section__block {
  margin: 0 auto;
}

.product__init {
  margin: 0;
  padding: 0;
}

.dl-vertical-list__title {
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.dl-vertical-list__content {
  margin: 0;
  padding: 0;
}

.btn {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #000;
  font-size: 1.1rem;
}

.product__name {
  height: 20px;
  line-height: 20px;
  margin: 5px 0 20px 0;
  padding: 0;
  font-size: 1.2rem;
  text-align: left;
}

.product__id {
  margin: 0 !important;
  font-size: 1.2rem;
  text-align: right;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}

.product__option__block label {
  margin: 0;
  font-size: 1.1rem;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
  border: 2px solid #999;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 20px 0 0 0;
  border-radius: 4px;
}

.product__order__btn {
  margin: 0 0 0 0;
}

.stock_error {
  margin: 0 0 20px 0;
}

.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
  height: 50px;
  line-height: 50px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFF;
}

.btn--addcart:focus {
  outline: none;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  font-size: 1.4rem;
}

.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  margin: 0;
  padding: 20px 0 20px 0;
  background: #f5f5f5;
}

.product__info__list {
  height: 180px;
  margin: 0 0 20px 0;
  padding: 20px 0 10px 0;
  border-top: 1px solid #DDD;
  border-bottom: solid 1px #DDD;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product__info__list__unit {
  height: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.1rem;
}

.product__info__list__unit a {
  color: #000;
}

.product__info__list__unit a:hover {
  color: #666;
}

.product__info__list__unit a:active {
  color: #666;
}

.text-titles {
  margin: 0 auto 2em;
}

.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}


@media (max-width: 768px) {
  .product__images img {
   margin: 0 auto;
 }
  .product__name {
   margin: 5px 0 20px 0;
 }
  .product__info {
   margin: 0;
   padding: 20px 0 20px 0;
 }
  .product__info__list:first-child {
   margin-top: 0;
 }
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}

.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart_in_modal__button a {
  display: block;
  color: #fff;
  font-size: 17px;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}