body{
    background-color: #000;
    font-family: NespressoLucas, Helvetica, Arial, sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

#vertuo-range{
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    background-color: white;
    font-size: 15px;
}

/* Navigation */
#vertuo-range .world-nav {background-color: #d1c5ba; }
#vertuo-range .world-nav .wrapper {width: 80%;  margin:0 auto;}
#vertuo-range .world-nav.sticky {position: fixed; top: 80px; width: 100%; z-index: 999;}
#world-nav ul, #world-nav ul li {padding: 0; margin: 0; list-style: none; }
#vertuo-range .world-nav ul a {font-family: NespressoLucas, Helvetica, Arial, sans-serif; font-weight: 700; display: block; text-decoration: none; color: inherit; padding: 5px 10px; text-align: center;}
#vertuo-range .world-nav-arrow {position: absolute; right: 5vw; top: 8px; width: 0; height: 0; display: none; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid #333; }
@media only screen and (min-width: 481px) {
    #vertuo-range .world-nav ul {display: flex; justify-content: space-between; align-items: center;}
    #vertuo-ranges .world-nav ul li {flex-basis: 20%}
    #vertuo-range .world-nav ul a {padding: 15px 10px}
}
@media only screen and (max-width: 480px) {
    #vertuo-range .world-nav:not(.sticky) li:first-child {display: block; }
    #vertuo-range .world-nav ul {display: block; width: 100% }
    #vertuo-range .world-nav.sticky li {display: none }
    #vertuo-range .world-nav.sticky li.show {display: block }
    #vertuo-range .world-nav.sticky .current {display: block; }
    #vertuo-range .world-nav.sticky .world-nav-arrow {display: block; }
    #vertuo-range .world-nav.sticky a {padding: 5px 20px; line-height: 1.2}
}

#vertuo-range .section-heading {max-width: 700px; padding: 80px 0 60px}
#vertuo-range .section-heading h2 {margin-bottom: 30px}
#vertuo-range .section-heading p {margin: 10px 0;}

#vertuo-range .coffee-nav {margin-bottom: 30px; position: relative; padding: 20px}
#vertuo-range .coffee-nav .coffee-nav-control {position: absolute; top: 0;  z-index: 10; background-color: #fff; bottom: 0; display: flex; align-items: center;}
#vertuo-range .coffee-nav .coffee-nav-prev {left: 0}
#vertuo-range .coffee-nav .coffee-nav-next {right: 0}
#vertuo-range .coffee-nav .coffee-nav-control img {width: 20px; height: 20px}
#vertuo-range .coffee-nav .wrapper ul {list-style: none; padding: 0; width: 760px; display: flex; justify-content: space-between; margin: 0 auto}
#vertuo-range .coffee-nav li {flex-basis: 0; flex-grow: 1}
#vertuo-range .coffee-nav li a {text-decoration: none; color: inherit; font-family: NespressoLucas, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 14px;}
#vertuo-range .coffee-nav li a img {display: block; margin: 0 auto 15px; width: 60px; transition: transform .2s;}
#vertuo-range .coffee-nav li a:hover {color: rgb(174,132,121);}
#vertuo-range .coffee-nav li a:hover img {transform: scale(1.2);}
@media only screen and (min-width: 768px) {
    #vertuo-range .coffee-nav .coffee-nav-control {display: none}
    #vertuo-range .coffee-nav li a {transition: color .2s;}
    
}
@media only screen and (max-width: 767px) {
    #vertuo-range .coffee-nav .wrapper {overflow:scroll; touch-action: pan-x}
    #vertuo-range .coffee-nav .wrapper ul {position: relative; width: 680px}
    #vertuo-range .coffee-nav li a {font-size: 13px}
}

@media only screen and (max-width: 768px) {
    #vertuo-range .world-nav.sticky {top: 70px; }
}

hr{
    background-color: #ccc;
    width: 90%;
    margin: 5% 0;
}

.hero-panel h2{
    font-size: 1.1rem;
}

