.btnBaseBlock.btnsBlock .btnBase.btnColor01.green {
   background: #3bbbb6;
}

@media screen and (min-width: 599px) {
footer {
    padding-bottom: 90px;
}
.btnBaseBlock.btnsBlock {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 60px; */
    clear: both;
    background-color: #fff;
    border-bottom: #d2d2d2 1px solid;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px 0;
    z-index: 999;
}
.btnBaseBlock.btnsBlock .btnBase.btnColor01 {
    background: #EF738B;
    font-size: 20px;
    padding: 15px 100px!important;
    line-height: normal;
    height: auto;
    width: auto;
}

.btnBaseBlock.btnsBlock.fixed .btnBase.btnColor01 {
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
0% {
opacity:0.6;
}
100% {
opacity:1;
}
}
@-moz-keyframes blink {
0% {
opacity:0.6;
}
100% {
opacity:1;
}
}
@keyframes blink {
0% {
opacity:0.6;
}
100% {
opacity:1;
}
}
}

@media screen and (min-width: 320px) {
.btnBaseBlock.btnsBlock ul {margin:0 20px;}
}

@media screen and (max-width: 599px) {

    #cart,
#detail,
#novelty {
    margin-top: -60px!important;
    padding-top: 60px!important;
  border:0;
  padding:0;
  overflow:hidden;
  position:relative;
  top:0;
  left: 0;
  padding-left:13px;
}

#cart::before ,
#detail::before ,
#novelty::before  {
    position: absolute;
    content: '';
top:auto;
  left:0;
    width: 5px;
    height:100%;
    border-left: #3bbbb6 3px solid;
}
footer {
    padding-bottom: 80px !important;
}
.btnBaseBlock.btnsBlock {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clear: both;
    background-color: #fff;
    border-bottom: #d2d2d2 1px solid;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px 0 !important;
    z-index: 999;
}
.btnBaseBlock.btnsBlock .btnBase.btnColor01 {
    background: #eb5505;
    position: relative;
    display: block;
    width: auto;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background: #EF738B;
    font-size: 20px;
    padding: 5px 20px;
    line-height: normal;
    height: auto;
    width: auto;
    margin: 0 20px;
}
.btnBaseBlock.btnsBlock.fixed .btnBase.btnColor01 {
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
0% {
opacity:0.6;
}
100% {
opacity:1;
}
}
@-moz-keyframes blink {
0% {
opacity:0.6;
}
100% {
opacity:1;
}
}
@keyframes blink {
0% {
opacity:0.6;
}
100% {
opacity:1;
}
}
}

.btnBaseBlock.btnsBlock ul {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex-wrap: wrap;flex-wrap: nowrap;gap: 0 10px;}

.btnBaseBlock.btnsBlock ul li {
width: -webkit-calc(50% - 8px);
width: calc(50% - 8px);
text-align: center;
vertical-align: center;
}

.btnBaseBlock.btnsBlock ul li a {
color: #fff;
padding: 10px 0;
}
.btnBaseBlock.btnsBlock ul li a:hover{
text-decoration: none;
}
.btnBaseBlock.btnsBlock ul li.cartBtn a {
 background-color: #f64e82;
 display: block;
 border-radius: 4px;
 /* margin:0 10px 0 5px; */
}

.btnBaseBlock.btnsBlock ul li.detailBtn {background-color: #fff;border-radius: 4px;/* margin:0 5px 0 10px; */border:1px solid #3bbbb6;width: -webkit-calc(50% - 2px);width: calc(50% - 2px);}

.btnBaseBlock.btnsBlock ul li.detailBtn a {width: 50%;display: block;/* float: left; */color: #3bbbb6;}
.btnBaseBlock.btnsBlock ul li.detailBtn a:first-child {
border-right: 1px solid #3bbbb6;
width: -webkit-calc(50% - 1px);
width: calc(50% - 1px);
}

@media screen and (min-width: 840px) {
.btnBaseBlock.btnsBlock ul {width: 820px;margin: 0 auto;}
.btnBaseBlock.btnsBlock {
height:auto!important;
}
}


@media screen and (min-width: 599px) {
.btnBaseBlock.btnsBlock ul {
    /* margin: 0 20px; */
}
}

.detailBtn div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
}