/* Css pre fonts v body a html su v assets_apps/fonts/turcani_font.css */
/* Vyuzivaju sa 2 fonty: inter a scotch-display */
body{
    font-family: 'Inter', sans-serif!important;
    font-weight: 400!important;
    font-style: normal;
    color: #EDE7DF;
    background-color: #0E0A00;
    font-size: 18px;
    overflow-x: hidden;
}

.opacity0{
    opacity: 0;
}

main{
    padding-top: 0;
}

.container{
    max-width: 1440px!important;
    margin: 0 auto;
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.discoverbutton{
    position: fixed;
    z-index: 999;
    bottom: -40px;
    width: 190px;
    height: 107px;
    left:50%;
    margin-left: -95px;
}

#logholder{
    background-color: transparent;
    height: 100px;
    transition: all 300ms;
    position: fixed;
    z-index: 1111;
    width: 100%;
   display: flex;
    align-items: center;
}

#logholder.animatelogholder{
    height: 80px;
    background-color: #0e0a00;
}

.color-dark{
    color: #222621;
}

.color-yellow{
    color: #E2A300;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .product-details__product-title.ec-header-h3,
h1{
    font-family: "scotch-display", sans-serif;
    font-weight: 500!important;
    font-size: 96px!important;
    line-height: 110% !important;
    color: #ffffff;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .page-title__name.ec-header-h1{
    font-size: 30px!important;
}

h2{
    font-family: "scotch-display", sans-serif;
    font-weight: 500!important;
    font-size: 64px;
    line-height: 110%;
    color: #EDE7DF;
}

.journal-content h1,
h3{
    font-family: "scotch-display", sans-serif;
    font-weight: 400!important;
    font-size: 48px;
    line-height: 110%;
    color: #EDE7DF;
}

.journal-content h1{
    max-width: 680px;
    margin: 0 auto;
}

.text-large{
    /*font-family: 'GT America Trial', sans-serif;*/
    font-size: 24px;
    line-height: 140%;
}

.btn{
    font-size: 18px;
    line-height: 120%;
}

.btn {
    display: flex;
    align-items: center;
    margin: 0.375rem;
    color: inherit;
    text-transform: none!important;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    box-shadow: none!important;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    padding: 18px 32px;
    /*padding: 0.84rem 2.14rem;*/
    /*font-size: .81rem;*/
}

.btn-transparent{
    border: 1px solid #ffffff!important;
    background-color: transparent!important;
    color: #ffffff;
    margin: 0 auto;
}

.btn-transparent:hover{
    color: #ffffff;
}

.text-16{
    font-size: 16px;
    line-height: 140%;
}

.text-12{
    font-size: 12px;
    line-height: 120% !important;
}

#bannerImage{
    background-image: url('../images/main.jpg');
    background-size: cover;
    background-attachment: scroll;
    height: 100vh;
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
}

.bannerText{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bannerText h1,
.bannerText div{
    z-index: 111;
}

#bannerVideo{
    height: 100vh;
    margin: 0;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/*#bannerImage h1{*/
/*    margin-top: 10%;*/
/*}*/

.btn-circle{
    position: absolute;
    bottom: -40px;
    left: 50%;
    border: 1px solid #B99239;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 50%;
    cursor: pointer;
}

.btn-circle img{
    padding: 3rem;
}

.stories-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
}

.stories-section .story-item{
    flex: 1;
}

.stories-section .story-item div:first-child{
    position: relative;
}

.stories-section .story-item div div{
    max-width: 80%;
    font-size: 24px;
    position: absolute;
    bottom: 55px;
}

.stories-section .story-production div div{
    right: -10px;
}

.stories-section .story-discovery div div{
    left: -60px;
}

.stories-section .story-discovery{
    margin-top: 8rem;
}

.stories-section .story-exploration{
    text-align: end;
}

.stories-section .story-exploration div div{
    text-align: left;
    left: 15px;
}

