.sidebox-order_action .btncart-checkout:before {
    background: var(--mainColor)!important;
}
.sidebox-order_action .btncart-checkout {
    border-color: var(--mainColor)!important;
}
.sidebox-order_total p .total-price{
	color:var(--textColor) !important
} 
.section_product_tab .view-more {
    margin-top: 6px;
    text-align: center;
} 
.header__menu ul li.has-child.lv-2 > a{
	color:#fff
}
.header__menu ul li.lv-3 a{
		color:#fff
}
footer .topBox {
    padding: 40px 0;
}
.branchList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  letter-spacing: 0;
}

@media (min-width: 1181px) {
  .branchList>li {
    width: calc(100% / 4);
    text-align: justify;
  }
}

@media (min-width: 1001px) and (max-width: 1180px) {
  .branchList>li {
    width: calc(100% / 4);
    padding: 30px 20px 30px 0;
  }
}

@media (min-width: 601px) and (max-width: 1000px) {
  .branchList>li {
    width: calc(100% / 3);
    padding: 20px 10px 20px 0;
  }
}

@media (max-width: 640px) {
  .branchList>li {
    width: 100%;
    padding: 15px 0;
    text-align: justify;
  }

  .branchList>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1181px) {
  .branchList>li.column2 {
    width: calc(100% / 6 * 2);
  }
}

@media (min-width: 1001px) and (max-width: 1180px) {
  .branchList>li.column2 {
    width: calc(100% / 4 * 2);
  }
}

@media (min-width: 641px) and (max-width: 1000px) {
  .branchList>li.column2 {
    width: calc(100% / 3 * 2);
  }
}

.branchList>li>strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 641px) {
  .branchList>li>strong {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .branchList>li>strong {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
  }

  .branchList>li>strong::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 1px;
    background-color: #000;
  }

  .branchList>li>strong::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    width: 1px;
    height: 10px;
    background-color: #000;
    transform: rotate(0);
    transform-origin: center;
    transition: all 0.4s ease;
  }

  .branchList>li>strong.current::after {
    transform: rotate(90deg);
  }
}

.branchList>li .Txt {
  display: inline-block;
  color: #000;
  line-height: 1.9;
}

@media (min-width: 1181px) {
  .branchList>li .Txt {
    max-width: 240px;
    padding-right: 10px;
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .branchList>li .Txt {
    max-width: 260px;
    padding-right: 15px;
  }
}

@media (max-width: 640px) {
  .branchList>li .Txt {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.branchList>li .Txt>.title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.1pt;
  line-height: 1.45;
}

.branchList>li .Txt a {
  border-bottom: 1px solid transparent;
  color: #000;
}

.branchList>li .Txt a:hover {
  color: #000;
  border-bottom-color: rgba(177, 177, 177, 0.5);
}

@media (max-width: 640px) {

  .branchList>li>.txtBox,
  .branchList>li>.Txt {
    display: none;
  }
}

@media (min-width: 641px) {
  .branchList>li>.txtBox {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 641px) {
  .branchList>li>.txtBox>.Txt {
    width: 50%;
  }
}