@import url('https://fonts.googleapis.com/css?family=Quicksand:300&display=swap');
body{
    scroll-behavior: smooth;
    font-family:Quicksand;
    font-weight:bold;
    font-size: 18px;
}
.main-logo-container{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    height:100vh;
    position:fixed;
    left:0;
    top:0;
    padding-top:75px;
}
.top-menu li{
    display:inline-block;
    list-style: none;
    transition:.3s;
}
.top-menu li a{
    transition:.3s;
}
.top-menu li:not(:first-child):before{
    content:"|";
    padding:0px 15px;
}
#footer{
    border-top:1px solid #DBDBDB;
}
#footer li{
    list-style: none;
}
#up{
    font-size:30px;
    font-weight:lighter;
    text-align:center;
    cursor:pointer;
    transition:.3s;
    border: 1px solid #DBDBDB;
    border-radius:100px;
    padding:10px 20px;
}
#up:hover{
    color:gray;
}
.disabledlink{
    pointer-events:none;
    cursor:default;
}
.link a{
    font-size:20px;
    font-weight:bolder;
}
.link span{
    font-size:14px;
}
.link .openform{
    font-size:20px;
}
.deschide-formular, .deschide-newsletter, .openform{
    color:blue;
    cursor:pointer;
    text-decoration: underline;
}
.deschide-formular:hover, .deschide-newsletter:hover, .openform:hover{
    color:lightblue;    
}
.modal-contact .modal-dialog{
    width:60%;
    max-width:none;
}
.modal-contact .modal-content{
    border-radius:15px;
}
.modal-contact button, #newsletter-modal button{
    font-weight:bolder;
    font-size:18px;
}
.contact-breadcrumb{
    padding:0;
    margin:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #DBDBDB;
}
.contact-breadcrumb li{
    display:inline-block;
    list-style:none;
    width:20%;
    text-align:center;
    height:40px;
    line-height:40px;
    margin:0;
    padding:0;
    color:black;
    cursor:pointer;
}
.invalidfield{
    border:solid 2px red;
}
.validfield{
    border:solid 2px green;
}
.invalidfield:focus{
    border:solid 2px red;
}
.validfield:focus{
    border:solid 2px green;
}
.contact-breadcrumb li.disabled{
    cursor:default;
    color:lightgray;
    pointer-events:none;
}
.contact-breadcrumb li.disabled:hover{
    color:lightgray;
    background-color:white;
}
.contact-section{
    display:none;
}
.selected-section{
    display:block!important;
}
.contact-breadcrumb li:hover{
    background-color:#DBDBDB;
}
.contact-breadcrumb li:not(:last-child){
    border-right:1px solid #DBDBDB;
}
.contact-breadcrumb li.selected-category{
    background-color:#DBDBDB;
}
#formular input:focus, #formular select:focus, #formular textarea:focus, #newsletter-modal input:focus{
    box-shadow:none;
    background-color:lightgray;
}
.text-image p{
    font-size:14px;
}
.textmic{
    font-size:14px;
    line-height:16px
}
.qa-container{
    width:100%;
    border:1px solid #DBDBDB;
    border-radius:5px;
    margin-bottom:25px;
}
.question{
    padding:10px 25px;
    cursor:pointer;
    font-weight:bold;
}
.question span{
    font-size: 30px;
    line-height: 20px;
    margin-right: 10px;
}
.answer{
    padding:10px 25px;
    display:none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.footer-menu{
    width:85%;
    max-width:calc(100% - 45px);
}
.footer-socials{
    width:15%;
    min-width:45px;
}
.footer-socials{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-end;
}
.footer-socials a{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:10px;
}
.footer-socials img{
    width:30px;
}
.back-top{
    font-size:30px;
    font-weight:bold;
    cursor:pointer;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.listed-product, .box{
    display:block;
    margin:30px 0px;
    padding-bottom:25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
}
.box{
    padding:25px;
}
.box:first-child{
    margin-top:0;
    
}
.box .submenu{
    margin-top:-10px!important;
}
.listed-product-info{
    padding:25px
}
.listed-product-title{
    font-size:30px;
    font-weight:bold;
    margin-bottom:20px;
    display:block;
}
.listed-product-desc{
    font-size:18px;
}
.listed-product-subtitle{
    font-size:21px;
    font-weight:600;
    margin-bottom:15px;
    display:block;
}
.second-product-im{
    max-width:100%;
    max-height:300px;
}
.listed-product-attributes{
    padding:0px;
}
.listed-product-attributes li{
    display:block;
    font-size:14px;
}
.listed-product-price{
    display:block;
    font-size:26px;
}
.listed-product-price-subtitle{
 font-size:12px;   
}
.listed-product-orderbtn{
    font-size:16px;
    letter-spacing:.5px;
    padding:10px 15px;
    border:1px solid black;
    display:block;
    text-align:center;
    margin-top:10px;
    color:white;
    background-color:#242526;
    text-decoration:none;
    text-transform:uppercase;
    transition:.3s;
    max-width:calc(100% - 50px);
    margin:auto;
}
.listed-product-orderbtn:hover{
    background-color:white;
    color:black;
}
.atributes-container{
    display:flex;
}

@media only screen and (max-width: 768px) {
    .atributes-container{
        display:flex;
        flex-direction:column-reverse;
        justify-content:flex-start;
        align-items:center;
    }
    .modal-contact .modal-dialog{
        width:100%;
        max-width:none;
    }
    .text-image{
        display:flex;
        flex-direction: column-reverse;
    }
    .text-image p{
        font-size:18px;
    }
    .top-menu li a{
        font-size:16px;
    }
    .second-product-im{
        width:100%;
        max-height:1000px;
    }
}
@media only screen and (max-width: 575px) {
    .modal-contact .modal-dialog{
        width:auto;
        max-width:none;
    }
    .contact-breadcrumb li{
        font-size:12px;
    }
    .main-logo-container{
        height:auto;
        position:static;
        padding:20px 0px;
    }
}
@media only screen and (max-width: 365px) {
    .top-menu li a{
        font-size:13px
    }
    .top-menu li:not(:first-child):before{
        padding:0px 10px;
    }
}

<style>
  #wh-btn-simple{
    display: inline-block;
    padding: 10px 16px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    transition: transform .12s ease, box-shadow .12s ease;
  }
  #wh-btn-simple:hover{ transform: translateY(-2px); box-shadow: 0 6px 14px rgba(0,0,0,0.16); }
</style>