/* pl-top */
.pl-top {
  position: relative;
}
.pl-top-inner {
  padding: 90px 25px 25px;
  margin: 0;
  background: #fff;
  box-shadow: 0px 1px 30px -3px rgba(0,0,0, .1);
  z-index:99;
}
.back-history {
  width: 50px;
  height: 50px;
  background: #2d2d2d;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  z-index: 9999;
}
.back-history img {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 30px;
  padding: 10px;
}
.result-msg {
  text-align: center;
  font-size: 17px;
  padding-bottom: 10px;
  color: #191919;
  font-weight: normal;
  margin:0;
  line-height: 17px;
  height: 17px;
}
.count-text {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 20px;
  color: #2d2d2d;
  letter-spacing: .5px;
}
.cursive-number {
  font-size: 20px;
  padding-right: .5px;
}
/* pl-sort-btn */

/* pl-contents */
#pl-contents {
  padding: 15px 25px 25px;
  background: #f7f7f7;
  z-index:99;
}
.flex-list {
  padding:  0px;             
  display: flex;         
  justify-content:center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-item {
  position: relative;
  padding: 0px 0px 45px 0px;
  color:  #2d2d2d;            
  margin:  10px 0;         
  width: calc(50% - 10px);     
  background: #fff;
  box-sizing: border-box;
}
.flex-item-inner {
  padding: 0 10px;
}
.flex-item:nth-child(odd) {
  margin-right: 20px;
}
.flex-item-bottom {
  width: 100%;     
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  height:35px;
}
.flex-item-bottom p {
  line-height:35px;
  margin-left: 10px;
  font-size: 15px;
}
.flex-item-bottom-cart {
  width: 35px;     
  background: #343434;
  position: absolute;
  bottom: 0;
  right: 0;
  height:35px;
}
.flex-item-bottom-cart img {
  width: 22px; 
  height:22px;
  text-align: center;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
    -webkit- transform: translateY(50%) translateX(50%);
}
.flex-item-bottom-cart p{
  
}
.tab-item-model {
  padding: 0;
  margin: 0;
}
.tab-item-name {
  padding: 0;
  margin: 0;
  line-height: 16px;
}
.tab-item-ex {
  padding: 0;
  margin: 0;
}
.tab-item-price {
  
}

.flex-item .fc-b {
  color: #232323;
}
.fc-g {
  color: #787878;
}
.flex-item  .fc-w {
  color: #fff;
}
.flex-item  .fs-10 {
  font-size: 10px;
}

.flex-item  .fs-12 {
  font-size: 12px;
}
.flex-item  .fs-15 {
  font-size: 15px;
}
.flex-item-bottom .tab-item-price {
  font-size: 16px;
  letter-spacing: .5px;
}
/* pl-pager */
.pager-number {
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "roboto";
}



.cartjs_product_table tr{
	display:flex;
	flex-wrap:wrap;
}
.cartjs_product_table th{
    margin-right: 0.5em;
}
.cartjs_product_num td{
padding:0px !important;
}
.cartjs_product_table td{
    width:100%;
}
.cartjs_cart_in{
    margin-top: 1em;
}

.cartjs_cart_in input{
    background: black;
    color: white;
    border: 0px;
    padding: 5px 15px;
}



.flex-item-bottom {
    width: 100%;
    background: #e1e1e1;
    /*position: relative;*/
    bottom: 0;
    left: 0;
    height: 35px;
}
.flex-item {
    position: relative;
    /*padding: 0;*/
  padding: 0px 0px 45px 0px;
    }

    .cartjs_buy{
    font-size:11px !important;
    }
    .cartjs_buy input{
    background: black !important;
    border: 0px !important;
    text-shadow: 0 0 black !important;
    box-shadow: 0 0 black !important;
      font-size: 11px !important;
    }

    .cartjs_dtl_tbl tr{
    display:flex !important;
    flex-wrap:wrap !important;
    margin-top:.5em !important;
    }
    .cartjs_dtl_tbl tr td{
    width:100% !important;
    }
    .cartjs_dtl_tbl tr th{
    background: white !important;
    text-align: left;
    padding: 5px;
    width: 100% !important;
    font-weight: normal;
    font-size: 14px !important;
}
    .cartjs_dtl_tbl tr td input{
    width:95% !important;
    }
article.cartjs_box{
border-bottom:0px !important;
}