@charset "UTF-8";
/*

  ショップCSS

*/
#header .header-inner .navbar-cartbtn {
  display: block;
}
@media only screen and (min-width: 1000px) {
  #header .header-inner .navbar-cartbtn {
    display: none;
  }
}

main {
  height: auto;
  display: block;
  margin: 0;
  min-height: calc(100vh - 256px - 58px);
  position: relative;
  transition: all 0.5s ease-out;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  main {
    min-height: calc(100vh - 124px);
  }
}
main .cart-btn {
  display: none;
  bottom: 0;
  margin-left: 312px;
  left: 50%;
  position: fixed;
  width: 188px;
}
@media only screen and (min-width: 1000px) {
  main#store-page .cart-btn {
    display: block;
    position: fixed;
  }
  main#store-page .cart-btn > a {
    background-color: #FFD764;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 58px;
    display: block;
    height: 58px;
    position: relative;
    transition: opacity 0.2s ease-out;
    text-align: center;
    width: 188px;
  }
  main#store-page .cart-btn > a > span.icon {
    background-image: url(../images/common/icon_cart_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    height: 24px;
    margin: 0 5px 0 0;
    position: relative;
    vertical-align: middle;
    width: 24px;
  }
  main#store-page .cart-btn > a:hover {
    opacity: 0.6;
  }
  main#store-page .cart-btn.fit {
    position: absolute;
  }
}

#store {
  height: auto;
  min-height: calc(100vh - 256px - 58px);
  box-sizing: border-box;
  padding: 60px 0 0;
  position: relative;
  width: 100%;
}
#store .store-heading_box {
  padding: 60px 18px 0;
  position: relative;
  width: 100%;
}
#store .store-heading_box .store-heading_box-h {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.0;
  text-align: center;
  transition: all 0.5s ease-out;
  padding-bottom: 42px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#store .store-heading_box .store-heading_box-h > strong {
  color: #404040;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2px;
}
#store .store-content_box {
  background-color: #fff;
  position: relative;
  margin: 0 18px 0;
  padding-bottom: 100px;
  width: calc(100% - 36px);
}
#store .store-content_box .store-content_box-inner {
  position: relative;
  width: 100%;
}
#store .store-content_box .store-content_box-inner .page-title,
#store .store-content_box .store-content_box-inner .woocommerce-result-count,
#store .store-content_box .store-content_box-inner .woocommerce-ordering {
  display: none !important;
}
#store .store-content_box .store-content_box-inner .products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#store .store-content_box .store-content_box-inner .products > li {
  float: none !important;
  margin: 0 20px 2.992em 0;
  width: calc(50% - 13px) !important;
}
#store .store-content_box .store-content_box-inner .products > li.first {
  clear: none !important;
}
#store .store-content_box .store-content_box-inner .products > li.last {
  margin: 0 20px 2.992em 0;
}
#store .store-content_box .store-content_box-inner .products > li:nth-child(2n) {
  margin: 0 0 2.992em 0 !important;
}
#store .store-content_box .store-content_box-inner .products > li > a .onsale {
  display: none !important;
}
#store .store-content_box .store-content_box-inner .products > li > a > img {
  border: none;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
