@font-face {
  font-family: "PP Monument Extended";
  src: url("fonts/ppmonumentextended-regular/PPMonumentExtended-Regular.woff2")
      format("woff2"),
    url("fonts/ppmonumentextended-regular/PPMonumentExtended-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Linear Grotesk";
  src: url("fonts/linear-grotesk-modern-sans-serif/LinearGrotesk-SemiBold.woff2")
      format("woff2"),
    url("fonts/linear-grotesk-modern-sans-serif/LinearGrotesk-SemiBold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Planet Kosmos";
  src: url("fonts/planet-kosmos/PlanetKosmos.woff2") format("woff2"),
    url("fonts/planet-kosmos/PlanetKosmos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Anthem';
    src: url('fonts/anthem-regular/AnthemRegular.woff2') format('woff2'),
        url('fonts/anthem-regular/AnthemRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
li {
  list-style-type: none;
}
img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
body {
  background: #000;
  overflow-x: hidden;
}
p {
  font-family: "Linear Grotesk";
  letter-spacing: 1px;
}
.container {
  max-width: 90%;
  margin: 0 auto;
}
canvas {
  top: 100px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 100% !important;
}

.heading {
  display: block;
}
.header-top {
  padding: 15px 0;
}
.header-top p {
  text-align: center;
  color: #ecb0d0;
  font-family: "PP Monument Extended";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.header-btm {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.header-lt img {
  width: 225px;
  height: auto;
}
.header-lt img:hover {
  transform: scale(0.8);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
header {
  width: 100%;
  z-index: 9999999;
  background: #000000;
  top: 0;
}

.header-center ul {
  background: #000000;
  margin: 0;
}

.header-center nav {
  display: inline-block;
}

.header-center ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  padding: 25px 20px;
  position: relative;
  z-index: 1;
}
.header-center ul li:last-child {
  border-left: 1px solid #ffffff;
}
.header-center ul li:last-child img {
  width: 50px;
  margin: 0 auto;
}
.header-center ul li:last-child a:hover:after {
  display: none;
}
.header-center ul li a {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  font-family: "Linear Grotesk";
  font-weight: 600;
  text-transform: uppercase;
}
.header-center ul li a.active {
  color: #be96b3;
  font-weight: 500;
}
.header-center ul li a.active:hover {
}
/*.header-center ul li a:hover:before{position: absolute;top: -15px;left: -28px;background: url(images/creative_production.gif);width: 32px;height: 56px;background-size: 100%;content: "";}*/
.header-center ul li a:hover {
  color: #ecb0d0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 0;
  text-decoration: none;
  position: relative;
}
.header-center ul li a:hover:after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: -10%;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #ffffff;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  width: 120%;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
}
.header-center ul li a.active:after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: -5%;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #cba5c0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  width: 110%;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
}
.banner {
  position: relative;
  padding: 0px 0px 0;
}
.banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
}
.banner-text h2 {
  text-align: center;
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.banner img {
}
.products-home {
  padding: 30px;
}
.products-home h2 {
  font-family: "PP Monument Extended";
  font-weight: 400;
  text-transform: uppercase;
  color: #ecb0d0;
  border: 1px solid #ecb0d0;
  border-radius: 100%;
  display: inline-block;
  padding: 10px;
  margin: 0 0 20px;
}
.products-home img:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}
.products-home ul li {
  overflow: hidden;
}
.df-styleinfo {
  padding: 50px 0;
  border-bottom: 2px solid #ecb0d0;
}
.df-styleinfo h2 {
  font-family: "Linear Grotesk";
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 0px 0 10px;
}
.df-styleinfo h2 span {
  color: #ecb0d0;
  font-family: "Planet Kosmos";
  letter-spacing: 1px;
  padding: 0 5px 0 0;
  font-size: 170%;
}
.Jointhefuneral {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #ffffff;
  padding: 20px;
}
.Jointhefuneral h2 {
  font-size: 25px;
}
.Jointhefuneral p {
  font-family: "Linear Grotesk";
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
}
.products {
  padding: 30px 0;
}
.btn {
  background: transparent !important;
  border: 0;
  color: #000000 !important;
  position: relative !important;
  padding: 11px 20px;
}
.btn:after {
  content: "\f004";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: fontawesome;
  color: #ecb0d0;
  font-size: 35px;
  z-index: -1;
}
.btn.active:after {
  color: #ffffff;
}
.products-right {
}
.products-right h2 {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px;
}
.products-right h3 {
  font-family: "Linear Grotesk";
  font-weight: 600;
  color: #ffffff;
  padding: 0px 0 5px;
  margin: 0;
}
.btn-group span {
  font-family: "Linear Grotesk";
  font-weight: 600;
  color: #ffffff;
  padding: 5px 0 5px;
  font-size: 25px;
}
.form-control {
  background: transparent;
  color: #ffffff;
  width: 60% !important;
  margin: 0px 0;
}
.btn-group {
  padding: 0 0 10px;
}
.addcart {
  padding: 20px 0 20px;
}
.addcart li:first-child a {
  font-family: "Linear Grotesk";
  font-weight: 600;
  color: #ffffff;
  padding: 0px 0 5px;
  margin: 0;
  border: 1px solid #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.addcart li:last-child a {
  font-family: "Linear Grotesk";
  font-weight: 600;
  color: #000000;
  padding: 0px 0 5px;
  margin: 0;
  border: 1px solid #ecb0d0;
  width: 100%;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #ecb0d0;
}

.accordion {
  margin: 0 auto;
}

.accordion-item {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}

.accordion-header {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-family: "Linear Grotesk";
}

.accordion-content {
  display: none;
  padding: 15px;
  border-top: 1px solid #ddd;
  animation: fadein 0.35s ease-in-out;
}
.accordion-content {
    display: none;
    overflow: hidden;
}

.accordion-content.open {
    display: block;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.symbol {
  font-size: 20px;
}
.accordion-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-family: "Linear Grotesk";
}
.recently-viewed {
  color: #ffffff !important;
  font-family: "PP Monument Extended" !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 0 15px !important;
  border: 0 !important;
}

.slider {
  z-index: -1;
}

.slick-dots li button:before {
  color: #ffffff !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
  color: #ecb0d0 !important;
  opacity: 1 !important;
  font-size: 12px;
}
.slick-dots {
  bottom: -35px !important;
}

.contact-us {
  background: url(images/contactus-bg.webp) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 50px 0;
  background-position: left;
}
.contact-us h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.5px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #ecb0d0;
  font-family: "Planet Kosmos";
  text-align: center;
  padding: 0 0 30px;
     font-family: 'Anthem';
}
.contact-us-main {
  max-width: 40%;
  margin-left: auto;
  margin-right: 10%;
}
.contact-us ul li label {
  color: #ffffff;
  display: block;
}
.contact-us ul li input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #ffffff;
}

.contact-us ul li input::placeholder {
  color: #ffffff;
}
.submit {
  background: #ecb0d0 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  border-bottom: 0 !important;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 35px;
}
.contact-us ul li input {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  padding: 10px;
  margin: 0 0 20px;
  border: 0;
  border-radius: 5px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-family: "Linear Grotesk";
  letter-spacing: 1px;
  font-size: 20px;
}
.contact-us ul li textarea {
  color: #ffffff;
  display: block;
  width: 100%;
  background: transparent;
  padding: 5px;
  margin: 0 0 20px;
  height: 100px;
  border: 0;
  border-bottom: 1px solid #fff;
  resize: none;
  font-family: "Linear Grotesk";
  letter-spacing: 1px;
  font-size: 20px;
}
.contact-us ul li button {
  background: #fbda54;
  width: 200px;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 50px;
  line-height: 47px;
}
.contactus-in {
  padding: 20px 0 0;
}
.contactus-in h3 {
  font-family: "Linear Grotesk";
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 0 0 0;
  line-height: 40px;
  margin: 0;
}
.contactus-in a,
.contactus-in p {
  font-family: "Linear Grotesk";
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 0 0 0;
  line-height: 30px;
}
.contactus-in p {
  text-align: right;
}
.contactus-in-right h3 {
  text-align: right;
}

.register-block {
  background: url(images/register-bg.webp) no-repeat;
  width: 100%;
  background-position: 100%;
  background-size: cover;
  padding: 0px 0;
  position: relative;
}
.register-block:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url(images/top-heart.png) no-repeat;
  width: 136px;
  height: 121px;
}
.register-block:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url(images/bottom-heart.png) no-repeat;
  width: 153px;
  height: 166px;
}
.register-right-in {
  /* border: 2px solid #000000; */
}
.register-right-in-top {
  /* background: rgb(170, 148, 255); */
  /* background: linear-gradient(
    90deg,
    rgba(170, 148, 255, 1) 0%,
    rgba(213, 142, 238, 1) 35%,
    rgba(244, 179, 234, 1) 100%
  ); */
  /* border-bottom: 2px solid #000000; */
  padding: 50px 0 0;
}
.register-right-in-btm {
  /* background: rgb(237, 148, 227); */
  /* background: linear-gradient(
    0deg,
    rgba(237, 148, 227, 1) 0%,
    rgba(194, 146, 250, 1) 100%
  ); */
}
.register-right-in-top h4 {
  text-align: center;
  margin: 0;
  padding: 10px;
  font-family: "Linear Grotesk";
  font-size: 35px;
}
.register-right-in-top h4 span {
  font-family: "Planet Kosmos";
  letter-spacing: 1px;
  padding: 0 5px 0 0;
  font-size: 140%;
}
.register-right {
  padding: 0 75px 0 0;
}
.mobile-form ul {
  margin: 0;
}
.register-right ul li label {
  display: block;
  font-family: "Linear Grotesk";
}
.register-right ul li input {
  display: block;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #ECB0D0;
  height: 35px;
  width: 100%;
  padding: 0 10px;
  font-family: "Linear Grotesk";
}
.register-right-in {
  position: relative;
}
.register-right-in:before {
  position: absolute;
  right: -28px;
  top: -33px;
  content: "";
  background: url(images/smiley-1.png) no-repeat;
  width: 75px;
  height: 80px;
  background-size: 100%;
  display: none;
}
.register-right-in:after {
  position: absolute;
  left: -33px;
  bottom: -38px;
  content: "";
  background: url(images/smiley-2.png) no-repeat;
  width: 76px;
  height: 75px;
  background-size: 100%;
  display: none;
}
.register-right-in-btm ul li {
  padding: 10px;
}
.register-right-in-btm ul {
  padding: 30px 30px;
  margin: 0;
}
.signup {
  background: #000000 !important;
  color: #ffffff !important;
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 40px;
  height: 40px !important;
}
.checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.checkbox-container input {
  display: none !important;
}

.checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 15px;
  transform: rotate(-45deg);
  background-color: #cfc8ed;
  margin-bottom: -6px;
}

.checkmark::before,
.checkmark::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d3c8ed;
}

.checkmark::before {
  top: -10px;
  left: 0;
}

.checkmark::after {
  left: 10px;
  top: 0;
}

.checkbox-container input:checked + .checkmark {
  background-color: #000000;
}

.checkbox-container input:checked + .checkmark::before,
.checkbox-container input:checked + .checkmark::after {
  background-color: #000000;
}
.social-login img {
  width: auto;
}
.social-login a {
  background: #ffffff;
  border-radius: 30px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
}
.or p {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.social-login ul {
  padding: 10px 30px 30px;
}
.products-left {
  padding: 0 70px 0 0;
}
.products-left img {
  height: 500px;
}

footer {
  padding: 20px 0 10px;
  width: 100%;
  height: auto;
  background-size: cover;
  z-index: 999999;
  position: relative;
}
.footer-top {
  max-width: 850px;
  margin: 0 auto;
}
.footer-top p {
  text-align: center;
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px;
}
.footer-main {
  margin: 15px auto;
}
.footer-main ul li {
}
.footer-main ul li img {
  width: 70px;
  margin: 0 0 5px;
}
.footer-main ul li h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Linear Grotesk";
  font-weight: 700;
}
.footer-main ul li p {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-family: "Red Hat Display", sans-serif;
}
.footer-main ul li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin: 0 0 8px;
  font-family: "Linear Grotesk";
  font-weight: 100;
  letter-spacing: 1px;
}
.footer-btm {
  padding: 20px 0 20px;
}
.footer-btm-left a {
  width: 80%;
  height: 50px;
  border: 1px solid #ffffff;
  display: block;
  color: #ffffff;
  padding: 0 10px;
  line-height: 50px;
  list-style-type: none;
  position: relative;
}
.footer-btm-left a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkikt-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: "\f061";
  right: 15px;
  font-family: "FontAwesome";
}
.footer-btm-right ul li {
  padding: 0 10px;
}
.footer-btm-right ul li a {
  color: #ffffff;
}
.footer-main-cnt {
  max-width: 140px;
  margin: 0 auto;
}
.menu {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  top: 100px;
  z-index: 999;
  padding: 4px 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o--webkit-transform: translateY(-50%);
  display: none;
}
/*sidebar*/
.side_bar,
menu {
  display: block;
  text-align: center;
}
#nav-icon {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #e1c0e0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 25px;
  display: block;
  height: 3px;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 9px;
}
#nav-icon span:nth-child(3) {
  top: 18px;
}
.open #nav-icon span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.open #nav-icon span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.side_bar {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 99999;
}
.open .side_bar {
  display: block;
}
.side_bar img {
  width: 100px;
  margin: 0 auto;
  height: auto;
}
.shopping-bag-main {
  padding: 20px;
}
.shopping-bag-left {
  padding: 20px;
}
.shopping-bag-left h2 {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}
.shopping-bag-left ul {
  border-top: 1px solid #ffffff;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ffffff;
}
.shopping-bag-left ul li h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Linear Grotesk";
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.shopping-bag-left ul li {
  padding: 0;
}
.product-bag {
  border-bottom: 1px solid #ffffff;
}
.product-bag ul {
  border: 0;
  max-width: 100%;
}
.product-bag ul li {
  padding: 0 30px 0 0;
}
.product-bag h4 {
  color: #ffffff;
  font-family: "Linear Grotesk";
  padding: 0 0 5px;
}
.product-bag p {
  color: #ffffff;
  font-family: "Linear Grotesk";
  padding: 0 0 10px;
  line-height: 20px;
  margin: 0;
}
.shopping-bag-right {
  background: #ecb0d0;
  padding: 30px;
}
.shopping-bag-right h2 {
  color: #000000;
  font-family: "PP Monument Extended";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 2px solid #000000;
}
.shopping-bag-right h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #000000;
  font-family: "Linear Grotesk";
  font-weight: 600;
  margin: 0 0 10px;
}
.promocode {
  padding: 20px 0;
  border-bottom: 2px solid #000000;
  margin: 0 0 20px;
}
.promocode input {
  background: transparent;
  border: 1px solid #000000;
  width: 200px;
  margin: 0;
  height: 35px;
  padding: 0 10px;
  display: inline-block;
}
.promocode button {
  background: #000000;
  color: #ffffff;
  text-align: center;
  width: 100px;
  line-height: 35px;
  padding: 0;
  height: 35px;
  border: 0;
  font-family: "Linear Grotesk";
  display: inline-block;
  vertical-align: top;
}
.thank-you-content{color: #ffffff;padding: 50px 0;}
.thank-you-content .btn{background:  #ffffff !important;}
.shopping-bag-right a{
    display: block;
    border: 1px solid #ECB0D0;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    font-family: "Linear Grotesk";
    color: #ECB0D0;
    background: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px;
    }