body {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    margin: 0 0;
}

.masthead .pageWrapper {
    left: 0;
    margin-left: 0;
    width: 100%;
}

.lnv-container-fluid{
    margin-top: 0px;
}

#preloaded-images img{
    display: none;
}

.bx-wrapper{
    margin-bottom: 0;
}

.bx-wrapper .bx-controls-direction a{
    width: 17px;
    height: 58px;
}

.bx-wrapper .bx-prev{
    background: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/slider-arrow-left.png);
}

.bx-wrapper .bx-next{
    background: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/slider-arrow-right.png);
}

#section-products-categories .bx-viewport{
    height: auto !important;
}

.lnvmodal-overlay .lnvmodal-main .lnvmodal-inner{
    width: 35em;
}
.lnvmodal-overlay .lnvmodal-main .lnvmodal-header{
    display: none;
}
.lnvmodal-overlay .lnvmodal-main .lnvmodal-content{
    padding: 0;
}
.lnvmodal-content{
    border: 0 !important;
}
.lnvmodal-content iframe{
    /*min-height: 632px;
    height: auto;*/
    float: left;
    background: -webkit-linear-gradient(90deg, #1b1b1b , #656565);
    background: -ms-linear-gradient(90deg, #1b1b1b , #656565);
}

.gift-overlay-product-bullets{
    display: none;
}

.gift-overlay-product-arrow{
    display: none;
}

/*.banner-slider {
  position: fixed;
  top: 75px;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 10;
}

.banner-slider li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}*/

.banner-slider{
    visibility: hidden;
}

.banner-slider .bx-wrapper{
    border: 0;
    background: none;
}

.banner-slider li {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 100%;*/
    color: #fff;
    font-size: 100%;
    font-weight: 300;
    height: 30px;
    background: #257988;
}

.banner-slider-ft .banner-slider li {
    background: rgba(0,0,0,0.4);
}

.banner-slider.banner-slider-bf li {
    background: #3d3d3d;
}

#rotating-banner-mobile .banner-slider li {
    height: 50px;
    line-height: 20px;
    justify-content: space-evenly;
}

.banner-slider li a{
    font-weight: 900;
    color: #fff;
}

/*.banner-slider li.slide1{
    background: #257988;
}*/

.banner-slider .banner-slide .banner-slide-text{
    margin: 0 10px;
}

.banner-slider .banner-slide .banner-slide-cta button,
.banner-slider .banner-slide .banner-slide-cta .button{
    text-transform: uppercase;
    width: 133px;
    height: 24px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-family: inherit;
    cursor: pointer;
    padding: 1px 6px;
    font-size: 100%;
    line-height: 16px;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
}

/*.banner-slider .slide2{
    background: #efefef;
}*/
#hero-box{margin-top:30px}
.banner-slider .slide2 .banner-slide-text{
    color: #fff;
}
.banner-slider .slide2 .banner-slide-cta button{
    color: #fff;
    background: #ff6a00;
    border: 1px solid #ff6a00;
}

/*.banner-slider .slide3 {
    background: #efefef;
}*/
.banner-slider .slide3 .banner-slide-text {
    color: #fff;
}
.banner-slider .slide3 .banner-slide-cta .button {
    color: #fff;
    background: #ff6a00;
    border: 1px solid #ff6a00;
    width: inherit;
    padding-top: 4px !important;
}

/*top banner*/
#section-hero{
    /*background: url(https://static.lenovo.com/id/in/Big_Bonanza_Sale/BBS_LP_TB_1.jpg?R);*/
	background:#FDBD5B;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-size:cover;
    background-position: right center;
}
/*top banner*/

/*accordian cashback*/
#section-cashback .accordion {
        /* background: rgb(129,0,77); */
        background:  rgb(60, 17, 63);
/* background: linear-gradient(90deg, rgb(112, 24, 45) 0%, rgb(117, 47, 65) 83%, rgb(175, 99, 113) 100%);  */
  /*background-color: #758e0d;*/
  /*background-color: #ec8300;*/
  /*background-color: #fa412f;*/
  color: #fff;
  cursor: pointer;
  padding: 11px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  max-width:100%;
}
#section-cashback .accordion.active, #section-cashback .accordion:hover {
    background:rgb(60, 17, 63);
/* background: rgb(129,0,77); */
/* background: linear-gradient(90deg, rgb(112, 24, 45) 0%, rgb(117, 47, 65) 83%, rgb(175, 99, 113) 100%);  */
  color: #fff;
}
#section-cashback .accordion:after {
    content: '+';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    line-height: 38px;
    transition: 0.3s;
    font-size: 1.6em;
    /*-webkit-transform: scaleX(2);*/
    /* Firefox */
    /*-moz-transform: scaleX(2);*/
    /* IE */
    /*-ms-transform: scaleX(2);*/
    /* Opera */
/*    -o-transform: scaleX(2);
    transform: scaleX(2);*/
}
#section-cashback .accordion.active:after {
    content: "-";
    line-height: 36px;
    transform: scaleX(1.2);
    margin-left: 0px;
}
.panel-cashback {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#section-cashback #gift-guide-title {
    font-size: 181%;
    font-weight: 600;
    color: #fff;
    border-top: 1px solid #fff;
}
/*accordian cashback*/
#section-hero.section-hero-bf,
#section-hero.section-hero-cme{
    background: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/holiday-black-friday-background.jpg);
    background-repeat: repeat;
    background-color: #656565;
}

.banner-slider-ft#rotating-banner{
    position: absolute;
    top: 0;
    z-index: 99;
}

#section-hero.section-hero-ft{
    background: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/holiday-family-target-background.jpg);
}

#section-hero #hero-left-col{
    /* text-align: center; */
    align-self: center;
    padding: 0;
}

#section-hero #hero-left-col #hero-save-up-to{
    color: #FFFFFF;
    font-size: 250%;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
    margin: 20px 0;
}

#section-hero.section-hero-ft #hero-left-col #hero-save-up-to{
    color: #000;
}

#section-hero #hero-left-col .hero-copy-title{
    color: #000;
    font-size: 137.5%;
    font-weight: 700;
    line-height: 26px;
    /* text-transform: uppercase; */
}

#section-hero.section-hero-bf #hero-left-col .hero-copy-title{
    color: #000;
}

#section-hero #hero-left-col .hero-copy-text{
    color: #000;
    font-size: 137.5%;
    font-weight: 300;
    line-height: 22px;
    padding: 0 20%;
    margin: 5px 0;
}

#section-hero.section-hero-bf #hero-left-col .hero-copy-text{
    color: #000;
}

#section-hero #hero-left-col #hero-sale-button{
    margin: 20px 0 30px;
}

#section-hero #hero-left-col #hero-sale-button .lnv-button{
    /**background: #6ABF4A;**/
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 35px 10px;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size: 125%;
}

#section-hero.section-hero-ft #hero-left-col #hero-sale-button .lnv-button{
    background: #6ABF4A;
    -webkit-transition: background-color .5s ease-out, border-color .5s ease-out, color .5s ease-out;
    -moz-transition: background-color .5s ease-out, border-color .5s ease-out, color .5s ease-out;
    -o-transition: background-color .5s ease-out, border-color .5s ease-out, color .5s ease-out;
    transition: background-color .5s ease-out, border-color .5s ease-out, color .5s ease-out;
}

