@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

.bg-detale {
    background: #4E9B8F;
}

.bg-kupteraz {
    background: #4E819B;
}

.bg-novelty {
    background: #75b639;
}

.bg-promotion {
    background: #D0230A;
}

.bg-ondemand {
    background: #F0860F;
}

.bg1 {
    background: rgb(255, 255, 255);
}

.border-n {
    border: solid #e2e8f0 1px;
}

.border-n-b {
    border-bottom: solid #e2e8f0 1px;
}

.border-r-2 {
    border-bottom: solid #e2e8f0 1px;
}

.text-button {
    color: white;
}

.bbb {
    border: solid red 2px;
}

.bbb1 {
    border: solid black 2px;
/*}*/

/*.rrr1 {*/
/*    border-radius: 0.5rem 0 0 0.5rem;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .rrr1 {*/
/*        border-radius: 0.5rem 0.5rem 0 0;*/
/*    }*/
/*}*/

/*.rrr2 {*/
/*    border-radius: 0 0.5rem 0.5rem 0;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .rrr2 {*/
/*        border-radius: 0 0 0.5rem 0.5rem;*/
/*    }*/
}


/*.h-product {*/
/*    height: 800px;*/
/*}*/

/*.h-50 {*/
/*    height: 50%;*/
/*}*/


/*.h-product-offer {*/
/*    height: 480px;*/
/*}*/

.language {
    position: relative;
    /*display: inline-block;*/
}

.language-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.language:hover .language-content {
    display: block;
}

/*.dropdown {*/
/*    position: relative;*/
/*    !*display: inline-block;*!*/
/*}*/

/*.dropdown-content {*/
/*    display: none;*/
/*    position: absolute;*/
/*    background-color: white;*/
/*    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
/*    z-index: 10;*/
/*}*/

/*.dropdown:hover .dropdown-content {*/
/*    display: block;*/
/*}*/

/*@media only screen and (max-width: 1199px) {*/
/*    .dropdown-content {*/
/*        position: relative;*/
/*    }*/
/*}*/


/* To place a YT video in eg. product details */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 24%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #f7efef;
    padding: 3%;
    color: #4E819B;
    border-radius: 50%;
}

@media only screen and (max-width: 640px) {
    .swiper-button-next, .swiper-button-prev {
        padding: 5%;
    }
}

.post-body ul {
    margin-left: 20px;
    padding-left: 10px;
    list-style-position: outside;
    list-style-type: disc;
}
.post-body h2 {
    color: #4E819B;
    font-size: 1.45rem;
    line-height: 1.75rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.post-body h3 {
    color: #4E819B;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.post-body h4 {
    color: #4E819B;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.post-body h5 {
    color: #4E819B;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.post-body h6 {
    color: #4E819B;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.post-body p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.ck-content h2 {
    color: #4E819B;
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.ck-content h3 {
    color: #4E819B;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.ck-content h4 {
    color: #4E819B;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.ck-content h5 {
    color: #4E819B;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.ck-content h6 {
    color: #4E819B;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
.ck-content p {
    margin-top: 8px;
    margin-bottom: 8px;
}
.ck-content ul {
    margin-left: 20px;
    padding-left: 10px;
    list-style-position: outside;
    list-style-type: disc;
}
.ck-content ol {
    margin-left: 20px;
    padding-left: 10px;
    list-style-position: outside;
    list-style-type: decimal;
}
.ck-content table {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.ck-content td, .ck-content th {
    padding: .5rem;
    border: .5px solid #633112FF !important;
}


