/* Shop style */

.custom-pr-sec {
  display: flex;
  justify-content: space-between;
  max-width: 240px;
  flex-wrap: wrap;
  margin: auto;
  padding-bottom: 20px;
}

.custom-pr-sec .pr-deliver::before {
  content: attr(data-label);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  
}
.custom-pr-sec .pr-deliver{
    text-align:left;
    margin-left:10px;
}
.custom-pr-sec .pr-collect::before {
  content: attr(data-label);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  
}
.custom-pr-sec .pr-collect{
    text-align: right;
    margin-right:10px;
}
.custom-pr-sec .pr-sp:before{
    content: attr(data-label);
    display:block;
    font-size:14px;
    background: #93ebc4;
    color: #214837;
    padding: 5px 10px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 15px;
}

.custom-pr-sec .pr-sp.special-out::before{
    background: #f6bdbd;
    padding: 5px 10px;
}

.pr-deliver.deliver-p{
    text-align:center;
}
.pr-sp.sp-p{
    margin:auto;
}

/* Single product style */
.custom-pr-sec-single{
    display:flex;
}
.product_price .custom-pr-sec-single{
    display: block;
    line-height:0;
    padding-top: 10px;
}
.product_price .custom-pr-sec-single .price{
    margin-top: 25px;
    text-align: left;
}
.custom-pr-sec-single .pr-sp:before{
    content: attr(data-label);
    margin-bottom: 5px;
    /*background: #6de4ae;
    color: #214837;
    padding: 5px 10px;*/
    font-size: 14px;
}
.custom-pr-sec-single .pr-sp.special-out::before{
    background: #f6bdbd;
    padding: 5px 10px;
}
.custom-pr-sec-single .pr-deliver:before{
    content: attr(data-label);
    display: block;
    font-size: 16px;
    width:120px;
}
.custom-pr-sec-single .pr-deliver,.pr-sp{
    display:inline-block;
}
.custom-pr-sec-single .pr-collect:before{
    content: attr(data-label);
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    width:120px;
}

.custom-pr-sec-single .pr-collect{
    display: inline-block;
}
.product_price .pr-sp:before{
    background: transparent;
    color: #fff;
    font-size: 14px;
}
.product_price .pr-deliver:before{ 
    color: #fff;
    text-align: left;
    background: transparent;
    border: none;
    padding: 0;
}
.product_price .pr-collect:before{ 
    color: #fff;
    text-align: left;
    background: transparent;
    border: none;
    padding: 0;
    
    
}
.summary .custom-pr-sec-single .pr-collect{
    margin-left:60px;
    min-width:0;
}
.related.products .custom-pr-sec-single{
    justify-content: space-between;
    max-width: 240px;
    flex-wrap: wrap;
    margin: auto;
}

.related.products .custom-pr-sec-single .pr-sp{margin: auto;}
.related.products .price{margin-top: 8px !important;}
@media screen and (max-width: 600px) {
	.summary .custom-pr-sec-single .pr-collect{float:right;}
}

/* Cart style */
.cart-order-type-section .type-change-btn-section{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 11px;
}
.cart-order-type-section.th-holding{
    margin-bottom:10px;
}
.type-change-btn-section i{
    font-size:20px;
    vertical-align: bottom;
}
.type-change-btn-section .fa-btn-caption{
    margin-left:10px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.cart-order-type-text{
    text-align: center;
    padding: 5px;
    background: #aedcf7;
    color: #383838;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform:uppercase;
}
.c-sbtotal{
    padding-left:10px;
}
.c-ctotal{
    padding-left: 6px !important; font-weight: normal;
}
/* Order list */

.woocommerce .my-items .product-remove {
    text-align: center !important;
    width:5%;
}
.product-qty .quantity input.qty[type="number"] {
    -moz-appearance: textfield;
}
.product-qty .quantity{position:relative;float:left;overflow:hidden;zoom:1;min-width:110px}
.product-qty .quantity .qty,.product-qty .quantity .minus,.product-qty .quantity .plus{
    display:block;
    float:left;
    width:36px;
    min-height:36px;
    background-color:rgba(0,0,0,0);
    border:1px solid #e4e4e4;
    margin:0;padding:0;
    text-align:center;
    vertical-align:middle;
    font-size:12px;color:#777;
    box-sizing: border-box;
    -moz-appearance:textfield;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;border-radius:0;
}
.quantity .minus,.product-qty .quantity .plus{
    font-size:13px;line-height:34px;
    
}
.product-qty .quantity .minus{
    border-right-width:0;
}
.product-qty .quantity .plus{
    border-left-width:0;
}
.product-qty .quantity input::-webkit-outer-spin-button{display:none}
.product-qty .quantity input::-webkit-inner-spin-button{display:none}
.product-qty input[type=number]{max-width:58px;min-height:36px}
.product-qty input.qty[type=number]{-moz-appearance:textfield;}
.woocommerce-MyAccount-content p:nth-child(3n){display:none}
.fw-order-list .product-title{
    max-width: 195px;
}
.fw-order-list .oi-remove{
    display: inline-block;
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #bbb;
    text-align:center;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.order-list-section{
    padding-bottom: 12px;
    overflow-x: auto;
}
.fw-order-list .oi-remove:hover{
    color:#000;
}
.order-list-title-section{
    margin-bottom: 10px;
}
.order-list-title-section .order-list-title{
    text-align: center;
    padding: 5px;
    background: #fe5252;
    color: #fff;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.my-no-items i{
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    margin-right: 10px;
    content: "";
    color: #b1befd;
}
.my-no-items a.button{padding-bottom: 10px;}
.my-no-items {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #777;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    margin: 0 0 30px;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    border-color: #b1befd;
    line-height: 3em;
}
.my-no-items a{ float:right;}
.order-list-table-sec .pr-list-deliver{
    display:inline-block;
    margin-right:20px;
    margin-bottom: 10px;
}
.order-list-table-sec .pr-list-collect{
    display:inline-block;
}
.order-list-table-sec .price{
    text-align: left;
}
/*
.single_add_to_cart_button_list.item-to-cart::after{
    font-family: "simple-line-icons";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    content: "";
    margin-left: 6px;
    vertical-align: bottom;
}
*/
.remtrsec{
    background:#ffe6e6;
}
.mtop-mylist{
    padding: 10px;
    text-align: right;
    font-weight: 600;padding-right: 0;
    text-transform: uppercase;color: #848282;
    background:transparent;
}
.mtop-mylist .ulist-dash{
    text-decoration:none;
    transition: color 0.3s ease-in;
}
.mtop-mylist .shop-my-orderlist .fa{
    padding-left:5px;
    font-size: 20px;
}
.mtop-mylist .ulist-dash:hover{
    color:#ff3333!important;
}
.mtop-mylist .ulist-dash.no-items{
    display:none;
}

@media only screen and (max-width: 767px) {
	.woocommerce table.shop_table {	border-width: 0 !important; }
	.fw-order-list tr { display: flex; flex-wrap: wrap; margin-bottom: 12px; background: #f4f4ec; }
}
