#floatDiv{
    position:fixed;
    bottom: 10px;
    right: 20px;
    max-width: 400px;
    height: auto;
    display: none;
    z-index: 10;
}

#floatDiv img{
    width: 100%;
}

.floater-close,
.floater-close2 {
    position: absolute;
    background-color: #172b41;
    border: 2px solid #172b41;
    color: #172b41;
    display: block;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    z-index: 10;
    color: #fff;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}
.floater-close:after,
.floater-close2:after {
    font-family: 'Superskin';
    content: "\e922";
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.floater-close:hover,
.floater-close2:hover {
    color: #fff;
    background-color: #0d8f9c;
    border-color: #0d8f9c;
    cursor: pointer;
}
#floater-content{
    width: 100%;
    height: 100%;
}

#floatDiv2{
    position: fixed;
    bottom: 10px;
    max-width: 1290px;
    width: calc(100% - 30px);
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 10;
}

#floatDiv2 img{
    width: 100%;
}

#floater-content2{
    width: 100%;
    height: 100%;
}
.checkout-index-index #floatDiv,
.checkout-index-index #floatDiv2,
.checkout-cart-index #floatDiv,
.checkout-cart-index #floatDiv2,
.checkout-index-index .ys-container,
.checkout-cart-index .ys-container,
.checkout-cart-index #bs-left-bg,
.checkout-cart-index #bs-right-bg,
.checkout-index-index #bs-left-bg,
.checkout-index-index #bs-right-bg,
.page-layout-full-width #bs-left-bg,
.page-layout-full-width #bs-right-bg {
    display: none !important;
}

/** FULL width backgrounds banners **/

body.page-layout-cms-full-width #bs-left-bg,
body.page-layout-cms-full-width #bs-right-bg {
    display: none !important;
}

#bs-left-bg {
    position: absolute;
    top: 195px;
    right: 50%;
    z-index: 0;
    margin-right: 655px;
    width: 400px;
    height: 100%;
    z-index: 2;
}
#bs-right-bg {
    position: absolute;
    top: 195px;
    left: 50%;
    z-index: 0;
    margin-left: 655px;
    width: 400px;
    height: 100%;
    z-index: 2;
}
#bs-left-bg > a,
#bs-right-bg > a {
    position: absolute;
    width: 100%;
    height: 100%;
}
#bs-left-bg > a > div,
#bs-right-bg > a > div {
    background-position: right 0px !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
}
#bs-right-bg > a > div {
    background-position: left 0px !important;
}
#bs-left-bg.stickeybs,
#bs-right-bg.stickeybs {
    position: fixed!important;
    top: 110px;
}
@media (max-width: 2080px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 93% auto !important;
    }
}
@media (max-width: 2020px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 85% auto !important;
    }
}
@media (max-width: 1960px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 80% auto !important;
    }
}
@media (max-width: 1930px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 74% auto !important;
    }
}
@media (max-width: 1900px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 70% auto !important;
    }
}
@media (max-width: 1840px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 64% auto !important;
    }
}
@media (max-width: 1810px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 60% auto !important;
    }
}
@media (max-width: 1770px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 56% auto !important;
    }
}
@media (max-width: 1750px) {
    #bs-left-bg > a > div,
    #bs-right-bg > a > div {
        background-size: 54% auto !important;
    }
}

@media (max-width: 1500px) {
    #bs-left-bg,
    #bs-right-bg {
        display: none;
    }
}
/** KONEC: FULL width backgrounds banners **/

.ys-layer {
    display: none;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.cookie-notice-container,
.ys-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(53, 57, 65, 0.5);
    z-index: 9999;
    -moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    overflow: auto;
}

.ys-container img {
    width: 100%;
}

.ys-container.visible, .ys-layer.visible {
    visibility: visible;
    opacity: 1;
}

.cookie-notice-box,
.ys-box {
    background: #FAFCFF;
    border-radius: 8px;
    padding: 45px 30px 45px 30px;
    position: relative;
    width: 768px;
    box-sizing: border-box;
    max-width: calc(100% - 15px);
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100% - 20px);
    overflow: auto;

}
.cookie-notice-close,
.ys-popup-close {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #1B2B3F;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 27px;
    transition: all .3s ease-in-out;
}
.cookie-notice-close:hover,
.ys-popup-close:hover {
    background: #0da3b2;
    color: #fff;
}

.ys-container.finished .ys-popup-close {
    width: 40px;
    height: 40px;
    text-indent: 0;
}

.cookie-notice-content,
.ys-popup-content {
    /*display: none;*/
    padding:0px;
}

.ys-container.finished .ys-popup-content {
    display: block;
}

#bs-left-bg.onbottom,
#bs-right-bg.onbottom {
    position: absolute !important;
}
.mainbanner-container {
    position: relative;
}

category-banner-item-image {
    position: relative;
}
.category-banner-item-image > a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.category-banner-item-image img {
    width: 100%;
    display: block;
}
.category-banner-item-image img.mobile-banner {
    display: none;
}
.category-banner-item-desc {
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 650px) {
    .category-banner-item-image img.mobile-banner {
        display: block;
    }
    .category-banner-item-image img.desktop-banner {
        display: none;
    }
}
