/*-----------------------------------------------------
[Style Sheet for "Holiday Gift Guide 2019"]

Last Change: 11/12/19
-----------------------------------------------------*/

@import "all.css";



/*=================================================
    Global styles for shared elements
==================================*/

html,
body {
    height: 100%;
    margin: 0;}
.product-fix {position: relative;}
.btn-bottm-align {position: fixed;bottom:0;}

    .bootstrap-wrapper{
        overflow: hidden;}

body {
    color: #303030;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;}

h1, h2, h3, h4, h5 {
    color: #303030;
    font-weight: bold;
    margin: 0 0 6px;}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 35px;}

img {
    max-width: 100%;}

ul {
    list-style-type: none;
    -webkit-padding-start: 0;}

p {
    line-height: 1.5rem;
}

/* Overrides react.css font styles */
.bootstrap-wrapper div {
    color: #303030 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;}

/* Global Button & Link Styles */
a:hover,
a:focus {
    text-decoration: none;}

.btn-primary {
    background-color: #e90b5a;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.btn-singleUse {
    background-color: #ef4262;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.btn-secondary {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

a.primary-link{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 3px;}

    a:hover.primary-link{
        color: #000000;
        text-decoration: none;}

    a.primary-link:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .5s;}

    a.primary-link:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(1.5);
        -moz-transform: scaleY(2);
        transform: scaleY(1.5);
        transition-duration: .5s;}

    a:focus.primary-link {
        color: #000000 !important;
        font-size: .875rem;
        text-decoration: none;}

a.primary-link-goals{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 3px;}

    a:hover.primary-link-goals{
        color: #000000;
        text-decoration: none;}

    a.primary-link-goals:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .5s;}

    a.primary-link-goals:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(1.5);
        -moz-transform: scaleY(2);
        transform: scaleY(1.5);
        transition-duration: .5s;}

    a:focus.primary-link-goals {
        color: #000000 !important;
        font-size: 1rem;
        text-decoration: none;}

a.primary-text-link{
    color: #000000;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 2px;}

    a:hover.primary-text-link{
        color: #000000;
        text-decoration: none;}

    a.primary-text-link:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .3s;}

    a.primary-text-link:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(2);
        -moz-transform: scaleY(2);
        transform: scaleY(2);
        transition-duration: .3s;}

    a:focus.primary-text-link {
        color: #000000 !important;
        text-decoration: none;}

a.secondary-link{
        color: #636466;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;}

    a:hover.secondary-link {
        color: #303030;
        text-decoration: none;
        text-transform: uppercase;}

    a:focus.secondary-link {
        color: #303030;
        text-decoration: none;
        text-transform: uppercase;}

a.tertiary-link{
        color: #636466;
        font-weight: 600;
        text-decoration: none;}

    a:hover.tertiary-link {
        color: #303030;
        text-decoration: none;}

    a:focus.tertiary-link {
        color: #303030;
        text-decoration: none;}
a.disable-link {pointer-events: none;}
a.p-link {
  color: #303030;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 2px;
  }

a.p-link:hover {
  color: #303030;
  text-decoration: none;
}

a.p-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #303030;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: top left;
}

a.p-link:hover:before {
  -webkit-transform: scaleY(2);
  -moz-transform: scaleY(2);
  -o-transform: scaleY(2);
  transform: scaleY(2);
}
a.g-link {
    color: #303030;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 2px;
  }

a.g-link:hover {
  color: #303030;
  text-decoration: none;
}

a.g-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #303030;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: top left;
}

a.g-link:hover:before {
  -webkit-transform: scaleY(2);
  -moz-transform: scaleY(2);
  -o-transform: scaleY(2);
  transform: scaleY(2);
}
/* Margins. Bootsrap 4 now has new methods of adding margins and padding */
.top-5 {margin-top: 5px;}
.top-10 {margin-top: 10px;}
.top-20 {margin-top: 20px;}
.top-30 {margin-top: 30px;}
.top-40 {margin-top: 40px;}
.top-50 {margin-top: 50px;}
.top-60 {margin-top: 60px;}
.top-70 {margin-top: 70px;}
.top-80 {margin-top: 80px;}

