.main-header {
    z-index: 999 !important;
}
.custom-toggle-tabs-wrapper, .second-wrapper-content {
    display: none;
}
.custom-toggle-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #000;
    padding: 20px 10px;
    width: 90%;
    margin: 0 auto;
}
.custom-toggle-buttons.active-btns-style,
.custom-toggle-buttons.active-btns-style-sec {
    border: none;
    padding: 0;
}
.row.padding-row {
    padding-bottom: 130px;
}
.first-btn-main-wrapper, .second-btn-main-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
}
.custom-toggle-buttons.active-btns-style .first-btn-main-wrapper,
.custom-toggle-buttons.active-btns-style-sec .second-btn-main-wrapper{
    height: 100%;
    border: 1px solid #000;
    border-bottom: none;
    background: #EFEEEF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-toggle-buttons.active-btns-style .first-btn-main-wrapper .first-btn-wrapper,
.custom-toggle-buttons.active-btns-style-sec .second-btn-main-wrapper .second-btn-wrapper {
    border: none;
    padding: 10px;
}
.custom-toggle-buttons.active-btns-style .first-btn-wrapper,
.custom-toggle-buttons.active-btns-style-sec .second-btn-wrapper {
    border: 1px solid #000;
}
.custom-toggle-tabs.custom-toggle-tabs-active,
.second-wrapper-content.custom-toggle-tabs-active-sec {
    background: #EFEEEF;
    margin-top: -1px !important;
    border: 1px solid #000;
    width: 90%;
    margin: 0 auto;
}
.first-btn-wrapper, .second-btn-wrapper {
    width: 100%;
    text-align: center;
}
.first-btn-wrapper a, .second-btn-wrapper a {
    text-transform: uppercase;
    background: #444242;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    width: 100%;
    display: block;
}
.first-btn-wrapper a i, .second-btn-wrapper a i {
    padding-left: 5px;
}
.custom-toggle-tabs-wrapper, .second-wrapper-content-block {
    padding: 10px;
}
.woocommerce div.product form.cart .variations td {
    text-align: center;
}
.product-template-default.single.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button:hover,
.product-template-default.single.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .wsb-button.js-wsb-add-to-cart:hover,
.first-btn-wrapper a:hover , .second-btn-wrapper a:hover {
    background-color: #9b9b9b !important;
    border: 1px solid #000 !important;
}
.woocommerce #reviews #comments h2 {
    border-top: 1px solid rgba(49,49,49,.35);
    padding-top: 20px;
}
#review_form_wrapper {
    border-bottom: 1px solid rgba(49,49,49,.35);
    margin-bottom: 50px;
}
.woocommerce div.product form.cart.variations_form .tawcvs-swatches, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches {
    margin: 0px !important;
}
.custom-toggle-tabs-wrapper.active-custom-tabs, .second-wrapper-content.custom-toggle-tabs-active-sec {
    display: block;
}
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.selected:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before {
    background-color: #fff !important;
}
.swatch.swatch-shape-circle.swatch-label .text {
    z-index: 9;
}
.product_title.entry-title {
    text-align: center;
    font-weight: 900;
    margin-bottom: 10px;
}
.product-description {
    text-align: center;
    font-weight: 900;
}
.custom-list-box {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 15px !important;
}
.custom-list-box .custom-list-item {
    width: 15%;
}
.custom-list-box .custom-list-img {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}
.custom-list-box .custom-list-text {
    width: 100%;
    text-align: center;
    font-family: Helvetica,sans-serif;
    font-size: 12px !important;
    font-weight: 900 !important;
    color: #000 !important;
}
.product-custom-description p {
    text-align: left;
    line-height: 22px;
    padding-top: 20px;
}
.product-custom-description ul li {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    list-style-type: disc;
    margin-bottom: 20px;
}
.product-custom-description.textopen {
    height: 250px;
    position: relative;
    overflow: hidden;
}
.product-custom-description.textopen.open-custom-text {
    height: 100%;
}
.product-custom-description.textopen:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: linear-gradient(transparent,#fff);
}
.product-custom-description.textopen.open-custom-text:after {
    display: none;
}
.button-show-more {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    border-bottom: 1px solid rgba(49,49,49,.35);
    padding-bottom: 30px;
}
#flip {
    padding: 10px 100px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 11%);
    border-radius: 10px;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
}
#flip:hover {
    font-weight: 900;
}
.woocommerce-custom-single-content {
    padding-top: 0 !important;
}
.woocommerce-custom-single-content .product_title {
    padding-top: 140px !important;
}
.woocommerce div.product div.summary {
    border-right: 1px solid rgba(49,49,49,.35);
    border-left: 1px solid rgba(49,49,49,.35);
    padding: 0 10px;
    border-bottom: 1px solid rgba(49,49,49,.35);
    padding-bottom: 30px;
}
.product-template-default.single.single-product .woocommerce-variation.single_variation {
    text-align: center;
}
.product-template-default.single.single-product .woocommerce-variation.single_variation .price {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.product-template-default.single.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.product-template-default.single.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button,
.product-template-default.single.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .wsb-button.js-wsb-add-to-cart {
    background-color: #444242 !important;
    border: none !important;
    color: #fff !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    width: 200px;
    justify-content: center;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
}
.tabs-accordion {
    margin: 0 auto;
    padding-top: 30px !important;
    max-width: 90% !important;
}
.custom-middle-wrapper {
    z-index: 2;
    position: relative;
    background-color: #fff;
}
.custom-middle-block {
    background-color: #fff;
    width: 100%;
    display: flex;
    padding-left: 50px;
    padding-top: 50px;
    align-items: center;
}
.left-middle-block {
    position: relative;
    width: 50%;
    background-color: #f5f5f5;
    padding: 100px;
    height: 70%;
}
.left-middle-marker {
    position: absolute;
    left: -15px;
}
.left-middle-text h3 {
    margin-bottom: 10px;
}
.first-p-tag {
    margin-bottom: 10px;
    font-weight: 600;
}
.last-p-tag {
    margin-top: 20px;
    font-weight: 900;
}
.right-middle-block {
    position: relative;
    width: 60%;
}
.middle-sticky {
    position: absolute;
    left: -120px;
    top: -10px;
    width: fit-content;
}
.bottom-image-repeater {
    margin-top: 35px;
    text-align: center;
    border-bottom: 1px solid rgba(49,49,49,.35);
    padding-bottom: 35px;
}
.bottom-image-repeater p {
    font-size: 24px;
}
.bottom-image-repeater h3 {
    padding-bottom: 20px;
}
.bottom-items-wrapper {
    display: flex;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    gap: 20px;
}
.bottom-image-text-item {
    width: 30%;
    border: 1px solid rgba(49,49,49,.35);
    padding: 10px;
}
.bottom-text-item {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kaltex-related-products {
    padding: 35px 0 !important;
}
.kaltex-related-products .related h2 {
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 900;
}
.single.single-product .related.products .woocommerce .products ul, .single.single-product .woocommerce ul.products {
    display: flex;
    gap: 20px;
}
.bottom-text-item p {
    font-size: 20px;
}
.reviews-custom-wrapper {
    padding-top: 35px;
}
#comments h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 900;
}
#comments .woocommerce-Reviews-title {
    display: none;
}
#comment-slider .comment_container img.avatar {
    display: none;
}
.woocommerce .star-rating span::before {
    color: #FFD700;
}
#comment-slider .comment-text {
    border: none !important;
    background-color: #f5f5f5;
    position: relative;
    height: 320px;
    overflow-y: scroll;
    margin: 0 20px !important;
}
#comment-slider .comment-text p.meta .woocommerce-review__author {
    position: absolute;
    left: 16px;
    top: 40px;
    color: #000;
    font-weight: 900;
}
#comment-slider .comment-text p.meta .woocommerce-review__published-date {
    position: absolute;
    top: 10px;
    left: 115px;
}
#comment-slider .comment-text p.meta .woocommerce-review__dash {
    display: none;
}
.woocommerce .star-rating {
    float: left !important;
}
#comment-slider .comment-text .description {
    padding: 75px 0px 50px 0px;
}
#comment-slider li {
    position: relative;
}
#comment-slider li:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: linear-gradient(transparent,#fff);
}
#comment-slider .comment-text .description p {
    font-size: 14px;
    line-height: 20px;
}
.comment-text::-webkit-scrollbar {
    width: 20px;
}
.comment-reply-title, .comment-form-rating {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px;
    margin-bottom: 10px;
}
.comment-form-rating {
    display: flex;
    flex-wrap: wrap;
}
.comment-form-rating label {
    order: 2;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    font-size: 24px;
}
.woocommerce #review_form #respond p {
    width: 100%;
    margin-bottom: 0 !important;
    order: 2;
}
.woocommerce p.stars a::before {
    color: #767676;
}
.owl-theme .owl-dots .owl-dot.active-1 span {
    background: #000;
}
#review_form .comment-form-comment, #review_form .form-submit, #review_form .nice-select {
    display: none;
}
#review_form .comment-respond {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#review_form .comment-reply-title {
    order: 2;
    background: #fff;
    width: fit-content;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    gap: 0;
    margin-bottom: 50px;
    cursor: pointer;
    padding: 15px 100px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 11%);
    border-radius: 10px;
}
.bottom-line-single-product {
    border-top: 1px solid rgba(49,49,49,.35);
    padding-top: 5px;
    margin-top: 15px;
}
#commentform .comment-notes, #commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-cookies-consent {
    display: none;
}
#review_form .comment-form {
    display: block;
    width: 100%;
    order: 1;
}
#commentform .comment-form-cookies-consent.active-comment-form-cookies-consent {
    display: block;
}
.comment-form.active-comment-form {
    position: absolute;
    z-index: 9;
    background: #f5f5f5;
    width: 35% !important;
    padding: 50px 0;
}
.comment-form-comment.active-reviews-form, .comment-form-author.active-comment-form-author, #commentform .comment-form-email.active-comment-form-email {
    display: flex !important;
    flex-wrap: wrap;
    padding-top: 20px;
}
.comment-form-comment.active-reviews-form label, .comment-form-author.active-comment-form-author label, #commentform .comment-form-email.active-comment-form-email label {
    width: 100%;
    text-align: center;
}
.comment-form-comment.active-reviews-form textarea {
    width: 90% !important;
    margin: 0 auto;
}
.comment-form-author.active-comment-form-author input, #commentform .comment-form-email.active-comment-form-email input {
    width: 90% !important;
    height: 40px;
    margin: 0 auto;
}
.comment-form-cookies-consent.active-comment-form-cookies-consent {
    text-align: center;
    padding-top: 20px;
}
.form-submit.active-reviews-submit {
    display: flex !important;
    justify-content: center;
    padding-top: 20px;
}
.form-submit.active-reviews-submit .submit {
    background-color: #fff !important;
    width: fit-content;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    cursor: pointer !important;
    padding: 15px 100px !important;
    box-shadow: 0 14px 28px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 11%) !important;
    border-radius: 10px !important;
}
#review_form .comment-form-comment {
    position: relative;
}
.close-custom-popup {
    position: absolute;
    right: 20px;
    top: -70px;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
}
.woocommerce-custom-single-content .product_title {
    margin-bottom: 10px !important;
}
.woocommerce-review-link {
    color: #000;
}
.woocommerce-product-rating {
    width: 100%;
    display: flex !important;
    justify-content: center;
}
#comment-slider {
    position: relative;
    width: 95% !important;
    margin: 0 auto !important;
}
#comment-slider .owl-prev {
    position: absolute;
    top: 45%;
    left: -7px;
    transform: translate(-50%, -50%);
    background: #b7b5b5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
}
#comment-slider .owl-next {
    position: absolute;
    top: 45%;
    right: -60px;
    transform: translate(-50%, -50%);
    background: #b7b5b5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
}
#flip a, #flip a:hover {
    color: #000;
}
ul.tabs-accordion .inner {
    padding: 15px 20px !important;
}
.tabs-accordion .inner ul li {
    list-style-type: disc;
    margin-left: 10px;
}
.woocommerce div.product form.cart {
    margin-bottom: 15px !important;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0 !important;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 0 !important;
}
.kaltex-related-products ul.products li.product a, .woocommerce-shop ul.products li.product a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.kaltex-related-products ul.products li.product a .woocommerce-loop-product__title, .woocommerce-shop ul.products li.product a .woocommerce-loop-product__title{
    width: 100%;
    padding-bottom: 0;
}
.kaltex-related-products ul.products li.product a .star-rating, .woocommerce-shop ul.products li.product a .star-rating {
    margin: 0 auto;
}
.kaltex-related-products ul.products li.product a .price, .woocommerce-shop ul.products li.product a .price {
    width: 100%;
    padding-top: 5px;
}
.cart-contents .cart-contents-count {
    top: 20px !important;
}
.product-description {
    width: fit-content;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.border-line {
    width: 100%;
    height: 2px;
    margin-top: 5px;
}
#wpsl-search-wrap .wpsl-select-wrap {
    width: 100%;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
    width: 100%;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: 130px !important;
}
#wpsl-radius {
    display: inline-flex !important;
    width: 100% !important;
}
#wpsl-results {
    display: flex !important;
    width: 50% !important;
    justify-content: center;
}
#wpsl-search-wrap .wpsl-select-wrap  {
    display: flex !important;
}
#wpsl-search-wrap form {
    width: 100% !important;
    margin: 0 auto !important;
    justify-content: center;
    display: flex;
}
#wpsl-search-wrap form .wpsl-input {
    width: 30% !important;
}
#wpsl-search-wrap form .wpsl-select-wrap {
    width: 40% !important;
}
#wpsl-search-wrap form .wpsl-input, #wpsl-search-wrap form .wpsl-select-wrap {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}
#wpsl-radius {
    display: flex !important;
    justify-content: center;
    width: 50% !important;
    align-items: center;
}
#wpsl-search-wrap form .wpsl-search-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpsl-search {
    background: #fff !important;
    border: 1px solid rgba(49,49,49,.35);
    padding: 25px !important;
    margin: 0 auto;
    margin-bottom: 50px !important;
}
#wpsl-search-wrap form .wpsl-input input {
    width: 70% !important;
    height: fit-content;
}
#wpsl-radius label {
    width: fit-content !important;
}
#wpsl-radius .wpsl-dropdown, #wpsl-radius .wpsl-dropdown {
    width: 50% !important;
    height: 40px !important;
}
#wpsl-radius .wpsl-dropdown:last-child {
    display: none !important;
}
#wpsl-search-btn {
    background: #fff !important;
    width: fit-content !important;
    color: #000 !important;
    font-weight: 900 !important;
    cursor: pointer ;
    padding: 15px 100px !important;
    box-shadow: 0 14px 28px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 11%) !important;
    border-radius: 10px !important;
}
#wpsl-stores .wpsl-direction-wrap .wpsl-directions {
    color: #db2a2a;
}
#wpsl-stores .wpsl-direction-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
}
#wpsl-result-list li p {
    margin-bottom: 0 !important;
}
.custom-list-box .custom-list-item {
    display: flex;
    flex-wrap: wrap;
}
.custom-list-box .custom-list-item .custom-list-img {
    float: none;
    height: auto !important;
    margin: 0 auto;
    width: 75% !important;
}
.front-two-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.custom-product-slider-wrapper {
    padding-bottom: 35px;
}
.custom-reviews-slider {
    padding-bottom: 80px;
}
.front-two-section {
    padding-bottom: 150px;
}
.front-five-section {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
}
.front-six-section {
    padding-bottom: 0px !important;
}
.reviews-title-homepage h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 35px;
    text-transform: uppercase;
    font-weight: 900;
}
.front-two-content .front-two-text {
    padding: 30px 130px 30px !important;
}
.home .front-three-slider .slider-item {
    padding-top: 35px;
}
.home .front-three-slider .slider-item h5 {
    margin-bottom: 0 !important;
}
.home .front-three-section .row, .home .front-four-section .row {
    padding-bottom: 0 !important;
}
.front-three-content {
    padding: 35px 185px 0 115px !important;
}
.reviews-item-custom-text h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
}
.reviews-item-custom-text {
    min-height: 300px;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.reviews-item-custom-text p {
    line-height: 24px;
    padding-top: 10px;
    font-size: 14px;
}
.reviews-item-custom-stars {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.reviews-item-custom-stars img {
    width: 50% !important;
}
.reviews-item-custom {
    background: #f5f5f5;
    padding: 10px;
}
.custom-product-slider-wrapper .image-item {
    position: relative;
}
.custom-product-slider-wrapper .image-item a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: 900;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.custom-product-slider-wrapper .image-item a:hover {
    color: #898989;
    font-size: 18px;
}
.custom-product-slider-wrapper .image-item img {
    border-radius: 25px;
}
.front-page-slider-item, .front-page-slider, .main-slider {
    height: 85vh !important;
}
.owl-carousel.owl-drag .owl-item {
    cursor: pointer;
}
/*Akcija uklonjeno privremeno*/
.woocommerce ul.products li.product .onsale, .page-content-wrap .product.type-product span.onsale {
    display: none !important;
}
/*End akcija sticker*/
.kaltex-related-products .products {
    width: 100%;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.kaltex-related-products .products li.product a img {
    object-fit: scale-down;
}
.woocommerce-custom-single-content .slick-list.draggable {
    height: 100% !important;
}
#custom-product-slider .owl-prev {
    position: absolute;
    top: 45%;
    left: -30px;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
#custom-product-slider .owl-next {
    position: absolute;
    top: 45%;
    right: -40px;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
#comments img, .bottom-line-single-product {
    width: 100%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    padding: 15px 10px !important;
    margin: 10px !important;
    width: 23% !important;
    border-radius: 20px;
    border: 1px solid hsla(0, 0%, 55%, .35) !important;
}
/*.main-banner-link-custom {*/
/*    position: absolute;*/
/*    bottom: 8%;*/
/*    background: #363636;*/
/*    color: #fff;*/
/*    right: 3%;*/
/*    padding: 20px 50px;*/
/*    border-radius: 10px;*/
/*}*/
.category-home-custom-title h2, .category-home-block h2 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
#custom-reviews {
    padding-bottom: 20px;
}
.category-home-block {
    text-align: center;
    background: #f5f5f5;
}
.category-home-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
    padding-bottom: 20px;
    gap: 10px;
}
.category-home-item {
    width: 12%;
}
.category-home-item:hover {
    transform: scale(1.01);
}
.category-home-item p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    color: #000;
}
.reviews-border-block:before {
    content: " ";
    height: 1px;
    width: 180vh;
    display: block;
    background: rgba(49,49,49,.35);
    position: absolute;
    left: 0;
}
.reviews-border-block:after {
    content: " ";
    height: 1px;
    width: 180vh;
    display: block;
    background: rgba(49,49,49,.35);
    position: absolute;
    left: 0;
}
.archive .nice-select.orderby {
    display: none;
}
.archive .page-content {
    padding: 125px 105px 105px 80px;
}
.archive .woocommerce-custom-content ul {
    display: flex;
    flex-wrap: wrap;
}
.archive .woocommerce-custom-content ul li {
    width: 22% !important;
}
.tabs-accordion table {
    width: 100%;
}
.margin-image-row {
    margin-top: 100px;
}
.custom-toggle-tabs-wrapper.custom-toggle-tabs-active {
    display: block;
}
/*Responsive*/
@media (max-width: 1600px) {
    .left-middle-block {
        padding: 70px;
    }
    .bottom-items-wrapper {
        width: 90%;
    }
}
@media (max-width: 1450px) {
    .custom-middle-block {
        padding-left: 20px;
    }
    .left-middle-block {
        padding: 35px;
        width: 65%;
    }
    .first-btn-wrapper a, .second-btn-wrapper a {
        font-size: 12px;
    }
    .custom-toggle-buttons, .custom-toggle-tabs.custom-toggle-tabs-active, .second-wrapper-content.custom-toggle-tabs-active-sec {
        width: 80%;
    }
}
@media (max-width: 1400px) {
    .middle-sticky {
        left: -86px;
        width: 30%;
        top: -75px;
    }
    #wpsl-search-btn {
        width: 150px !important;
        display: flex !important;
        justify-content: center;
    }
    .front-two-content .front-two-text {
        padding: 30px 0px 30px !important;
    }
    .front-three-content {
        padding: 35px 0px 0 115px !important;
    }
    .front-four-content {
        padding: 150px 50px 0 0 !important;
    }
    .bottom-image-repeater h3, .kaltex-related-products .related h2, #comments h2 {
        font-size: 36px !important;
    }
    .bottom-text-item p {
        font-size: 16px;
    }
    .kaltex-related-products .products .woocommerce-loop-product__title {
        font-size: 16px !important;
    }
    .archive .woocommerce-custom-content ul li {
        width: 25% !important;
    }
    #wpsl-search-wrap form {
        justify-content: space-between;
    }
    #wpsl-search-wrap form .wpsl-input {
        width: 25% !important;
    }
    #wpsl-search-wrap form .wpsl-select-wrap {
        width: 50% !important;
    }
}
@media (max-width: 1300px) {
    .left-middle-block {
        padding: 15px;
        width: 75%;
    }
    .left-middle-marker {
        top: 100px;
    }
    .bottom-items-wrapper {
        width: 100%;
    }
    .bottom-text-item p {
        font-size: 14px;
    }
    .custom-toggle-buttons, .custom-toggle-tabs.custom-toggle-tabs-active, .second-wrapper-content.custom-toggle-tabs-active-sec {
        width: 90%;
    }
    .comment-form-comment.active-reviews-form textarea, .comment-form-author.active-comment-form-author input, #commentform .comment-form-email.active-comment-form-email input {
        width: 65% !important;
    }
}
@media (max-width: 1200px) {
    .left-middle-text h3 {
        font-size: 26px;
    }
    .middle-sticky {
        left: -70px;
    }
    #wpsl-radius label , #wpsl-search-wrap .wpsl-input label{
        font-size: 14px !important;
    }
    #wpsl-search-btn {
        padding: 15px 70px !important;
    }
    .front-three-content {
        padding: 35px 0px 0 10px !important;
    }
    .front-four-content {
        padding: 170px 50px 0 0 !important;
    }
    .reviews-title-homepage h2 {
        font-size: 28px;
        padding: 15px 0;
    }
    .category-home-custom-title h2, .category-home-block h2 {
        padding: 0;
        font-size: 28px;
    }
    .archive .page-content {
        padding: 125px 0px 105px 0px;
    }
}
@media (max-width: 1100px) {
    .first-p-tag, .left-middle-text p, .last-p-tag {
        font-size: 14px;
    }
    .right-middle-block .right-product-img {
        height: 400px !important;
        object-fit: cover;
    }
    .middle-sticky {
        left: -59px;
        top: -70px;
    }
    .product-custom-description p, .product-custom-description ul li {
        font-size: 14px;
    }
    .custom-toggle-buttons, .custom-toggle-tabs.custom-toggle-tabs-active, .second-wrapper-content.custom-toggle-tabs-active-sec {
        width: 100%;
    }
    .woocommerce-review-link {
        font-size: 14px;
    }
    .custom-toggle-buttons {
        padding: 20px 5px;
    }
    #comment-slider .comment-text {
        height: 350px;
    }
    .comment-form.active-comment-form {
        width: 75% !important;
    }
    .woocommerce-custom-single-content .product_title {
        padding-top: 220px !important;
    }
    .main-header .header-logo {
        max-width: 180px !important;
        padding: 22px 10px !important;
    }
}
@media (max-width: 1040px) {
    .main-header .header-logo {
        max-width: 150px !important;
    }
}
@media (max-width: 991px) {
    .custom-middle-block {
        flex-wrap: wrap;
        padding-left: 50px;
    }
    .left-middle-block {
        padding: 50px;
        width: 100%;
    }
    .right-middle-block {
        display: flex;
        justify-content: end;
        width: 100%;
    }
    .middle-sticky img {
        width: 100%;
    }
    .middle-sticky {
        left: -41px;
        top: -48px;
    }
    .first-btn-wrapper a, .second-btn-wrapper a {
        font-size: 10px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding: 0 10px 0 0;
    }
    .comment-form.active-comment-form {
        width: 90% !important;
    }
    .right-middle-block .right-product-img {
        width: 100%;
        height: auto !important;
    }
    .middle-sticky {
        left: -86px;
        top: -57px;
    }
    .wpsl-search {
        width: 98%;
    }
    #wpsl-search-wrap form {
        flex-wrap: wrap;
    }
    #wpsl-search-wrap form .wpsl-search-btn-wrap {
        width: 100% !important;
        padding-top: 30px;
    }
    .category-home-item {
        width: 18%;
    }
    .archive .woocommerce-custom-content ul li {
        width: 33% !important;
    }
    #wpsl-search-wrap form .wpsl-input {
        width: 50% !important;
    }#wpsl-search-wrap form .wpsl-select-wrap {
         width: 80% !important;
         justify-content: start;
         margin-top: 20px;
     }

}
@media (max-width: 960px) {
    .front-four-content {
        padding: 0px 50px 0px 0px !important;
    }
    .row.padding-row {
        padding-bottom: 0;
    }
    .front-four-section {
        padding: 10px 15px !important;
    }
    .front-six-section {
        padding-top: 10px !important;
    }
    .woocommerce-custom-single-content {
        padding-top: 205px !important;
    }
    .woocommerce-custom-single-content .product_title {
        padding-top: 0 !important;
    }
}
@media (max-width: 900px) {
    .related.products ul.products {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }
    .related.products ul.products li {
        width: 55% !important;
        padding-bottom: 10px !important;
    }
}
@media (max-width: 768px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 45% !important;
    }
    .woocommerce-custom-content .products .price {
        font-size: 12px !important;
    }
    .woocommerce-loop-product__title {
        font-size: 13px !important;
    }
    .custom-middle-block {
        padding: 0 20px !important;
    }
    .middle-sticky img {
        width: 65%;
    }
    .custom-toggle-buttons {
        padding: 20px 10px;
        width: 80%;
    }
    .custom-toggle-tabs.custom-toggle-tabs-active, .second-wrapper-content.custom-toggle-tabs-active-sec {
        width: 80%;
    }
    .first-btn-wrapper a, .second-btn-wrapper a, #comment-slider .comment-text p.meta .woocommerce-review__published-date {
        font-size: 12px;
    }
    #comment-slider .comment-text {
        margin: 0 10px !important;
        padding-right: 0 !important;
    }
    .woocommerce-custom-single-content {
        padding-top: 100px !important;
    }
    .middle-sticky {
        left: -40px;
    }
    .front-four-section {
        padding: 30px 15px !important;
    }
    .front-four-img {
        margin-top: 25px;
    }
    .front-two-content .front-two-text, .front-three-content {
        padding: 10px !important;
    }
    .front-two-content .front-two-icon {
        margin-top: 0 !important;
    }
    .row.padding-row {
        padding-bottom: 0;
    }
    .bottom-image-repeater h3, .kaltex-related-products .related h2, #comments h2 {
        font-size: 30px !important;
    }
    .bottom-image-repeater p {
        font-size: 18px;
    }
    .bottom-items-wrapper {
        flex-wrap: wrap;
    }
    .bottom-image-text-item {
        width: 60%;
    }
    .related.products ul.products {
       row-gap: 10px;
    }
    .woocommerce-custom-single-content {
        padding-bottom: 0 !important;
    }
    .category-home-custom-title h2, .category-home-block h2 {
        padding: 20px 0;
    }
    ul.products li.product .woocommerce-loop-product__title {
        line-height: 22px !important;
        min-height: auto !important;
    }
}

