:root {
    --gc-font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html,
body {
    font-family: var(--gc-font);
}

body,
button,
input,
select,
textarea,
.form-control,
.btn,
h1, h2, h3, h4, h5, h6,
p, a, span, li, label, td, th {
    font-family: var(--gc-font);
}

.font-family-rubik {
    font-family: var(--gc-font) !important;
}

#response_login, #response_login2, #response_fast_buy_products

{

	color:#d4415b;

    font-weight: bold;

    font-size: 14px;

}



label.error {
    color: #ff0000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--gc-font);
    font-size: 13px;
    letter-spacing: -0.5px;
}



#full-reg-form-partners-srb

{

    display: none;

}



.active-wishlist, .active-compare

{

	background: transparent; !important;

    color: #222 !important;

}



.product-qty-shopping-cart {

    border: 1px solid #ccc;

    cursor: pointer;

    display: inline-block;

    height: 40px;

    position: relative;

    width: 100px;

}



.product-qty-shopping-cart input {

    border: medium none;

    height: 100%;

    padding: 0 20px;

    width: 100%;

}



.product-qty-shopping-cart span {

    height: 20px;

    line-height: 20px;

    position: absolute;

    text-align: center;

    width: 20px;

}



.product-qty-shopping-cart span.dec {

    border-left: 1px solid #ccc;

    bottom: 0;

    padding-top: 2px;

    right: 0;

}



.product-qty-shopping-cart span.inc {

    border-bottom: 1px solid #ccc;

    border-left: 1px solid #ccc;

    right: 0;

    top: 0;

}



.color-outline-transparent-active

{

    

}



.color-outline-transparent-active:before{

    content: "\f00c";

    position: absolute;

    font: normal normal normal 20px/1 FontAwesome;

    padding-left: 20px;

}



.all-colors-items

{

    outline: 3px solid transparent;

}



.more-colors-response, .more-colors-response-popup, .more-sizes-response, .calculate-width-height-error

{

    color:#ff002d;
    font-size: 14px;
    display: none;

}



.active-wishlist-details, .active-compare-details

{

    color: #abe2f4 !important

}



.comment-pending

{

    background-color: #222;

    color: #fff;

}



.comment-deleted

{

    background-color: #dc3545;

    color: #fff;

}



#response_comments

{

    color: #dc3545;

}



#response_rating

{

    color: #dc3545;

    display: none;

}



.product-qty-popup {

    border: 1px solid #ccc;

    cursor: pointer;

    display: inline-block;

    height: 40px;

    position: relative;

    width: 100px;

}



.product-qty-popup input {

    border: medium none;

    height: 100%;

    padding: 0 20px;

    width: 100%;

}



.product-qty-popup span.inc {

    border-bottom: 1px solid #ccc;

    border-left: 1px solid #ccc;

    right: 0;

    top: 0;

}



.product-qty-popup span.dec {

    border-left: 1px solid #ccc;

    bottom: 0;

    padding-top: 2px;

    right: 0;

}



.product-qty-popup span {

    height: 20px;

    line-height: 20px;

    position: absolute;

    text-align: center;

    width: 20px;

}



.page-item

{

    margin: 0px 2px;

}



.myactive{

    color: #222!important;
    background: #79b927;
    border: 1px solid #79b927 !important;
}



@media (min-width: 768px) {

    .collapse.dont-collapse-sm {

      display: block;

      height: auto !important;

      visibility: visible;

      background-color: #fff;

    }

  }

  

.slide-arrow{

    position: absolute;

    top: 50%;

    margin-top: -15px;

    background: none;

    border: none;

    border-radius: 0;

    outline: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    cursor: pointer;

}

.prev-arrow{

    left: 0px;

    width: 0;

    height: 0;

    border-left: 0 solid transparent;

    border-right: 15px solid #222;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    z-index: 2;

    display: none !important;

}

.next-arrow{

    right: 0px;

    width: 0;

    height: 0;

    border-right: 0 solid transparent;

    border-left: 15px solid #222;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    z-index: 2;

    display: none !important;

}





/**** CATEGORIES MENU

/*

*/



@media(max-width: 991px) {

    .categories-menu-bar {

        width: auto;

        top: 9px;

        display: none;

    }

    

    .categories-menu-bar .slicknav_nav {

        transition: -webkit-transform 0.3s ease 0s;

        transition: transform 0.3s ease 0s;

        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;

        -webkit-transform: translateX(-100%);

        transform: translateX(-100%);

        box-shadow: none;

        position: fixed;

        top: 0;

        left: 0;

        padding-top: 48px;

        width: 350px;

        max-width: 100%;

        height: 100%;

        overflow-y: auto;

        z-index: 1;

    }



    .categories-menu-bar .slicknav_btn {

		transition: none;

    }



    .categories-menu-bar .slicknav_nav li {

        padding-right: 15px;

    }



    .categories-menu-bar .slicknav_nav a {

    	text-transform: none;

    }



    .header-top-menu.sticker.sticky .categories-menu-bar {

        display: block;

    }



    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_nav {

        -webkit-transform: translateY(100%);

        transform: translateY(100%);

    }



    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn {

        position: fixed;

        bottom: 0;

        top: auto;

        width: 100%;

        left: 50%;

        transform: translateX(-50%);

        padding: 1em;

        text-align: center;

    }



    /*.header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn:not(.slicknav_open) {

		box-shadow: 0 0 8px rgba(0,0,0,.43);

    }*/



    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn>span {

        display: inline-block;

        float: none;

        vertical-align: middle;

        text-transform: uppercase;

        font-family: var(--gc-font);

        letter-spacing: 1px;

        font-size: 18px;

    }



    .header-top-menu.sticker.sticky {

        z-index: 999;

        -webkit-animation: none;

        animation: none;

    }

    

    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn.slicknav_open+.slicknav_nav,

    .categories-menu-bar .slicknav_btn.slicknav_open+.slicknav_nav {

        -webkit-transform: translateX(0%);

        transform: translateX(0%);

        box-shadow: 4px 0 50px -10px rgba(0, 0, 0, .8);

    }

    

    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn.slicknav_open>span:first-of-type,

    .categories-menu-bar .slicknav_btn.slicknav_open>span:first-of-type {

        color: #fff;

        text-shadow: none;

        text-align: left;

        text-transform: uppercase;

        font-family: var(--gc-font);

        letter-spacing: 1px;

        font-size: 18px;

    }



    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn.slicknav_open>span:last-of-type,

    .categories-menu-bar .slicknav_btn.slicknav_open>span:last-of-type {

        display: none;

    }



    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn.slicknav_open,

    .categories-menu-bar .slicknav_btn.slicknav_open {

        position: fixed;

        top: 0;

        left: 0;

        bottom: auto;

        background: #222;

        border-bottom: 1px solid #222;

        padding-top: 10px;

        padding-bottom: 10px;

        width: 350px;

        max-width: 100%;

        transform: none;

        text-align: left;

        z-index: 101;

    }



    .categories-menu-bar .slicknav_btn.slicknav_open::after {

        content: 'x';

        position: absolute;

        right: 0;

        top: 0;

        line-height: 47px;

        width: 47px;

        height: 100%;

        background-color: #222;

        color: #fff;

        text-align: center;



    }



    .slicknav_nav .slicknav_parent.slicknav_open .cat-submenu {

        max-width: calc(100% - 20px)

    }



    .slicknav_nav .slicknav_parent.slicknav_open .cat-submenu>li {

        width: auto;

    }



    .mean-container .mean-bar {

        z-index: 997;

    }



    .categories-backdrop {

    	display: none;

    	position: fixed;

    	top: 0;

    	left: 0;

    	right: 0;

    	bottom: 0;

    	background-color: rgba(0,0,0,0.35);

    	z-index: 998

    	;

    }



}



@media(max-width: 576px) {

    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn {

        width: 100%;

        max-width: none;

    }

}



@media(max-width: 479px) {

    .categories-menu-bar {

        bottom: 0px;

    }

}



@media(max-width: 420px) {

	.categories-menu-bar .slicknav_nav,

	.categories-menu-bar .slicknav_btn.slicknav_open {

		width: 100%!important;

	}

}

/* Checkout – boje sajta (GravirCo) */
.checkout-wrapper,
.checkout-wrapper .order-summary {
    --gc-dark: #1a1a18;
    --gc-green: #79b927;
    --gc-gold: #79b927;
    --gc-light: #f7f7f7;
    --gc-text: #1a1a18;
    --gc-text-muted: #58595a;
    --gc-border: #e0e0e0;
    --gc-bg-soft: #f0f0f0;
    --gc-danger: #d4415b;
}

/* Checkout – stranica podaci za slanje */
.checkout-wrapper .row[style*="background"] {
    background-color: var(--gc-light) !important;
    border-radius: 16px;
    padding: 8px 0 24px;
}

.checkout-form-card {
    background: #fff;
    border: 1px solid var(--gc-border);
    border-radius: 16px;
    padding: 28px 28px 32px;
    box-shadow: 0 4px 20px rgba(26, 26, 24, 0.06);
    margin-bottom: 24px;
}

.checkout-form-card__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gc-border);
}

