/* ------------- Checkout ----------------- */

form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 100px;
}
.checkout .col2-set{
    width:100%!important;
    float:none;
    margin:0;
    padding-right:0px;
}
@media screen and (min-width : 580px) {
}
@media screen and (min-width: 980px) {   
	form.woocommerce-checkout{
        flex-direction:row;
    } 
     .checkout .col2-set{
        width:65%!important;
        padding-right:60px;
    }
}
@media screen and (min-width: 1280px) {    
}

.woocommerce-checkout-review-order{
    width: 100%!important;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {  
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
    .woocommerce-checkout-review-order{
        width: 35%!important;
    }
}

#customer_billing_details{
    width:100%;
}

.checkout .col-1,
.checkout .col-2{
    flex: 0 0 100%;
    max-width: 100%;
    padding:0;
}
.checkout .form-row {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100% !important;
    margin-bottom: 20px;
    display: grid;
}
.checkout.woocommerce-checkout .input-text, .checkout.woocommerce-checkout select {
    height: 45px;
    padding: 10px 16px;
    background-color: #fff !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    width: 100%;
}

.checkout.woocommerce-checkout textarea{
    height:auto;
     min-height:120px;
}

.checkout.woocommerce-checkout select {
    background-image: url(../images/select-arrow.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 1.7rem center;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-right: 60px;
    font-size: var(--base-size-font);
}


.checkout.woocommerce-checkout .form-row label{
    margin:0;
    margin-bottom:10px;
    color: var(--primary-color);
}
table.shop_table.woocommerce-checkout-review-order-table {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    border-radius: 4px;
    padding: 0;
    border: 1px solid var(--bg-color);
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
	table.shop_table.woocommerce-checkout-review-order-table {
    padding: 24px;
}
}
@media screen and (min-width: 1280px) {
}


table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td{
    padding:14px 24px!important;
	text-align:left;
}

table.shop_table.woocommerce-checkout-review-order-table th.product-name{
    width:60%;    
}

.woocommerce-checkout-payment{
    margin-top:40px;    
}

.payment-header{
    display: flex;
    align-items: center;
    padding: 24px;
    display: flex;
    border: 1px solid #CCC;
        border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
}

.payment-header img {
    width: 24px;
    margin-right: 16px;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods{
    border: 0;
    background: transparent;
    padding:0!important;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    overflow:hidden;
    padding:24px!important;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li{
    margin-bottom:0px;
    background-color: transparent!important;
    border-radius: 4px;
    padding:24px 0!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    border: 1px solid #e2e2e2;
    border-width:0px 0 1px 0;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li:first-child{
    padding-top:0!important;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li:last-child{
    border:0;
    padding-bottom:0!important;
}
.payment_box.payment_method_niubiz img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-right: 10px;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li .payment_box p{
    margin-top:16px;
    color: #000;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li label{
    margin:0!important;
    padding:0;
    position:relative;
    padding-left:26px;
    display:flex;
    align-items:center;
    color:#000;
}


.checkout.woocommerce-checkout #payment .wc_payment_methods li label img{
    margin-left:10px;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li label:before{
    display:none!important;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li label:after{
    content:""!important;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid var(--primary-color);
    background-color:#fff;
    border-radius:4px;
    background-position: center!important;
    background-size: 50%!important;
    background-repeat: no-repeat!important;
    transition:all .3s ease;
}
.checkout.woocommerce-checkout .place-order{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    background-color: transparent!important;
    padding:0!important;
    width: 100%;
    padding: 0px!important;
}


.checkout.woocommerce-checkout .place-order .woocommerce-privacy-policy-text{
    margin-bottom:20px;
}
.woocommerce-terms-and-conditions-wrapper a{
    color:var(--primary-color);
}
.checkout.woocommerce-checkout .place-order .woocommerce-form__label span{
    position:relative;
    padding-left:35px;
    color:var(--primary-color);
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label span:after{
    content:""!important;
    position:absolute;
    left:0;
    top:-1px;
    margin:0!important;
    width: 21px;
    height: 21px;
    margin: 0;
    border: 1px solid #e2e2e2;
    background-color:#fff;
     background-position: center!important;
    background-size: 50%!important;
    background-repeat: no-repeat!important;
}


.checkout.woocommerce-checkout .place-order .woocommerce-form__label input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display:none;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label .required{
    display:none!important;
}

.checkout-order{
    border: 1px solid var(--primary-color);  
    padding: 24px;
    margin-top:40px;
}

@media screen and (min-width : 580px) {  
}
@media screen and (min-width: 980px) {   
}
@media screen and (min-width: 1280px) {
     .checkout-order{
         margin:0;
         margin-top:30px;
     }
}

.checkout-order .cart-coupon{
    border-top: 1px solid var(--primary-color);
}

.checkout-order .cart-coupon .card{
    padding-top:24px;
}

.checkout-order .cart-coupon .card .form-row-last{
    margin:0;
}
.cart-coupon h2 {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-size: 1rem;
}
.checkout-order-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 24px;
}

.checkout-order-header-title{
        display: flex;
    align-items: center;
}

.checkout-order-header-title img{
    width:24px;
    margin-right:16px;
}

.checkout-order-body{
    max-height: 38rem;
    overflow:hidden;
    overflow-y:auto;
    padding:24px 0;
}
table.shop_table.woocommerce-checkout-review-order-table .cart-coupon {
    padding-top: 0px;
    padding-top: 25px;
    border-top: 1px solid var(--bg-color);
    margin-top: 20px;
}
.checkout-order-body::-webkit-scrollbar-thumb {
    background: #ccc;
    background-clip: padding-box;
    border: 2px solid transparent;
    transition: background-color .2s linear;
}

.checkout-order-body::-webkit-scrollbar{
    -webkit-border-radius: 4px;
    background-color: transparent;
    border-radius: 4px;
    height: 10px;
    transition: background-color .2s linear;
    width: 12px;
}

.checkout-order-item{
    display:flex;
}

.checkout-order-thumbnail{
    flex-shrink:0;
    margin-right:20px;
    display:none;
}

.checkout-order-thumbnail img{
    width:75px;
    height:75px;
    border-radius:4px;
    object-fit:cover;
}

.checkout-order-content{
    display:flex;
    justify-content: space-between;
    width:100%;
}

.checkout-order-qty{
        display: flex;
    justify-content: space-between;
    font-size:1.4rem;
}

.checkout-order-name{
    font-size:1.7rem;
}

.checkout-order-name strong{
    font-weight:300;
}

.checkout-order-subtotal{
    font-size: 1.7rem;
}

.checkout-order-item{
    margin-bottom:14px;
}

.checkout-order-item:last-child{
    margin:0;
}

.checkout-order-resume{
    padding-top:24px;
     border-top: 1px solid var(--primary-color);
}

.checkout-order-resume-item{
    display:flex;
    margin-bottom:16px;
}

.checkout-order-resume-item:last-child{
    margin:0;
}

.checkout-order-resume-item div{
    width:50%;
    font-size: 1.7rem;
    font-weight:300;
}

.checkout-order-resume-item div:last-child{
    text-align:right;
}

.checkout-order-resume-item.order-total{
    margin-top:10px;
}

.checkout-order-resume-item.order-total div{
    font-size: 1.7rem;
    font-weight: 500;
    text-transform:uppercase;
}

#order_review{
    background-color: transparent!important;
    margin-top:40px;
    
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    #order_review{
        margin-top:0px;
    
    }
}

.checkout.woocommerce-checkout h3, .checkout.woocommerce-checkout h3 span {
    margin-bottom: 20px !important;
    padding: 0 !important;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-size: 1.25rem;
}

.cart-empty{
	border-radius:12px
    padding: 25px;
    background: transparent;
    box-shadow: 0 2px 20px 0 rgb(31 38 135 / 7%);
}

.cart-empty-content{
    padding:0px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    font-size: 1.7rem;
    font-weight:300;
    min-height:280px;
    justify-content: center;
}

.cart-empty-content img{
    width:100px;
    margin:0px auto;
    margin-bottom:20px
}

.cart-empty-content .btn{
    margin-top:20px;
    text-decoration:none!important;
}

/* ------------- Notifications ----------------- */
/* 
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup{
    width:100%;
}

.woocommerce-message::before,
.wc-forward::after, 
.woocommerce-Button--next::after,
.woocommerce-message::before, 
.woocommerce-message::after, 
.woocommerce-info::before, 
.woocommerce-info::after, 
.woocommerce-error::before, 
.woocommerce-error::after, 
.woocommerce-noreviews::before, 
.woocommerce-noreviews::after, 
p.no-comments::before, 
p.no-comments::after{
    display:none!important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error,
.woocommerce-info.woocommerce-no-products-found{
    padding: 24px!important;
    margin:0!important;
    margin-bottom: 20px!important;
    color: #fff!important;
    font-weight:300!important;
    font-size: 1.6rem!important;
    border-radius: var(--border-radius)!important;
    line-height:1.5;
    border: 0!important;
    letter-spacing:0;
}


.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a{
    color:#fff!important;
}

.woocommerce-error,
.woocommerce-info.woocommerce-no-products-found{
    background-color: #f14040!important;
    color:#fff!important;
}

.woocommerce-error a{
    border:1px solid #f14040!important;
    color:#fff!important;
}

.woocommerce-message{
    background-color: #34b234!important;
    color:#fff!important;
}

.woocommerce-message a{
    border:1px solid #34b234!important;
    color:#fff!important;
}

.cart-empty.woocommerce-info{
    display:none!important;
} */
.woocommerce-additional-fields {
    margin-top: 40px;
}
.checkout.woocommerce-checkout .place-order .button,
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button{
	position: relative;
    cursor: pointer;
    font-size: var(--text-content-size);
    transition: var(--transition);
    padding: 5px 0 5px 40px;
    width: fit-content;
    display: flex;
    background-color: transparent;
}
.checkout.woocommerce-checkout .place-order .button:hover
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button:hover{
  padding: 5px 40px 5px 0;
  color: var(--tertiary-color);
}
.checkout.woocommerce-checkout .place-order .button::before,
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/arrow-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: var(--transition);
    transform: translate(0, -50%);
}
.checkout.woocommerce-checkout .place-order .button:hover::before,
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button:hover::before{
  left: calc(100% - 26px);
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li input[type=radio]:first-child:checked+label:after{
	background-image: url(../images/checked-white.svg);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.checkout.woocommerce-checkout .place-order .woocommerce-form__label input:checked+span::after {
    background-image: url(../images/checked-white.svg) !important;
    background-color: var(--primary-color);
}



ul.order_details {
    font-family: var(--primary-font);
    line-height: 2.5;
}
.niubiz-btn {
    margin-bottom: 100px;
}
.d-none{
	display:none!important;
}
