.single-product .container .product {
    max-width: 1277px !important;
    margin: 0 auto;
}

.single-product .product_top .yith-wcwl-add-button>a i {
    margin-right: 0 !important;
}

.single-product .product_top div.images img {
    object-fit: contain;
}

.product_top .woocommerce-product-details__short-description,
.product_top p.product-shipping-class,
.product_top .stock,
.product_top .product_meta {
    color: var(--black06-color);
    font-size: 12px;
    line-height: 19px;
}

p.product-shipping-class {
    margin: 0;
}

.product_top .stock,
.product_meta {
    margin-bottom: 11px;
}

.product_top .quantity.hidden+.single_add_to_cart_button {
    margin-left: 0 !important;
}

.single-product .cat_tag_brand_wrapper {
    display: flex;
    flex-direction: column;
}

.sku_ean_wrapper .sku_title,
.sku_ean_wrapper .ean_title,
.product_meta .posted_in {
    font-weight: 500;
}

.product_meta .posted_in a {
    font-weight: 400;
    color: var(--black06-color);
}

.single-product .product_top .yith-wcwl-add-button>a i:before {
    font-weight: 600;
    color: var(--black-color);
    font-size: 20px;
}

.single-product div.product form.cart .button {
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

.single-product #container .product_top>div {
    float: unset !important;
}

.single-product #container .product_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/*.single-product #container .product_top>.summary.entry-summary {
  width: 48%;
}

.single-product #container .product_top>div.images {
  width: 48%;
}*/

.single-product #container .product_top>.summary.entry-summary {
    width: 100%;
}

.single-product #container .product_top>div.images {
    width: 100%;
}

.single-product #container .woocommerce-tabs.wc-tabs-wrapper,
.single-product #container .product_top {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.single-product .woocommerce-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
}

.single-product div.product .product_title {
    font-weight: 700;
    font-size: 20px;
    color: var(--black-color);
}

.single-product div.product .product_title::first-letter {
    text-transform: uppercase;
}

.woocommerce div.product p.stock {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce div.product p.stock.in-stock:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
}

.woocommerce div.product p.stock.out-of-stock:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.custom_shipp_estimate,
.custom_shipp_estimate span {
    font-size: 16px !important;
    color: #21a500;
    font-weight: 600;
}


/* regular price */

.single-product .summary.entry-summary .price bdi {
    font-weight: bold;
    color: var(--price-color);
}

.single-product .summary.entry-summary .price {
    font-size: 30px;
    color: var(--hover-color);
}


/* special price */

.single-product .sale .summary.entry-summary .price del[aria-hidden="true"] bdi {
    font-size: 24px;
    color: var(--black06-color);
}

.single-product .sale .summary.entry-summary .price del[aria-hidden="true"] {
    color: var(--black06-color);
}

.single-product .sale .summary.entry-summary .price del[aria-hidden="true"]~ins {
    text-decoration: none;
}

.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-product-details__short-description * {
    font-size: 15px;
    text-align: left;
    line-height: 1.3;
    color: var(--black-color);
}

div#tab-description * {
    max-width: 100%;
}

.single-product .summary.entry-summary .quantity .qty {
    background: none;
}

.single-product .summary.entry-summary .quantity input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

.single-product .summary.entry-summary input::-webkit-outer-spin-button,
.single-product .summary.entry-summary input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
    display: none;
}

.single-product div.product form.cart .button.single_add_to_cart_button:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    content: "+";
    font-size: 13px;
}

.single-product .summary.entry-summary .quantity .qty {
    border: none;
    background: var(--white-color) !important;
    height: 35px;
    width: auto;
    width: 50px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: var(--black-color);
    border-top: 1px solid var(--greye1-color) !important;
    border-bottom: 1px solid var(--greye1-color) !important;
    border-radius: 0px !important;
}

.single-product .summary.entry-summary button.minus,
.single-product .summary.entry-summary button.plus {
    background: var(--white-color) !important;
    height: 35px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 16px;
    color: var(--black-color) !important;
    border: 1px solid var(--greye1-color) !important;
    font-weight: 700;
}

.single-product .summary.entry-summary .quantity {
    background: var(--white-color) !important;
    display: inline-flex;
    margin-right: 15px !important;
}

.single-product form.cart button {
    border: 0 !important;
    border-radius: 0 !important;
    background: #14A645 !important;
    color: var(--white-color) !important;
    line-height: 1 !important;
    transition: 0.3s !important;
}