.usp-content h2,
.usp-content-excp h2,
.vni-content h2,
#vertuo-demo h2,
#machine-range h2,
.ce-content h2,
.demo-content h2,
.rvso-content h2,
.faq-content h2,
.mc-content h2,
.carafe-content h2,
.section-explore h2,
.mtchef-content h2{
    font-family: NespressoLucas, Helvetica, Arial, sans-serif; 
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}

.rvso-content h2{
    margin-bottom: 0;
}

.review-content h2{
    font-family: NespressoLucas, Helvetica, Arial, sans-serif; 
    font-weight: 700;
    font-size: 1rem;
}

.rvso-content h3{
    font-size: 1.3rem;
}

.section-explore h4 {
    text-transform: uppercase; 
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.faq-content h5{
    font-size: 1rem;
    font-weight: bold;
}

.machine-range-content h6{
    text-transform: uppercase;
    font-size: 1rem;
    color: #8d6708;
}

.vni-content p,
.ce-content p,
.demo-content p,
.rvso-content p,
.mc-content p,
.carafe-content p,
.mc-content p{
    margin-top: 25px;
}

#vertuo-range a{
    color: #8d6708;
    text-decoration: none;
}

#vertuo-range a:hover{
    color: #8d6708;
    text-decoration: underline;
}

#hero{ color: #fff;}
#hero h1{ letter-spacing: 0.5rem;}
.hero-panel{ padding: 120px 20%; }
.js-video-button{
    background-color: transparent;
    color: #fff;
    border: 0;
}

.hero-background{
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/sg/vertuo/images/hero-background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.btn-customised{
    font-size: 0.8rem;
    text-transform: uppercase;
    background-color: #8d6708;
    border: 1px solid #8d6708;
}

.btn-customised:hover{
    background-color: #8d6708;
    border: 1px solid #8d6708;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
}

.btn-customised a{
    color: #fff;
}

.btn-customised a:hover{
    text-decoration: none;
}

.usp-background{
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/sg/vertuo/images/usp-background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:left bottom;
}

.img-alignment{
    text-align: center;
}

.img-alignment-right{
    text-align: right;
}

.img-alignment-excp{
    text-align: center;
    padding-bottom: 1.5%;
}

.img-alignment-excp img{
    width: 90%;
}

.usp-content{
    padding: 8% 10% 8% 12%;
}

.usp-content-excp{
    position: relative;
    right: 10%;
    margin-bottom: -5%;
}

.mc-content, .vni-content, .ce-content{
    position: absolute;
    width: 40%;
    right: 5%;
}

.mc-content{ margin-top: 11%; }
.ce-content{ margin-top: 7%; }
.vni-content{ margin-top: 4%;}

.vni-content ul, .vni-content ul li{
    margin: 0;
    list-style-type: disc;
}

.rvso-content, .carafe-content, .demo-content{
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 8%;
}

.carafe-content small{
    font-size: 0.7rem;
}

.faq-content{
    padding: 5% 8%;
}

.new-label{
    font-size: 1.3rem;
    color: #cb8f02;
    text-transform: uppercase;
    font-weight: 700;
}

#vertuo-demo, #coffee-experience{
    background-color: #fbf4eb;
}

#machine-range{
    text-align: center;
    padding-top: 80px;
}

#machine-range small{ font-size: 11px; padding-top: 10px;}

.mrange-background{
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/sg/vertuo/images/machine-range-bckg.jpg");
    background-repeat: no-repeat;
}

.review-content{
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

.more-review{
    float: right;
}
.r-title{
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 8px;
}
.r-date{
    text-transform: uppercase;
    font-size: 0.7rem;
}
.total-rating{font-size: 1.3rem; letter-spacing:1px; padding-left: 10px; }
.rating-num{ color: #8f7247; font-weight: 500;}
.rating-color { color: orange;}

#more-review, #compara-machine {
    display: none;
}

/* Start Master Chef */
#vertuo-range .masterchef-btn div {width: 25px; height: 25px; border-radius: 50%; background-color: #fff; display: flex; justify-content: center; align-items: center; float: right; margin-top: -3px;}
#vertuo-range .masterchef-btn div:after {width: 0; height: 0; margin-left: 2px; display: block; content: ""; border-top: 6px solid transparent; border-left: 10px solid #2e2720; border-bottom: 6px solid transparent; }

@media only screen and (max-width: 767px) {
    #vertuo-range .masterchef-btn div{ width: 22px; height: 22px; }
    #vertuo-range .masterchef-btn div:after{ 
        margin-left: 3px;
        border-top: 4px solid transparent;
        border-left: 7px solid #2e2720;
        border-bottom: 4px solid transparent;
    }
}

