.site-main > .container{
    max-width: 930px;
    min-height: 50vh;
}
.page-header{
    padding: 90px 0 0;
    text-align: center;
}
h1{
    margin-bottom: 12px;
}
#breadcrumbs:not(:last-child){
    margin-bottom: 50px;
}
.logged-in #breadcrumbs{
    margin-bottom: 0;
}
.page-content{
    background: white;
    padding: 50px 0 80px;
}
.attachment-page-thumb{
    width: 100%;
    max-width: 930px;
    height: auto;
    aspect-ratio: 2.58;
    object-fit: cover;
}

/*   M Y   A C C O U N T   P A G E   */
.logged-in.woocommerce-account .attachment-page-thumb{
    display: none;
}
#customer_login, .woocommerce-ResetPassword{
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
}
#customer_login h2{
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#customer_login .form-row label,
.woocommerce-ResetPassword label{
    display: none;
}
#customer_login .form-row:not(:last-child){
    margin-bottom: 15px;
}
#customer_login input, .woocommerce-ResetPassword input{
    width: 100%;
    padding: 12px 32px;
    border: 1px solid #E2E2E2;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.21;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-ResetPassword button[type="submit"]{
    width: 100%;
    padding: 12px 32px;
    background: #241F1F;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}
.woocommerce-LostPassword{
    text-align: center;
}
.woocommerce-LostPassword a{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.open-registration{
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
}
.open-login{
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

#show-registration-form,
#show-login-form{
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.u-column2.col-2,
.u-column1.col-1.visible{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3s ease;
}
.u-column2.col-2.visible,
.u-column1.col-1{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.woocommerce-privacy-policy-text,
.woocommerce-form-register > p:not(.form-row){
    font-weight: 400;
    font-size: 14px;
    line-height: 1.23;
}
.woocommerce-privacy-policy-text{
    margin: 10px 0;
}
.woocommerce-ResetPassword p{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.43;
}
.woocommerce-ResetPassword button{
    margin-top: 0;
}
body:not(.logged-in) .woocommerce-message{
    margin-bottom: 20px;
}
.logged-in.woocommerce-account .woocommerce:not(:has(ul.products)){
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0,1fr);
    grid-template-rows: auto;
    column-gap: 30px;
}
.woocommerce-MyAccount-navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.woocommerce-MyAccount-navigation ul li:first-child{
    padding-top: 0;
}
.woocommerce-MyAccount-navigation li a{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    text-transform: uppercase;
    color: #241F1F80;
}
.woocommerce-MyAccount-navigation li.is-active a{
    color: #241F1F;
}
.woocommerce-MyAccount-content > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content > p mark{
    background-color: #F2F2F2;
}
.woocommerce-MyAccount-orders{
    width: 100%;
}
.woocommerce-MyAccount-orders thead th,
.woocommerce-MyAccount-orders tbody th{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
}
.woocommerce-MyAccount-orders tbody td{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    padding-bottom: 10px;
}
.woocommerce-order-details__title{
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.woocommerce-Addresses,
.woocommerce-columns--addresses{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: auto;
    column-gap: 30px;
}
.woocommerce-columns--addresses .woocommerce-column__title,
.woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce form h2{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.woocommerce-Addresses .woocommerce-Address-title a{
    display: block;
    color: #AD8D7C;
    margin-bottom: 10px;
}
.woocommerce-table--order-details{
    border: 1px solid #E2E2E2;
    width: 100%;
}
.woocommerce-table--order-details thead tr,
.woocommerce-table--order-details tfoot tr{
    background: #F2F2F2;
}
.woocommerce-table--order-details thead th{
    text-transform: uppercase;
}
.woocommerce-table--order-details thead th:first-child,
.woocommerce-table--order-details tbody td:first-child,
.woocommerce-table--order-details tfoot th{
    padding: 10px 15px 10px 10px;
    text-align: left;
}
.woocommerce-table--order-details thead th:last-child,
.woocommerce-table--order-details tbody td:last-child,
.woocommerce-table--order-details tfoot td{
    padding: 10px 10px 10px 15px;
    text-align: right;
}
.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm{
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: auto;
    align-items: end;
    gap: 15px;
}
#billing_country_field, .woocommerce-EditAccountForm .form-row,
.logged-in.woocommerce-account .woocommerce form > p:last-child, .logged-in.woocommerce-account .woocommerce form fieldset{
    grid-column: span 2;
}
.logged-in.woocommerce-account .woocommerce form .form-row{
    display: flex;
    flex-flow: column nowrap;
    row-gap: 8px;
}
.logged-in.woocommerce-account .woocommerce form fieldset{
    padding: 20px;
}
.logged-in.woocommerce-account .woocommerce form fieldset .form-row:not(:last-child){
    margin-bottom: 15px;
}
.logged-in.woocommerce-account .woocommerce form label{
    font-size: 12px;
    line-height: 1.16;
}
.logged-in.woocommerce-account .woocommerce form input{
    width: 100%;
    padding: 9px 15px;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.28;
    color: #241F1F;
}
.logged-in.woocommerce-account button[type="submit"]{
    width: 100%;
    margin-top: 20px;
    display: block;
    padding: 12px;
    background: #241F1F;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}
#account_display_name_description{
    font-size: 14px;
}
.clear{
    display: none;
}
address{
    font-style: normal;
}

@media (max-width:767px){
    .page-header{
        padding: 20px 0 0;
    }
    #breadcrumbs:not(:last-child){
        margin-bottom: 20px;
    }
    .page-content{
        background: white;
        padding: 10px 0 60px;
    }
    .attachment-page-thumb{
        aspect-ratio: 1.76;
    }
    #customer_login{
        max-width: 260px;
    }
    #customer_login h2{
        margin-bottom: 16px;
    }
    #customer_login .form-row:not(:last-child){
        margin-bottom: 10px;
    }
    .open-registration{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .woocommerce-privacy-policy-text,
    .woocommerce-form-register > p:not(.form-row){
        font-size: 12px;
    }
    .logged-in.woocommerce-account .woocommerce{
        grid-template-columns: minmax(0,1fr);
        row-gap: 20px;
    }
    .woocommerce-MyAccount-navigation ul{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 10px;
    }
    .woocommerce-MyAccount-navigation ul li{
        padding: 5px 12px !important;
        border: none;
        background: #F2F2F2;
    }
    .woocommerce-MyAccount-navigation li a{
        font-size: 12px;
        color: #241F1F;
    }
    .woocommerce-MyAccount-navigation li.is-active{
        background: #241F1F;
    }
    .woocommerce-MyAccount-navigation li.is-active a{
        color: white;
    }
    .woocommerce-MyAccount-content > p{
        font-size: 14px;
    }
    .woocommerce-MyAccount-orders thead{
        display: none;
    }
    .woocommerce-MyAccount-orders tbody tr{
        display: grid;
        grid-template-columns: minmax(0, 80px) minmax(0, 1fr);
        grid-template-rows: auto auto auto auto;
        align-items: stretch;
    }
    .woocommerce-MyAccount-orders tbody th{
        grid-column: span 1;
        grid-row: span 4;
        background: #F2F2F2;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }
    .woocommerce-MyAccount-orders tbody th a{
        font-size: 16px;
        color: #241F1F;
    }
    .woocommerce-MyAccount-orders tbody tr:nth-child(even) th{
        background: #241F1F;
    }
    .woocommerce-MyAccount-orders tbody tr:nth-child(even) th a{
        color: white;
    }
    .woocommerce-MyAccount-orders tbody td{
        padding: 5px 10px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: end;
        align-items: center;
        column-gap: 5px;
        font-size: 12px;
        background: #F2F2F2;
        border-style: solid;
        border-color: white;
        border-width: 0 1px 1px;
    }
    .woocommerce-MyAccount-orders tbody td:nth-child(5){
        font-weight: 700;
    }
    .woocommerce-MyAccount-orders tbody tr:not(:last-child){
        border-bottom: 1px solid white;
    }
    .woocommerce-MyAccount-orders tbody td:nth-child(2):before{ content: "Datum:"; }
    .woocommerce-MyAccount-orders tbody td:nth-child(3):before{ content: "Status:"; }
    .woocommerce-MyAccount-orders tbody td:nth-child(4):before{ content: "Ukupno:"; }
    .woocommerce-MyAccount-orders tbody td:nth-child(5):before{ content: "Akcije:"; }
    .woocommerce-MyAccount-orders tbody td:before {
        font-size: 12px;
        margin-right: auto;
        font-weight: 400;
    }
    .woocommerce-Addresses,
    .woocommerce-columns--addresses{
        margin-top: 20px;
        grid-template-columns: minmax(0,1fr);
        row-gap: 20px;
    }
    .woocommerce-columns--addresses .woocommerce-column__title,
    .woocommerce-Addresses .woocommerce-Address-title h2,
    .woocommerce form h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .woocommerce-order-details__title{
        font-size: 20px;
    }
    .woocommerce-table--order-details thead tr,
    .woocommerce-table--order-details tfoot tr{
        padding: 10px 5px 5px;
        background: #F2F2F2;
    }
    .woocommerce-table--order-details thead th{
        text-transform: uppercase;
        font-size: 14px;
    }
    .woocommerce-table--order-details thead th:first-child,
    .woocommerce-table--order-details tbody td:first-child,
    .woocommerce-table--order-details tfoot th{
        padding: 10px 15px 10px 10px;
        text-align: left;
        font-size: 14px;
    }
    .woocommerce-table--order-details thead th:last-child,
    .woocommerce-table--order-details tbody td:last-child,
    .woocommerce-table--order-details tfoot td{
        padding: 10px 10px 10px 15px;
        text-align: right;
        font-size: 14px;
    }
    .woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm{
        grid-template-columns: minmax(0,1fr);
        gap: 15px;
    }
    #billing_country_field, .woocommerce-EditAccountForm .form-row,
    .woocommerce form > p:last-child, .woocommerce form fieldset{
        grid-column: span 1;
    }
    address{
        font-size: 14px;
        line-height: 1.43;
    }
    button[name="save_account_details"]{
        margin-top: 0;
    }
}


/*   4 0 4   P A G E   */
.page-404 .container{
    min-height: 50vh;
    padding: 70px 20px 130px;
    background: white;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    max-width: 1450px;
}
.page-404 h1{
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
}
.page-404 h1 span{
    display: block;
    font-size: 240px;
    line-height: 1;
    margin-bottom: 20px;
}
.page-404 .page-content{
    text-align: center;
    padding: 0;
}
.page-404 .page-content p{
    max-width: 445px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #00000080;
    margin-bottom: 30px;
}
.page-404 hr{
    width: 128px;
    color: #E2E2E2;
    margin: 20px auto;
}
.page-404 #breadcrumbs{
    position: absolute;
    top: 20px;
    left: 20px;
}
@media (max-width:1024px){
    .page-404 h1 span{
        font-size: 180px;
    }
}
@media (max-width:767px){
    .page-404 .container{
        min-height: 0;
        padding: 95px 20px 80px;
    }
    .page-404 h1{
        font-size: 26px;
        margin-bottom: 13px;
        text-transform: none;
    }
    .page-404 h1 span{
        font-size: 140px;
        margin-bottom: 0;
    }
    .page-404 hr{
        display: none;
    }
    .page-404 #breadcrumbs{
        top: 10px;
    }
}


/*   W I S H L I S T   P A G E   */
.woocommerce-wishlist .wishlist-title{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.woocommerce-wishlist .wishlist-title a{
    display: none;
}
.woocommerce-wishlist .yith_wcwl_wishlist_footer{
    display: flex;
    justify-content: center;
}
.yith-wcwl-share-title{
    text-align: center;
}
.wishlist_table.mobile{
    padding: 0;
}
.wishlist_table.mobile li:not(:last-child){
    margin-bottom: 30px;
}
.wishlist_table .product-add-to-cart a{
    width: 100%;
}