/*
Theme Name: a
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "Noto Sans JP","Zen Kaku Gothic New","Noto Sans JP","Poppins","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  --scrollbar-width: 15px;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.dg{
  display: grid;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
header {
    padding-top: 76px;
    position: relative;
    background: url(/wp-content/themes/a/img/shop/headBg.svg)0 0;
    background-size: 9.1% 74px;
    background-repeat: repeat-x;
}
.headWrap {
    padding-top: 57px;
    position: relative;
    width: calc(100% - 132px);
    margin: 0 auto;
}
.headWrap > div {
    width: 33.3333%;
}
.headWrap .left ul {
    flex-wrap: wrap;
}
.headWrap .left ul li {
    width: 30%;
}
.headWrap .left ul li:nth-child(even) {
    width: 70%;
}
.headWrap .left ul li a {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.headWrap .left ul li a img {
    margin-right: 8px;
}
.headWrap .cnt img {
    display: block;
    margin: 0 auto;
}
.headWrap .right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
header .cart {
    width: 120px;
    position: relative;
    margin-left: 10px;
}
header .cart img{
    width: 36px;
}
header .cart .countBox {
    position: absolute;
    background: #505050;
    padding: 4px 16px;
    border-radius: 4px;
    left: 55px;
}
header .cart .countBox:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 16px solid #505050;
    border-left: 0;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .cart .countNumber{
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.userBtnBox a {
    background: #E60012;
    display: block;
    text-align: center;
    padding: 10px;
    width: 160px;
    color: #fff;
    border-radius: 6px;
}
.userBtnBox a:nth-child(2) {
    background: #187FC4;
    margin-top: 10px;
}
.userBtnBox a:hover {
  background: #505050;
}
.fvBlock {
    margin-top: 90px;
}
.shopFvSlide .swiper-slide {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    transition: 2s;
    overflow: hidden;
    border-radius: 10px;
}
.shopFvSlide .swiper-slide-prev,
.shopFvSlide .swiper-slide-duplicate-prev {
    clip-path: polygon(
        0% 20%,
        100% 0%,
        100% 100%,
        0% 80%
    ) !important;
    overflow: hidden;
}
.shopFvSlide .swiper-slide-next,
.shopFvSlide .swiper-slide-duplicate-next {
    clip-path: polygon(
        0% 0%,
        100% 20%,
        100% 80%,
        0% 100%
    ) !important;
}
.fvBlock .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -80px;
}
.shopFvSlide .swiper-slide a:hover img{
  transform:scale(1.05,1.05);
}
.swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 20px;
}
.swiper-pagination-bullet-active {
    background: #187fc4;
}
.shopLineup {
    margin: 150px auto 150px;
    width: min(1200px, 90%);
    padding: 70px 0;
}
.shopLineup h2 {
    font-size: 42px;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-weight: 700;
    margin-bottom: 40px;
}
.shopLineup h2 img {
    display: block;
    margin: 0 auto 12px;
}
.shopLineup h2 span{
  color: red;
}
.shopLineup ul {
    grid-column: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px 70px;
    margin-bottom: 130px;
}
.shopLineup ul li {
    position: relative;
}
.shopLineup ul .imgbox {
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    position: relative;
}
.shopLineup ul .imgbox img {
    width: 100%;
    height: auto;
}
.shopLineup ul .imgbox .label {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/wp-content/themes/a/img/shop/itemBg1.svg)0 0 no-repeat;
    background-size: 100% 140%;
    font-size: 16px;
    font-weight: 500;
    padding: 60px 120px 0 0;
    color: #187FC4;
    font-weight: 500;
    margin-left: -1px;
}
.shopLineup ul li a:hover .imgbox img {
  transform:scale(1.1,1.1);
}
.shopLineup ul li h3 {
    margin-top: 8px;
    font-size: 22px;
}
.shopLineup ul li .price {
    font-size: 25px;
    text-align: right;
    margin-top: 16px;
}
.shopLineup ul li .price span {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}
.linkBtn1 {
    width: 100%;
    display: block;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
    padding: 2px 2px 8px;
    border-radius: 20px;
    position: relative;
    top: 0;
    margin-top: 0;
    transition: .3s ease;
}
.linkBtn1:hover {
    top: 2px;
    margin-top: 6px;
    padding: 2px 2px 2px;
}
.linkBtn1 span {
    background: #fff;
    text-align: center;
    display: block;
    height: calc(100% - 2px);
    padding: 32px 0;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
}
.linkBtn1 span b {
    margin-left: 22px;
    color: #E60012;
    font-size: 12px;
}
.shopAbout {
    width: 100%;
    background: #E4EDF4;
    padding: 70px 0 8%;
    overflow: hidden;
}
.shopAbout .wrap1 {
    width: min(1420px,90%);
    margin: 0 auto;
}
.shopAbout h2 {
    font-size: 42px;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-weight: 700;
    margin-bottom: 40px;
}
.shopAbout h2 span{
  color: red;
    font-family: "BIZ UDGothic";
    font-weight: 700;
}
.shopAbout h2 img {
    display: block;
    margin: 0 auto -26px;
}
.shopAbout .box1 {
  margin-top: 70px;
  position: relative;
}
.shopAbout .box1 .left {
    width: 45%;
    margin-right: 5%;
}
.shopAbout .box1 .right {
    width: 65%;
}
.shopAbout .box1:after {
    content: "";
    background: url(/wp-content/themes/a/img/shop/topAbout1.png)0 0 no-repeat;
    display: block;
    width: 65%;
    aspect-ratio: 1987/1798;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.shopAbout .box1 .left h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.shopAbout .box1 .left h3 .inline {
    margin-bottom: 10px;
    font-family: "BIZ UDGothic";
    background: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 8px 4px;
    letter-spacing: 0.08em;
}
.shopAbout .box1 .left h3 .inline span{
    font-size: 28px;
    font-weight: 700;
    color: #E60012;
}
.shopAbout .box1 .left .txt1 {
    margin: 50px 0 120px;
    font-size: 17px;
    font-weight: 500;
    line-height: 2.8;
}
.shopEventBlock {
    margin: 180px auto 160px;
}
.shopEventBlock h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: "BIZ UDGothic";
}
.shopEventBlock h2 span{
    font-size: 26px;
    font-weight: 700;
    color:#E60113;
    font-family: "BIZ UDGothic";
}
.shopEventBlock .box1 {
    width: min(1360px,90%);
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}
.shopEventBlock .box1 a {
    width: 32%;
    margin: 0 1%;
    overflow: hidden;
    border-radius: 10px;
}
.shopEventBlock .box1 a:hover img {
  transform:scale(1.1,1.1);
}
.shopEventBlock .box2 {
    display: flex;
    justify-content: center;
}
.shopEventBlock .box2 li {
    width: 32%;
    margin: 0 1%;
    padding: 2px;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
    border-radius: 10px;
}
.shopEventBlock .box2 {
    display: flex;
    justify-content: center;
    width: min(1460px, 95%);
    margin: 130px auto 0;
    align-items: center;
}
.shopEventBlock .box2 li a {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 700;
}
.shopEventBlock .box2 li a span {
    color: #E60012;
    margin-left: 20px;
    font-size: 12px;
}
.shopEventBlock .box2 li a img {
    margin-right: 20px;
}
.linkBtn1.ver2 {
    border-radius: 50px;
    width: fit-content;
    padding: 2px;
}
.linkBtn1.ver2 span {
    border-radius: 50px;
    padding: 14px 20px;
    width: fit-content;
}
.linkBtn1.ver2 span b {
    margin-left: 42px;
    color: #E60012;
    font-size: 12px;
}
header.header2 {
    padding-top: 30px;
    background: no-repeat;
}
.headWrap2 {
    position: relative;
    width: calc(100% - 132px);
    margin: 0 auto;
    align-items: center;
}
.headWrap2 h1 {
    width: min(300px,30%);
}
.headWrap2 .right ul {
    align-items: center;
}
.headWrap2 ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-right: 38px;
}
.headWrap2 ul li a span {
    color: #187FC4;
    font-size: 12px;
    position: relative;
    bottom: 2px;
    margin-right: 6px;
}
.headWrap2 ul li:nth-child(even) a span {
    color: #E60012;
}
.headWrap2 .userBtnBox {
    align-items: center;
}
.headWrap2 .userBtnBox a:nth-child(2) {
    margin: 0 0 0 8px;
}
.itemWrap {
    background: #E8E8E8;
    width: 90%;
    margin: 130px auto;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 12px;
    position: relative;
}
.itemWrap .left{
    width: 48%;
}
.itemWrap .pankuzu {
    position: absolute;
    top: .5%;
    left: 2%;
}
.itemWrap .pankuzu > * {
    font-size: 14px;
    font-weight: 500;
}
.itemWrap .pankuzu span {
    margin: 0 10px 0;
    display: inline-block;
    transform: scale(0.4, 1);
}
.itemBlock1 .mainImg img {
    width: 100%;
}
.itemBlock1 .thumblist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemBlock1 .thumblist img {
    margin-top: 2%;
    width: 49%;
}
.itemWrap .right {
    width: 48%;
    background: #fff;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 10px;
}
.producerLink img {
    margin-right: 12px;
}
.producerLink {
    border: 1px solid #D2D2D2;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 13px;
    font-weight: 500;
}
.itemWrap .right .itemInfo h1 {
    font-size: 26px;
    margin: 16px 0 22px;
}
.itemWrap .right .itemInfo .price {
    font-size: 29px;
}
.itemWrap .right .itemInfo .price span{
    font-size: 12px;
}
.itemWrap .right .itemInfo .conts {
    margin: 40px 0 24px;
    font-size: 14px;
    line-height: 2.3;
}
.itemWrap .right .itemInfo .postage {
    color: #187FC4;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 6px;
}
.itemBlock1 .carInfo .count {
    margin: 70px 0 30px;
    display: flex;
    align-items: center;
}
.itemBlock1 .carInfo .count p {
    font-size: 14px;
}
.itemBlock1 .carInfo .count p {
    font-size: 14px;
    margin-right: 20px;
}
.qtyWrap {
    border: 1px solid #C6C6C6;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.qtyWrap .qtyInput {
    width: 70px;
    text-align: center;
    font-size: 18px;
}
.qtyWrap button {
    background: none;
    border: none;
    cursor: pointer;
}
.qtyWrap button img{
    width: 30px;
    height: 30px;
}
.qtyWrap button.qtyPlus {
    transform: rotate(180deg);
}
.addCart {
    position: relative;
    width: 99%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 100px;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
}
.addCart .to_cart_button {
    width: 99%;
    height: 93%;
    margin: 0 auto;
    padding: 2%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 100px;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
}
.addCart {
    position: relative;
    width: 99%;
    height: 60px;
    margin-bottom: 100px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 100px;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
    box-shadow: 10px 10px 0 #ddd;
}
.addCart .iconCart2 {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
.addCart > span {
    color: #E60012;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-size: 14px;
}
.itemWrap .right .itemTxt .box1 {
    margin-top: 50px;
    position: relative;
    padding-top: 4px;
}
.itemWrap .right .itemTxt .box1::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #E2E2E2;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.itemWrap .right .itemTxt .box1::after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.itemWrap .right .itemTxt .box1 h2 {
    font-size: 23px;
    margin: 10px 0 12px;
}
.itemWrap .right .itemTxt .box1 p {
    font-size: 14px;
    line-height: 2.2;
}
.itemWrap .right .itemTxt .box1 h2 span {
    font-size: 15px;
    margin-left: 20px;
}
.itemWrap .right .itemTxt .box1 p a {
    color: #187FC4;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.shareBtn {
    margin-top: 70px;
    display: block;
    width: fit-content;
    background: #363636;
    padding: 14px;
    border-radius: 10px;
    color: #fff;
}
.shareBtn .iconShare {
    margin-right: 14px;
}

.otoiawaseBox{
  width: 90%;
  max-width: 1480px;
  margin: 0 0 36px auto;
  background-color: #E6E9F0;
  padding: 42px 10%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px 0 0 40px;
  position: relative;
  border: 1px solid #000;
}
.otoiawaseBox:after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #187FC4 4%, #187FC4 32%, #A96268 51%, #E60012 66%, #E60012 95%);
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 40px 0 0 40px;
  z-index: -1;
}
.otoiawaseBox .titleBox{
  align-items: center;
}
.otoiawaseBox .titleBox h2{
  font-size: 35px;
  font-weight: 700;
  margin-right: 51px;
  font-family: "BIZ UDGothic", sans-serif;
}
.otoiawaseBox .titleBox p{
  font-size: 20px;
  font-weight: 700;
  font-family: "BIZ UDGothic", sans-serif;
}
.otoiawaseBox .linkBtn1Wrap{
  margin: 0;
  width: 426px;
  height: 88px;
  border-radius: 44px;
  box-shadow: 6pX 6px 1px rgba(166,166,166,0.25);
}
.otoiawaseBox .linkBtn1Wrap .linkBtn1{
  border-radius: 44px;
}
.otoiawaseBox .linkBtn1Wrap .linkBtn1 .icon{
  display: block;
  margin-right: 28px;
}
.footerContent{
  background-color: #E6E9F0;
  padding: 103px 0 55px;
  position: relative;
}
.footerContent .footerMask{
  display: block;
  width: 433px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.footerContent .footerText{
  width: 159px;
  position: absolute;
  top: -57px;
  left: 5%;
}
.footerContent .footerContentBox1Wrap{
  width: 90%;
  max-width: 1447px;
  margin: 0 0 0 auto;
}
.footerContent .footerContentBox1Wrap .footerContentBox1{
  width: 50%;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .navList.no1{
  margin-bottom: 24px;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .navList.no2{
  margin-bottom: 38px;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .navList li{
  margin-right: 27px;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .navList li:last-child{
  margin-right: 0;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .navList li a{
  align-items: center;
  font-weight: 400;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .navList li a .dot{
  margin-left: 5px;
  transition: .3s;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .navList li:hover a .dot{
  transform: scale(2);
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .contactBtnWrap{
  margin-bottom: 63px;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .contactBtnWrap .contactBtn{
  height: 35px;
  border-radius: 5px;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .contactBtnWrap .contactBtn.contact{
  width: 159px;
  margin-right: 6px;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .contactBtnWrap .contactBtn.login{
  width: 153px;
} 
.footerContent .footerContentBox1Wrap .footerContentBox1 .pickupList{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 16px;
  margin-bottom: 93px;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .pickupList li{
  box-shadow: 3px 4px 4px rgba(0,0,0,0.25);
  border-radius: 9px;
  overflow: hidden;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .pickupList li a{
  display: block;
  aspect-ratio: 204 / 120;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .pickupList li a img{
  height: 100%;
  object-fit: cover;
}
.footerContent .footerContentBox1Wrap .footerContentBox1 .copy{
  font-size: 11px;
  font-weight: 500;
}
.footerContent .footerContentBox1Wrap .footerRight{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_page_title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.cartWrap {
    width: min(1200px,90%);
    margin: 120px auto;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}
.cartWrap table tr > * {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: middle;
}
.cartWrap table tr .quantity input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}
#inside-cart .send {
    padding: 65px 0;
    border-top-width: 0;
    border-top-style: 0;
    border-top-color: 0;
}
.cartCustomer #inside-cart .send {
    padding: 20px 0 0;
}
.updateCart {
    margin-bottom: 18px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#inside-cart p {
    padding: 0;
}
.updateCart .update_cart_button {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #187fc4;
    padding: 5px 20px;
    border-radius: 4px;
    background: #187fc4;
}
.cartWrap table tr td input.delButton {
    background: #187fc4;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid #187fc4;
}
table#total_box_table tr > * {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
    border-top: 0;
}
.cartWrap .to_customerinfo_button,
input.nextBtn {
    background: #e60013;
    color: #fff;
    padding: 16px 0;
    border-radius: 4px;
    border: 1px solid #e60013;
    font-size: 18px;
    width: min(250px, 90%);
    margin-bottom: 20px;
}
.cartWrap .continue_shopping_button {
    background: #187fc4;
    color: #fff;
    padding: 16px 0;
    border-radius: 4px;
    border: 1px solid #187fc4;
    font-size: 18px;
    width: min(250px, 90%);
    display: block;
    margin: 0 auto;
}
.carFlow {
    width: 100%;
    margin: 80px 0 60px;
    padding: 0;
    list-style: none;
    counter-reset: step-count;
}
.carFlow li {
    position: relative;
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 10px;
    border-bottom: 2px solid #e2e2e2;
    color: #999;
    letter-spacing: 0.03em;
}
.carFlow li::before {
    counter-increment: step-count;
    content: counter(step-count);
    display: inline-block;
    margin-right: 6px;
    background: #ddd;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
}
.carFlow li.active {
    border-bottom: 2px solid #2c76d2;
    color: #2c76d2;
    font-weight: 700;
}
.carFlow li.active::before {
    background: #2c76d2;
}
.cartCustomer #inside-cart h5 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.cartCustomer .customer_form td {
    text-align: left;
    margin: 2px 0;
}
.cartCustomer .customer_form input,
.cartCustomer .customer_form select,
.pageMemberNew .customer_form input,
.pageMemberNew .customer_form select {
    border: 1px solid #ddd;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    margin: 12px 0;
    width: calc(100% - 10px);
}
.lostpassword {
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    border-bottom: 1px solid #187fc4;
    padding-bottom: 2px;
    color: #187fc4;
    font-weight: 700;
}
.customerLoginform {
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.sendCustomer input,
.cartConfirm .send input,
.member_submenu a,
#memberpages .header_explanation .gotoedit a,
.member-page #memberedit .send input.top,
.member-page .send input,
.member-page #memberedit .send input.deletemember,
.back_to_top_button{
    background: #e60013;
    color: #fff;
    padding: 16px 0;
    border-radius: 4px;
    border: 1px solid #e60013;
    font-size: 18px;
    width: min(250px, 90%);
    margin: 0 auto  -16px;
}
.sendCustomer input:nth-child(1),
.cartConfirm .send input:nth-child(1) ,
.member-page #memberedit .send input.deletemember{
    background: #545454;
    border:none;
}
.sendCustomer input:nth-child(2),
.member_submenu a.usces_logout_a,
.member-page #memberedit .send input.top {
    background: #187fc4;
    border: 1px solid #187fc4;
    background-color: #187fc4 !important;
}
.back_to_top_button{
    display: block;
}
.error_message {
    display: block;
    margin: 0 auto 60px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    color: #e60013;
    text-align: left;
}
.cartDelivery .customer_form td {
    text-align: left;
}
.cartDelivery .customer_form td select {
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    width: calc(100% - 20px);
}
#delivery_time_limit_message {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #2c76d2;
    letter-spacing: 0.04em;
    margin-left: 10px;
}
.cartDelivery tr td input[type="text"],
.cartDelivery tr td textarea,
.cartDelivery tr td select,
.customer_form input[type="text"],
.customer_form select,
.customer_form input[type="password"]{
    border: 1px solid #ddd;
    padding: 10px;
    width: 60%;
    box-sizing: border-box;
    margin: 10px;
}
.cartDelivery .customer_form input#zipcode {
    margin-right: 10px;
}
.cartDelivery .customer_form input[type="radio"]{
    margin-left: 10px;
}
.cartDelivery tr td textarea{
    width: calc(100% - 20px);
}
.pageMember{
    margin: 120px auto;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}
.tit1 {
    text-align: center;
    margin: 0 0 2.22222em;
    font-size: 1.285714em;
    line-height: 1.285714em;
    font-weight: 700;
}
#wc_login .loginbox input[type="text"],
#wc_login .loginbox input[type="password"] {
    padding: 10px;
    box-sizing: border-box;
    margin-top: 4px;
}
.forgetmenot {
    text-align: center;
}
article#wc_login .loginbox #member_login {
    background: #e60013;
    color: #fff;
    padding: 16px 0;
    border-radius: 4px;
    font-size: 18px;
    width: min(250px, 90%);
    display: block;
    margin: 20px auto 0;
}
article#wc_login .loginbox .new-entry {
    margin-top: 10px;
    background-color: transparent;
}
article#wc_login .loginbox .new-entry #nav a {
    width: 250px;
    padding: 16px 0;
    background: #2c76d2;
}
.memberWrap,
.wc_member {
    width: min(1200px, 90%);
    margin: 120px auto;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}
.pageMemberNew .customer_form td{
    text-align: left;
}
.headBlock1 {
    width: min(1722px, 90%);
    margin: 0 auto;
    background: #F0F0F0 url(/shop/wp-content/themes/welcart_basic/img/underHeadBg.png)0 0 no-repeat;
    background-size: cover;
    border-radius: 50px;
}
.pageItemlist {
    margin-top: 50px;
}
.headBlock1 h1 {
    padding: 100px 0;
    text-align: center;
    font-size: 42px;
}
.headBlock1 h1 span {
    color: #FF0000;
}
.pageItemlist .shopLineup {
    margin: 50px auto 0;
    padding-bottom: 0;
}
.shopFilter {
    margin: 0 1%;
    padding: 2px;
    background: linear-gradient(to right, #187FC4 0%, #187FC4 20%, #A96268 50%, #E60012 80%, #E60012 100%);
    border-radius: 10px;
    width: 70%;
    margin-right: 5%;
}
.shopFilter .bgW {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.filterBox .filterHeader {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    color: #187FC4;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px dashed #C5C5C5;
    padding-bottom: 14px;
    position: relative;
}
.filterBox .filterHeader img {
    margin-right: 14px;
}
.filterBox .filterHeader:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 12px;
    background: url(/shop/wp-content/themes/welcart_basic/img/arrow1.svg)0 0 no-repeat;
    background-size: 100%;
    display: block;
    right: 0;
}
.filterSection .filterLabel {
    margin: 18px 0 10px;
    font-size: 17px;
    font-weight: 700;
}
.filterCats .catBtn span {
    font-size: 14px;
    border: 1px solid #c8c8c8;
    color: #c8c8c8;
    width: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 6px 0;
    margin-right: 10px;
    font-weight: 700;
    cursor: pointer;
}
.filterCats .catBtn input[type="checkbox"] {
    display: none;
}
.filterCats .catBtn input[type=checkbox]:checked ~ span{
    border: 1px solid #000;
    color: #000;
}
.ui-widget.ui-widget-content {
    border: none !important;
    margin-top: 20px;
    position: relative;
}
.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
    background: #000;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    height: 1px;
    box-shadow: none;
    margin: 6px;
    background: #000;
}
.ui-slider-horizontal {
    height: 0px !important;
}
div#priceSliderContainer {
    width: 98%;
    margin: 0 auto;
    position: relative;
}
div#priceSliderContainer:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    top: 6px;
    position: absolute;
}
.priceInputs {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}
.priceInputs .priceInputBox:nth-child(2),
input#maxPriceDisplay {
    text-align: right;
}
.priceInputBox {
    display: flex;
    align-items: center;
}
input#minPriceDisplay,
input#maxPriceDisplay {
    border: 1px solid #A2A2A2;
    padding: 0 32px;
    width: fit-content;
    border-radius: 50px;
    width: 80px;
    text-align: center;
    margin-left: 10px;
}
.priceInputBox p {
    font-size: 13px;
    font-weight: 500;
}
.sortBlock {
    display: flex;
    align-items: flex-start;
}
.sortBox {
    border: 1px solid #B5B5B5;
    padding: 10px;
}
.sortBox label {
    align-items: center;
    font-size: 14px;
}
.sortBox label .iconSort {
    margin-right: 10px;
}