/*
Theme Name: NetNet
Theme URI:
Description:
Version: 1.01
Author: dEvExus
Author URI: http://www.devexus.com/
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
Tags:
*/

:root {
    --color-primary: #9E484B;
    --color-secondary: #f99d1c;
}

html, body {
    color: #555;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}

/**
*   COLORS
***************************************/
.primary-color {
    /*background: #7d1015;*/
    background: #9E484B;
}

.primary-color-80 {
    background: rgba(125, 16, 21, 0.80) !important;
}

.secondary-color {
    background: #f99d1c;
}

a {
    text-decoration: none;
    color: #9E484B;
}

a:hover {
    text-decoration: underline;
}


/**
*   BUTTONS
**************************************/
.button {
    display: inline-block;
    color: #fff;
    padding: 0.85em 1.2em;
    line-height: 1;
    outline: none;
    border: none;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all;
    -moz-transition: .3s ease-in all;
}

.button:hover {
    text-decoration: none;
    opacity: .9;
}


input {
    outline: none;
}

input:focus {
    border-color: #9e484b;
}

nav#main {
    height: 50px;
    /*background: rgba(158, 72, 75, 1);*/
    background: #9E484B;
    position: relative;
    z-index: 3;
}

nav#main .container {
    position: relative;
}

.home nav#main {
    /*background: rgba(158, 72, 75, 0.75) !important;*/
}

nav#main ul {
    padding: 0;
    margin: 0;
}

nav#main ul li {
    float: left;
    position: relative;
}

nav#main ul li a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    padding: 0 2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

nav#main ul li a:hover {
    text-decoration: underline;
}



div#search-wrapper,
#cart {
    padding: 0.6rem 1rem;
    background: #E6E6E6;
}

div#search-wrapper input {
    border: none;
    outline: none;
    padding: 0.3rem 1rem;
    width: 100%;
    font-size: 0.8rem;
}

#cart {
    font-size: 0.8rem;
    height: 46px;
    line-height: 46px;
    padding: 0 1rem;
    position: relative;
}

#cart a {
    color: #777;
}


#cart span.total {
    display: inline-block;
    float: right;
    font-weight: 600;
    font-size: 0.9rem;
}

section#slider {margin-top: 0;position: relative;top: -50px;}

.bx-wrapper li {
    height: 450px;
}

.bx-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#content-wrapper {
    /* padding: 0 1.3rem; */
}

.section-title {
    height: 40px;
    line-height: 40px;
    margin-bottom: 1.5rem;
}

.section-title > span {
    font-weight: 600;
    display: inline-block;
    padding: 0 25px;
    /* background: #fff; */
    color: #f3f3f3;
    /* border: 1px solid #e4e4e4; */
    border-bottom: none;
    border-right: none;
    border-left: 0;
    /* width: 250px; */
    text-align: center;
    font-size: 0.9rem;
}

section#most-sales {
    border: 1px solid #e4e4e4;
    border-top: 0;
    margin: 1.5rem auto;
    background: #fff;
}

#top-links,
#top-soc-icons,
#language-selector,
#currency-switcher {
    height: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 1.5rem;
    float: left;
}

#top-links a,
#top-soc-icons a,
#language-selector a,
#currency-switcher a{
    color: #888;
    font-size: 0.8rem;
}

.type-product {
    position: relative;
    margin-bottom: 1.5rem;
}

.type-product .product-image {
    height: 210px;
    position: relative;
    max-width: 100%;
    margin: 1rem .5rem;
}

.type-product .product-image img {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%;
    object-fit: cover;
}

h4.product-name {
    font-size: 0.85rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 1rem 1rem 0 1rem;
    overflow: hidden;
}

body h4.product-name a {
    color: #333;
}

.type-product span.amount {
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    color: #c38184;
    padding: 0;
    text-decoration: none;
}

.type-product span.amount-eur {
    font-size: .8rem;
}

.type-product .price del .amount {
    color: #555;
    font-weight: 100;
}

.type-product.outofstock span.amount {
    color: #a2a2a2;
}

.type-product span.amount:first-child {
}

.type-product .price ins,
.type-product .price del {
    display: block;
}

.type-product .price ins {
    text-decoration: none;
}

span.price {
    display: block;
    height: 38px;
    text-align: center;
}

#call-to-action .box {
    height: 250px;
    background: #fff;
    border-radius: 10px;
}

#call-to-action .box .box-image {
    height: 250px;
    position: relative;
    border-radius: 10px;
}

#call-to-action .box .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 10px;
}

#call-to-action .box .box-image a > span {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 2;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    width: 60%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: rgba(249, 157, 28, 0.8);
    line-height: 1.2;

}

.read-more-wr {
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 0 1.2rem;
    text-align: right;
    font-size: 0.9rem;
    text-transform: uppercase;
    box-shadow: 0 1px 2px #e4e4e4;
}

a.read-more {
    color: #333;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

div#katalog {
    height: 340px;
    color: #fff;
    margin-top: 5rem;
    margin-bottom: 5rem;
    background: url('assets/img/pdf2.jpg') center center no-repeat !important;
    position: relative;
}

#katalog #stripe {
    height: 45px;
    background: -moz-linear-gradient(left, rgba(249,157,28,1) 0%, rgba(249,157,28,1) 32%, rgba(249,157,28,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249,157,28,1) 0%,rgba(249,157,28,1) 32%,rgba(249,157,28,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249,157,28,1) 0%,rgba(249,157,28,1) 32%,rgba(249,157,28,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99d1c', endColorstr='#00f99d1c',GradientType=1 ); /* IE6-9 */
    padding-left: 20%;
    padding-right: 3rem;
    /* display: none; */
}

#katalog #stripe h4,
#katalog #stripe a {
    display: inline-block;
}

#katalog a.button {
    padding: 0 1.1rem;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 0.75rem;
    margin-top: 10px;
    z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30%;
    height: 35px;
    line-height: 35px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}

#katalog a.button:hover {
    background: #fff;
    color: #444;
}

#katalog #stripe h4 {
    line-height: 45px;
    text-transform: uppercase;
    font-size: 1.4rem;
    display: none;
}

a.read-more:after {border-radius: 20px;width: 15px;height: 15px;display: inline-block;color: #fff;content: "> ";background: #7d1015;position: absolute;top: 9px;margin-left: 7px;line-height: 1;padding: 0;text-align: center;}

#content-wrapper .product-category {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    padding: 0;
    background: transparent;
    /* border: 1px solid #e4e4e4; */
    margin-bottom: 1.5rem;
}