#section-hero.section-hero-bf #hero-left-col #hero-sale-button .lnv-button{
    -webkit-transition: background-color .5s ease-out, border-color .5s ease-out, color .5s ease-out;
    -moz-transition: background-color .5s ease-out, border-color .5s ease-out, color .5s ease-out;
    -o-transition: background-color .5s ease-out, border-color .5s ease-out, color .5s ease-out;
    transition: background-color .5s ease-out, border-color .5s ease-out, color .5s ease-out;
}

#section-hero #hero-left-col #hero-sale-button .lnv-button:hover{
    background-color: #FFF;
    color: #6ABF4A;
    border-color: #6ABF4A;
}

#section-hero.section-hero-ft #hero-left-col #hero-sale-button .lnv-button:hover{
    background-color: #FFF;
    border-color: #6ABF4A;
    color: #6ABF4A;
}

#section-hero.section-hero-bf #hero-left-col #hero-sale-button .lnv-button:hover{
    background-color: #FFF;
    border-color: #6ABF4A;
    color: #6ABF4A;
}

#section-hero #hero-left-col #hero-sign-up{
    color: #fff;
    font-size: 112.5%;
    font-weight: 700;
    line-height: 22px;
}

#section-hero.section-hero-ft #hero-left-col #hero-sign-up,
#section-hero.section-hero-ft #hero-left-col #hero-sign-up a{
    color: #000;
}

#section-hero #hero-left-col #hero-sign-up a{
    color: #fff;
}

#section-hero #hero-left-col #hero-sign-up a br{
    display: none;
}

#section-hero #hero-right-col{
    padding: 0;
}

#section-hero #hero-right-col img{
    position: absolute;
    bottom: 0;
}

#section-star-wars{
    height: 670px;
    text-align: center;
}

#section-star-wars #star-wars-left,
#section-star-wars #star-wars-right{
    flex-direction: row;
    justify-content: center;
    padding-bottom: 120px;
}

/*#section-star-wars #star-wars-left.lnv-col-md-6,
#section-star-wars #star-wars-right.lnv-col-md-6{
    padding: 0 0 120px 0;
}*/

#section-star-wars #star-wars-left .lnv-img{
    background: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/starwars-espot-yoga-products.png) center center no-repeat;
    background-size: contain;

    width: 342px;
    height: 342px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#section-star-wars #star-wars-left:hover .lnv-img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#section-star-wars #star-wars-right .lnv-img{
    background: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/starwars-espot-jedi-challenge-compliance.png) center center no-repeat;
    background-size: contain;

    width: 342px;
    height: 342px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#section-star-wars #star-wars-right:hover .lnv-img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#section-star-wars #star-wars-logo{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 43px;
    margin: 50px 0;
}

#section-star-wars .star-wars-spot{
    width: 350px;
    align-self: center;
}

#section-star-wars .star-wars-spot .star-wars-spot-title{
    color: #000;
    font-size: 162.5%;
    font-weight: 300;
    line-height: 30px;
}

#section-star-wars .star-wars-spot .star-wars-spot-title br{
    display: none;
}

#section-star-wars .star-wars-spot .star-wars-spot-text{
    color: #424242;
    font-size: 112.5%;
    font-weight: 300;
    line-height: 22px;
    margin: 5px 0 10px 0;
}

#section-star-wars .star-wars-spot .star-wars-spot-price{
    color: #777777;
    font-size: 112.5%;
    line-height: 18px;
    font-weight: 400;
    margin: 20px 0;
}

#section-star-wars .star-wars-spot .star-wars-spot-link{
    color: #4ac0e0;
    font-size: 112.5%;
    font-weight: 700;
    line-height: 22px;
}

#section-sweepstakes{
    height: 440px;
    background: #efefef;
    position: relative;
    justify-content: center;
}

#section-sweepstakes #sweepstakes-left{
    position: absolute;
    bottom: 0;
    left: 200px;
}

#section-sweepstakes #sweepstakes-left img{
    position: relative;
    bottom: -9px;
}

#section-sweepstakes #sweepstakes-center{
    width: 470px;
    text-align: center;
    align-self: center;
}

#section-sweepstakes #sweepstakes-center #sweepstakes-title{
    color: #000000;
    font-size: 225%;
    font-weight: 300;
    line-height: 60px;
}

#section-sweepstakes #sweepstakes-center #sweepstakes-text{
    color: #424242;
    font-size: 112.5%;
    font-weight: 300;
    line-height: 22px;
    padding: 20px 0;
}

.sweepstakes-btn{
    padding-top: 30px;
}

.sweepstakes-btn a{
    border: 1px solid #1976A1;
    -webkit-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
    -moz-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
    -o-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
    transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
    color: #FFF;
    font-size: 125%;
    background-color: #1976A1;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    width: 310px;
    border-radius: 5px;
    padding: 12px 40px 10px;
    margin: 0 auto;
}

.sweepstakes-btn a:hover{
    border-color: #1976A1;
    background-color: #D9EEF7;
    color: #1976A1;
}

#section-sweepstakes #sweepstakes-right{
    position: absolute;
    top: -135px;
    right: 0;
}

#section-gift-guide{
    height: 370px;
    background: #CBDEDA;
    /*border-top: 1px solid #fff;*/
    border-bottom: 0px solid #fff;
    text-align: center;
    position: relative;
    padding-bottom:20px;
}

#section-gift-guide #gift-candy-left{
    position: absolute;
    left: -60px;
    bottom: 10px;
}

#section-gift-guide #gift-candy-right{
    position: absolute;
    right: -70px;
    top: 0;
}

#section-gift-guide #gift-guide-title {
    width: 100%;
    color: #363636;
    font-size: 225%;
    font-weight: 300;
    line-height: 60px;
    align-self: center;
}

#section-gift-guide .lnv-row{
    margin: 0 auto;
    width: 100%;
}

#section-gift-guide .gift-spot{
    /*width: 377px;
    padding: 0;
    padding: 0 15px;*/
    color: #000555;
    padding: 0;
    cursor: pointer;
    align-items: center;
	margin-bottom:10px;
}

#section-gift-guide .gift-spot:hover{
    /*color: #3e8ddd;*/
    color: #000;
}

#section-gift-guide .gift-spot .gift-img{
    /*height: 223px;*/
    display: flex;
}

#section-gift-guide .gift-spot .gift-img img{
    /*align-self: flex-start;*/
    margin: 0 auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#section-gift-guide .gift-spot .gift-img:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#section-gift-guide .gift-title{
    color: #000 !important;
    color: inherit;
    font-size: 150%;
    font-weight: 500;
    line-height: 50px;
}

/*shop by brand*/

#section-shopByBrand{
    height: 370px;
    background: #CBDEDA;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    text-align: center;
    position: relative;
    padding-bottom:20px;
}

#section-shopByBrand #gift-candy-left{
    position: absolute;
    left: -60px;
    bottom: 10px;
}

#section-shopByBrand #gift-candy-right{
    position: absolute;
    right: -70px;
    top: 0;
}

