html,
body {
  height: 100%;
}
body {
  padding-top: 50px;
  overflow-x: hidden;
}
body.overflow-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
*:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #242021;
}
:-moz-placeholder {
  /* Firefox 18- */

  color: #242021;
}
::-moz-placeholder {
  /* Firefox 19+ */

  color: #242021;
}
:-ms-input-placeholder {
  color: #242021;
}
@media (min-width: 320px) {
  #brand {
    display: none;
  }
  #sub-menus {
    display: none;
  }
  .header-wrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
  }
  .dropdown-email {
    width: 100%;
    height: 57px;
    background: #fff;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -2px 0px #c92b8d;
    -moz-box-shadow: inset 0px -2px 0px #c92b8d;
    box-shadow: inset 0px -2px 0px #c92b8d;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: translate(0px, -95px);
    -moz-transform: translate(0px, -95px);
    -ms-transform: translate(0px, -95px);
    -o-transform: translate(0px, -95px);
    -webkit-backface-visibility: hidden;
  }
  .dropdown-email a.close-email {
    color: #ff0000;
    position: absolute;
    left: 4px;
    top: 4px;
  }
  .dropdown-email form {
    position: relative;
  }
  .dropdown-email form button {
    position: absolute;
    outline: 0 none;
    border: 0 none;
    top: 0;
    right: 0;
    z-index: 4;
    color: #fff;
    background-color: #f836b0;
    border-radius: 0;
    height: 57px;
    width: 64px;
    -webkit-box-shadow: inset 0px -2px 0px #c92b8d;
    -moz-box-shadow: inset 0px -2px 0px #c92b8d;
    box-shadow: inset 0px -2px 0px #c92b8d;
  }
  .dropdown-email form .form-control {
    border: 0 none;
    text-align: right;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0 none !important;
    padding-right: 90px;
    color: #242021;
    letter-spacing: 0.02em;
    display: block;
    height: 57px;
    border-bottom: 2px solid #f836b0;
  }
  .dropdown-email form .form-control:active,
  .dropdown-email form .form-control:focus {
    outline: 0 none;
  }
  #subscribe-result {
    background-color: #242021;
    color: #fff !important;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    padding-right: 16px;
    text-align: right;
  }
  .dropdown-email.is-visible {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
  .dropdown-email:before {
    height: 57px;
    width: 57px;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    background: #555;
  }
  #navbar {
    background-color: #f836b0;
    width: 100%;
    -webkit-box-shadow: inset 0px -2px 0px #c92b8d;
    -moz-box-shadow: inset 0px -2px 0px #c92b8d;
    box-shadow: inset 0px -2px 0px #c92b8d;
  }
  #navbar .middle {
    padding: 6px;
    text-align: center;
  }
  #navbar .middle img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 219px;
  }
  #navbar .middle img.sm-logo {
    display: none;
  }
  #navbar .middle img.xs-logo {
    width: 37px;
  }
  #navbar #brand-m {
    width: 71px;
  }
  #navbar #menu-toggle {
    position: absolute;
    top: 0;
    padding: 13px 15px;
    font-size: 21px;
    line-height: 21px;
    border-right: 2px solid #c92b8d;
    cursor: pointer;
  }
  #navbar #menu-toggle:hover {
    color: #242021;
  }
  #navbar #menu-toggle i,
  #navbar #menu-toggle i:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #navbar #menu-toggle i {
    position: relative;
  }
  #navbar #menu-toggle.x i {
    color: transparent;
  }
  #navbar #menu-toggle.x i:after {
    color: #242021;
    content: "";
    left: 0;
    position: absolute;
  }
  #navbar .social {
    display: none;
  }
  #navbar #shopping-cart {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 15px 10px;
    font-size: 14px;
    line-height: 21px;
    border-left: 2px solid #c92b8d;
  }
  #navbar #shopping-cart .price {
    display: none;
  }
  #navbar #shopping-cart .qty {
    width: 28px;
    left: 12px;
    top: 13px;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
  }
  #navbar #shopping-cart .qty .bubble {
    background: url('icon-cart.svg') top center no-repeat;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    line-height: 30px;
    background-size: 100%;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 12px;
  }
  #navbar #shopping-cart .qty .bubble.notify:after {
    border: 5px solid green;
    border-radius: 500px;
    box-shadow: 0 0 5px;
    content: "";
    display: block;
    height: 21px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transform: scale(-1.8);
    width: 21px;
    z-index: 0;
  }
  #navbar #link-list {
    position: absolute;
    top: 49px;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    background-color: #121214;
    width: 100%;
    width: calc(100% - 59px);
    overflow: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateZ(0) translateX(-100%);
    -moz-transform: translateZ(0) translateX(-100%);
    -ms-transform: translateZ(0) translateX(-100%);
    -o-transform: translateZ(0) translateX(-100%);
  }
  #navbar #link-list.shown {
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
  }
  #navbar #link-list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    border-right: 2px solid #242021;
    border-bottom: 2px solid #242021;
    -webkit-transition: all 0.2s 0 ease-out;
    -moz-transition: all 0.2s 0 ease-out;
    -ms-transition: all 0.2s 0 ease-out;
    -o-transition: all 0.2s 0 ease-out;
    transition: all 0.2s 0 ease-out;
  }
  #navbar #link-list ul li {
    border-bottom: 1px solid #242021;
  }
  #navbar #link-list ul li:last-child {
    border-bottom: none;
  }
  #navbar #link-list ul li a {
    padding: 15px 15px 11px;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.2s 0 ease-out;
    -moz-transition: all 0.2s 0 ease-out;
    -ms-transition: all 0.2s 0 ease-out;
    -o-transition: all 0.2s 0 ease-out;
    transition: all 0.2s 0 ease-out;
    color: #fff;
  }
  #navbar #link-list ul li .sub-toggle {
    position: relative;
  }
  #navbar #link-list ul li .sub-toggle.active {
    background-color: #242021;
    color: #121214;
  }
  #navbar #link-list ul li .sub-toggle.opened {
    background-color: #ffffff;
    color: #121214;
  }
  #navbar #link-list ul li .sub-toggle.opened:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  #navbar #link-list ul li .sub-toggle.opened + .sub-list {
    max-height: 400px;
  }
  #navbar #link-list ul li.social-m a {
    width: 25%;
    float: left;
    text-align: center;
    padding: 17px 12px 16px;
  }
  #navbar #link-list ul li.search-form .ctabtn {
    background-color: #242021;
    color: #ffffff;
    float: right;
    max-width: 20%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #navbar #link-list ul li.search-form input {
    background-image: none;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 15px 15px 11px;
    float: left;
    width: 80%;
  }
  #navbar #link-list ul li.search-form input:focus {
    box-shadow: none;
    outline: none;
  }
  #navbar #link-list ul li.search-form input::-moz-placeholder {
    color: #626269;
    opacity: 1;
  }
  #navbar #link-list ul li.search-form input:-ms-input-placeholder {
    color: #626269;
    opacity: 1;
  }
  #navbar #link-list ul li.search-form input::-webkit-input-placeholder {
    color: #626269;
    opacity: 1;
  }
  #navbar #link-list ul li.search-form input::-moz-placeholder {
    color: #626269;
    opacity: 1;
  }
  #navbar #link-list ul li.search-form input:-ms-input-placeholder {
    color: #626269;
    opacity: 1;
  }
  #navbar #link-list ul li.search-form input::-webkit-input-placeholder {
    color: #626269;
    opacity: 1;
  }
  #navbar #link-list ul.sub-list {
    border-bottom: none;
    border-right: none;
    max-height: 0;
    overflow: hidden;
  }
  #navbar #link-list ul.sub-list li {
    background-color: #18181b;
  }
  #navbar #link-list ul.sub-list li a {
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    padding-left: 24px;
  }
}
@media (min-width: 540px) {
  #navbar .middle {
    padding: 15px;
  }
  #navbar .middle img.sm-logo {
    display: block;
  }
  #navbar .middle img.xs-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  #navbar .container {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1172px) {
  .social-m {
    display: none !important;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 55px;
  }
  #brand-m {
    display: none;
  }
  #brand {
    display: block;
    width: 93px;
  }
  li.list-help {
    display: none !important;
  }
  #sub-menus {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 83px;
    background-color: #ffffff;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  #sub-menus .wrapper {
    padding: 10px 20px 10px 158px;
  }
  #sub-menus a {
    color: #121214;
  }
  #sub-menus a img {
    -webkit-transition: all 0.2s 0 ease-out;
    -moz-transition: all 0.2s 0 ease-out;
    -ms-transition: all 0.2s 0 ease-out;
    -o-transition: all 0.2s 0 ease-out;
    transition: all 0.2s 0 ease-out;
  }
  #sub-menus a img:hover {
    -webkit-transform: translateZ(0) translateX(2px);
    -moz-transform: translateZ(0) translateX(2px);
    -ms-transform: translateZ(0) translateX(2px);
    -o-transform: translateZ(0) translateX(2px);
  }
  #sub-menus a:hover {
    text-decoration: underline;
  }
  #sub-menus .sub-list {
    display: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  #sub-menus .sub-list li {
    display: inline-block;
    margin-right: 20px;
  }
  #sub-menus .sub-list li a img {
    margin-right: 10px;
  }
  #sub-menus .sub-list.opened {
    display: block;
  }
  #sub-menus.opened {
    display: block;
  }
  #navbar {
    max-height: 56px;
    position: relative;
  }
  #navbar .container {
    position: relative;
  }
  #navbar #shopping-cart {
    position: absolute;
    right: 0;
    width: 150px;
    padding: 14px 18px 13px;
    border-left: none;
    background-color: #fff;
    -webkit-box-shadow: inset 0px -2px 0px #d7d7d7;
    -moz-box-shadow: inset 0px -2px 0px #d7d7d7;
    box-shadow: inset 0px -2px 0px #d7d7d7;
  }
  #navbar #shopping-cart .price {
    color: #242021;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 12px;
    display: inline;
  }
  #navbar .middle {
    top: -7px;
    position: absolute;
    left: 6px;
  }
  #navbar .middle img {
    width: 100%;
    max-width: 438px;
  }
  #navbar .middle,
  #navbar #link-list {
    display: inline-block;
    float: right;
  }
  #navbar #brand-m {
    width: 69px;
  }
  #navbar #menu-toggle {
    display: none;
  }
  #navbar .search-form {
    display: none !important;
  }
  #navbar #link-list {
    position: static;
    font-size: 16px;
    padding-right: 168px;
    width: auto;
    background-color: transparent;
    overflow: visible;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
  }
  #navbar #link-list ul {
    padding-left: 0;
    margin: 0;
    border: none;
    -webkit-transition: all 0.2s 0 ease-out;
    -moz-transition: all 0.2s 0 ease-out;
    -ms-transition: all 0.2s 0 ease-out;
    -o-transition: all 0.2s 0 ease-out;
    transition: all 0.2s 0 ease-out;
  }
  #navbar #link-list ul li.social-m a {
    font-size: 18px;
    padding: 14px 12px 16px 10px;
  }
  #navbar #link-list ul li.social-m a:last-child {
    padding: 14px 14px 16px 10px;
  }
  #navbar #link-list ul li {
    border-bottom: none;
  }
  #navbar #link-list ul li a {
    padding: 15px;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.2s 0 ease-out;
    -moz-transition: all 0.2s 0 ease-out;
    -ms-transition: all 0.2s 0 ease-out;
    -o-transition: all 0.2s 0 ease-out;
    transition: all 0.2s 0 ease-out;
  }
  #navbar #link-list ul li a:hover {
    background-color: #ffffff;
    color: #121214;
  }
  #navbar #link-list ul.sub-list {
    border-bottom: none;
    border-right: none;
    max-height: 0;
    overflow: hidden;
    position: absolute;
  }
  #navbar #link-list ul.sub-list li {
    background-color: #18181b;
  }
  #navbar #link-list > ul > li {
    display: inline-block;
    position: relative;
    float: left;
  }
  #navbar #link-list > ul > li a {
    padding: 17px 14px 16px;
  }
}
@media (min-width: 1200px) {
  #navbar .social {
    display: block;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  #navbar .social li {
    display: inline-block;
  }
  #navbar .social li {
    display: inline-block;
  }
  #navbar .social a {
    padding: 18px 10px 17px;
    display: inline-block;
  }
  #navbar .social li {
    float: left;
  }
}
@media (min-width: 320px) {
  footer {
    padding-top: 220px;
    padding-bottom: 0px;
    margin-top: 67px;
    margin-bottom: -20px;
  }
  footer img {
    display: block;
  }
  footer aside {
    width: 100%;
    max-width: 430px;
  }
  footer .footlinks:last-child {
    margin-top: 36px;
  }
  footer .footlinks h6 {
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
  }
  footer .footlinks ul {
    padding: 0;
    margin: 8px 0 0 0;
    list-style: none;
  }
  footer .footlinks ul li {
    list-style-type: none;
    display: block;
  }
  footer .footlinks ul li a {
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-decoration: underline;
    color: #ffffff;
    padding: 4px 0;
    display: block;
    margin-top: 0px;
  }
  footer form {
    position: relative;
  }
  footer button.btn.btn-lg {
    background: #000;
    -webkit-appearance: none;
    border: 0 none;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    color: #fff;
    border-radius: 0;
  }
  footer button.btn.btn-lg:hover {
    background: #fff;
    color: #000;
  }
  footer input,
  footer input[type="email"] {
    background-image: none;
    position: relative;
    z-index: 1px;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 12px 12px 60px;
  }
  footer input:focus,
  footer input[type="email"]:focus,
  footer input:active,
  footer input[type="email"]:active {
    box-shadow: none;
    outline: none;
    background: #000;
  }
  footer input::-moz-placeholder,
  footer input[type="email"]::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  footer input:-ms-input-placeholder,
  footer input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  footer input::-webkit-input-placeholder,
  footer input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  footer input::-moz-placeholder,
  footer input[type="email"]::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  footer input:-ms-input-placeholder,
  footer input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  footer input::-webkit-input-placeholder,
  footer input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  footer .social ul {
    list-style: none;
    padding: 0;
  }
  footer .social ul li {
    display: inline;
  }
  footer .social ul li a {
    padding: 20px;
    display: inline-block;
    color: #ffffff;
  }
  footer .social ul li a .fa {
    font-size: 20px;
  }
  footer .social ul li a:hover {
    color: #242021;
  }
}
@media (min-width: 641px) {
  footer form {
    float: left;
  }
  footer input {
    font-size: 12px;
    padding: 12px;
  }
  footer .social .icons ul li a {
    padding: 9px 10px 10px 10px;
  }
}
@media (min-width: 992px) {
  footer div.social {
    width: 50%;
    display: block;
    overflow: hidden;
    float: left;
  }
  footer .footlinks {
    margin-top: 0 !important;
  }
  footer aside {
    float: right;
  }
  footer aside .footlinks {
    width: 50%;
    float: left;
  }
}
#home-slider {
  text-align: center;
  padding: 0 0;
}
@media (min-width: 1441px) {
  #home-slider .image img {
    width: 100%;
  }
}
@media (min-width: 320px) {
  a.sublink {
    text-align: center;
    display: block;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #f836b0;
    font-size: 14px;
    text-decoration: none;
  }
}
@media (min-width: 320px) {
  #pg-product #product-slider {
    margin-top: 0 !important;
  }
  #pg-product h2.title-medium {
    margin-bottom: 12px;
  }
  #pg-product span.special-msg {
    text-align: center;
  }
  #pg-product span.special-msg h6 {
    display: inline-block;
    margin: 0;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #f836b0;
    margin-bottom: 8px;
  }
  #pg-product span.special-msg span {
    color: #242021;
    font-size: 11px;
    padding-left: 6px;
  }
  #slide-container .container,
  #insta-container .container {
    position: relative;
  }
  #slide-container {
    margin-top: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #slide-container h2 {
    position: relative;
    z-index: 4;
  }
  #slide-container h2 {
    margin-bottom: 4px;
    font-size: 24px;
  }
  #slide-container a.sublink {
    margin-bottom: 24px;
    z-index: 4;
    position: relative;
  }
  #slide-container p.product-title {
    margin-top: 12px;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    text-transform: uppercase;
  }
  #slide-container p.product-price {
    font-size: 13px;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #f836b0;
  }
  #slide-container p.product-price span.sm {
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #626269;
  }
  #slide-container p {
    text-align: center;
    margin-bottom: 0;
  }
  #slide-container #product-slider {
    position: relative;
    z-index: 1;
    margin-top: -30px;
  }
  #insta-container {
    border-top: 1px solid #e1e1e1;
    padding-top: 36px;
    margin-top: 36px;
    margin-bottom: 24px;
    position: relative;
  }
  #insta-container a.sublink {
    margin-bottom: 24px;
  }
  #insta-container img {
    width: 220px;
  }
  #insta-container h4 {
    color: #242021;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: center;
  }
}
@media (min-width: 320px) {
  #givegift {
    position: relative;
    height: 490px;
    padding-top: 4%;
    overflow: hidden;
    margin-top: 24px;
  }
  #givegift figure {
    position: relative;
  }
  #givegift .ctapink {
    width: 100%;
  }
  #givegift img.bow {
    position: absolute;
    left: -1%;
    top: -25px;
    z-index: 3;
    width: 100%;
    max-width: 120px;
  }
  #givegift .bowline:after {
    height: 100%;
    min-height: 510px;
    width: 30px;
    position: absolute;
    display: block;
    z-index: 3;
    top: -36px;
    left: 2%;
    background-color: #F836B0;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    content: '';
  }
  #givegift img.giftgirl {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6;
    width: 100%;
    max-width: 240px;
    display: block;
  }
  #givegift .bowline {
    height: 24px;
    position: relative;
    z-index: 2;
    background-color: #F836B0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  #givegift hgroup {
    padding-top: 6%;
    padding-left: 12%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  #givegift hgroup h5 {
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #242021;
    font-size: 16px;
    text-transform: uppercase;
  }
  #givegift hgroup h4 {
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
  }
}
@media (min-width: 767px) {
  #givegift {
    height: 360px;
  }
  #givegift img.bow {
    max-width: 185px;
    left: -3%;
    top: -35px;
  }
  #givegift .bowline {
    height: 44px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }
  #givegift .bowline:after {
    display: block;
    height: 100%;
    min-height: 500px;
    width: 40px;
    top: -68px;
    left: 5%;
    background-color: #F836B0;
    border-left: 4px solid #000;
    border-right: 4px solid #000;
  }
  #givegift img.giftgirl {
    max-width: 42%;
    top: 21%;
    right: -6%;
    bottom: auto;
  }
  #givegift hgroup {
    max-width: 470px;
    padding-left: 10%;
    padding-top: 4%;
    margin: 0 0;
  }
}
@media (min-width: 992px) {
  body #givegift {
    height: 337px;
    padding-top: 4%;
  }
  body #givegift hgroup {
    text-align: center;
    margin: 0 auto;
    padding: 5% 0 0 0;
    max-width: 400px;
  }
  body #givegift hgroup h4,
  body #givegift hgroup h5 {
    text-align: center;
  }
  body #givegift img.bow {
    max-width: 240px;
    top: -47px;
  }
  body #givegift img.giftgirl {
    max-width: 310px;
    right: 0;
    top: auto;
    bottom: 0;
  }
  body #givegift .bowline {
    height: 54px;
    border-top: 7px solid #000;
    border-bottom: 7px solid #000;
  }
  body #givegift .bowline:after {
    width: 60px;
    border-left: 7px solid #000;
    border-right: 7px solid #000;
    left: 7%;
  }
}
@media (min-width: 1180px) {
  body #givegift {
    height: 380px;
  }
  body #givegift hgroup {
    max-width: 550px;
    margin: 0 auto 0 15%;
  }
  body #givegift hgroup h4 {
    font-size: 34px;
  }
  body #givegift hgroup h5 {
    width: 80%;
    margin: 0 auto;
  }
  body #givegift img.bow {
    top: -77px;
    width: auto;
    max-width: 330px;
  }
  body #givegift .bowline {
    height: 62px;
  }
  body #givegift .bowline:after {
    left: 10%;
  }
  body #givegift img.giftgirl {
    max-width: 486px;
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  a.sublink {
    text-align: right;
    position: absolute !important;
    top: 0;
    right: 0;
    display: block;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #f836b0;
    font-size: 14px;
    width: 300px;
    padding: 6px 0;
  }
  #slide-container {
    margin-top: 36px;
  }
  #slide-container #product-slider {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  #slide-container h2 {
    font-size: 36px;
  }
  #slide-container a.sublink {
    margin-top: 20px;
  }
  #insta-container {
    padding-top: 80px;
  }
  #insta-container img {
    width: 150px;
  }
  #insta-container a.sublink {
    margin-bottom: 24px;
  }
  #insta-container h4 {
    text-align: left;
    margin-bottom: 24px;
  }
}
@media (min-width: 767px) {
  .ctapink {
    max-width: 240px;
    display: block;
  }
}
#category-hero {
  padding: 12px 0 0 0;
}
#category-hero .description h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #f836b0;
}
#category-hero .description p {
  font-size: 17px;
  margin-bottom: 36px;
}
.pagination {
  min-width: 360px;
  margin: 0px auto 24px;
  text-align: center;
  display: block;
  -webkit-transform: translate(0px, -3px);
  -moz-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  -o-transform: translate(0px, -3px);
}
.pagination a {
  color: #fff;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding: 6px 14px 4px;
}
.pagination span.deco {
  background: #000;
  color: #fff;
  padding: 6px 14px 4px;
}
.pagination span.current {
  background: #fff;
  color: #000;
  border-bottom: 2px solid #000;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 6px 14px 4px;
}
.pagination span {
  display: inline-block;
  background: #000;
  font-size: 16px;
}
.pagination span:hover {
  background: #fff;
  color: #000;
}
.pagination span:hover a {
  color: #000;
}
@media (min-width: 992px) {
  #category-hero {
    padding: 24px 0 !important;
  }
  #category-hero .picture,
  #category-hero .description {
    float: left;
  }
  #category-hero .picture {
    width: 50%;
  }
  #category-hero .picture img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translate3D(0, -300px, 0) rotateZ(-80deg);
    -moz-transform: translate3D(0, -300px, 0) rotateZ(-80deg);
    -ms-transform: translate3D(0, -300px, 0) rotateZ(-80deg);
    -o-transform: translate3D(0, -300px, 0) rotateZ(-80deg);
    -webkit-backface-visibility: hidden;
  }
  #category-hero .picture img.down {
    -webkit-transform: translate3D(0, 0, 0) rotateZ(0deg);
    -moz-transform: translate3D(0, 0, 0) rotateZ(0deg);
    -ms-transform: translate3D(0, 0, 0) rotateZ(0deg);
    -o-transform: translate3D(0, 0, 0) rotateZ(0deg);
  }
}
#type-nav ul {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  max-height: 0;
  overflow: hidden;
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: block;
  border-bottom-width: 0;
}
#type-nav ul li {
  display: inline-block;
}
#type-nav ul li {
  display: inline-block;
}
#type-nav ul.collab-nav li a {
  padding: 10px 12px;
  font-size: 14px;
}
#type-nav ul li {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #121214;
}
#type-nav ul a {
  display: block;
}
#type-nav ul.open {
  max-height: 400px;
}
#type-nav a {
  display: inline-block;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #121214;
  font-size: 16px;
  padding: 10px 17px;
}
#type-nav a.active {
  background-color: #ffffff;
  color: #242021;
}
#type-nav a.active:after {
  content: '+';
  margin-left: 20px;
}
#type-nav span {
  display: none;
}
@media (min-width: 768px) {
  #type-nav ul {
    border: none;
    max-height: none;
    overflow: visible;
    display: inline-block;
  }
  #type-nav ul li {
    display: inline-block;
    background-color: transparent;
    border-bottom: none;
  }
  #type-nav ul a {
    display: inline-block;
    color: #626269;
  }
  #type-nav a {
    display: inline-block;
  }
  #type-nav a.active:after {
    display: none;
  }
  #type-nav span {
    float: right;
    display: block;
    margin-top: 11px;
    margin-right: 10px;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #626269;
  }
}
#product-grid {
  position: relative;
  z-index: 1;
}
#product-grid .no-products {
  margin: 20px 0;
  color: #121214;
  font-size: 20px;
}
#product-grid .product-thumb {
  margin-bottom: 8px;
  text-align: center;
  background-color: #ffffff;
}
#product-grid .product-thumb a {
  display: block;
  max-width: 100%;
  font-size: 17px;
  text-decoration: none;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #242021;
}
#product-grid .product-thumb a img {
  margin-bottom: 22px;
}
#product-grid .product-thumb a .product-price {
  margin-bottom: 17px;
  font-size: 13px;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#product-grid .product-thumb a .product-price span.sm {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#product-grid .product-thumb a .product-title {
  margin-bottom: 0;
}
#product-grid .product-thumb:hover a,
#product-grid .product-thumb:hover p {
  text-decoration: none !important;
}
@media (min-width: 320px) {
  #product-grid .product-thumb,
  #related-products .product-thumb {
    float: left;
    width: 48%;
    width: calc(50% - 1px);
    margin-right: 2px;
  }
  #product-grid .product-thumb p.product-title,
  #related-products .product-thumb p.product-title {
    line-height: 1.2;
    padding: 0 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
  }
  #product-grid .product-thumb p.product-price,
  #related-products .product-thumb p.product-price {
    font-size: 13px;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  #product-grid .product-thumb p.product-price span.sm,
  #related-products .product-thumb p.product-price span.sm {
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  #product-grid .product-thumb:nth-child(2n),
  #related-products .product-thumb:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  #product-grid .product-thumb p.product-title {
    font-size: 14px;
  }
  #product-grid .product-thumb p.product-price {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #product-grid .product-thumb {
    width: 19% !important;
    width: calc(33.333333% - 1.333333px);
    margin-right: 2px;
  }
  #product-grid .product-thumb p.product-title {
    font-size: 14px;
    line-height: 18px;
  }
  #product-grid .product-thumb p.product-price {
    font-size: 14px;
  }
  #product-grid .product-thumb:nth-child(2n) {
    margin-right: 2px;
  }
  #product-grid .product-thumb:nth-child(5n) {
    margin-right: 0px;
  }
  #product-grid .product-thumb:nth-child(3n) {
    margin-right: 2px;
  }
  #product-grid .product-thumb img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #product-grid .product-thumb a:hover p {
    text-decoration: underline;
    color: #555;
  }
}
#pg-product .social-sharing {
  margin-top: 24px;
}
#pg-product .social-sharing a.share-pinterest:hover {
  background: #cd2028;
}
#pg-product .social-sharing a {
  padding: 3px 45px 6px 8px;
}
#pg-product .social-sharing a .share-title {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.015em;
}
#pg-product .social-sharing a span {
  color: #fff;
}
#pg-product #product-variants label {
  display: none;
}
#pg-product #product-variants #quantity {
  height: 30px;
  padding: 10px 10px;
  height: 44px;
}
#pg-product a.gift-send:before {
  width: 35px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: -7px;
  content: '';
  display: block;
  background-size: 60%;
}
#pg-product a.gift-send {
  display: block;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #242021;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  position: relative;
  margin: 0px auto 24px auto;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}
