<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body, div, p, span, h1, h2, h3, h4, h5{
    font-family: 'Heebo', sans-serif;
}
.playfair{
    font-family: "Playfair Display", serif;
}
.spacer1{width:100%;height:1px;clear:both;}
.spacer5{width:100%;height:5px;clear:both;}
.spacer10{width:100%;height:10px;clear:both;}
.spacer20{width:100%;height:20px;clear:both;}
.spacer50{width:100%;height:50px;clear:both;}
.divider{width:60%;height:1px;clear:both;background:#dedede;margin-left:15%;}
.divider-full{width:96%;height:1px;clear:both;border-bottom:1px solid #dedede;}

.bold{font-weight:900;color:#000;}

a{
    color: #000;
}
a:hover{
    text-decoration:none;
}
li {
    list-style:none;
}
.red-t{color:#ff2800 !important;}

.img-responsive{
    max-width: 100%;
}

.home-content h1{
    font-size:1.5rem;
}

.home-content h2{
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
}
.nolink{
    cursor: default;
}
.none{
    opacity:0 !important;
    cursor:default;
}

/* MENU */
.menu{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    height:10px;
}
.no-logo .logo,
.cp-logo .logo{
    font-weight: 500;
    color: #000;
    border-bottom:3px solid #000;
    padding:0 5px 0 3px;
    position:absolute;
    left:1%;
    margin-top: 25px;
    font-size: 26px;
    text-align: center;
    transition: all 1s;
}
.cp-logo .logo{
    opacity:0;
}
.no-logo .logo{
    opacity:1;
}
.logo:hover{
    text-decoration:none;
}

.cp-logo .sml-logo{
    position:absolute;
    opacity:1;
    left:6%;
    top:0;
    transition: all 1.5s;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s; /* Safari */    
}
.no-logo .sml-logo{
    opacity:0;
}
.sml-logo img{
    width:70px;
}
.logo-trigger{
    height: 20px;
}
.menu-cont, .left-menu{
    max-height:80px;
}

@media only screen and (min-width:600px) and (max-width:1024px) {
    .logo, .menu-right {opacity:0 !important;}
    .sml-logo, .mobile-menu {opacity:1 !important;}
    
}
@media only screen and (min-width: 480.1px) and (max-width:1023.9px){
    .menu-button {
        top: 40px !important;
        right: 20px !important;
    }

}


/* logo right */


.cp-logo-right{
    position:absolute;
    bottom:80px;
    right:30px;
    width:215px;
    z-index:999;
    font-weight: 500;
    color: #000;
    border-bottom:3px solid #000;
    padding:0 5px 0 3px;
    font-size: 26px;
    transition: all 1.5s;
}
@media only screen and (max-width:1024px) {
    .cp-logo-right {display:none;}
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait){
    .cp-logo-right a{font-size:20px !important;}
    .cp-logo-right{bottom:80px;right:30px;width:166px;}
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){
    .cp-logo-right a{font-size:20px !important;}
    .cp-logo-right{bottom:40px;right:47px;width:166px;}
}
@media only screen and (min-width:1200px) {
    .cp-logo-right {right:6%;}
}
.menu .menu-list{
    margin:0 auto;
    padding:15px 0;
    width:120px;    
    border:3px solid #000;
}
.menu .menu-list &gt; li a{
    text-decoration: none;
    font-weight: bold;
    color:#000;
}

.menu .menu-list &gt; li.active a{
    text-decoration: line-through;
    text-decoration-color:#ff2800;
}

.menu .menu-list &gt; li a.active{
    text-decoration: line-through;
    text-decoration-color:#ff2800;
}

.mt20{margin-top:20px;}

/* ----------------- MODAL ------------------- */

.show-modal {
    cursor: pointer;
  }
  
  .close-modal {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    height:100px;
    width:50px;
    font-size: 4rem;
    color: #333;
    cursor: pointer;
    border:none;
    background: #fff;
    z-index:999;
  }

  .hidden {
    display: none;
  }
  
  .modal-window {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  
    background-color: white;
    padding: 5rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 99999;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 5;
  }


/* HOME PAGE*/

/*********** Carousel for now not used **********/

/* .sy-box{
    position:relative;
}
.home-slider a{cursor: default;}
.home-slider-pager{
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.home-slider-pager li{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #000;
}

.home-slider-pager li a{    
    background: #000;
    position:relative;
}

.home-slider-pager li.sy-active, .home-slider-pager li.sy-active a{
    background: #666;
} */
@media only screen and (max-width:1024px){
    .slide-img-big{
        display:none;
    }
}

@media only screen and (min-width:1024.1px){
    .slide-img-sml{
        display:none;
    }
}

/* HOME CONTENT*/
.news-box{
    border: 2px solid #111;
    padding: 17px 20px 0;
    margin: 41px 0;
    text-align: left;
    line-height:1.7rem;
}
.big-news{
    margin:.2rem 0 2rem;
    border: 2px solid #111;
    text-align: left;   
    height:520px;
    width: 100%;
    padding:0.4rem 0.4rem 1.2rem;
}
/* .big-news-content{
    width:100%;
    background: #fff url(../img/cristina-prandoni-patmoslamp-news2.jpg) no-repeat;
    background-position:bottom right;
    background-size:contain;
} */
.news-txt{
    padding: .2rem;
    width:100%;
    background:#fff;
}
.big-news-content h3{
    padding-top: 1.5rem;
    margin-bottom:1rem;
    font-size: 1.4rem;
}
.big-news-content p{
    margin-bottom:0;
    font-size:16px !important;
}
.news-box-products{
    width:80%;
    border:2px solid #111;
    padding:20px 0 10px;
    margin:0 auto 50px;
}
.news-box-products span, .news-box span{
    color:#777;
    font-style:italic;
}

.discover-more .discover-more-trigger{
    color:#000;
}

.discover-more i{
    font-size:30px;
}

.home-content{
    padding:3rem 5rem !important;
}

.home-content .card{
    border:none;
}

.home-content .card a{        
    color: #000;
    text-decoration: none;
}

.home-content .card p{        
    font-size:20px;
}

.home-content .link-border{    
    position: relative;
    border-bottom:4px solid #000;        
    content:'';
    padding:0 10px;
    margin: 0 10px 0 0;
    top:-7px;
}

.home-content .img-border-container{
    position: relative;
    border:none;
    width: 100%;
    height: 100%;    
}
.home-content .img-border-container:before,
.products-content .img-card-link-container:before{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    border:3px solid transparent;
    content: '';
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.home-content .img-border-container:hover::before,
.products-content .img-card-link-container:hover::before{
    position: absolute;
    z-index:3;
    top: -15px;
    left:-15px;
    width:100%;
    height: 100%;
    border:3px solid #000;
    content: '';
}

.home-quote{font-size:20px;}

/* PRODUCTS CONTENT*/
.products-pad{
    display:none;
}
.tech-content{
    padding-top:11rem !important;
}
.products-content, .about-content{
    padding-top:12rem !important;
}
.products-content .card{
    border:none;
}

.products-content .list-unstyled{
    min-height:50px;
}

.products-content .card a{        
    color: #000;
    text-decoration: none;
}

.products-content .link-border{    
    position: relative;
    border-bottom:2px solid;
    border-bottom-color:#000;        
    content:'';
    padding:0 10px;
    margin: 0 10px 0 0;
    top:-7px;
}

.products-content .img-card-link-container{
    position: relative;
    border:none;
    width: 100%;
    height: 100%;    
    transition: border 1s;
    -webkit-transition: border 1s;
}

.products-content .center-column-text-mt{
    margin-top:11.5rem!important;
}

.products-content .center-column-text-mt2{
    margin-top:6.5rem!important;
}

.products-content .left-right-column-text-mb{
    margin-bottom:6.2rem!important;
}

.products-content h4:hover{
    color:#ff2800;
    cursor:pointer;
}
.products-content .view-details a:hover &gt; .link-border{
    border-bottom-color:red;
}
@media only screen and (min-width:480px){
    .big-news{
        height:350px;
        width: 90%;
        margin:2rem 0 4rem 5%;
        padding:0.4rem;
    }
    .news-txt{
        padding: .8rem;
        width:50%;
        height: 100%;
    }
    .big-news h3{
        font-size: 1.7rem;
    }
}

@media only screen and (min-height:768px) and (max-width:1024px) and (orientation:portrait){
    .big-news-content{
        background-position:center right;
    }
    .news-txt{
        width:50%;
    }
    .news-box a{
        font-size:.7rem;
    }
}

@media only screen and (min-height:768px) and (max-width:1024px) and (orientation:landscape){
    .news-txt{
        padding: 0.6rem 0.6rem 5.5rem;
        width:60%;
    }
}

@media only screen and (min-height:1024px) and (max-width:1366px) and (orientation:landscape){
    .products-content{
        padding:3rem 6.5rem !important; 
    }
}

@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:portrait){
    .products-content{
        width: 80%;
        margin-left:10% !important;
    }
}
@media only screen and (min-width:1200px){
    .news-txt{
        padding: .8rem;
        width:36%;
    }
}

/* PRODUCT PAGE*/ 
.product-container{
    width:100vw;
    height: 100vh;
    overflow-x: hidden;
    text-align: center;
}
.product-container li{
    font-size:0.9rem;
}
.product-slider{padding:0;}

.product-slider-pager .pager-item img{
    margin-left:5px;
    padding-bottom: 4px;
    border-bottom:1px solid #fff;
}
.product-slider-pager .pager-item img:hover{
    cursor:pointer;
    border-bottom:1px solid #000;
}

.product-slider-pager .pager-item.active img{
    border-bottom:1px solid #000;
}

.sml-pager{
    position:absolute;
    width:100%;
    text-align:center;
    top:45%;
    z-index:9999;
}
.sml-pager div{
    text-align: center;
}

.product-container .img-product-center{
    height:100vh;
    margin:0 auto;
}

.product-container .img-product-right{
    height:100vh;
}

.product-container .sy-slides-wrap{
    height:100vh;
}

.product-container .product-slider-pager li,
.product-container .product-slider li{
    list-style: none;
    display:flex;
    justify-content: center;
    align-items:center;
    height: auto;
}

.product-container .product-slider li .hor-slide{
    width: 90vw;
    height: auto !important;
    margin-top: 30%;
}

.product-container .bg-left-white{
    height:100vh;
    float:left;
    width:25%;
    background:#fff;
    position:absolute;
    z-index:5;
}

.product-container .info-cont{
    position:absolute;
    z-index:6;
    bottom:3%;
    left:5%;
    min-width: 200px;
}

.prev-next{
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
}

.prev-next li{
    font-size:0.9em;
    display:inline;
    float:left;
    width:50%;
    white-space: nowrap;
}
.prev-next li i{
    font-size:0.8em;
}
.prev-next li a{
    color:#000;
}

.prev-next li a:hover{
    color:#ff2800;
    text-decoration: none;
}
.next-obj{
    text-align:right;
}
.prev-obj{
    text-align:left;
}

/* ABOUT PAGE*/
.about-img:before{
    position: absolute;
    top: -15px;
    left: -1px;
    width:93%;
    height: 100%;
    border:3px solid;
    border-color:#000;
    content: '';
    opacity:0.05;
    filter: alpha(opacity=1);
    transition: all 2s;
    -webkit-transition: all 2s;
}

.about-img:hover:before{
    opacity:1;
    filter: alpha(opacity=100);
}

/* GALLERY */
.gallery-inner-cont{
    width:90%;
    margin:6rem auto 3rem;
}
.gallery-inner-cont ul{
    padding: 0;
}
.gallery-inner-cont img{
    width:170px;
    border:4px solid #fff;
}
/* .product-container .product-slider-pager{
    width: 50%;
    bottom: 10vh;
    position: absolute;
    left: -6vw;
    border: 1px solid green;
} */

/*TECH DRAWING PAGE*/
.techdrawing-content{
    padding-top:6rem !important;
}
.lamp-menu-img:hover + .tech-lamp-info h5{
    color: #ff2800;
}
.marmoset-cont{
    background:#efefef;
    height:550px;
    width:100%;
    border:1px solid #777;
    position:relative;
}

.logo-cover{
    background:#fff;
    width:35px;
    height:34px;
    position:absolute;
    top:9px;
    right:11px;
    z-index:9;
}

/* ABOUT */

.about{width:86vw;}


/* CONTACT */
.contact{
    margin-top:16%;
}
.contact-right{
    padding:0 0 0 10px;
}
.contact-right p{
    line-height:1.7rem;
}

.contact a{color:#000 !important;}
.contact a:hover, a:visited, a:focus{text-decoration:none;color:#000;}
.contact a:hover &gt; .email-icon,
a:visited &gt; .email-icon,
a:focus &gt; .email-icon {
    color:#ff2800 !important;
}
.contact img{
    margin-bottom:30px;}
.toggle-content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 550ms ease-in-out;
}
.toggle-content.is-visible {
    display: block;
    height: auto;
}
.close-but{
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
    text-shadow: none;
    opacity: 1;
    margin-top: 30px;
    float:right;}
.close-but:hover{
    color:#ff2800;
}
.btn-message{
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #000;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    float:right;
    margin: 32px 0 0;
}
.form-control{
    font-size: .85rem;
}
.sumsum{
    width:50%;
    float:left;
}
.sml-txt{
    font-size:14px !important;
    font-weight:bold;
}
.telephone{color:#04ab2f;}
.contact-text{margin:20px 0;}

#mc_embed_signup{background:#fff; clear:left; font:14px inherit,sans-serif; width:100%;text-align:left;margin-top:20px;}
#mc_embed_signup label{float:left;margin-left:10px;padding-bottom:0;}
#mc_embed_signup .clear{float:right;}
#mc_embed_signup .button{margin-top:30px;float:right;background:#000;}

@media only screen and (max-width:400px){
    .gallery-inner-cont img{
        width:130px;
        border:2px solid #fff;
    }   
}

@media only screen 
and (min-width:480px){
    .product-container .product-slider-pager li,
    .product-container .product-slider li{
        height: 100vh;
    }
    .product-container .product-slider li .hor-slide{
        margin-top: 0;
    }
    .about{width:52vw;max-width: 600px;}
}
@media only screen 
and (min-width:480.1px)
and (max-width:767.9px){
    .gallery-inner-cont{
        margin-top:8rem;
    }
    .gallery-inner-cont img{
        width:162px;
    }
}
@media only screen 
and (min-width: 768px) 
and (max-width:1024px){
    .gallery-inner-cont{
        margin-top:10rem;
        width: 680px;
    }
    .gallery-inner-cont img{
        width:226px;
    }
    .product-container .product-slider li .hor-slide{
        width: 70vw !important;
        left: 15vw !important;
        top: 21vh !important;
    }
}
@media only screen 
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .gallery-inner-cont{
        width: 540px;
    }
    .gallery-inner-cont img{
        width:180px;
    }
}

@media only screen and (min-width:992px){
    .techdrawing-content{
        padding-top:9rem !important;
    }
} 

@media only screen and (min-width:1024.1px){
    .gallery-inner-cont{
        width:680px;
        margin:11rem auto 3rem;
    }
    .gallery-inner-cont a{
        float:left;
    }
    .gallery-inner-cont img{
        width:226px;
    }
} 

@media only screen and (min-width: 768px) and (max-width: 992px){
    .contact img{
        padding-top:17%;
    }
    .contact-right{
        padding:28% 0 0 10px;
    }
    .contact-right h3{
        font-size:1.1rem;
    }
    .contact-right p{
        font-size:0.8rem;
    }
    #mc_embed_signup input.email{
        width:95% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .contact-right{
        padding:22% 0 0 10px;
    }
    .contact-right h3{
        font-size:1.4rem;
    }
}

/* FOOTER */

.go-top-trigger{
    color: #000;
}

.footer{
    background:#000;
    color: #fff;
}

.footer .footer-logo{
    border-bottom:2px solid #fff;
    padding:0; 
    width:190px;
    font-weight:500;
}
.footer p{
    line-height:1rem;
}
.footer a{color:#fff !important;}
.footer a:hover{color:#ff2800 !important;}


/* TERMS &amp; CONDITIONS */

.terms-cont{
    padding-top:20rem !important;
    margin:0 auto;
    width:90%;
    font-size:14px;
    min-height:90vh;
}
.indent{
    padding-left:20px;}

@media only screen and (min-width:768px) and (max-width:1199px){
    .menu .logo{
    font-weight: 500;
    color: #000;
    border-bottom:3px solid #000;
    padding:0 5px 0 3px;
    font-size:22px;
    }
    .info-cont h4{
        font-size:1.2rem;
    }

    .info-cont li{
        font-size:0.8rem;
    }
    .home-quote{font-size:18px !important;}

}

@media only screen and (max-width:992px){
    .product-container .bg-left-white{
        width:30%;
    }
    .menu .menu-list {
    padding: 10px 0;
    width: 110px;
    font-size: 0.9rem;
    }
    .menu .logo{
    font-size:20px;
    margin-top: 0 !important;
    }
    .product-slider-pager .pager-item{
        width:60px;
        margin-right:10px;
    }
}

@media only screen and (min-width:576px) and (max-width:768px){
/*contact*/
.contact{
    padding:0 20%;
}
.contact-right {
    padding: 20px 0 0 15px;
}
.contact-right h3{
    font-size:1.2em;
}

}

@media only screen and (max-width:576px){
    .row{margin:0 !important;}
    .mobile-menu-bg{
        position:fixed;
        background-color:#fff;
        height:62px;
        width:100vw;
        top:0;
        left:0;
    }
    .left-menu{margin:7px 0 0 -13px;}
    .menu .logo{
    font-weight: 500;
    color: #000;
    border-bottom:2px solid #000;
    padding:0;
    font-size:20px;
    margin-top: 0 !important;
    }
    .no-logo .logo{
        margin-top:0 !important;
    }
    .cp-logo .sml-logo{
        transition: all 1s;
        transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s; /* Safari */
        margin-left:6% !important;
    }
    .no-logo .logo,
    .cp-logo .logo{
        transition: all 1s;
    }
    .cp-logo .sml-logo img{
        width:35px;
    }
    .show-menu .icon-list a{
        color:#fff;
    }
    .sy-box{
        height:47vh;
    }
    .sy-slide &gt; a &gt; img{
    object-fit: cover;
    width:100% !important;
    max-width: 100vw;
    }
    .sy-slides-wrap{
        margin-top:9vh;
    }
    .discover-more{display:none;}
    .home-content{
        padding:0 !important;
    }
    /*products*/
    .products-content .center-column-text-mt {
        margin-top: 14.5rem!important;
    }
    /*product*/
    .product-container .info-cont{
        top:54%;
        right:25px;
    }
    .info-cont ul{
        font-size:0.9rem;
        line-height:20px;
    }
    .info-cont h4{
        font-size:1.2rem;
    }
    .product-slider-pager{
        margin-right:-15px;
    }
    
    .prev-next .prev-obj{
        position:absolute;
        left:15px;
        bottom: 50px;
        text-align:left;
    }
    .prev-next .next-obj{
        position:absolute;
        right:15px;
        bottom: 50px;
        text-align:right;
    }
    .product-container .img-product-center,
    .product-container .img-product-right{
    height: auto;
    width:64%;
    padding: 4% 0 0;
    margin: 50px auto;
    }
    .product-container .bg-left-white{
        display:none;
    }
    /*about*/
    .about-content{padding-top:5rem !important;}
    /*contact*/
    .contact{padding:100px 1% 0;}
    .contact img{margin-bottom:20px;}
    .contact h3{
        font-size:1.4em;
    }
    #mc_embed_signup label{font-size:14px !important;}
    #mc_embed_signup .button{margin-top:10px !important;}
    .close-but{margin:10px 0 !important;}
    /*terms &amp; conditions*/
    .terms-cont {
        padding-top: 8rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait){
    .menu{
        margin-top: 2rem!important;
    }
    .show-menu .icon-list a{
        color:#fff;
    }
    .sy-slides-wrap {
        height: 54vh !important;
    }
    .about-content{    
        padding-top: 12rem !important;
        line-height: 19px;
    }
    .products-content{
        padding-top: 8rem !important;
    }
    .products-all{
        display:none;
    }
    .products-pad{
        display:inline-block;
        margin-left:3%;
    }
    .products-det li{
        font-size:0.95rem;
    }
    .products-content img{
        height:243px;
    }
    .products-content .card-block{
        height:160px;
    }
    .products-content .center-column-text-mt{
        margin-top:inherit !important;
    }
    .products-content .left-right-column-text-mb{
        margin-bottom:4rem !important;
    }
    
    .product-container .img-product-right{
        height: auto;
        width: 50%;
        z-index: 9;
        position: absolute;
        left: 25%;
        top: 11%;
    }
    .product-container .info-cont {
        position: absolute;
        z-index: 6;
        top: 65%;
        left: 10%;
        min-width: 200px;
    }
    .prev-next{
        position: absolute;
        left: 360px;
        margin: 0;
        width: 100%;
        bottom: 60%;
        padding: 0;
    }
    .product-slider-pager{
        margin-right:-10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape){
    .menu{
        margin-top: 0 !important;
    }
    .left-menu{
        margin-top:2rem;
    }
    .menu-button{
        top:25px !important;
        right:20px !important;
    }
    .product-container .img-product-right{
        height: 70vh;
    }
    .product-container .info-cont{    
        bottom:10%;
        left:3%;
    }
    .contact-right{
        padding-top:0 !important;
    }
    #mc_embed_signup input.email{
        width:290px !important;
    }

}
@media only screen and (min-width: 834px) and (max-width: 1112px) and (orientation : landscape){
    .product-container .img-product-right{
        height: 70vh;
    }
    .product-container .product-slider li .hor-slide{
        width: 66vw;
        margin-left: 21vw;
    }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation : landscape){
    .product-container .img-product-right{
        height: 70vh;
    }
    .product-container .product-slider li .hor-slide{
        width: 66vw;
        margin-left: 21vw;
    }
}

@media only screen and (min-width:1025px){
    .mobile-menu{
        display:none !important;
    }
    .product-container .product-slider li .hor-slide{
        width: 55vw;
        margin-left: 6vw;
        margin-top: 5vh;
    }
}

/* Landscape */ 
@media only screen and (min-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .product-container .img-product-right{
        height: 70vh;
    }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .product-container .img-product-right{
        height: auto;
        width: 50%;
        left: 25%;
        top: 11%;
        }
    .product-container .hor-slide{
        width:78% !important;
        left:11% !important;
        top:21% !important;
    }
}

</pre></body></html>