.bottom-5 {padding-bottom: 5px;}
.bottom-10 {padding-bottom: 10px;}
.bottom-20 {padding-bottom: 20px;}
.bottom-30 {padding-bottom: 30px;}
.bottom-40 {padding-bottom: 40px;}
.bottom-50 {padding-bottom: 50px;}
.bottom-60 {padding-bottom: 60px;}
.bottom-70 {padding-bottom: 70px;}
.bottom-80 {padding-bottom: 80px;}

.no-padding {
    padding-left: 0  !important;
    padding-right: 0 !important;}

    .no-padding-left {
        padding-left: 0  !important;}

    .no-padding-right {
        padding-right: 0 !important;}

.container-fluid {
    padding-top: 0 !important;}

.bootstrap-wrapper .jumbotron-fluid {
    border-radius: 0;
    padding: 0;}

    .bootstrap-wrapper .text-right-d {
        text-align: right !important;
    }

/* Styles for Ulta header */
#collapse-show .cc-rewards-guest {
    float: left;
    margin-left: 15px;
    width: 210px;}

.enter-zip h5 a span {
    color: #fff !important;
    font: 12px "montserrat" !important;
}

.navbar .s-cont .search-cont input.search-input {
    font-size: 13px !important;
    height: 30px;
    width: 290px;
}

.navbar {
    border-radius: 0 !important;}

    .top-nav-bg {height: 75px;}

/* Flex fix for older Safari browswers.  Must be included for every "ROW" */
.flexfix.container:before,
.flexfix.container:after,
.flexfix.row:before,
.flexfix.row:after {
   content: normal;}

/* Class for coloring and giving height to BS cols in example. Comment out or remove before you start a project
.bootstrap-wrapper [class^="col"] {
    background: rgba(152, 214, 245, 0.73);
    border: 1px solid rgba(86,61,124,.2);
    min-height: 50px;} */

.bootstrap-wrapper{
    /* margin-left: 180px; */
    overflow: hidden;
}

/*================================
    Gift Guide Main Styles
==================================*/

.gift-guide h1 {
    font-family: Georgia,Times,"Times New Roman",serif;
    color:#DF068C;
    font-weight: 600;
    font-size: 3em;
    line-height: 1.2em;
}

.gift-guide h1 span {
    color:#00AB4E;
}

.gift-guide h2 {
    font-family: Georgia,Times,"Times New Roman",serif;
    color:#DF068C;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 45px;
    padding-left: 25px;
}

.gift-guide h2 span {
    font-family: Georgia,Times,"Times New Roman",serif;
    font-weight:600;
}

.gift-guide h2:before {
    content: '';
    height: 32px;
    position: absolute;
    border: 2px solid #F5A1BE;
    top: 6%;
    left: 0;
}

.gift-guide .gift-set-text h2:before {
    content: '';
    height: 32px;
    position: absolute;
    border: 2px solid #F5A1BE;
    top: 29%;
    left: 8%;
}

.gift-guide .free-gift h2:before {
    content: '';
    height: 32px;
    position: relative;
    border: 2px solid #F5A1BE;
    top: 8%;
    left: -2%;
}

.gift-guide h3 {
    font-family: Georgia,Times,"Times New Roman",serif;
    color:#DF068C;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 45px;
    padding-left: 15px;
    text-align: center;
}

.gift-guide h3 span {
    font-family: Georgia,Times,"Times New Roman",serif;
    font-weight:600;
}

.gift-guide h3 span.ellipse {
    font-family: Georgia,Times,"Times New Roman",serif;
    font-weight:100;
}

.anchor-links {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

.anchor-links-recepient {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.top-gifts-text a, .gift-set-text a, .exclusives-text a, .free-gift-text a {
    margin-left:30px;
    margin-bottom:20px;
}

/*=================================
    Sticky Navbar
==================================*/
#navbar, #navbarMobile {
    width:100%;
    margin:0 auto;
    list-style:none;
    background-color: #DF068C;
    z-index:1000;
    text-align:center;
}

.bootstrap-wrapper nav ul {
    margin: 0;
    padding: 0;
    display:inline-block;
    list-style: none;
    margin-bottom:0;
}

/* Navbar links */
nav li {
    display:inline-block;
}
#navbar a, #navbarMobile a {
    display:block;
    text-align:center;
    text-decoration:none; 
    color: rgba(255, 255, 255, 0.80);
    padding: 15px 25px;
    font-weight: 600;
}
#navbar a.dropdown-item, #navbarMobile a.dropdown-item {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #000000;
    padding: 15px 25px;
    font-weight: 600;
    cursor: pointer;
}
#navbar li a:hover, #navbarMobile li a:hover {
    color: #FFFFFF;
}

