.ball {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
  }

  .widget_categories .select {
    color: rgb(33,33,33);
    font-weight: bold;
    font-size: 1.4em;
  }

  #shipping-grp-nm,
  #shipping-grp-mail{
    display: none;
  }

  .altec-pay-completed {
    color: green;
  }

  .altec-error {
    color: red;
  }

  #alt-loader-overlay {
    width: 100%;
    height: 100vh;
    background: #f1f1f1;
    position: fixed;
    z-index: 999999;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    color: #0000;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.modal-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #0000;
  transition: .6s;
}

.modal-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px;
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #000;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #4b4b4b;
	width: 100%;
}

.modal-content p,
.modal-content div {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.modal-wrapper .wide {
  width:90%;
  max-width:800px;
  padding-right: 7px;
  padding-left: 7px;
}
.cart-root {
  margin-bottom: 5rem;
}
.cart_item {
  background-color: white; 
  border-bottom: 1px solid rgb(236,236,236);
}

.cart_item a {
  color: #2d2d2d;
}

.cart_item .prod_title {
  font-size: 1.2em;
}

.cart_item-del {
  position: absolute; 
  z-index:999; 
  left:0.1em;
  font-size: 2.5em;
}

.cart_item img {
  max-width: 100%;
  padding: 1em;
}

.cart_item .cart_item-mid {
  display:flex;
  flex-direction: column;
  margin-top:2em;
}

.cart_item input[id^='qty-'] {
  width: 8em;
}

.mt-1r {
  margin-top: 1rem;
}
.mt-2r {
  margin-top: 2rem;
}
.mt-3r {
  margin-top: 3rem;
}
.mt-4r {
  margin-top: 4rem;
}
.mt-5r {
  margin-top: 5rem;
}

.content-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-links > a {
  margin: 1rem 0rem;
}

.social-icon {
  font-size: 4rem;
}

.altec-msg-area {
  text-align: center;
}

.sz-1_5em {
  font-size: 1.5em;
}

.icon-image {
  font-size: 10rem;
  height: 10rem;
}

.modal-content-core {
  text-align: center;
}

.icon-image .duplex {
  position: relative;
}

.icon-image .bs {
  top: -10rem;
}

.icon-image .ng {
  color: rgb(200,0,0);
}

.modal-content-core .label1 {
  font-size: 2.5rem;
}

.modal-content-core .label2 {
  margin-top: 5rem;
  color: rgb(200, 0, 0);
}

.modal-content-core .select-btns {
  margin-top: 5rem;
}
.modal-content-core .btn-yes {
  width: 10rem;
  margin-left: 0px;
  margin-bottom: 0.5rem;
}
.modal-content-core .btn-no {
  width: 10rem;
  margin-bottom: 0.5rem;
}
.modal_title-center {
  text-align: center;
  font-size: 1.2em;
}
.modal_title2-center {
  text-align: center;
}
.modal-content iframe {
  width: 100%;
  border: solid 1px #efefef;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 55vh;
}

.modal-window .center {
  text-align: center !important;
}

.addr-lerg > div {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.eye-pwd {
  padding-right: 1.5rem;
  display: flex;
}
.eye-pwd > input {
  border: none;
  width: 100%;
}
.eye-pwd > input::-webkit-input-placeholder { color: #999;}
.eye-pwd > input::-moz-placeholder { color: #999;}
.eye-pwd > input:-ms-input-placeholder { color: #999;}
.eye-pwd > input:-moz-placeholder { color: #999;}

.eye-pwd #altec-btn-pwd_eye {
  font-size: 2rem;
}