.single-product .product_top form.cart {
    margin-bottom: 10px !important;
}

.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
}

.single-product table.variations tr {
    display: flex;
    flex-direction: column;
}

.single-product a.reset_variations {
    display: none !important;
}

.single-product table.variations {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #e1e1e1 !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    flex-wrap: wrap;
}

.single-product div.product form.cart .button {
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin-right: 17px;
    font-size: 12px;
    padding: 0px 20px;
}

.single-product div.product form.cart .button span.total_price {
    margin-left: 4px;
}

.single-product #container div.product form.cart .single_add_to_cart_button.button:hover {
    background: var(--hover-color) !important;
}

.single-product .price_sku_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.single-product .price_sku_wrapper .sku_next_to_price {
    font-size: 18px;
    color: var(--greya6-color);
}

.single-product #container .woocommerce-tabs.wc-tabs-wrapper {
    background: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 !important;
    padding: min(max(1rem, calc(1rem + ((1vw - 0.32rem) * 2.5))), 5rem);
    min-height: 0vw;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
    box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Plus Jakarta Sans'; 
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    padding: 20px 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    border: 0;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
ul.tabs.wc-tabs {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel * {
    text-align: left;
    max-width: 100%;
}

.woocommerce div.product .woocommerce-tabs .comment-text .rating-count {
    display: none;
}

.woocommerce #review_form #respond textarea {
    border: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    margin: 0 !important;
    display: flex;
    gap: 4px;
}

.woocommerce-tabs ul.tabs::after{
    display: none !important;
  }

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 4px 4px 0px 0px;
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }
  
  .woocommerce div.product .woocommerce-tabs .panel{
    margin: 0px;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    flex-basis: calc(100%/3);
    flex-grow: 1;
    text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:not(.active) {
    background: #EDEDED;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:not(.active) a {
    color: var(--black-color);
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
    /* color: var(--white-color) !important; */
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
    background: #fff !important;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    clear: unset !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
    clear: none;
}


/* Gallery icon zoom */

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    left: 0.5em;
    right: unset;
}

.pswp__top-bar button.pswp__button,
.pswp__top-bar button.pswp__button--arrow--left::before,
.pswp__top-bar button.pswp__button--arrow--right::before,
.pswp__top-bar button.pswp__button:hover {
    background-color: transparent !important;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0 !important;
}


/* Gallery icon zoom end */

.woocommerce div.product div.images .flex-control-thumbs {
    display: none;
    overflow: visible;
}

.flex-control-nav .slide-arrow.slick-disabled {
    display: none !important;
}

.flex-control-nav .slick-list {
    margin: 0 -7px;
}

.flex-control-nav li {
    margin: 0 7px !important;
    border: 1px solid var(--greye1-color);
}

.flex-control-nav .slide-arrow.prev-arrow {
    box-shadow: none !important;
    top: 50%;
    /* transform: translatey(-750%); */
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  color: red !important;
  cursor: pointer;

  position: absolute;
  top: -234% !important;
}

.flex-control-nav .slide-arrow.prev-arrow:before {
  content:'';
  background-image: url('https://peci-keramika.si/wp-content/uploads/2023/10/Group-2159.svg') !important;
  width: 70px;
  height: 70px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  border: none !important;
}

.flex-control-nav .slide-arrow.next-arrow {
    box-shadow: none !important;
    top: 50%;
    /* transform: translatey(-750%); */
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  color: red !important;
  cursor: pointer;

  position: absolute;
  top: -234% !important;
}