#navbar a.dropdown-item:hover, #navbarMobile a.dropdown-item:hover {
    color:#000000;
}

.bootstrap-wrapper .dropdown-item:active, .bootstrap-wrapper .dropdown-item a:focus, .bootstrap-wrapper .dropdown-item a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 60px;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .video-wrap {
    /* padding-top: 60px;*/
}

.fix-nav {
    position: fixed;
    top: 0;
    width: 100%;
}

.bootstrap-wrapper .dropdown-menu {
    position: absolute;
    top: 105%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1000;
    display: none;
    min-width: 10rem;
    width:100%;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.7);
    /* background-color: rgba(255, 255, 255, 0.8); */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid rgba(0, 0, 0, 0.15);*/
    /*border-radius: .25rem;*/
    border:none;
    border-radius: 0;
}

.rotate{
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.bootstrap-wrapper .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: none;
    border-right: none;
    border-left: none;
}

/*=================================
    Video Header
==================================*/

.video-header--play {
    margin-bottom: 0;
}

.video-header {
    margin: 32px auto;
}

.hero-container--video-fullbleed {
    position: relative;
    margin-top: -32px;
    width: 100vw;
    height: calc(80vh - 159px);
}

.hero-container--video-fullbleed .video {
    height: 100%;
    overflow: hidden;
}

.video {
    position: relative;
}

.video-overlay-image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    max-height: 100%;
    width: auto;
    top: 0;
    -webkit-transition: opacity .3s linear .3s;
    transition: opacity .3s linear .3s;
}

.video video {
    display: block;
    width: 100%;
}

.hero-container--video-fullbleed video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-header img {
    max-width: 100%;
    vertical-align: middle;
}

/*@media (pointer: coarse) and (hover: none) {
    .video-header {
        background: url('../images/video-background-backup.jpg') black no-repeat center center scroll;
    }
    .video-header video {
        display: none;
    }
}*/
.video-wrap {
    position: relative;
    width: 100%;
}
.video-wrap .play-btn {
    position: absolute;
    max-width: 700px;
    width: 40px;
    height: 40px;
    left: 3%;
    bottom: 2%;
    transform: translate(-50%, -50%);
    line-height: 1;
    text-align: center;
    color: #eaeaea;
    background-image:url('../images/play_btn_wht.svg');
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    display:none;
}
.video-wrap .pause-btn {
    position: absolute;
    max-width: 700px;
    width: 40px;
    height: 40px;
    left: 3%;
    bottom: 2%;
    transform: translate(-50%, -50%);
    line-height: 1;
    text-align: center;
    color: #eaeaea;
    background-image:url('../images/pause_btn_wht.svg');
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}

@media (min-width: 1200px) {
    .video-header {
        margin-top: 0;
    }
    .hero-container--video-fullbleed {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .hero-container--video-fullbleed {
        height: calc(70vh - 53px);
    }
}
@media (min-width: 768px) {
    .video-overlay-image {
        height: calc(100% - 70px);
    }
}

@media (max-width: 576px) {
    .hero-container--video-fullbleed {
        height: calc(60vh - 170px);
    }
}

/*=================================================
    You Tube Videos
==================================*/
.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    /*background: #f1f1f1;*/
        
}

.skin-care-body .youtube-player {
    margin:60px 0 0 40px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../images/play-btn.png") no-repeat;
    background-size:cover;
    cursor: pointer;
}

/*=================================
    Top Gifts
==================================*/
.divider-image {
    padding: 15px 0 0 0;
}
.top-gifts p {
    max-width: 300px;
    padding-left: 30px;
    margin-bottom:10px;
}

