/*** GLOBAL STYLES  ***/

:root {
    /* --wp--preset--color--primary-color: #4BCC90;
    --wp--preset--color--light-primary-color: #4bcc9042;
    --wp--preset--color--secondary-color: #F1BD38;
    --wp--preset--color--light-secondary-color: #f1bd3880;
    --wp--preset--color--link-default: #0094FF;
    --wp--preset--color--link-hover: #0054D1;
    --wp--preset--color--link-focus: #AA38BD;
    --wp--preset--color--primary-text-color: #3D3D3D;
    --wp--preset--color--secondary-text-color: #6B6B6B; */
    --black-color: #161616;
    --white-color: #fff;
    --hover-color: #EB4747;
    --price-color: #4bcc9042;
    --tabs-active-color: #EB4747;
    --tabs-color: #4bcc9042;
    --breadcrumb-background: #4BCC90;
    --stars-color: #f5a21c;
    --woo-btn-background-color: #EB4747;
    --woo-btn-color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: opacity .15s linear !important;
    }
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}


/* NOTIFICATIONS COLOR START */

.woocommerce-info {
    border-top-color: var(--hover-color);
}

.woocommerce-info::before {
    color: var(--hover-color);
}


/* NOTIFICATIONS COLOR END */


/*WOOCOMMERCE MESSAGE START*/

@media only screen and (max-width: 600px) {
    .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
    }
    .woocommerce-message a.button {
        align-self: flex-start;
        margin-top: 10px;
    }
}


/*WOOCOMMERCE MESSAGE END*/


/***  GLOBAL BUTTONS STYLE START (HOMEPAGE AND PRODUCT BUTTONS ARE EXCEPTION)  ***/

input[type="submit"]:not(.search-submit),
input[type="button"],
button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt:not(.single_add_to_cart_button),
.woocommerce input.button.alt,
a.button:not(.add_to_cart_button),
a.button:not(.add_to_wishlist),
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: var(--woo-btn-background-color);
    color: var(--woo-btn-color);
    line-height: 1 !important;
    transition: 0.3s !important;
    padding: 12px 23px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 0 !important;
}

input[type="submit"]:not(.search-submit):hover,
input[type="button"]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
a.button:not(.add_to_cart_button):hover {
    background: var(--hover-color) !important;
    color: var(--woo-btn-color) !important;
}

.woocommerce a.remove:hover {
    background: #fa8574 !important;
    color: var(--woo-btn-color);
}

.woocommerce a.remove {
    color: #fa8574 !important;
}


/* input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
} */


/***  GLOBAL BUTTONS STYLE END (HOMEPAGE AND PRODUCT BUTTONS ARE EXCEPTION)  ***/


/*BREADCRUMB START*/

.woocommerce-breadcrumb {
    color: #919191 !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #919191 !important;
}

.title_before_breadcrumb_block {
    padding: 20px 0 20px !important;
    color: var(--wp--preset--color--dark-primary-color) !important;
    margin-bottom: 0 !important;
}

@media (min-width:992px) {
    .title_before_breadcrumb_block {
        padding: 35px 0 40px !important;
    }
}


/*BREADCRUMB END*/


/* WISHLSIST PAGE */

.woocommerce-wishlist.woocommerce-page #content th,
.woocommerce-wishlist.woocommerce-page #content td {
    border-bottom: 0 !important;
}

.woocommerce-wishlist.woocommerce-page .product-availability {
    display: none;
}

.wishlist_table .advanced-woo-labels {
    display: none !important;
}

.wishlist_table .product-name h3 {
    font-size: 16px;
}

.wishlist_table.mobile li table.additional-info {
    font-size: 16px;
}

.wishlist_table .product-add-to-cart a {
    text-transform: uppercase;
    font-weight: 500;
}

.wishlist_table tr td.product-price ins {
    text-decoration: none !important;
    font-weight: bold;
}

.wishlist_table.mobile {
    padding-left: 0;
}

.wishlist_table.mobile li:nth-child(odd) {
    background: #f5f5f5;
    padding: 5px;
}

.wishlist_table.mobile li .item-wrapper {
    display: flex;
    flex-direction: row-reverse;
    width: 100% !important;
    justify-content: space-between;
    margin: 0;
}

.wishlist_table.mobile .item-wrapper .product-name h3 {
    font-size: 18px;
}

.wishlist_table.mobile .product-add-to-cart {
    display: flex;
    order: 1;
}

.wishlist_table.mobile .product-add-to-cart a,
.wishlist_table.mobile .product-add-to-cart {
    text-align: left !important;
    margin: 0 !important;
    justify-content: space-between;
}