.product-category h3 {
    line-height: 1;
    margin: 0 0 0.75rem 0;
    font-size: 1.1rem;
    color: #555;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.46);
    margin: 0;
    line-height: 40px;
}

.tax-product_cat .product-category h3 {
    font-size: 1rem;
    font-weight: 400;
}

.product-category .cat-desc {
    font-size: 0.75rem;
    color: #777;
    line-height: 1.3;
    height: 2rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.product-category a.read-more {
    text-transform: uppercase;
    font-size: 0.9rem;
    height: 45px;
    line-height: 50px;
    float: right;
    color: #111;
}

.product-category a.read-more:after {
    top: 17px;
}

.product-category img {
    object-fit: cover;
    min-height: 100%;
    height: auto;
    min-width: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    /* z-index: -1; */
}

#most-sales .type-product {
    border: none;
    margin-bottom: 0;
    background: none;
}

.woocommerce  .products .type-product {
    min-height: 310px;
    border: none;
    background: none;
    margin-bottom: 1.5rem;
}

footer {
    padding-top: 3rem;
}

section#copyright p {
    margin: 0;
    padding: 0.7rem 0;
    text-align: center;
    color: #fff;
    font-size: 0.7rem;
}

section#footer-widgets {
    padding: 2.5rem 0 2.5rem 0;
    background: #fff;
}

section#newsletter {
    padding: 1rem 0;
    background: url('assets/img/pozadina_newsletter.jpg') center center no-repeat;
    background-size: cover;
}

section#categories {
    margin-bottom: 0;
}

section#newsletter img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 100px;
    margin: auto;
    display: block;
}

section#newsletter h5 {
    color: #fff;
    margin: 1rem 0 0 0;
    font-size: 1.1rem;
}

section#newsletter p {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
    margin: 0;
}

section#newsletter input[type="text"] {
    border: none;
    outline: 5px solid rgba(221, 221, 221, 0.52);
    margin-bottom: 0;
    height: 33px;
    line-height: 33px;
    padding: 0 0.5rem;
    font-size: 0.9rem;
    width: 100%;
    margin-top: 0.8rem;
}

section#newsletter input[type="submit"] {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-top: 0.8rem;
    color: #fff;
    font-weight: 100;
}

section#footer-widgets .row {
    margin-top: 0;
}

section#footer-widgets .widget-title {
    font-size: 1rem;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 2rem;
}

section#footer-widgets .widget-title:after {content: " ";display: block;height: 4px;width: 7rem;background: #7d1015;}

.widget-container ul {
    padding: 0 0 0 1.5rem;
    margin: 0;
    list-style: none;
}

.widget-container ul li,
.widget-container {
    /* font-size: 0.8rem; */
    margin-bottom: 5px;
}

.widget-container ul li a,
.widget-container {
    color: #555;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}

.widget-container li.current-cat > a {
    font-weight: 800;
    color: #994b4d;
}

.widget-container ul li a:before {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 10px;
    height: 10px;
    border: solid 1px #ddd;
}

.widget-container ul li.current-cat > a:before,
.widget-container ul li:hover > a:before {
    border-color: #333;
}
.widget-container ul li.current-cat > a:after,
.widget-container ul li:hover > a:after {
    content: '';
    position: absolute;
    left: -19px;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #333;
}

.widget-container {
    color: #777;
}

.woocommerce nav.woocommerce-breadcrumb,
.woocommerce-cart nav.woocommerce-breadcrumb {
    margin: 1.25rem 0;
    display: block;
    font-size: 0.75rem;
    color: #777;
}

nav.woocommerce-breadcrumb a {
    color: #777;
}

.woocommerce-page #content .products.row {margin-top: 0;}

.woocommerce-page #sidebar {
    height: 100%;
    background: #fff;
    /* border: 1px solid #e4e4e4; */
    padding-right: 2rem;
}

#content .term-description {
    margin: 0 0 1.5rem 0;
    font-size: 0.95rem;
    color: #555;
}

#content .term-description p {
    margin: 0;
}

.order-pager {
    margin: 0;
    font-size: 0.95rem;
    background: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 1.5rem;
    border-bottom: 1px solid #e4e4e4;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
}

.woocommerce nav.woocommerce-pagination {
    float: right;
    margin-top: 0.45rem;
    height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #555;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 2rem 0 0;
    font-size: 0.93334rem;
}

.woocommerce .woocommerce-ordering select {
    color: #555;
    border-color: #ddd;
    vertical-align: middle;
    height: 32px;
    line-height: 33px;
    padding: 0 .5rem;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #b17173;
    color: #fff;
}

.woocommerce-page #sidebar h1 {
    text-align: center;
    font-size: 1.5rem;
    background: #f3f3f3;
    color: #555;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 1rem;
}

.woocommerce div#content {
}

.woocommerce-page #content .products #category-subcategories {
    margin-top: 0;
}

.woocommerce-page #content .products #products-wrapper {
}

.woocommerce-page #content .products #products-wrapper .col--3 {
    border: 1px solid #e4e4e4;
    border-left: none;
    border-top: none;
}

.woocommerce-page #content .products #products-wrapper > .col--3:nth-of-type(5),
.woocommerce-page #content .products #products-wrapper > .col--3:nth-of-type(9),
.woocommerce-page #content .products #products-wrapper > .col--3:nth-of-type(13),
.woocommerce-page #content .products #products-wrapper > .col--3:nth-of-type(17) {
    border-right: none;
}

.woocommerce-page #sidebar .term-description {
    padding: 0 1rem;
    font-size: 0.8rem;
    color: #555;
}

.woocommerce nav.woocommerce-breadcrumb + .row {
    margin-top: 1rem;
}

div#single-product-sidebar {
    background: #e4e4e4;
    border: 1px solid #d4d4d4;
    border-left: none;
    padding: 0.75rem;
    height: 412px;
    position: relative;
}

.product_meta > span {
    display: block;
    font-size: 0.933rem;
    margin-bottom: 1rem;
    color: #444;
}

.product_meta .net_meta span {
    display: inline-block;
    font-size: 0.933rem;
    /* color: #000; */
}

.product_meta .net_meta > span {
    width: 26%;
    margin-right: 5%;
    margin-bottom: 0.1rem;
}

.product_meta .net_meta > span > span {
    float: right;
    display: block;
    font-weight: bold;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 40%;
    position: relative;
    margin-bottom: 1.5rem;
    /* max-height: 400px; */
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 60%;
    padding: 0 0 0 3rem;
}

.woocommerce #content div.product.tablica-net-akt div.images {
    width: 20%;
    float: left;
}

