/*
 Theme Name:   Riomart Child
 Description:  Riomart Child Theme
 Author:       RXprime
 Author URI:   http://riomart.in
 Template:     riomart
 Version:      1.0.0
 Text Domain:  riomart
*/

/* Optional: Style for the inline 'Layout Guideline' label */
.product-attachment-download span {
    font-size: 16px; /* Adjust the font size */
    font-weight: bold;
    color: #333; /* Customize text color */
    margin-right: 10px; /* Add space between the label and button */
}

/* Style for the download button */
.product-attachment-download .download-button {
    background-color: #0073aa; /* Customize to match your theme color */
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

.product-attachment-download .download-button:hover {
    background-color: #005f8f; /* Darker color on hover */
    text-decoration: none;
}

.delivery-info {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.product-attachment-download 
{
    padding: 10px 10px 10px 10px;
    /* height: auto; */
    background-color: #e9e8e8;
    margin-bottom: 15px;
}

.download_text {
    color:red;
}

.delivery-info strong {
    color: var(--rio-primary-color);
}

.delivery-info ul {
    list-style: none;
    padding: 0;
}

.delivery-info ul li {
    margin-bottom: 5px;
}

.delivery-info hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0;
}

.codedropz-upload-handler {
    border: 1.5px dashed;
    border-color: var(--rio-primary-color);
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    width: 50%;
    
}


.wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn {
    text-decoration: none;
    box-shadow: none;
    padding: 0 10px;
    color: #fff;
    background-color: var(--rio-primary-color);
    border-radius: 3px;
}

i.icon-cloud-upload {
    color: var(--rio-primary-color);
}


.dnd-upload-counter {
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 12px;
    display: none !important;
}


.accept_file_type {
    display: block;
    padding-bottom: 14px;
    margin-top: -15px;
}


.custom-button-container {
    margin-bottom: 25px;
}


/* Container Styling */
.blinking-button {
    color: #fff;
    background-color: var(--rio-primary-color);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    animation: blink-animation 1.5s infinite alternate;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

  
  

  
  .riohb-top-bar .rio-nav-secondary>li>a {
    font-weight: 400;
    font-size: 15px !important;
}

table.table.table-bordered {
    background-color: #F7F7F7;  
}


.product-processing-icon {
	width: 30px;
	margin-right: 5px;
}

.printing-process-timing .process-timing-text {
    color: var(--btn-accented-bgcolor);
    font-weight: 700;
}

.printing-process-timing .timing-duration {
	color: var(--rio-primary-color);
	font-weight: 600;
}

.printing-process-timing .excluding-holidays {
    color: var(--rio-text-color);
}



.rio-nav-img, .mega-menu-list img {
    display: inline-block;
    margin-right: 7px;
    max-height: 30px;
    width: auto !important;
}

.product-label.onsale {
	display: none !important;
}

p.stock.rio-style-default:is(.available-on-backorder,.in-stock) {
    color: var(--color-gray-800);
    display: none !important;
}


.product_title {
    font-size: 18px;
    line-height: 1.2;
    --page-title-display: block;
}


.riohb-top-bar .rio-nav-secondary>li>a {
    text-transform: lowercase;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
 padding-bottom: 30px !important;
	padding-right: 15px !important;
}