.masterchef-text{
    font-size: 0.9rem;
    font-weight: 500;
    padding-left: 10px;
}

.masterchef-logo-machine{
    padding-bottom: 5px;
}

.masterchef-logo-machine img{
    width: 150px;
}

.mtchef-background{
    background-image: url("https://www.nespresso.com/ecom/medias/sys_master/public/15457156792350/master-chef-bckg.jpg"); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 544px;
    background-position: right center;
}

.master-chef-logo{
    position: absolute;
    padding: 30px 0 0 20px;
    z-index: 100;
}

.master-chef-logo img{
    width: 300px;
}

.mtchef-content{
    display: table;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
.mtchef-content-block{
    display: table-cell;
    vertical-align: middle;
}

.mtchef-inner {
    color: #fff;
}

.mtchef-inner h2{
    padding: 20px 0;
}

.mtchef-inner a{
    color: #fff !important;
    text-decoration: underline !important;
}

@media only screen and (min-width: 1480px) {
    .auto-scale{
        object-fit: cover;
    }

    .auto-scale.masterchef{ height: 58%;}
    .auto-scale.discoverVertuo{height: 42%; }
}

/* @media only screen and (max-width: 1024px) {
    .mtchef-inner {  width: 60%;}
} */

@media only screen and (max-width: 768px) {
    #machine-range{
        padding-top: 50px;
    }

    .mtchef-inner, .mtchef-inner a, .js-video-button{
        color: #000 !important;
    }

    #vertuo-range .masterchef-btn div{
        background-color: #000;
    }

    #vertuo-range .masterchef-btn div:after{
        border-left: 7px solid #fff;
    }

    .master-chef-logo{
        position: absolute;
        padding-top: 10px;
    }

    .master-chef-logo img{
        width: 150px;
        margin: 0 auto;
    }

    .mtchef-background{
        background-position: 20% center;
    }
}
/* End Master Chef */

.carafe-panel{ padding: 3% 0;}
.carafe-panel img{ width: 70%; margin: 0 auto; }

.cap-size img{ width: 80px;}
.cap-icon img{ width: 40px;}
.cap-icon1 img{ width: 30px;}
.cap-text{ font-size: 10px;}
.cap-text1{ font-size: 10px;}

.rvso-background{
    background-image: linear-gradient(to right, #fbefdf , white);
}

.faq-background{
    background-image: linear-gradient(#fbefdf , white);
    padding-top: 1%;
}

.faq-background img{
    width: 90%;
    position: relative; 
    bottom: -30px
}

.faq-content .accordion-item{
    background-color: transparent;
    border: 0;
}

.faq-content .accordion-item h2 button{
    font-weight: bold;
}

.faq-content .accordion-body{
    padding: 0 3rem 0 0;
}

.faq-content .accordion-button{
    background-color: transparent;
    padding: 0.3rem 1.25rem 0.3rem 0;
    line-height: 1.5;
}

.faq-content .accordion-button::after{
    margin-top: 7px;
}

.faq-content .accordion-button:not(.collapsed){
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-content .accordion-button:focus{
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion{
    margin-top: 25px;
    font-size: 1rem;
}

.cm-content{
    text-align: center;
}

.cm-title{
    letter-spacing: 1px;
    font-size: 1.5rem;
}

.small-line{
    border-top:1px solid #8d6708;
    width: 80px;
    margin: 0 auto;
    margin-top: 20px;
}


/* Multiple items carousel */
#mixedSlider {
    position: relative;
}
#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
#mixedSlider .MS-content .item {
    display: inline-block;
    width: 25%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0;
}

@media (min-width: 1481px) {
    #mixedSlider .MS-content .item { width: 20%; }
}

@media (max-width: 1480px) {
    #mixedSlider .MS-content .item { width: 25%; }
}
@media (max-width: 768px) {
    #mixedSlider .MS-content .item { width: 50%; }
}
@media (max-width: 500px) {
    #mixedSlider .MS-content .item { width: 100%; }
}

/* @media (max-width: 959px) {
    #mixedSlider .MS-content .item { width: 50%; }
}
@media (max-width: 767px) {
    #mixedSlider .MS-content .item { width: 100%;}
} */

#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    top: 45%;
    transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
    opacity: 0.6;
}

#mixedSlider .MS-controls .MS-left {
    left: 0px;
}
@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}
#mixedSlider .MS-controls .MS-right {
    right: 0px;
}
@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
}

