.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-90 {
    width: 90% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.wa-widget-send-button {
    margin: 0 0 50px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: baseline !important;
}

.wa-widget-send-button svg {
    fill: white !important;
    width: 41px !important;
    height: 41px !important;
    margin-top: 5px;
}

.responsive-img {
    max-height: 300px;
    height: auto;
    width: auto !important;
}

.footer_line {
    clear: both;
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    border-top: 2px solid rgba(var(--cnvs-contrast-rgb), 1);
}

.app-download-btn {
    background: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.app-banner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 64px;
    background: #f5f5f7;
    display: none;
    align-items: center;
    padding: 0 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.app-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.app-info {
    flex: 1;
    margin-left: 10px;
    font-size: 13px;
}

.app-info span {
    display: block;
    color: #666;
    font-size: 12px;
}

.app-btn {
    background: #007aff;
    color: #fff;
    padding: 6px 14px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.app-close {
    background: none;
    border: none;
    font-size: 22px;
    margin-left: 8px;
    cursor: pointer;
}
.product-image:hover > a:nth-of-type(2) {
    opacity: 1;
    z-index: 2;
}
.product-desc {
    padding: 1rem 0;
}
.product-title {
    margin-bottom: 0.5rem;
    min-height: 70px;
}
.product-title h3, .product-title .h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}
.product-title h3 a, .product-title .h3 a, .single-product .product-title h2 a, .single-product .product-title .h2 a {
    color: var(--cnvs-heading-color);
}
.product-title h3 a:hover, .product-title .h3 a:hover, .single-product .product-title h2 a:hover, .single-product .product-title .h2 a:hover {
    color: var(--cnvs-themecolor);
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
