@font-face {
    font-family: "supria-sans";
    src:
            url("https://use.typekit.net/af/8ba81a/00000000000000007735a24a/30/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff2"),
            url("https://use.typekit.net/af/8ba81a/00000000000000007735a24a/30/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff"),
            url("https://use.typekit.net/af/8ba81a/00000000000000007735a24a/30/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

.tk-adso{
    font-family: "supria-sans", sans-serif !important;
}

body {
    margin: 0;
    background-color: rgb(33, 33, 33) !important;
    color: #fff;
    font-weight: 400;
    background-size: 100% auto;
    /*background-image: url(../images/bg_2022.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding-right: 0 !important;
}

#products .product,
.featured-products .product,
.product-accessories .product,
.product-miniature .product
{
    margin-bottom: 20px;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-align: center;
    /*text-transform: capitalize;*/
    margin-top: 0;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a{
    /*letter-spacing: 0.05rem;*/
}

.product-quantity .input-group-btn{
    width: auto;
    border: 1px solid rgb(182, 81, 51);
}
.product-quantity .input-group-btn:last-child>.btn{
    margin-left: -1px;
}
.product-quantity .qty .input-group.bootstrap-touchspin{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


#product .product-images.js-qv-product-images{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#product .images-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#product .images-container .product-cover{
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 1px;
        flex-basis: 1px;
}

.tabs{
    font-family: "supria-sans", sans-serif;
}

.tabs .tab-content{
    margin-top: 2rem;
}
.tabs .tab-content .tab-pane *{
    color:white !important;
}
.tabs .tab-content .tab-pane p{
    font-size: 18px;
}

#product .row-product .product-title{
    font-size: 70px;
    /*text-shadow: 0px 3px 4px #000000;*/
}

.product-prices div.current-price{
    color: white;
    font-size: 70px;
    font-family: "supria-sans", sans-serif;
}

.product-description-short, .product-description-short p{
    font-size: 18px;
}

#footer *, #footer a{
    color:white;
    font-size: 20px;
    /*text-shadow: 2px 2px 0 #000;*/
    font-weight: 300;
}

#footer img{
    max-height: 20px;
}


.justify-content-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

#header .navbar-collapse {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .navbar-collapse.collapsing,
#header .navbar-collapse.collapse.in{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#header .header-nav{
    margin-bottom: 0;
    z-index: 1;
}
@media (min-width: 992px){

    #header .navbar-expand-lg .navbar-collapse{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #header .navbar-expand-lg .navbar-toggler{
        display: none;
    }
    #header .header-nav{
        position: relative;
        top:15px;
    }
}
#header .nav-item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
#header .nav-item a.nav-link {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: #fff;
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 9px;

    font-family: "supria-sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /*letter-spacing: 0.01em;*/
    text-align: center;
     /*text-shadow: 0px 3px 4px #000000;*/
    white-space: nowrap;

}
#header .nav-item.active .nav-link:before,
#header .nav-item:hover .nav-link:before {
    width: 104%;
    height: 3px;
    background: #fff;
    position: absolute;
    content: '';
    top: 50%;
    left: -2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-box-shadow: 2px 2px 0 #000;
            box-shadow: 2px 2px 0 #000;
}

#header .navbar-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
}

@media (min-width: 992px){
    #header .navbar-menu{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-top: 15px;
        padding-bottom: 10px;
        /*width: 37%;*/
        /*border-top: 3px solid #fff;*/
        /*border-bottom: 3px solid #fff;*/
    }
    /*#header .navbar-menu:after,*/
    /*#header .navbar-menu:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    width: 100%;*/
    /*    height: 3px;*/
    /*    background-color: #000;*/
    /*    z-index: -1;*/
    /*    top: -1px;*/
    /*    left: 2px;*/
    /*}*/

    #header .navbar-menu:after {
        top: auto;
        bottom: -5px;
    }
}

@media (max-width: 991.999px){
    #header .navbar-menu{
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom:0 ;
    }
}

.navbar-brand {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 200px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding:0;
}
@media (min-width: 768px){
    .navbar-brand {
        max-width: 354px;
        width: 100%;
        height: auto;
    }
}

.corner-box{
    position: absolute;
    max-width: 100%;
    width: 39vw;
    bottom: -30px;
    z-index: -1;
}
.corner-box img{
    max-width: 100%;
}
.corner-box--left{
    left:0;
}
.corner-box--right{
    right: 0;
}

#shop_title{
    margin: 40px 0 45px;
    font-size: 55px;
    text-align: center;
    font-weight: 800;
    line-height: initial;
    color: white;
    letter-spacing: 0;
}

@media (max-width: 768px){
    #shop_title{
        font-size:55px;
    }
}