#section-shopByBrand #gift-guide-title {
    width: 100%;
    color: #000;
    font-size: 225%;
    font-weight: 300;
    line-height: 60px;
    align-self: center;
}

#section-shopByBrand .lnv-row{
    margin: 0 auto;
    width: 100%;
}

#section-shopByBrand .gift-spot{
    /*width: 377px;
    padding: 0;
    padding: 0 15px;*/
    color: #555555;
    padding: 0;
    cursor: pointer;
    align-items: center;
}

#section-shopByBrand .gift-spot:hover{
    /*color: #3e8ddd;*/
    color: #000;
}

#section-shopByBrand .gift-spot .gift-img{
    /*height: 223px;*/
    display: flex;
	max-width: 270px;
}

#section-shopByBrand .gift-spot .gift-img img{
    /*align-self: flex-start;*/
    margin: 0 auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#section-shopByBrand .gift-spot .gift-img:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#section-shopByBrand .gift-title{
    color: #000 !important;
    color: inherit;
    font-size: 150%;
    font-weight: 500;
    line-height: 50px;
}
/*shop by brand*/

.gift-overlay{
    display: none;
    background: rgba(0,0,0,0.8);
    height: 900px;
    position: relative;
}

.gift-overlay#stunners{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/lifestyle-2-in-1-stunners-yoga-910.jpg);
}
.gift-overlay#gaming{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/lifestyle-gameon.jpg);
}
.gift-overlay#luxury{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/lifestyle-luxury-x1-carbon.jpg);
}
.gift-overlay#companion{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/Lifestyle-Lenovo-smart-assistant.jpg);
}
.gift-overlay#mogul{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/lifestyle-mogul-makers-p51.jpg);
}
.gift-overlay#mobile{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/lifestyle-mobile-offices-yoga-tab3.jpg);
}
.gift-overlay#savvy{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/Lifestyle-Savvy-Buys.jpg);
}
.gift-overlay#desktop{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/lifestyle-desktoplove-AIO520.jpg);
}

/*
.gift-overlay#stunners{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/default-2-in-1-stunners.jpg);
}
.gift-overlay#gaming{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/default-game-on.jpg);
}
.gift-overlay#luxury{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/default-luxury.jpg);
}
.gift-overlay#companion{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/default-connected-companion.jpg);
}
.gift-overlay#mogul{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/default-mogul-makers.jpg);
}
.gift-overlay#mobile{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/default-mobile-office.jpg);
}
.gift-overlay#savvy{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/default-savvy-buys.jpg);
}
.gift-overlay#desktop{
    background-image: url(//static.lenovo.com/na/landing-pages/holidays/2017/splitter/images/gift-guide/lifestyle/default-desktop-love.jpg);
}
*/

.gift-overlay .gift-overlay-close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.gift-overlay .gift-overlay-textbox{
    /*width: 650px;*/
    width: 50%;
    height: 700px;
    /*position: absolute;
    top: 200px;
    left: 150px;*/
    text-align: center;
    display: flex;
}

.gift-overlay .gift-overlay-textbox-inner{
    align-self: center;
}

.gift-overlay .gift-overlay-title{
    color: #4AC0E0;
    font-size: 225%;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 20px;
}

.gift-overlay .gift-overlay-copy{
    color: #000;
    font-size: 162.5%;
    font-weight: 300;
    line-height: 30px;
    padding: 0 100px;
}

.gift-overlay .gift-overlay-footer{
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    /*background: #000;
    opacity: 0.8;*/
    display: flex;
}

.gift-overlay .gift-overlay-product-wrapper{
    width: 100%;
    height: 200px;
    display: inline-flex;
    justify-content: center;
    /*background: #000;
    opacity: 0.8;*/
    background: rgba(0,0,0,0.8);
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.gift-overlay .gift-overlay-product-wrapper.main-product{
    background-color: rgba(74,192,224,0.8);
}

.gift-overlay-product-100 .gift-overlay-product-wrapper.main-product {
    background: rgba(0,0,0,0.8);
}

/*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-100{
    width: 100%;
}*/

.gift-overlay .gift-overlay-product-100{
    width: 100%;
    color: inherit;
}

/*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-100 .gift-overlay-product{
    width: 34%;
}*/

.gift-overlay .gift-overlay-product-100 .gift-overlay-product{
    width: 34%;
}

/*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-50{
    width: 50%;
}*/

.gift-overlay .gift-overlay-product-50{
    width: 50%;
    color: inherit;
}

/*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-50 .gift-overlay-product{
    width: 66%;
}*/

.gift-overlay .gift-overlay-product-50 .gift-overlay-product{
    width: 80%;
}

/*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-34{
    width: 34%;
}

.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-33{
    width: 33%;
}*/

.gift-overlay .gift-overlay-product-34{
    width: 34%;
    color: inherit;
}

.gift-overlay .gift-overlay-product-33{
    width: 33%;
    color: inherit;
}

.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-bleft{
    border-left: 2px solid;
}

.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-bright{
    border-right: 2px solid;
    /*background: #fff;*/
}

/*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-active{
    background: #4AC0E0;
}*/

.gift-overlay .gift-overlay-product-wrapper:hover{
    /*background-color: #4AC0E0;*/
    background-color: rgba(74,192,224,0.8);
    cursor: pointer;
}

/*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-active .gift-overlay-product-price{
    color: #fff;
}*/

.gift-overlay .gift-overlay-product-wrapper:hover .gift-overlay-product-price{
    color: #000;
}

.gift-overlay .gift-overlay-product{
    align-self: center;
    text-align: center;
    width: 100%;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-img{
    float: left;
    position: relative;
    left: 75px;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-nameprice{
    position: relative;
    top: 45px;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-name{
    color: #FEFEFE;
    font-size: 175%;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 10px;
}

.gift-overlay .main-product .gift-overlay-product .gift-overlay-product-price{
    color: #000;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-price{
    color: #4AC0E0;
    font-size: 175%;
    font-weight: 900;
    line-height: 28px;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-price span{
    font-size: 14px;
    line-height: 14px;
    position: relative;
    right: 10px;
    bottom: 5px;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-bullets{
    color: #000;
    font-size: 87.5%;
    line-height: 16px;
    margin-top: 5px;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-bullets ul {
    text-align: left;
    margin-left: 250px;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-bullets ul li {
    text-indent: -18px;
}

.star-wars-copyright {
    width: 100%;
    margin-top: -45px;
}

.gift-overlay .main-product .gift-overlay-product .gift-overlay-product-bullets{
    color: #000;
}

.gift-overlay .gift-overlay-product .gift-overlay-product-bullets{
    list-style-position: inside;
}

#section-products-categories{
    height: 480px;
    /*height: auto;*/
    background: #efefef;
    text-align: center;
    padding-bottom: 20px;
}

#section-products-categories #categories-title{
    width: 100%;
    color: #000000;
    font-size: 225%;
    font-weight: 300;
    line-height: 36px;
    align-self: center;
}

#section-products-categories #categories-spots{
    width: 100%;
}

#section-products-categories #categories-spots .category-spot{
    width: 19%;
    display: inline-block;
    vertical-align: top;
}

#section-products-categories #categories-spots .category-spot .category-img{
    height: 318px;
}

#section-products-categories #categories-spots .category-spot .category-img img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#section-products-categories #categories-spots .category-spot .category-img:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#section-products-categories #categories-spots .category-spot .category-name{
    color: #4AC0E0;
    font-size: 187.5%;
    font-weight: 700;
    line-height: 30px;
    margin: 10px 0;
}

#section-products-categories #categories-spots .category-spot .category-copy{
    color: #454545;
    font-size: 100%;
    font-weight: 300;
    line-height: 20px;
    padding: 0 35px;
}

#section-products-categories .bx-wrapper .bx-pager{
    bottom: 0;
    left: 0;
}