.section-backpack div{
    position: relative;
    text-align: center;
}

.section-backpack h2{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 70%;
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 10;
}

section{
    margin: 10rem 0;
    /*min-height: 100vh;*/
}

section#bannerImage{
    margin: 0!important;
}

.container-carousel{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*.container-carousel .container{*/
/*    padding: 0 90px;*/
/*}*/

.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

.info-blackbox{
    /*max-width: 500px;*/
    display: flex;
    flex-direction: row;
    height: 55vh;
    background-color: #121212;
    border: none;
    width: auto;
}

.blackboxText{
    padding: 2rem;
    display: flex;
    align-items: center;
}

.info-blackbox > img{
    height: 100%;
    width: auto;
    max-width: unset;
}

.material-description{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 16px;
}

.div-material-text{
    position: relative;
    line-height: 1px;
}

.div-material-text #headlineMaterial{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    max-width: 610px;
}

.div-material-text #headlineMaterial h2{
    margin-bottom: 0.25rem;
}

.div-shop{
    position: relative;
    display: flex;
    gap: 2rem;
}

.backToHome{
    margin-bottom: 2rem;
    font-size: 14px;
}

.backToHomeBottom{
    font-size: 14px;
}

.div-shop-img{
    flex: 1;
}

.div-shop-img:first-child{
    text-align: right;
    margin-top: 120px;
}

#hover-point{
    position: absolute;
    top: 30%;
    left: 32%;
}

#hover-point2{
    position: absolute;
    top: 20%;
    right: 28%;
}

#hover-point3{
    position: absolute;
    top: 45%;
    right: 35%;
}

.title-over-shop-div{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.section-sack-story{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.section-light{
    background-color: #DED6CA;
    padding: 5rem 0 5rem 0;
    color: #0E0A00!important;
}

.section-light h4{
    font-size: 32px;
    font-family: scotch-display, sans-serif;
    color: #0E0A00!important;
}

.section-light div{
    font-size: 13px;
    line-height: 1.2;
}

.section-light-mobile{
    max-width: 450px;
    color: #0e0a00;
    text-align: left;
    margin: 2rem auto;
}

.section-light-mobile div{
    font-size: 16px;
}

.section-light h3,
.section-light h2
{
    color: #0e0a00!important;
    font-weight: 500!important;
}

.bg-sack-sections{
    background-image: url('../images/sack_sections.jpg');
    background-size: contain;
    background-attachment: scroll;
    height: 650px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
}

.light-sections{
    max-width: 280px;
}

.top-left-sections{
    position: absolute;
    top: 50px;
    left: calc(50% - 481px);
    padding-left: 30px;
}

.top-right-sections{
    position: absolute;
    top: 10px;
    left: calc(50% + 135px);
}

.bottom-left-sections{
    position: absolute;
    bottom: 10px;
    left: calc(50% - 400px);
}

.bottom-right-sections{
    position: absolute;
    bottom: 70px;
    left: calc(50% + 300px);
    padding-right: 30px;
}

.rotateChevron img{
    transform: rotate(270deg);
}

#sackStory{
    display: none;
}

.section-item{
    flex: 1;
}

.footer-flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    gap: 2%;
    padding: 4rem 0;
}

.footer-item{
    flex: 0 1 31%;
}

footer ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer ul li{
    font-size: 24px;
    line-height: 120%;
    color: #EDE7DF;
    margin-bottom: 1.5rem;
}

#footer .footer-item:first-child h3{
    margin-bottom: 4rem;
}

#footer .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: 0!important;
}

#footer .form-check-label {
    margin-left: 1.25rem;
}

#footer a{
    text-decoration: none!important;
    color: #EDE7DF!important;
}

#footer h3{
    font-size: 48px;
    font-family: 'scotch-display', sans-serif;
    font-weight: 500;
    text-transform: unset;
}

