@charset "UTF-8";
/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: This is a custom child theme for Wooden Ring Store
Author: Vasja
Template: generatepress
Version: 1.0.0
*/


/*Vecina css je v generatepress customizing>additional CSS. To spodaj ne dela, ce vstavim tam.*/
.secondary-navigation .menu-bar-item>a {
    margin-right: 20px!important;
}

.navigation-branding .main-title, .mobile-header-navigation .site-logo {
    margin: auto !important;
}

/*CART*/
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: auto !important;
}
.woocommerce .coupon .button {
    background-color: unset !important;
    border: 1px solid #FA8900 !important;
    color: #3a3a3a !important;
}
.woocommerce .coupon .button:hover {
    background-color: #e9e6ed !important;
}
.woocommerce table.cart td.actions .input-text {
  width: 170px !important;
}
.checkout-button {
    border-radius: 20px !important;
}

/*BIT-FORMS*/

/* hide coupon code on popup finger measuring kit */
	.b5-6-fld-wrp {
    display: none;
}