.section-free-tablet{

    background: url(//static.lenovo.com/hk/commonImage/legion-y720-banner2.png)!important;
    /*height: 270px;*/
    margin: 20px 66px;
    border: 4px solid #000;
    border-radius: 20px;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat!important;
    background-color: #000!important;
    background-position-y: 65%!important;
    background-position-x: 80%!important;
}
.christmas.section-free-tablet{

    background: url(/medias/12-days-christmas-hero-banner-1920x600-1208.jpg?context=bWFzdGVyfHJvb3R8MTQwMzYzfGltYWdlL2pwZWd8aDUxL2g5OC85NjE1Nzg0MjQ3MzI2LmpwZ3xhODEyNmFhMGExYWM5ZDQyN2RjNmNjMTRjYjA0MGFmNjE1MmE4ODZhNTk4MDU1MzlkMjQwYmIyZDEzOWJiMmNk) no-repeat right top!important;
    border-radius: 0;
    border: none;
}

.section-free-tablet .free-tablet-textbox{
    width: 40%;
    text-align: center;
    align-self: center;
    padding: 70px 0;
}

.section-free-tablet .free-tablet-title{
    font-size: 250%!important;
    font-weight: 300;
    line-height: 45px!important;
    color: #FFF!important;
    font-weight:bolder!important;
    text-transform: uppercase;
    padding-left:10%;
}

.section-free-tablet .free-tablet-copy{
    font-size: 100%!important;
    font-weight: 300;
    line-height: 26px;
    color: #FFF!important;
    padding-left: 20%;
    text-align: left;
}

.section-free-tablet .free-tablet-btn{
    margin-top: 25px;
}

.section-free-tablet .free-tablet-btn a{
    border: 1px solid #FFF;
    background-color: #6ABF4A;
    -webkit-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
    -moz-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
    -o-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
    transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
    color: #FFF;
    font-size: 112.5%;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    width: 183px;
    border-radius: 5px;
    padding: 12px 40px 10px;
    margin: 0 auto;
}

.section-free-tablet .free-tablet-btn a:hover{
    background-color: #FFF;
    border-color: #6ABF4A;
    color: #6ABF4A;
}

#body-copy{
    /*max-width: 900px; */
    text-align: center;
    margin: 40px auto 20px;
    font-size: 90%;
    color: #454545;
    padding: 0 10%;
}

@media (min-width: 120.063em){
    .gift-overlay{
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (min-width: 120em){
    #myCarousel {width: 100% !important;}
    .lnv-img{padding-top: 100px !important;}
    .hero-copy-title{padding-top: 15px !important;}
    #section-hero{
        /*height: 600px;*/
    }
    #section-hero{
        /*height: 425px!important;*/
    }
    #section-hero #hero-left-col{
        position: absolute;
        left: 20px;
        top: 65px!important;
    }
    #section-hero #hero-left-col #hero-save-up-to{
        font-size: 225%;
        line-height: 36px;
        margin: 25px 0;
    }
    #section-hero #hero-left-col .hero-copy-title{
        font-size: 175%;
        line-height: 40px;
		padding-right: 26%;
    }
    #section-hero #hero-left-col .hero-copy-text{
        /* padding: 0 10%; */
        padding:0px;
        font-size: 145%;
        line-height: 35px;
margin-top: 10px;
padding-right: 26%;
font-weight:400;
    }
    #section-hero #hero-left-col #hero-sale-button{
        margin: 25px 0 35px;
    }
    #section-hero #hero-left-col #hero-sale-button .lnv-button{
        font-size: 125%;
        line-height: 16px;
        background: #185983;
    }
    #section-hero #hero-left-col #hero-sign-up{
        font-size: 112.5%;
        line-height: 18px;
    }
    #section-hero #hero-right-col{
        align-self: flex-end;
        position: relative;
        top: 9px;
        right: 5%;
        max-width: 50%;
    }
    *::-ms-backdrop, #section-hero #hero-right-col{
        display: block;
        align-self: auto;
    } /* IE11 */
    #section-hero #hero-right-col .lnv-img img{
        position: initial;
        max-width: 628px;
    }
    #section-star-wars .star-wars-spot{
        margin-left: 30px;
    }
    #section-gift-guide .lnv-row{
        width: 75%;
    }
    /*shop by brand*/
    #section-shopByBrand .lnv-row{
        width: 75%;
    }
    /*shop by brand*/
    #section-star-wars #star-wars-left,
    #section-star-wars #star-wars-right{
        padding: 0 0 120px 0;
    }
    .gift-overlay .gift-overlay-product-50 .gift-overlay-product .gift-overlay-product-nameprice{
        top: 25px;
    }
    .gift-overlay-product-bullets{
        display: block;
    }
    #section-products-categories{
        padding-bottom: 0;
        height:auto;
    }
    #section-products-categories #categories-title{
        margin-top:20px;
    }
}
@media (max-width: 119.938em) {
    .gift-overlay .gift-overlay-product .gift-overlay-product-bullets ul {
        margin-left: 200px;
    }
}
@media (max-width: 119.938em) and (min-width: 73.750em){
    #section-hero{
        /*height: 425px!important;*/
    }
    #section-hero #hero-left-col{
        position: absolute;
        left: 20px;
        top: 65px!important;
    }
    #section-hero #hero-left-col #hero-save-up-to{
        font-size: 225%;
        line-height: 36px;
        margin: 25px 0;
    }
    #section-hero #hero-left-col .hero-copy-title{
        font-size: 155%;
        line-height: 27px;
		padding-right: 26%;
    }
    #section-hero #hero-left-col .hero-copy-text{
        /* padding: 0 10%; */
        padding:0px;
        font-size: 115%;
        line-height: 27px;