/* Machine Range */
.slideimg .img img{ 
    height: 380px;
}

.tabs {
    position: relative;
    width: 100%;
    border-radius: 4px;
    margin: 50px auto 10px;
    overflow: hidden;
  }
  
  .tabs-header {
    position: relative;
    overflow: hidden;
  }
  
  .tabs-header .border {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #8d6708;
    width: auto;
    height: 3px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
  
.tabs-header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    border-bottom: 1px solid #c5bfb1;
    width: 80%;
    margin: 0 auto;
}
  
.tabs-header li {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    list-style-type: none;
    margin: 0 40px;
    height: 40px;
    padding: 0 30px;
}
  
.tabs-header a {
    z-index: 1;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
}

.active1{
    border-bottom: 4px solid #8d6708;
}

.tabs-prev, .tabs-next {
    position: absolute;
    top: 280px;
    width: 50px;
    height: 50px;
    border: 0;
    z-index: 100;
}
.tabs-prev { 
    left: 25px;
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/sg/vertuo/images/arrow-left.png");
    background-size: 50px 50px;
    opacity: 0.5;
}
.tabs-next { 
    right: 25px;
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/sg/vertuo/images/arrow-right.png");
    background-size: 50px 50px;
    opacity: 0.5;
}

.tabs-next:hover, .tabs-prev:hover{ opacity: 1;}

.aeroccino-txt{
    position: absolute;
    top: 170px;
    right: 10px;
    font-size: 11px;
    opacity: 0.7;
}
  
.tabs-content {
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    height: 580px;
}
  
.tabs-content:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
  
.tabs-content .tab { display: none; }
  
.tabs-content .tab.active { display: block; }

.slider-link button{
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 12px;
    color: #666;
    border: none;
    background: #f0f0f0;
}
.slider-link button:before{
  content: none;
}

.slider{ padding: 30px 10% 0 10%; }

.slider .slider-links {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 100;
    top: -30px;
}

.slider .slider-link {
    background-color: inherit;
    outline: none;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    width: 24px;
    height: 23px;
    border: 0 none;
    border-radius: 50%;
    margin: 2px 3px;
    box-shadow: 0 0 2px #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .slider-link.active:before {
    content: ''; 
    position: absolute; 
    width: 12px; 
    height: 12px; 
    background-color: #fff; 
    box-shadow: 0 0 2px #333; 
    border-radius: 50%;
}

