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

Last Change: 6/19/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;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    -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-holiday {
    background-color: #df068c;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.bootstrap-wrapper .btn-holiday {
    color: #fff;
    background-color: #df068c !important;
    border-color: #df068c !important;
}

.bootstrap-wrapper .btn-holiday:hover {
  color: #fff;
  background-color: #a40567 !important;
  border-color: #a40567 !important;
}
.bootstrap-wrapper .btn-holiday.focus, .bootstrap-wrapper .btn-holiday:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 76, 36, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.bootstrap-wrapper .btn-holiday.disabled, .bootstrap-wrapper .btn-holiday:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}
.bootstrap-wrapper .btn-holiday.active, .bootstrap-wrapper .btn-holiday:active, .bootstrap-wrapper .show > .btn-holiday.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.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;
}

.bootstrap-wrapper b, .bootstrap-wrapper strong {
    font-weight: bold;
}

/*================================
    Shipping Cut Off Styles
==================================*/
.bootstrap-wrapper h1, .bootstrap-wrapper h2 {
    color:#00a43e;
    font-size: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
}

/*================================
    Table Styles
==================================*/

.bootstrap-wrapper .table {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-size: 0.9rem;
}

.bootstrap-wrapper th {
    text-align: center;
}

.bootstrap-wrapper .table td, .bootstrap-wrapper .table th {
    vertical-align: middle;
}

.bootstrap-wrapper .table th {
    border-top:none;
}

tr td.table-border, tr th.table-border {
    border-right: 1px solid #cccccc;
}

.pink-headline {
    color:#dd188b;
}

.bold-package-delivery {
    font-weight:bold;
}

.table-striped-m {
    background-color: rgba(0, 0, 0, 0.05);
}

/*================================
    Gift Card Delivery Times
==================================*/
.bootstrap-wrapper .delivery-times {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/*================================
    Shipping Footer
==================================*/
.ship-footer p {
    font-size: 0.8em;
    color: #303030;
    margin-top: 2%;
    position: relative;
    line-height: 1.45em;
    text-align: left;
}

.ship-footer a.p-link {
    font-size: 1em;
}


@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .bootstrap-wrapper h1, .bootstrap-wrapper h2 {
        font-size: 1.25rem;
        padding: 25px 0;
    }
    .bold-package-delivery {
        text-align:left;
    }
}

@media (max-width: 767px) {
     .bootstrap-wrapper .table td.no-border {
        border-top: none;
    }
    .bootstrap-wrapper .table td {
        vertical-align: top;
        max-width: 200px;
        border-top: 1px solid #cccccc;
    }
    .bootstrap-wrapper .h3, .bootstrap-wrapper h3 {
        font-size: 1.25rem;
    }
}

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

@media (max-width: 320px) {


}