.flex-control-nav .slide-arrow.next-arrow:before {
  content:'';
  background-image: url('https://peci-keramika.si/wp-content/uploads/2023/10/Group-2159.svg') !important;
  width: 70px;
  height: 70px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  border: none !important;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{
    box-shadow: none !important;
    top: 50%;
    /* transform: translatey(-750%); */
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  color: red !important;
  cursor: pointer;

  position: absolute;
  /*! top: -234% !important; */
    left: 0px;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before {
  content:'';
  background-image: url('https://peci-keramika.si/wp-content/uploads/2023/10/Group-2159.svg') !important;
  width: 70px;
  height: 70px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  border: none !important;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
    box-shadow: none !important;
    top: 50%;
    /* transform: translatey(-750%); */
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  color: red !important;
  cursor: pointer;

  position: absolute;
  /*! top: -234% !important; */
    right: 0px;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before {
  content:'';
  background-image: url('https://peci-keramika.si/wp-content/uploads/2023/10/Group-2159.svg') !important;
  width: 70px;
  height: 70px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  border: none !important;
}

.flex-control-nav .slide-arrow.slick-disabled {
    display: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    max-width: 200px !important;
    border: 1px solid #D9D9D9 !important;
  }
  
  .woocommerce div.product div.images img{
    aspect-ratio: 3/2;
    object-fit: cover !important;
    opacity: 1 !important;
  }

.slide-arrow {
    position: absolute;
    font-family: 'FontAwesome';
    font-style: normal;
    color: var(--white-color);
    font-size: 14px;
}

.prev-arrow {
    left: 0;
    z-index: 999;
    justify-content: start;
    margin-left: -18px;
    padding-right: 2px;
}

.next-arrow {
    justify-content: end;
    right: -2px;
    z-index: 999;
    margin-right: -18px;
    padding-left: 2px;
}

@media (max-width:767px) {
    .prev-arrow {
        margin-left: -10px;
    }
    .next-arrow {
        margin-right: -10px;
    }
}

.woocommerce div.product .variations_form {
    display: flex;
    flex-direction: column;
}

.flex-viewport,
.woocommerce-product-gallery__wrapper {
    margin-bottom: 120px;
}

.woocommerce-product-gallery__image img{
    max-height: 600px !important;
    width: auto !important;
    margin: 0 auto !important;
  }

.flex-viewport>.woocommerce-product-gallery__wrapper {
    border: 0 !important;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

section .products .product {
    border: 1px solid var(--greye1-color);
    box-sizing: border-box;
    border-right: 0;
    height: inherit;
    margin-bottom: 0 !important;
}

section .products .product:last-child {
    border-right: 1px solid var(--greye1-color) !important;
}

section .slick-track {
    display: flex;
}

.upsells ul li {
    clear: none !important;
}

.upsells>h2,
.related>h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

div.product form.no_margin *,
div.product form.no_margin {
    margin-bottom: 0 !important;
}

div.product form.no_margin+.call_us_info {
    margin-top: 0 !important;
}


/* MEDIA Q */

@media (max-width: 767px) {
    .single-product #container .product_top {
        flex-direction: column;
    }
    .single-product #container .product_top>div.images {
        width: 100%;
    }
    .single-product #container .product_top>.summary.entry-summary {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .single-product .product_top div.images img {
        max-height: 300px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: flex;
        flex-direction: column;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0px;
    }
    .single-product .summary.entry-summary .quantity .qty {
        max-width: 60px;
    }
    .single-product .summary.entry-summary button.minus,
    .single-product .summary.entry-summary button.plus {
        padding: 5px;
    }
    .single-product .summary.entry-summary .quantity {
        margin-right: 15px !important;
        padding-right: 10px;
        min-width: 111px;
    }
    .single-product .summary.entry-summary button.minus {
        order: 1;
        flex-grow: 1;
    }
    .single-product .summary.entry-summary .quantity input[type="number"] {
        order: 2;
        flex-grow: 1;
    }
    .single-product .summary.entry-summary button.plus {
        order: 3;
        flex-grow: 1;
    }
    .single-product div.product .product_title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .single-product .summary.entry-summary .quantity {
        margin: 0 0 20px 0 !important;
        justify-content: center;
    }
    .single-product div.product form.cart button.button {
        margin-left: 0;
    }
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2999;
    transition: all .6s;
    animation: slide-up-fade-in ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: slide-up-fade-in ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: slide-up-fade-in ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: slide-up-fade-in ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: slide-up-fade-in ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}

@media (max-width:991px) {
    .woocommerce-notices-wrapper {
        bottom: 50px;
        right: 20px;
        left: 20px;
    }
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border: none;
    box-shadow: 0 5px 15px #00000017;
    border-radius: 2px;
    background: var(--white-color);
    z-index: 2999;
    transition: all .6s;
}

.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
    margin-left: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-notices-wrapper .woocommerce-error:before {
    content: "\e016";
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}


/*BREADCRUMB*/

.woocommerce-breadcrumb {
    padding: 5px 0 5px !important;
    background-color: var(--breadcrumb-background);
    color: var(--white-color) !important;
}

.summary.entry-summary .product-availability {
    margin: 25px auto;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--white-color) !important;
}

