@font-face {
    font-family: "MonserratRegular";
    src: url(/theme/fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: "MonserratItalic";
    src: url(/theme/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: "MonserratExtraLight";
    src: url(/theme/fonts/Montserrat/static/Montserrat-ExtraLight.ttf);
}

h1, h2, h3, h4, h5, h6,
div, p, a, ul, ol, li, span, strong{
    font-family: "MonserratRegular", sans-serif;
}

@media screen and (orientation:portrait) {
    p {
        font-size: 2vh;
    }
}
@media screen and (orientation:landscape) and (max-width: 1250px) {
    p {
        font-size: 2vw;
    }
}

p.justifyfull {
    text-align: justify;
}

i {
    font-family: "MonserratItalic", sans-serif;
}

nav.navbar {
    background-color:#702f3e;
    font-family: "MonserratRegular", sans-serif;
}

.navbar-brand img {
    position: relative;
    top: -0.4rem;
    width: 80%;
}

nav.navbar a.nav-link {
    color: #fff;
    transition: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: var(--bs-navbar-nav-link-padding-x) !important;
    margin-right: var(--bs-navbar-nav-link-padding-x) !important;
}

nav.navbar a.nav-link.active {
    color: #fff;
    font-weight: bold;
}

nav.navbar a.nav-link::after  {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

nav.navbar a.nav-link:hover::after {
    color: #fff;
    text-decoration: underline;
    transform: scaleX(1);
    transform-origin: bottom left;
}

#top-search input, #top-search button {
    background-color: #702f3e;
    border: 1px solid #fff;
    color: #fff;
}

#top-search input[type="text"]:focus {
    border-right: none !important;
    box-shadow: none !important;
}

#top-search button {
    border-left: none;
}

#doors-carousel .carousel-inner .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#series a {
    display: block;
    color: #fff;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

#series a:hover {
    color: #fff;
    position: relative;
    top: -0.2rem;
    left: -0.1rem;
    -webkit-box-shadow: .2rem .2rem .2rem -0.1rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: .2rem .2rem .2rem 0.1rem rgba(0, 0, 0, 0.3);
    box-shadow: .2rem .2rem .2rem 0.1rem rgba(0, 0, 0, 0.3);
}

#series a img {
    width: 100%;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

#series a h2 {
    position: relative;
    top: -3rem;
    right: 0rem;
    float: left;
    background-color: rgba(112, 47, 62, 0.85);
    -webkit-border-top-right-radius: .5rem;
    -webkit-border-bottom-left-radius: .5rem;
    -moz-border-radius-topright: .5rem;
    -moz-border-radius-bottomleft: .5rem;
    border-top-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    padding: 0.48rem 2rem;
    font-size: 1.7rem;
    font-weight: normal;
}

#page-preview {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#page-preview > div.container-fluid,
#page-preview > div.container {
    text-align: right;
    position: relative;
    top: 27%;
}

#page-preview > div.container-fluid h1,
#page-preview > div.container h1 {
    color: #fff;
    font-size: 10rem;
    font-weight: normal;
    font-family: "MonserratExtraLight";
    position: relative;
    left: 1rem;
}

#page-preview > div.container-fluid p,
#page-preview > div.container p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
    font-size: 1.5rem;
    position: relative;
    top: -1rem;
}

@media (min-width: 30em) {
    #page-preview > div.container-fluid h1,
    #page-preview > div.container-fluid p {
        padding: 0 14%;
        left: 0rem;
    }
}

h1.collections-label {
    text-transform: uppercase;
    font-size: 1.65rem;
    color: #c7c8c9;
    margin-bottom: 0;
}

.dver {
    margin-bottom: 0;
}

.dver .carousel-indicators {
    margin-bottom: 0;
    position: relative;
    top: 748px;
}

.dver .carousel-indicators [data-bs-target] {
    height: 30px;
}

.dver .carousel-item {
    padding: 6.4rem 1.5rem 0;
    text-decoration: none;
}

.dver .carousel-item:hover {
    padding: 0;
}

.dver .carousel-item.zoom {
    transition: 1s;
}

.dver .carousel-control-prev-icon {
    color: #ccc;
}

.dver .carousel-control-next-icon {
    color: #ccc;
}

.dver .carousel-caption {
    position: relative;
    color: black;
    top: 0;
    left: 0;
    padding-top: 1rem;
    padding-bottom: 0;
}

.dver .carousel-caption h2 {
    margin-bottom: 0;
    font-weight: normal;
    /* font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; */
}

.dver img.door-image {
    width: 100%;
}

.dver p.pokrytia {
    text-align: center;
    font-size: 1rem;
    margin-top: 2.1rem;
    margin-bottom: 0;
}

#door-title-header {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#door-title-header h1 {
    font-family: "MonserratExtraLight";
    font-size: 400%;
    margin-bottom: 3rem;
}

#variants img{
    width: 64px;
    height: 64px;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

#variants img:hover {
    cursor: pointer;
    position: relative;
    top: -0.2rem;
    left: -0.1rem;
    -webkit-box-shadow: .2rem .2rem .2rem -0.1rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: .2rem .2rem .2rem 0.1rem rgba(0, 0, 0, 0.3);
    box-shadow: .2rem .2rem .2rem 0.1rem rgba(0, 0, 0, 0.3);
}

#door-title-header a {
    color: gray;
    text-decoration: none;
}

#door-title-header a:hover {
    text-decoration: underline;
}

#model-alternatives a {
    display: block;
    color: #fff;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

#model-alternatives a:hover {
    color: #fff;
    position: relative;
    top: -0.2rem;
    left: -0.1rem;
    -webkit-box-shadow: .2rem .2rem .2rem -0.1rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: .2rem .2rem .2rem 0.1rem rgba(0, 0, 0, 0.3);
    box-shadow: .2rem .2rem .2rem 0.1rem rgba(0, 0, 0, 0.3);
}

#model-alternatives a img {
    width: 100%;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

#model-alternatives h2 {
    color: #000;
    font-weight: normal;
    text-align: center;
    font-size: 120%;
    font-family: "MonserratExtraLight";
}

#door {
    text-align: center;
    padding: 5% 10% 15% 10%;
}

#door img {
    width: 80%;
}

footer {
    color: #fff;
    background-color:#702f3e;
}

footer ul li {
    list-style: none;
    display: inline;
    padding-left: 1rem;
    padding-right: 1rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}