/*
Theme Name: Dronainfotech
Theme URI: https://dronainfotech.com/
Author: Dronainfotech
Author URI: https://dronainfotech.com/
Description: Hi this theme is basically designed for Education , University, College, Online Courese ect.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Dronainfotech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: black;
	font-size:14px;
}
h2.woocommerce-loop-product__title {
    text-align: center;
    color: black;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: black;
    text-align: center;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: black;
    color: #fff;
	font-size:14px;
}
li.product.type-product.shipping-taxable.purchasable.product-type-simple {
    text-align: center;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 600!important;
    display: inline-block;
    color: #575757!important;
}
.common-btn {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 0.9rem;
    border-radius: 10px;
}

.woocommerce-product-gallery {
    display: flex;
}

.woocommerce-product-gallery .flex-control-thumbs {
    order: -10;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    padding:5px;
}