/**
 * Theme Name: Blocksy Child
 * Description: Child theme for Blocksy
 * Template: blocksy
 * Version: 1.0.0
 */

/* إضافة التعديلات الخاصة بك هنا */



.woocommerce-product-gallery .ct-media-container {
    display: flex;
    justify-content: center;
}


.ct-media-container img, .ct-media-container picture {
	      width: revert-layer !important;
    border-radius: inherit;
    object-fit: var(--theme-object-fit, cover);
	
}


.stk-block-carousel__button {
    align-items: center!important;
    background: #ffffff47 !important;
    border-radius: 100%!important;
    color: initial!important;
    display: flex!important;
    height: var(--button-height,40px)!important;
    justify-content: center!important;
    opacity: .9!important;
    padding: initial!important;
    width: var(--button-width,40px)!important;
}


.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    max-width: 400px !important;
    flex-wrap: nowrap;
}

















