.checkout-form-card__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--gc-dark);
    color: var(--gc-gold);
    border: 2px solid var(--gc-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.checkout-form-card__title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: var(--gc-text);
    text-transform: none;
    letter-spacing: 0;
}

.checkout-form-card__subtitle {
    margin: 0;
    font-size: 14px;
    color: var(--gc-text-muted);
    line-height: 1.45;
}

.checkout-fields__group {
    margin-bottom: 24px;
    padding-bottom: 8px;
}

.checkout-fields__group--note {
    margin-bottom: 0;
}

.checkout-fields__legend {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gc-dark);
    border-left: 3px solid var(--gc-green);
    padding-left: 10px;
}

.checkout-form-card .form-group {
    margin-bottom: 16px;
}

.checkout-form-card label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gc-text);
}

.checkout-required,
.checkout-form-card .text-danger {
    color: var(--gc-danger);
    font-weight: 700;
}

.checkout-form-card .checkout-input,
.checkout-form-card .form-control {
    height: auto;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 15px;
    color: var(--gc-text);
    background: #fff;
    border: 1.5px solid var(--gc-border);
    border-radius: 10px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.checkout-form-card .checkout-input:hover,
.checkout-form-card .form-control:hover:not([readonly]) {
    border-color: var(--gc-green);
}

.checkout-form-card .checkout-input:focus,
.checkout-form-card .form-control:focus {
    background: #fff;
    border-color: var(--gc-green);
    box-shadow: 0 0 0 3px rgba(121, 185, 39, 0.2);
    outline: none;
}

.checkout-form-card .form-control[readonly] {
    background: var(--gc-bg-soft);
    border-color: var(--gc-border);
    color: var(--gc-text-muted);
    cursor: default;
}

.checkout-textarea {
    min-height: 110px;
    resize: vertical;
}

.checkout-fields__row-city .form-group {
    margin-bottom: 16px;
}

.checkout-alt-address {
    padding: 20px;
    background: var(--gc-light);
    border: 1px dashed var(--gc-green);
    border-radius: 12px;
}

.checkout-coupon-card {
    background: #fff;
    border: 1px solid var(--gc-border);
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 2px 12px rgba(26, 26, 24, 0.05);
}

.checkout-coupon-card__title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 600;
    color: var(--gc-text);
}

