/*
 Theme Name:   Artraz Child
 Theme URI:    https://themeholy.com/wordpress/artraz
 Description:  This is a child theme for Artraz - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     artraz 
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  artraz-child
*/
/* asdasdasdasd */
/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
.block-quntity{
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-btn-set{
    padding: 8px 20px;
    margin-left: 10px;
    border-radius: 0px;
    font-size: 14px;
}
.cart_table .product-quantity input{
    top: 0;
}
.woocommerce-checkout-payment .payment_box{
    background: none;
    border: none;
    padding: 0;
}
.woocommerce-checkout-payment .payment_box p{
    margin-top: 10px;
}
@media(max-width: 986px){
    .menu-area .col-auto {
        width: fit-content;
    }
}

@media(max-width: 500px){
    .header-layout4 .header-logo {
        max-width: 140px !important;
    }
}

#offlinecc-card-cvc{
    width: 120px !important;
}

.woocommerce-checkout #billing_phone_field .form-control{
	margin-bottom: 0;
}
.woocommerce-checkout #billing_phone_field strong{
	margin-bottom: var(--bs-gutter-x);
	display: inline-block;
	margin-top: 5px;
}