margin-top: 10px;
padding-right: 26%;
font-weight:400;
    }
    #section-hero #hero-left-col #hero-sale-button{
        margin: 25px 0 35px;
    }
    #section-hero #hero-left-col #hero-sale-button .lnv-button{
        font-size: 115%;
        line-height: 16px;
        background: #185983;
    }
    #section-hero #hero-left-col #hero-sign-up{
        font-size: 112.5%;
        line-height: 18px;
    }
    #section-hero #hero-right-col{
        align-self: flex-end;
        position: relative;
        top: 9px;
        right: 5%;
        max-width: 50%;
    }
    *::-ms-backdrop, #section-hero #hero-right-col{
        display: block;
        align-self: auto;
    } /* IE11 */
    #section-hero #hero-right-col .lnv-img img{
        position: initial;
        max-width: 628px;
    }
    #section-star-wars{
        height: auto;
        padding-bottom: 90px;
    }
    #section-star-wars #star-wars-left, #section-star-wars #star-wars-right{
        flex-direction: column;
        padding: 0 0 120px 0;
    }
    #section-star-wars #star-wars-left .lnv-img,
    #section-star-wars #star-wars-right .lnv-img{
        margin: 0 auto;
        margin-bottom: 25px;
        width: 300px;
        height: 300px;
    }
    #section-star-wars .star-wars-spot{
        width: 100%;
    }
    #section-star-wars .star-wars-spot .star-wars-spot-title{
        font-size: 137.5%;
        line-height: 24px;
    }
    #section-star-wars .star-wars-spot .star-wars-spot-title br{
        display: none;
    }
    #section-star-wars .star-wars-spot .star-wars-spot-text{
        font-size: 112.5%;
        line-height: 22px;
        padding: 0 5%;
    }
    #section-star-wars .star-wars-spot .star-wars-spot-link{
        font-size: 112.5%;
        line-height: 20px;
    }
    #section-sweepstakes{
        height: 358px;
    }
    #section-sweepstakes #sweepstakes-left{
        display: none;
    }
    #section-sweepstakes #sweepstakes-center{
        width: 60%;
    }
    #section-sweepstakes #sweepstakes-right{
        width: 40%;
        position: relative;
        top: -100px;
    }
    #section-sweepstakes #sweepstakes-right img{
        float: right;
    }
    #section-sweepstakes #sweepstakes-center #sweepstakes-title{
        font-size: 225%;
        line-height: 60px;
    }
    #section-sweepstakes #sweepstakes-center #sweepstakes-text{
        font-size: 112.5%;
        line-height: 22px;
        padding: 20px 15%;
    }
    .sweepstakes-btn a{
        font-size: 120%;
        line-height: 24px;
    }
    #section-gift-guide{
        height: 370px;
    }
    #section-gift-guide .lnv-row{
        width: 75%;
    }
    #section-gift-guide #gift-guide-title{
        font-size: 200%;
        line-height: 40px;
        margin: 25px 0;
        font-weight: 600;
    }
    #section-gift-guide .gift-spot .gift-img{
        display: block;
        width: 85%;
        /*margin: initial;*/
    }
    #section-gift-guide .gift-spot .gift-img img{
        max-width: 180px;
    }
    #section-gift-guide .gift-title{
        font-size: 125%;
        line-height: 50px;
        width: 100%;
        color:#000;
        margin: 0 auto;
    }
    #section-gift-guide #gift-candy-left{
        left: -120px;
        bottom: 10px;
        top: initial;
    }
    #section-gift-guide #gift-candy-right{
        right: -125px;
    }
    #section-gift-guide #gift-candy-left img,
    #section-gift-guide #gift-candy-right img{
        max-width: 50%;
    }
    /*shop by brand*/
    #section-shopByBrand{
        height: 370px;
    }
    #section-shopByBrand .lnv-row{
        width: 75%;
    }
    #section-shopByBrand #gift-guide-title{
        font-size: 200%;
        line-height: 60px;
        margin: 25px 0;
        font-weight: 600;
    }
    #section-shopByBrand .gift-spot .gift-img{
        display: block;
        width: 85%;
        /*margin: initial;*/
    }
    #section-shopByBrand .gift-spot .gift-img img{
        max-width: 220px;
    }
    #section-shopByBrand .gift-title{
        font-size: 125%;
        line-height: 50px;
        width: 85%;
        color:#000;
    }
    #section-shopByBrand #gift-candy-left{
        left: -120px;
        bottom: 10px;
        top: initial;
    }
    #section-shopByBrand #gift-candy-right{
        right: -125px;
    }
    #section-shopByBrand #gift-candy-left img,
    #section-shopByBrand #gift-candy-right img{
        max-width: 50%;
    }
    /*shop by brand*/
    .gift-overlay{
        height: 92vh;
        background-size: cover;
        background-position-x: center;
    }
    /*.gift-overlay .gift-overlay-footer{
        height: 150px;
    }
    .gift-overlay .gift-overlay-product-wrapper{
        height: 150px;
    }
    .gift-overlay .gift-overlay-title{
        font-size: 225%;
        line-height: 60px;
    }
    .gift-overlay .gift-overlay-copy{
        font-size: 162.5%;
        line-height: 26px;
    }*/
    .gift-overlay .gift-overlay-textbox{
        height: calc(92vh - 200px);
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-img{
        left: 0;
    }
    .gift-overlay .gift-overlay-product-100 .gift-overlay-product{
        width: 45%;
    }
    .gift-overlay .gift-overlay-product-50 .gift-overlay-product .gift-overlay-product-nameprice{
        top: 10px;
    }
    .gift-overlay .gift-overlay-product-50 .gift-overlay-product{
        width: 80%;
    }
    .gift-overlay .gift-overlay-product-34 .gift-overlay-product-nameprice{
        right: 10px;
    }
    .gift-overlay .gift-overlay-product-34 .gift-overlay-product-name{
        font-size: 160%;
    }
    .gift-overlay-product-bullets{
        display: block;
    }
    /*.gift-overlay .gift-overlay-textbox{
        height: calc(92vh - 150px);
    }
    .gift-overlay .gift-overlay-product{
        align-self: initial;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-img{
        float: initial;
        position: initial;
        left: initial;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-img img{
        height: 90px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-nameprice{
        top: 0;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-name{
        font-size: 125%;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-price{
        font-size: 87.5%;
        line-height: 14px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-price span{
        position: initial;
    }*/

    /* old
    .gift-overlay .gift-overlay-title{
        font-size: 225%;
        line-height: 60px;
    }
    .gift-overlay .gift-overlay-copy{
        font-size: 162.5%;
        line-height: 26px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-img{

    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-nameprice{

    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-name{
        font-size: 175%;
        line-height: 28px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-price{
        font-size: 175%;
        line-height: 28px;
    }
    */






    #section-products-categories #categories-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 20px;
padding-top: 20px;
color:#000;
    }
    #section-products-categories #categories-spots .category-spot .category-name{