#store .store-content_box .store-content_box-inner .products > li > a .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: bold;
}
#store .store-content_box .store-content_box-inner .products > li > a .price {
  position: relative;
  text-align: right;
  width: 100%;
}
#store .store-content_box .store-content_box-inner .products > li > a .price .woocommerce-Price-amount {
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
#store .store-content_box .store-content_box-inner .products > li > a .price > del {
  color: #B2B1B0;
  display: block;
  text-align: right;
}
#store .store-content_box .store-content_box-inner .products > li > a .price > del .woocommerce-Price-amount {
  color: #B2B1B0;
  font-size: 14px;
  font-weight: normal;
}
#store .store-content_box .store-content_box-inner .products > li > a .price > ins {
  text-decoration: none;
  display: block;
  text-align: right;
}
#store .store-content_box .store-content_box-inner .products > li > a .price > ins .woocommerce-Price-amount {
  color: #404040;
  font-size: 16px;
  font-weight: bold;
}
#store .store-content_box .store-content_box-inner .products > li > a.add_to_cart_button, #store .store-content_box .store-content_box-inner .products > li > a.product_type_simple {
  display: none !important;
}
#store .store-content_box .store-content_box-inner .product .onsale {
  display: none !important;
}
#store .store-content_box .store-content_box-inner .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  margin-bottom: 24px;
}
#store .store-content_box .store-content_box-inner .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
  border: none;
  box-sizing: border-box;
  margin-bottom: 0;
}
#store .store-content_box .store-content_box-inner .product .summary .product_title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 24px;
}
#store .store-content_box .store-content_box-inner .product .summary .price {
  margin-bottom: 35px;
  position: relative;
  text-align: right;
  width: 100%;
}
#store .store-content_box .store-content_box-inner .product .summary .price .woocommerce-Price-amount {
  color: #404040;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
}
#store .store-content_box .store-content_box-inner .product .summary .price > del {
  color: #B2B1B0;
  display: block;
  text-align: right;
}
#store .store-content_box .store-content_box-inner .product .summary .price > del .woocommerce-Price-amount {
  color: #B2B1B0;
  font-size: 24px;
  font-weight: normal;
}
#store .store-content_box .store-content_box-inner .product .summary .price > ins {
  text-decoration: none;
  display: block;
  text-align: right;
}
#store .store-content_box .store-content_box-inner .product .summary .price > ins .woocommerce-Price-amount {
  color: #404040;
  font-size: 32px;
  font-weight: bold;
}
#store .store-content_box .store-content_box-inner .product .summary .stock {
  display: none;
  font-size: 10px;
  margin-bottom: 35px;
  text-align: right;
}
#store .store-content_box .store-content_box-inner .product .summary .stock.out-of-stock {
  display: block;
}
#store .store-content_box .store-content_box-inner .product .summary .cart {
  overflow: hidden;
}
#store .store-content_box .store-content_box-inner .product .summary .cart .quantity {
  display: block;
  float: left;
  margin: 0 24px 0 0;
  position: relative;
  width: calc(30% - 24px);
}
#store .store-content_box .store-content_box-inner .product .summary .cart .quantity .qty {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: #fff;
  border: 2px solid #404040;
  border-radius: 0;
  display: block;
  font-size: 14px;
  height: 58px;
  margin: 0;
  max-width: 137px;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
#store .store-content_box .store-content_box-inner .product .summary .cart .single_add_to_cart_button {
  background-color: #FFD764;
  border: none;
  border-radius: 4px;
  color: #fff;
  height: 58px;
  display: block;
  font-size: 16px;
  float: left;
  max-width: 315px;
  position: relative;
  width: 70%;
}
#store .store-content_box .store-content_box-inner .product .summary .product_meta {
  display: none !important;
}
#store .store-content_box .store-content_box-inner .product .woocommerce-tabs {
  margin: 35px 0 50px;
}
#store .store-content_box .store-content_box-inner .product .woocommerce-tabs .tabs {
  display: none !important;
}
#store .store-content_box .store-content_box-inner .product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2 {
  display: none !important;
}
#store .store-content_box .store-content_box-inner .product .woocommerce-tabs .woocommerce-Tabs-panel--description > p {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #store .store-content_box .store-content_box-inner .product .woocommerce-tabs {
    float: right;
    margin: 35px 0 120px;
    width: 48%;
    clear: none;
  }
}
#store .store-content_box .store-content_box-inner .product .products {
  clear: both;
  width: 100%;
}
#store .store-content_box .store-content_box-inner .product .products > h2 {
  border-left: 4px solid #5CC79A;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 0 1px 10px;
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination {
  box-sizing: border-box;
  display: block;
  margin: 50px 0 36px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li {
  display: block;
  height: 42px;
  margin: 0 4px;
  position: relative;
  width: 42px;
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers {
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #404040;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  transition: opacity 0.2s ease-out;
  position: relative;
  width: 42px;
}
@media only screen and (min-width: 1000px) {
  #store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers:hover {
    opacity: 0.6;
  }
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers.dots {
  display: none;
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers.current {
  background-color: #FFD764;
  border: 1px solid #FFD764;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  #store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers.current:hover {
    opacity: 1;
  }
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers.prev {
  overflow: hidden;
  text-indent: 9999px;
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers.prev::after {
  border-top: 2px solid #404040;
  border-right: 2px solid #404040;
  content: '';
  height: 10px;
  position: absolute;
  left: 15px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s ease-out;
  top: 14px;
  width: 10px;
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers.next {
  overflow: hidden;
  text-indent: 9999px;
}
#store .store-content_box .store-content_box-inner .woocommerce-pagination .page-numbers > li .page-numbers.next::after {
  border-top: 2px solid #404040;
  border-right: 2px solid #404040;
  content: '';
  height: 10px;
  position: absolute;
  left: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s ease-out;
  top: 14px;
  width: 10px;
}
@media only screen and (min-width: 768px) {
  #store {
    padding: 120px 24px 0;
  }
  #store .store-heading_box {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #store {
    min-height: calc(100vh - 124px);
    padding: 120px 0 0;
  }
  #store .store-heading_box .store-heading_box-h {
    font-size: 20px;
  }
  #store .store-heading_box .store-heading_box-h > strong {
    font-size: 46px;
  }
  #store .store-content_box {
    margin: 0 auto;
    padding-top: 30px;
    width: 1000px;
  }
  #store .store-content_box .store-content_box-inner .products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #store .store-content_box .store-content_box-inner .products::before, #store .store-content_box .store-content_box-inner .products::after {
    display: none;
  }
  #store .store-content_box .store-content_box-inner .products > li {
    float: none !important;
    margin: 0 2.6% 2.992em 0;
    width: 23% !important;
  }
  #store .store-content_box .store-content_box-inner .products > li.first {
    clear: none !important;
  }
  #store .store-content_box .store-content_box-inner .products > li.last {
    margin: 0 2.6% 2.992em 0;
  }
  #store .store-content_box .store-content_box-inner .products > li:nth-child(2n) {
    margin: 0 2.6% 2.992em 0 !important;
  }
  #store .store-content_box .store-content_box-inner .products > li:nth-child(4n) {
    margin: 0 0 2.992em 0 !important;
  }
}