@media (max-width: 570px) {
    .bottom-text-item p {
        font-size: 16px;
    }
    .archive .woocommerce-custom-content ul li {
        width: 48% !important;
    }
    #wpsl-search-wrap form .wpsl-input {
        width: 80% !important;
    }
    #wpsl-search-wrap .wpsl-select-wrap {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap;
    }
    #wpsl-radius {
        width: 100% !important;
    }
    #wpsl-radius label {
        width: 45% !important;
    }
    #wpsl-radius select {
        width: 100% !important;
    }
    #wpsl-results {
        width: 100% !important;
        margin-top: 20px;
    }
    #wpsl-result label {
        width: 70%;
    }
    #wpsl-results select {
        width: 100% !important;
    }
    .wpsl-search-btn-wrap {
        padding-top: 10px !important;
    }
    #wpsl-wrap .wpsl-search {
        padding: 10px !important;
    }
}
@media (max-width: 500px) {
    .custom-toggle-buttons, .custom-toggle-tabs.custom-toggle-tabs-active, .second-wrapper-content.custom-toggle-tabs-active-sec {
        width: 95%;
    }
    .comment-form-comment.active-reviews-form textarea, .comment-form-author.active-comment-form-author input, #commentform .comment-form-email.active-comment-form-email input {
        width: 95% !important;
    }
    .comment-form-cookies-consent label {
        font-size: 14px;
    }
    .close-custom-popup {
        top: -90px;
    }
    .middle-sticky {
        left: -16px;
        width: 50%;
        top: -43px;
    }
    .custom-list-box .custom-list-text {
        font-size: 8px !important;
    }
    .custom-list-box .custom-list-item .custom-list-img {
        width: 100% !important;
    }
    .reviews-item-custom-text h4 {
        font-size: 14px;
    }
    .reviews-item-custom-text p {
        font-size: 12px;
    }
    .reviews-title-homepage h2 {
        font-size: 22px;
    }
    .front-two-content h2, .front-three-content h2, .front-four-section h2 {
        font-size: 28px;
    }
    .front-five-section h2 {
        font-size: 28px !important;
        margin-bottom: 24px !important;
    }
    .front-three-content h2 {
        margin-bottom: 10px !important;
    }
    .front-five-section span {
        font-size: 14px;
    }
    .bottom-image-text-item {
        width: 80%;
    }
    .category-home-custom-title h2, .category-home-block h2 {
        font-size: 22px;
    }
    .category-home-item {
         width: 22%;
    }
    .custom-product-slider-wrapper .image-item a {
        font-size: 14px;
        bottom: -5px;
    }
    .reviews-title-homepage h2 {
        line-height: 30px;
    }
    .category-home-custom-title h2, .category-home-block h2 {
        padding: 10px 0;
    }
    #wpsl-search-wrap form .wpsl-input, #wpsl-search-wrap form .wpsl-select-wrap {
        width: 100% !important;
    }
}
@media (max-width: 430px) {
    .reviews-item-custom-text {
        min-height: 350px;
    }
    .custom-product-slider-wrapper .image-item a {
        font-size: 13px;
    }
}
@media (max-width: 400px) {
    .custom-toggle-buttons, .custom-toggle-tabs.custom-toggle-tabs-active, .second-wrapper-content.custom-toggle-tabs-active-sec {
        width: 100%;
    }
    .reviews-item-custom-text {
        min-height: 380px;
    }
}



