body {
    color: #2A2C33;
    font-family: "Kanit", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    overflow-x: hidden;
}

html.wide {
    overflow-x: hidden;
}

.container {
    max-width: 1300px;
}

*:focus,
button:focus,
input:focus {
    outline: none !important;
    box-shadow: none;
    border-color: #999;
}

/*stranica usluge*/
.image-box {
    position: relative;
}

.content-service-box .image-box img {
    border-radius: 8px;
}

.content-title-service {
    position: absolute;
    bottom: -12px;
    border-radius: 0px 0px 8px 8px;
    background: #E30613;
    color: #FFF;
    font-family: Kanit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 100%;
    padding: 10px 20px;
}

.description-serices {
    margin-top: 21px;
    color: #2A2C33;
    font-family: Kanit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

/*accordion*/
.iw-so-acc-item a.iw-so-acc-title {
    border-radius: 8px;
    background: #E30613;
    width: 100%;
    display: block;
    margin-top: 43px;
    color: #FFF;
    font-family: Kanit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 19px 13px;
    position: relative;
}

.iw-so-acc-item.iw-so-acc-item-active a.iw-so-acc-title {
    border-radius: 8px;
    background: #fff;
    color: #E30613;
    width: 100%;
    display: block;
    margin-top: 43px;
    font-family: Kanit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 19px 13px;
    position: relative;
}

.iw-so-acc-item.iw-so-acc-item-active a.iw-so-acc-title .iw-so-tgl-close {
    display: none;
    ;
}

.iw-so-acc-item.iw-so-acc-item-active a.iw-so-acc-title .iw-so-tgl-close {
    position: absolute;
    display: block;
    display: flex;
    right: 18px;
    top: 47%;
    color: #fff;
    border-color: #fff;
}

span.iw-so-tgl-open {
    position: absolute;
    display: flex;
    right: 18px;
    top: 35%;
    color: #fff;
    border-color: #fff;
}

span.iw-so-tgl-open::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff;
    -moz-transform: rotate(134deg);
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
}

span.iw-so-tgl-close::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #E30613 !important;
    border-right: 2px solid #E30613;
    -moz-transform: rotate(316deg);
    -webkit-transform: rotate(316deg);
    transform: rotate(316deg);
}

.iw-so-acc-content {
    padding: 20px;
}

/*single*/
strong {
    font-weight: 500;
}

