@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 - No Dependencies */
.flickity-gallery-wrapper {
    clear: both;
    margin: 20px 0;
    width: 100%;
}

.slider-container {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.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;
}

.carousel-cell:first-child {
    display: flex;
}

.carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Rest of your existing CSS remains the same */
.flickity-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.flickity-button.previous {
    left: 20px;
}

.flickity-button.next {
    right: 20px;
}

.flickity-page-dots {
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    z-index: 50;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.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); }
}

@media (max-width: 768px) {
    .main-carousel {
        min-height: 400px;
        height: 400px;
    }
    
    .flickity-button {
        width: 44px;
        height: 44px;
    }
    
    .flickity-button.previous {
        left: 10px;
    }
    
    .flickity-button.next {
        right: 10px;
    }
}