.footer-rights a{
    text-decoration: none!important;
    color: #ede7df!important;
    font-size: 12px;
}

.footer-rights{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: none;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 0;
}

.footer-rights li{
    margin-right: 1.5rem;
}

.footer-down{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.footer-down div{
    flex: 0 1 52%;
}

.footer-down div:last-child{
    flex: 0 1 36%;
}

.footer-down div:first-child{
    flex: 0 1 12%;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel .carousel-indicators li {
    width: 30px!important;
    height: 3px!important;
    border-radius: 0!important;
}

.tooltip-inner {
    background-color: #ffffff !important;
    color: #0E0A00;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0.7rem;
    text-align: left;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #ffffff !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #ffffff !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ffffff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #ffffff !important;
}

#carouselMaterials{
    height: 90vh;
}

#carouselMaterials .carousel-inner{
    height: 100%;
}

#carouselMaterials .carousel-item{
    height: 100%;
}

#carouselMaterials .carousel-item > img{
    width: 100%;
    opacity: 0.6;
}

.div_subscribe{
    max-width: 330px;
}

.container-contact{
    min-height: 55vh;
}

.fixed-action-btn {
    position: fixed;
    z-index: 998;
    margin-bottom: 0;
    overflow: hidden;
    height: 110px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 15px 15px 15px 15px;
    transition: height 400ms;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}


.about_page{
    margin-top: 4rem;
}

#about_img1{
    position: relative;
    height: 500px;
}

.about-text{
    margin-top: 15%;
}

#about_img2{
    text-align: center;
    margin-top: 4rem;
}

#about_img1 img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: initial;
}

.faq-width{
    max-width: 1000px;
    margin: 4rem auto 2rem;
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type){
    border-bottom: 1px solid #434343!important;
}

.accordion .card:last-of-type{
    border-bottom: none!important;
}

.accordion .card{
    background-color: #0e0a00;
}

.accordion .card-header{
    padding: 2rem 0!important;
}

.accordion .card-body{
    padding: 1.25rem 0!important;
}

.md-accordion .card .card-body {
    font-size: inherit!important;
    line-height: 21.6px!important;
    color: #ffffff!important;
}

.md-accordion .card h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 48px;
}


.md-accordion .card .card-header h3 span {
    width: 18px!important;
}

.md-accordion .card .card-header h3 span img {
    min-width: 18px!important;
}

.md-accordion .card .card-header a:not(.collapsed)  h3 span {
 content: url('../../assets_apps/images/faq/faq_line.png') !important;;
}

.mt-2rem{
    margin-top: 2rem;
}

.journal_tags{
    border: 1px solid #E2A300;
    padding: 0.3rem 0.7rem;
    font-size: 12px;
    font-weight: 400;
    color: #E2A300;
    text-transform: capitalize;
    width: fit-content;
    margin-right: 0.5rem;
}

@media handheld, only screen and (max-width: 1580px) {
    .container-carousel .container{
        padding: 0 130px!important;
    }
}

@media handheld, only screen and (max-width: 1161px) {
    #carouselMaterials{
        position: relative;
        height: 90vh;
    }

    #carouselMaterials .carousel-inner{
        height: 100%;
    }

    #carouselMaterials .carousel-item{
        height: 100%;
    }

    #carouselMaterials .carousel-item > img{
        max-height: 100%;
        height: 100%;
        max-width: unset;
        object-fit: cover;
    }

    .info-blackbox{
        flex-direction: column;
        height: 70vh;
        width: 100%;
    }

    .blackboxText{
        order: 2;
    }

    .info-blackbox > img{
        height: 45%;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .footer-down div{
        flex: 0 1 80%;
    }

    .footer-down .footer-rights{
        justify-content: end;
    }

    .footer-down .footer-rights li:last-child{
        margin-right: 0;
    }

    .footer-down div:last-child{
        flex: 0 1 100%;
    }

    .footer-down div:first-child{
        flex: 0 1 20%;
    }
}