#pg-product span.label.small {
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  color: #919092;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-top: 24px;
  padding: 0;
  margin-bottom: 12px;
}
#pg-product form .ctablack {
  width: 100%;
  border: 0 none !important;
}
#pg-product #product-main {
  background-color: #ffffff;
  color: #242021;
}
#pg-product #product-main h1 {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 42px;
  margin-top: 0;
  line-height: 1;
}
#pg-product #product-main strong {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
#pg-product #product-main .tag {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #626269;
  font-size: 10px;
}
#pg-product #product-main .slider {
  margin-bottom: 24px;
}
#pg-product #product-main .price {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #f836b0;
  font-size: 24px;
  margin-top: 0;
  line-height: 1;
}
#pg-product #product-main p {
  color: #626269;
}
#pg-product #add-to-cart-msg {
  color: #121214;
}
#pg-product #add-to-cart {
  background-color: #f7f7fa;
  border: 1px solid #e3e3ea;
  padding: 10px 0;
}
#pg-product #add-to-cart .social {
  display: none;
}
#pg-product #add-to-cart .info {
  display: none;
}
#pg-product #add-to-cart .info .rte {
  font-size: 16px;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #717171;
}
#pg-product #add-to-cart input.ctabtn {
  padding: 22px 0 20px;
  display: block;
  line-height: 22px;
}
#pg-product #add-to-cart #product-variants label {
  display: none;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #242021;
  margin-left: 8px;
}
#pg-product #add-to-cart #product-variants select {
  margin-left: 8px;
}
#pg-product #add-to-cart #product-variants select:focus {
  box-shadow: none;
  outline: none;
}
#pg-product #add-to-cart #product-variants select::-moz-placeholder {
  color: #626269;
  opacity: 1;
}
#pg-product #add-to-cart #product-variants select:-ms-input-placeholder {
  color: #626269;
  opacity: 1;
}
#pg-product #add-to-cart #product-variants select::-webkit-input-placeholder {
  color: #626269;
  opacity: 1;
}
#pg-product #add-to-cart #product-variants select::-moz-placeholder {
  color: #626269;
  opacity: 1;
}
#pg-product #add-to-cart #product-variants select:-ms-input-placeholder {
  color: #626269;
  opacity: 1;
}
#pg-product #add-to-cart #product-variants select::-webkit-input-placeholder {
  color: #626269;
  opacity: 1;
}
#pg-product aside {
  border-top: 1px solid #e1e1e1;
  padding-top: 12px;
  margin-top: 36px;
}
#pg-product aside h4 {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #626269;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 12px;
}
#pg-product aside p {
  font-size: 13px;
}
#pg-product aside ul {
  margin: 12px 0 0 0;
  padding: 0;
}
#pg-product aside ul li:first-child {
  margin-top: 0;
}
#pg-product aside ul li {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #626269;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
#pg-product #info-toggle {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  padding: 0;
  text-transform: uppercase;
  padding: 16px 0;
}
#pg-product #info-toggle i {
  float: right;
  font-size: 10px;
  line-height: 10px;
  position: relative;
  margin-right: 4px;
}
#pg-product #more-info {
  padding: 22px 0;
  background-color: #ffffff;
  color: #626269;
}
#pg-product #more-info .parts {
  margin-bottom: 36px;
}
#pg-product #more-info .parts a {
  color: #242021;
  text-decoration: underline;
}
#pg-product #more-info .parts a .fa {
  margin-right: 10px;
}
#pg-product #more-info .parts ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}
#pg-product #more-info .parts ul.small {
  font-size: 0.8em;
}
#pg-product #more-info h2 {
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #242021;
}
#pg-product #more-info .reviews .review {
  margin-bottom: 20px;
}
#pg-product #more-info .reviews .review h5 {
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
#pg-product #more-info .reviews .review .rating {
  margin-bottom: 10px;
}
#pg-product #more-info .reviews .review .rating .fa {
  color: #ffcb2d;
  margin-right: 7px;
}
@media (min-width: 320px) {
  #pg-product.gift-item #product-main .slide {
    padding-top: 0;
  }
  #pg-product.gift-item #product-main .description {
    max-width: 100%;
  }
  #pg-product.gift-item #product-main .description h3#product-price {
    color: #f836b0;
    font-size: 18px;
    letter-spacing: -0.01em;
  }
  #pg-product.gift-item #product-main .description h6 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 24px;
    padding-bottom: 8px;
  }
  #pg-product.gift-item #product-main h1 {
    font-size: 24px;
  }
  #pg-product.gift-item #product-main #prod-slider .slick-prev,
  #pg-product.gift-item #product-main #prod-slider .slick-next {
    display: none !important;
  }
  #pg-product.gift-item #ecardselect {
    clear: both;
  }
  #pg-product.gift-item #ecardselect:after,
  #pg-product.gift-item #ecardselect:before {
    content: "";
    display: table;
    clear: both;
  }
  #pg-product.gift-item #ecardselect:after,
  #pg-product.gift-item #ecardselect:before {
    content: "";
    display: table;
    clear: both;
  }
  #pg-product.gift-item #ecardselect figure {
    float: left;
    width: 20%;
    margin-bottom: 12px;
  }
  #pg-product input[type="radio"] {
    text-align: left;
    display: inline;
  }
  #pg-product .label-email {
    display: block;
    padding-top: 24px;
    border-top: 1px solid #e1e1e1;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 19px;
    margin: 18px 0;
  }
  #pg-product input#giftemail {
    display: block;
    height: 48px;
    border: 2px solid #000;
    background: #fff;
    outline: 0 none;
    color: #000;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 0px 4px 16px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 100%;
    margin: 0 auto 12px auto;
  }
  #pg-product .slider img {
    margin: 0 auto;
    display: block;
  }
  #pg-product #product-main {
    padding-top: 24px;
  }
  #pg-product .tag {
    display: none;
  }
  #pg-product .price,
  #pg-product h1 {
    text-align: center;
  }
  #pg-product #add-to-cart .ctabtn:not(.plain),
  #pg-product #add-to-cart #product-variants {
    float: left;
  }
  #pg-product #add-to-cart #product-variants select {
    padding: 16px 10px 12px;
  }
  #pg-product #add-to-cart .ctabtn {
    width: auto;
  }
  #pg-product #add-to-cart .ctabtn.plain {
    padding: 8px 14px 6px;
  }
  #pg-product #add-to-cart input.ctabtn {
    padding: 14px 30px 12px;
  }
  #pg-product #add-to-cart .social .fb i {
    color: #3b5998;
  }
  #pg-product #add-to-cart .social .twitter i {
    color: #0084b4;
  }
  #pg-product #add-to-cart .social .reviews i,
  #pg-product #add-to-cart .social .reviews span {
    color: #ffcb2d;
  }
  #pg-product #add-to-cart form {
    display: block;
  }
}
@media (min-width: 767px) {
  #review-section {
    margin-top: 48px;
  }
  #pg-product input[type="radio"] {
    text-align: center;
  }
  #pg-product span.special-msg {
    text-align: left;
  }
  #pg-product #more-info {
    padding: 72px 0;
  }
  #pg-product #more-info .image,
  #pg-product #more-info .parts {
    float: left;
    width: 50%;
  }
  #pg-product #more-info .image {
    padding-right: 10%;
  }
  #pg-product #more-info .review {
    float: left;
    width: 45%;
    width: calc(50% - 10px);
  }
  #pg-product #more-info .review:nth-child(2n) {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  #pg-product .tag {
    display: block !important;
  }
  #pg-product .boxqty .sod_select {
    border-left: 0 none !important;
  }
  #pg-product #product-main {
    padding-top: 60px;
  }
  #pg-product #product-main #product-variants {
    width: 60%;
    clear: both;
  }
  #pg-product #product-main #product-variants:after,
  #pg-product #product-main #product-variants:before {
    content: "";
    display: table;
    clear: both;
  }
  #pg-product #product-main #product-variants:after,
  #pg-product #product-main #product-variants:before {
    content: "";
    display: table;
    clear: both;
  }
  #pg-product #product-main #product-variants .selector-wrapper:last-child {
    width: 30%;
  }
  #pg-product #product-main #product-variants .selector-wrapper:first-child {
    width: 70%;
  }
  #pg-product #product-main #product-variants .selector-wrapper {
    float: left;
  }
  #pg-product #product-main #product-variants .selector-wrapper .sod_select {
    display: block;
    width: 100%;
  }
  #pg-product #product-main #product-variants .selector-wrapper input {
    display: block;
    width: 100%;
  }
  #pg-product #product-main .slide {
    padding-top: 24px;
  }
  #pg-product #product-main h1 {
    font-size: 36px;
    margin-bottom: 12px;
    text-align: left;
  }
  #pg-product #product-main .slider {
    float: left;
  }
  #pg-product #product-main .price {
    font-size: 24px;
    text-align: left;
  }
  #pg-product #product-main strong {
    font-size: 12px;
  }
  #pg-product #product-main .slider,
  #pg-product #product-main .description {
    width: 50%;
  }
  #pg-product #product-main .description {
    float: left;
    padding-top: 24px;
    padding-left: 5%;
    max-width: 480px;
  }
  #pg-product #product-main .description .tag {
    text-align: left;
  }
  #pg-product #product-main #info-toggle {
    display: none;
  }
  #pg-product #product-main .info {
    display: block;
    opacity: 1;
    padding-top: 24px;
  }
  #pg-product #product-main aside {
    margin: 24px auto 0 auto;
    width: 100%;
    max-width: 430px;
  }
  #pg-product #add-to-cart .ctabtn:not(.plain) {
    padding: 24px 90px 20px;
    font-size: 22px;
    float: left;
  }
  #pg-product #add-to-cart .info {
    float: left;
    display: block;
    color: #242021;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 14px;
    margin-left: 20px;
  }
  #pg-product #add-to-cart .info span {
    display: block;
    font-size: 17px;
  }
  #pg-product #add-to-cart .info span.price {
    font-size: 20px;
    line-height: 20px;
  }
  #pg-product #add-to-cart .social {
    margin-top: 18px;
    display: block;
    float: right;
  }
  #pg-product #add-to-cart.down {
    position: fixed;
    top: 83px;
    width: 100%;
    z-index: 998;
  }
  #pg-product #add-to-cart.down .ctabtn:not(.plain),
  #pg-product #add-to-cart.down #add-to-cart-msg {
    margin-left: 138px;
  }
}
.ul-unstyled {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ul-inline li {
  display: inline-block;
}
.clearfix {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  clear: both;
}
.mauto {
  margin: 0 auto;
}
.mb24 {
  margin-bottom: 24px;
}
.max320 {
  max-width: 320px;
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.caps {
  text-transform: uppercase;
}
.tblock {
  display: block;
}
.text14 {
  font-size: 14px;
}
.pink {
  color: #f836b0;
}
.black {
  color: #242021;
}
.offblack {
  color: #121214;
}
.white {
  color: #ffffff;
}
.darkgrey {
  color: #18181b;
}
.grey {
  color: #626269;
}
.green {
  color: #39e264;
}
.back-white {
  background-color: #ffffff;
}
.back-black {
  background-color: #242021;
}
.back-offblack {
  background-color: #121214;
}
.back-dark-grey {
  background-color: #18181b;
}
.back-green {
  background-color: #39e264;
}
.back-pink {
  background-color: #f836b0;
}
.frankfurter {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.century {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.centurybold {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select,
.boxqty input {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 100px;
  padding: 15px 10px;
  background: #ffffff;
  border: 2px solid #454545;
  color: #444444;
  font-size: 12px;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  outline-offset: -2px;
  /* Opera */

  cursor: default;
  z-index: 90;
}
@media (min-width: 320px) and (max-width: 992px) {
  .title-large {
    font-size: 32px;
    text-align: center;
  }
  .title-medium {
    font-size: 28px;
    text-align: center;
  }
  #pg-product a.gift-send:before {
    left: 0;
  }
  #pg-product a.gift-send {
    padding-left: 0;
  }
  #pg-product .price {
    font-size: 16px !important;
    margin-bottom: 12px;
  }
  #pg-product .info {
    margin-bottom: 8px;
  }
  #pg-product .social-sharing a {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #pg-product #add-to-cart .ctabtn:not(.plain),
  #pg-product #add-to-cart #product-variants {
    float: none;
    width: 100%;
  }
  .sod_select {
    width: 100%;
    margin-top: 4px;
  }
}
/* Up/Down arrows */
.sod_select:before,
.sod_select:after {
  content: "\25B2";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 7px;
}
/* Down arrow */
.sod_select:after {
  content: "\25BC";
  top: auto;
  bottom: 12px;
}
/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  background: #000;
  color: #fff;
}
.sod_select.open {
  background: #000;
  color: #fff;
}
.sod_select.focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}
/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}
.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}
/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 3px;
  display: none;
  height: auto;
  width: 200px;
  margin: 0 0 0 -3px;
  background: #000;
  border-top: none;
  color: #fff;
  z-index: 1;
}
/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block;
}
/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}
/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}
/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none;
}
/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}
/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}
/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none;
}
/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}
/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #fff;
  color: #000;
}
/*Make room for the check mark */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px;
}
/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #000;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}
/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}
.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}
.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}
.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}
/* Hide native select */
.sod_select select {
  display: none !important;
}
/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.breadcrumbs {
  display: none;
}
.breadcrumbs ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul a {
  color: #b0b0b3;
}
.breadcrumbs ul a:hover {
  color: #121214;
}
.breadcrumbs li + li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin: 0 5px;
}
@media (min-width: 992px) {
  .breadcrumbs {
    display: block;
    padding: 10px 0 0 0px;
    margin-bottom: 0px;
  }
  .breadcrumbs a {
    color: #b0b0b3;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
  }
}
#related-products {
  background-color: #f1f1f4;
  padding: 0 0 27px;
}
#related-products h4 {
  color: #242021;
  font-size: 17px;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 10px;
}
#related-products .product-thumb {
  margin-bottom: 2px;
  text-align: center;
  background-color: #ffffff;
}
#related-products .product-thumb a {
  max-width: 100%;
  font-size: 17px;
  display: block;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #242021;
}
#related-products .product-thumb a .product-price {
  margin-bottom: 17px;
  font-size: 13px;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#related-products .product-thumb a .product-price span.sm {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#related-products .product-thumb a .product-title {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  #related-products .product-thumb {
    float: left;
    width: 48%;
    width: calc(50% - 1px);
    margin-right: 2px;
  }
  #related-products .product-thumb:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #related-products .product-thumb {
    width: 24%;
    width: calc(25% - 1.5px);
    margin-right: 2px;
  }
  #related-products .product-thumb:nth-child(2n) {
    margin-right: 2px;
  }
  #related-products .product-thumb:nth-child(4n) {
    margin-right: 0;
  }
}
#cart {
  background-color: #ffffff;
  color: #121214;
  padding: 24px 0;
}
#cart .ctapink {
  margin: 0 auto;
}
#cart h1 {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
#cart.no-items {
  text-align: center;
}
#cart.no-items .ctabtn {
  width: auto;
}
#cart .ctablack {
  border: 0 none;
  display: block;
  width: 100%;
}
#cart .item-container {
  margin-bottom: 22px;
}
#cart .item-container .item {
  clear: both;
  border-bottom: 1px solid #f1f0f5;
  padding: 15px 0;
}
#cart .item-container .item:after,
#cart .item-container .item:before {
  content: "";
  display: table;
  clear: both;
}
#cart .item-container .item .image {
  display: none;
}
#cart .item-container .item .left {
  float: left;
}
#cart .item-container .item .right {
  float: right;
}
#cart .item-container .item span {
  display: block;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#cart .item-container .item a {
  color: #121214;
}
#cart .item-container .item .qty {
  float: left;
}
#cart .item-container .item .qty input {
  max-width: 65px;
  display: block;
  padding: 10px 5px;
  min-height: 42px;
}
#cart .item-container .item .remove {
  float: right;
  padding: 10px;
  color: #121214;
}
#cart .item-container .item .subtotal {
  display: none;
}
#cart .cart-footer > * + * {
  margin-top: 14px;
}
#cart .secondary {
  text-align: center;
}
#cart .secondary img {
  margin-bottom: 7px;
}
#cart .secondary .ctabtn {
  background-color: transparent;
  padding: 10px 5px 6px;
  color: #626269;
}
#cart .comments textarea {
  width: 100%;
}
#cart .ctabtn {
  width: 100%;
}
#cart .checkout .text {
  clear: both;
}
#cart .checkout .text .total-text {
  float: left;
}
#cart .checkout .text .total {
  float: right;
}
#cart .checkout .text span {
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#cart .checkout .text:after,
#cart .checkout .text:before {
  content: "";
  display: table;
  clear: both;
}
#cart .checkout .text:after,
#cart .checkout .text:before {
  content: "";
  display: table;
  clear: both;
}
#cart .checkout small {
  margin-bottom: 10px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #626269;
}
#cart h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 12px;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#cart input,
#cart textarea {
  background-image: none;
  background-color: #f9f9f9;
  border: 1px solid #f1f0f5;
  text-transform: uppercase;
  color: #121214;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  padding: 10px;
}
#cart input:focus,
#cart textarea:focus {
  box-shadow: none;
  outline: none;
}
#cart input::-moz-placeholder,
#cart textarea::-moz-placeholder {
  color: #626269;
  opacity: 1;
}
#cart input:-ms-input-placeholder,
#cart textarea:-ms-input-placeholder {
  color: #626269;
  opacity: 1;
}
#cart input::-webkit-input-placeholder,
#cart textarea::-webkit-input-placeholder {
  color: #626269;
  opacity: 1;
}
#cart input::-moz-placeholder,
#cart textarea::-moz-placeholder {
  color: #626269;
  opacity: 1;
}
#cart input:-ms-input-placeholder,
#cart textarea:-ms-input-placeholder {
  color: #626269;
  opacity: 1;
}
#cart input::-webkit-input-placeholder,
#cart textarea::-webkit-input-placeholder {
  color: #626269;
  opacity: 1;
}
#shipping-rates {
  background-color: #f1f1f4;
  color: #121214;
  padding: 22px 0;
}
#shipping-rates h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 12px;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#shipping-rates small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #626269;
}
#shipping-rates form {
  margin-bottom: 10px;
}
#shipping-rates select {
  background-color: #626269;
  color: #ffffff;
  border: none;
  cursor: default;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  outline: 0 none;
  outline-offset: -2px;
  padding: 9px 6px 6px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
  width: calc(50% - 5px);
  float: left;
  margin-bottom: 10px;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#shipping-rates select + select {
  margin-left: 10px;
}
#shipping-rates input {
  margin-bottom: 10px;
  width: 100%;
  background-color: #626269;
  color: #ffffff;
  background-image: none;
  text-transform: uppercase;
  border: none;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  padding: 11px 10px 6px;
}
#shipping-rates input:focus {
  box-shadow: none;
  outline: none;
}
#shipping-rates input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#shipping-rates input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
#shipping-rates input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
#shipping-rates input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#shipping-rates input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
#shipping-rates input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
#shipping-rates .ctabtn {
  background-color: #626269;
  color: #ffffff;
}
@media (min-width: 320px) {
  #cart span.pink.centurybold {
    margin-bottom: 18px;
    display: block;
  }
  #cart .ctablack.goback {
    padding: 14px 0 12px;
    width: 180px;
    font-size: 12px;
  }
  #cart .ctablack.goback .fa {
    margin-right: 8px;
  }
  #cart h1 {
    font-size: 24px;
  }
}
@media (min-width: 641px) {
  #cart .item-container .item {
    padding-bottom: 0;
  }
  #cart .item-container .item .image {
    float: left;
    width: 80px;
    margin-right: 10px;
    border-bottom: none;
    display: block;
  }
  #cart .item-container .item .info,
  #cart .item-container .item .subtotal {
    float: left;
  }
  #cart .item-container .item .right > * {
    margin-left: 20px;
  }
  #cart .item-container .item .subtotal {
    display: block;
    margin-top: 8px;
  }
  #cart .item-container .item .remove {
    padding-top: 6px;
  }
  #cart .item-container .item .title {
    max-width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #cart .checkout,
  #cart .secondary {
    float: left;
    width: 47.5%;
  }
  #cart .secondary {
    text-align: center;
  }
  #cart .secondary .ctabtn {
    margin-top: 15px;
  }
  #cart .checkout {
    float: right;
    margin-left: 5%;
  }
  #cart .info {
    padding-left: 14px;
    padding-top: 8px;
  }
}
@media (min-width: 991px) {
  #cart h1 {
    margin-top: 12px;
    margin-bottom: 36px;
  }
  #cart .item-container .item .image {
    width: 160px;
  }
  #cart .item-container .item .title {
    max-width: 490px;
  }
  #cart .item-container .item .remove {
    padding-top: 10px;
  }
  #cart .item-container .info {
    font-size: 20px;
  }
  #cart .item-container .subtotal {
    font-size: 20px;
  }
  #cart .comments {
    width: 40%;
    float: left;
  }
  #cart .comments textarea {
    min-height: 87px;
  }
  #cart .secondary {
    width: 25%;
    margin: 0 5%;
  }
  #cart .secondary .ctabtn {
    padding: 17px 5px 16px;
  }
  #cart .checkout {
    width: 25%;
    float: right;
    margin-left: 0;
  }
  #shipping-rates form select,
  #shipping-rates form input {
    width: auto;
    float: left;
    padding: 19px 27px 16px;
  }
  #shipping-rates form select + *,
  #shipping-rates form input + * {
    margin-left: 10px;
  }
}
.pg-forms h1 {
  font-size: 36px;
  text-align: center;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 46px;
}
.pg-forms a.pw {
  color: #000;
  text-decoration: underline;
  display: block;
  margin: 4px 0;
}
.pg-forms form {
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}
.pg-forms form label {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #d8d8d8;
}
.pg-forms .form-input {
  border-radius: 2px;
  display: block;
  height: 48px;
  border: 0 none;
  background: #626269;
  outline: 0 none;
  color: #ffffff;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 6px 0px 4px 16px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  margin: 0 auto 12px auto;
}
.pg-forms textarea.form-input {
  padding: 10px 16px 8px 16px;
  min-height: 150px;
}
.pg-forms .ctabtn {
  width: 100%;
  display: block;
  border-radius: 2px;
  margin-top: 24px;
}
@media (min-width: 320px) and (max-width: 992px) {
  body #popup-schedule.g-popup h4 {
    font-size: 24px !important;
  }
}
#search-popup .text-center {
  background: #232327 !important;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#search-popup .logo {
  max-width: 80px;
  margin: 24px auto 12px;
}
.g-popup {
  position: fixed;
  left: 0;
  z-index: 1000;
  overflow: scroll;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(31, 32, 35, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s,visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s,visibility 0s 0.3s;
  transition: opacity 0.3s 0s,visibility 0s 0.3s;
}
.g-popup#popup-schedule .g-popup-container {
  background: #fff;
  padding: 5%;
}
.g-popup#popup-schedule .g-popup-container h4 {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 12px;
}
.g-popup#popup-schedule .g-popup-container .text18 {
  font-size: 18px;
  line-height: 24px;
}
.g-popup#popup-schedule .g-popup-container aside {
  margin-top: 24px;
}
.g-popup#popup-schedule .g-popup-container aside strong {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 16px;
  display: block;
}
.g-popup#popup-schedule .g-popup-container aside p {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 6px;
}
.g-popup#popup-schedule .g-popup-container em {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #f836b0;
  margin-top: 18px;
  font-size: 10px;
}
.g-popup .g-popup-container {
  position: relative;
  width: 90%;
  max-width: 720px;
  margin: 4em auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.g-popup .g-popup-container .left > *:not(h4),
.g-popup .g-popup-container .right > *:not(h4) {
  padding: 20px 20px 24px 20px;
}
.g-popup i.fa-check-circle {
  color: #f836b0;
}
.g-popup a.cart-link {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 12px auto 0px;
  padding: 7px 0;
  color: #626269;
  text-align: center;
}
.g-popup a.cart-link:hover {
  color: #f836b0;
}
.g-popup .logo {
  width: 100%;
  max-width: 150px;
  margin: 0 0 28px 0;
}
.g-popup .col-sm-6 {
  text-align: left;
}
.g-popup .col-sm-6.about {
  padding-left: 36px;
}
.g-popup h5 {
  margin-top: 24px;
  border-top: 1px solid #ededed;
  padding-top: 28px;
  margin-bottom: 12px;
}
.g-popup h1 {
  margin: 0 0 12px 0;
}
.g-popup span.small {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #242021;
  margin-bottom: 4px;
}
.g-popup a.tel,
.g-popup a.email {
  display: block;
  color: #626269;
  margin-bottom: 12px;
  text-decoration: none;
}
.g-popup a.tel:hover,
.g-popup a.email:hover {
  color: #242021;
}
.g-popup .about {
  background-color: #fff;
  margin-bottom: 0;
}
.g-popup .about img {
  max-width: 262px;
  margin-bottom: 0;
}
.g-popup .about p {
  margin: 10px 12px;
  font-size: 13px;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.g-popup .assistance {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  background-color: #fff;
  padding-top: 0;
}
.g-popup .assistance p {
  margin-bottom: 0;
}
.g-popup .assistance h3 {
  font-size: 16px;
  margin-bottom: 8px;
  padding-top: 24px;
  border-top: 1px solid #e1e1e1;
  font-weight: 400;
}
.g-popup .form-contact {
  padding: 20px;
  background-color: #fff;
}
.g-popup .form-contact .ctapink {
  border: 0 none;
  width: 100%;
  display: block;
  max-width: 100%;
}
.g-popup .form-contact .form-input {
  display: block;
  height: 48px;
  border: 2px solid #000;
  background: #fff;
  outline: 0 none;
  color: #000;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 0px 4px 16px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  margin: 0 auto 12px auto;
}
.g-popup .form-contact textarea.form-input {
  padding: 10px 16px 8px 16px;
  min-height: 150px;
}
.g-popup .form-contact .text-center {
  margin-bottom: 24px;
}
.g-popup .form-contact .ctabtn {
  width: 100%;
  display: block;
  border-radius: 2px;
}
.g-popup.add-to-cart {
  color: #242021;
}
.g-popup.add-to-cart .g-popup-container .section-title {
  color: #f836b0;
  text-transform: uppercase;
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0;
}
.g-popup.add-to-cart .g-popup-container .left {
  border-right: none;
  -webkit-box-shadow: inset 0px -2px 0px #d7d7d7;
  -moz-box-shadow: inset 0px -2px 0px #d7d7d7;
  box-shadow: inset 0px -2px 0px #d7d7d7;
}
.g-popup.add-to-cart .g-popup-container .product {
  background-color: #ffffff;
  border-right: 2px solid #eee;
}
.g-popup.add-to-cart .g-popup-container .product img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 24px auto;
  display: block;
}
.g-popup.add-to-cart .g-popup-container .product h3 {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}
.g-popup.add-to-cart .g-popup-container .product .ctabtn {
  width: 100%;
  margin: 24px auto 0;
  padding: 22px 0 20px;
}
.g-popup.add-to-cart .g-popup-container .product .accessory-upsale {
  margin-top: 24px;
  text-align: center;
}
.g-popup.add-to-cart .g-popup-container .product .accessory-upsale h4 {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
.g-popup.add-to-cart .g-popup-container .product .accessory-upsale .mobile {
  display: none;
}
.g-popup.add-to-cart .g-popup-container .product .accessory-upsale .desktop,
.g-popup.add-to-cart .g-popup-container .product .accessory-upsale .mobile {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}
.g-popup.add-to-cart .g-popup-container .accessories {
  background-color: #eee;
  color: #242021;
  padding: 0;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile {
  width: 49%;
  width: calc(50% - 1px);
  float: left;
  background-color: #ffffff;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile a {
  color: #242021;
  display: block;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile figure {
  height: 144px;
  overflow: hidden;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile img {
  padding: 0;
  height: 144px;
  display: block;
  margin: 0 auto;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile .ctabtn {
  width: 100%;
  padding: 10px 16px 8px;
  background-color: #eee;
  color: #242021;
  position: relative;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile .ctabtn:hover,
.g-popup.add-to-cart .g-popup-container .accessories .tile .ctabtn.added {
  background-color: #39e264;
  color: #fff;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile .info {
  text-align: center;
  padding: 8px 0 16px;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile .info span {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  color: #242021;
  margin: 0 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-popup.add-to-cart .g-popup-container .accessories .tile:nth-child(2n) {
  margin-left: 2px;
}
.g-popup.add-to-cart .g-popup-container .g-popup-close::before,
.g-popup.add-to-cart .g-popup-container .g-popup-close::after {
  background-color: #242021;
}
.g-popup.add-to-cart .g-popup-container .g-popup-close {
  background-color: #ffffff;
  top: 25px;
}
.g-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s,visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s,visibility 0s 0s;
  transition: opacity 0.3s 0s,visibility 0s 0s;
}
.g-popup-container .g-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background-color: #232327;
  padding: 20px;
}
.g-popup-container .g-popup-close::before,
.g-popup-container .g-popup-close::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 14px;
  height: 3px;
  background-color: #fff;
}
.g-popup-container .g-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 13px;
}
.g-popup-container .g-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  right: 13px;
}
.is-visible .g-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
@media (max-width: 767px) {
  body .g-popup-container {
    margin: 1em auto;
  }
  .g-popup .g-popup-container .g-popup-close {
    border-bottom: 2px solid #242021;
    right: 0;
    top: -42px;
  }
  .g-popup .g-popup-container .about {
    display: none;
  }
  .g-popup.add-to-cart .g-popup-container .g-popup-close {
    top: -17px;
  }
  .g-popup.add-to-cart .g-popup-container .product {
    border-right: none;
  }
  .g-popup.add-to-cart .g-popup-container .product .accessory-upsale .desktop {
    display: none;
  }
  .g-popup.add-to-cart .g-popup-container .product .accessory-upsale .mobile {
    display: inline;
  }
  .g-popup.add-to-cart .g-popup-container .right .section-title {
    display: none;
  }
}
@media (min-width: 768px) {
  .g-popup .g-popup-container {
    clear: both;
  }
  .g-popup .g-popup-container:after,
  .g-popup .g-popup-container:before {
    content: "";
    display: table;
    clear: both;
  }
  .g-popup .g-popup-container:after,
  .g-popup .g-popup-container:before {
    content: "";
    display: table;
    clear: both;
  }
  .g-popup .g-popup-container .form-contact {
    height: 481px;
  }
  .g-popup .g-popup-container .g-popup-close {
    top: 0;
    right: -42px;
  }
  .g-popup .g-popup-container .left,
  .g-popup .g-popup-container .right {
    width: 50%;
    float: left;
  }
  .g-popup.no-accessories .g-popup-container .g-popup-close {
    left: 75%;
    right: 0;
    border-left: none;
  }
  .g-popup.no-accessories .left {
    margin: 0 25%;
    width: 50%;
  }
}
#about {
  color: #626269;
  background-color: #ffffff;
  padding-bottom: 44px;
}
#about .hl-head h2 {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #242021;
}
#about .hl-head h4 {
  font-family: 'Fredoka One', cursive;
  font-weight: 400;
  text-align: center;
  color: #242021;
  margin-bottom: 24px;
}
#about .hl-head img {
  position: relative;
  top: -2px;
}
#about h3 {
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #242021;
  margin-bottom: 12px;
  padding-top: 24px;
  margin-top: 0;
  font-size: 17px;
}
#about p {
  margin-bottom: 27px;
  line-height: 1.7;
}

