/*
Theme Name: Alvla-Codemix

WooCommerce styles override
*/
.notransform {
    transform: none !important;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {

    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }
}

/**
 * Products
 */
ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

.label-new {
    position: absolute;
    top: 0;
    right: 0;
    background: #011d71;
    color: #fff;
    font-weight: 700;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: 1.3px;
    line-height: 240%;
    box-shadow: -2px 2px 6px -2px #011d71;
}

@media screen and (min-width: 48em) {

    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }

    .catalog-shop ul.products.columns-3 li.product:nth-child(3n) {
        margin-right: 0;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.79667%;
    }

    ul.products.columns-4 li.product {
        width: 22.15%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}

@media screen and (max-width: 991px) {
    .related.products ul.products.columns-4 li.product {
        width: 46.15%;
        float: left;
        margin-right: 3.8%;
    }
}

@media screen and (max-width: 459px) {
    .related.products ul.products.columns-4 li.product {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

/**
 * Single product
 */
.single-product div.product {
    position: relative;
}

.single-product p.price {
    float: left;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: block;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #4169e1;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #0f834d;
    clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2;
}

.woocommerce-error {
    background-color: #e2401c;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {

    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #4169e1;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

/*-----------NEW STYLE--------------*/
.product-template-default section h2 {
    padding: 0;
    margin: 0 0 40px;
    margin-bottom: 40px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1;
}

.single-product div.product {
    position: relative;
    padding-top: 3px;
}

.tab-container1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

.tab-buttons1 {
    display: flex;
    gap: 17px;
}

button.tab-button1 {
    padding: 14px 13px 14px 13px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s ease;
    border-top: 2px solid rgba(45, 45, 45, 0.10);
    font-family: Raleway;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    color: #3A3A3A;
    line-height: 1.75;
}

.tab-button1 span {
    display: block;
    margin-top: 8px;
    font-variant-numeric: lining-nums;
    color: #3A3A3A;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 175.131%;
}

.tab-button1:hover,
.tab-button1.active {
    border-top: 2px solid #2D2D2D;
}

.tab-button1:hover span,
.tab-button1.active span {
    font-weight: 700;
}

.tab-content1 {
    padding: 10px;
}

.tab-pane1 {
    display: none;
}

.tab-pane1.active {
    display: block;
}

.product-template-default thead {
    background: #F9F9F9;
}

.product-template-default th {
    font-weight: 400;
}

.product-template-default tr th,
.product-template-default tr td {
    padding: 9px 12px !important;
}

.product-template-default tr:first-child td {
    background: transparent;
}

.product-template-default tr td {
    width: auto !important;
}

.product-template-default tr td:first-child {
    width: 126px !important;
}

.product-template-default td {
    border: 1px solid #F2F2F2;
}

.cart-heading {
    color: #282828;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 175.131%;
    margin-bottom: 6px;
}

.woocommerce-product-details__short-description p {
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

.woocommerce-product-details__short-description table tr > td:first-child {
    white-space: nowrap;
}

.summary.entry-summary {
    position: relative;
}

.summary.entry-summary .woocommerce-Price-amount.amount {
    display: inline-block;
    position: relative;
    color: #3A3A3A;
    font-family: "Gotham";
    font-size: 32px;
}

.summary.entry-summary .product-template-default bdi {
    color: #3A3A3A;
    font-family: "Gotham";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

.summary.entry-summary .woocommerce-Price-currencySymbol {
    display: none;
}

.summary.entry-summary .woocommerce-Price-amount.amount::before {
    content: " *Maloobchodní cena je uvedena až do 30 ks, bez dodacích nákladů.";
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    position: absolute;
    display: block;
    bottom: -20px;
    width: 400px;
}

.summary.entry-summary .woocommerce-Price-amount.amount::after {
    content: " Kč bez DPH*";
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

.summary.entry-summary form.cart {
    display: none;
}

a.cart-form1 {
    display: inline-flex;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #011D71;
    color: white;
    text-decoration: none;
    color: #FFF;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    transition: 0.5s all;
    position: relative;
    right: 0;
    margin-bottom: 47px;
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

a.cart-form1:hover {
    background: #01248d;
}

.summary-inner {
    position: relative;
}

.woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.product-template-default div.product ul li {
    list-style: none;
    padding: 0;
    padding-left: 0px;
    padding-left: 0px;
    margin: 0;
    position: relative;
    padding-left: 31px;
    line-height: 1px;
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    padding-bottom: 5px;
}

.product-template-default div.product ul li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 5px;
    border-radius: 2.5px;
    background: #CBCBCB;
    top: 17px;
    left: 0px;
}

.stock.in-stock {
    color: #0f834d;
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

/*--------------------BIG FORM------------------------*/
.cart-subheading {
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
}

.big-form form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 21px;
    padding-top: 16px;
}

.big-form form label {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 3px;
}

.big-form form label span {
    margin-right: 30px;
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 175.131%;
    letter-spacing: 1.4px;
}

.big-form form label a {
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #B9B9B9;
    display: flex;
    text-decoration: none;
    top: 0;
    right: 0px;
    color: #B9B9B9;
    justify-content: center;
    align-items: center;
    padding: 1px;
    font-size: 12px;
}

.big-form form select {
    border: 0px solid #ccc;
    margin-top: 5px;
    min-width: 163px;
    background: #F9F9F9;
    height: 39px;
    padding: 7px 16px 7px 16px;
}

.submit-area {
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding-top: 20px;
}

.submit-area a {
    bottom: 0;
    position: relative;
}

/*--------------------TABS---------------------------*/
.product-template-default section {
    margin-bottom: 350px;
    max-width: 100%;
}

.product-template-default section h2 {
    padding: 0;
    margin: 0 0 40px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1;
}

.tab-container2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 28px;
}

.tab-buttons2 {
    display: flex;
    gap: 60px;
    border-bottom: 1px solid #CBCBCB;
}

.tab-button2 {
    padding: 12px 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    text-decoration: none;
    color: #CBCBCB;
}

.tab-button2:hover,
.tab-button2.active {
    color: #3A3A3A;
}

.tab-content2 {
    padding: 0px;
}

.tab-pane2 {
    display: none;
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

.tab-pane2.active {
    display: block;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

/*---------------------POLKA----------------------*/
.single-inner.single-inner--s1 {
    display: flex;
    justify-content: flex-start;
}

.single-inner.single-inner--s1 > div {
    max-width: 50%;
    width: 50%;
}

.slider.slider--s1 {
    width: 100%;
    max-width: 613px;
    margin-right: 20px;
}

.slider.slider-thumbs {
    position: relative;
    margin-top: 15px;
    margin-right: 20px;
    padding: 0 25px;
}

.tab-pane .slider.slider--s1 img {
    margin: 0 auto;
}

.tab-pane .slider.slider-thumbs {
    max-width: 613px;
    margin-right: 20px;
    margin-bottom: 30px;
}

/*.slider.slider-thumbs .slider-nav {*/
/*	display: flex;*/
/*	justify-content: center;*/
/*}*/

.slider.slider-thumbs .slider-item {
    padding: 0 8px
}

.slider.slider-thumbs .control-button {
    display: flex !important;
    cursor: pointer;
}

.slider.slider-thumbs .control-button.next {
    left: auto;
    right: 0;
}

.slider.slider-thumbs .control-button.prev {
}

.slider.slider-thumbs .slider-item img {
    border: 1px solid transparent;
}

.slider.slider-thumbs .slider-item.slick-current img {
    border-color: #D9D9D9;
}

.text-about-slider {
    font-size: 14px;
    font-weight: 400;
    line-height: 175.131%;
}

.slider.slider-nav {
    max-width: 613px;
    margin-top: 10px;
}

.slick-arrow {
    padding: 0;
    font-size: 0;
    background: none;
    position: absolute;
    border: none;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slick-arrow {
    padding: 0;
    font-size: 0;
    background: none;
    position: absolute;
    border: none;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.slick-prev.slick-arrow::before {
    content: url(/wp-content/uploads/2024/06/arrow.png);
    display: inline-block;
    width: 14px;
    height: 26px;
}

.slick-next.slick-arrow:before {
    content: url(/wp-content/uploads/2024/06/arrow.png);
    display: inline-block;
    width: 14px;
    height: 26px;
    transform: rotate(-180deg);
}

/*---------------------KOLESKA--------------------------*/
.product-template-default section {
    margin-bottom: 80px;
}

.product-template-default section h2 {
    padding: 0;
    margin: 0 0 40px;
    margin-bottom: 45px;
    font-size: 32px;
    line-height: 1;
}

.tab-container4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 28px;
}

.tab-buttons4 {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #CBCBCB;
}

.tab-button4 {
    padding: 0px 0 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    text-decoration: none;
    color: #CBCBCB;
}

.tab-button4:hover,
.tab-button4.active {
    color: #3A3A3A;
}

.tab-content2 {
    padding: 0px;
}

.tab-pane4 {
    display: none;
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

.tab-pane4.active {
    display: block;
}

.photo-zona {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.photo-zona-item {
    max-width: 32%;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CBCBCB;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photo-zona-item img {
    padding: 4px 0;
    width: 192px;
}

.photo-zona-item span {
    display: block;
    text-align: left;
    border-top: 1px solid #CBCBCB;
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    padding: 20px 23px;
    width: 100%;
}

.product-template-default section ul {
    padding: 0;
    margin: 0;
}

.product-template-default section ul li {
    list-style: none;
    padding: 0;
    padding-left: 0px;
    padding-left: 0px;
    margin: 0;
    position: relative;
    padding-left: 31px;
    line-height: 1px;
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    padding-bottom: 5px;
}

.product-template-default section ul li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 5px;
    border-radius: 2.5px;
    background: #CBCBCB;
    top: 17px;
    left: 0px;
}

.product-template-default section.related.products ul li::before {
    content: none;
}

.product-template-default section.related.products ul li {
    padding-left: 0;
}

/*--------------------TKANI------------------*/
section.tkani {
    width: 100%;
    margin-bottom: 30px;
}

.tkani .single-inner.single-inner--s1 {
    display: block;
}

/*--------------------BAMPERS----------------*/
.bampers .tab-container {
    display: flex;
}

.bampers .tab-buttons {
    display: flex;
    flex-direction: column;
    width: 237px;
    min-width: 237px;
    gap: 6px;

}

.bampers .tab-button {
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    border-left: 1px solid #9F9F9F;
    color: #9F9F9F;
    background: transparent;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    font-family: Raleway;
    border-radius: 0;
    line-height: 1.75;
}

.bampers .tab-button:hover,
.bampers .tab-button.active {
    border-left: 1px solid #3A3A3A;
    color: #3A3A3A;
}

.bampers .tab-content {
    flex: 1;
    padding: 10px;
    border-left: 1px solid #9F9F9F;
    padding-left: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    font-family: Raleway;
    width: calc(100% - 237px);
}

.bampers .tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/*---------------------TABLE CHAHLY-------------------------*/
.product-template-default .summary.entry-summary.product-chehly tr th:first-child {
    min-width: 206px;
}

/*---------------------PODNOZHKA-------------------------*/
.change-photo {
    margin-bottom: 100px;
}

.single-inner.single-inner--change-photo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.change-photo__img {
    width: 535px;
    position: relative;
    height: 503px;
    min-width: 535px;
}

.change-photo__img img {
    object-fit: cover;
    position: absolute;
}

.change-photo__img img:first-child {
    z-index: 1;
}

.change-photo__img img:last-child {
    z-index: 0;
}

.change-photo.view2 .change-photo__img img:last-child {
    z-index: 2;
}

.change-photo__start {
    display: flex;
    gap: 20px;
}

.button-start1,
.button-start2 {
    border-radius: 3px;
    border: 1px solid #3A3A3A;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 175.131%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 26px;
    height: 58px;
    cursor: pointer;
    width: 100%;
    max-width: 337px;
    font-family: Raleway;
}

.change-photo .change-photo__start > div:last-child {
    color: #9F9F9F;
}

.change-photo.view2 .change-photo__start > div:last-child {
    color: #3A3A3A;
}

.change-photo.view2 .change-photo__start > div:first-child {
    color: #9F9F9F;
}

.change-photo__start botton + div {
    font-size: 14px;
    font-weight: 400;
    line-height: 175.131%;
}

.product-template-default section.form {
    margin: 0;
}

/*-----------------------STEPS----------------------------*/
.product-template-default section.stepsproduct {
    padding: 100px 0;
    text-align: center;
    margin-bottom: 0;
}

.steps__subheading {
    color: #3A3A3A;
    text-align: center;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

.steps-list-box {
    position: relative;
    height: 421px;
    margin: 20px 0;
}

.steps-list-item {
    width: 383px;
    position: absolute;
}

.steps-list-item > img {
    position: absolute;
}

.steps-list-item:nth-child(1) {
    left: 0;
    top: 0;
}

.steps-list-item:nth-child(2) {
    left: 19%;
    top: 280px;
}

.steps-list-item:nth-child(3) {
    left: 59%;
    top: 0;
}

.steps-list-item:nth-child(4) {
    left: 79%;
    top: 280px;
}

.steps-list-inner {
    display: flex;
    justify-content: space-between;
}

.steps-list-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.steps-list-title {
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 175.131%;
    display: block;
    text-align: left;
    margin-bottom: 4px;
}

.steps-list-text {
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    display: block;
}

.steps-map {
    position: absolute;
    top: 30px;
    left: 50px;
}

.stepsproduct a {
    display: inline-flex;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #011D71;
    color: #FFF;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    text-decoration: none;
    margin: 0 auto;
    width: 135px;
    transition: 0.5s all;
}

.stepsproduct a:hover {
    background: #01248d;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 1;
    width: 40px;
    background: transparent;
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background: rgba(45, 45, 45, 0.10);
}

img.emoji {
    display: none !important;
}

.woocommerce-product-gallery__trigger::before {
    content: url(/wp-content/themes/alvla/img/four-side-expand-line-icon.svg);
    position: relative;
    width: 30px;
    height: 30px;
    display: none;
}

.pswp--open {
    display: none;
}

.popuper .woocommerce-product-gallery__trigger::before {
    content: none;
}

.popuper.popuper-product {
    max-width: 1248px;
    text-align: center;
    padding: 40px 100px 80px;
}

.overlay:target + .popuper.popuper-product {
    top: 5%;
}

.popuper.popuper-product .flex-control-nav.flex-control-thumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.popuper.popuper-product .flex-control-nav.flex-control-thumbs li {
    max-width: 120px;
}

.popuper.popuper-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 800px;
    margin-right: 20px;
    margin: 0 auto;
}

.popuper.popuper-product .woocommerce-product-gallery__wrapper > * {
    cursor: zoom-in;
}

.popuper.popuper-product .woocommerce-product-gallery__wrapper img {
    cursor: zoom-in;
}

.summary.entry-summary.product-chehly table {
    text-align: left;
    font-family: 'Raleway';
}

.mobil-title {
    display: none;
    visibility: hidden;
}

.up-arrow {
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 9;
    width: 79px;
    height: 79px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    cursor: pointer;
}

.up-arrow.show {
    opacity: 1;
    visibility: visible;
}

.up-arrow img {

}

.single-product div.product .woocommerce-product-gallery {
    max-width: 460px;
    margin-right: 40px;
}

.wpgs-nav.slick-initialized.slick-slider {
    padding: 0 16px 0 13px;
}

.slick-prev {
    z-index: 2 !important;
}

.popuper.popuper-product .zoomtoo-container {
    text-align: center;
    display: flex;
    justify-content: center;
}

select.orderby {
    font-size: 14px;
}

/*ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}
a.flex-next::after {visibility:visible;content: '\f105';
    font-family: FontAwesome;margin-right: 10px;font-size: 70px;    }
a.flex-prev::before {
    visibility:visible;
    content: '\f104';
    font-family: FontAwesome;    margin-left: 10px;font-size: 70px;}*/
@media screen and (max-width: 1279px) {
    .single-inner.single-inner--s1 {
        max-width: 100%;
        gap: 20px;
    }

    /*.change-photo__img {*/
    /*	width: 33%;*/
    /*	min-width: 33%;*/
    /*}*/
}

@media screen and (max-width: 1150px) {
    .product-template-default tr th, .product-template-default tr td {
        font-size: 14px;
    }

    .change-photo__img {
        width: 50%;
        width: calc(50% - 10px);
        height: auto;
        min-width: 45%;
    }

    .change-photo__start {
        width: 50%;
        width: calc(50% - 10px);
        min-width: 45%;
    }
}

@media screen and (max-width: 1040px) {
    .tab-buttons1 {
        gap: 5px;
    }

    button.tab-button1 {
        padding: 12px 6px 12px 6px;
        font-size: 14px;
    }

    .tab-button1 span {
        font-size: 14px;
    }

    .product-template-default tr th, .product-template-default tr td {
        padding: 10px 12px !important;
        font-size: 14px;
    }

    .button-start1, .button-start2 {
        font-size: 18px;
        height: 46px;
    }

    .product-template-default section h2, .cart-heading {
        color: #3A3A3A;
        font-family: Raleway;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 175.131%; /* 38.529px */
    }

    .product-template-default div.product ul li, .product-template-default section ul li {
        padding-bottom: 5px;
        color: #3A3A3A;
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 175.131%;
        padding-left: 23px;
    }

    .product-template-default div.product ul li::before, .product-template-default section ul li::before {
        content: "";
        position: absolute;
        width: 11px;
        height: 5px;
        border-radius: 2.5px;
        background: #CBCBCB;
        top: 11px;
        left: 0px;
    }

    .summary.entry-summary .woocommerce-Price-amount.amount::before {
        bottom: -40px;
        width: 300px;
    }

    .product-template-default p.price {
        margin-bottom: 50px;
    }

    a.cart-form1 {
        font-size: 18px;
        position: relative;
        float: none;
    }

    hr {
        margin-top: 1px;
    }

    .cart-subheading {
        font-size: 16px;
    }

    .submit-area {
        justify-content: flex-start;
    }

    .tab-buttons2 {
        gap: 30px;
    }

    .tab-button4 {
        line-height: 26px;
    }

    .tab-button2 {
        font-size: 22px;
        line-height: 36px;
    }

    .bampers .tab-buttons {
        width: 190px;
        min-width: 190px;
    }

    .bampers .tab-content {
        width: calc(100% - 190px);
    }

    .product-template-default section {
        margin-bottom: 45px;
    }

    .single-inner.single-inner--s1 {
        max-width: 100%;
        gap: 2%;
    }

    .single-inner.single-inner--s1 > div:first-child {
        width: 33%;
        max-width: 33%;
    }

    .single-inner.single-inner--s1 > div:last-child {
        width: 66%;
        max-width: 66%;
    }

    .slider.slider--s1 {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }

    .slider.slider-thumbs {
        margin-right: 0;
    }

    /*.tab-pane .slider.slider-thumbs {*/
    /*	max-width: 613px;*/
    /*	margin-right: 20px;*/
    /*	margin-bottom: 30px;*/
    /*}*/
    .photo-zona-item span {
        font-size: 14px;
        padding: 10px 12px;
    }

    .photo-zona {
        margin-bottom: 30px;
    }

    .bampers .tab-button {
        font-size: 18px;
    }

    /*.change-photo__start {*/
    /*  flex-direction: column;*/
    /*}*/
    .change-photo__img {
        width: 33%;
        position: relative;
        height: auto;
        min-width: 33%;
    }

    .change-photo__start {
        width: 68%;
        width: calc(67% - 20px);
    }

    /*.product-template-default section.change-photo {*/
    /*    margin-bottom: 160px;*/
    /*}*/

    .popuper.popuper-product {
        max-width: calc(80% - 40px);
        text-align: center;
        padding: 20px;
    }

    .popuper.popuper-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        width: 100%;
        margin-right: 0px;
        margin: 0 auto;
    }

    .popuper.popuper-product .flex-control-nav.flex-control-thumbs li {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .tab-buttons1 {
        gap: 10px;
    }

    button.tab-button1 {
        padding: 5px 0px 5px 0px;
        font-size: 14px;
        /*min-width: 60px;*/
    }

    .tab-button1 span {
        font-size: 12px;
        margin-top: 6px;
    }

    .product-template-default tr th, .product-template-default tr td {
        padding: 8px 15px !important;
        font-size: 10px;
    }

    .product-template-default section h2, .cart-heading {
        color: #3A3A3A;
        font-family: Raleway;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 175.131%; /* 38.529px */
    }

    .product-template-default div.product ul li, .product-template-default section ul li {
        padding-bottom: 5px;
        color: #3A3A3A;
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 175.131%;
        padding-left: 23px;
    }

    .product-template-default div.product ul li::before, .product-template-default section ul li::before {
        content: "";
        position: absolute;
        width: 11px;
        height: 5px;
        border-radius: 2.5px;
        background: #CBCBCB;
        top: 11px;
        left: 0px;
    }

    .summary.entry-summary .woocommerce-Price-amount.amount::before {
        bottom: -40px;
        width: 300px;
    }

    .product-template-default p.price {
        margin-bottom: 50px;
    }

    a.cart-form1 {
        font-size: 16px;
        position: relative;
        margin-bottom: 20px;
    }

    hr {
        margin-top: 1px;
    }

    .cart-subheading {
        font-size: 14px;
    }

    .submit-area {
        justify-content: flex-start;
    }

    .tab-buttons2 {
        gap: 30px;
    }

    .tab-button2 {
        font-size: 18px;
        line-height: 24px;
    }

    .product-template-default section {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .single-inner.single-inner--s1 {
        flex-direction: column;
        max-width: 100%;
        gap: 30px;
    }

    .tab-buttons4 {
        gap: 30px;
    }

    .tab-button4 {
        font-size: 18px;
        line-height: 24px;
    }

    .photo-zona {
        flex-direction: column;
        margin-bottom: 40px;
        gap: 16px;
    }

    .photo-zona-item {
        max-width: 100%;
    }

    .photo-zona-item span {
        text-align: center;
        font-size: 16px;
        padding: 3px 17px;
    }

    .bampers .tab-container {
        flex-direction: column;
    }

    .bampers .tab-button {
        font-size: 18px;
    }

    .bampers .tab-content {
        padding: 0px;
        border-left: 0px solid #9F9F9F;
        padding-left: 0px;
        margin-top: 20px;
        width: 100%;
    }

    .single-inner.single-inner--change-photo {
        flex-direction: column-reverse;
    }

    .change-photo__start {
        width: 100%;
        min-width: 100%;
    }

    .change-photo__img img {
        max-height: 100%;
        object-fit: contain;
        object-position: center;
        width: 100%;
    }

    /*.change-photo__start {*/
    /*    flex-direction: column;*/
    /*}*/

    .button-start1, .button-start2 {
        width: auto;
        font-size: 16px;
    }

    .slider.slider--s1 {
        width: auto;
        min-width: auto;
        max-width: 100%;
        margin-right: 0;
    }

    /*.product-template-default section.change-photo {*/
    /*    margin-bottom: 120px;*/
    /*}*/

    .change-photo__img {
        width: auto;
        height: 400px;
        min-width: 100%;
    }

    .woocommerce-product-details__short-description p {
        font-size: 14px;
    }

    .steps-list-box {
        height: auto;
    }

    .steps-list-item, .steps-list-item:nth-child(1), .steps-list-item:nth-child(2), .steps-list-item:nth-child(3), .steps-list-item:nth-child(4) {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
    }

    .steps-map {
        display: none;
    }

    .zamok {
        max-width: 100%;
    }

    .text-about-slider {
        margin-bottom: 40px;
    }

    .mobil-title {
        display: block;
        visibility: visible;
    }

    .summary.entry-summary h1 {
        visibility: hidden;
        margin: 0;
        height: 20px;
    }

    .popuper.popuper-product .flex-control-nav.flex-control-thumbs li {
        max-width: 50px;
    }

    ol.flex-control-nav.flex-control-thumbs {
        list-style: none;
    }

    .single-product div.product .woocommerce-product-gallery {
        max-width: 100%;
        margin-right: 40px;
    }

    .single-inner.single-inner--s1 > div {
        width: 100%;
        max-width: 100%;
    }

    .single-inner.single-inner--s1 > div:first-child,
    .single-inner.single-inner--s1 > div:last-child{
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:500px) {
    .change-photo__img {
        height: 270px;
    }
}