.taiowcp-cart-item,.taiowcp-icon,.taiowcp-total{
display:flex;
align-items: center;
justify-content: center;
}
.taiowcp-cart-item{
  padding: 0.6rem;
  background: transparent;
  border-radius: 3px;
}
.taiowcp .taiowcp-wrap{
line-height: initial;
}
.taiowcp .taiowcp-content{
position:relative;
padding: 0;
margin: 0;
}
.taiowcp-content,
.taiowcp-cart-close{
text-decoration: none!important;
}
.cart-count-item{
position: absolute;
    background: #111;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 100%;
    top: -18px;
    left:-18px;
    z-index: 1;
}
.taiowcp-content .taiowcp-total{
margin-left:0.3rem;
font-size:0.89rem;
font-weight:500;
margin-bottom: 0;
}
.taiowcp-icon span{
    height: auto;
    width: auto;
}

.taiowcp-icon .th-icon{
font-size: 1.7rem;
}

.cart_fixed_1 .taiowcp-icon .th-icon{
font-size: 3rem;
}

.taiowcp-cart-model{
    position: fixed;
    background-color: #fff;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    top:0;
    bottom:0;
    max-width:400px;
    width:100%;
    right: -400px;
    overflow-y: auto;
    -webkit-border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
}

.model-cart-active .taiowcp-cart-model{
    right: 0;
}

.cart-heading{
 display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
        padding: 0.9rem 0.7rem;
    text-align: center;
    background: #fff;
}
.cart-heading span{
font-size: 2rem;
}

.cart-heading img{
    width:2rem;
    margin-right: 0.5rem;
}

.taiowcp-cart-model-header{ 
  background-color: #f7f7f8;
  position: relative;
}
.cart-heading h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
    padding-left: 0.3rem;
}

.logged-in .taiowcp-cart-model{
    top: 32px;
}

.taiowcp-cart-model-body,.taiowcp-cart-model-footer{
  display:flex;
  flex-direction: column;
  text-align: left;
}

.taiowcp-cart-model-body{
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid rgba(125, 87, 177, 0.1);
    background-color: #f3f3f3;
}

.taiowcp .taiowcp-cart-model-body .woocommerce-mini-cart {

    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    margin: 0rem 0.7rem;
 
}
.taiowcp .taiowcp-cart-model-body .taiowcp-woocommerce-mini-cart-item {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(125, 87, 177, 0.1);
    padding: 0.7rem!important;
    background: #fff;
    margin-bottom: 0.7rem!important;
    margin-top: 0.7rem!important;
}

.taiowcp .taiowcp-cart-model-body .taiowcp-woocommerce-mini-cart-item:last-child{
    border-bottom: 0;
}
.taiowcp.taiowcp-contnet-wrap {
    padding: 4px 10px;
}

.taiowcp .taiowcp-cart-model-body  img {
    float: left!important;
    margin-left:0px;
    margin-right:1rem;
    width: 80px!important;
    max-width: 100%!important;
    height: auto;
    box-shadow: none;

}
.taiowcp-cart-model-body a.taiowcp-remove-item{
    float: right;
    font-size: 1.2em;
    height: 1.2em;
    width: 1.2em;
    line-height: 1rem;
    text-align: center;
    border-radius: 0%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    z-index: 9999;
    font-size: 0.89rem;
    color: #ef6238;
    margin-left: 1rem;
}
.taiowcp .taiowcp-cart-model-body .woocommerce-mini-cart dl.variation {
    display: inline-block;
    font-size: 0.78rem;
    margin: 0.2rem 0;
}
.taiowcp-cart-model-body a.taiowcp-remove-item:hover{
    background:none;
    color:#ff0b0b!important;
}

.taiowcp .taiowcp-cart-model-body a{
    display: block;
    font-size: 0.79rem!important;
    font-weight: 500!important;
        padding: 0!important;

}

