/*
Theme Name: Marra Child
Theme URI: https://marra.qodeinteractive.com
Description: A child theme of Marra
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: marra
Template: marra
*/



.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px 8px !important;
    white-space: nowrap;
}




/* gumb nadaljuj na zaključek nakupa */

.wc-block-components-button:not(.is-link) {
    border: solid 1px !important;
}


/* povzetek naročila */

.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0, 0%, 7%, .11);
    background: #fafafa;
}



.wc-block-components-title.wc-block-components-title {
    color: #78947f;
    font-weight: 600;
    letter-spacing: 1px;
}


/* KOŠARICA */

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding-right: 10px !important;
    padding-left: 10px !important;
}


.is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
}



::selection {
  background: #f3eadb; /* barva ozadja ob označevanju */
  color: #000000;      /* barva besedila ob označevanju */
}



/* PRAZNA KOŠARICA */

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: #8c9989!important; 
    content: "";
    display: block;
    height: 5em;
    margin: 0 auto 2em;
    mask-image: url('/wp-content/uploads/2025/06/dog.svg')!important;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 5em;
    width: 5em
}


#qodef-woo-page.qodef--single .woocommerce-message a {
        margin-top: 12px;
        margin-bottom: 12px;
    }



.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    background-color: #94a99a !important;
}



.qodef-theme-button,button[type=submit],input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3em;
    border-radius: 0;
    outline: 0;
    transition: color .3s cubic-bezier(.78,.76,.1,1),background-color .3s cubic-bezier(.78,.76,.1,1),border-color .3s cubic-bezier(.78,.76,.1,1);
    padding: 18px 41px 17px;
    color: #fff;
    background-color: #94a99c;
    border: 1px solid transparent;
    cursor: pointer
}

.qodef-theme-button:hover,button[type=submit]:hover,input[type=submit]:hover {
    color: #94a99e;
    background-color: transparent;
    border: 1px solid #000;
}


.woocommerce-account .button {

    background-color: #94a99c;
    border: 1px solid transparent;
}