.checkout-coupon-card__title .fa {
    color: var(--gc-green);
    margin-right: 8px;
}

.checkout-coupon-card__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}

.checkout-coupon-card__row .checkout-input {
    flex: 1;
    min-width: 180px;
}

.checkout-coupon-card__msg {
    margin: 10px 0 0;
    font-size: 13px;
}

.checkout-summary-card {
    background: #fff;
    border: 1px solid var(--gc-border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(26, 26, 24, 0.06);
}

.checkout-summary-card__header h3 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--gc-text);
    padding-bottom: 14px;
    border-bottom: 2px solid var(--gc-dark);
}

.checkout-summary-card .order-review .table {
    margin-bottom: 0;
}

.checkout-summary-card .order-review th,
.checkout-summary-card .order-review td {
    padding: 12px 14px;
    font-size: 14px;
}

.checkout-summary-card .order-total td,
.checkout-summary-card .order-total th {
    font-size: 16px;
    background: var(--gc-light);
}

.checkout-payment-card {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--gc-border);
}

.checkout-form-card .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 767px) {
    .checkout-form-card {
        padding: 20px 16px 24px;
    }

    .checkout-form-card__header {
        flex-direction: column;
        gap: 12px;
    }

    .checkout-coupon-card__row {
        flex-direction: column;
    }

    .checkout-coupon-card__row .btn {
        width: 100%;
    }
}

/* Checkout – dugmad (natrag na korpu + završi kupovinu) */
.checkout-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--gc-border);
}

.checkout-actions__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.checkout-actions__back .fa {
    font-size: 14px;
}

.checkout-actions__submit {
    margin-left: auto;
}

@media (max-width: 575px) {
    .checkout-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .checkout-actions__submit {
        margin-left: 0;
        width: 100%;
    }

    .checkout-actions__back {
        justify-content: center;
        width: 100%;
    }
}

