@media screen and (min-width: 768px){
.storefront-product-pagination a[rel=next] img {
    width: 90px;
    Height: 135px;
} 
.storefront-sticky-add-to-cart img { 
    height: 90px;
    width: 78px;
  }
}
.single-product div.product .woocommerce-product-gallery img {
    height: auto;
    width: 200px;
    max-height: auto;
    opacity: 100 !important;
}
.single-product div.product .product_meta a {
    font-weight: 400;
    font-size: small;
}
.single-product .woocommerce-product-gallery,
.single-product .onsale {
  display: none !important;
}
.single-product div.product .summary.entry-summary {
  float: none !important;
  width: 100% !important;
  max-width: 700px;
  margin: 0 auto !important;
  text-align: left !important;
}
.cformback {
    padding: 1.5em;
    color: #ffffff;
    width: auto;
    background-color:#794ec9;
    font-size:smaller;
}
 .cformback a, .cformback h3  {
    color: #ffffff;
    background-color:#794ec9;
}
.cformback1 {
    padding-top: 1em;
    color: #000000;
    width: auto;
    font-size:smaller;
}
.cformback2 {
    padding: 1em;
    color: #ffffff;
    width: auto;
    background-color:#666666;
    font-size: small;
    margin-bottom:1em;
}
 .cformback2 a  {
    color: #ffffff;
    background-color:#666666;
    font-weight: bold;
}
.cformback2 h5{color: #ffffff; font-size: large;}
#td.product-name a, .td.product-name a {
    color: #ffffff;
} 
/*button, input, select, textarea {
    font-size: 100%;
    margin: 0;
} */
label {
    font-weight: 400;
     cursor: default;
}
    /* product inquiry form css from plugin */
#custom-inquiry-form {
                margin: 20px auto;
                padding: 20px;
                max-width: 600px;
                text-align: center;
            }
            .custom-inquiry-form-group {
                margin-bottom: 15px;
                text-align: left;
            }
            .custom-inquiry-form-group label {
                display: block;
                margin-bottom: 5px;
                font-weight: bold;
            }
            .custom-inquiry-form-group input,
            .custom-inquiry-form-group textarea {
                width: 100%;
                max-width: 500px;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 0;
                box-sizing: border-box;
                background-color: #d1d1d1;
            }
            .custom-inquiry-honeypot {
                display: none !important;
            }
            #submit-inquiry {
                background:#666 !important; 
                color: white; 
                padding: 10px 20px;
                border: none;
                border-radius: 0;
                cursor: pointer;
                font-size: 14px;
            }
            #submit-inquiry:hover {
                background: #005a87;
            }
            #submit-inquiry:disabled {
                background: #cccccc;
                cursor: not-allowed;
            }
            #inquiry-message {
                margin-top: 10px;
                padding: 10px;
                border-radius: 0;
                max-width: 500px;
                text-align: center;
            }
            .custom-inquiry-success {
                background: #d4edda;
                color: #155724;
                border: 1px solid #c3e6cb;
            }
            .custom-inquiry-error {
                background: #f8d7da;
                color: #721c24;
                border: 1px solid #f5c6cb;
            }
.container-table100{width:87%;min-height:100vh;background:#666;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;
align-items:center;justify-content:center;flex-wrap:wrap;padding:33px 30px;}
.wrap-table100{width: 100%; display: flow-root;}
table{ margin-bottom: 3em;}
.column1{width:22%;padding-left:8px; padding-right: 5px; border: 1px dashed  #000; box-shadow: 0 0 15px rgba(0,0,0,0.75);clip-path: inset(0px -15px 0px 0px);}
.column2{width:78%;padding-left:12px; padding-right: 5px; }
.table100-head th{padding-top:18px;padding-bottom:18px; }
.table100-body td{width: 90%; padding-top:16px;padding-bottom:16px;}
.table100-head{position:absolute;width:100%;top:0;left:0; }
.table100.ver1 th{color:#fff;line-height:1.4;background-color:#794ec9;   }
.table100.ver1 .table100-body tr:nth-child(even) {background-color:#666;}
.table100.ver1 {border-radius:10px;box-shadow:0 0 40px 0 rgba(0,0,0,.15);}
table:not( .has-background ) tbody td a{ background-color: #666;color: #ffffff; }
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend { background-color: #d1d1d1; color: #000000; }
.table100.ver1 a {color: #fff;}
.table100 td,.table100 th {padding: 0.5em 1.41575em; vertical-align: middle;     font-size: smaller; font-weight: 200;}
table:not( .has-background ) tbody td { background-color: #ffffff; color: #000000; }




/* Gallery Container */
/* Pure CSS Gallery with Flickity-style navigation */
.flickity-gallery-wrapper {
    clear: both;
    margin: 20px 0;
    width: 100%;
    position: relative;
}

.slider-container {
    width: 100%;
    position: relative;
    margin-bottom: 40px; /* Increased margin for dots */
}

.main-carousel {
    width: 100%;
    position: relative;
    background: #f8f8f8;
    min-height: 500px;
    height: 500px;
    overflow: hidden;
}

.carousel-cell {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* Show first image by default */
.carousel-cell:first-child {
    display: flex;
}

.carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Flickity-style Navigation Buttons */
.flickity-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7) !important; /* More transparent */
    border: none;
    border-radius: 50%;
    width: 60px !important; /* Larger */
    height: 60px !important; /* Larger */
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0.8; /* More transparent */
    font-size: 30%;
}

.flickity-button:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.flickity-button.previous {
    left: 25px !important;
}

.flickity-button.next {
    right: 25px !important;
}

/* Better arrow icons */
.flickity-button::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    transition: all 0.3s ease;
}

.flickity-button.previous::before {
    transform: rotate(135deg);
    margin-left: 4px;
}

.flickity-button.next::before {
    transform: rotate(-45deg);
    margin-right: 4px;
}

.flickity-button:hover::before {
    border-color: #000;
}

/* Page dots - FIXED POSITIONING */
.flickity-page-dots {
    position: absolute;
    bottom: 10px !important; /* Position inside the container */
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 15px 0 !important;
    z-index: 50;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 0 8px !important;
    background: #fff; /* White dots for better visibility */
    border-radius: 50%;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3); /* Add shadow for contrast */
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    transform: scale(1.2);
    background: #fff; /* Keep white when selected */
}

.flickity-page-dots .dot:hover {
    opacity: 0.9;
}

/* Loader */
.image-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.carousel-cell.loading .image-loader {
    display: block;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .main-carousel {
        min-height: 400px;
        height: 400px;
    }
    
    .flickity-button {
        width: 50px !important;
        height: 50px !important;
        opacity: 0.7;
        font-size: 30%;
    }
    
    .flickity-button.previous {
        left: 15px !important;
    }
    
    .flickity-button.next {
        right: 15px !important;
    }
    
    .flickity-button::before {
        width: 16px;
        height: 16px;
        border-width: 0 2px 2px 0;
    }
    
    .flickity-page-dots {
        bottom: 8px !important;
    }
    
    .flickity-page-dots .dot {
        width: 8px !important;
        height: 8px !important;
        margin: 0 6px !important;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .flickity-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 30%;
    }
    
    .flickity-button.previous {
        left: 10px !important;
    }
    
    .flickity-button.next {
        right: 10px !important;
    }
    
    .flickity-page-dots {
        bottom: 5px !important;
    }
}