/* Sign UP Page */

#signupbanner img{
    width:100%;
}

@media (min-width: 320px) {
    #signupbanner{
        margin-top:-2px;
    }
}

@media (min-width: 992px) {
    #signupbanner{
        margin-top:0;
    }    
}



#mc_embed_signup{
    background:#fff; 
    clear:left; 
    font:13px 'Century Gothic', Helvetica, sans-serif;
    margin-top:25px; 
    }

#mc_embed_signup_scroll h2{
    display:none;
}

#mc_embed_signup .asterisk {
    color: #f836b0;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 1%;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #000;
    border: 0 none;
    border-radius:0;
    font-size:16px;
    font-family: 'Century Gothic Bold', Helvetica, sans-serif;
    letter-spacing:.24px;
    line-height:16px;
    text-transform:uppercase;
    padding-top:20px;
    padding-bottom:20px;
    width:96%;
    height:auto;
}

#mc_embed_signup .button:hover {
    clear: both;
    background-color: #f836b0;
    border: 0 none;
    border-radius:0;
}

#mc_embed_signup input {
    border: 3px solid #000;
}

#mc_embed_signup .mc-field-group .asterisk{
    position:relative;
    top:7px;
    right:-5px;
}

@media (min-width: 320px) {
  #instafeed > div a {
    width: 49%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  #instafeed > div a img {
    width: 100%;
  }
  #instafeed > div a:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #insta-slider {
    width: 100% !important;
  }
  #instafeed > div a {
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
  }
  #instafeed > div a:nth-child(2n) {
    margin-right: 1%;
  }
  #instafeed > div a:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #about {
    padding-bottom: 0;
  }
}
#blog-wrapper.pg-article header h1 {
  max-width: 767px;
  margin: 24px auto 0;
  font-size: 36px;
}
#blog-wrapper.pg-article img.social {
  margin: 0 auto;
  display: block;
}
#blog-wrapper.pg-article .description {
  float: none;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
