body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    /*cursor:url('../images/mm.png'), auto;*/
}

/*a, button{
    cursor:url('../images/mm-on.png'), auto !important;
}*/
a{
    text-decoration: none;
}

h1, h2, h3{
    text-transform: uppercase;
}
h1, h2, h5{
    font-weight: 600;
}
h3, h4{
    font-weight: 400;
}
h1{
    font-size: 2.3em;
}
h2{
    font-size: 1.75em;
}
h3{
    font-size: 1.4em;
}
h4{
    font-size: 1.3em;
}
h5{
    font-size: 1.1em;
}
section{
    background-color: #fff;
    margin-bottom: 50px;
    padding-top: 30px;
}

.btn-user{
    background-color: #025c65;
    color: #dfa71e !important;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-user:hover{
    background-color: #136d76;
}

.subFooter a{
    color: #fff000;
    text-decoration: none;
}
div.navbar, div.navbar .dropdown-menu{
    background-color : #dfa71e;
    color : #025c65;
    font-size: .8em;
    border-radius: 0;
    margin-top: 0;
}
.dropdown-item[disabled] {
    color: inherit;
    background: none;
}
nav.navbar{
    background-color : #025c65;
}
nav.navbar a, .subFooter a.creator{
    color: #fff;
}
nav.navbar a:hover, nav.navbar a.active{
    background-color: #dfa71e;
    color: #025c65 !important;
}
.nav a:hover, .nav a.active{
    color: #025c65;
}
.navbar-brand img{
    min-height: 30px;
}
nav.navbar .navbar-brand:hover{
    background: none;
}
.cartQuantity{
    font-size: .6em;
}
.navbar .dropdown-menu{
    border: none;
}
.offcanvas-header{
    border-bottom: 3px solid #025c65;
}
#myTab, #myTab .nav-link{
    color: inherit;
    border-bottom-color: goldenrod; 
}
#myTab .nav-link.active{
    color: goldenrod;
    border-color: goldenrod;
    border-bottom-color: white;
}
.login-masthead .card{
    max-width: 800px;
    margin: 0px auto !important;
}


#home-section{
    margin-top: 50px;
    color: #000;
}

#lmdf-section{
    color: #000;
}
#lmdf-section .section-content{
    /*background: url('/images/fond-lmdf.png') no-repeat center center;*/
    background-size: cover;
    min-height: calc(100vw * 718 / 1920);
}

#real-section .real-menu a, .footer-menu a{
    color: #000;
}
#real-section .section-content{
}
/*#real-section .section-content .carousel{
    max-height: 75vh;
    overflow-y: hidden;
}*/

#shop-section, .shop-menu a{
    color: #000;
}
#shop-section .shop-items div.thumb{
    height: auto;
    aspect-ratio: 4/3;
    padding: 0;
    overflow: hidden;
}
#shop-section .shop-items div img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#shop-section .shop-items div img:hover{
    transition: .3s ease;
    width: 106%;
    margin-left: -1.5%;
    margin-top: -1.5%;
}
#shop-section .shop-items .thumb:hover > div{
    display: flex !important;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.section-content{
    font-weight: 300;
}
/*#lmdf-section .section-content, #real-section .section-content, #shop-section .section-content{
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
}*/
#contact-section form{
    max-width: 600px;
    font-size: 1.2em;
}
.textInputStyle{
    border-bottom: 1px solid #025c65;
    margin-top: 10px;
    margin-bottom: 5px;
}
.textInputStyle input{
    background: none;
    color: #000;
}
#contact-section .formSendBtn button{
    font-size: 1.1em;
    background-color: #025c65;
    border-radius: 0;
    color: #fff;
}
#contact-section .formSendBtn button:hover{
    background-color: #025c65;
    color: #dfa71e;
}
.stripeBtn{
    background-color: #025c65;
    color: #fff;
}
.stripeBtn:hover{
    background-color: #025c65;
    color: #dfa71e;
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 10px;
    border: none;
    margin: 0 6px;
}
.carousel-indicators [data-bs-target].active {
    background-color: #000;
}

.footer-logo{
    max-width:100px;
}

.networks, .networks a{
    color: #fff;
}.networks a:hover{
    color: #dfa71e;
}
.networks i{
    background-color: #000;
    font-size: 1.4em;
    width: 40px;
    padding-top: 9px;
    aspect-ratio: 1/1;
}
.prodDesc{
    width: 100%;
    margin-top: 8px;
    padding: 0 20px;
    background: rgba(255,255,255,.9);
    border-radius: 6px;
    color: #000;
}
.modal-lg, .modal-xl {
--bs-modal-width: 960px;
}
.shop-items .input-group{
    width: 85% !important;
}
.shop-items .pdtsThumbs{
    display: none !important;
}
#shopModal .modal-body .input-group{
    width: 100% !important;
}
#shopModal .pdtsThumbs{
    /*display: flex !important;*/
    position: absolute;
    top: 20px;
    left: 20px;
    width: 15%;
    min-width: 50px;
    max-width: 125px;
    box-shadow: 1px 1px 5px #86ff00;
}

#carousel-lmdf .carousel-item{
    max-height: calc(100vh - 200px);
}
#carousel-lmdf .carousel-caption{
    left: 15%;
    right: auto;
    text-align: left;
    bottom: 20%;
    font-size: 1.5em;
    text-shadow: 1px 2px 4px #333;
}
#carousel-lmdf .carousel-caption.aRight{
    left: auto;
    right: 15%;
}
#carousel-lmdf .carousel-caption .title {
    font-size: 2em;
}
.footer{
    background: #b7d5d4;
    background: linear-gradient(0deg, #b7d5d4 0%, #c8e6e5 100%);
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.35);
    font-size: .9em;
}
.footer a{
    text-decoration: none;
    color: inherit;
}

