/*
Theme Name: Loobek Child
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: loobek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: loobek-child
*/

/* Logo Width */
.sticky-logo, .transparent-header-logo, .normal-logo{
		width: 70px !important;

}
@media screen and (min-width: 550px){
	.sticky-logo, .transparent-header-logo{
		margin-left: 70px !important;
	}
}

@media screen and (max-width: 549px){
	.sticky-logo, .transparent-header-logo{
		margin-left: 30px !important;
	}
}

.en-norm-grey, .en-norm-orange{
	text-align: center !important;
}

.en-norm-grey{
	background-color: #a7a9ac !important;
}

.en-norm-orange{
	background-color: #EC7823 !important;
}

/* Wrapper */
#rifa-logo-upload-wrapper {
    width: 100%;
    margin: 22px 0 26px;
}

/* Card */
#rifa-logo-upload-wrapper .rifa-upload-card {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fafafa;
    padding: 24px;
    max-width: 520px;
}

/* Top row */
#rifa-logo-upload-wrapper .rifa-upload-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

#rifa-logo-upload-wrapper .rifa-upload-title {
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    margin: 0;
    line-height: 1.3;
}

#rifa-logo-upload-wrapper .rifa-design-instructions {
    font-size: 16px;
    font-weight: 500;
    color: #5a2d82;
    text-decoration: underline;
    white-space: nowrap;
}

/* Upload box */
#rifa-logo-upload-wrapper .rifa-upload-dropzone {
    position: relative;
    height: 150px;
    border: 2px dashed #c8c8c8;
    border-radius: 10px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

#rifa-logo-upload-wrapper .rifa-upload-dropzone:hover {
    border-color: #999;
    background: #f3f3f3;
}

#rifa-logo-upload-wrapper .rifa-upload-icon {
    color: #6b6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rifa-logo-upload-wrapper .rifa-upload-overlay-text {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#rifa-logo-upload-wrapper .rifa-upload-main-text {
    font-size: 13px;
    color: #777;
    display: none; /* hidden to match your reference more closely */
}

/* File name / format text */
#rifa-logo-upload-wrapper .rifa-upload-format {
    margin: 16px 0 16px;
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a;
    line-height: 1.4;
}

/* Note box */
#rifa-logo-upload-wrapper .rifa-upload-note-box {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
    color: #585858;
    line-height: 1.7;
}

/* Quantity and add to cart on new line */
.single_variation_wrap {
    display: block;
    width: 100%;
}

.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    gap: 16px !important;
    width: 100% !important;
    margin-top: 20px !important;
    clear: both !important;
}

/* Quantity styling */
.single_variation_wrap .quantity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 110px;
}

.single_variation_wrap .quantity label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

/* Button sizing */
.single_variation_wrap .single_add_to_cart_button {
    min-width: 260px;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
    #rifa-logo-upload-wrapper .rifa-upload-card {
        max-width: 100%;
        padding: 18px;
    }

    #rifa-logo-upload-wrapper .rifa-upload-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .single_variation_wrap .single_add_to_cart_button {
        width: 100%;
        min-width: 100%;
    }
}