/**
 * Theme Name:     Bridge Child
 * Author:         Qode Interactive
 * Template:       bridge
 * Text Domain:	   bridge-child
 * Description:    Creative Multipurpose WordPress Theme
 */

 @media only screen and (min-width: 1024px){
 .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support){
    width: 50% !important;
    margin-right: 1.818181818181818% !important;
 }
}

 @media only screen and (min-width: 601px){
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support) .woocommerce-product-gallery__image:first-child {
    padding: 0 114px 0 0 !important;
}
}

@media only screen and (min-width: 601px){
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    right: 0 !important;
    left: auto !important;
}
}

@media only screen and (min-width: 1024px){
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .summary {
    width: 48% !important;
}
}

.product form.cart, .qode-product-with-gallery.product .btn-popup, .qode-product-with-gallery.product .Inquiry_btn, .product .price {
    display: block !important;
}