.woocommerce .woocommerce-breadcrumb a:first-child {
    font-weight: bold;
}

.product_info_block {
    background-color: #EFF6FE;
}

.product_info_block_img {
    max-width: 56px;
}

.product_info_block_text {
    font-size: 13px;
    line-height: 15px;
    color: var(--black06-color);
    margin: 10px 15px 10px 13px;
}


.product_info_block_img img {
    width: 33px;
    height: auto;
    margin: 10px 20px;
}

.product_info_block_text a {
    color: #4ACFF9 !important;
}

.single-product #container .product_top>.summary.entry-summary .star-rating+.rating-count {
    display: none;
}

.woocommerce-review-link {
    visibility: hidden;
}

.woocommerce-review-link .count {
    visibility: initial;
}

.woocommerce-review-link .count:before {
    content: "(";
}

.woocommerce-review-link .count:after {
    content: ")";
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    height: 45px !important;
}

.title_rating_wrapper {
    margin-bottom: 15px !important;
}

.advanced-woo-labels {
    margin: 10px 12px;
}

.product-shipping-class {
    font-weight: bold;
}

.related.products,
.up-sells.products {
    margin-top: 50px;
}

.benefits-column-left {
    border: 1px solid #E5E5E5;
}

.benefits-column-right {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.benefits .benefits-right {
    margin-left: 15px !important;
}

@media (max-width: 768px) {
    .benefits-column-left,
    .benefits-column-right {
        border: 1px solid #E5E5E5;
    }
    .single-product div.product form.cart .button {
        padding: 0px 16px;
    }
}

.benefits .benefits-left img {
    margin: 5px !important;
}

.pdf-link a {
    color: var(--hover-color) !important;
}

#enquiryButton:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    content: "+";
    font-size: 13px;
}

#enquiryButton {
    background-color: var(--white-color);
    color: #14A645;
    border: 2px solid #14A645 !important;
    height: 35px;
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
    max-width: 233px !important;
    margin-right: 17px;
    font-size: 13px;
    padding: 0px 15px;
}

#enquiryButton:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
    border: 2px solid var(--hover-color) !important;
}

.product-shipping-class {
    margin-top: 25px !important;
    padding-top: 21px !important;
    border-top: 1px solid #E5E5E5;
}

.quantity.hidden,
.woocommerce-variation-add-to-cart-disabled .quantity {
    display: none !important;
}


/*BENEFITS start*/

.benefits {
    padding-top: 20px;
    padding-bottom: 0;
}

.benefits .benefits-column {
    display: flex;
    margin-bottom: 15px;
    padding: 12px;
}

.benefits .benefits-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.benefits .benefits-left img {
    max-height: 35px;
    height: auto;
    object-fit: contain;
    height: 50px;
    width: 50px
}

.benefits .benefits-right {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    font-size: 14px;
    text-align: left;
    color: #636363;
    justify-content: flex-start;
}

.benefits .benefits-right h3 {
    font-size: 13px;
    color: var(--black-color);
    margin-bottom: 7px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.benefits .benefits-right p {
    font-size: 13px;
    font-weight: 400;
    color: var(--black06-color);
    margin-bottom: 0;
    line-height: 15px;
}


/*BENEFITS end*/


/*WISHLIST START*/

.product_top .yith-wcwl-wishlistaddedbrowse .feedback i:before,
.product_top .yith-wcwl-wishlistexistsbrowse .feedback i:before {
    color: var(---red-color);
}

.product_top .yith-wcwl-add-to-wishlist .feedback a {
    color: var(---red-color);
}

.product_top .yith-wcwl-add-to-wishlist.exists {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.product_top .yith-wcwl-wishlistaddedbrowse,
.product_top .yith-wcwl-wishlistexistsbrowse {
    margin-top: 15px !important;
    display: inline-block;
}

.product_top a.button.add_to_wishlist,
.product_top a.button.add_to_wishlist:hover {
    background-color: transparent !important;
    padding: 0;
}

.product_top a.button.add_to_wishlist {
    margin-right: 0 !important;
}

.product_top .yith-wcwl-add-to-wishlist .add_to_wishlist {
    padding: 0px !important;
}

.product_top .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-top: 0 !important;
}


/*WISHLIST END*/

div#product_total_price {
    width: 100%;
}

p.iworks-omnibus {
    font-size: 13px !important;
    color: #000;
    font-style: italic;
    margin: 10px 0 20px;
    display: block;
}