h1,
.h1 {
    color: #2A2C33;
    font-family: "Kanit", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

h2,
.h2 {
    font-family: "Kanit", sans-serif;
    color: #2A2C33;
    font-size: 48px;
    line-height: 120%;
    font-weight: 600;
    line-height: 120%;
    /* 43.2px */
}

h3,
.h3 {
    font-family: "Kanit", sans-serif;
    color: #2A2C33;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

}

.single-post h2 {
    font-family: "Kanit", sans-serif;
    color: #E30613;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.48px;
}

h4,
h5,
h6 {
    color: #2A2C33;
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

p,
ul,
ol {
    font-family: "Kanit", sans-serif;
    color: #2A2C33;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

blockquote {
    padding: 30px;
    font-style: italic;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.red-box-image {
    background-image: url('../img/top-image.png') !important;
    background-size: contain !important;
    background-color: #E30613;
    padding: 100px 0 50px;
    background-repeat: repeat-x;
}

.home .red-box-image {
    background-image: none !important;
    padding: 50px 0;
}

.red-box-image p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

a.button-white {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 21px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

a.button-white:hover {
    background: #fff;
    color: #E30613;
    text-decoration: none;
}

.silver {
    background-color: #2A2C33;
}

.silver p,
.silver-light p,
.silver ul,
.silver-light ul {
    color: #fff;
}

.silver-light {
    background-color: #6A6B70;
}

/*oblasti*/
.oblast img {
    max-width: 95px;
    display: block;
    margin: 0 auto;
}

.oblast h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
}

/* .my-category-product:hover .button.single_add_to_cart_button:before,
.my-category-product:hover .button.add_to_cart_button.ajax_add_to_cart:before {
    content: "\e93a";
    font-family: 'icomoon';
    display: inline;
    color: #fff;
    font-size: 29px;
    display: block;
} */
.my-category-product span.price,
.my-category-product .button.product_type_simple {
    display: none;
}

/*dugmici na slicnim proizvodima*/
.my-category-product button.single_add_to_cart_button.button.alt,
.my-category-product .button.add_to_cart_button.ajax_add_to_cart {
    display: none;
}

.my-category-product.related span.price {
    display: block;

}

.my-category-product.related a.button.product_type_variable.add_to_cart_button.cfvsw_ajax_add_to_cart,
.my-category-product.related .button.add_to_cart_button.ajax_add_to_cart,
.my-category-product.related .button.product_type_simple {
    display: block;
    border-radius: 3px;
    border: 1px solid #000;
    background: #2A2C33;
    float: left;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.my-category-product.related a.button.product_type_variable.add_to_cart_button.cfvsw_ajax_add_to_cart:hover,
.my-category-product.related .button.add_to_cart_button.ajax_add_to_cart:hover,
.my-category-product.related .button.product_type_simple:hover {
    display: block;
    border-radius: 3px;
    border: 1px solid #000;
    background: #fff;
    color: #2A2C33;
    float: left;
    text-align: left;
}

section.up-sells.upsells.products {
    display: block;
    width: 100%;
    clear: both;
}

/*related product*/
.column-related {
    margin-right: 20px;
    width: calc(20% - 20px);
}

section.up-sells.upsells.products h2 {
    color: #E30613;
    font-family: Kanit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

section.up-sells.upsells.products h2.woocommerce-loop-product__title {
    float: left;
    color: #2A2C33;
    font-family: Kanit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    max-width: 50%;
}

section.up-sells.upsells.products .price {
    float: right;
    color: #2A2C33;
    font-family: Kanit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 50%;
}

/* .my-category-product:hover .button.single_add_to_cart_button:before,
.my-category-product:hover .button.add_to_cart_button.ajax_add_to_cart:before {
    content: "\e93a";
    font-family: 'icomoon';
    display: inline;
    color: #fff;
    font-size: 29px;
    display: block;
} */
.button a,
.so-widget-ink-two-box a,
.my-button {
    font-family: "Kanit", sans-serif;
    background: #e30613;
    border: 1px solid #e30613;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.3px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
}

.description-shop-page {
    font-size: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 150%;
}

.description-shop-page p {
    font-size: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 150%;
    font-style: italic !important;
}

.tax-product_cat .description-shop-page.trgovina {
    display: none;
}

/*gallery wocommerce*/
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: left;
    margin: 0;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.flex-viewport {
    width: 80%;
    float: right;
}

body .qib-button-wrapper {
    float: left;
}

.woocommerce.archive .header-filter,
.page-id-1321 .header-filter, .page-id-46 .header-filter {
    background-image: url('../img/proizvodi-cover-5.jpg') !important;
    background-size: cover !important;
}

.woocommerce.archive .header-filter .hero-text {
    position: absolute;
    top: 79%;
    left: 17%;
    transform: translate(0, 0);
    max-width: 500px;
    width: 100%;
    text-align: left;
}

.woocommerce.archive .header-filter .hero-text h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tax-product_cat .header-filter {
    display: none;
}

.woocommerce-shop .category-title-arhive {
    display: none;
}

.button a:hover,
.so-widget-ink-two-box a:hover,
a.iw-so-button:hover,
.my-button:hover {
    background: #fff;
    color: #2A2C33;
    border: 1px solid #2A2C33;
    text-decoration: none;
}

a.iw-so-button {
    font-family: "Kanit", sans-serif;
    background: #2A2C33;
    border: 1px solid #2A2C33;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

a.iw-so-button:hover {
    background: #fff;
    color: #2A2C33;
    border: 1px solid #2A2C33;
    text-decoration: none;
}

.rounded-circle {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/*end single*/
/*carousel*/
.owl-wrapper {
    display: flex !important;
}

.owl-item .item {
    background: #FCEAF8;
    height: 100%;
    padding: 30px;
    text-align: center;
    margin: 50px 55px 30px !important;
    position: relative;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 80%;
}

.content-testemonial {
    display: flex;
}

.item img {
    max-width: 120px;
    border-radius: 50%;
    border: 7px solid #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 24px;
}

.item h3 {
    font-family: "Kanit", sans-serif;
    color: #2A2C33;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 28.8px */
    text-align: left;
}

.item p {
    font-style: italic;
    text-align: left;
}

.owl-prev {
    font-size: 55px;
    position: absolute;
    top: 50%;
    left: 5px;
    color: #E30613;
}

.owl-next {
    font-size: 55px;
    position: absolute;
    top: 50%;
    right: 5px;
    color: #E30613;
}

/*wocommerce*/
.woocommerce div.product .product_title {
    color: #2A2C33;
    font-family: "Kanit", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    color: #E30613;
    line-height: normal;
    max-width: 500px;
}

.my-category-product button.single_add_to_cart_button.button.alt,
.my-category-product .button.add_to_cart_button.ajax_add_to_cart {
    display: none;
}

/* .my-category-product:hover button.single_add_to_cart_button.button.alt,
.my-category-product:hover .button.add_to_cart_button.ajax_add_to_cart {
    position: absolute;
    top: 25%;
    left: 45%;
    content: '';
    color: transparent !important;
    width: 60px;
    height: 47px;
    background: transparent;
    border: transparent;
    border-radius: 0;
    display: block;
} */

.my-category-product .price {
    color: #E30613;
    text-align: center;
    font-family: "Kanit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

a {
    color: #2A2C33;
}

a:hover {
    color: #E30613;
}

a.button.product_type_variable.add_to_cart_button.cfvsw_ajax_add_to_cart {
    display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #2A2C33;
    font-weight: 500;
    font-size: 24px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product span.price del span {
    opacity: .8;
    display: inline-block;
    font-size: 20px !important;
    text-decoration: line-through;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
    display: inline-block;
}

td select {
    padding: 5px 10px;
    border-radius: 3px;
    border-color: #E30613;
}

.product_meta {
    display: none;
}

ul.tabs.wc-tabs {
    display: none;
}

.cfvsw-selected-swatch {
    color: #E30613;
    font-weight: 300;
    font-size: 16px;
}

.cfvsw-label-option,
.cfvsw-image-option {
    border-color: #2A2C33;
    box-sizing: border-box;
    font-weight: 300 !important;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 15px;
}

th.label label {
    color: #000;
    font-family: "Kanit", sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 150%;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 32px;
    margin: 5px;
    border-radius: 3px;
    border-color: #2A2C33;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 32px;
    border: 1px solid #2A2C33;
    font-size: 15px;
    border-radius: 0;
    line-height: 8px;
    border-radius: 3px;
}

nav.woocommerce-breadcrumb {
    color: #E30613 !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    font-family: inherit;
}

h2.woocommerce-loop-category__title .count {
    display: none;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #2A2C33;
    font-size: 13px;
}

.woocommerce-shop .woocommerce-breadcrumb {
    display: none;
}

.woocommerce-variation-description p {
    color: #2A2C33;
    font-weight: 400;
    line-height: 150%;
    font-size: 20px;
}

.woocommerce-variation.single_variation {
    display: block !important;
}

.variable-item.button-variable-item.selected span {
    color: #E30613 !important;
    border: 1px solid #E30613;
    padding: 0 10px !important;
    border-radius: 3px;
}

.woocommerce-Tabs-panel h2 {
    color: #E30613;
    font-family: "Kanit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cfvsw-label-option,
.cfvsw-image-option {
    border: 1px solid #999;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border-color: #E30613;
    border-style: solid;
    border-radius: 3px;
    padding: 5px;
}

.woocommerce div.product form.cart .button {
    border-radius: 3px;
    border: 1px solid #2A2C33;
    background: #2A2C33;
    font-weight: 400;
    font-family: "Kanit", sans-serif;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    padding: 15px 10px;
}

.woocommerce div.product form.cart .button:hover {
    color: #2A2C33;
    background: #fff;
}

dd.variation-Brojosoba p {
    padding-top: 4px;
}

.woocommerce div.product {
    position: relative;
    margin-bottom: 20px;
}

.woocommerce div.product img {
    margin: 0 auto;
    display: block;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-direction: column;
}

.col-lg-6.col-md-12.mb-5.product-category.product a {
    display: flex;
    color: #2A2C33;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 70px;
}

.col-lg-6.col-md-12.mb-5.product-category.product a:hover {
    display: flex;
    flex-direction: row-reverse;
    background: #E30613 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.col-lg-6.col-md-12.mb-5.product-category.product a h2 {
    text-transform: uppercase;
}

.col-lg-6.col-md-12.mb-5.product-category.product a:hover h2 {
    color: #fff !important;
    text-transform: uppercase;
}

h2.woocommerce-loop-category__title {

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: 0.48px;
    float: left;
    width: calc(100% - 147px);
    vertical-align: middle;
    padding: 20px;
}

.owl-carousel .owl-item a.wpb_pro_img_url {
    padding: 20px;
}

.grid_no_animation figcaption {
    background: #FFF !important;
    text-align: center !important;
    display: block !important;
    overflow: hidden !important;
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;
}

.owl-carousel .owl-item a.wpb-wps-product-title {
    background-color: #fff;

}

.grid_no_animation figcaption h3.pro_title {
    background-color: #fff;
    color: #2A2C33;
    font-weight: 300;
    font-size: 18px;
}

.wpb-wps-slider-item:hover figcaption h3.pro_title {
    color: #E30613 !important;
}

.my-category-product img,
.owl-carousel .owl-item img {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px;
    margin-bottom: 10px;
}

h2.woocommerce-loop-category__title:hover,
.woocommerce div.product:hover h2.woocommerce-loop-category__title {
    color: #E30613;
}

.owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
    position: relative;
}

.wpb_slider_area .owl-theme .owl-nav {
    position: absolute;
    z-index: 1;
    top: 40% !important;
    width: 100%;
}

button.owl-prev {
    left: -24px;
    background: transparent !important;
    border-color: transparent !important;
    /* font-size: 25px !important; */
}

button.owl-next {
    right: -15px;
    background: transparent !important;
    border-color: transparent !important;
    /* font-size: 25px !important; */
}

.wpb-wps-fa-angle-left:after,
.wpb-wps-fa-angle-right:after {
    width: 15px !important;
    height: 15px !important;

}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: #E30613;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #E30613;
    border-radius: 3px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px !important;
    margin: 0 0 -10px !important;
    user-select: none;
    -webkit-user-select: none;
    padding: 10px;
    border: 1px solid #E30613 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    color: #E30613;
    background: #fff;
}

body:not(.wp-admin) .select2-container--open .select2-dropdown {
    top: 0 !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}

input,
textarea {
    padding: 8px;
    border: 1px solid #E30613;
    border-radius: 3px;
}

div#order_review {
    padding: 0 11px;
}

h3#order_review_heading {
    padding-left: 20px;
    margin-top: 32px;
}

.woocommerce-checkout h3 {
    color: #E30613;
    font-family: "Kanit", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.u-column1.col-1.woocommerce-Address {
    max-width: 100% !important;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-radius: 3px;
    border: 1px solid #E30613;
    list-style: none;
}

li.woocommerce-MyAccount-navigation-link a {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #E30613;
    color: #2A2C33;
    font-weight: 700;
}

li.woocommerce-MyAccount-navigation-link a:hover,
li.woocommerce-MyAccount-navigation-link.is-active a {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #E30613;
    background: #E30613;
    color: #fff;
    text-decoration: none;
}

.my-category-product {
    text-align: center;
    padding: 10px;
    position: relative;
    height: 100%;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: center;
}

.my-category-product.related {
    text-align: center;
    padding: 10px;
    position: relative;
    height: 100%;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: flex-start;
}

.my-category-product img {
    border-radius: 3px;
    margin-bottom: 10px;
}

.my-category-product a:hover {
    text-decoration: none;
}

.so-widget-ink-icon a {
    font-family: "Kanit", sans-serif;
    background: #E30613;
    border: 1px solid #E30613;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.so-widget-ink-icon a:hover {
    background: #fff;
    color: #E30613;
    text-decoration: none;
}

.my-category-product h2 {
    color: #2A2C33;
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.my-category-product:hover h2 {
    color: #E30613;
}

h3.widget-title {
    color: #2A2C33;
    font-family: "Kanit", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tax-product_cat .description-shop-page {
    display: none;
}

/*search*/
form.search {
    position: relative;
    width: 250px;
    max-width: 100%;
    float: right;
    font-weight: 300;
}

form.search input {
    width: 100%;
    border-radius: 5px;
    border-color: #999999;
    outline-color: #999999;
    padding: 5px;
    font-weight: 300;
}

form.search button {
    width: 35px;
    border: none;
    background: transparent;
    right: 0;
    height: 100%;
    font-size: 20px;
    position: absolute;
    color: #999999;
}

.info-text span {
    color: #E30613;
    vertical-align: middle;
}

.info-text a:hover {
    color: #E30613;
    text-decoration: none;
}

/*cover-box*/
.hero-image {
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
}

.product-category.product {
    max-width: 600px;
    margin: 0 auto;
}

.hero-text {
    position: absolute;
    bottom: 3%;
    left: 17%;
    max-width: 500px;
    width: 100%;
    text-align: left;
}

.category-image {
    background-image: url('../img/kancelarijsko-arhivski-program.jpg');
}

.owl-carousel .owl-stage {
    display: flex;
}

.wpb-wps-slider-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.wpb_slider_area figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wpb-wps-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

.wc-block-cart__submit-container a {
    font-size: 20px;
    font-weight: 700;
    background: #2A2C33;
    color: #fff !important;
}

.col-lg-6.col-md-12.mb-5.product-category.product img {
    float: right;
    max-width: 350px;
    border-radius: 40px;
    padding: 20px;
}

/*category-news*/
.category-item {
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}

.category-item h2 {
    color: #E30613;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.5%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.category-item p {
    color: #2A2C33;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.cat-info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.category-item a:hover {
    text-decoration: none;
}

.category-item a:hover h2 {
    color: #E30613;
}

.cat-info p {
    display: inline-block;
    width: 50%;
}

.cat-info p.date {
    color: #E30613;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 50%;
    float: left;
}

.cat-info p.more {
    color: #E30613;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    text-align: right;
    width: 50%;
    float: right;
}

.category-item a:hover .cat-info p.more {
    color: #2A2C33;
}

.pagination {
    width: 100%;
    text-align: center;
    display: block;
}

a.page-numbers {
    color: #999;
    font-family: "Kanit", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3px;
}

span.page-numbers.current,
a.prev.page-numbers,
a.next.page-numbers {
    color: #E30613;
    font-family: "Kanit", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3px;
}

/*box usluge*/
.bg-box-usluge {
    background: #2A2C33;
}

.bg-box-usluge img {
    margin-bottom: 0;
    max-width: 500px;
}

.bg-box-usluge h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.bg-box-usluge p {
    color: #fff;
    max-width: 600px;
}

.bg-box-usluge a {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}

.bg-box-usluge a:hover {
    background: #2A2C33;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

/*about*/
.about {
    padding: 30px 20px;
}

.about h3 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.about p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.about a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 3px;
}

.about a:hover {
    background: #2A2C33;
    text-decoration: none;
}

/*Kontakt*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #E30613 !important;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #E30613 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E30613 !important;
    color: white;
}

input.wpcf7-form-control {
    border-radius: 0;
    border-bottom: 1px solid #2A2C33;
    background: #FFF;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 300;
}

span.select2-selection.select2-selection--multiple {
    border-radius: 5px;
    border: 1px solid #E30613;
    background: #FFF;
    width: 100% !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

textarea.wpcf7-form-control {
    border-radius: 0;
    border-bottom: 1px solid #2A2C33;
    background: #FFF;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 300;
    width: 100%;
}

*:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

input.wpcf7-form-control.wpcf7-submit.button {
    border: 1px solid #2A2C33;
    max-width: 150px;
    border-radius: 5px;
    background: #2A2C33;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-submit.button:hover {
    background: #FFF;
    color: #2A2C33;
}

.bordered h3 {
    color: #2A2C33;
    font-family: "Kanit", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bordered a {
    color: #2A2C33;
    font-weight: 700;
}

.bordered a:hover {
    color: #E30613;
    text-decoration: none;
}

/*home*/
.number-box {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 270px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

p.number-only {
    color: #FCAB64;
    text-align: center;
    font-family: "Kanit", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.services-box {
    text-align: center;
}

.services-box img {
    border-radius: 3px;
    margin-bottom: 10px;
}

/*footer*/
footer {
    background-image: url(../img/footer.png);
    background-color: rgba(42, 44, 51, 1);
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    color: #fff;
}

p.footer-title {
    color: #fff;
    font-family: "Kanit", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer p,
footer a {
    color: #fff;
    text-align: center;
}

footer p span {
    font-size: 20px;
}

.mreze {
    max-width: 170px;
}


p.text-center.copyright {
    font-size: 14px;
    margin-top: 26px;
}

.mreze a {
    font-size: 21px;
    padding: 7px;
}

p.title-footer {
    color: #2A2C33;
    font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 20px;
    font-size: 25px;
}

span.icon-youtube {
    font-size: 28px;
}

footer a:hover {
    color: #E30613;
    text-decoration: none;
}

ul.footer-menu li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

p.text-footer-info a:hover {
    color: #E30613;
    text-decoration: none;
}

p.text-footer-info span {
    font-size: 19px;
    vertical-align: middle;
}

footer.page-footer img {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

footer .images img {
    margin-bottom: 50px;
}

.partners {
    text-align: center;
}

.partners img {
    width: 19%;
    object-fit: fill;
}

a.cart-link {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    background: #E30613;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #E30613;
}

a.cart-link:hover {
    background: #fff;
    color: #E30613;
}

/*partneri*/
.category-item-partneri {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    background: #a5b3f2a3;
}

.category-item-partneri .description p {
    margin-bottom: 0;
    color: #000;
}

.img-box {
    text-align: center;
}

.category-item-partneri .description p a {
    color: #000;
}

.category-item-partneri h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1 !important;
}

/*reference*/
.referenca {
    position: relative;
}

.referenca img {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

.referenca .title-referenca {
    display: none;
}

.referenca:hover .title-referenca {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg, rgba(227, 6, 19, 0.80) 0%, rgba(227, 6, 19, 0.80) 100%), -15.75px 0px / 108.824% 100% no-repeat;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    padding-top: 36% !important;
}

.hero-text h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*contact-info*/
.so-widget-ink-contact-box {
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 20px;
}

.contact-info h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

/*o nama box*/
.groups-o-nama {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 60px 30px;
    transition: 0.3s;
    position: relative;
}

.groups-o-nama:hover {
    background: rgba(0, 0, 0, 0.15);
}

.groups-o-nama h3 {
    color: #2a2c33;
    margin-top: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-left: 0;
}

.groups-o-nama h3 span {
    color: #E30613;
    font-size: 25px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.iw-so-twob-box ul {
    padding: 0;
    list-style: none;
}

.iw-so-twob-box ul li {
    line-height: 190%;
}

.iw-so-twob-box li::before {
    content: "\ea10";
    font-family: 'vigmelt';
    font-size: 15px;
    margin-right: 5px;
    color: #E30613;
}

.description-serices {
    color: #2a2c33;
    text-align: left;
    font-family: Kanit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 150%;
    width: 100%;
}
li.woocommerce-mini-cart-item.mini_cart_item a,li.woocommerce-mini-cart-item.mini_cart_item .quantity{
	color: #222;
	font-weight: 400;
	font-family: Kanit;
	left: 0;
	padding-left: 0 !important;
	padding-right: 20px !important;
	font-weight: 400;
}
a.remove.remove_from_cart_button{
	margin-right: -14px !important;
    padding-right:0 !important;
}
.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .widget_shopping_cart_content .product_list_widget li a.remove {
	right: 14px !important;
}
@media screen and (max-width: 1656px) {
    footer {
        background-position: right;
        background-color: #2a2c33;
        background-size: contain;
    }
}

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

    .woocommerce.archive .header-filter .hero-text,
    .hero-text {
        left: 15px !important;
        bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    footer {
        background-image: none;
    }

    .content-testemonial {
        display: flex;
        flex-direction: column;
    }

    .item img {
        margin-bottom: 24px;
        margin-right: 0;
    }

    .referenca .title-referenca {
        display: block;
        color: #2A2C33;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        padding: 10px 0;
    }

    .referenca:hover .title-referenca {
        position: relative;
        display: block;
        color: #2A2C33;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        width: auto;
        height: auto !important;
        background: transparent;
        padding: 10px 0 !important;
        margin-top: 0;
    }
}

@media screen and (max-width: 542px) {
    ul.footer-menu {
        padding: 0;
        list-style: none;
        display: flex;
        text-align: center;
        text-transform: uppercase;
        justify-content: center;
        margin-bottom: 20px;
        flex-direction: column;
        line-height: 180%;
    }

    h1,
    .h1 {
        font-size: 43px;
    }

    h2,
    .h2,
    h3.widget-title,
    .about h3 {
        font-size: 29px;
    }

    .hero-image {
        min-height: 250px;
    }

    .woocommerce div.product .product_title {
        font-size: 22px;
    }

    a.button.wc-forward {
        display: block;
        width: 100%;
    }

    footer {
        padding: 0;

    }
    .col-lg-6.col-md-12.mb-5.product-category.product a {
        flex-direction: column;
    }
	.col-lg-6.col-md-12.mb-5.product-category.product a:hover {
        flex-direction: column !important;
    }
	.iw-so-acc-item a.iw-so-acc-title {
		font-size: 15px;
	}
    h2.woocommerce-loop-category__title {
        width: 100%;
    }
	.column-related {
    	margin-right: 0px;
    	width: calc(48% - 20px);
	}
}

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

    .woocommerce.archive .header-filter .hero-text h1,
    .hero-text h1 {
        font-size: 50px;
    }

    .woocommerce.archive .header-filter .hero-text,
    .hero-text {
        left: 0;
    }
}

@media screen and (max-width: 369px) {
    .partners img {
        width: 28%;
        object-fit: fill;
    }
}