@font-face {
    font-family: 'MuseoSans';
    src: url("../fonts/museosans_500.woff") format('woff2'),
        url("../fonts/museosans_500.woff") format("woff"),
        url("../fonts/museosans_500.otf") format("opentype");
}

@font-face {
    font-family: 'MuseoSans Bold';
    src: url("../fonts/museosans_900.woff") format('woff2'),
        url("../fonts/museosans_900.woff") format("woff");
}

@font-face {
    font-family: 'AvenirNextRegular';
    src: url("https://www.tlustyco.com/frontend/templates/basic/assets/fonts/AvenirNextLTPro-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'AvenirNextDemiBold';
    src: url("https://www.tlustyco.com/frontend/templates/basic/assets/fonts/AvenirNextLTPro-Demi.woff2") format("woff2");
}

.product-leather-phrase {
    font-family: 'MuseoSans Bold';
    font-size: 20px;
    color: #212635;

    margin-bottom: 10px;
}

.product-leather-dot {
    height: 26px;
    width: 26px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;

    cursor: pointer;
    margin: 2px 4px 2px 0;
}

.product-description {
    margin-bottom: 20px;
}

.product-leather-wrapper {
    margin-bottom: 20px;
}

.overlay-actions-wrapper {
    position: absolute;
    top: 0;

    left: 0;
    right: 0;

    height: 30px;

    text-align: center;
}

.overlay-action-item {
    display: inline-block;

    border-radius: 0 0 10px 10px;
    width: auto;
    height: 23px;

    margin: 0 5px;

    font-size: 9px;
    color: #FFFFFF;
    font-family: 'MuseoSans Bold';
    text-transform: uppercase;

    padding: 5px 6px 0;
}

.overlay-warranty {
    position: absolute;
    left: 0;
    bottom: 0;

    background-image: url('../img/zaruka.png');
    width: 111px;
    height: 109px;
}

.product-inspirations-phrase {
    font-family: 'MuseoSans Bold';
    font-size: 20px;
    color: #212635;

    margin-bottom: 10px;
}

.inspiration-carousel {
    margin: 0;
    margin-bottom: 20px;
}

.inspiration-carousel li {
    cursor: pointer;
}

.ratings-by-product .product-ratings-phrase {
    font-family: 'MuseoSans Bold';
    font-size: 20px;
    color: #212635;

    margin-bottom: 5px;
    margin-top: 30px;
}

.ratings-by-product .product-ratings-hr {
    height: 3px;
    width: 100%;
    background-color: #E5E5E5;

    margin-bottom: 15px;
}

.ratings-by-product .product-rating-average {
    font-family: 'MuseoSans Bold';
    font-size: 61px;
    color: #212635;

    display: inline-block;

    margin-right: 20px;
}

.ratings-by-product .product-rating-star {
    width: 50px;
    display: inline-block;

    /* vertically center */
    position: relative;
    top: 52%;
    transform: translateY(-40%);
}

.ratings-by-product .product-rating-cart {
    width: 35px;
    display: inline-block;

    margin-right: 10px;
}

.ratings-by-product .product-rating-holder {
    background-color: #F7F7F7;

    margin-top: 10px;
    padding: 10px;
}

.ratings-by-product .product-rating-name {
    font-family: 'MuseoSans Bold';
    font-size: 20px;
    color: #212635;

    display: inline-block;
    margin-right: 10px;
}

.ratings-by-product .product-rating-star-small {
    width: 14px;
    display: inline-block;

    /* vertically center */
    position: relative;
    top: 50%;
    transform: translateY(-20%);
}

.ratings-by-product .product-rating-description {
    color: #212635;
    font-family: 'MuseoSans';
    font-size: 14px;
    line-height: 16px;
}

.ratings-by-product .product-rating-name-wrapper {
    margin-bottom: 10px;
}

.ratings-by-product .a-product-rating {
    margin-bottom: 20px;
}

.ratings-by-product .product-rating-more-info {
    text-align: center;

    font-family: 'MuseoSans';
    font-size: 16px;
    color: #212635;

    margin-top: 20px;
}

.ratings-by-product .product-rating-more-info > span {
    cursor: pointer;
}

.ratings-by-product .product-rating-info-arrow {
    display: inline-block;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-top: 8px solid #212635;

    position: relative;
    top: -2px; /* calc */
}

.product-videos-phrase {
    font-family: 'MuseoSans Bold';
    font-size: 20px;
    color: #212635;

    margin-bottom: 5px;
    margin-top: 30px;
}

.product-videos-hr {
    height: 3px;
    width: 100%;
    background-color: #E5E5E5;

    /* margin-bottom: 15px; */
}

.product-videos-name {
    color: #212635;
    font-family: 'MuseoSans';
    font-size: 20px;
}

.product-thumbnail-wrap .product-actions-wrapper {
    /*
    position: absolute;
    top: 0;

    left: 0;
    right: 0;
    */

    height: 30px;
    text-align: center;

    /* margin-top: 5px; */
}

.product-thumbnail-wrap .product-action-item {
    display: inline-block;

    border-radius: 0 0 10px 10px;
    width: 66px;
    height: 23px;

    margin: 0 5px;

    font-size: 9px;
    color: #FFFFFF;
    font-family: 'MuseoSans Bold';
    text-transform: uppercase;

    width: auto;
    padding: 5px 4px 0;
}

.product-thumbnail-wrap .product-leather-category-overlay {
    text-align: center;
    margin-bottom: 10px;

    margin-top: 10px;
}

.product-thumbnail-wrap .product-leather-category-dot {
    height: 26px;
    width: 26px;
    background-color: #bbb;
    border-radius: 50%;

    display: inline-block;
    vertical-align: top;

    margin: 0 5px;
}

/* overwrite */
.product-thumbnail-wrap .bt-product {
    padding: 0;
    margin: 0;
}

.product-thumbnail-wrap .product-leather-category-dot-more {
    color: #000000;
    font-family: 'MuseoSans';

    padding: 3px; /* calc */

    width: auto;
    min-width: 26px;    /* product-leather-category-dot */
}

.product-thumbnail-wrap .product-category-title {
    overflow: hidden;
    position: relative;

    height: 80px; /* calc */
}

.product-thumbnail-wrap .product-category-title > .product-text {
    color: #212635;
    font-size: 20px;
    font-family: 'MuseoSans Bold';

    text-align: center;

    margin: 0 0 12px 0;
}

.product-thumbnail-wrap .product-category-title > .price {
    color: #8D0000;
    font-size: 20px;
    font-family: 'MuseoSans';

    text-align: center;

    margin: 0;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-thumbnail-wrap .product-category-default {
    z-index: 1000;
    position: relative;
}

.product-thumbnail-wrap .product-category-carousel {
    z-index: 1002;
    position: relative;

    /* flexslider */
    margin: 0;
    padding: 0;

    border: 0;
}

.product-thumbnail-wrap .product-thumbnail-actions {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1002;
}

.product-thumbnail-wrap .product-leather-category-overlay {
    z-index: 1002;
}

/* lazy load */
.product-thumbnail-wrap > .bt-product > .product-category-carousel {
    display: none;  /* default */

    border: 0;
    margin: 0;
    padding: 0;

    /* to not overlap product title */
    overflow: hidden;
}

/* mrporter only for screens, hover */
@media only screen and (min-width: 1200px) {

    .product-thumbnail-wrap > .bt-product:hover > .product-category-default:not(.product-category-default-clean) {
        display: none;
    }

    .product-thumbnail-wrap > .bt-product:hover > .product-category-carousel {
        display: block;
    }

    .product-thumbnail-wrap > .bt-product:hover > .product-thumbnail-actions {
        /* flicker */

        /* try */
        /* display: none; */
        z-index: 1003;
    }

    .product-thumbnail-wrap > .bt-product:hover > .product-thumbnail-stocks {
        z-index: 1003;
    }

}

/* slick */

.product-thumbnail-wrap .my-prev-arrow, .product-thumbnail-wrap .my-next-arrow {
    width: 32px;
    height: 32px;

    z-index: 1006;

    position: absolute;
    top: 50%;
    border: 0;
    padding: 0;

    border-radius: 50%;
    padding: 16px;
}

.product-thumbnail-wrap .my-prev-arrow {
    /* background: url('../img/overlay-left.png') no-repeat; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDE2djE2SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTEuMTQ2IDE1LjM1NEwzLjc5MyA4IDExLjE0Ni42NDZsLjcwOC43MDhMNS4yMDcgOGw2LjY0NyA2LjY0NnoiLz48L2c+PC9zdmc+");

    background-color: hsla(0, 0%, 80%, .7);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;

    left: 20px;
}

.product-thumbnail-wrap .my-next-arrow {
    /* background: url('../img/overlay-right.png') no-repeat; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTYgMTZIMFYwaDE2eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTQuODUzIDE1LjM1NGwtLjcwNi0uNzA4TDEwLjc5MyA4IDQuMTQ3IDEuMzU0bC43MDYtLjcwOEwxMi4yMDcgOHoiLz48L2c+PC9zdmc+");

    background-color: hsla(0, 0%, 80%, .7);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;

    right: 20px;
}

.cat-phrase-1-new {
    border-radius: 10px 10px 0 0;
    font-family: 'MuseoSans Bold';

    /* height: 32px; */

    height: 25px;
    font-size: 13px !important;
}

.cat-phrase-clean {
    background: transparent !important;
    /* height: 32px; */   /* 1 line of text */

    height: 25px;
}

.ratings-by-product .product-rating-summary-wrapper {
    font-family: 'MuseoSans';
    font-size: 20px;
    color: #212635;

    margin-top: 20px;
}

.ratings-by-product strong {
    font-family: 'MuseoSans Bold';
}

.chat-icons-wrapper {
    margin-top: 30px;
}

/* product detail ... alternative products widget */
.product-thumbnail-wrap.product-three-col {
    height: auto;
}

@media only screen and (max-width: 767px) {
    #add-to-cart .price .title {
        text-align: right;
    }

    #add-to-cart .price .price-final {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .product-rating-star-wrapper .product-rating-star {
        width: 38px;
    }
}

