@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Vollkorn:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.container-small{
    max-width: 940px;
}
.text-center{
    text-align: center;
}
.side-nav .inner-link-box{
    display:none;
}  
.menu-open div:nth-child(1){
    transform: rotate(45deg);
    position: relative;
    top: 7px;
}
.menu-open div:nth-child(3){
    transform: rotate(-45deg);
    position: relative;
    bottom: 7px;
}
.menu-open div:nth-child(2){
    opacity: 0;
}
.rotate {
    transform: rotate(180deg);
}
.product-box:hover .image-2{
    transform: scale(1.1);	  
    border-radius: 0px;
}
.product-box:hover .link{
    opacity: 0.5;
}
.form-content{
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
.form-group{
    margin-top: 10px;
    margin-bottom: 30px;
}
.w-input, .w-select {
    height: auto;
    padding: 10px 25px;
    border: 2px solid #cbced2;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: border 200ms ease-in;
    transition: border 200ms ease-in;
    color: var(--secondary);
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
    vertical-align: middle;
}
.w-input:focus, .w-select:focus {
    border-color: var(--primary);
    outline: none;
}
.button{
    border: none;
    cursor: pointer;
}
.button-full{
    width: 100%;
}
.detail-login{
    padding: 50px;
}
.product-area{
    margin-bottom: 30px;
}
.link.padwait{
    background-image: url(../images/hourglass-white.png), radial-gradient(circle farthest-corner at 50% 50%, var(--primary), var(--secondary));
    background-position: 50% 50%, 0px 0px;
    background-size: 25%, auto;
    background-repeat: no-repeat, repeat;
}
.div-block-7{
    width: 100%;
    max-width: 100%;
}