.block-categories {
    max-width: 600px;
    margin: 20px auto 60px;
}
@media (min-width: 992px) {
    .block-categories {
        margin-bottom: 100px;
    }
}

.block-categories .category-top-menu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.block-categories .category-top-menu li{
    padding:10px;
}

.block-categories .category-top-menu li.active a{
    position: relative;
}

.block-categories .category-top-menu li.active a:before{
    width: 104%;
    height: 3px;
    background: #fff;
    position: absolute;
    content: '';
    bottom: -1px;
    left: -2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-box-shadow: 2px 2px 0 #000;
            box-shadow: 2px 2px 0 #000;
}

.block-categories .category-top-menu li a{
    font-family: "supria-sans";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    /*letter-spacing: 0.01em;*/
    color: white;
}

@media(max-width:450px){
    .block-categories .category-top-menu{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .block-categories .category-top-menu li a{
        font-size:35px;
    }
}

.hidden{
    display: none;
}

#product .product-accessories .title{
    display: block;
    text-align: center;
    font-size: 48px;
    line-height: initial;
    color: white;
}

body.modal-open{
    overflow: visible;
}

.product-variants ul{
    display: inline-block;
    width: 100%;
}

.product-variants ul#group_6{
    margin-bottom: 0;
}

.text-black{
    color: #0f0f0f;
}

a.link{
    color:white;
}
a.link.link-arrow{
    font-family: "supria-sans", sans-serif;
    font-size: 16px;
    /*letter-spacing: 0.025rem;*/
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

a.link.link-arrow::before{
    content: '';
    width: calc(100% - 25px);
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: white;
}

a.link.link-arrow::after{
    content: '';
    right: 0;
    top:0;
    bottom:0;
    margin: auto 0;
    position: absolute;
    background: url(../css/arrow.png);
    height: 20px;
    width:16px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#products .thumbnail-container .product-description,
.featured-products .thumbnail-container .product-description,
.product-accessories .thumbnail-container .product-description,
.product-miniature .thumbnail-container .product-description
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 50;
        -ms-flex-positive: 50;
            flex-grow: 50;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.text-center{
    text-align: center;
}
.text-shadow-extra-short{
    /*text-shadow: 2px 2px 2px #000000;*/
}
.text-shadow-short {
    /* text-shadow: 0px 3px 3px #000000; */
}

.fs-24{
    font-size: 24px !important;
}

.fs-20 {
    font-size: 20px !important;
}
.fw-bold{
    font-weight: 700 !important;
}

.fw-light{
    font-weight: 300 !important;
}
.mt-15{
    margin-top: 15px;
}
.mt-70{
    margin-top: 70px;
}
.mb-25{
    margin-bottom: 25px;
}

.mystic-coalition{
    margin-top: 100px
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.d-block{
    display: block;
}
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-flex-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.d-none{
    display: none;
}
@media (min-width: 992px){
    .d-lg-block{
        display: block;
    }
    .d-lg-none{
        display: none !important;
    }
}

#sizeModal .modal-body *{
    color: black;
}

.swiper-slide{
    height: auto !important;
}

.swiper-button-next, .swiper-button-prev{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.swiper-button-next{
    background-image: url('/themes/mystic2022/assets/images/arrow_right.svg') !important;
}
.swiper-button-prev{
    background-image: url('/themes/mystic2022/assets/images/arrow_left.svg') !important;
}

.table.table-centered tr th,
.table.table-centered tr td{
    text-align: center;
}

.modal-body .table-bordered,
.modal-body .table-bordered td,
.modal-body .table-bordered th{
    border: 1px solid #0f0f0f;
}

.btn-black{
    background: #000;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgb(182, 81, 51);
}

.btn-v-center{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.container #content-wrapper .page-header{
    padding: 15px;
}

body .container #content-wrapper .page-header{
    background: white;
    margin:0;
    color:black;
    padding: 15px;
}

body#authentication .container #content-wrapper .page-header,
body#my-account .container #content-wrapper .page-header{
    font-size: 25px;
    text-align: center;
    background: transparent;
    color:white;
}

.container #content-wrapper .page-header,
.container #content-wrapper .page-header *{
    margin: 0;
}

.product-variants-item.rozmiar{
    margin-bottom: 0;
}

input[name="newsletter"] ~ em{
    display: none;
}
.cart-detailed-actions .btn{
    font-size: 20px
}
.checkout-step p{
    font-size:17px;
}

.navbar-toggler{
    background: none;
    border:0;
}

.navbar-toggler i {
    color:white;
}

.w-75{
    width:75% !important;
}