.wishlist_table.mobile .additional-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wishlist_table.mobile table.additional-info {
    order: 2;
}

.wishlist_table.mobile .product-remove {
    order: 3;
    margin-right: 10px;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
    padding-left: 0;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile>li {
    padding: 10px;
    border: 1px solid #f9f9f9;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile>li:nth-of-type(2n) {
    background: #FAFAFA !important;
}

.wishlist_table.mobile li table.additional-info {
    font-size: 16px;
    width: 100%;
    margin: 0;
    display: flex;
}

.wishlist_table.mobile .product-add-to-cart>span {
    margin: 0 5px;
}

.wishlist_table.mobile td.label,
.wishlist_table.mobile td.value {
    text-decoration: none;
    font-size: 14px !important;
    padding-left: 0 !important;
}

.wishlist_table.mobile td.value ins,
.wishlist_table.mobile span.woocommerce-Price-amount.amount {
    text-decoration: none;
    font-size: 14px;
    color: var(--price-color);
    font-weight: 500;
}

.wishlist_table.mobile td.value del * {
    font-size: 12px;
    color: inherit !important;
    font-weight: 500;
}

table.wishlist_table {
    border-top: 0 !important;
}

.woocommerce .wishlist-title {
    margin: 0;
    display: none;
}


/* WISHLSIST PAGE */


/*STARS START*/

.star-rating {
    overflow: hidden;
    height: 1em;
    line-height: 1em;
    width: 6.5em;
    font-family: "fontawesome";
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.star-rating:before {
    float: left;
    position: absolute;
    letter-spacing: 1px;
    color: var(--stars-color);
    content: "\73\73\73\73\73";
    /*! color: #d3ced2; */
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span:before {
    top: 0;
    left: 0;
    letter-spacing: 1px;
    color: var(--stars-color);
    content: "\53\53\53\53\53";
}

.star-rating {
    line-height: 1em;
    font-size: 1em;
    margin-bottom: 16px;
}

.star-rating span {
    overflow: hidden;
    float: left;
}

.rating-count {
    font-size: 12px;
    line-height: 14px;
    color: var(--wp--preset--color--dark-primary-color);
    /* position: absolute;
    left: 88px;
    top: 53px; */
    letter-spacing: 1px;
}


/*STARS END*/


/* body:not(.administrator) {
    visibility: hidden;
    opacity: 0;
    z-index: 999999999999999;
    background-image: url('https://magmaposlovnadarila.si/wp-content/uploads/2024/03/2456464.jpg');
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
} */

.page_wrapper.page_default:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    max-height: 265px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='265' viewBox='0 0 1920 265' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 261C1920 263.209 1918.21 265 1916 265H4C1.79089 265 0 263.209 0 261V4C0 1.79086 1.79089 0 4 0H1916C1918.21 0 1920 1.79086 1920 4V261Z' fill='url(%23paint0_linear_400_4791)' fill-opacity='0.6'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_400_4791' x1='457.802' y1='265' x2='390.261' y2='-3.94567' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.3'/%3E%3Cstop offset='1' stop-color='%23FAE6E6'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: top center;
    background-size: 100%;
    z-index: -1;
}

.dp_breadcrump {
    color: #919191;
}

.dp_breadcrump .dp_title {
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.page_wrapper {
    position: relative;
}

body.page-id-28925 .page_wrapper.page_default:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    max-height: 870px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='871' viewBox='0 0 1920 871' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8473 7.64271C12.9283 5.86487 14.1964 0 18.4998 0H1916C1918.21 0 1920 1.79086 1920 4V864.793C1920 867.701 1917 869.637 1914.35 868.436L16.8473 7.64271Z' fill='url(%23paint0_linear_60_20)' fill-opacity='0.6'/%3E%3Cpath d='M1903.15 863.357C1907.07 865.135 1905.8 871 1901.5 871H4C1.79089 871 0 869.209 0 867V6.20691C0 3.29907 3.00439 1.36292 5.65247 2.56421L1903.15 863.357Z' fill='url(%23paint1_linear_60_20)' fill-opacity='0.6'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_60_20' x1='1462.2' y1='0.000114806' x2='1923.54' y2='558.918' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.3'/%3E%3Cstop offset='1' stop-color='%23FAE6E6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_60_20' x1='457.802' y1='871' x2='-3.53982' y2='312.082' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.3'/%3E%3Cstop offset='1' stop-color='%23FAE6E6'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: top center;
    background-size: 100%;
    z-index: -1;
    display: block !important;
}

.splide__pagination li:only-child {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 13px;
}

body.modal-open .modal-backdrop.show {
    z-index: 99;
}