/* Style for the Customizable Top Bar */
.top-bar {
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    white-space: nowrap;
}


p.ctb-woocommerce-text {
    text-align: center;
    font-size: 16px;
	font-weight: 600;
}


@keyframes scroll-text {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}



@media only screen and (max-width: 767px) {
	.top-bar {
	   position: relative;
}
	.top-bar p {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 10s linear infinite;	
	height: 25px;
}
}




.global-discount-settings {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.global-discount-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.global-discount-form .form-group {
    margin-bottom: 15px;
}

.global-discount-form .form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.global-discount-form .form-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-actions {
    margin-top: 20px;
}

.actions button {
    margin-right: 10px;
}

.loader {
    font-size: 14px;
    color: #666;
}