.woocommerce #content div.product.tablica-net-akt div.summary,
.woocommerce #content div.product.tablica-net-akt div.net-tablica-data {
    width: 75%;
    float: right;
}

.woocommerce div.product h1.product_title {
    font-size: 1.35rem;
    color: #444;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.woocommerce div.product .summary h1.product_title {
    margin-bottom: 0.5rem;
}

.woocommerce div.product .summary .product_meta {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}

.woocommerce div.product .summary .product_meta .wcml-dropdown.product {
    margin: 1.5em 0;
    overflow: visible;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1rem;
}

.star-rating {
    color: #ffb300;
}

a.woocommerce-review-link {
    color: #333;
    font-size: 0.85rem;
}

.woocommerce div.product div.images img.attachment-shop_single {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.woocommerce div.product div.images div.thumbnails {
    display: none;
}

.woocommerce .single_add_to_cart_button {
    /* background: #9E484B !important; */
}

div#add-to-wrapper {
    /* background: #fff; */
    /* position: relative; */
}

div#add-to-wrapper p {
    margin: 0;
}

div#single-product-sidebar span.amount {
    /* display: block; */
    font-size: 2.2rem;
    /* font-weight: bold; */
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
}

div#single-product-sidebar span.amount:first-child {
    /* font-size: 1rem; */
    /* color: #444; */
    /* text-decoration: line-through; */
}

div#single-product-sidebar p.price {
    font-size: 0;
    padding: 1rem 0;
    background: #fff;
    text-align: center;
}

.home .star-rating {
    display: none;
}

.type-product .price {
}

table.variations {
    display: block;
    width: 100%;
    background: #fff;
}

table.variations td {
    /* display: block; */
    /* max-width: 90%; */
    /* text-align: center; */
    margin: auto;
}

form.cart .quantity {
    background: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.woocommerce .quantity .qty {
    width: 50px;
    height: 35px;
    outline: none;
    border: 1px solid #e8e8e8;
    margin-right: -5px;
    display: inline-block;
    text-align: center;
}

table.variations td select {
    width: 90%;
    margin: auto;
}

form.cart button.button {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 4px;
}

div#single-product-sidebar ins,
div#single-product-sidebar del {
    display: block;
    text-align: center;
}

div#single-product-sidebar ins {
    text-decoration: none;
}

div#single-product-sidebar del span.amount {
    font-size: 0.9rem;
}

div#share-box {
    margin-top: 3rem;
}

div#share-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

div#share-box ul li {
    /* float: left; */
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0;
    background: var(--color-primary);
    border-radius: 3px;
    position: relative;
}

div#share-box ul li.mobile-only {
    display: none;
}

@media screen and (max-width: 768px) {

    div#share-box {
        text-align: center;
    }
   
    div#share-box ul li.mobile-only {
        display: inline-block;
    } 

}

div#share-box ul li:hover {
    background: var(--color-secondary);
}

div#share-box ul li a {
    color: #fff;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}

div#share-box ul li a i {
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
    /* bottom: 0; */
    /* margin: auto; */
    /* display: block; */
    font-size: 1.1rem;
}

div#single-product-sidebar #share-box {
    background: #fff;
    padding: 0.5rem;
    border: 1px solid #d6d6d6;
}

div#shipping_text {
    height: 45px;
    line-height: 45px;
    background: #fff;
    padding: 0;
    text-align: center;
    margin-top: 0.4rem;
}

div#product-information {
    /* background: #fff; */
    /* border: 1px solid #e4e4e4; */
    /* border-top: none; */
    /* padding: 1.5rem; */
}

.woocommerce-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-tabs .panel {
    display: none;
}

.woocommerce-tabs ul li {
    /* height: 50px; */
    /* line-height: 50px; */
    /* border-bottom: 1px solid #ddd; */
    position: relative;
    margin-bottom: 5px;
}

.woocommerce-tabs ul li a {
    font-size: 1rem;
    color: #444;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    padding: 0 1.5rem;
    background: #eee;
    display: block;
    text-decoration: none;
}

div#related-products-sidebar {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
}

div#product-information .woocommerce-tabs ul li:after {content: "\f067";display: block;position: absolute;right: 0;top: 40%;font: normal normal normal 14px/1 FontAwesome;color: #777;}

div#product-information .woocommerce-tabs ul li.active:after {
    content: "\f068";
}

div#related-products-sidebar h2,
.panel h2,
.related.products h2 {
    text-align: center;
    padding-top: 1rem;
    font-size: 1.1rem;
    color: #555;
}

.panel h2,
.related.products h2  {
    text-align: left;
    margin-bottom: 1.5rem;
    border: none;
    padding-top: 0;
}

#product-information .related.products {
    margin-top: 1.5rem;
    background: #fff;
    border: 1px solid #e4e4e4;
    /* padding: 1.5rem; */
    border-top: none;
}

div#product-information .woocommerce-tabs {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 1.5rem;
}

div#product-information .row {
    margin-top: 0;
}

.single-product .related.products,
.single-product .upsells {
    margin: 4rem 0;
    border: 1px solid #00000012;
}

.single-product .upsells h2,
.single-product .related.products h2 {
    height: 43px;
    line-height: 43px;
    background-color: #9E484B;
    color: #fff;
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    /* text-transform: uppercase; */
    font-weight: 700;
    font-size: 1.2rem;
}

.single-product .upsells .products .type-product,
.single-product .related.products .products .type-product {
    float: left;
    width: 25%;
    padding: 0 1rem;
}

.archive .products .type-product .star-rating {
    display: none;
}

div#lang_sel {
    width: 100%;
}

#lang_sel li {
    width: 100%;
    height: 26px;
}

#lang_sel li a {
    padding: 0 0 0 0.5rem;
    height: 26px;
    line-height: 22px;
}

#lang_sel img.iclflag {
    top: -2px;
}

#lang_sel ul ul {
    width: 100%;
}

select.wcml_currency_switcher {
    height: 26px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #555;
}

div#language-selector {
    /* width: 100%; */
    padding-right: 0;
}

div#language-selector #lang_sel {
    float: right;
    width: 50px;
    /* border-right: 0; */
}

div#language-selector .wcml_currency_switcher {
    width: 107px;
    border-left: none;
    padding: 0 0 0 10px;
    float: right;
    margin: 0;
}

div#top-soc-icons a {
    display: inline-block;
    background: #666;
    color: #fff;
    width: 22px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
}

div#top-soc-icons {
    text-align: right;
}

form.cart p {
    margin: 0 0 0.2rem 0;
    background: #fff;
    padding: 0 1rem 1rem 1rem;
    font-size: 0.9rem;
    text-align: center;
}