#cart {
  height: auto;
  min-height: calc(100vh - 256px - 58px);
  box-sizing: border-box;
  padding: 60px 0 0;
  position: relative;
  width: 100%;
}
#cart .cart-heading_box {
  padding: 60px 18px 0;
  position: relative;
  width: 100%;
}
#cart .cart-heading_box .cart-heading_box-h {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.0;
  text-align: center;
  transition: all 0.5s ease-out;
  padding-bottom: 42px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#cart .cart-heading_box .cart-heading_box-h > strong {
  color: #404040;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2px;
}
#cart .cart-content_box {
  background-color: #fff;
  position: relative;
  padding-bottom: 60px;
  margin: 0 18px 0px;
  width: calc(100% - 36px);
}
#cart .cart-content_box .cart-content_box-inner {
  position: relative;
  width: 100%;
}
#cart .cart-content_box .cart-content_box-inner .page-title {
  display: none !important;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .cart-empty {
  font-size: 14px;
  margin: 0 0 100px;
  position: relative;
  text-align: center;
  width: 100%;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .return-to-shop {
  background-color: #FFCB36;
  border: 2px solid #fff;
  border-radius: 27px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  height: 54px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 230px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .return-to-shop > a {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .return-to-shop::before {
  background-color: #fff;
  border-radius: 27px;
  content: '';
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 0;
}
@media only screen and (min-width: 1000px) {
  #cart .cart-content_box .cart-content_box-inner .woocommerce .return-to-shop:hover::before {
    opacity: 1;
    width: 100%;
  }
  #cart .cart-content_box .cart-content_box-inner .woocommerce .return-to-shop:hover > a {
    color: #FFCB36;
  }
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .woocommerce-cart-form {
  margin-bottom: 60px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .woocommerce-cart-form .shop_table {
  background-color: #fff;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .woocommerce-cart-form .shop_table thead tr th {
  font-size: 14px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .woocommerce-cart-form .shop_table tbody tr.woocommerce-cart-form__cart-item td {
  font-size: 14px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .woocommerce-cart-form .shop_table tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail > a > img {
  max-height: 100px;
  max-width: 100px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .woocommerce-cart-form .shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity .qty {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: #ebe9eb;
  border: none;
  border-radius: 1px;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 3px;
  text-align: center;
  width: 40px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions .button {
  font-size: 14px;
  padding: 10px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals {
  margin-bottom: 60px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals > h2 {
  border-left: 4px solid #5CC79A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 0 1px 10px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .shop_table {
  background-color: #fff;
  margin-bottom: 40px;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .shop_table tr {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .shop_table tr > th {
    width: 20%;
  }
  #cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .shop_table tr > td {
    width: 80%;
  }
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #FFD764;
  font-size: 16px;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  padding: 0;
  text-align: center;
  width: 100%;
}
#cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #pay_with_amazon {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  #cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #pay_with_amazon {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  #cart .cart-heading_box {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #cart {
    padding: 100px 0 0;
    min-height: calc(100vh - 124px);
  }
  #cart .cart-heading_box {
    padding: 60px 18px 0;
  }
  #cart .cart-heading_box .cart-heading_box-h {
    font-size: 20px;
    margin-bottom: 0;
  }
  #cart .cart-heading_box .cart-heading_box-h > strong {
    font-size: 46px;
  }
  #cart .cart-content_box {
    margin: 0 auto;
    padding-top: 30px;
    width: 1000px;
  }
  #cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    transition: opacity 0.2s ease-out;
  }
  #cart .cart-content_box .cart-content_box-inner .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    opacity: 0.6;
  }
}

#checkout {
  height: auto;
  min-height: calc(100vh - 256px - 58px);
  box-sizing: border-box;
  padding: 60px 0 0;
  position: relative;
  width: 100%;
}
#checkout .checkout-heading_box {
  padding: 60px 18px 0;
  position: relative;
  width: 100%;
}
#checkout .checkout-heading_box .checkout-heading_box-h {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.0;
  text-align: center;
  transition: all 0.5s ease-out;
  padding-bottom: 42px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#checkout .checkout-heading_box .checkout-heading_box-h > strong {
  color: #404040;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2px;
}
#checkout .checkout-content_box {
  background-color: #fff;
  height: auto;
  position: relative;
  padding-bottom: 100px;
  margin: 0 18px 0;
  width: calc(100% - 36px);
}
#checkout .checkout-content_box .checkout-content_box-inner {
  position: relative;
  width: 100%;
}
#checkout .checkout-content_box .checkout-content_box-inner .page-title {
  display: none !important;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div {
  margin-bottom: 30px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields > h3 {
  border-left: 4px solid #5CC79A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 0 1px 10px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  font-weight: bold;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
  color: #FF4183;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input {
  border: 2px solid #404040;
  border-radius: 0;
  padding: 15px 18px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field {
  clear: both;
  float: left;
  width: 100%;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper {
  border: 2px solid #404040;
  background-color: #fff;
  display: block;
  margin-bottom: 0;
  padding: 15px 18px;
  position: relative;
  width: 100%;
  position: relative;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper::after {
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  content: '';
  height: 12px;
  position: absolute;
  right: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s ease-out;
  top: 17px;
  width: 12px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper select {
  border: none !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2-container {
  display: none !important;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label {
  font-size: 16px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label#ship-to-different-address-checkbox {
  vertical-align: middle;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row label {
  font-weight: bold;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row label .required {
  color: #FF4183;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row input {
  border: 2px solid #404040;
  border-radius: 0;
  padding: 15px 18px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_state_field {
  clear: both;
  float: left;
  width: 100%;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper {
  border: 2px solid #404040;
  background-color: #fff;
  display: block;
  margin-bottom: 0;
  padding: 15px 18px;
  position: relative;
  width: 100%;
  position: relative;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper::after {
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  content: '';
  height: 12px;
  position: absolute;
  right: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s ease-out;
  top: 17px;
  width: 12px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper select {
  border: none !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper .select2-container {
  display: none !important;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
  font-weight: bold;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #customer_details div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  border: 2px solid #404040;
  border-radius: 0;
  height: 100px;
  padding: 15px 18px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #amazon_customer_details {
  margin-bottom: 50px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout > h3 {
  border-left: 4px solid #5CC79A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 0 1px 10px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review .shop_table {
  border: 2px solid #404040;
  border-radius: 0;
  background-color: #fff;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review .shop_table thead tr th {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review .shop_table tbody tr td {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review .shop_table tfoot tr th,
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review .shop_table tfoot tr td {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment {
  background-color: #fff;
  border-radius: 0;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment .wc_payment_methods {
  background-color: #fff;
  border: 2px solid #404040;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method .payment_box {
  background-color: #FFFBEE;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method .payment_box::before {
  border: 1em solid #FFFBEE;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment .form-row {
  font-size: 14px;
  padding: 18px 0;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment .form-row #place_order {
  background-color: #FFD764;
  font-size: 16px;
  font-weight: bold;
  float: none;
  display: block;
  height: 58px;
  line-height: 58px;
  margin: 60px auto;
  padding: 0;
  text-align: center;
  width: 315px;
}
@media only screen and (min-width: 1000px) {
  #checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment .form-row #place_order {
    transition: opacity 0.2s ease-out;
  }
  #checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-checkout #order_review #payment .form-row #place_order:hover {
    opacity: 0.6;
  }
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-notice {
  font-size: 16px;
  margin-bottom: 40px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-order-overview > li {
  font-size: 11px;
  margin-bottom: 10px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-order-overview > li > strong {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  border-left: 4px solid #5CC79A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 0 1px 10px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details > li {
  font-size: 11px;
  margin-bottom: 10px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details > li > strong {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  border-left: 4px solid #5CC79A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 0 1px 10px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-order-details .shop_table {
  background-color: #fff;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-order-details .shop_table thead tr th {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr th,
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr td {
  font-size: 14px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  margin-bottom: 20px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column > h2 {
  border-left: 4px solid #5CC79A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 0 1px 10px;
}
#checkout .checkout-content_box .checkout-content_box-inner .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
  background-color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #checkout {
    padding: 120px 24px 0;
  }
  #checkout .checkout-heading_box {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #checkout {
    min-height: calc(100vh - 124px);
    padding: 120px 0 0;
  }
  #checkout .checkout-content_box {
    margin: 0 auto;
    padding-top: 30px;
    width: 1000px;
  }
}