font-size: 18px;
color: #000;
font-weight: 600;
        line-height: 26px;
    }
    #section-products-categories #categories-spots .category-spot .category-copy{
        font-size: 100%;
        line-height: 20px;
        padding: 0 20px;
    }
    #section-products-categories #categories-spots .category-spot .category-img{
        height: 200px;
    }
    #section-products-categories .bx-wrapper{
        background: #efefef;
        border: 0;
        max-width: 100% !important;
        padding: 0 60px;
    }

    .section-free-tablet{
        margin: 20px 0;
        background-size: initial;
        background-color: #000!important;
        /*background-position-x: -275px;*/
        background-position-y: -25px
    }

    .section-free-tablet .free-tablet-textbox{
        padding: 62px 0;
    }

    .section-free-tablet .free-tablet-title{
    }

    .section-free-tablet .free-tablet-copy{
    }

    .section-free-tablet .free-tablet-btn{

    }

    .section-free-tablet .free-tablet-btn a{
        border: 1px solid #6ABF4A;
        -webkit-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
        -moz-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
        -o-transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
        transition: border-color .5s ease-out, color .5s ease-out, background-color .5s ease-out;
        color: #FFF;
        background-color: #6ABF4A;
        font-size: 112.5%;
        font-weight: 500;
        line-height: 30px;
        text-transform: uppercase;
        width: 183px;
        border-radius: 5px;
        padding: 12px 40px 10px;
        margin: 0 auto;
    }
}
@media (max-width: 73.688em) and (min-width: 46.875em){
    /*.lnv-container-fluid{
        margin-top: 5px;
    }*/
    #section-hero{
        /*height: 470px;*/
    }
    #section-hero #hero-left-col{
        /*align-self: auto;
        margin-top: 30px;
        position: relative;
left: 20px;*/
position: absolute;
    left: 20px;
    top: 65px!important;
    }
    #section-hero #hero-left-col .lnv-img{
        width: 85%;
        /* margin: 0 auto; */
    }
    #section-hero #hero-left-col #hero-box{
        width: 420px;
    }
    #section-hero #hero-left-col #hero-box #hero-save-up-to{
        font-size: 218.75%;
        line-height: 35px;
    }
    #section-hero #hero-left-col #hero-box .hero-copy-title{
        font-size: 112.5%;
        line-height: 18px;
    }
    #section-hero #hero-left-col #hero-box .hero-copy-text{
        font-size: 100%;
        line-height: 16px;
        /* padding: 0 10%; */
        padding:0px; 
        margin-top:5px;
    }
    #section-hero #hero-left-col #hero-box #hero-sale-button{
    }
    #section-hero #hero-left-col #hero-box #hero-sale-button .lnv-button{
        font-size: 106.25%;
        line-height: 17px;
        padding: 7px 20px;
    }
    #section-hero #hero-left-col #hero-box #hero-sign-up{
        font-size: 100%;
        line-height: 16px;
    }
    #section-hero #hero-right-col{
        position: absolute;
        bottom: 0;
        right: 0;
        height: 75%;
    }
    #section-hero #hero-left-col .lnv-img.doorbusters{
        width: 420px;
        margin: 0;
    }
    #section-hero #hero-left-col .lnv-img.doorbusters img{
        height: 100px;
    }
    #section-star-wars{
        /*height: 530px;*/
        height: auto;
    }
    #section-star-wars #star-wars-logo{
        height: 37px;
        margin: 25px 0 40px 0;
    }
    #section-star-wars #star-wars-left,
    #section-star-wars #star-wars-right{
        flex-direction: column;
        /*padding-bottom: 40px;*/
        padding: 0;
    }
    #section-star-wars #star-wars-left .lnv-img,
    #section-star-wars #star-wars-right .lnv-img{
        width: 50%;
        height: 220px;
        margin: 0 auto 10px auto;
    }
    #section-star-wars .star-wars-spot .star-wars-spot-title{
        margin-bottom: 10px;
    }
    #section-sweepstakes{
        height: 309px;
        justify-content: inherit;
    }
    #section-sweepstakes #sweepstakes-left{
        display: none;
    }
    #section-sweepstakes #sweepstakes-center{
        width: 60%;
    }
    #section-sweepstakes #sweepstakes-right{
        position: initial;
        top: initial;
        top: auto;
        right: initial;
        position: auto;
        top: auto;
        right: auto;
        width: 40%;
        align-self: center;
    }
    #section-sweepstakes #sweepstakes-center #sweepstakes-title{
        font-size: 315.5%;
        line-height: 50px;
    }
    #section-sweepstakes #sweepstakes-center #sweepstakes-text{
        font-size: 112.5%;
        line-height: 18px;
        padding: 20px 11%;
    }
    .sweepstakes-btn{
        font-size: 87.5%;
        line-height: 14px;
        /*width: 135px;*/
        padding: 5px 0;
        border-width: 2px;
    }
    #section-gift-guide{
        height: 505px;
    }
    #section-gift-guide #gift-candy-left,
    #section-gift-guide #gift-candy-right{
        display: none;
    }
    #section-gift-guide #gift-guide-title{
        font-size: 312.5%;
        line-height: 50px;
    }
    #section-gift-guide .gift-spot .gift-img{
        display: block;
        max-height: 160px;
    }
    #section-gift-guide .gift-title{
        font-size: 100%;
        line-height: 16px;
                color:#000;
    }
    /*shop by brand*/
    #section-shopByBrand{
        height: 505px;
    }
    #section-shopByBrand #gift-candy-left,
    #section-shopByBrand #gift-candy-right{
        display: none;
    }
    #section-shopByBrand #gift-guide-title{
        font-size: 312.5%;
        line-height: 50px;
    }
    #section-shopByBrand .gift-spot .gift-img{
        display: block;
        max-height: 160px;
    }
    #section-shopByBrand .gift-title{
        font-size: 100%;
        line-height: 16px;
                color:#000;
    }
    /*shop by brand*/
    .gift-overlay{
        height: 505px;
        background-size: cover;
        background-position-x: center;
    }
    .gift-overlay .gift-overlay-footer{
        height: 150px;
    }
    .gift-overlay .gift-overlay-product-wrapper{
        height: 150px;
    }
    .gift-overlay .gift-overlay-title{
        font-size: 250%;
        line-height: 40px;
    }
    .gift-overlay .gift-overlay-copy{
        font-size: 125%;
        line-height: 20px;
        padding: 0 10%;
    }
    .gift-overlay .gift-overlay-textbox{
        height: 355px;
    }
    .gift-overlay .gift-overlay-product{
        align-self: auto;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-img{
        float: initial;
        position: initial;
        left: initial;
        float: none;
        position: auto;
        left: auto;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-img img{
        height: 90px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-nameprice{
        top: 0;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-name{
        font-size: 125%;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-price{
        font-size: 87.5%;
        line-height: 14px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-price span{
        position: initial;
        bottom: 0;
    }


    #section-products-categories{
        /*height: 388px;*/
        height: auto;
    }
    #section-products-categories #categories-title{
        font-size: 125%;
        line-height: 20px;
        padding: 5%;
    }
    #section-products-categories #categories-spots .category-spot .category-name{
/*         font-size: 125%; */
        line-height: 20px;
        font-size: 18px;
color: #000;
font-weight: 600;
padding: 10px 0px 15px;
    }
    #section-products-categories #categories-spots .category-spot .category-copy{
        font-size: 87.5%;
        line-height: 14px;
        padding: 0;
    }
    #section-products-categories .bx-wrapper{
        background: #efefef;
        border: 0;
        max-width: 100% !important;
        padding: 0 60px 50px;
    }
    #section-products-categories #categories-spots .category-spot .category-img{
        height: auto;
    }
    .section-free-tablet{
        background-size: 160%;
        background-position-x: -70px;
        background-position-y: 0px;
        margin: 20px 32px;
        border: none;
    }

    .section-free-tablet .free-tablet-textbox{
        padding: 29px 0;
        width: 55%;
    }

    .section-free-tablet .free-tablet-title{
        font-size: 312.5%;
        line-height: 50px;
    }

    .section-free-tablet .free-tablet-copy{
        font-size: 118.75%;
        line-height: 19px;
    }

    .section-free-tablet .free-tablet-btn{
        margin-top: 15px;
    }

    .section-free-tablet .free-tablet-btn a{
        font-size: 87.5%;
        padding: 5px 20px 3px;
        border-width: 2px;
    }
}
@media (max-width: 46.813em) and (min-width: 20em){
    /*.lnv-container-fluid {
        margin-top: 52px;
    }*/

    /*top banner for mobile*/
    /*#section-hero{background-color: #003b7f;}*/
    #bgslider{visibility: hidden;height: 10px !important;}
    #hero-box{margin: 0px !important;}
    /*top banner for mobile*/

    .star-wars-copyright {
        margin-top: -30px;
    }
    #rotating-banner-mobile img{
        display: none;
    }
    /*top banner*/
    #section-hero{
        /* height: 520px; */
        overflow-y: hidden;
           background: url(//ap-img.static.pub/ss/img/2026/01/12/img.20260112115628341718.jpg) round !important;
           /* ---dewali edit-------- */
		 /* background:#6A1730; */
         background:#8D4B7B ;
         background-size: contain !important;
        height:190px;
        /*background:#003b7f;*/
        /*background: rgb(246,1,0);*/
        /*background: rgb(167,24,26);*/
/*background: linear-gradient(180deg, rgba(0,59,127,1) 0%, rgba(2,82,172,1) 49%, rgba(54,182,243,1) 100%);*/
/*background: linear-gradient(180deg, rgb(246 1 0) 0%, rgb(248 42 0) 49%, rgb(255 121 0) 100%)*/
/*background: linear-gradient(180deg, rgb(167 24 26) 0%, rgb(219 35 27) 49%, rgb(237 42 32) 100%);*/
    }
    .mob_hero_1{width: 100% !important;height: 160px !important;}
    .carousel-indicators{position: absolute !important;bottom: -13px !important;}
    .hero-bg-mob{display: none !important;}

    /*top banner*/
     /*#section-hero #hero-left-col .lnv-img{
        display:none;
    }*/
    #section-hero #hero-left-col .lnv-img.doorbusters{
        height: 75px;
        margin: 0;
    }
    
    #section-hero #hero-left-col{
        align-self: auto;
        text-align: center;
        padding: 0;
        /*position: absolute;
    left: 60px;
    top: 0px !important;*/
    }
    #section-hero #hero-left-col #hero-save-up-to{
        font-size: 175%;
        line-height: 28px;
        margin: 10px 0;
    }
   #section-hero #hero-left-col .hero-copy-title{
         display: none; } 
       #section-hero #hero-left-col .hero-copy-text{
