/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.slick-slider-list .product-list-template-2 {
    margin: 8px;
}

.product-list-template-2 {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    /*border: 1px solid transparent;*/
    width: 100%;
    padding: 0 15px;
    outline: none;
    background: white;
}

.product-list-template-2 .a {
    display: block;
    position: relative;
}

.product-list-template-2 .product-inside {
    padding: 9px 0;
}

.product-list-template-2 .product-list-header {
    text-align: left;
    font-size: 14px;
}

.product-list-template-2 .product-list-header a {
    display: block;
    font-weight: 600;
    color: var(--g-color-black);
    margin: 0;
    height: 100%;
    outline: none;
    font-family: var(--font-primary);
}

.product-list-template-2 .product-image img {
    max-height: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1300px) {
    .product-list-template-2 .product-image img {
        max-height: 100px;
    }
}

.product-list-template-2 .overlay {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: -21px;
    text-decoration: none;
    padding: 0.5rem;
    z-index: 9;
    background: rgba(var(--g-color-1-rgb), 0.5);
    border: 1px solid rgba(var(--g-color-1-rgb), 0.8);
    border-radius: var(--g-btn-radius);

    color: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.product-list-template-2 .product-image {
    position: relative;
    z-index: 1;
}

.product-list-template-2 .product-image div:focus,
.product-list-template-2 .product-image a:focus,
.product-list-template-2 .product-image img:focus {
    outline: 0;
}

.product-list-template-2:hover {
    -webkit-box-shadow: 0 0 4px var(--g-color-1);
    box-shadow: 0 0 4px var(--g-color-1);
}

.product-list-template-2 .cust_sklad {
    text-align: left;
    font-size: 0.85rem;
    font-family: var(--font-primary);
    min-height: 10px;
}

.product-list-template-2 .cust_sklad.sklad-zelena {
    color: green;
}

.product-list-template-2 .cust_sklad.sklad-cervena {
    color: red;
}

.product-list-template-2 .product-list-wrapper {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    border: 1px solid transparent;
    width: 100%;
    padding: 12px 12px;
    outline: none;
    background: white;
}

.product-list-template-2 .column-ceny {
    text-align: left;
}

.product-list-template-2 .column-ceny .cena_vc_dph {
    font-size: 20px;
    line-height: 17px;
    color: var(--g-color-black);
    font-weight: 600;
    font-family: var(--font-primary);
}

.product-list-template-2 .column-ceny .cena_vc_dph span {
    display: none;
    font-size: 14px;
}

.product-list-template-2 .column-ceny .cena_bez_dph {
    font-size: 17px;
    line-height: 20px;
    color: var(--g-color-black);
    font-family: var(--font-primary);
}

.product-list-template-2 .column-ceny .cena_bez_dph .txt_bez_dph {
    white-space: nowrap;
    font-size: 12px;
}

.product-list-template-2 .cust_tlacitka {
    margin-top: auto;
    margin-bottom: auto;
}

.product-list-template-2 .product-list-inside-top-btn {
    position: absolute;
    top: -26px;
    right: -14px;
    z-index: 50;
}

.slick-slider-list .product-list-template-2 .product-list-inside-top-btn {
    top: -22px;
}

.product-list-template-2 .wishlist_link {
    padding: 10px;
    font-size: 20px;
    display: block;
    outline: none;
}

.product-list-template-2 .product-color {
    position: relative !important;
    overflow: hidden;
    height: 20px;
    z-index: 9;
    margin: 5px 0 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-list-template-2 .endless-frame {
    white-space: nowrap;
    width: 100%;
}

.product-list-template-2 .product-color span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: beige;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: box-shadow 0.2s;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.product-list-template-2 .product-color span:after {
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.product-list-template-2 .product-color span:nth-child(n):hover:after {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.product-list-template-2 .product-color span:nth-child(n):hover {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

/* COLOR DEFINITION - FIRST SIX COLORS THAT ARE SHOWN ON THE WEB */
.product-list-template-2 .product-color span:nth-child(1) {
    background: lightslategray;
}

.product-list-template-2 .product-color span:nth-child(2) {
    background: -o-linear-gradient(135deg, darkolivegreen 49%, sandybrown 51%);
    background: linear-gradient(-45deg, darkolivegreen 49%, sandybrown 51%);
}

.product-list-template-2 .product-color span:nth-child(3) {
    background: khaki;
}

.product-list-template-2 .product-color span:nth-child(4) {
    background: lightgreen;
}

.product-list-template-2 .product-color span:nth-child(5) {
    background: darkslateblue;
}

.product-list-template-2 .product-color span:nth-child(6) {
    background: darkturquoise;
}

/* COLOR DEFINITION - FIRST SIX COLORS THAT ARE SHOWN ON THE WEB */
.product-list-template-2 .product-color .product-color-plus {
    text-align: center;
    background: #fff !important;
}

.product-list-template-2 .product-color .product-color-plus .number {
    position: fixed;
    font-size: 14px;
    margin-left: -5px;
    margin-top: -2px;
    font-weight: 500;
}

.product-list-template-2.slick-slide {
    height: auto;
}

.product-list-template-2 .product-nav-container {
    top: 0;
    left: 0;
    z-index: 2;
}

.product-list-template-2 .product-nav {
    cursor: pointer;
}

/*.product-list-template-2 .add-to-cart-btn-in-table {*/
/*    z-index: 99;*/
/*}*/

/*.product-list-template-2 .add-to-cart-btn-in-table .cust_tlacitka.kosik {*/
/*    border-radius: var(--g-btn-radius);*/
/*    font-weight: 600;*/
/*}*/

/*.product-list-template-2 .add-to-cart-btn-in-table .cust_tlacitka.kosik a {*/
/*    background: var(--g-color-black);*/
/*    border-radius: var(--g-btn-radius);*/
/*    font-weight: bold;*/
/*    padding: 4px 8px;*/
/*    color: #FFFFFF;*/
/*    font-family: var(--font-primary);*/
/*    font-size: 12px;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .product-list-template-2 .add-to-cart-btn-in-table .cust_tlacitka.kosik a {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/

/*.product-list-template-2 .add-to-cart-btn-in-table .cust_tlacitka.kosik a:hover {*/
/*    -webkit-box-shadow: 0 0 5px #cccccc;*/
/*    box-shadow: 0 0 5px #cccccc;*/
/*}*/

.product-list-template-2 .id-product-list-card .products .icon-basket-placeholder {
    width: 24px;
    height: 24px;
}

/*.product-list-template-2 .add-to-cart-btn-in-table .cust_tlacitka.kosik a img {*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    -webkit-transition: opacity 0.3s ease-out;*/
/*    -o-transition: opacity 0.3s ease-out;*/
/*    transition: opacity 0.3s ease-out;*/
/*}*/

/*@media (min-width: 576px) {*/
/*    .product-list-template-2 .add-to-cart-btn-in-table .cust_tlacitka.kosik a img {*/
/*        left: 0;*/
/*    }*/
/*}*/

/*.product-list-template-2 .add-to-cart-btn-in-table .cust_tlacitka.kosik a i {*/
/*    padding-right: 10px;*/
/*}*/

/*.product-list-template-2 .add-to-cart-btn-in-table a .ico-basket-main {*/
/*    opacity: 0;*/
/*}*/

/*.product-list-template-2 .add-to-cart-btn-in-table a:hover .ico-basket-main {*/
/*    opacity: 1;*/
/*}*/

/*.product-list-template-2 .add-to-cart-btn-in-table a .ico-basket-hover {*/
/*    opacity: 1;*/
/*}*/

/*.product-list-template-2 .add-to-cart-btn-in-table a:hover .ico-basket-hover {*/
/*    opacity: 0;*/
/*}*/

.product-list-template-2 .no-price-link a {
    background: var(--g-color-black);
    border-radius: var(--g-btn-radius);
    font-weight: bold;
    padding: 4px 8px;
    color: #FFFFFF;
    font-family: var(--font-primary);
    font-size: 16px;
}

.product-list-template-2 .glow-green {
    border: 2px solid orangered;
    box-shadow: 0 0 5px orangered;
    transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