img.top-gift-image-01 {
    position:relative;
    z-index:10;
    top: -10px;
}

img.top-gift-image-02 {
    position: relative;
    z-index: 5;
    top: -20px;
    left: -35px;
}

img.top-gift-left-image {
    position: relative;
    z-index: 1;
    top: -20px;
}

img.top-gift-right-image {
    position: absolute;
    right: 190px;
    top: 0;
    z-index: 0;
}

.top-gifts-m {
    margin: 50px auto 20px auto;
    max-width:375px!important;
    width:100%;
}

img.top-gift-image-01-m {
    position: relative;
    z-index: 10;
    left: -92px;
    top: -5%;
}

img.top-gift-image-02-m {
    position: absolute;
    z-index: 5;
    right: 0;
    top: -12%;
}

img.top-gift-image-03-m {
    position: relative;
    z-index: 0;
    top: -5%;
}

/*=================================
    Gift Sets
==================================*/
.gift-sets {
    position:relative;
}

.gift-set-text {
    padding-left: 90px;
}

.gift-guide .gift-sets h2 {
    padding-top: 40px;
}
.gift-sets p {
    max-width: 250px;
    padding-left: 30px;
    margin-bottom:10px;
}

img.gift-sets-left-image {
    position: absolute;
    left: -50%;
    top: 0;
    z-index: 0;
}

img.gift-sets-image-01 {
    position: relative;
    z-index: 1;
    top: -10px;
}

img.gift-sets-image-02 {
    position: relative;
    z-index: 10;
    top: -125px;
    right: 115px;
}

.gift-sets-image-03 {
    position: relative;
    z-index: 5;
    top: 40px;
    right: 190px;
}

.gift-sets-image-03:after {
    position: absolute;
    content: '';
    background-color: #00AB4E;
    height: 249px;
    width: 401px;
    z-index: -1;
    left: -3%;
    top: -115px;
}

.gift-sets-m {
    position:relative;
    margin: 30px auto;
    max-width:375px!important;
    width:100%;
}

img.gift-sets-image-01-m {
    position: relative;
    z-index: 5;
    left: -15%;
    top: 0;
}

.green-box-m {
    position: absolute;
    content: '';
    background-color: #00AB4E;
    height: 182px;
    width: 285px;
    z-index: -1;
    left: 0%;
    top: -7px;
    z-index: 2;
}

img.gift-sets-image-02-m {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -9%;
}

img.gift-sets-image-03-m {
    position: relative;
    z-index: 0;
    top: -5%;
}

/*=================================
    Exclusives
==================================*/

.exclusives {
    padding-top:40px;
}

.exclusives p {
    max-width: 225px;
    padding-left: 30px;
    margin-bottom:10px;
}

img.exclusives-image-01 {
    position: relative;
    z-index: 5;
    top: 35px;
    left: 2px;
}

img.exclusives-image-02 {
    position: relative;
    z-index: 10;
    bottom: 190px;
    right: 110px;
}

img.exclusives-right-image {
    position: absolute;
    right: 190px;
    top: 0;
    z-index: 0;
}


img.exclusives-left-image {
    position: relative;
    z-index: 1;
    top: -80px;
}

.exclusives-m {
    margin: 15px auto 0 auto;
    max-width:375px!important;
    width:100%;
}

img.exclusives-image-01-m {
    position: relative;
    z-index: 15;
    left: -101px;
    top: 3%;
}

img.exclusives-image-02-m {
    position: absolute;
    z-index: 5;
    right: 0;
    top: -10px;
}

img.exclusives-image-03-m {
    position: relative;
    z-index: 0;
    top: -5%;
}
/*================================= 
    Gifts by Price
==================================*/
.gifts-price {
    max-width: 1400px;
    width: 100%;
}

.pricing-padding {
    padding: 20px 25px 25px 25px;
}

.pricing-padding-categories {
    padding: 10px 25px 25px 25px;
}

.pricing-header {
    position:absolute;
    margin: -8px 10px 10px 15px;
    background: url("../images/pricing-headers.png") no-repeat center;
    height:48px;
    width:164px;
}