@media handheld, only screen and (max-width: 1100px) {

    .footer-flex{
        gap: 1.5rem;
    }
}


@media handheld, only screen and (max-width: 991px){
    html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .product-details__product-title.ec-header-h3,
    h1 {
        font-size: 4rem!important;
    }

    h2{
        font-size: 3rem;
    }

    .stories-section{
        gap: 2rem;
    }

    .section-sack-story{
        flex-direction: column;
        gap: 0;
    }

    .section-sack-story .section-item:last-child > div:first-child{
        padding: 3rem 6rem!important;
    }

    .footer-flex {
        padding: 4rem 0 2rem;
    }

    .about_page{
        margin-top: 2rem;
    }

    #about_img1{
        height: auto;
    }

    .about-text{
        margin-top: 2rem;
    }

    #about_img2{
        text-align: center;
        margin-top: 2rem;
    }

    #about_img1 img{
        position: relative;
        max-width: 100%;
    }

    button.navbar-toggler:focus{
        outline: none;
    }

    #logholder{
        background-color: transparent;
        height: auto;
        transition: all 300ms;
        position: fixed;
        z-index: 1111;
        width: 100%;
        display: flex;
        align-items: center;
    }

    #logholder.animatelogholder{
        height: auto;
    }
}

.herovideowide{
    display: block;
}

.herovideomobile{
    display: none;
}


@media (min-width: 768px) and (max-width: 991px){
    .stories-section{
        gap: 1rem;
        font-size: 20px!important;
        line-height: 130%;
    }

}

@media handheld, only screen and (max-width: 767px) {
    .stories-section{
        flex-direction: column;
        gap: 0;
    }

    .stories-section .story-item,
    .stories-section .story-item .story-discovery{
        margin-top: 3rem;
    }

    .stories-section .story-discovery{
        text-align: center!important;
    }

    .stories-section .story-discovery div div {
        text-align: left;
        left: 2rem;
    }

    .stories-section .story-exploration div div {
        left: 6rem;
    }

    .stories-section .story-item div div {
        max-width: 60%;
    }

    .section-sack-story .section-item:last-child > div:first-child{
        padding: 3rem!important;
    }

    .container-carousel .container {
        padding: 0 85px!important;
    }

    .blackboxText {
        padding: 1.5rem;
    }

    .info-blackbox > img{
        height: 40%;
    }

    .material-description{
        font-size: 14px;
    }

    #footer ul.social li{

    }


    .material-description{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-down div{
        flex: 0 1 100% !important;
        text-align: center;
    }

    .footer-down .footer-rights{
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-rights li{
        margin-right: 0.8rem!important;
        margin-left: 0.8rem!important;
    }

}

@media handheld, only screen and (max-width: 575px) {

    .btn,
    body{
        font-size: 16px;
    }

    html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .product-details__product-title.ec-header-h3,
    h1{
        font-size: 2.6rem!important;
    }

    h2{
        font-size: 2rem;
    }

    section{
        margin: 6rem 0;
    }

    .btn-circle{
        bottom: -20px;
    }

    .div-material-text h2,
    .container{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .div-material-text h2{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: unset;
    }

    .div-material-text #headlineMaterial{
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }

    .stories-section .story-exploration div div {
        left: 1rem;
    }

    .stories-section .story-item div div {
        max-width: 70%;
        font-size: 20px;
        position: absolute;
        bottom: 25px;
    }

    .section-backpack h2{
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        transform: unset;
        margin-bottom: 2rem;
    }

    .section-sack-story .section-item:last-child > div:first-child{
        padding: unset!important;
        margin-top: 2rem;
    }

    .container-carousel .container {
        padding: 0 60px!important;
    }

    .container-contact{
        min-height: 45vh;
    }

    .journal-content h1,
    h3{
        font-size: 36px;
    }

    #footer ul li{
        font-size: 20px;
    }

    .text-large{
        font-size: 18px;
    }

    .btn-circle img {
        padding: 1.3rem;
    }

    .div-shop-img:first-child {
        text-align: right;
         margin-top: 0;
    }

    .div-shop{
        flex-direction: column;
        gap: 0;
    }

    .title-over-shop-div {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        text-align: center;
        margin-top: 2rem;
    }

    #hover-point {
        left: 10%;
    }

    html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-SingleProduct-options, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-SingleProduct-qty, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-btn--addToBag, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 div[customprop='addtobag'], html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-AddToBagButton{
        margin-top: 0.8rem!important;
        margin-bottom: 0!important;
        text-align: center;
    }

    #footer h3{
        font-size: 2.5rem;
        font-family: 'scotch-display', sans-serif;
        font-weight: 500;
    }

    #footer .footer-item:first-child h3{
        margin-bottom: 1rem;
    }

    .footer-flex {
        gap: 2rem;
        padding: 4rem 0 2rem;
    }

    .footer-item {
        flex: 0 1 330px;
    }

    #footer ul li{
        margin-bottom: 1.8rem;
    }

    .section-carousel{
        margin-top: 0!important;
    }

    .md-accordion .card h3 {
        line-height: 40px;
    }

    .footer-down .footer-rights{
        margin: 0;
    }
}