form.cart button.button {
    margin-top: 0.5rem;
}

div#add-to-wrapper #share-box {
    position: absolute;
    bottom: 0.5rem;
    width: 89%;
}

.tax-product_cat .product-category .image-wrapper {
    height: 10rem;
}

.product-category .image-wrapper {
    height: 17rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product-category .image-wrapper .cat-desc-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease-in, transform .3s ease-out;
    -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-out;
    -moz-transition: opacity .3s ease-in, -moz-transform .3s ease-out;
    -o-transition: opacity .3s ease-in, -o-transform .3s ease-out;
    transform: translate3d(-360px,0,0);
    -webkit-transform: translate3d(-360px,0,0);
    -moz-transform: translate3d(-360px,0,0);
    -o-transform: translate3d(-360px,0,0)
}

.product-category .image-wrapper:hover .cat-desc-hover {
    opacity: 1;
    transform: translate3d(0,0,0);
}

#cart span.nr-items {
    position: absolute;
    background: orange;
    border-radius: 15px;
    display: inline-block;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 40%;
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

.woocommerce table.shop_table {
    background: #fff;
    border: none;
}

.cart_totals h2 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

h2#cart-title {
    padding: 1.5rem 0;
    line-height: 1.1;
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

h2#cart-title i {
    margin-right: 1rem;
    font-size: 2.1rem;
    color: #333;
}

tr.cart_item td a {
    color: #333;
}

.woocommerce-cart table.cart td {
    padding: 1rem;
    /* width: 25px; */
    color: #666;
}

.woocommerce-cart table.cart td.product-remove {
    width: 25px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #7d1015;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #90161b;
}

form.checkout.woocommerce-checkout .col-1,
form.checkout.woocommerce-checkout .col-2 {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.woocommerce form.checkout.woocommerce-checkout input,
.woocommerce form.checkout.woocommerce-checkout select,
.woocommerce form.checkout.woocommerce-checkout .select2 .select2-selection {
    border: 1px solid #ccc;
    height: 39px;
    line-height: 39px;
    border-radius: 2px;
    padding: 0 0.5rem;
}

.woocommerce form.checkout.woocommerce-checkout .select2 .select2-selection__rendered {
    line-height: 39px;
}


.woocommerce-checkout .woocommerce-info {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

input#coupon_code {
    height: 35px;
    line-height: 35px;
    padding: 0 0.5rem;
    border: 1px solid #bbb;
    border-radius: 2px;
}

ul.bxslider {
    padding: 0;
    margin: 0;
    list-style: none;
}

h2#page-title {
    margin: 1.5rem 0;
    font-size: 2rem;
    color: #444;
}

.woocommerce-account .woocommerce {
    margin-bottom: 5rem;
    padding: 0;
    background: #fff;
    border: 1px solid #e4e4e4;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    background: #f1f1f1;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 76%;
    padding: 1.5rem 2rem 1.5rem 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    height: 43px;
    line-height: 43px;
    display: block;
    padding: 0 1rem;
    color: #666;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fff;
    color: #333;
}

.woocommerce-account .woocommerce-MyAccount-content form input.input-text,
.woocommerce form.login input.input-text {
    line-height: 45px;
    border-radius: 0;
    outline: none;
    height: 45px;
    display: block;
    padding: 0 12px;
    color: #7b8a97;
    border: 1px solid #E0E0E0;
    border-top: 1px solid #d1d9dd;
    border-bottom: 1px solid #D6D6D6;
    background: transparent;
    -webkit-box-shadow: inset 0 3px 3px -1px #ced6db;
    -moz-box-shadow: inset 0 3px 3px -1px #ced6db;
    -o-box-shadow: inset 0 3px 3px -1px #ced6db;
    -ms-box-shadow: inset 0 3px 3px -1px #ced6db;
    box-shadow: inset 0 3px 3px -1px #ced6db;
}

.woocommerce-account .woocommerce-MyAccount-content form input.input-text:focus {
    box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row .select2-container {
    height: 45px;
    line-height: 45px;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row .select2-container a {
    border: 1px solid #E0E0E0;
}


.woocommerce-account .woocommerce-MyAccount-content form .form-row label,
.woocommerce form.login label {
    font-size:0.9rem;
    font-weight: 600;
    color: #777;
}

.woocommerce form.login {
    border: none;
}

.woocommerce .shop_table thead {
    background-color: transparent;
    color: #666;
}

header#main {
    background: #fff;
}

div#entry-utility {
    margin: 0.7rem 0 0.3rem 0;
    font-size: 0.8rem;
    color: #888;
}

div#entry-utility a {
    color: #888;
}

article.blog-entry a.read-more {
    background: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #f99d1c;
    font-size: 0.9rem;
    margin-top: 20px;
}

article.blog-entry a.read-more:after {
    display: none;
    content: "";
}

article.blog-entry h3 {
    font-size: 2rem;
    color: #333;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

article.blog-entry h3 a {
    color: #333;
}

article.blog-entry .excerpt p {
    margin: 0;
}

article.blog-entry .excerpt {
    font-size: 0.91rem;
    color: #555;
}

div#content-wrapper.single-post > .row {
    margin-top: 0;
    margin-bottom: 0;
}

div#content-wrapper.single-post {
    padding: 2rem;
}

.single-post h2#page-title,
.single-post #entry-utility {
    text-align: center;
}

.single-post h2#page-title {
    margin: 0 0 3rem 0;
}

input.sow-text-field {
    border: 1px solid #bbb;
    height: 35px;
    line-height: 35px;
}

.sow-form-field textarea {
    border: 1px solid #bbb;
}

input.sow-submit {
    outline: none;
    border: 1px solid #ccc;
    background: #7d1015;
    color: #fff;
    padding: 8px 25px;
    border-radius: 2px;
    font-weight: bold;
    cursor: pointer;
}

div#variable-products {
    padding: 1rem 0;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    width: 100%;
    /* height: 200px; */
    position: relative;
}

div#variable-products ul {
    padding: 0;
    margin: 0;
}

div#variable-products ul li {
    list-style: none;
    float: left;
    height: 166px;
    overflow: hidden;
}

div#variable-products ul li img {
    margin: auto;
    width: auto;
    height: 100%;
    display: block;
    max-height: 100%;
}

div#variable-products .prev, div#variable-products .next {
    position: absolute;
    top: 26%;
    color: #f99d1c;
    font-size: 4rem;
    z-index: 99;
    display: none;
    cursor: pointer;
}

div#variable-products .prev {
    left: 10px;
}

div#variable-products .next {
    right: 10px;
}