/* Checkout – sadržaj porudžbine (podaci za slanje) */
.order-summary .product-container.checkout-lines {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 4px;
    margin-bottom: 1.25rem;
}

.order-summary .product-container.checkout-lines::-webkit-scrollbar {
    width: 6px;
}

.order-summary .product-container.checkout-lines::-webkit-scrollbar-thumb {
    background: var(--gc-green);
    border-radius: 3px;
}

.checkout-line-card {
    display: flex;
    gap: 14px;
    padding: 14px;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid var(--gc-border);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(26, 26, 24, 0.06);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.checkout-line-card:last-child {
    margin-bottom: 0;
}

.checkout-line-card:hover {
    border-color: var(--gc-green);
    box-shadow: 0 4px 14px rgba(26, 26, 24, 0.08);
}

.checkout-line-card__thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--gc-bg-soft);
    display: block;
}

.checkout-line-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-line-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkout-line-card__title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.checkout-line-card__title a {
    color: var(--gc-text);
    text-decoration: none;
}

.checkout-line-card__title a:hover {
    color: var(--gc-green);
}

.checkout-line-card__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.checkout-line-card__chip {
    display: inline-flex;
    flex-direction: column;
    gap: 1px;
    padding: 5px 10px;
    background: var(--gc-light);
    border-radius: 8px;
    border: 1px solid var(--gc-border);
    font-size: 11px;
    line-height: 1.25;
}

.checkout-line-card__chip-label {
    color: var(--gc-text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10px;
}

.checkout-line-card__chip-value {
    color: var(--gc-text);
    font-weight: 500;
}

.checkout-line-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 4px;
    border-top: 1px dashed var(--gc-border);
}

.checkout-line-card__qty {
    font-size: 13px;
    color: var(--gc-text-muted);
}

.checkout-line-card__qty strong {
    color: var(--gc-text);
}

.checkout-line-card__unit {
    display: block;
    font-size: 11px;
    color: var(--gc-text-muted);
    margin-top: 2px;
}

.checkout-line-card__total {
    font-size: 16px;
    font-weight: 700;
    color: var(--gc-green);
    white-space: nowrap;
}

@media (max-width: 575px) {
    .checkout-line-card {
        flex-direction: column;
        align-items: stretch;
    }

    .checkout-line-card__thumb {
        width: 100%;
        height: 120px;
        flex: none;
    }

    .checkout-line-card__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.order-qty-highlight {
    display: inline-block;
    min-width: 28px;
    padding: 2px 10px;
    border-radius: 999px;
    background: #fdecef;
    border: 1px solid #f3b8c4;
    color: #d4415b !important;
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}

/* Filter: oblik ogledala (sidebar grid) */
.gc-filter-shapes-wrap .sidebar-inner-title h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a1a18;
    margin: 0;
}

.gc-filter-shapes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gc-filter-shape {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 8px 12px;
    border: 2px solid #eef1f5;
    border-radius: 14px;
    background: #fff;
    text-decoration: none !important;
    color: #1a1a18;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.15s ease;
    position: relative;
    overflow: hidden;
}

.gc-filter-shape:hover {
    border-color: #c5e89a;
    box-shadow: 0 6px 16px rgba(121, 185, 39, 0.14);
    transform: translateY(-1px);
    color: #1a1a18;
}

.gc-filter-shape--active {
    border-color: #79b927;
    background: linear-gradient(180deg, #f6fbe8 0%, #fff 100%);
    box-shadow: 0 4px 14px rgba(121, 185, 39, 0.18);
}

.gc-filter-shape--active::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #79b927;
    box-shadow: 0 0 0 3px rgba(121, 185, 39, 0.25);
}

.gc-filter-shape__img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #eef1f5;
    flex-shrink: 0;
}

.gc-filter-shape__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.gc-filter-shape--active .gc-filter-shape__img {
    border-color: #c5e89a;
    background: #fff;
}

.gc-filter-shape__title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #1a1a18;
    padding: 0 2px;
}

.gc-filter-shape__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #f4f6f9;
    font-size: 10px;
    font-weight: 700;
    color: #8a94a6;
    line-height: 1.4;
}

.gc-filter-shape--active .gc-filter-shape__count {
    background: #79b927;
    color: #fff;
}

@media (max-width: 991px) {
    .gc-filter-shapes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gc-filter-shapes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
