/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.woocommerce-product-gallery {
    position: relative !important;
}

.custom-gallery-arrows {
    position: absolute;
    top: 43%;
    width: 96%;
    left: 2.5%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 999;
    transform: translateY(-50%);
}

.custom-gallery-arrows span {
    pointer-events: all;
	cursor: pointer;
    border-radius: 100%;
    height: auto;}

.show-variation .single_variation_wrap{display:none !important;}
.hide-variation .variations{display:none !important;}


.quantity.buttons_added {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px; /* rounded corners */
    overflow: hidden;
    width: fit-content;
}

.quantity input.qty {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    height: 38px;
    outline: none;
}

.quantity button.minus,
.quantity button.plus {
    background: #fff;
    border: none;
    width: 38px;
    height: 38px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity button.minus:hover,
.quantity button.plus:hover {
    background: #f0f0f0;
}

.pickr .pcr-button::after ,.pickr .pcr-button::before{
    background: url(https://usman.mingo.lt/wp-content/uploads/2025/11/colorpicker.png) !important;
}
.quantity.buttons_added input::-webkit-outer-spin-button,
.quantity.buttons_added input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity.buttons_added input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