div#variable-products:hover .prev,
div#variable-products:hover .next {
    display: block;
}

body.home {
    background: #f7f7f7;
}

/*body.home header#main {
    position: absolute;
    z-index: 3;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    border-bottom-right-radius: 35px;
}

body.home header#main > .container > .row {
    margin: 0.8rem 0;
}

body.home header#main .logo img {
    height: 45px;
}*/

body.home #top-links,
body.home #top-soc-icons,
body.home #language-selector,
body.home #currency-switcher {
   /*  margin: 0;
    line-height: 44px;
    display: inline-block; */
}

body.home #language-selector,
body.home #currency-switcher {
    /*margin-top: 11px;*/
}

/*body.home header#main nav#main {
    background: rgba(125, 16, 21, 0.48) !important;
    border-bottom-right-radius: 35px;
}*/

.home .product-category {
    margin-bottom: 1.5rem;
    /* border: 5px solid #fff; */
    /* border-bottom-left-radius: 25px; */
    position: relative;
}


div#fp-info > .row {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

div#fp-info > .row:first-child {
    margin-top: 4rem;
}

div#fp-info h2 {
    color: #9E484B;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 1rem;
}

div#fp-info h3 {
    color: #9E484B;
    font-size: 31px;
    font-weight: normal;
    line-height: 1.1;
}

div#fp-info p {
    color: #54657E;
    font-weight: 100;
    line-height: 1.8;
    font-size: 17px;
}

div#fp-info .button {
    background: #9E484B;
    border-radius: 5px;
    font-weight: 400;
    padding: 15px 40px;
    text-transform: uppercase;
}

div#fp-info .button:hover {
    background: #b3595c;
}

#slider .bx-wrapper .bx-controls-direction a {
    top: 35% !important;
    opacity: 0;
    background: transparent;
    color: #fff;
}

#slider .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}

.slide-text {
    position: absolute;
    z-index: 3;
    top: 30%;
    background: rgba(125, 16, 21, 0.7);
    left: 0;
    color: #fff;
    padding: 20px 30px 20px 15px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    text-transform: uppercase;
}

.slide-text .smaller {
    font-weight: 100;
    font-size: 1.1rem;
}

.slide-text .bigger,
.slide-text .smaller2 {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: bold;
}

.slide-text .smaller2 {
    font-weight: 100;
}

.slide-text .bigger + .smaller {
    font-size: 2rem;
}

.ls-thumbnail-wrapper {
    background: #9E484B;
    height: 50px;
    overflow: hidden;
}

#slider .ls-fullwidth  .ls-thumbnail {
    top: 0;
    margin: 0;
}

#slider .ls-thumbnail-slide a img {
    /* display: none !important; */
    height: 12px !important;
    width: 12px !important;
    background: rgba(255, 255, 255, 1) !important;
    border-radius: 10px;
    content:url("assets/img/slider-thumb.png");
}

#slider .ls-thumbnail-slide a {
    margin-left: 5px  !important;
    height: 24px !important;
    width: 12px !important;
}

#slider .ls-fullwidth .ls-thumbnail-inner {
    background: none;
    padding: 0 0 0 25px;
}

#slider .ls-thumbnail-slide {
    height: auto !important;
    position: relative;
    top: 10px;
}

.page-template-page-login h2#page-title,
.page-template-page-reg h2#page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
}

#login,
#reg {
    width: 320px;
    margin: auto;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 10px 25px;
    margin-bottom: 2rem;
}

#reg {
    width: 400px;
}

form#loginform p,
form#registration .form-group {
    text-align: left;
    margin-bottom: 1.5rem;
}

form#registration .form-group {
    text-align: left;
    margin-bottom: 1rem;
}

form#loginform label,
form#registration label {
    display: block;
    font-size: .9rem;
    color: #929292;
    margin-bottom: 5px;
}

form#loginform input,
form#registration input {
    border: 1px solid #bdbdbd;
    background: #fbfbfb;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
}

form#loginform input:focus,
form#registration input:focus {
    border-color: #7d1015;
    outline: none;
    box-shadow: none;
}

form#registration span {
    font-size: 13px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    vertical-align: top;
}

form#registration input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
}

form#loginform input[type="text"],
form#loginform input[type="password"],
form#registration input[type="text"],
form#registration input[type="email"],
form#registration input[type="password"] {
    padding: 0 15px;
    width: 100%;

}

form#loginform input#rememberme {
    height: auto;
    line-height: auto;
    padding: initial;
}

form#loginform p.login-remember label {
    display: inline-block;
}

form#loginform input[type="submit"],
form#registration input[type="submit"],
form#registration .btn {
    background: #b67678;
    border: 1px solid #b56a6c;
    color: #fff;
    text-transform: uppercase;
    padding: 0 2rem;
    font-weight: 600;
}

form#registration .btn {
    padding: 1rem 2rem;
}

form#registration .btn:disabled {
    opacity: .5;
}

form#loginform input[type="submit"]:hover,
form#registration input[type="submit"]:hover,
form#registration .btn:hover {
    background: #d29c9e;
}

div#fp-info > .row:nth-child(2) {
    text-align: right;
}

div#fp-info > .row:nth-child(1) .col--4 {
    text-align: right;
}

div#fp-info > .row:nth-child(2) .col--4 {
    text-align: left;
}

div#variable-products ul li .product-image {
    height: 166px;
}

a.login-menu {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 5px 15px;
    margin-top: 9px;
}

.woocommerce table.shop_attributes th {
    text-align: right;
}

.woocommerce table.shop_attributes td {
    padding-left: 10px;
    width: 69%;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    line-height: 1.2;
}

body.page-id-2138 .panel-grid {
    line-height: 1.1;
}

.so-widget-sow-contact-form .sow-form-field {
    margin-bottom: 2em;
}

.so-widget-sow-contact-form .sow-form-field input.sow-text-field {
    height: 40px;
    line-height: 40px;
}

#pgc-2138-5-0 table tr:nth-child(even) {
    background-color: #7d1015;
    color: #fff;
}

table.shop_attributes tr {
    /*display: inline-block;
    width: 47%;*/
    border-bottom: none;
    border-top: none;
}

table.shop_attributes tr.stripe {
    /*background: #f7f7f7;*/
    margin-left: 4%;
}

.woocommerce table.shop_attributes th {
    width: 30%;
    text-align: left;
    line-height: 1.1;
    font-size: .9334rem;
    background: #fff !important;
    font-weight: normal;
    border: none;
    padding: 5px 5px;
}