.pricing-header h4 {
    font-family: Helvetica, Arial, sans-serif;
    padding: 8px 5px 5px 12px;
    color:#FFFFFF;
    font-weight: 600;
    font-size: 1.25em;
    text-align: center;
}

/*================================= 
    Gifts by Category
==================================*/
.gifts-category {
    max-width: 1400px;
    width: 100%;
}

.gifts-category h4 {
    font-family: Helvetica, Arial, sans-serif;
    padding: 8px 5px 5px 12px;
    color:#000000;
    font-weight: 600;
    font-size: 1.25em;
    text-align: center;
}

/*================================= 
    Gifts by Category
==================================*/
.gift-cards {
    max-width: 1400px;
    width: 100%;
}

.gift-cards-copy {
    max-width: 455px;
    padding: 20px 0 0 32px;
}

.gift-cards p {
    text-align:left;
}

.gift-cards-header-container {
    position:relative;
}

.gift-cards-header {
    position:absolute;
    top:180px;
    background-color:#DF068C;
    height:60px;
    width:162px;
}

h4.gift-cards-header {
    font-family: Helvetica, Arial, sans-serif;
    padding: 20px;
    color:#FFFFFF;
    font-weight: 600;
    font-size: 1.25em;
    text-align: right;
    z-index: 100;
}

.bopis-header {
    position:absolute;
    top:180px;
    background-color:#DF068C;
    height:60px;
    width:210px;
}

h4.bopis-header {
    font-family: Helvetica, Arial, sans-serif;
    padding: 7px 0 5px 35px;
    color:#FFFFFF;
    font-weight: 600;
    font-size: 1.25em;
    text-align: left;
    z-index: 100;
}

/*=================================
    Free Gift
==================================*/
.free-gifts-desktop {
    min-height:300px;
    height:100%;
}

.free-gift-m {
    min-height:300px!important;
    height:100%;
}

.free-gift-text {
    padding:20px 0 0 50px;
}

.free-gift p {
    max-width: 230px;
    padding-left: 30px;
    margin-bottom:10px;
}

.gift-guide .free-gift h2 {
    font-family: Georgia,Times,"Times New Roman",serif;
    color:#DF068C;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 45px;
    padding-left: 25px;
}

img.free-gift-image-01 {
    position:relative;
    z-index:10;
    top: 35px;
}

img.free-gift-image-02 {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 192px;
}

img.free-gift-image-01-m {
    position: relative;
    z-index: 10;
    top: -60px;
    right: -79px;
}

img.free-gift-image-02-m {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 0;
}

/*================================= 
    Gifts For
==================================*/

.gifts-for {
    max-width: 1400px;
    width: 100%;  
}

.gifts-for-padding-right {
    padding:30px 0 30px 30px;
}

.gifts-for-padding-left {
    padding:30px 30px 30px 0;
}

.gifts-for-video-container {
    position:relative;
}
.gifts-for-background {
    position:absolute;
    top:15px;
    left:-15px;
    z-index:-1;
}

.gifts-for-video {
    position:relative;
    z-index:10;
}

.gifts-for-copy {
    max-width: 450px;
    padding: 40px 0 0 20px;
}

.gifts-for-copy p {
    text-align:left;
}


@media (max-width: 1199px) {
    .top-gift-right-image {
        right: 0px;
    }
    img.exclusives-right-image {
        right: 0px;
    }
    img.free-gift-image-02 {
        right: 0;
    }
    img.gift-sets-left-image {
        position: absolute;
        left: -58%;
        top: 0;
        z-index: -1;
    }
}
@media (max-width: 991px) {
    #navbar a, #navbarMobile a {
        padding: 15px 10px;
        margin-top: 4px;
        font-size:14px;
    }
    .pricing-padding {
        padding: 20px 50px;
    }
    .video-wrap .play-btn {
        left: 5%;
        top: 95%;
    }
    .video-wrap .pause-btn {
        left: 5%;
        top: 95%;
    }
    .gift-guide .gift-set-text h2:before {
        top: 6%;
        left: 3%;
    }
    img.top-gift-right-image {
        right: -30px;
        top: 0;
        width: 65%;
    }
    img.free-gift-image-02 {
        right: -30px;
        top: 0;
        width: 65%;
    }
    .gift-guide .gift-sets h2 {
        padding-top: 0px;
    }
    img.gift-sets-left-image {
        left: -58%;
        top: 0;
        width: 55%;
    }
    img.gift-sets-image-02 {
        position: relative;
        z-index: 10;
        top: -120px;
        right: 170px;
    }
    .gift-sets-image-03 {
        position: relative;
        z-index: 5;
        top: 40px;
        right: 240px;
    }
    .gift-set-text {
        padding-left: 20px;
    }
    img.exclusives-image-01 {
        top: 20px;
    }
    img.exclusives-right-image {
        right: -20px;
        top: 0;
        z-index: -1;
        width: 65%;
    }
    .exclusives p {
        max-width: 220px;
        padding-left: 30px;
    }
    .gifts-for-padding-left, .gifts-for-padding-right {
        padding:30px 0;
    }
    .gift-cards .pricing-padding, .gifts-category .pricing-padding {
        padding: 15px;
    }

}