@media handheld, only screen and (max-width: 413px) {
    .main-logo{
        transform: scale(0.9);
    }

    .container-carousel .container {
        padding: 0 40px!important;
    }
}

/**********Zmenene z predchadzajuceho css **********/
#ecwid_body,
body{
    padding-top: 0;
}

footer{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    letter-spacing: 0.01rem;
    border-top: 1px solid rgba(185, 146, 57, 0.3);
    /*border-bottom: 1px solid #EDE7DF;*/
}

.subscribefooter{
    max-width: unset;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EDE7DF;
}

.subscribefooter .footersubmit{
    display: block;
    width: 40px;
    color: #EDE7DF;
    text-align: center;
    border-radius: 0;
    margin: 0 auto;
    background: transparent;
}

html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--bottom {
    top: 28px!important;
    bottom: unset!important;
    border: none!important;
    box-shadow: none!important;
    background-color: transparent!important;
    transform: scale(0.8, 0.8) ;
}

html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-SingleProduct-options, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-SingleProduct-qty, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-btn--addToBag, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 div[customprop='addtobag'], html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-AddToBagButton{
    margin-top: 0!important;
    margin-bottom: 0!important;
    text-align: center;
}

.ecsp{
    background-color: transparent!important;
}

.ecwid-btn{
    background-color:#B99239!important;
    background-image: none!important;
    /*background-image:url('../../assets_apps/images/icon_shoping_bag_white.png') !important;*/
    /*background-repeat: no-repeat!important;*/
    /*background-size: initial;*/
    background-position: 120px 16px!important;
    /*border: 1px solid #fff!important;*/
    height: 56px!important;
    min-width: 100px!important;
    width: 140px!important;
    box-shadow: none!important;
    margin: -24px auto;
    color: #000000!important;
    border-radius: 0!important;
}

#logholder .nav-btn{
    width: 170px!important;
}

.buyBtnTransparent .ecwid-btn{
    background-color:transparent!important;
    background-image:url('../../assets_apps/images/icon_shoping_bag.png') !important;
    background-repeat: no-repeat!important;
    background-size: initial;
    background-position: 120px 16px!important;
    /*border: 1px solid #fff!important;*/
    border: 1px solid #cccccc!important;
    border-radius: 0!important;
    height: 55px!important;
    width: 170px!important;
    box-shadow: none!important;
    margin: -24px auto;
    color: #ffffff!important;
}