.woocommerce table.shop_attributes td {
    text-align: left;
    width: 64%;
    line-height: 1.1;
    font-size: .9334rem;
    background: #fff !important;
    font-weight: bold;
    border: none;
}

.sku_wrapper {
}

.sku_wrapper,
.posted_in,
.tagged_as {
    margin-bottom: .5rem;
    line-height: 1.2;
}

.sku_wrapper span.left,
.posted_in span.left,
.tagged_as span.left {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.sku_wrapper span.left + span,
.posted_in span.left + span,
.tagged_as span.left + span {
    width: 60%;
    display: inline-block;
}

div#net-add-to-cart {
    position: relative;
    margin-bottom: 2rem;
}

#net-add-to-cart .net-price {
    /* float: left; */
    width: 25%;
    font-size: 2rem;
    margin: 0 2rem 0 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

#net-add-to-cart label {
    font-size: .9rem;
    font-weight: bold;
    /* text-transform: uppercase; */
    display: block;
    text-align: left;
    margin-bottom: 1rem;
    line-height: 1;
}

.woocommerce div.product p.price,
#net-add-to-cart p.price {
    padding: 0;
    text-align: left;
    line-height: 1;
}

.woocommerce div.product p.price {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}


.woocommerce div.product p.price span,
#net-add-to-cart p.price span {
    font-size: 2.5rem;
    color: #444;
    padding: 0;
}

.woocommerce div.product p.price span.woocommerce-Price-currencySymbol,
#net-add-to-cart p.price span.woocommerce-Price-currencySymbol {
    font-size: inherit;
}

.woocommerce-Price-amount.amount.amount-eur {
    margin-left: 5px;
}

.woocommerce div.product p.price span.amount-eur small,
#net-add-to-cart p.price span.amount-eur small {
    font-size: .67em;
    margin-left: 1rem;
}

#net-add-to-cart form {
    /* float: right; */
    /* width: 74%; */
    /* padding: 0rem 0 0 2rem; */
    margin: 0;
    display: block;
    text-align: left;
    /* text-align: right; */
}

#net-add-to-cart .woocommerce-variation.single_variation {
    display: none !important;
}

#net-add-to-cart form .variations {
    display: table;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

#net-add-to-cart form .variations .row {
    margin: 1.5rem 0;
}

#net-add-to-cart form .variations td.label {
    margin: 0;
    width: 15%;
}

#net-add-to-cart form .variations td.value {
    margin: 0;
    width: 65%;
}

#net-add-to-cart form .variations .label {
    width: 15%;
    min-width: 65px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

#net-add-to-cart form .variations .vars-images {
    display: inline-block;
    width: 84%;
    vertical-align: top;
    margin-top: -5px;
}

#net-add-to-cart form .variations ul.woo-variations-images {
    list-style: none;
    width: 100%;
    margin: 0;
    padding-left: 0;
}

#net-add-to-cart form .variations ul.woo-variations-images li {
    display: inline-block;
    width: 16%;
    cursor: pointer;
    /* padding: 1px; */
    margin-right: -4px;
    position: relative;
    border: 2px solid transparent;
}

#net-add-to-cart form .variations ul.woo-variations-images li.active {
    border: 2px solid #b57b7d;
}

#net-add-to-cart form .variations ul.woo-variations-images li span {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    width: 100%;
    text-align: center;
    display: block;
    z-index: 23;
    color: #777;
    font-weight: 400;
    margin-top: 3px;
    font-size: .86667rem;
    /* text-shadow: 1px 1px 3px #888; */
}

#net-add-to-cart form .woocommerce-variation-add-to-cart {
    display: inline;
}

#net-add-to-cart form .variations select {
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    padding: 0 .5rem;
    outline: none;
    display: none;
}

.woocommerce form .quantity,
#net-add-to-cart form button {
    display: inline-block;
    max-width: 33%;
    float: none;
    vertical-align: top;
}

.woocommerce table.cart .quantity {
    width: auto;
    max-width: initial;
}

.woocommerce #content .product form .quantity {
    margin: 0.3rem 1.5rem 0 0;
    padding: 0;
    text-align: left;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
    text-decoration: none;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #e8e8e8;
    width: 33px;
    height: 35px;
    line-height: 34px;
    vertical-align: top;
    background: none;
    padding: 0;
    outline: none;
}

.woocommerce .quantity .plus {margin-right: 0.5rem;}

.woocommerce .quantity .minus {margin-right: -5px;}

/* Chrome, Safari, Edge, Opera */
#net-add-to-cart form .quantity input::-webkit-outer-spin-button,
#net-add-to-cart form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#net-add-to-cart form .quantity input[type=number] {
  -moz-appearance:textfield;
}

#net-add-to-cart form button:not(.minus):not(.plus) {
    margin: 0;
    background-color: #9E484B;
    height: 45px;
    line-height: 44px;
    padding: 0 1.5rem;
    border-radius: 0;
    vertical-align: top;
}

.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 4px;
}

.woocommerce-product-gallery .flex-control-nav {
    margin-left: -2px !important;
    margin-right: -2px !important;
}

.woocommerce-product-gallery .flex-control-nav li {
    padding: 0 2px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin: 2rem 0 4rem 0;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background: #fff;
    margin: 0 -1px 0 -1px;
    border-color: #e8e8e8;
    border-radius: 0;
    padding: 0px 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e8e8e8;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    /* background-color: #fff; */
    border: none;
    border-radius: 0;
    width: 17%;
    text-align: center;
    background: #f7f7f7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid #e8e8e8;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    box-shadow: none;
    border-color: #e8e8e8;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    display: block;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 1rem 2rem 1.5rem 2rem;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs .panel .show-more {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: #fff;
    font-size: .9334rem;
    left: 35px;
}

.table-variations th,
.table-variations td {
    padding: 0.5rem;
    text-align: center;
    border-left: 1px solid rgba(34, 36, 38, 0.07);
    border-bottom: 1px solid rgba(34,36,38,.07);
    font-size: 0.93334rem;
}

td.t-boja {
    max-width: 190px;
}

.table-variations th {
    font-size: .86667rem;
    background: #f9fafb;
    padding: 0.5rem;
    border-top: 1px solid rgba(34,36,38,.1);
}

.table-variations th:first-child {
    border-left: none;
}

.table-variations td.t-img {
    border-left: none;
}

.table-variations tr:nth-child(2n), .table-variations>tr:nth-child(2n) {
    background-color: rgba(0,0,50,.02);
}

.woocommerce .table-variations td .single_add_to_cart_button {
    background-color: #9E484B;
    font-size: 1.1rem;
    width: auto;
    margin: 0;
    padding: 10px 13px;
    margin-top: 3px;
}