.taiowcp .taiowcp-cart-model-body .quantity{
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
.taiowcp .taiowcp-cart-model-body .woocommerce-mini-cart__total {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.taiowcp .taiowcp-cart-model-body .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
}
.taiowcp .taiowcp-cart-model-body p.total{
    margin: 0px;
    border-top: 1px solid rgba(187, 187, 187,0.32)!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.taiowcp-cart-model-footer .cart-button{
    text-align: center;
    margin-top: 0.7rem;
}
.taiowcp-cart-model-footer .cart-button .buttons {
    width: 100%;
    display: inline-flex;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.taiowcp-cart-model-body .woocommerce-mini-cart__buttons {
    padding: 0rem 1.5rem 1.5rem;
}

.taiowcp-cart-model-body p.buttons a {
    padding: 12px 20px;
    color: #111;
    background-color: #ecf1f5;
    font-size: 1rem;
    border: 1px solid;
    border-color: #ecf1f5;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
.taiowcp-cart-close {
    position: absolute;
    font-size: 0;
    text-align: center;
    left: 0.5rem;
    transition: 0.2s;
    opacity: 0;
    visibility: hiddden;
}
.taiowcp-cart-close:after {
    font-family: dashicons;
    content: "";
    font-size: 1.5rem;
    color: #111;
}
.model-cart-active .taiowcp-cart-close {
    opacity: 1;
    visibility: visible;
}

.taiowcp-total-wrap{
padding: 0.7rem;
font-size: 0.79rem;
}
.taiowcp .taiowcp-total-wrap a{
font-size: 0.79rem;
padding: 0;
outline: none;
}
.taiowcp-related-product-cont{
 background-color: #f3f3f3;
}

.item-product-wrap,.item-product-quantity{
float:left;
width:100%;
}
.item-product-quantity{
border-top: 1px solid #ebebeb;
}

.taiowcp-cart-model-body .quantity{
display: flex;
}
.quantity .amount{
flex-grow: 2;
text-align: end;
}
.taiowcp-cart-model-body {
    max-height: 372px;
}

.quantity span.quantity-text{
    font-size:0.68rem;
    margin-right:0.5rem;
}

/*left-slide*/
.taiowcp-slide-left .taiowcp-cart-model{
right:auto;
left:-400px;
}

.taiowcp-slide-left.model-cart-active  .taiowcp-cart-model{
left:0;
}

/*taiowcp-click-dropdown*/
.taiowcp-wrap.taiowcp-click-dropdown {
position:relative;
}

.taiowcp-click-dropdown .taiowcp-cart-model{
    position: absolute;
    top:100%;
    width: 320px;
    right: 0;
    bottom:auto;
    opacity:0;
    visibility: hidden;
    transform: translateY(20px);
}

.taiowcp-click-dropdown.model-cart-active .taiowcp-cart-model{
opacity:1;
visibility: visible;
transform: translateY(0px);
z-index: 999;
}

.taiowcp-cart-model-body p.buttons a.checkout{
margin-top:0.3rem;
}

.taiowcp-cart-model-body p.buttons a:hover{
text-decoration: none!important;
}
.taiowcp-click-dropdown .taiowcp-cart-model-header,
.taiowcp-click-dropdown .taiowcp-payment-title,
.taiowcp-click-dropdown .taiowcp-coupon,
.taiowcp-click-dropdown .taiowcp-coupon-applied-coupons,
.taiowcp-click-dropdown .taiowcp-discount,
.taiowcp-click-dropdown .taiowcp-shipping,
.taiowcp-click-dropdown .taiowcp-related-product-cont{display:none;}

.taiowcp-click-dropdown .cart-button {
    margin-bottom: 0.7rem;
}

.taiowcp-click-dropdown .taiowcp-total{
    margin-bottom: 0;
}
.taiowcp-click-dropdown .taiowcp-cart-model-body {
    max-height: 317px;
}
/*popup-style*/
.taiowcp-wrap.taiowcp-popup{
position:inherit;
}
.taiowcp-popup .taiowcp-cart-model {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width:700px;
    right: 0;
    left: 0;
    margin: auto;
    top:auto;
    bottom:15%;
    opacity: 0;
}

.taiowcp-popup.model-cart-active  .taiowcp-cart-model{
    opacity: 1;
}

.taiowcp-popup .taiowcp-cart-model-body ul {
max-height: 225px;
}
.taiowcp-popup .taiowcp-cart-model-body p.buttons a{
width:auto;
}
.taiowcp-popup .taiowcp-cart-model-body p.buttons a.checkout {
    margin-top:0;
    margin-left:0.3rem;
}

/*scroll bar style*/
/* width */
.taiowcp-cart-model-body::-webkit-scrollbar,.taiowcp-cart-model::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.taiowcp-cart-model-body::-webkit-scrollbar-track,.taiowcp-cart-model::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.taiowcp-cart-model-body::-webkit-scrollbar-thumb,.taiowcp-cart-model::-webkit-scrollbar-thumb{
  background: #e0e0e0; 
}

/* Handle on hover */
.taiowcp-cart-model-body::-webkit-scrollbar-thumb:hover,.taiowcp-cart-model::-webkit-scrollbar-thumb:hover{
  background: #e0e0e0; 
}

/*icon svg style*/
.taiowcp-icon img{
width:2rem;
}

/*open fixed style1*/
.cart_fixed_1 .taiowcp-content{
position:fixed;
position: fixed;
bottom: 36px;
right: 36px;
z-index: 999999999;
border-radius:100%;
box-shadow: -4px 2px 6px #dddddd1a;
}

.cart_fixed_1 .taiowcp-cart-item {
    padding: 1rem;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;

}

.cart_fixed_1 .taiowcp-cart-item .taiowcp-total{
display:none;
}

/*open fixed style2*/
.taiowcp-wrap.cart_fixed_2{ 
    position: fixed;
    left: 0;
    right: auto;
    bottom: -620px;
    transition: 0.5s;
    z-index: 999;
}

.taiowcp-wrap.cart_fixed_2.model-cart-active {

    bottom: 0;

}

.taiowcp-wrap.cart_fixed_2 .taiowcp-cart-model {
    position: relative;
    background-color: #fff;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    top: 0;
    max-width:350px;
    width: 100%;
    height:620px;
    right:auto;

}

.taiowcp-wrap.cart_fixed_2 .taiowcp-cart-model-header .cart-heading .th-icon{
display: none;
}
.cart_fixed_2 .taiowcp-icon .th-icon{
    font-size: 2rem;
}
.cart_fixed_2 .taiowcp-content h4{
   margin-right:0.5rem; 
   font-size: 1.2rem;
}
.taiowcp-content h4{
display: none;
}
.cart_fixed_2 .taiowcp-content {
    position: relative;
    background: #fff;
    display: block;
    width: 350px;
    text-align: center;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.cart_fixed_2 .taiowcp-cart-item,.cart_fixed_2 .taiowcp-content{
align-items: center;
}
.cart_fixed_2 .taiowcp-total {
    margin-left: 0.3rem;
    font-size: 1rem;
}
.cart_fixed_2 .taiowcp-cart-item{
padding:0;
background:transparent;
}
.cart_fixed_2 .cart-count-item{
display:none
}
.cart_fixed_2 .taiowcp-content{
padding:0.5rem 1rem;
    background: #f0f0f1;
}
.cart_fixed_2 .taiowcp-content{
border-radius: 0px 5px 0px 0px;
transition: 0.2s;
}
.cart_fixed_2 .taiowcp-content:hover{
    padding-bottom: 0.75rem;
transition: 0.2s;
}
.taiowcp-wrap.cart_fixed_2{
-webkit-border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
}
.taiowcp-wrap.cart_fixed_2 .taiowcp-cart-model{
     webkit-border-radius:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
/*close-btn*/
.cart_fixed_2 .taiowcp-cart-close{   
    position: absolute;
    top: -68px;
    font-size: 0;
    background: #000;
    text-align: center;
    right: 0;
    left: 335px;
    opacity: 0;
    visiblility: hidden;
    transition: 0.2s;
    z-index:999;
}
.cart_fixed_2.model-cart-active .taiowcp-cart-close{   
   opacity:1;
   visiblility:hidden;
}
 .cart_fixed_2 .taiowcp-cart-model .taiowcp-cart-close:after{
    font-family: dashicons;
    content: "\f335";
    position: absolute;
    top: 3px;
    font-size: 1rem;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}
.cart_fixed_2  .cart-heading{
padding:0;
border:0;
position: fixed;
}
.cart_fixed_2 .cart-heading h4{
display:none;
}
/*cart button*/
.cart-button .buttons a{
background: #000!important;
    padding: 0.8rem 1.5rem!important;
    font-size: .8rem!important;
    text-decoration: none!important;
    color: #fff!important;
    border: none;
    margin: 0.25rem!important;
    font-weight: 500;
    width: 100%;
    line-height: normal;
}
.taiowcp .taiowcp-cart-model-body .woocommerce-back-to-shop{
    background: #000!important;
    padding: 0.6rem 1.5rem!important;
    font-size: 1rem!important;
    text-decoration: none!important;
    color: #fff;
    border: none;
    font-weight: 500;
    margin: 0 auto!important;
    margin-bottom:1rem!important;
}
.taiowcp-cart-model-footer .cart-button .button:first-child {
    background: transparent!important;
    color: #111!important;
    border: 1px solid #000;
}
.cart-button .buttons a:hover{
  background: #000;
  color: #fff;
      text-decoration: none!important;
      opacity: 0.8;
}
.woocommerce-back-to-shop{
    width: fit-content;
    margin: auto;
    margin-bottom: 1rem;
}
.woocommerce-mini-cart__empty-message{
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 1rem;
}
/*quatity add*/
input[type=number].taiowcp-quantity{
    width: 45px;
    text-align: center;
    border: 1px solid #eee;
    margin-right: 0.4rem;
    font-size: 0.78rem;
    line-height: 25px!important;
    min-height: 25px!important;
    height: 25px;
    padding: 0;
}

.taiowcp .quantity .amount{
        margin-left: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
}
.taiowcp-subtotal .taiowcp-value,.taiowcp-total  {
    font-weight: bold;
}
/*loading effect*/
.taiowcp-cart-model-body.loading::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#eee;
    opacity: .6;
}

/*//updated cart message*/
.taiowcp-notice-box .woocommerce-message,
.taiowcp-notice-box .woocommerce-error{
    position: absolute;
    font-size: 0.8rem;
    padding: 0.4rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    
}
.taiowcp-notice-container{
position: absolute;
    font-size: 0.89rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    display: none;
}
.taiowcp-notice-container .taiowcp-notices{
    margin: 0;
    padding: 0;
    text-align: center;
}
.taiowcp-notice-container .taiowcp-notices li{
    padding: 0.6rem;
}
.taiowcp-notice-box .woocommerce-message,
.taiowcp-notice-container .taiowcp-notices li{
background: #4db359;
color: #fff;
}

.taiowcp-notice-box .woocommerce-error,
.taiowcp-notices li.taiowcp-notice-error{
background: #b73d3d;
color: #fff;
}
.taiowcp-notice-box .woocommerce-error>li {
    margin: 0;
    padding: 0;
}

/*cart coupon*/
.taiowcp .taiowcp-coupon{
    margin-top: 0.4rem;
    text-align: center;
}

.taiowcp ul.taiowcp-coupon-applied-coupons{
padding: 0 0.7rem;
font-size: 0.69rem;
display: flex;
align-items: center;
background: none!important;
    margin: 0;
}

.taiowcp ul.taiowcp-coupon-applied-coupons  li{
list-style: none;
}

.taiowcp-coupon-remove-coupon{
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #f6f7f7;
    padding: 0.3rem 0.5rem;
    margin: 0.2rem;
}

.taiowcp-coupon-remove-coupon span{
color:#ef6238;
width: auto;
height: auto;
font-size: 15px;
}

/*cart total*/
.cart-total{
display: flex;
flex-direction: column;
font-size: 1rem;
}
.taiowcp-subtotal,.taiowcp-discount,.taiowcp-total,.taiowcp-shipping{
display: flex;
justify-content: space-between;
margin-bottom: 0.7rem;
}
.cart-total .taiowcp-label{
font-weight: 600;
line-height: normal;
}
.cart-total .taiowcp-total{
    border-top: 1px solid;
    border-color: rgba(129,129,129,.2);
    margin-top: 0.7rem;
    padding-top: 0.7rem;
}

/*coupon code list*/
.taiowcp-coupon-list{
margin: 0.7rem 0.7rem;
font-size: 0.89rem;
box-sizing: border-box;
border: 1px solid rgba(125, 87, 177, 0.1);
}

.coupon-list{
font-size:0.89rem;
padding:0.8rem;
text-align:left;
display:block;
}

.taiowcp-coupon-list .code {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid;
    padding:0 20px;
    margin-bottom:0.5rem;
    line-height: 26px;
    min-height: 26px;
}

.taiowcp-coupon-list .off{
color: #4CAF50;
font-weight:500;
margin-bottom: 0;

}

.coupon-list .taiowcp-coupon-apply-btn.button{
  color: #fff;
    font-size: 0.71rem;
    text-decoration: none!important;
    color: #fff;
    border: none;
    margin: 0;
    font-weight: 400;
    border: 1px solid #111;
    cursor: pointer;
    transition: all .2s linear;
    position: absolute;
    text-transform: capitalize;
    line-height: 26px;
    min-width: auto;
    min-height: 26px;
    border-radius: 0;
    margin-left: 5px;

}

.coupon-list .taiowcp-coupon-apply-btn.button.added{

    opacity: 0.7;
    cursor: default;
}
.coupon-list .taiowcp-coupon-apply-btn.button:hover{
   background:#fff;
   boder:1px solid #111;
  color:#fff;
}
/*slider navigation*/
.taiowcp-cart-model .owl-dots {
}
.taiowcp-cart-model .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eee;
  margin: 0 3px;
}
.taiowcp-cart-model .owl-dots button.owl-dot.active {
  background-color: #ddd;
}

.taiowcp-cart-model .owl-carousel .owl-nav{
    opacity: 0;
}
.taiowcp-cart-model .owl-carousel:hover .owl-nav{
    opacity:1
}
.taiowcp-cart-model .owl-carousel .owl-nav .owl-prev{
    right: 40px;
    position: absolute;
    
    display: block;
    top:0;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0.6;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background: transparent;
    color: #111;
}
 .taiowcp-cart-model .owl-carousel .owl-nav .owl-next{
    right: 12px;
    position: absolute;
    
    display: block;
    top:0;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0.6;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background: transparent;
    color: #111;
}
 .taiowcp-cart-model .owl-carousel .owl-nav span{
  line-height:inherit;
font-size:0.89rem;
}


 .taiowcp-cart-model .owl-carousel .owl-nav .disabled{
display:none;
}

.taiowcp-cart-model .owl-carousel .owl-nav .owl-next:hover,.taiowcp-cart-model .owl-carousel .owl-nav .owl-prev:hover{
background:transparent;
opacity:1;
color:#111;
}


/*shipping*/

.taiowcp-shptgl-cont,#shipping_method label{
text-align:left;
font-size: 0.79rem;
margin-bottom: 1rem;
}

#shipping_method{
margin:0;
padding:0;
list-style: none;
}

.taiowcp-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form{
margin-top:0.8rem;
padding: 0;
display: inline-block;
}

.taiowcp-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p select,
.taiowcp-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p input{
    height: 35px!important;
    width:100%;
    max-width:100%;
    font-size: 0.89rem;
    color: #666;
    padding:0rem 0.75em;
    margin: 0;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    border-radius: 2px;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.taiowcp-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p{
margin-bottom:0.7rem;
}

.taiowcp-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form button {
    background: #fff!important;
    color: #111!important;
    font-size: 0.69rem;
    text-decoration: none!important;
    color: #fff;
    border: none;
    margin: 0;
    font-weight: 400;
    border: 1px solid;
    cursor: pointer;
    transition: all .2s linear;
    line-height: 27px;
    min-height: 27px;
    min-width: 100px;
}

.taiowcp-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form button:hover{
   background: #111!important;
color:#fff!important;
}

.shipping-calculator-button{
text-decoration:none;
margin-top: 10px;
display: block;
}

.taiowcp-shptgl-cont{
display:none;
}
.taiowcp-label .pencil{
font-size: 0.89rem;
vertical-align: sub;
}

.taiowcp-shptgl-cont input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd!important;
}

.taiowcp-shptgl-cont input[type=radio]:checked {
    border:0;
}

.taiowcp-shptgl-cont input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 1.33px;
    top: 1.58px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dcdcde;
}
.taiowcp-shptgl-cont input[type=radio]:checked:after{
    opacity:1;
}

/*related product show*/
.taiowcp-related-product-cont{
background-color: #f3f3f3;
}
.taiowcp-related-wrap{
    margin: 0.7rem;
}
.taiowcp-related-product-cont ul{
margin:0;
padding:0;
}

.taiowcp-related-product-cont ul li{
    display: flex!important;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    font-size: 0.89rem;
    padding: 0.7rem;
    text-align: left;
    background: #fff;
    
}


.taiowcp-related-product-right-area .price {
    font-size: 0.79rem;
}

.taiowcp-related-product-cont ul li .taiowcp-related-product-left-area {
    width: 24%;
    margin: 0;
    padding: 0;
}

.taiowcp-related-product-cont ul li .taiowcp-related-product-right-area {
    width: 75%;
    margin: 0;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0px;
    padding-bottom: 0;
    position: initial;
}

.taiowcp-related-product-right-area h4{
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: inherit;
}

.taiowcp-related-product-title,
.taiowcp-promo-code,.taiowcp-payment-title {
    display: block;
    font-size: 0.89rem;
    font-weight:500;
    padding:0.7rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.taiowcp-payment-title{
    background-color: #f3f3f3;
}

.woocommerce .taiowcp-related-product-right-area .star-rating,
.taiowcp-related-product-right-area .star-rating {
    font-size: 0.8em;
    margin-bottom: 0.3rem;

}

.taiowcp-cart-model .taiowcp-related-product-right-area .button.th-button{
    color: #fff;
    padding: 0.3rem 0.5rem;
    font-size: 0.69rem;
    text-decoration: none!important;
    border: none;
    margin: 0;
    font-weight: 400;
    border: 1px solid #111;
    cursor: pointer;
    transition: all .2s linear;
    position: absolute;
    top: 37%;
    right: 0.8rem;
    text-transform: capitalize;
    background:#111;
    text-decoration:none!important;
}

.taiowcp-cart-model .taiowcp-related-product-right-area .button.th-button:hover {
    background: #fff;
    boder: 1px solid #111;
    color: #111;
    text-decoration: none!important;
}
.taiowcp-show-coupon{
    font-size: 0.89rem;
    color: #03cd00;
    font-weight: 500;
    cursor:pointer;
}

.taiowcp-coupon-list-content{
display:none;
}

.taiowcp-related-product-right-area .dashicons-plus-alt2{
    font-size: 0.89rem;
    line-height: normal;
    vertical-align: bottom;
}

.taiowcp-show-coupon{
font-size: 0.79rem;
text-decoration: underline;
    color: #111;
    font-weight: 500;
cursor:pointer;

}

.taiowcp-related-product-right-area .dashicons-plus-alt2{
    font-size: 0.89rem;
    line-height:20px;
    vertical-align: bottom;
}

.taiowcp-coupon-box{
   display: inline-flex;
    border: 1px solid #eee;
    border-radius: 15px;
    background: #f3f3f3;
    margin-bottom: 0.5rem;
}
.taiowcp-coupon {
    margin-top: 0.4rem;
    margin: 0 0.7rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.taiowcp-coupon input#taiowcp-coupon-code {
    height: 35px!important;
    font-size: 0.72rem;
    color: #666;
    padding: 0.89rem;
    margin: 0;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    border: 0;
    background: transparent;
    width: 200px;
}
.taiowcp-coupon-submit {
    background: transparent;
    color: #03cd00;
    padding: 0rem 0.6rem;
    font-size: 0.72rem;
    text-decoration: none!important;
    color: #fff;
    border: none;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid;
    cursor: pointer;
    transition: all .2s linear;
    height: 35px;
    line-height: 35px;
    border: 0;
}
.taiowcp-undo-item{
    cursor:pointer;
    text-decoration: underline;
    margin-left: 5px;
}
.paypal-button{
border-radius:0!important;
margin: 0.25rem!important;
}
.wcppec-cart-widget-spb{
display:block!important;
}

.woocommerce .taiowcp-cart-model-body .star-rating,.taiowcp-cart-model-body .star-rating {
    font-size: 0.79em;
    color: #e5a632;
    margin-top: 0.5rem;
    float: none;
}
 .star-rating {
       overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    margin-bottom: 0.7rem;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

@media screen and (max-width:767px) {
.taiowcp-cart-model,.taiowcp-slide-left .taiowcp-cart-model{
max-width: 300px;
right: -300px;
}
.taiowcp-cart-close:after {
    font-size: 1rem;
}
.cart-heading{
    padding: 0.7rem 0.5rem;
}

.cart-heading h4 {
    margin-bottom: 0;
    font-size: 0.89rem;
}
.cart-heading img {
    width: 1.4rem;
    margin-right: 0.4rem;
}

.taiowcp .taiowcp-cart-model-body .taiowcp-woocommerce-mini-cart-item {
    padding: 0.5rem!important;
    margin-bottom: 0.5rem!important;
    margin-top: 0.5rem!important;
}
.taiowcp .taiowcp-cart-model-body .woocommerce-mini-cart{
margin: 0rem 0.5rem;
}

.taiowcp .taiowcp-cart-model-body img {
    margin-right: 0.7rem;
    width:3.5rem!important;
}

.taiowcp .taiowcp-cart-model-body a {
    font-size: 0.69rem!important;
}

input[type=number].taiowcp-quantity {
    width: 35px;
    padding: 2px;
    margin-right: 0.3rem;
    font-size: 0.68rem;
    line-height: 1.5;

}
.taiowcp-related-product-cont ul li .taiowcp-related-product-left-area {
    width: 16%;
}
.taiowcp-related-product-title, .taiowcp-promo-code, .taiowcp-payment-title {
    display: block;
    font-size: 0.69rem;
    padding: 0.5rem;
}
.taiowcp-subtotal, .taiowcp-discount, .taiowcp-total, .taiowcp-shipping {
    margin-bottom: 0.5rem;
}
.taiowcp-total-wrap {
    padding: 0.5rem;
    font-size: 0.69rem;
}
.taiowcp-coupon-remove-coupon {
    padding: 0.2rem;
    margin: 0.2rem;
    font-size: 0.6rem;
}


.taiowcp .taiowcp-coupon {
    margin-top: 0;
}
.taiowcp-show-coupon {
    font-size: 0.69rem;
}
.taiowcp-coupon input#taiowcp-coupon-code {
    height: 30px!important;
    padding: 0.4rem;
    width: 100px;
    font-size: 0.69rem;
}

.taiowcp-coupon-submit {
    padding: 0rem 0.5rem;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-size: 0.69rem;
}

.cart-button .buttons a, .woocommerce-back-to-shop {
    padding: 0.5rem 1rem!important;
    font-size: 0.69rem!important;
    width: 100%;
}
.taiowcp-cart-model-body {
    max-height: 233px;
 }

 .taiowcp-wrap.cart_fixed_2 .taiowcp-cart-model{
height: 350px;
}
.taiowcp-wrap.cart_fixed_2 {
    bottom: -350px;
}
.cart_fixed_2 .taiowcp-content {
    width: 240px;
}
.cart_fixed_2 .taiowcp-content {
    padding: 0.3rem 0.5rem;
}
.cart_fixed_2 .taiowcp-content h4 {
    margin-right: 0.5rem;
    font-size: 0.89rem;
}

.cart_fixed_2 .taiowcp-icon img {
    width: 25px;
}

.cart_fixed_2 .taiowcp-content .taiowcp-total {
    color: #111;
    font-size: 0.69rem;
}

.taiowcp-wrap.cart_fixed_2 .taiowcp-cart-model {
    max-width: 240px;
}
.cart_fixed_2 .taiowcp-cart-close {
 top: -57px;
left: 232px;
 
}
.taiowcp-wrap.cart_fixed_2 .taiowcp-related-product-cont ul li .taiowcp-related-product-left-area {
    width: 25%;
}
.cart_fixed_2 .taiowcp-total {
    margin-left: 0.3rem;
    font-size: 0.79rem;
}
.cart_fixed_2 .taiowcp-show-coupon {
    font-size: 0.6rem;
}

}