@media only screen and (max-width: 590px) {
    .product-thumbnail-wrap .product-category-title > .price {
        position: static;
    }

    .product-thumbnail-wrap .product-category-title > .product-text {
        margin-bottom: 6px;
    }
}

.ratings-by-product .product-rating-summary-add {
    margin-top: 20px;
}

.ratings-by-product .product-rating-summary-add .btn-product-rating-add {
    font-family: 'MuseoSans';
    font-size: 14px;
    color: #fff;
    background-color: #362e2c;

    border: 0;
    outline: none !important;

    font-weight: normal;
    white-space: normal;
    padding: 16px;
}


.ratings-by-product .product-rating-summary-add .btn-product-rating-view {
    font-family: 'MuseoSans';
    font-size: 14px;
    color: #212635;
    background-color: #F7F7F7;

    border: 0;
    outline: none !important;

    padding: 16px;

    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .ratings-by-product .product-rating-summary-add .btn-product-rating-view {
        margin: 0;
    }
}

.product-rating-modal-add {
    font-family: 'MuseoSans';
    color: #212635;
}

.product-rating-modal-add .modal-header {
    font-family: 'MuseoSans Bold';
}

.product-rating-modal-add .btn-primary {
    margin-left: 20px;
}

.product-rating-modal-add .product-modal-messages {
    font-size: 18px;
    margin-top: 10px;
}