#blog-wrapper.pg-article .description a {
  display: inline !important;
}
#blog-wrapper.pg-article .description img {
  width: 100%;
  margin: 24px auto 36px;
}
#blog-wrapper {
  background-color: #ffffff;
  color: #121214;
}
#blog-wrapper #sidebar h2,
#blog-wrapper #sidebar h4 {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}
#blog-wrapper #sidebar h2 {
  font-size: 22px;
}
#blog-wrapper #sidebar .clear-me > div + div,
#blog-wrapper #sidebar > div + div {
  margin-top: 25px;
}
#blog-wrapper #sidebar .clear-me {
  clear: both;
}
#blog-wrapper #sidebar .clear-me:after,
#blog-wrapper #sidebar .clear-me:before {
  content: "";
  display: table;
  clear: both;
}
#blog-wrapper #sidebar .clear-me:after,
#blog-wrapper #sidebar .clear-me:before {
  content: "";
  display: table;
  clear: both;
}
#blog-wrapper #sidebar .categories ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
#blog-wrapper #sidebar .categories ul > li {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
#blog-wrapper #sidebar .categories ul > li a {
  padding: 12px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
#blog-wrapper #sidebar .categories ul > li a .fa {
  width: 25px;
}
#blog-wrapper #sidebar .categories ul > li a:hover {
  background-color: #f7f7f7;
}
#blog-wrapper .social a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
}
#blog-wrapper .social a:hover {
  background-color: transparent !important;
}
#blog-wrapper .social a i {
  color: #fff;
}
#blog-wrapper .social .share-count {
  color: #eee;
}
#blog-wrapper .social .label {
  float: right;
  text-transform: uppercase;
}
#blog-wrapper ul.breadcrumbs {
  display: block;
  padding: 6px 0 6px 22px;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-shadow: inset 0px -2px 0px #d7d7d7;
  -moz-box-shadow: inset 0px -2px 0px #d7d7d7;
  box-shadow: inset 0px -2px 0px #d7d7d7;
}
#blog-wrapper ul.breadcrumbs li {
  display: inline;
}
#blog-wrapper ul.breadcrumbs li a {
  display: inline-block;
  text-decoration: none;
  color: #242021;
}
#blog-wrapper header {
  text-align: center;
}
#blog-wrapper header h1 {
  font-size: 44px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
}
#blog-wrapper a,
#blog-wrapper .date {
  text-transform: uppercase;
  display: block;
}
#blog-wrapper a {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
#blog-wrapper summary {
  margin-bottom: 27px;
  background-color: #f7f7f7;
  position: relative;
}
#blog-wrapper summary p {
  font-size: 12px;
  line-height: 18px;
}
#blog-wrapper summary .share-box {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background-color: #373737;
  color: #ffffff;
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 18px;
}
#blog-wrapper summary .share-box > * + * {
  margin-left: 15px;
}
#blog-wrapper summary .picture {
  position: relative;
}
#blog-wrapper summary .picture:after {
  content: "";
  border: 14px solid transparent;
  border-top-color: #f7f7f7;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 49%;
  left: calc(50% - 7px);
}
#blog-wrapper summary .picture .overlay {
  background-color: rgba(226, 132, 196, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#blog-wrapper summary .picture .overlay .icon-wrapper {
  position: relative;
  text-align: center;
  top: 46%;
  top: calc(50% - 8px);
}
#blog-wrapper summary .picture .overlay .icon-wrapper .fa {
  font-size: 24px;
  line-height: 24px;
}
#blog-wrapper summary .picture .overlay .icon-wrapper a {
  color: #333;
}
#blog-wrapper summary .picture:hover .overlay {
  opacity: 1;
}
#blog-wrapper summary .picture .social {
  margin-top: 14px;
}
#blog-wrapper summary .date {
  padding: 10px 15px;
  border-bottom: 1px solid #ffffff;
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#blog-wrapper summary .description .text-wrapper {
  padding: 24px;
}
#blog-wrapper summary .description h3 {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
}
@media (min-width: 320px) {
  #blog-wrapper #three-slider {
    margin-bottom: 24px;
  }
  #blog-wrapper #three-slider div > a {
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
  }
  #blog-wrapper #three-slider img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  #blog-wrapper #three-slider hgroup {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 1px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
  }
  #blog-wrapper #three-slider hgroup span.title {
    display: block;
    color: #f836b0;
    padding: 6px 0 6px 6px;
    font-family: 'Frankfurter', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
  }
  #blog-wrapper #three-slider .slick-center {
    -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  #blog-wrapper #three-slider .slick-center hgroup {
    opacity: 1;
    visibility: visible;
  }
  #blog-wrapper #three-slider .slick-slide {
    background-color: #333;
  }
  #blog-wrapper #three-slider .slick-slide a {
    opacity: .5;
  }
  #blog-wrapper #three-slider .slick-slide.slick-center a {
    opacity: 1;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  #blog-wrapper #sidebar .categories,
  #blog-wrapper #sidebar .visit-gwen {
    width: 48%;
    float: left;
  }
  #blog-wrapper #sidebar .categories {
    margin-right: 4%;
  }
  #blog-wrapper #sidebar .visit-gwen {
    margin-top: 0 !important;
  }
  #blog-wrapper .picture {
    max-height: 300px;
    overflow: hidden;
  }
  #blog-wrapper .picture img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #blog-wrapper #three-slider {
    margin-bottom: 50px;
  }
  #blog-wrapper .article-wrapper {
    width: 70%;
    float: left;
  }
  #blog-wrapper #sidebar {
    width: 23%;
    float: right;
  }
  #blog-wrapper #sidebar .clear-me > div + div,
  #blog-wrapper #sidebar > div + div {
    margin-top: 35px;
  }
  #blog-wrapper header {
    margin-bottom: 44px;
    margin-top: 71px;
  }
  #blog-wrapper header h1 {
    font-size: 71px;
    line-height: 1;
  }
  #blog-wrapper summary {
    margin-bottom: 36px;
  }
  #blog-wrapper summary .picture,
  #blog-wrapper summary .description {
    width: 40%;
    float: left;
  }
  #blog-wrapper summary .picture:after {
    left: 0;
    top: 49%;
    top: calc(50% - 7px);
    border-left-color: #f7f7f7;
    border-top-color: transparent;
  }
  #blog-wrapper summary .description {
    width: 60%;
  }
  #blog-wrapper summary .share-box {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  #blog-wrapper summary p {
    font-size: 14px;
    line-height: 22px;
  }
}
#article-wrapper h1 {
  font-size: 20px;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#article-wrapper .date {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
