/*
 Theme Name: WoodMart Child
 Theme URI: https://xtemos.com/theme/woodmart/
 Description: Child tema za WoodMart
 Author: Proton System DOO
 Author URI: https://proton.rs/
 Template: woodmart
 Version: 1.0.0
 Text Domain: woodmart-child
*/

/* Tvoj prilagođeni CSS ide ispod */


/* Osnovna stilizacija dugmeta */
.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn-icon-pos-right {
    background-color: #1E1E1E;
    font-weight: 600;
    letter-spacing: 1.2px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #1E1E1E;
    padding: 18px 30px 18px 30px;
}

/* Focus, hover i visited stanja */
.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn-icon-pos-right:focus,
.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn-icon-pos-right:hover,
.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn-icon-pos-right:visited {
    color: #fff;
}

/* Responsive stilizacija za mobilne uređaje do 767px */
@media (max-width: 767px) {
    .elementor-mobile-align-center .elementor-button,
    .elementor-button,
    .elementor-mobile-align-right {
        width: auto;
    }
}

/* Responsive stilizacija za tablete do 1024px */
@media (max-width: 1024px) {
    .elementor-tablet-align-center .elementor-button,
    .elementor-button,
    .elementor-tablet-align-right {
        width: auto;
    }
}

/* Stilizacija za wd-switch-to-register dugme - WoodMart specifična */
.woodmart-registration .btn.wd-switch-to-register,
.woocommerce-account .btn.wd-switch-to-register,
.login-form-footer .btn.wd-switch-to-register,
body .btn.wd-switch-to-register {
    color: #fff !important;
    background-color: #1E1E1E !important;
    background: #1E1E1E !important;
    border-color: #1E1E1E !important;
}

/* Hover stanje za wd-switch-to-register dugme */
.woodmart-registration .btn.wd-switch-to-register:hover,
.woocommerce-account .btn.wd-switch-to-register:hover,
.login-form-footer .btn.wd-switch-to-register:hover,
body .btn.wd-switch-to-register:hover {
    color: #fff !important;
    background-color: #333333 !important;
    background: #333333 !important;
    border-color: #333333 !important;
}