.slider .slider-link.white { background-color: #fff;}
.slider .slider-link.black { background-color: black;}
.slider .slider-link.red { background-color: #ae313d;}
.slider .slider-link.darkgrey { background-color: #696868;}
.slider .slider-link.brown { background-color: #3c302e;}
.slider .slider-link.titan { background-color: #b6afa8;}

.slidecontent{
    text-align: left;
}

.promo-badge-panel{
    position: relative;
}

.promo-badge{
    position: absolute;
    top:40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    line-height: 1.1em;
    text-align: center;
    background: #cc9f03;
    /* background: linear-gradient(90deg, rgba(241,200,134,1) 0%, rgba(233,173,103,1) 34%, rgba(241,200,134,1) 71%, rgba(233,173,103,1) 100%); */
    padding-top: 27px;
    right: 8%;
}

.promo-badge span{
    font-size: 1.8rem;
    font-weight: bold;
}

.promo-badge>div{
    font-size: 0.7em;
    padding-top: 7px;
}

.machine-color h4{
    font-size: 1.4rem;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0 20px 0;
}

.flex-container {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}

.mrc-title{
    font-family: NespressoLucas, Helvetica, Arial, sans-serif; 
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #8f7247;
    font-size: 1.05rem;
}

.mrc-line{
    border-bottom: 2px solid #ccc; 
    width: 100px; 
    margin: 20px 0 15px 0;
}

.mrc-content ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mrc-content ul li:before{
    content: "\2714";
    padding-right: 5px;
}

.mrc-content img{
    width: 20px;
    margin-bottom: 5px;
}

.ar-buttons{
    padding-top: 5px;
}

.machine-slide,
.machine-color-name,
.add-to-bag,
.pdp-hyperlink,
.ar-mbutton,
.machine-features,
.vertuo-price,
.usual-price {
    display: none;
}

.machine-slide.active,
.machine-color-name.active,
.add-to-bag.active,
.pdp-hyperlink.active,
.ar-mbutton.active,
.machine-features.active,
.vertuo-price.active,
.usual-price.active{
    display: block;
}

.pdp-hyperlink a{
    font-family: NespressoLucas, Helvetica, Arial, sans-serif; 
    font-weight: 900;
    font-size: 1.1rem;
}

.pdp-hyperlink a.active{
    border: 0;
}

.vertuo-price{
    font-weight: bold;
    color: #3d8705;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
    padding-top: 40px;
} 

.usual-price{ font-size: 0.8em;}

.purchase-btn{ padding-top: 10px;}

.action{
    padding-bottom: 40px;
}

.action div{
    display: inline;
}

.section-explore {
    padding: 50px 0; 
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.section-explore img {
    max-width: 220px;
}

@media only screen and (max-width: 991px) {
    .machine-range-content{ width: 9.5%}

    .usp-content h2, .usp-content-excp h2, .vni-content h2, #vertuo-demo h2, #machine-range h2, .ce-content h2, .rvso-content h2,
    .faq-content h2, .mc-content h2, .carafe-content h2, .demo-content h2, .review-content h2, .section-explore h2, .mtchef-inner h2{ font-size: 1.4rem;}
    .usp-content h2, .usp-content-excp h2{  padding: 15px 0; }
    .ce-content{ text-align: center; padding: 0;}
    .vni-content, .ce-content, .mc-content, .faq-mob-align, .demo-content, .rvso-content,.carafe-content{ text-align: center; padding: 30px 5% 50px 5%;}

    #machine-range{ padding-bottom: 50px;}
    .tabs-content { height: auto;}
}

@media only screen and (min-width: 769px) {
    .hide-on-desktop{ display: none; }

    .tab-content > .tab-pane {display: block;}

    .cont-hide{ visibility: hidden; }
    .cont-display{ visibility: visible;}

    .break { display: none;}
}

@media only screen and (min-width: 1480px) {
    .faq-background img{ width: 70%;}
}

@media only screen and (max-width: 768px) {
    .hide-on-mobile{ display: none; }
    .rvso-background{
        background-image:none;
        background-color: white;
    }

    .usp-content h2, .usp-content-excp h2, .vni-content h2, #vertuo-demo h2, #machine-range h2, .ce-content h2, .rvso-content h2,
    .faq-content h2, .mc-content h2, .carafe-content h2, .demo-content h2, .review-content h2, .section-explore h2{ font-size: 1.4rem;}
    .usp-content h2, .usp-content-excp h2{  padding: 15px 0; }
    .vni-content, .ce-content, .mc-content, .faq-mob-align, .demo-content, .rvso-content{ text-align: center; padding: 30px 5% 50px 5%;}
    .carafe-content{ text-align: center; padding: 30px 5% 20px 5%;}

    .vni-content ul, .vni-content ul li{list-style-type: none; margin: 0; padding: 0;}

    #vertuo-next-intro img{position: relative;}

    .vni-content, .ce-content, .mc-content{
        position: relative;
        width: 94%;
        margin: 0 auto;
        padding: 30px 5% 50px 5%;;
        right: 0;
    }

    .mrc-content ul li{list-style-type: none !important; }
    .machine-color h4{padding-top: 20px; font-size:1.1rem;}
    .col-space-mob{padding-top: 18px;}
    .col-left{padding-left: 50px;}
    .col-right{padding-right: 50px;}
    .carafe-panel img{width: 60%;}

    .review-content{ width: 90%; text-align: center;}

    .img-alignment img{ width: 50%; }
    .img-alignment-right img{ width: 70%; }
    .img-alignment-excp{  padding-bottom: 4.8%; }
    .img-alignment-excp img{ width: 100%; }
    .usp-content{ padding: 6% 5%;}
    .usp-content, .usp-content-excp{ text-align: center;}
    .usp-content-excp{ padding: 0 5% 15% 5%; position: initial;}
    
    .faq-background img{ position: initial; width: 70%;}
    .faq-content h2{text-align: center;}
    .faq-content .accordion-button{ padding: 0.3rem 0.25rem 0.3rem 0px; }

    .cont-hide{ visibility: visible !important;}

    .usp-background{
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/sg/vertuo/images/usp-background-mobile.jpg");
    }

    .usp-line{
        border-bottom: 1px solid #ccc; 
        width: 80%; 
        margin: 6px auto 36px auto;
    }

    .slick-section{margin-top: 20px;}
    .slick-item .img img{height: 300px;}
    .slick-center .img{
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .slick-container .action a{display: block; color: #000 !important; padding: 2px 0;}
    .slick-container .action a:hover, .slick-container .action a.active{border: 0 !important; color: #8d6708 !important;}
    .slick-prev1, .slick-next1{ margin-top: 32%;}
    .machine-range-content{ position: relative; text-align: center; width: 100%; margin-top: 20px; }
    #machine-range small{ padding: 0 5%;}
    .flex-container {display: block; }

    .slideimg .img img{ height: 300px;}
    .tabs-header ul{ padding: 0; margin:0; width: 100%;}
    .tabs-header li{ margin: 0 15px; padding: 0 10px;}
    .break { flex-basis: 100%; height: 0; display: none;}
    .tabs-prev, .tabs-next { width: 30px; height: 30px; top: 220px;}
    .tabs-prev { left: 10px; background-size: 30px 30px;}
    .tabs-next { right: 10px; background-size: 30px 30px;}
    .vertuo-price{padding-top: 30px;} 
    .purchase-btn{ padding-top: 20px;}
    /* .aeroccino-txt{top: 116px; } */
    .aeroccino-txt{top: 140px; right: 0} /* with master chef logo */
}

@media only screen and (max-width: 767px) {
    .section-explore.wrapper {
        width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .slidecontent{  text-align: center;}
    .hero-panel{ padding: 15% 5%; }
    .img-alignment img{ width: 60%; }
    .img-alignment-right img{ width: 90%; }
    .promo-badge { margin-left: 0; right: 0;}
    .tabs-prev, .tabs-next { top: 500px;}
    /* .aeroccino-txt{top: 330px; right: 0} */
    .aeroccino-txt{top: 420px; right: 0} /* with master chef logo */
}

/* Owl carousel */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

#vertuo-range .hero-btn div {width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; float: right; border: 2px solid #fff;}
#vertuo-range .hero-btn div:after {width: 0; height: 0; margin-left: 6px; display: block; content: ""; border-top: 10px solid transparent; border-left: 16px solid #fff; border-bottom: 10px solid transparent; }

/* autoplay video */
#vertuo-range .vid-section {
    background: #ccc;
    padding: 0px;
}
#vertuo-range  .vid-wrap {
    width: 100%;
    height: 500px;
    background: white;
    opacity: 1;
    position: relative;
    overflow: hidden;
}

/* @media only screen and (max-width: 1480px) {
    #vertuo-range  .vid-wrap {
        height: 400px !important;
    }
} */

#vertuo-range   .responsive-vid {
    padding-top: 56.25%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
}
#vertuo-range .responsive-vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#vertuo-range  #player {
    opacity: 0;
    transition: all .5s ease-in-out;
}
#vertuo-range .video__overlay {
    background: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__title {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 36px;
    text-align: center;
}

.video_text{
    font-size: 0.8rem;
    padding-top: 5px;
}

@media only screen and (max-width: 480px) {
    #vertuo-range  .vid-wrap {
        height: 212px;
    }

    .video__title{
        bottom: -20px;
    }

    .video_text{
        font-size: 0.7rem;
    }

    #vertuo-range .hero-btn div{
        width: 40px;
        height: 40px;
    }

    #vertuo-range .hero-btn div:after{
        margin-left: 3px;
        border-top: 6px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 6px solid transparent;
    }
}

/* compare original and vertuo */
#vertuo-range .vtitle{ position: relative; width:90%; max-width: 980px; margin: 0 auto;}
#vertuo-range .vtitle h1{ letter-spacing: 0.2rem;}
#vertuo-range .vtitle h4{ letter-spacing: 0.1rem; padding: 10px 0;}
#vertuo-range .vwrapper {width: 80%;  margin:0 auto;}
#vertuo-range .vertuo-machine-info-button {position: absolute; right: 20%; top: 8px; display: block; width: 25px; height: 25px; border: 1px solid #000; border-radius: 50%; opacity: 0.5}
#vertuo-range .vertuo-machine-info-button:hover,
#vertuo-range .vertuo-machine-info-button.active {opacity: 1}
#vertuo-range .vertuo-machine-info-button img { max-width: 100%;}

#vertuo-range .vertuo-machine-info {position: absolute; right: -22px; top: 56px; max-width: 400px; text-align: left; background-color: #fff; z-index: 200; padding: 30px; box-sizing: border-box; display: none;}
#vertuo-range .vertuo-machine-info:before {position: absolute; content: ""; display: block; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; top: -10px; right: 25px;}
#vertuo-range .vertuo-machine-info.active {display: block;}
#vertuo-range .vertuo-machine-info h4 {text-transform: none;}
#vertuo-range .vertuo-machine-info h5 {text-transform: none; margin: 10px 0}
#vertuo-range .vertuo-machine-info img {margin-right: 10px}
#vertuo-range .vertuo-machine-info ul, #vertuo-range .vertuo-machine-info li { margin: 0; padding: 0; list-style: none;}
#vertuo-range .vertuo-machine-info li {position: relative; padding-left: 25px; margin-bottom: 5px; line-height: 1.3}
#vertuo-range .vertuo-machine-info li:before {content: ""; display: block; position: absolute; width: 15px; height: 1px; background-color: #000; top: 10px; left: 0}
#vertuo-range .vertuo-machine-info-type {display: flex; align-items: flex-start;}

@media only screen and (max-width: 768px) {
    #vertuo-range .vertuo-machine-info-button {top:0; right: 2%;}
}

@media only screen and (max-width: 480px) {
    #vertuo-range .vertuo-machine-info-button {top:4px;}
    #vertuo-range .vertuo-machine-info{right: 0;}
    #vertuo-range .vertuo-machine-info:before {right: 6px;}

    #vertuo-range .vtitle h1{ font-size: 1.6rem;}
    #vertuo-range .vtitle h4{ font-size: 1.1rem;}
    #vertuo-range .vwrapper{width: 100%; }
}

/*AR Button*/
.ar-border{
    border: 1px solid #000;
    border-radius: 3px;
    margin: -20px auto 8px auto;
    width: 220px;
    font-size: 13px;
}

.ar-button {
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 2rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    right: -28px;
    border: 0;
    position: relative;
}

.ar-border:hover, .ar-button:hover{
    opacity: 0.7;
}

.ar-button:before {
    content: " ";
    display: block;
    position: absolute;
    top:3px;
    left: -38px;
    width: 35px;
    height: 35px;
    background: url(https://www.nespresso.com/shared_res/agility/n-components/summer-2021/svg/icon-3d-black.svg) no-repeat center center;
}
.ar-button:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 8px;
    position: absolute;
    right: .5rem;
    top: 48%;
    transform: translate(-100%,-50%) rotate(45deg);
    transition: .25s;
    width: 8px;
}

@media only screen and (max-width: 540px) {
    .ar-border{
        width: 200px;
    }

    .ar-button {
        height: 36px;
        font-size: 12px;
        padding-right: 2rem;
        padding-left: 0;
    }

    .ar-button:before {
        width: 30px;
        height: 30px;
        top: 4px;
    }
}