.product-rating-modal-add .product-modal-validations {
    font-size: 18px;
    margin: 10px 0;
}

/* line between products in grid */

.category-col-items-1-separator,
.category-col-items-2-separator,
.category-col-items-3-separator,
.category-col-items-4-separator,
.category-col-items-5-separator {
    display: none;

    height: 2px;
    background-color: #f4ece8;

    margin: 5px 0 10px;
}

@media only screen and (max-width: 590px) {
    .category-col-items-1-separator {
        clear: both;
        display: block;

        width: 100%;    /* flex */
    }
}

@media only screen and (min-width: 591px) and (max-width: 885px) {
    .category-col-items-2-separator {
        clear: both;
        display: block;

        width: 100%;    /* flex */
    }
}

@media only screen and (min-width: 886px) and (max-width: 1170px) {
    .category-col-items-3-separator {
        clear: both;
        display: block;

        width: 100%;    /* flex */
    }
}

@media only screen and (min-width: 1171px) and (max-width: 1425px) {
    .category-col-items-4-separator {
        clear: both;
        display: block;

        width: 100%;    /* flex */
    }
}

/*@media only screen and (min-width: 1426px) {*/
/*    .category-col-items-5-separator {*/
/*        clear: both;*/
/*        display: block;*/

/*        width: 100%;    !* flex *!*/
/*    }*/
/*}*/

.category-thumbnail {
    font-family: 'MuseoSans';
}

.category-thumbnail .title {
    font-family: 'MuseoSans';
}

/* try replace font */

html, body {
    font-family: 'MuseoSans';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'MuseoSans Bold';
}

/* too small font-size, not readable */
/*
b, strong {
    font-family: 'MuseoSans Bold';
}
*/

.category-thumbnail .overlay {
    background-color: #f4ece8;
}