@media (max-width: 767px) {
    #navbar, #navbarMobile {
        width:100%;
        margin:0 auto;
        text-align:left;
    }
    #navbar ul, #navbar li, #navbarMobile ul, #navbarMobile li {
        width:100%;
    }
    #navbar li a, #navbarMobile li a {
        width:100%;
        float:left;
        text-align: left;
    }
    #navbar li a i, #navbarMobile li a i {
        float:right;
    }
    #navbar li a:hover, #navbarMobile li a:hover {
        color: #FFFFFF;
    }
    #navbar.sticky, #navbarMobile.sticky {
        top: 0;
    }
    .anchor-links {
        display: block;
        position: relative;
        top: -50px;
        visibility: hidden;
    }
    .bootstrap-wrapper .text-right-d, .bootstrap-wrapper .text-left-m {
        text-align: left !important;
    }
    .video-wrap .play-btn {
        width: 30px;
        height: 30px;
        left: 6%;
        top: 90%;
    }
    .video-wrap .pause-btn {
        width: 30px;
        height: 30px;
        left: 6%;
        top: 90%;
    }
    .gift-set-text {
        padding-left: 0;
    }
    .top-gifts-text, .gift-set-text, .exclusives-text, .free-gift-text {
        margin:0 auto;
        max-width:375px;
        width:100%;
    }
    .top-gifts p {
        max-width: 315px;
        padding-left: 32px;
    }
    .gift-guide .top-gifts h2, .gift-guide .gift-sets h2, .gift-guide .exclusives h2 {
        padding-left:30px;
    }
    .gift-guide .gift-sets h2 {
        padding-top: 0;
    }
    .gift-guide .gift-set-text h2:before {
        left: 0;
    }
    .gift-sets p {
        max-width: 300px;
    }
    .bopis-header, .gift-cards-header {
        top:130px;
    }
    .exclusives p {
        max-width: 315px;
        padding: 0 0 0 32px;
    }
    .gifts-for-copy {
        max-width: 400px;
        width: 100%;
        padding: 30px 0 0 52px;
    }
    .free-gift-text {
        padding: 0 0 0 10px;
    }
    .free-gift p {
        max-width: 360px;
        padding-left: 30px;
    }
    .gifts-for {
        margin-top:-70px;
    }
    .pricing-padding {
        padding: 25px;
    }
    .gifts-category .pricing-padding {
        padding: 25px 50px;
    }
    .gift-guide h2:before {
        content: '';
        height: 32px;
        position: absolute;
        border: 2px solid #F5A1BE;
        top: 6%;
        left: 4%;
    }

    .gift-guide .gift-set-text h2:before {
        content: '';
        height: 32px;
        position: absolute;
        border: 2px solid #F5A1BE;
        top: 6%;
        left: 4%;
    }

    .gift-guide .free-gift h2:before {
        content: '';
        height: 32px;
        position: absolute;
        border: 2px solid #F5A1BE;
        top: 6%;
        left: 4%;
    }
    .exclusives {
        padding-top: 0;
    }
    .gift-guide h3 {
        padding-left: 0;
    }
        
}

@media (max-width: 576px) {
    
}

@media (max-width: 320px) {


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .sticky {
        top: 0;
    }
}