.lmdfColor{
    color: #025c65;
}
.lmdfGold{
    color: #dfa71e;
}
.shopMenu li.active{
    background-color: #025c65;
}
.bg-lmdf, .text-bg-lmdf, .btn-lmdf{
    background-color: #025c65;
}
.bg-gold, .text-bg-gold, .btn-gold, .shopMenu li.active .text-bg-lmdf{
    background-color: #dfa71e;
}
.rounded-pill{
    align-content: center;
}
.text-bg-lmdf{
    color: #fff;
}
.btn-lmdf{
    color: #dfa71e !important;
}
.btn-outline-lmdf{
    color: #025c65;
    border-color: #025c65;
}
.btn-white-lmdf{
    background-color: #fff;
}
.btn-lmdf:hover, .btn-outline-lmdf:hover, .btn-white-lmdf:hover{
    background-color: #136d76;
    color: #dfa71e;
}
.offcanvas{
    width: calc(45vw) !important;
}
.offcanvas-start{
    border-right: 5px solid #dfa71e !important;
    box-shadow: 2px 0px 8px #666;
}
.offcanvas-end{
    border-left: 5px solid #dfa71e !important;
    box-shadow: -2px 0px 8px #666;
}
#liveToast{
    border: 3px solid #dfa71e;
    box-shadow: 2px 2px 6px #666;
}

.product-device {
    position: absolute;
    right: 0%;
    bottom: 20%;
    width: 300px;
    height: 580px;
    background-color: #222;
    border-radius: 21px;
    transform: rotate(30deg) !important;
}
.product-device-2 {
    right: auto;
    bottom: -20%;
    left: 1%;
    background-color: #555;
    transform: rotate(-10deg) !important;
    scale: 1.4;
}
.product-device::before {
    position: absolute;
    top: 4%;
    right: 10px;
    bottom: 8%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 9px;
}
.product-device::before {
    background: url('../images/covers/phone2.jpg') no-repeat;
    background-size: cover;
}
.product-device-2::before {
    background: url('../images/covers/phone1.jpg') no-repeat;
    background-size: cover;
}


.no-touch .slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
}

.no-touch .is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideInUp.slideInUp2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.slideInUp.slideInUp3 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.slideInUp.slideInUp4 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.slideInUp.slideInUp5 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.animate-me {
    animation: bounceIn 3s ease-in-out;
}
.bg-cover {
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.accordion-button:not(.collapsed) {
    background-color: palegoldenrod;
}

/* Shop */
.productCard .card-img{
    position: relative;
}
.productCard .card-img img{
    aspect-ratio: 1/1;
    overflow-y: hidden;
}
.productCard .card-body div a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productCard .card-body div:first-child a{
    font-size: .8em;
}
.card-actions {
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 1.25rem;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.card-actions .card-action {
    left: 0;
    opacity: 0;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(.5rem);
    transition: all .1s ease-in-out;
    transition-property: transform,opacity;
    z-index: 1;
}
.card-img:hover .card-actions .card-action {
    opacity: 1;
    transform: translateY(0);
}
.btn-xs {
    height: calc(2.40625rem + 2px);
    padding: .5rem .75rem;
}
.btn-circle {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    width: calc(3.25rem + 2px);
    border: 1px solid #dfa71e;
}
.btn-circle.btn-xs {
    width: calc(2.40625rem + 2px);
}
.catSelect a{
    color: #000;
}
.catSelect a:hover, .catSelect a.active{
    color: #025c65;
    border-bottom: 2px solid #025c65;
}
.scrollmagic-pin-spacer:last-child{
    margin-bottom: 0 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width:1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 94% !important;
    }
    #carousel-lmdf .carousel-caption{
        max-width: 40% !important;
    }
}

@media (min-width:1140px){
    #real-section .section-head .nav, #shop-section .section-head .nav{
        position: absolute;
        width: calc(100% / 6);
        display: block;
        margin-top: 10px;
    }
    #real-section .section-head .nav li, #shop-section .section-head .nav li{
        text-align: right;
    }
    #shopModal .modal-body .input-group{
        width: 75% !important;
    }
    #carousel-lmdf .carousel-caption{
        max-width: 50%;
    }
}

@media (max-width:992px){
    .navbar{
        padding-bottom: 3px;
    }
    .navbar .misc{
        display: none;
    }
    nav .navbar-toggler{
        margin-top: 2px;
        padding: 4px;
        color: #dfa71e;
        border: none;
    }
    nav .navbar-toggler:hover{ 
        border: 1px solid #dfa71e;
    }
    nav .navbar-toggler-icon{
        width: 21px;
        height: 21px;
    }
    div.navbar .navbar-toggler{
        margin-top: 2px;
        padding: 6px;
        border: none;
        font-size: 1.2em;
        color: #025c65;
    }
    .navbar .dropdown-menu{
        text-align: center;
    }
    .offcanvas{
        width: calc(90vw) !important;
    }
}

@media (min-width:768px){
    #onePageNavbar ul{
        height: 45px;
    }
    #onePageNavbar ul a{
        padding-top: 13px;
    }
    .dateCounter .fs-1{
        font-size: 4.5em !important;
        text-shadow: 3px 3px #fff;
    }
}

@media (max-width:768px){
    body{
        font-size:.9em;
    }
    .thumb .input-group .pdtName{
        display: none;
    }
    .thumb .input-group .prxName{
        border-radius: 6px 0 0 6px !important;
    }
    .counterContainer{
        position: relative !important;
    }
}