.category-thumbnail .title {
    color: #212635 !important;
    font-family: 'MuseoSans Bold';
}

.cat-phrase-1-home-new {
    border-radius: 10px 10px 0 0;
    font-family: 'MuseoSans Bold';

    /* height: 32px; */

    height: 25px;
    font-size: 13px !important;
}

#filter-navigation li.dropdown {
    z-index: 1038;
}

/* Museo font ... calc */
@media only screen and (max-width: 767px) {
    .hp-banner-item h2 span {
        padding-bottom: 4px;
    }
}

.inspiration-carousel .flex-direction-nav > li > a.flex-prev {
    left: 0 !important;
}

.inspiration-carousel .flex-direction-nav > li > a.flex-next {
    right: 0 !important;
}

/* inspiration carousel addon class */
/*
.inspiration-carousel-limit:hover .flex-direction-nav > li > a {
    opacity: 1 !important;
    cursor: pointer;
}
*/

.product-rating-modal-add .modal-header {
    font-size: 20px;
}

.product-rating-modal-add .rating-stars {
    top: -12px;
}

/* line between products in grid */

.collection-col-items-1-separator,
.collection-col-items-2-separator,
.collection-col-items-3-separator,
.collection-col-items-4-separator,
.collection-col-items-5-separator {
    display: none;

    height: 2px;
    background-color: #f4ece8;

    margin: 5px 0 10px;
}

@media only screen and (max-width: 767px) {
    .collection-col-items-1-separator {
        clear: both;
        display: block;

        width: 100%;    /* flex */
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .collection-col-items-2-separator {
        clear: both;
        display: block;

        width: 100%;    /* flex */
    }
}

@media only screen and (min-width: 992px) {
    .collection-col-items-3-separator {
        clear: both;
        display: block;

        width: 100%;    /* flex */
    }
}

/* bootstrap responsive youtube embed (16:9) */
/* catalogue_category page */
.youtube.br-video-container object, .youtube.br-video-container iframe {
    /* 16:9 */;
    width: 640px;
    height: 360px;
}

@media only screen and (max-width: 767px) {
    .br-video-container {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .br-video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .br-video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .br-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .subcategories .subcategory-title {
        display: none;
    }

    .subcategories span.subcategory-mobile-title {
        display: block;

        font-size: 13px;
        line-height: 15px;

        /* position: static; */
        /* transform: none; */
    }

    .subcategories a.sub-item {
        padding: 4px;

        /* 3 lines of text of 13px */
        height: 54px;
    }
}

/* float to flex */
.category-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.category-list-wrapper > div.col-5-items {
    float: none;
    margin-bottom: 45px;
}

/* collection */
.category-list-wrapper > div.col-item {
    float: none;
    margin-bottom: 35px;
}

.category-list-wrapper .product-thumbnail-wrap {
    margin-bottom: 0px;
    height: 100%;
}

.category-list-wrapper a.bt-product {
    height: 100%;
}

.category-list-wrapper .product-category-title {
    height: auto;

    margin-bottom: 60px;    /* calc .product-category-bottom */
}

.category-list-wrapper .product-category-title > .product-text {
    margin: 0;
}

.category-list-wrapper .price {
    position: static;

    color: #8D0000;
    font-size: 20px;
    font-family: 'MuseoSans';
    text-align: center;
    margin: 0;
}

.category-list-wrapper .product-category-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-thumbnail-wrap .product-thumbnail-stocks {
    color: #64c633;
    font-size: 16px;

    position: absolute;
    bottom: 10px;
    left: 0; right: 0;

    width: auto;
    z-index: 1002;
}

.product-thumbnail-wrap .disabled-overlay {
    background: rgba(0, 0, 0, .05);
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 1010;
}

.embossing-phrases-wrapper {
    width: 100%;
    /* font-family: 'MuseoSans'; */
    margin-bottom: 20px;
}

.product-thumbnail-wrap .product-category-bottom .price-discount {
    display: flex;
    justify-content: center;
    align-items: flex-end;

    margin-bottom: 3px;
}

.product-thumbnail-wrap .product-category-bottom .price-discount > div {
    margin: 0 4px;
}

.product-thumbnail-wrap .product-category-bottom .price-discount .price-strike {
    position: relative;
    font-size: 16px;
}

.product-thumbnail-wrap .product-category-bottom .price-discount .price-strike:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 50%;
    width: 80%;
    height: 1px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    background: #8D0000;
}

.product-thumbnail-wrap .product-category-bottom .price-discount .price-strike-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin: 0 4px;
    background-color: #ffd538;
    color: black;

    font-weight: bold;
    font-size: 18px;
}