.blockcart.cart-preview{
    position: relative;
}
.cart-products-count_bagde{
    background: #ab302e;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    font-size: 0;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

@media (max-width:768px){
    .row.row-product{
        text-align:center;
    }
    .product-add-to-cart .product-quantity{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .product-variants ul[id^="group"]{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .product-variants ul[id^="group"] li{
        margin-left: 10px;
    }
}

header#header div.container nav.navbar-expand-lg{
    position: relative;
}

.navbar-brand.navbar-brand-mobile{
    position: relative;
    /*top:-50px;*/
}

.navbar-brand img {
    max-width: 300px;
}


.top-tickets {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    display: none;
    z-index: 1000;
    padding-top:15px;
    padding-bottom:15px;
}

.top-tickets .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-tickets span{
    font-size: 20px;
    font-weight: 300 !important;
    color: white;
    font-family: "supria-sans", sans-serif;
}

.top-tickets a,
.top-tickets a *{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400 !important;
}

.bg-black {
    background: #000;
}

.fw-700 {
    font-weight: 700;
}

.ff-secondary {
    font-family: adso,sans-serif!important;
}
.ff-primary{
    font-family: "supria-sans", sans-serif;
}
.text-uppercase {
    text-transform: uppercase!important;
}

.align-items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.justify-content-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

@media(min-width: 992px){
    .justify-content-lg-end{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .mt-lg-0{
        margin-top: 0 !important;
    }
}

.btn-red{
    background-color: #ab302e;
    border-color: #ab302e;
}

.btn-green{
    background-image: linear-gradient(180deg, #da633f 0, #6f2e1a 100%);
    border: 0 !important;
}

.btn-green:hover,
.btn-green:focus{
    background-color: white;
}

.btn-green:hover a,
.btn-green:focus a{
    color: black;
}

.close-tickets {
    position: absolute;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    top: 20px;
}
@media (min-width: 768px){
    .close-tickets {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }
}


.dropdown-menu {
	background: rgb(182, 81, 51);
	padding: 15px 30px;
    border-radius: 0;
    border: 0;
}

.dropdown-menu.opem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 992px){
    .dropdown-menu.open{
        display: initial;
    }
}

.dropdown-menu .dropdown-item {
	font-family: "supria-sans", sans-serif;
	color: white !important;
	/*text-shadow: 0 3px 4px #000;*/
	font-size: 25px;
	font-weight: 900;
	/*letter-spacing: 0.01rem;*/
	padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;;
	position: relative;
	width: initial;
    display: inline-block;
    line-height: 1.5;
}

.dropdown-menu .dropdown-item.open,
.dropdown-menu .dropdown-item:hover {
	background: transparent;
}

.dropdown-menu .dropdown-item.open:before,
.dropdown-menu .dropdown-item:hover:before {
	width: 104%;
	height: 3px;
	background: white;
	position: absolute;
	content: '';
	top: 50%;
	left: -2%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-box-shadow: 2px 2px 0 #000;
	        box-shadow: 2px 2px 0 #000;
}

@media (min-width: 992px) {
	.nav-item.dropdown.open::before{
		content: '';
		width: 20px;
		height: 20px;
		background: rgb(182, 81, 51);
		position: absolute;
		-webkit-transform: rotateZ(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotateZ(45deg);
        right: 14px;
        bottom: -12px;
	}
}

#_desktop_currency_selector,
#_desktop_currency_selector .dropdown{
    color:white;
}
#shop_pretitle{
    text-align: center;
}
#shop_pretitle * {
    font-family: "supria-sans", sans-serif;
    /*letter-spacing: 1px;*/
}
#shop_pretitle h1{
    font-family: "supria-sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 66px;
    line-height: 73px;
    text-align: center;
    /*letter-spacing: 0.01em;*/
    text-transform: uppercase;
    color: #073B42;
    /*text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 15px #FFFFFF, 0px 0px 20px #FFFFFF, 0px 0px 25px #FFFFFF;*/
    margin-top: 13px;
    margin-bottom: 19px;
}

#shop_pretitle span{
    font-family: "supria-sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    /*letter-spacing: 0.01em;*/
    color: #073B42;
    /*text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 15px #FFFFFF, 0px 0px 20px #FFFFFF, 0px 0px 25px #FFFFFF;*/
}

.footer-bg {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
}

.bg-22 {
    background-color: rgb(33,33,33);
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 1500px;
}

footer {
    margin-top: auto;
}

#blockcart-modal .product-name {
    color: rgb(182, 81, 51) !important;
}

#products .product-title {
    margin-bottom: 20px;
}

#product #main > div:nth-child(3){
    padding-bottom: 0;
}

@media (min-width: 991px){
    #product #main > div:nth-child(3){
        padding-bottom: 250px;
    }
}

@media (min-width: 1500px){
    #product #main > div:nth-child(3){
        padding-bottom: 350px;
    }
}


#header > div.container{
    padding: 0;
}
