/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


#qlwapp.qlwapp-middle-left, #qlwapp.qlwapp-bottom-left, #qlwapp.qlwapp-middle-right, #qlwapp.qlwapp-bottom-right { 
  	z-index: 900 !important;
    //margin-bottom: 55px!important;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 280px) {
	#qlwapp.qlwapp-middle-left, #qlwapp.qlwapp-bottom-left, #qlwapp.qlwapp-middle-right, #qlwapp.qlwapp-bottom-right { 
		margin-bottom: 34px!important;
	}	
}
.wcbv-actions .wcbv-btn {
    background: #000;
    padding: 10px 25px;
    color: #FFCF01;
    margin: 20px 0;
    cursor: pointer; 
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
}
@media (max-width: 768px) and (min-width: 380px) { 
    .wcbv-row .wcbv-selects   {
        width: 100%!important;  
        margin: 0 auto; 
    }
	.wcbv-row .wcbv-fields {
		display: auto!important;
	 }
	.wcbv-fields   .wcbv-selects {
		display: flex;
		flex-wrap: nowrap!important; 
		flex-direction: row!important;    
		align-items: center!important;
	}
}
 .wcbv-fields.wcbv-clearfix {
        display: flex!important;
        flex-direction: row!important;
        gap: 4px;
        justify-content: space-between!important;
        align-items: center!important;
    } 

	.wcbv-fields .wcbv-quantity {
		flex: 0 0 100px; /* عرض مخصص لحقل الكمية */
	} 
		.wcbv-fields > .wcbv-selects {
	  display: flex;
	  flex-wrap: nowrap !important;  
	  flex: 1;
}
	@media (max-width: 768px) {
		.wcbv-selects.wcbv-columns.wcbv-two {
			  	display: flex!important;
				flex-direction: row!important;
				gap: 4px;
				justify-content: space-between!important;
				align-items: center!important;
		} 
		.wcbv-fields>.wcbv-selects {
			display: flex;
			flex-wrap: none!important; 
			flex: 1;
		}
		.wcbv-selects.wcbv-columns.wcbv-two div {
			width: 40%!important;
			float:left!important;
			min-width: 0;
		}
	}

.qlwcdc_quick_purchase { 
    color: ##F7C700!importnat ; 
    background-color:#000000!importnat ;
    
}
.wcbv-attributes-head  {
    font-size: 16px!importnat; 
    font-weight: 600!importnat; 
    color: #FF6467!importnat;
}

.single_add_to_cart_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;  
    font-weight: bold;
}

.single_add_to_cart_button::before {
    content: "أضف إلى السلة"!important;  
    font-size: 16px;  
    font-weight: bold;
    color: white;  
    margin-bottom: 2px;  
}