color: #000;
font-weight: 700;
line-height: 21px;
font-size: 0.9em;
padding: 0px;
    }
    #section-hero #hero-left-col #hero-sale-button{
        margin: 6px 0;
    }
    #section-hero #hero-left-col #hero-sale-button .lnv-button{
        font-size: 93.75%;
        line-height: 15px;
        border-width: 1px;
        padding: 10px 20px;
        background: #185983;;
    }
    #section-hero #hero-left-col #hero-sign-up{
        font-size: 106.25%;
        line-height: 17px;
        padding: 10px 0;
    }
    #section-hero #hero-right-col{
        /*position: absolute;*/
        position: initial;
        bottom: -50px;
        height: 100%;
        width: 90%;
        left: 5%;
        margin: 0 auto;
    }
    #section-hero #hero-right-col .lnv-img{
        display: flex;
        justify-content: center;
    }
    #section-hero #hero-right-col img{
        max-height: 250px;
        position: relative;
        bottom: -10px;
        /*check*/
    }
    #section-star-wars{
        height: auto;
    }
    #section-star-wars #star-wars-logo{
        width: 85%;
        height: auto;
        margin: 25px auto;
        display: block;
    }
    #section-star-wars #star-wars-left, #section-star-wars #star-wars-right{
        flex-direction: column;
        padding-bottom: 20px;
    }
    #section-star-wars #star-wars-left .lnv-img,
    #section-star-wars #star-wars-right .lnv-img{
        width: 50%;
        height: 200px;
        margin: 20px auto;
    }
    #section-star-wars .star-wars-spot{
        align-self: auto;
        margin: 10px auto;
        width: auto;
    }
    #section-star-wars .star-wars-spot .star-wars-spot-title{
        font-size: 162.5%;
        line-height: 26px;
    }
    /*#section-star-wars .star-wars-spot .star-wars-spot-title br{
        display: block;
    }*/
    #section-star-wars .star-wars-spot .star-wars-spot-text{
        font-size: 112.5%;
        line-height: 18px;
        margin: 10px 5% 15px;
    }
    #section-star-wars .star-wars-spot .star-wars-spot-link{
        font-size: 112.5%;
        line-height: 18px;
    }
    #section-sweepstakes{
        height: auto;
        padding-bottom: 5%;
    }
    #section-sweepstakes #sweepstakes-left{
        display: none;
    }
    #section-sweepstakes #sweepstakes-right{
        position: relative;
        top: initial;
        top: auto;
        right: 0;
        width: 90%;
        margin-top: 20px;
        margin-left: 10%;
        margin-bottom: 5%;
    }
    #section-sweepstakes #sweepstakes-right img{
        float: right;
    }
    #section-sweepstakes #sweepstakes-center{
        align-self: auto;
    }
    #section-sweepstakes #sweepstakes-center #sweepstakes-title{
        font-size: 250%;
        line-height: 40px;
        margin-top: 20px;
    }
    #section-sweepstakes #sweepstakes-center #sweepstakes-text{
        font-size: 112.5%;
        line-height: 18px;
        padding: 10px 10% 15px;
    }
    .sweepstakes-btn{
        font-size: 81.25%;
        line-height: 13px;
        border-width: 2px;
        /*width: 150px;*/
        padding: 5px 0;
    }
    #section-gift-guide{
        height: auto;
        padding-bottom: 30px;
    }
    #section-gift-guide #gift-candy-left,
    #section-gift-guide #gift-candy-right{
        display: none;
    }
    #section-gift-guide #gift-guide-title{
        font-size: 1.5em !important;
        font-weight: 700 !important;
        line-height: 40px;
        padding: 30px 0;
        padding-top: 0px !important;
        position: relative;
        top: 10px !important;
    }
    #section-gift-guide .lnv-row{
        padding: 0 30px;
    }
    #section-gift-guide .gift-spot{
        padding: 5px;
    }
    *::-ms-backdrop, #section-gift-guide .gift-spot{
        padding: 0;
    } /* IE11 */
    #section-gift-guide .gift-spot .gift-img{
        display: block;
        max-height: 175px;
    }
    #section-gift-guide .gift-title{
        font-size: 100%;
        line-height: 26px;
                color:#000;
    }
    /*shop by brand*/
    #section-shopByBrand{
        height: auto;
        padding-bottom: 30px;
    }
    #section-shopByBrand #gift-candy-left,
    #section-shopByBrand #gift-candy-right{
        display: none;
    }
    #section-shopByBrand #gift-guide-title{
        font-size: 1.5em !important;
        font-weight: 700 !important;
        line-height: 40px;
        padding: 30px 0;
        padding-top: 0px !important;
        color: #000 !important;
        position: relative;
        top: 10px !important;
    }
    #section-shopByBrand .lnv-row{
        padding: 0 30px;
    }
    #section-shopByBrand .gift-spot{
        padding: 5px;
    }
    *::-ms-backdrop, #section-shopByBrand .gift-spot{
        padding: 0;
    } /* IE11 */
    #section-shopByBrand .gift-spot .gift-img{
        display: block;
        max-height: 175px;
    }
    #section-shopByBrand .gift-title{
        font-size: 100%;
        line-height: 26px;
                color:#000;
    }
    /*shop by brand*/
    #section-products-categories{
        height: auto;
        padding-top: 5%;
    }
    #section-products-categories #categories-title{
        font-size: 200%;
        line-height: 20px;
        padding: 0px 5% 5% 5%;
    }
    #section-products-categories #categories-spots .category-spot .category-img{
        height: auto;
    }
    #section-products-categories #categories-spots .category-spot .category-name{
        font-size: 112.5%;
        line-height: 18px;
    }
    #section-products-categories #categories-spots .category-spot .category-copy{
        font-size: 93.75%;
        line-height: 15px;
        padding: 0 10%;
    }
    #section-products-categories .bx-wrapper{
        background: #efefef;
        border: 0;
        max-width: 100% !important;
        padding: 0 25px 50px;
    }
    .gift-overlay{
        background-size: 145%;
        background-repeat: no-repeat;
        /*background-position: -160px -70px;*/
        height: 550px;
    }
    .gift-overlay .gift-overlay-close img{
        width: 60%;
        float: right;
    }
    .gift-overlay .gift-overlay-textbox{
        height: 150px;
        background: #efefef;
        width: 100%;
        position: relative;
        top: 184px;
    }
    .gift-overlay .gift-overlay-textbox .gift-overlay-textbox-inner{
        width: 100%;
    }
    .gift-overlay .gift-overlay-title{
        font-size: 162.5%;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .gift-overlay .gift-overlay-copy{
        font-size: 87.5%;
        line-height: 18px;
        color: #000;
        padding: 0 10%;
    }
    .gift-overlay .gift-overlay-footer{
        position: relative;
        top: 184px;
        height: auto;
        flex-direction: column;
    }
    /*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-50,
    .gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-33,
    .gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-34{
        width: 100%;
    }*/
    .gift-overlay .gift-overlay-product-50,
    .gift-overlay .gift-overlay-product-33,
    .gift-overlay .gift-overlay-product-34{
        width: 100%;
    }
    .gift-overlay .gift-overlay-product-wrapper{
        background: #000 !important;
        height: 75px;
        display: block;
        opacity: 1;
        border-bottom: 2px solid #f8f8f8;
    }
    /*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-50 .gift-overlay-product{
        width: 100%;
    }*/
    .gift-overlay .gift-overlay-product-50 .gift-overlay-product{
        width: 100%;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-img{
        top: 8px;
        left: 10%;
        height: 55px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-img img{
        /*height: 75px;*/
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-nameprice{
        top: initial;
        top: auto;
        float: left;
        margin-left: 50px;
        align-self: center;
        margin: 0 auto;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-name{
        color: #414141;
        font-size: 112.5%;
        line-height: 22px;
        margin-bottom: 3px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-price{
        color: #4AC0E0 !important;
        font-size: 87.5%;
        line-height: 14px;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-arrow{
        display: block;
        align-self: center;
        right: 25px;
        position: relative;
        font-size: 162.5%;
        line-height: 26px;
        font-weight: 300;
        color: #a7a7a7;
    }
    .gift-overlay .gift-overlay-product{
        display: flex;
        height: 75px;
    }
    .gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-bleft{
        border-left: 0;
    }
    .gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-bright{
        border-right: 0;
    }
    .gift-overlay .gift-overlay-product .gift-overlay-product-price span{
        position: initial;
        bottom: 0;
    }
    /*.gift-overlay .gift-overlay-product-wrapper.gift-overlay-product-100 .gift-overlay-product{
        width: 100%;
    }*/
    .gift-overlay .gift-overlay-product-100 .gift-overlay-product{
        width: 100%;
    }

    .section-free-tablet{
        background-size: cover;
        background-position-x: -70px;
        background-position-y: 0px;
        margin: 20px 13px;
        border: none;
        border-radius: 10px;
    }
    .christmas.section-free-tablet{
        margin: 20px 0;
    }

    .section-free-tablet .free-tablet-textbox{
        padding: 15px 0;
        width: 65%;
    }

    .section-free-tablet .free-tablet-title{
        font-size: 250%;
        line-height: 40px;
    }

    .section-free-tablet .free-tablet-copy{
        font-size: 93.75%;
        line-height: 15px;
        display:none!important;
    }

    .section-free-tablet .free-tablet-btn{
        margin-top: 15px;
    }

    .section-free-tablet .free-tablet-btn a{
        font-size: 81.25%;
        padding: 5px 20px 3px;
        border-width: 2px;
    }
}
@media (max-width: 46.813em) and (min-width: 23.438em){
    .gift-overlay{
        background-position: -160px -70px;
    }
}
@media (max-width: 24em) and (min-width: 20em){
    #section-gift-guide #gift-guide-title{
        font-size: 200%;
        line-height: 30px;
    }
    /*shop by brand*/
    #section-gift-guide #gift-guide-title{
        font-size: 200%;
        line-height: 30px;
    }
    /*shop by brand*/
}
@media (max-width: 23.375em) and (min-width: 20em){
    #rotating-banner-mobile .banner-slider li {
        height: 70px;
    }
    #section-hero #hero-left-col #hero-sign-up a br {
        display: block;
        line-height: 22px;
    }
    #section-star-wars .star-wars-spot .star-wars-spot-title br{
        display: block;
    }
    .gift-overlay{
        background-position: -140px -30px;
    }
    .gift-overlay#mobile{
        background-position: -140px 0px;
    }
    .gift-overlay#companion{
        background-position: 0px 0px;
    }
}
@media (max-width: 76.688em) and (min-width: 73.625em){
    .lnv-container-fluid{
        margin-top: 0;
    }
}
@media (max-width: 73.625em) and (min-width: 47.375em){
    .lnv-container-fluid{
        margin-top: 52px !important;
    }
}

@media (max-width: 73.688em) and (min-width: 46.250em){
    .lnv-container-fluid {
        margin-top: 5px;
    }
}
@media (min-width: 30em){
    /*.lnv-container-fluid {
        margin-top: 52px;
    }*/
    #rotating-banner-mobile .banner-slider li.slide1 br,
    #rotating-banner-mobile .banner-slider li.slide2 .banner-slide-text br,
    #rotating-banner-mobile .banner-slider li.slide3 .banner-slide-text br,
    #rotating-banner-mobile .banner-slider li.slide4 br{
        display: none;
    }
}
/* @media (max-width: 46.250em) and (min-width: 20em){
    .lnv-container-fluid {
        margin-top: 52px;
    }
} */

@media (max-width: 46.813em) and (min-width: 20em){
    #section-gift-guide:nth-child(1) #gift-guide-title {
        font-size: 1.5em !important;
        font-weight: 700 !important;
    }
}
@media (max-width: 3000px) and (min-width: 1400px){
#section-gift-guide .gift-spot .gift-img img{max-width: 250px !important;}
#d {
        padding: 10px;
    }
}


