/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Top bar */

span.wd-tools-text {
    font-size: 13px !important;
}

li#menu-item-16244 a {
    font-size: 13px !important;
}

/* Produkta attēlu izmēra izlīdzināšana */
.product-grid-item .product-image-link img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

/* Bloga rakstu attēlu izmēra izlīdzināšana */
.blog-post-loop .wd-post-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

/* Global WooCommerce Input Border Radius */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.wd-search-form input[type="text"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    border-radius: 6px !important;
}

#yith-become-a-vendor .submit-wrapper {
    margin-top: 25px;
}

#yith-become-a-vendor-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    background-color: var(--wd-primary-color, #83b735) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#yith-become-a-vendor-submit:hover {
    opacity: 0.85 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}