.btn-buy{
    background-color:transparent!important;
    background-image:url('../../assets_apps/images/icon_shoping_bag.png') !important;
    background-repeat: no-repeat!important;
    background-size: initial;
    background-position: 120px 15px!important;
    border: 1px solid #cccccc!important;
    color: #ffffff!important;
    font-weight: 600;
    font-size: 16px;
    padding: 1rem 2.6rem;
    box-shadow: none!important;
}

.btn-buy-gold{
    background-color:#B99235!important;
    border: 1px solid #B99235!important;
    color: #000000!important;
    font-weight: 600;
    font-size: 16px;
    padding: 1rem 2rem;
    box-shadow: none!important;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--m .ec-store .product-details--layout-sidebar-right .product-details__gallery {
    width:55%!important;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--m .ec-store .product-details--layout-sidebar-right .product-details__sidebar {
    width:45%!important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control:not(.form-control--loading) .form-control__button {
    background-color:#b99239;
    color:#000;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .product-details__product-title {
    margin-bottom: 20px;
    font-size:3rem;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .product-details-module {
    margin-bottom: 0!important;
}

.btn-buy-gold:hover{
    color: #000000!important;
}

.ecwid-productBrowser-ProductPage{
    padding: 0!important;
}


.btn-buy:hover{
    color: #ffffff!important;
}

.btn-buy span{
    padding-right: 1rem;
}

.ecwid-btn::before{
    display: none!important;

}

.ecwid-btn span{
    margin-left: 0!important;
    font-weight: 600!important;
    font-size: 18px!important;
}

.buyBtnTransparent .ecwid-btn span{
    display: block!important;
    margin-left:-27px!important;
}

html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2.loaded {
    padding-bottom: 0!important;
    min-width: unset;
}

.buyBtnHolder{
    z-index: 1001;
    transition: all 300ms;
    transform-origin: right;
}

.buyBtnHolder.animatebtnholder{
    transform: scale(0.8);
    transform-origin: right;
}

.btn-nav-buy.animatebtnholder{
    transform: scale(0.8);
    transform-origin: right;
}

.container-nav{
    display: flex;
    align-items: center;
}

.navbar{
    box-shadow: none!important;
}

.navbar-nav .nav-last-item{
    padding-right: 1rem!important;
    transition: all 300ms;
    transform-origin: right;
}

.navbar-nav .nav-last-item.animateItem{
    padding-right: 1rem!important;
}

/*.mdb-lightbox [class*="col-"] {*/
/*     padding: 0!important;*/
/*}*/

.row-gallery{
    width: 90%;
    flex-direction: column;
    align-items: end;
    margin-top: 6rem;
}

.mdb-lightbox figure:nth-child(1){
    padding-top: 0;
    top: 0;
    left: -1.4rem;
    position: absolute;
}

.productinfos{
    margin: 0 auto;
    font-weight: bold;
}

.content_sack{
    max-width: 500px;
    margin: auto;
    margin-top: 8rem;
}

.second-content-sack{
    margin-top: 4rem;
}


.main-logo{
    transform-origin:  left;
    transition: all 300ms;
    flex: 1;
}

.main-logo.animatelogoholder{
    /*transform-origin:  left;*/
    transform: scale(0.8);
}


html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--right {
    right: calc(50% - 495px) !important;
    transform-origin: top right;
    transition: all 300ms;
}

html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--right.animateEcwidholder{
    transform: scale(0.8);
    right: calc(50% - 543px) !important;
    top: 18px!important;
}


@media handheld, only screen and (max-width: 1460px) {
    .second-content-sack .content_sack{
        margin-top: 2rem;
    }
    html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--right {
        right: 226px!important;
    }

    html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--right.animateEcwidholder {
        right: 175px!important;
    }

    /*.buyBtnHolder{*/
    /*    right: 30px!important;*/
    /*}*/
}

@media handheld, only screen and (max-width: 991px) {

    .container-nav{
        padding-top: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .container-nav .nav-btn{
        flex: 1 1 50%;
    }

    .container-nav .nav-btn{
        text-align: end;
    }

    .navbar{
        flex: 1 1 100%;
        order: 3;
        justify-content: end;
    }

    .navbar-nav .nav-last-item{
        transform-origin: center;
    }

    .navbar-nav .nav-last-item{
        padding: 10px!important;
    }

    .navbar-nav .nav-last-item.animateItem{
        padding-right: 0.5rem!important;
    }

    .content_sack{
        margin-top: 6rem;
    }
}

@media handheld, only screen and (max-width: 757px) {
    #footer ul:first-child li:last-child {
        margin-bottom: 0;
    }
}

@media handheld, only screen and (max-width: 575px) {

    .herovideowide{
        display: block;
    }

    .herovideomobile{
        display: none;
    }

    .row-gallery{
        width: auto;
        flex-direction: row;
        align-items: end;
        /*margin-top: 6rem;*/
        padding-left: 0.5rem!important;
    }

    .mdb-lightbox [class*="col-"] {
         padding-right: 15px!important;
         /*padding-left: 15px!important;*/
    }

    .mdb-lightbox{
        margin-top: 8rem;
    }

    .mdb-lightbox figure:nth-child(1){
        left: 0;
        position: relative;
    }

    /*.mdb-lightbox figure:nth-child(2){*/
    /*    margin-left: 3rem;*/
    /*}*/

    .mdb-lightbox figure{
        padding-left: 0!important;
    }

    .buyBtnHolder{
        margin-right: 0;
    }

    .content_sack{
        width: auto;
        margin-top: 2rem;
    }

    .content_sack table th,
    .content_sack table td{
        width: 100%;
        display: flex;
        /*font-size: 12px;*/
    }

    .content_sack table td{
        border-top: none;
        padding-top: 0!important;
    }

    .productinfos{
        margin: 0 auto;
        font-size: 14px!important;
    }

    .productinfos + p{
        font-size: 14px!important;
    }

    .buyBtnTransparent .ecwid-btn,
    .ecwid-btn{
        background-position: 95px 11px!important;
        height: 46px!important;
        width: 130px!important;
        box-shadow: none!important;
        min-width: unset!important;
    }

    html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--bottom{
        transform: scale(0.8) ;
        top: 30px;
        right: 160px!important;
    }

    html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--bottom.animateEcwidholder {
        transform: scale(0.7) ;
        right: 132px!important;
    }

    .ecwid-btn span {
        font-weight: 400!important;
        font-size: 16px!important;
    }

    .btn-nav-buy{
        transform: scale(0.8) ;
    }

    .btn-nav-buy .btn-buy{
        padding: 1rem 1.5rem;
        background-position: 100px 15px!important;

    }
}

@media handheld, only screen and (max-width: 413px) {

    .bannerText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: absolute;
        z-index: 100;
        top: 1vh;
        margin-right: 15px;
    }

.herovideowide{
    display: none;
}
    .herovideomobile{
    display: block;
}

    #bannerVideo{
        display: flex;
        padding-top: 0px;
        opacity: 1;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        height: unset;
    }

    #myVideo {
         position: unset  ;
        /* right: 0; */
        /* bottom: 0; */
        /* min-width: 100%; */
        /* min-height: 100%; */
        /* width: 100vw; */
        height: 100vh;
    }



    html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--bottom {
        top: 15px!important;
        right: 125px!important;
        transform: scale(1.2, 1.2) ;
    }

    html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--bottom.animateEcwidholder {
        top: 15px!important;
        right: 115px!important;
        transform: scale(1.2, 1.2) ;
    }

    /*.buyBtnHolder{*/
    /*    top: 27px!important;*/
    /*}*/
    .buyBtnTransparent .ecwid-btn,
    .ecwid-btn{
        background-position: 85px 11px!important;
        height: 46px!important;
        width: 120px!important;
    }
}