.homepage-category-list-wrapper {
    margin-bottom: 40px;
}
.homepage-category-list-wrapper .slick-track {
    display: flex;
    justify-content: stretch;
}
.homepage-category-list-wrapper .slick-track > .slick-slide {
    float: none;
    height: auto !important;
}
.homepage-category-list-wrapper .slick-track > .slick-slide > div {
    height: 100%;
    margin: 0 6px;
}
.homepage-category-list-wrapper .product-thumbnail-wrap {
    height: 100%;
    display: block !important;
}
.homepage-category-list-wrapper-wrapper {
    position: relative;
}
.homepage-category-list-wrapper-wrapper .my-prev-arrow, .homepage-category-list-wrapper-wrapper .my-next-arrow {
    width: 32px;
    height: 32px;

    z-index: 1006;

    position: absolute;
    top: 50%;
    border: 0;
    padding: 0;

    border-radius: 50%;
    padding: 16px;
}
.homepage-category-list-wrapper-wrapper .my-prev-arrow {
    /* background: url('../img/overlay-left.png') no-repeat; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDE2djE2SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTEuMTQ2IDE1LjM1NEwzLjc5MyA4IDExLjE0Ni42NDZsLjcwOC43MDhMNS4yMDcgOGw2LjY0NyA2LjY0NnoiLz48L2c+PC9zdmc+");

    background-color: hsla(0, 0%, 80%, .7);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;

    left: 20px;
}
.homepage-category-list-wrapper-wrapper .my-next-arrow {
    /* background: url('../img/overlay-right.png') no-repeat; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTYgMTZIMFYwaDE2eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTQuODUzIDE1LjM1NGwtLjcwNi0uNzA4TDEwLjc5MyA4IDQuMTQ3IDEuMzU0bC43MDYtLjcwOEwxMi4yMDcgOHoiLz48L2c+PC9zdmc+");

    background-color: hsla(0, 0%, 80%, .7);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;

    right: 20px;
}

.cat-phrase-1-home-new-mobile {
    display: none;
    border-radius: 0;
}
.cat-phrase-1-new-mobile {
    display: none;
    border-radius: 0;
    margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
    .cat-phrase-1-home-new {
        display: none;
    }
    .cat-phrase-1-home-new-mobile {
        display: block;
    }
    .cat-phrase-1-new {
        display: none;
    }
    .cat-phrase-1-new-mobile {
        display: block;
    }
    .product-thumbnail-wrap .product-category-title {
        margin-bottom: calc(60px - 25px);
    }
}

.homepage-category-list-wrapper-wrapper .my-prev-arrow, .homepage-category-list-wrapper-wrapper .my-next-arrow {
    top: 35%;
}
@media only screen and (max-width: 1425px) {
    .homepage-category-list-wrapper-wrapper .my-prev-arrow, .homepage-category-list-wrapper-wrapper .my-next-arrow {
        top: 35%;
    }
}
@media only screen and (max-width: 1170px) {
    .homepage-category-list-wrapper-wrapper .my-prev-arrow, .homepage-category-list-wrapper-wrapper .my-next-arrow {
        top: 35%;
    }
}
@media only screen and (max-width: 885px) {
    .homepage-category-list-wrapper-wrapper .my-prev-arrow, .homepage-category-list-wrapper-wrapper .my-next-arrow {
        top: 30%;
    }
}
@media only screen and (max-width: 767px) {
    .homepage-category-list-wrapper-wrapper .my-prev-arrow, .homepage-category-list-wrapper-wrapper .my-next-arrow {
        top: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-category-list-wrapper-wrapper .product-thumbnail-wrap .product-leather-category-overlay {
        height: 26px; /* same as one dot */
        overflow: hidden;
    }
}