/* izmene 25.08 */
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1630px) {
    .woocommerce-custom-content .products .woocommerce-loop-product__title {
        line-height: 25px !important;
        padding-bottom: 5px !important;
    }
}
@media (max-width: 1440px) {
    .post-type-archive-product .page-content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    .woocommerce ul.products li.product .button {
        font-size: 12px !important;
    }
    .woocommerce-custom-content .products .woocommerce-loop-product__title {
        font-size: 14px !important;
    }
}

/* listanje */
.woocommerce-custom-content .products li {
    border-radius: 20px;
    border: 1px solid hsla(0,0%,55%,.35) !important;
}
.woocommerce-custom-content .products li img {
    transition: transform 0.3s ease;
}
.woocommerce-custom-content .products li:hover img {
    transform: scale(1.05);
}
@media screen and (max-width: 1400px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        margin: 5px !important;
    }
    .archive .woocommerce-custom-content ul li {
        width: 20% !important;
    }
}
@media screen and (max-width: 1250px) {
    .archive .woocommerce-custom-content ul li {
        width: 30% !important;
    }
}
@media (max-width: 768px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 47% !important;
    }

    .woocommerce-custom-content .products .price {
        font-size: 12px !important;
    }

    .woocommerce-loop-product__title {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 580px) {
    .archive .woocommerce-custom-content ul li {
        width: 45% !important;
    }
}

@media (max-width: 768px) {
    .iconic-woothumbs-thumbnails-wrap--hidden + .iconic-woothumbs-images-wrap,
    .iconic-woothumbs-all-images-wrap[data-slide-count="1"] .iconic-woothumbs-images-wrap {
        width: 100% !important;
    }
}