.woocommerce .table-variations td .quantity .minus,
.woocommerce .table-variations td .quantity .plus {
    display: none;
}

.woocommerce .table-variations td form.cart {
    margin: 0;
}

.woocommerce .table-variations td .single_add_to_cart_button:hover {
    background-color: #f99d1e;
}

.woocommerce div.product .table-variations td .out-of-stock {
    color: rgb(255, 148, 148);
    font-size: 0.86667rem;
    font-style: italic;
}

.table-variations span.amount {
    /* display: block; */
    /* width: calc(100%/8); */
    /* float: left; */
    color: #444;
    font-size: 1rem;
    font-weight: normal;
    padding-right: 5px;
}
.table-variations span.amount-eur {
    padding-left: 0;
    padding-right: 10px;
}


table.table-variations {
    margin-top: 2rem;
    border: 1px solid rgba(34,36,38,.1);
    width: 100%;
}

table.table-variations.tablica-led button.single_add_to_cart_button {
    line-height: 1.3;
    margin: 0;
    /* padding: .75rem .5rem; */
}

table.woocommerce-product-attributes.shop_attributes {
    border: none;
    margin: 0;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

.widget-container ul.children {
    padding-left: 1rem;
    margin: 6px 0 10px 0;
}

.woocommerce.widget_product_categories {
    background: transparent;
    /* padding: 1rem; */
}

h3.widget-title {
    color: #444;
    font-size: 1.13334rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    h3.widget-title:after {
        content: "\f107";
        font-family: FontAwesome !important;
        margin-left: .5rem;
    }
    h3.widget-title.active:after {
        content: "\f106";
    }
}

body.archive.tax-product_cat .products .woo-cat {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    /*max-height: 400px;*/
}

.woocommerce div.product div.images img {
    max-height: 500px;
    /* object-fit: cover; */
    width: auto;
    margin: auto;
}

#filters {
    margin-bottom: 2rem;
    /* background-color: #f7f7f7; */
}

#filters h4 {
    cursor: pointer;
    font-size: 1.13334rem;
    color: #333;
    text-transform: uppercase;
}

#filters h4.active i:before {
    content: "\f106";
}

#filters .inside {
    padding: 0;
}

#filters label {
    display: block;
    font-size: 0.8667rem;
    text-transform: uppercase;
    color: #303030;
    font-weight: bold;
    margin-bottom: 4px;
}

#filters input,
#filters select {
    width: 85%;
    height: 39px;
    line-height: 39px;
    padding: 0 1rem;
    border: 1px solid #e3e3e3;
    background-color: #f9f9f9;
    border-radius: 2px;
}

#filters .select2-container {
    width: 85% !important;
}

#filters .select2-container--default .select2-selection--single {
    height: 39px;
    line-height: 39px;
    padding: 0 1rem;
    border: 1px solid #e3e3e3;
    background-color: #f9f9f9;
    border-radius: 2px;
}

#filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 39px;
    line-height: 39px;
}

#filters .row div.half-spacer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    text-align: center;
    max-width: 85%;
}

#filters .half {
    width: 50%;
    float: left;
    border: none;
    text-align: center;
}

#filters .button {
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    padding: 0 3rem;
    width: 85%;
    background: #9e484b;
    color: #fff;
    margin-top: 0.8rem;
}

span.badge.on_sale {
    position: absolute;
    right: 0;
    z-index: 11;
    color: #fff;
    background: #1faf83;
    height: 30px;
    line-height: 30px;
    padding: 0 0.8rem;
    font-size: 14px;
    font-weight: bold;
}

.single-product .badge.on_sale {
    right: initial;
    left: 35.5%;
}

span.badge.new {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    color: #fff;
}

span.badge.new .text {
    position: absolute;
    z-index: 2;
    text-transform: uppercase;
    font-weight: bold;
    transform: rotate(-45deg);
    font-size: 13px;
    top: 11px;
    left: 4px;
}

span.badge.new:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 60px solid #9E484B;
    border-bottom: 60px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 3rem;
}

.alg-wc-wl-thumb-btn-single {
    top: 4.5rem !important;
}

.widget-title p.return {
    font-size: 14px;
    font-weight: normal;
    padding-left: 8px;
    margin: 0;
    margin-top: 1rem;
}

.widget-title p.return i {
    margin-right: 5px;
}

form.cart .quantity p.min-po-kartonu {
    text-align: left;
    padding: 0;
    margin-top: 1rem;
    display: block;
    font-size: .8667rem;
    color: #888;
    position:;
}

table.table-variations form.cart .quantity p.min-po-kartonu {
    /* display: none; */
}


.woocommerce-checkout-review-order-table {
    margin-bottom: 1rem
}

.woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th {
    padding: 10px 0
}

.woocommerce-checkout-review-order-table thead {
    border-bottom: 1px solid #f2f1ef
}

.woocommerce-checkout-review-order-table thead th {
    font-size: 14px;
    text-align: left
}

.woocommerce-checkout-review-order-table>tbody>tr:not(.cart_item) {
    display: none
}

.woocommerce-checkout-review-order-table>tbody td {
    padding: 8px 0
}

.woocommerce-checkout-review-order-table>tbody td.product-name {
    font-size: .93334rem;
    color: #333;
}

.woocommerce-checkout-review-order-table>tbody td.product-total {
    font-size: 16px
}

.woocommerce-checkout-review-order-table tfoot {
    color: #141414
}

.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
    vertical-align: middle;
}

.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
    border-top: 1px solid #f2f1ef;
    border-bottom: 1px solid #f2f1ef
}

.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
    font-size: 14px
}

.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    font-weight: 700;
    font-size: 16px
}

.woocommerce-checkout-review-order-table tfoot tr:nth-child(2):not(.order-total) {
    /* display: block; */
    /* padding-top: 20px; */
}

.woocommerce-checkout-review-order-table tfoot tr:nth-child(2):not(.order-total)>td,.woocommerce-checkout-review-order-table tfoot tr:nth-child(2):not(.order-total)>th {
    /* display: block */
}

.woocommerce-checkout-review-order-table tfoot th {
    vertical-align: top;
    text-align: left
}

.woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
    color: #000
}

.woocommerce-checkout-review-order-table .product-total,.woocommerce-checkout-review-order-table tfoot td:last-child {
    text-align: right;
}

.woocommerce-checkout-review-order-table .variation {
    display: none
}

.wc-bacs-bank-details-heading,.woocommerce-customer-details h2,.woocommerce-order-details__title {
    position: relative;
    padding-bottom: 5px
}