.homepage-category-list-title {
    font-size: 32px;
}
@media only screen and (max-width: 767px) {
    .homepage-category-list-title {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-category-list-wrapper-wrapper .product-thumbnail-wrap .product-category-bottom .price-discount .price-strike {
        font-size: 12px;
    }
    .homepage-category-list-wrapper-wrapper .product-thumbnail-wrap .product-category-bottom .price-discount .selling-price {
        font-size: 18px;
    }
    .homepage-category-list-wrapper-wrapper .product-thumbnail-wrap .product-category-bottom .price-discount .price-strike-discount {
        font-size: 12px;
    }
    .homepage-category-list-wrapper-wrapper .product-thumbnail-wrap .product-category-title .product-text {
        font-size: 18px;
    }
}

li.menu-gift-li-item .menu-gift-wrapper {
    display: flex;
    align-items: flex-start;
}
@media only screen and (max-width: 767px) {
    li.menu-gift-li-item .menu-gift-wrapper {
        display: block;
    }
}

.group-private-page-points-wrapper {
    display: block;
    padding: 30px;
    margin: 20px 0;
    border-radius: 6px;
    background-color: red;
    width: 100%;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}
.group-private-page-points-wrapper .group-private-page-points {
    display: inline-block;
    color: white;
    padding: 6px;
    font-size: 40px;
    line-height: 50px;
    font-family: 'MuseoSans Bold';
}
.group-private-page-points-image {
    width: 50px;
}

/* opacity modal 1040 */
header.navbar {
    z-index: 1039;
}

div.print-email-logo {
    display: none;
}

.overlay-group-sale {
    position: absolute;
    right: 0;
    bottom: 0;

    background-image: url('https://www.tlustyco.com/frontend/templates/basic/assets/img/group-sale-200.png');
    width: 110px;
    height: 110px;
    background-size: contain;
}
.product-thumbnail-group-sale {
    font-size: 20px;
    line-height: 20px;
    color: red;
    height: 20px;
}
.product-thumbnail-group-sale-clean {
    height: 20px;
}
.category-list-wrapper .product-category-title {
    margin-bottom: calc(60px + 20px);
}

.overlay-apprentice {
    position: absolute;
    right: 0;
    bottom: 0;

    background-image: url('https://www.tlustyco.com/frontend/templates/basic/assets/img/apprentice-200.png');
    width: 110px;
    height: 110px;
    background-size: contain;
}

#wishlist_table button.no-arrow {
    background-color: #362e2c;
    padding: 4.5px 5px;
}
#wishlist_table button.no-arrow > span {
    color: #F4ECE8;
}

.overlay-badges {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 109px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}



.badge-unit-b2b {
    background: #525252;
    color: #fff;
    padding: 0rem 1.5rem;
    border-radius: 7px;
    font-size: 16px;
    bottom: -9px;
    position: absolute;
}
.overlay-pro-firmy-impersonate {
    position: relative;
    width: 110px;
    height: 110px;
}
.overlay-pro-firmy {
    position: absolute;
    right: 0;
    bottom: 0;

    background-image: url('https://www.tlustyco.com/frontend/templates/basic/assets/img/BADGE_FIREMNI_BALENI.png');
    width: 110px;
    height: 110px;
    background-size: contain;
    display: flex;
    justify-content: center;
}

.pos-relative {
    position: relative;
}

.overlay-badge-thumbnail-h {
    height: 85px;
}
.overlay-badge-thumbnail-w {
    width: 85px;
}

.category-list-wrapper .product-thumbnail-wrap {
    max-width: unset;
}

.workshop-by-date-wrapper .link-row{
    display: flex;
    align-items: center;
    margin:.5em 0px;
    text-decoration: none;
}
.workshop-by-date-wrapper .link-row .container-link-workshop{
    flex: 1;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 767px) {
    /*.category-list-wrapper .product-thumbnail-wrap {*/
    /*    float: left;*/
    /*}*/
    /*.workshop-by-date-wrapper */
}
.workshop-by-date-wrapper .product-text {
    margin: 0 0 0.67em!important;
}

@media only screen and (max-width: 767px) {
    .product-category-default img {
        margin: auto;
    }
    .workshop-by-date-wrapper .product-text {
        margin: 0.67em 0 !important;
    }

    /*.workshop-by-date-wrapper */
}

@media only screen and (max-width: 920px) {
    .workshop-by-date-wrapper  hr {
        margin: .1em 0;
    }
}

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

    .workshop-by-date-wrapper .link-row {
        display: block;
    }
    .workshop-by-date-wrapper .link-row {
        display: block;
    }
    .workshop-by-date-wrapper .link-row .wbd-date {
        flex: 1;
    }
    .workshop-by-date-wrapper .link-row .price {
        margin-top: 10px;
        justify-content: flex-end;
    }
}


.workshop-by-date-wrapper .product-thumbnail-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 400px) {

    .workshop-by-date-wrapper .product-thumbnail-wrap {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
}
.workshop-by-date-header-date {
    font-family: 'Bebas Neue', sans-serif;
}



.workshop-content-container .btn-addToCart {
    margin-left: 5px;
}