#article-wrapper .description {
  clear: both;
}
#article-wrapper .description:after,
#article-wrapper .description:before {
  content: "";
  display: table;
  clear: both;
}
#article-wrapper .description:after,
#article-wrapper .description:before {
  content: "";
  display: table;
  clear: both;
}
#article-wrapper .ctapink {
  max-width: none;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}
#article-wrapper .social-sharing a {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 767px) {
  #article-wrapper h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  #article-wrapper summary img {
    float: left;
    margin-right: 40px;
  }
  #article-wrapper .ctapink {
    display: inline-block;
    width: auto;
  }
}
h6.redeem {
  font-family: 'Fredoka One', cursive;
  font-weight: 400;
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 36px;
}
.giftcard-header {
  margin-top: 0;
}
.giftcard-header h2 {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #f836b0;
}
.giftcard-header .header-logo {
  margin-top: 0;
}
p.giftcard__instructions {
  border-top: 1px solid #e1e1e1;
  margin-top: 48px;
  padding-top: 36px;
}
.giftcard .giftcard__tag {
  background-color: #a3a3a3;
  display: inline-block;
  margin-top: 35px;
  padding: 5px;
}
.giftcard .ctapink {
  margin: 4px auto 24px;
  width: 100%;
  max-width: 320px;
}
.giftcard .giftcard__wrap {
  text-align: center;
  margin: 40px auto;
  max-width: 650px;
  position: relative;
}
.giftcard .giftcard__wrap img {
  border-radius: 10px;
}
.giftcard .giftcard__wrap .giftcard__amount {
  font-size: 92px;
  text-align: center;
  color: #f836b0;
  font-family: 'Fredoka One', cursive;
  font-weight: 400;
  margin: 24px 0;
}
.giftcard .giftcard__wrap .giftcard__amount .money_left {
  margin-top: 5px;
  color: #b01e7a;
  font-size: .6em;
}
.giftcard .giftcard__wrap .giftcard__code__inner {
  background-color: #fff;
  padding: 24px;
  border: 2px dashed #4a4a4a;
}
.giftcard .giftcard__wrap .giftcard__code {
  width: 100%;
}
.giftcard .giftcard__wrap .giftcard__code .giftcard__code__text {
  color: #4a4a4a;
  font-family: 'Fredoka One', cursive;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.05em;
}
body {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #ffffff;
  color: #242021;
  font-size: 14px;
}
a {
  color: #242021;
}
a:hover,
a:focus {
  color: #f836b0;
  text-decoration: none;
}
body,
html {
  margin: 0;
}
.ul-unstyled {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ul-inline li {
  display: inline-block;
}
.clearfix {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  clear: both;
}
.ctapink {
  color: #ffffff;
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff0fa7), to(#ff07a6));
  background: -webkit-linear-gradient(top, #ff0fa7, #ee079b);
  background: -moz-linear-gradient(top, #ff0fa7, #ff07a6);
  background: -o-linear-gradient(top, #ff0fa7, #ff07a6);
  background: -ms-linear-gradient(top, #ff0fa7, #ff07a6);
  background: linear-gradient(top, #ff0fa7, #ff07a6);
  background-color: #ff0fa7;
  border-top: 1px solid #ff0fa7;
  -webkit-box-shadow: 0px 1px 1px rgba(68, 55, 107, 0.3), inset 0px -2px 0px #ac009d;
  -moz-box-shadow: 0px 1px 1px rgba(68, 55, 107, 0.3), inset 0px -2px 0px #ac009d;
  box-shadow: 0px 1px 1px rgba(68, 55, 107, 0.3), inset 0px -2px 0px #ac009d;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 0;
  margin-top: 18px;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
  -webkit-backface-visibility: hidden;
  letter-spacing: 0.015em;
}
.ctapink:hover {
  border-color: #ff07b9;
  background: #ff07a6;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ff07a6 0%, #ff0fa7 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff07a6), color-stop(100%, #ff0fa7));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ff07a6 0%, #ff0fa7 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ff07a6 0%, #ff0fa7 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ff07a6 0%, #ff0fa7 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ff07a6 0%, #ff0fa7 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff07a6', endColorstr='#ff0fa7', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 0px 0px rgba(68, 55, 107, 0.3), inset 0px 0px 0px #ac009d;
  -moz-box-shadow: 0px 0px 0px rgba(68, 55, 107, 0.3), inset 0px 0px 0px #ac009d;
  box-shadow: 0px 0px 0px rgba(68, 55, 107, 0.3), inset 0px 0px 0px #ac009d;
  color: #fff;
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  -o-transform: translate(0px, 1px);
}
.ctablack {
  color: #ffffff;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2a2627), to(#131111));
  background: -webkit-linear-gradient(top, #2a2627, #131111);
  background: -moz-linear-gradient(top, #2a2627, #131111);
  background: -o-linear-gradient(top, #2a2627, #131111);
  background: -ms-linear-gradient(top, #2a2627, #131111);
  background: linear-gradient(top, #2a2627, #131111);
  background-color: #2a2627;
  border-top: 1px solid #2a2627;
  -webkit-box-shadow: 0px 1px 1px rgba(68, 55, 107, 0.3), inset 0px -2px 0px #222222;
  -moz-box-shadow: 0px 1px 1px rgba(68, 55, 107, 0.3), inset 0px -2px 0px #222222;
  box-shadow: 0px 1px 1px rgba(68, 55, 107, 0.3), inset 0px -2px 0px #222222;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 0;
  margin-top: 18px;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
  -webkit-backface-visibility: hidden;
  letter-spacing: 0.015em;
}
.ctablack:hover {
  border-color: #ff07b9;
  background: #ff07a6;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ff07a6 0%, #ff0fa7 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff07a6), color-stop(100%, #ff0fa7));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ff07a6 0%, #ff0fa7 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ff07a6 0%, #ff0fa7 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ff07a6 0%, #ff0fa7 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ff07a6 0%, #ff0fa7 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff07a6', endColorstr='#ff0fa7', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 0px 0px rgba(68, 55, 107, 0.3), inset 0px 0px 0px #ac009d;
  -moz-box-shadow: 0px 0px 0px rgba(68, 55, 107, 0.3), inset 0px 0px 0px #ac009d;
  box-shadow: 0px 0px 0px rgba(68, 55, 107, 0.3), inset 0px 0px 0px #ac009d;
  color: #fff;
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  -o-transform: translate(0px, 1px);
}
.ctabtn {
  font-size: 16px;
  display: inline-block;
  padding: 19px 27px 16px;
  border: none;
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #39e264;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}
.ctabtn.large {
  font-size: 22px;
  padding: 22px 71px;
}
.ctabtn.ctabtn-inverse {
  color: #242021;
  background-color: #ffffff;
}
.ctabtn.plain {
  background-color: #ffffff;
  color: #dbdbdd;
  border: 1px solid #e3e3ea;
}
.gift-item .cta-disabled {
  opacity: .5 !important;
  background-image: none;
}
.gift-item .cta-disabled:hover {
  background-color: #000 !important;
}
.gift-item .cta-disabled:hover:before {
  content: 'Invalid Email!';
  margin-right: 10px;
  color: #444;
}
.title-large {
  font-size: 68px;
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.title-medium {
  font-size: 41px;
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.mauto {
  margin: 0 auto;
}
.mb24 {
  margin-bottom: 24px;
}
.max320 {
  max-width: 320px;
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.caps {
  text-transform: uppercase;
}
.tblock {
  display: block;
}
.text14 {
  font-size: 14px;
}
@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fade-down {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes fade-down {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes fade-down {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.pink {
  color: #f836b0;
}
.black {
  color: #242021;
}
.offblack {
  color: #121214;
}
.white {
  color: #ffffff;
}
.darkgrey {
  color: #18181b;
}
.grey {
  color: #626269;
}
.green {
  color: #39e264;
}
.back-white {
  background-color: #ffffff;
}
.back-black {
  background-color: #242021;
}
.back-offblack {
  background-color: #121214;
}
.back-dark-grey {
  background-color: #18181b;
}
.back-green {
  background-color: #39e264;
}
.back-pink {
  background-color: #f836b0;
}
.frankfurter {
  font-family: 'Frankfurter', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.century {
  font-family: 'Century Gothic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.centurybold {
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.fredoka {
  font-family: 'Fredoka One', cursive;
  font-weight: 400;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  pointer-events: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Dots */
.slick-slider {
  margin-bottom: 0px;
  margin-top: 0px;
}
#home-slider .slick-dots li button {
  border: 0;
  background-color: #121214;
  display: block;
  outline: none;
  padding: 18px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
#home-slider .slick-dots {
  position: absolute;
  top: 18%;
  right: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
}
#home-slider .slick-dots li {
  position: relative;
  display: block;
  padding: 0;
  cursor: pointer;
}
#home-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  color: #000000;
}
#home-slider a {
  display: block;
}
#insta-slider .slick-prev:before,
#prod-slider .slick-prev:before,
#insta-slider .slick-next:before,
#prod-slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #f836b0;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#insta-slider .slick-prev,
#prod-slider .slick-prev,
#insta-slider .slick-next,
#prod-slider .slick-next {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  background: 0 none;
  border: 0 none;
  position: absolute;
  overflow: hidden;
  width: 60px;
  height: 60px;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
#insta-slider .slick-prev,
#prod-slider .slick-prev {
  left: 0px;
}
#insta-slider .slick-prev:before,
#prod-slider .slick-prev:before {
  content: "\f053";
  color: #f836b0;
}
#insta-slider .slick-next,
#prod-slider .slick-next {
  right: 0px;
}
#insta-slider .slick-next:before,
#prod-slider .slick-next:before {
  content: "\f054";
  color: #f836b0;
}
#product-slider .slick-prev:before,
#product-slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #f836b0;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#product-slider .slick-prev,
#product-slider .slick-next {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  background: 0 none;
  border: 0 none;
  position: absolute;
  overflow: hidden;
  width: 60px;
  height: 60px;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
#product-slider .slick-prev {
  left: -20px;
}
#product-slider .slick-prev:before {
  content: "\f053";
  color: #f836b0;
}
#product-slider .slick-next {
  right: -20px;
}
#product-slider .slick-next:before {
  content: "\f054";
  color: #f836b0;
}
#prod-slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  padding: 2px;
  cursor: pointer;
  font-size: 9px;
  color: transparent;
  background-color: transparent;
}
#prod-slider .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 24px;
}
#prod-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}
#prod-slider .slick-dots li button:before {
  font-family: 'FontAwesome';
  content: "\f10c";
  color: #000;
}
#prod-slider .slick-dots li.slick-active button:before {
  content: "\f111";
  color: #f836b0;
}
#prod-slider .slick-next {
  right: -20px;
}
#prod-slider .slick-prev {
  left: -20px;
}
#insta-slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#insta-slider .slick-slide {
  text-align: center;
}
#insta-slider .slick-prev {
  left: -20px;
}
#insta-slider .slick-next {
  right: -20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
[dir="rtl"] .slick-slide {
  float: right;
}
.share-title {
  font-size: 14px;
  padding-right: 10px;
}
.is-large .share-title {
  padding-right: 16px;
}
.social-sharing {
  margin-top: 24px;
}
.social-sharing a {
  background: #f021a1;
  border-radius: 2px;
  margin-right: 2px;
  color: #fff;
}
.share-facebook {
  background-color: #3b3b3b;
}
.share-facebook:hover {
  background-color: #2d4373 !important;
}
.share-facebook:hover i {
  color: #fff !important;
}
.share-facebook:hover .share-count {
  color: #fff !important;
}
.share-twitter {
  background-color: #3b3b3b;
}
.share-twitter:hover {
  background-color: #0087ba !important;
}
.share-twitter:hover i {
  color: #fff !important;
}
.share-twitter:hover .share-count {
  color: #fff !important;
}
.share-count {
  position: relative;
  padding: 0 8px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.share-count.is-loaded {
  opacity: 1;
}
.is-large .share-count {
  font-size: 18px;
  padding: 0 14px;
}
.no-touch a.gift-send:hover {
  color: #f836b0;
}
.no-touch a.sublink:hover {
  color: #242021;
}
.no-touch a#shopping-cart {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.no-touch a#shopping-cart:hover {
  background: #242021 !important;
  color: #fff;
  -webkit-box-shadow: inset 0px -2px 0px #000000 !important;
  -moz-box-shadow: inset 0px -2px 0px #000000 !important;
  box-shadow: inset 0px -2px 0px #000000 !important;
}
.no-touch a#shopping-cart:hover span {
  color: #fff;
}
.no-touch a#shopping-cart:hover span.icon {
  color: #f836b0;
}
.no-touch .ctabtn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.no-touch .ctabtn:hover {
  background: #19c244;
  color: #fff;
}
.no-touch #home-slider .slick-dots button.tab:hover {
  background: #fff;
  color: #000;
}
.no-touch .value-tile a:hover {
  color: #fff;
  text-decoration: underline;
}
.no-touch #type-nav ul li a:hover {
  color: #fff;
}
.no-touch ul.social li a {
  text-align: left;
}
.no-touch ul.social li a:hover {
  color: #242021;
}
.no-touch footer .icons li a:hover {
  color: #242021;
}
@media (max-width: 992px) {
  img.schedule-image {
    margin-top: 0 !important;
  }
}
img.schedule-image {
  max-width: 1170px;
  width: 100%;
  margin: 24px auto 0;
  display: block;
}
#copyright {
  text-align: center;
  padding-top: 24px;
}
#copyright p {
  color: #fff;
  font-family: 'Century Gothic Bold', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 0;
}