.wc-bacs-bank-details-heading::after,.woocommerce-customer-details h2::after,.woocommerce-order-details__title::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #f2f1ef
}

.woocommerce-bacs-bank-details .bacs_details {
    list-style: none;
    padding: 0
}

.wc-bacs-bank-details-heading {
    margin-bottom: 1.2rem
}

.wc-bacs-bank-details-account-name {
    font-size: 1.1rem
}

.woocommerce-checkout-payment .form-row {
    margin-left: 0;
    margin-right: 0
}

.wc_payment_methods {
    list-style: none;
    padding-left: 0
}

.wc_payment_methods li:not(.woocommerce-notice) {
    position: relative;
    /* background-color: #e7e5e1; */
    margin-bottom: 1px;
}

.wc_payment_methods li:not(.woocommerce-notice) .payment_box {
    will-change: height;
    width: 100%;
    padding: 1.3rem 1.6rem;
    background-color: #f2f1ef;
    font-size: 16px
}

.wc_payment_methods li:not(.woocommerce-notice) .input-radio {
    position: absolute;
    top: 13px;
    left: 6px;
    width: auto;
    margin: 0
}

.wc_payment_methods li:not(.woocommerce-notice) label {
    color: #333;
    font-weight: bold;
    font-size: 1rem;
}

.wc_payment_methods li:not(.woocommerce-notice) label img {
    float: right;
    max-width: 120px;
    margin-top: 2px;
    margin-right: 20px
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce .product-remove a.remove {
    opacity: 0;
    color: #9e484b !important;
}

.woocommerce .product-remove a.remove:hover {
    background: transparent;
}

.woocommerce .shop_table tr.cart_item:hover a.remove {
    opacity: 1;
}

.woocommerce .shop_table th {
    text-transform: uppercase;
    font-size: 0.8667rem;
    color: #333;
}

.woocommerce .cart td.product-subtotal {
    font-weight: bold;
    color: #333;
}

.woocommerce .cart input.button {
    background: #9e484b;
    color: #fff;
    font-size: .9334rem;
    height: 35px;
    line-height: 35px;
    padding: 0 1rem;
}

.cart_totals td {
    text-align: right;
}

.cart_totals tr.order-total td {
    font-size: 2rem;
    color: #9e484b;
}

.cart_totals tr.order-total td span.amount-eur small {
    font-size: .67em;
    color: inherit;
}

.woocommerce .cart_totals tr.order-total th {
    display: table-cell;
    vertical-align: middle;
}

form.checkout.woocommerce-checkout {
    margin-top: 2rem;
}

.woocommerce .checkout h3 {
    color: #333;
    font-size: 1.3rem;
}

.woocommerce .checkout .form-row label {
    font-size: .9333rem;
    color: #333;
}

.woocommerce .checkout .form-row {
    margin: 0 0 0.8rem;
}

.woocommerce form.checkout input[type="checkbox"] {
    display: inline-block;
    height: 13px;
    line-height: 13px;
    margin-right: 0.4rem;
}

input[type='radio'] {
  display: none;
}

input[type='radio'] + label {
  margin-left: 30px;
}

input[type='radio'] + label::after {
  content: '';
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #9e484b;
  top: 11px;
  left: 5px;
  border-radius: 50%;
  transform: scale(0);
}

input[type='radio']:checked + label::after {
  opacity: 1;
  background: #9e484b;
  transform: scale(1);
  /* border-color: #9e484b; */
}

input[type='radio'] + label::before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5.8px;
  left: 0;
  border: 2px solid #9e484b;
  border-radius: 50%;
}

input[type='radio']:checked + label::before {
    border-color: #9e484b;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #f5f5f5;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #f5f5f5;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0;
    font-size: 1.1rem;
    background: #9e484b;
}

.woocommerce .checkout tr.order-total td {
    font-size: 1.8rem;
    color: #9e484b;
}

.woocommerce .checkout tr.order-total td span {
    color: #9e484b;
}

.woocommerce .checkout tr.order-total td span.amount-eur small {
    font-size: .67em;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: 1px solid #efefef;
    /* background: #f5f5f5; */
}

/**
 eur iskazivanje
*/
p.tecaj {
    text-align: right;
    font-size: 0.9375rem;
}

#order_review .tecaj {
    margin-top: 0;
    margin-bottom: 2rem;
}

#order_review .shop_table {
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    margin-bottom: 0;
}

.woocommerce-cart .tecaj {
    margin: 0 0 2rem 0;
}

.single-product .tecaj {
    text-align: left;
    margin-bottom: 0;
}

/** end dvojno iskazivanje */

.product-categories .current-cat-parent > a {
    font-weight: bold;
}

.product-categories li .count {
    float: right;
    color: #aaa;
    font-size: .86667rem;
}

td.t-add-to-cart {
    width: 135px;
    text-align: center;
}

.woocommerce .product td.t-add-to-cart .quantity {
    background: transparent;
}

td.t-cijena {
    /* display: none; */
}

.woocommerce ul#shipping_method li {
    position: relative;
}

.woocommerce ul#shipping_method li input[type='radio'] + label::before {

top: 2px;
}

.woocommerce ul#shipping_method li input[type='radio']:checked + label::before {

top: 2px;
}

.woocommerce ul#shipping_method li input[type='radio'] + label::after {

}

.woocommerce ul#shipping_method li input[type='radio']:checked + label::after {   
top: 7px;
}

.elementor-widget-wrap > .elementor-widget-wc-categories .products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.woocommerce #customer_login .u-column2 {
    display: none;
}

.woocommerce #customer_login .u-column1 {
    float: none;
    width: 50%;
    padding: 3rem 0 0;
    margin: 0 auto;
}

.woocommerce #customer_login .u-column1 form {
    padding: 0;
}

.woocommerce #customer_login .u-column1 h2 {
    font-weight: 500;
}

#popup-mirisi {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.46);
}

#popup-mirisi .popup-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    width: 828px;
    height: 315px;
    margin: auto;
}

#popup-mirisi .popup-inner .close-popup {
    position: absolute;
    height: 24px;
    width: 24px;
    line-height: 24px;
    top: -12px;
    right: -12px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}

.woocommerce ul#shipping_method li small {
    display: inline-block;
    /* width: 65%; */
    font-size: 13px;
}

.field-wrapper {
    position: relative;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2rem;
}

.eye-icon:before {
    content: "\f070";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.eye-icon.show-password:before {
    content: "\f06e";
}

.product span.out_of_stock {
    display: block;
    width: 100%;
    background: #ff8e3a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 3px;
    z-index: 999;
}