/* .woo-variation-gallery-slider .slick-slide.slick-current.slick-active img{
    width: 600px !important;
    height: auto !important;
  } */
  

  @media (min-width:992px) {
  .woo-variation-gallery-wrapper .woo-variation-gallery-slider img{
    /* max-height: 600px !important;
    width: auto !important;
    height: 100%; */
    object-fit: contain;
    max-height: 600px !important;
    width: 100% !important;
    /* height: 100%; */
    /* height: 80vh;
    object-fit: cover;
    aspect-ratio: 16/9 !important; */
    height: 100%;
  }
}

@media (max-width:992px) {
  .woo-variation-gallery-wrapper .woo-variation-gallery-slider img{
    max-height: 400px !important;
    width: auto !important;
    height: 60vh;
    object-fit: cover;
    aspect-ratio: 16/9 !important;
    height: 100%;
  }
}

@media (max-width:992px) {
  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{
    width: 31px;
    height: 31px;
  }

  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow::before{
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
  }

  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow{
    width: 31px;
    height: 31px;
  }

  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow::before{
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
  }
}

  .woo-variation-product-gallery{
    max-height: 911px;
  }

  .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{
    opacity: 1 !important;
    border: 1px solid #D9D9D9;
  }
  
  .woo-variation-gallery-wrapper .slick-slide.slick-current.slick-active{
    position: relative;
    /* top:-7px; */
    z-index: 999;
    overflow: visible;
    
  }
  
  .woo-variation-gallery-wrapper .slick-track .slick-slide.slick-current.slick-active .wvg-gallery-thumbnail-image img{
    border: 1px solid #E3262E;
  }
  
  .woo-variation-gallery-wrapper .slick-list{
    overflow: visible !important;
    height: 100% !important;
  }
  .woo-variation-gallery-wrapper .slick-track{
    align-items: center;

  }
  .hero-half-img img{
    max-height: 500px !important;
    width: auto !important;
    margin: 0 auto;
  }


  .product-tabs-section-img{
    object-fit: cover;
    object-position: 50% 50%;
  }
  .product-tabs-section-left{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .product-tabs-section-right{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .product-tabs-section{
    margin-bottom: 80px;
  }

  .woocommerce table.shop_attributes th{
    color: #E3262E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    padding: 12px !important;
    width: 300px !important;
  }
  .woocommerce table.shop_attributes td p{
    text-align: right !important;
    font-style: normal !important;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal; 
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    color: #000 !important;
  }



.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
  border-bottom: 1px solid #D9D9D9;
}

.woocommerce table.shop_attributes {
  border-top: none !important;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
  background: inherit !important;
}

.woocommerce div.product .woocommerce-tabs .panel{
  padding: 34px 27px;
}

.pdf-file{
    display: flex;
    align-items: center;
    gap: 15px;
}
.pdf-file img{
    width: 20px;
}

.woocommerce-tabs{
    width: 100%;
  }

  .product-tabs-section-img{
    max-height: 600px;
  }

  .woocommerce-product-attributes-item--attribute_pa_dodatki{
    display: none !important;
  }

  .woo-variation-product-gallery {
    margin: 0 auto;
  }



  .product-name-top{
    color: #D9D9D9;
    font-size: 18px;
    font-weight: 400;
  }

  @media (max-width: 768px) {
    .product-name-top{
        font-size: 14px;
      }
  }

  .product-name{
    color: #000;
    font-size: 60px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    }
    
     @media (max-width: 768px) {
      .product-name{
        font-size: 40px !important;
        font-weight: 700 !important;
      }
    }

    .hero-half-img-product{
        max-height: 500px !important;
        width: auto !important;
        margin: 0 auto;
        object-fit:cover;
    }

    .product-tabs-section{
      width: 100%;
    }

    @media (max-width: 992px) {
    .product-page-description{
      order:1;
    }
    .product-page-photo{
      order:2;
    }

    .product-hero{
      background-image: none !important;
    }

    .s6-photo{
      min-height: 240px;
    }

    /* .single-product .woo-variation-gallery-slider-wrapper .slick-list .slick-slide img{
      height: inherit !important;
      max-width:200px !important; 
    } */
  }


  .ps1-bottom{
    margin-bottom: 0px !important;
  }

  /*REUSABLE BLOCKS START*/
  .eplus-styles-uid-851c51 {
    margin-bottom:0!important
  }
  .eplus-styles-uid-851c51 {
    order:2
  }
  .eplus-styles-uid-9113ca {
    border-left:2px solid #ff0000;
    margin-bottom:25px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-left:10px
  }
  .eplus-styles-uid-e63681 {
    margin-bottom:20px!important
  }
  .eplus-styles-uid-bb8e6a {
    margin-bottom:24px
  }
  .eplus-styles-uid-ca4304 {
    margin-bottom:40px
  }
  .eplus-styles-uid-7edaa6 {
    letter-spacing:0;
    text-decoration:underline;
    text-transform:uppercase;
    text-decoration-color:!important;
    text-decoration-style:!important;
    margin-top:24px
  }
  .eplus-styles-uid-7a1722 {
    z-index:0;
    position:absolute;
    top:10%;
    right:0;
    left:0;
    transform:translateY(-10px)
  }
  @media (max-width:600px) {
    .eplus-styles-uid-7a1722 {
      z-index:0;
      position:relative;
      top:12px;
      right:0;
      left:0;
      transform:translateY(0px)
    }
  }
  .eplus-styles-uid-7a1722 {
    order:1
  }
  .eplus-styles-uid-5176d2 {
    z-index:0;
    overflow:hidden;
    position:relative
  }
  @media (max-width:600px) {
    .eplus-styles-uid-5176d2 {
      z-index:0;
      overflow:hidden;
      position:relative;
      display:flex;
      flex-direction:column
    }
  }
  .eplus-styles-uid-2771f6 {
    z-index:0;
    position:relative
  }
  .eplus-styles-uid-2771f6 {
    background-image:url(https://peci-keramika.si/wp-content/uploads/2023/10/Group-2272.jpg);
    background-repeat:no-repeat
  }
  .eplus-styles-uid-4516e9 {
    margin-bottom:23px
  }
  .eplus-styles-uid-cceb95 {
    margin-bottom:32px
  }
  .eplus-styles-uid-98a4b2 {
    padding-right:5%;
    padding-left:5%
  }
  .eplus-styles-uid-635813 {
    padding-top:84px;
    padding-bottom:50px;
    z-index:0;
    position:relative
  }
  .eplus-styles-uid-8edadb {
    width:100%;
    z-index:999!important;
    position:absolute;
    right:0!important;
    bottom:0!important
  }
  .eplus-styles-uid-8edadb {
    background:linear-gradient(270deg,#E3262E 29.95%,rgba(247,239,240,.00) 100%)
  }
  .eplus-styles-uid-ae5105 {
    z-index:0;
    position:relative
  }
  .eplus-styles-uid-b738b3 {
    z-index:0;
    position:relative
  }
  .eplus-styles-uid-b738b3 {
    background-image:url(https://peci-keramika.si/wp-content/uploads/2023/10/Group-2583-min.jpg);
    background-size:cover
  }
  .eplus-styles-uid-ebfa79 {
    margin-bottom:23px
  }
  .eplus-styles-uid-78eaee {
    margin-bottom:0
  }
  .eplus-styles-uid-ce32dc {
    font-size:120px;
    margin-bottom:0;
    height:100px;
    width:200px;
    z-index:10;
    position:absolute;
    top:-10px;
    left:20px
  }
  .eplus-styles-uid-bba2c2 {
    z-index:0;
    position:absolute;
    top:0;
    bottom:0
  }
  .eplus-styles-uid-8f2931 {
    border-radius:0 0 0 4px;
    z-index:-1;
    position:absolute;
    right:0;
    left:0
  }
  .eplus-styles-uid-8f2931 {
    background:linear-gradient(90deg,#E3262E 0,rgba(255,255,255,.00) 70%)
  }
  .eplus-styles-uid-6956ad {
    margin-bottom:24px!important;
    z-index:0;
    position:relative
  }
  .eplus-styles-uid-8cdf12 {
    margin-bottom:20px
  }
  .eplus-styles-uid-c508d8 {
    margin-bottom:120px;
    padding-right:5%;
    padding-left:5%
  }
  .eplus-styles-uid-283f7d {
    margin-bottom:120px;
    padding-right:5%;
    padding-left:5%
  }
  .eplus-styles-uid-bab8e1 {
    margin-bottom:120px;
    padding-right:5%;
    padding-left:5%
  }
  .eplus-styles-uid-595ba2 {
    margin-bottom:120px;
    padding-right:5%;
    padding-left:5%
  }
  .eplus-styles-uid-961c11 {
    padding-top:120px;
    padding-bottom:80px
  }
  .eplus-styles-uid-bd42fc {
    margin-bottom:84px
  }
  @media (max-width:600px) {
    .eplus-styles-uid-bd42fc {
      margin-bottom:40px
    }
  }
  .eplus-styles-uid-124054 {
    padding-top:104px;
    padding-bottom:104px
  }
  .eplus-styles-uid-124054 {
    background-image:url(https://peci-keramika.si/wp-content/uploads/2023/10/Group-2583-min.jpg);
    background-size:cover
  }
  .eplus-styles-uid-7b7dbd {
    margin-bottom:26px
  }
  .eplus-styles-uid-79890c {
    z-index:0;
    position:relative;
    top:-100px
  }
  .eplus-styles-uid-03e7da {
    padding-left:65px
  }
  @media (max-width:600px) {
    .eplus-styles-uid-03e7da {
      padding-left:0
    }
  }
  .eplus-styles-uid-eea1ac {
    padding-right:5%
  }
  @media (max-width:600px) {
    .eplus-styles-uid-eea1ac {
      margin-top:-100px!important
    }
  }
  .eplus-styles-uid-242246 {
    gap:60px;
    flex-direction:
  }
  @media (max-width:981px) {
    .eplus-styles-uid-242246 {
      gap:32px;
      flex-direction:column
    }
  }
  @media (max-width:600px) {
    .eplus-styles-uid-242246 {
      gap:32px;
      flex-direction:column
    }
  }
  .eplus-styles-uid-c808dd {
    border-radius:4px 4px 4px 4px;
    padding-top:70px;
    padding-bottom:60px;
    z-index:0;
    position:relative
  }
  .eplus-styles-uid-5336b8 {
    margin-bottom:56px
  }
  .eplus-styles-uid-bce8e2 {
    font-size:13px
  }
  .eplus-styles-uid-e0a666 {
    margin-bottom:50px!important
  }
  .eplus-styles-uid-d3485a {
    gap:32px;
    flex-direction:
  }
  @media (max-width:981px) {
    .eplus-styles-uid-d3485a {
      gap:32px;
      flex-direction:column
    }
  }
  @media (max-width:600px) {
    .eplus-styles-uid-d3485a {
      gap:32px;
      flex-direction:column
    }
  }
  .eplus-styles-uid-8fe698 {
    padding-top:120px
  }
  @media (max-width:600px) {
    .eplus-styles-uid-8fe698 {
      padding-top:40px!important
    }
  }
  .eplus-styles-uid-a7595b {
    line-height:24px;
    margin-bottom:3px!important
  }
  .eplus-styles-uid-f6b1c1 {
    line-height:24px;
    font-size:22px;
    margin-bottom:3px!important
  }
  .eplus-styles-uid-20ef5a {
    margin-bottom:16px;
    max-width:300px
  }
  .eplus-styles-uid-8a5d72 {
    max-width:300px
  }
  .eplus-styles-uid-22d729 {
    padding-left:40px;
    z-index:0;
    position:absolute;
    right:50px;
    bottom:23px;
    left:50px
  }
  .eplus-styles-uid-22d729 {
    gap:15
  }
  .eplus-styles-uid-d4e667 {
    height:100%!important;
    z-index:0;
    position:relative
  }
  .eplus-styles-uid-999a83 {
    font-size:44px;
    padding-bottom:37px
  }
  .eplus-styles-uid-f57284 {
    padding-top:48px;
    padding-right:66px;
    padding-bottom:48px;
    padding-left:66px
  }
  @media (max-width:600px) {
    .eplus-styles-uid-f57284 {
      padding-top:40px;
      padding-right:16px;
      padding-bottom:48px;
      padding-left:16px
    }
  }
  .eplus-styles-uid-34c895 {
    box-shadow:0 2px 14px 0 #4242421a;
    border-radius:4px 4px 4px 4px;
    margin-bottom:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
    z-index:0;
    overflow:hidden
  }
  .eplus-styles-uid-6b9076 {
    z-index:0;
    position:relative;
    right:0;
    bottom:-200px;
    left:0
  }
  
  
  /*REUSABLE BLOCKS END*/

  .services-item{
    margin-bottom: 120px;
    padding-right: 5%;
    padding-left: 5%;
  }