html.no-scroll {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
html.no-scroll body {
  height: 100%;
}

.touch a {
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.svg-icon {
  background-image: url(../images/ui-sprite.svg);
}

@media screen and (max-width: 960px) {
  .no-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .no-desktop {
    display: none !important;
  }
  .m-supernav-checkout .m-supernav-right-tray{
	right: 0em !important;
  }
}

.hidden {
  display: none !important;
}

.hidden-alt {
  display: none;
}

.header-underline {
  margin: 0;
  height: 1px;
  width: 120px;
  background-color: #cccccc;
  display: inline-block;
  margin: 11px auto 10px;
}

.divider {
  margin: 1em 0;
  height: 1px;
  background-color: #cccccc;
}
.divider.deleteDevide{
	margin: 0 0 1em;
}

hr.short-line {
  max-width: 14.2857142857em;
  margin: 1em auto;
  border-color: #cccccc;
}

.centered {
  text-align: center;
}

.auto-margins {
  margin-right: auto;
  margin-left: auto;
}

.right {
  text-align: right;
}

.horizonal-seperator {
    display: block;
    font-family: "Avenir LT W01 65 Medium",Helvetica,sans-serif;
    font-size: 1em;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.full-width {
  width: 100% !important;
}

.fluid {
  width: 100%;
}

.fluid img {
  width: 100%;
  height: auto;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normalize {
  text-transform: none;
}

.alt-thin {
  font-family: "Avenir LT W01 45 Book", Helvetica, sans-serif !important;
}

.pull-left, .float-left {
  float: left;
}

.pull-right {
  float: right !important;
}


.clear {
  clear: both;
}

.shrunken {
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
}

.text-medium {
  font-size: 1.0em;
}

.bembosize {
  font-size: 1.076em;
}

.alt-font-larger {
  font-size: 1.25em;
}

a.alt-black {
  color: #242424;
}

.alt-pink {
  color: #fa3c7a;
}

.sans {
  font-family: "Avenir LT W01 65 Medium", Helvetica, sans-serif;
}

.no-border {
  border: 0 !important;
}

.bottom-border {
  border-bottom: 1px solid #cccccc;
}

.crossed {
  text-decoration: line-through;
}

.top-margin {
  margin-top: 3em !important;
}

.clear-margin {
  margin: 0 !important;
}

.clear-margin-left {
  margin-left: 0 !important;
}

.clear-margin-right {
  margin-right: 0 !important;
}

.clear-margin-bottom {
  margin-bottom: 0 !important;
}

.clear-margin-top {
  margin-top: 0 !important;
}

.label {
  background-color: whitesmoke;
  padding: 0.5em;
  outline: 1px solid #cccccc;
}

.form-field {
  position: relative;
  display: block;
  width: 100%;
}

.form-wrapper {
  position: relative;
}

.error, .form-error {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea {
  position: relative;
  line-height: 1em;
  padding: 0.66667em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -moz-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #7fcf29;
  outline: none;
}

input[type="submit"]:focus {
  border-color: transparent;
  outline: none;
  box-shadow: 0px 0px 1px 1px #7fcf29;
}

label {
  font-family: "Avenir LT W01 65 Medium", Helvetica, sans-serif;
  line-height: 1em;
  display: block;
  color: #787878;
  /* font-weight: 600; */
  text-transform: uppercase;
  margin-bottom: 0.66667em;
  position: relative;
}

.error-border {
  border: 1px solid #e20000 !important;
}

.error-label {
  color: #e20000 !important;
}

.is-error {
  position: relative;
  width: 100%;
  height: 0px;
  display: block;
  float: left;
  margin-top: -1.03846em;
  margin-bottom: 4.03846em;
  color: #e20000;
  font-size: 0.9em;
  font-family: "Avenir LT W01 65 Medium", Helvetica, sans-serif;
}

.is-error.removed {
    display: none !important;
}
.subscriptionForm .is-error {
  margin-top: -1.03846em !important;
}
#bouquet_form .is-error{
	margin-top: -1.03846em !important;
	margin-bottom: 2.03846em !important;
}

.form-message {
  font-family: "Bembo W01", Georgia, "Times New Roman", serif;
  font-size: 1em;
  margin-top: -2.03846em;
}

.form-error {
  color: #e4376f;
}

.form-text-link {
  display: block;
  font-size: 1.3em;
  margin-top: 1.2em;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .form-text-link {
    text-align: left;
  }
}

select#reasonType {
	padding-right: 3.7em;
}
select:focus {
  border-color: transparent;
  outline: none;
  box-shadow: 0px 0px 1px 1px #7fcf29;
}

@media screen and (max-width: 960px) {
  .form-field {
    float: left;
    width: 100%;
  }
  .form-field.half-width {
    width: 50%;
  }
  .form-field.no-label {
    padding-top: 2em;
  }

  label {
    margin-bottom: 1em;
  }
}
.form-input {
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .form-input {
    width: 23em;
  }
}

.delivery_date {
  position: relative;
  /* padding:0.3em 2%; */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzBGQjRGNzMxN0VFMTFFM0IyMjJDOEU5NEUzRjEyMzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzBGQjRGNzIxN0VFMTFFM0IyMjJDOEU5NEUzRjEyMzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzBGQjRGNkUxN0VFMTFFM0IyMjJDOEU5NEUzRjEyMzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzBGQjRGNkYxN0VFMTFFM0IyMjJDOEU5NEUzRjEyMzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5+K6SkAAAAx0lEQVR42mKsqKg4zMDAYMNAGjjCRIYmELBhYiATkK2RBYm9E4hfQNlSQPwMC1sCiN3RNXYAwQEQAxhgC4DsBCxsB5hGRiDnP1RjCBCfhbJ7gLgEC9sCiJej2+gKxLZQthYQF2Bhc2Dz4wo0pxbA2EDqAVSNCTaN6kBFMLYE1D+wAMEbqrJAzAllCwGxARLbHsoWxaZxD5JTDYDsCUhs5FDdjx6qtUB8BcoOAuJ1WNg6QNyMbmMzmjdicbDhSe4IGSnuCECAAQDzskEb8MvJjQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 95% center;
}

.custom-ul {
  padding: 0.0em;
}
.custom-ul .custom-li {
  list-style: none;
}
.custom-ul .custom-li.color {
  /* display: inline-block;
  width: 49%; */
}
.custom-ul .custom-li.color .custom-checkbox-label {
  margin-right: 0;
  margin-bottom: 0;
}
.custom-ul .custom-li.color .custom-checkbox-label .m-navbar-color {
  margin-bottom: 0em;
  height: 1.5em;
  width: 1.5em;
  bottom: 0.1em;
  box-shadow: 1px 0 2px #888888;
}

input[type="checkbox"], input[type="radio"] {
	position: absolute;
	left: -9999px;
}

.custom-checkbox, .custom-radio {
  margin-bottom: 1.5em;
  /* display: inline-block; */
}
.custom-checkbox .custom-checkbox-label, .custom-checkbox .custom-radio-label, .custom-radio .custom-checkbox-label, .custom-radio .custom-radio-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 2.5em;
  margin-right: 3.2em;
}
.custom-checkbox .custom-checkbox-label .label-alt-text, .custom-checkbox .custom-radio-label .label-alt-text, .custom-radio .custom-checkbox-label .label-alt-text, .custom-radio .custom-radio-label .label-alt-text {
  text-transform: none;
  font-family: "Bembo W01", Georgia, "Times New Roman", serif;
  font-size: 1.308em;
  line-height: 1.29398em;
  color: #242424;
  word-break: break-word;
}
.custom-checkbox .custom-checkbox-label .label-alt-text.disable, .custom-checkbox .custom-radio-label .label-alt-text.disable, .custom-radio .custom-checkbox-label .label-alt-text.disable, .custom-radio .custom-radio-label .label-alt-text.disable {
  color: #cccccc;
}
.custom-checkbox .custom-checkbox-label .label-alt-text.disable .item-number, .custom-checkbox .custom-radio-label .label-alt-text.disable .item-number, .custom-radio .custom-checkbox-label .label-alt-text.disable .item-number, .custom-radio .custom-radio-label .label-alt-text.disable .item-number {
  color: #cccccc;
}
.custom-checkbox .custom-checkbox-label.no-right-margin, .custom-checkbox .custom-radio-label.no-right-margin, .custom-radio .custom-checkbox-label.no-right-margin, .custom-radio .custom-radio-label.no-right-margin {
  margin-right: 0;
}
.custom-checkbox .custom-radio-price, .custom-radio .custom-radio-price {
  color: black;
  font-family: "Avenir LT W01 85 Heavy", Helvetica, sans-serif;
  line-height: 1.27;
}
.custom-checkbox .custom-radio-label, .custom-radio .custom-radio-label {
  padding-left: 2.4em;
}
.custom-checkbox .custom-checkbox-label:before, .custom-checkbox .custom-radio-label:before, .custom-radio .custom-checkbox-label:before, .custom-radio .custom-radio-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url("../images/ui-sprite.svg");
}
@media screen and (min-width: 961px) {
  .custom-checkbox .custom-checkbox-label:before, .custom-checkbox .custom-radio-label:before, .custom-radio .custom-checkbox-label:before, .custom-radio .custom-radio-label:before {
    bottom: 4px;
  }
}
@media screen and (max-width: 960px) {
  .custom-checkbox .custom-checkbox-label:before, .custom-checkbox .custom-radio-label:before, .custom-radio .custom-checkbox-label:before, .custom-radio .custom-radio-label:before {
    bottom: -4px;
  }
}
.custom-checkbox .custom-checkbox-label:before, .custom-radio .custom-checkbox-label:before {
  background-position: -16px -32px;
  width: 24px;
  height: 22px;
  top: 0;
}
.custom-checkbox .custom-radio-label:before, .custom-radio .custom-radio-label:before {
  background-position: -75px -32px;
  width: 22px;
  height: 22px;
  top: -2px;
}
.custom-checkbox input[type="checkbox"]:checked ~ input + .custom-checkbox-label:before, .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-label:before, .custom-radio input[type="checkbox"]:checked ~ input + .custom-checkbox-label:before, .custom-radio input[type="checkbox"]:checked + .custom-checkbox-label:before {
  background-position: -42px -32px;
}
.custom-checkbox input[type="radio"]:checked ~ input + .custom-radio-label:before, .custom-checkbox input[type="radio"]:checked + .custom-radio-label:before, .custom-radio input[type="radio"]:checked ~ input + .custom-radio-label:before, .custom-radio input[type="radio"]:checked + .custom-radio-label:before, .checked.custom-radio-label:before {
  background-position: -101px -32px;
}
.custom-checkbox .custom-checkbox-link, .custom-radio .custom-checkbox-link {
  font-size: 0.9em;
}

.date-select {
  width: 47.767% !important;
}
@media screen and (min-width: 961px) {
  .date-select {
    background-position: 88% center;
  }
}

.submit-container {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .submit-container {
    text-align: left;
  }
}

.show-response {
  display: inline-block;
}

.dotted-container {
  border: 1px dotted #787878;
  padding: 1em;
  padding-top: 0.7em;
}

::-webkit-input-placeholder {
  padding-top: 0.1em;
  color: #787878;
}

:-moz-placeholder {
  padding-top: 0.1em;
  color: #787878;
}

:-ms-input-placeholder {
  padding-top: 0.1em;
  color: #787878;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.d-container_12 {
  width: 100%;
  margin: 0;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.d-grid_1,
.d-grid_2,
.d-grid_3,
.d-grid_4,
.d-grid_5,
.d-grid_6,
.d-grid_7,
.d-grid_8,
.d-grid_9,
.d-grid_10,
.d-grid_11,
.d-grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.d-alpha {
  margin-left: 0;
}

.d-omega {
  margin-right: 0;
}
#wrapper div.grid_2.d-grid_3.d-omega {
	width:22%;
}
.d-alphega {
  margin-left: 0;
  margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.d-container_12 .d-grid_1 {
  width: 6.333%;
}

.d-container_12 .d-grid_2 {
  width: 14.667%;
}

.d-container_12 .d-grid_3 {
  width: 23.0%;
}

.d-container_12 .d-grid_4 {
  width: 31.333%;
}
.d-container_12 .m-rewards-sign-up-content-container img.d-grid_4{
	width: 29.333%;
}
.d-container_12 .d-grid_5 {
  width: 39.667%;
}
.d-container_12 .d-grid_6 {
  width: 48.0%;
}

.d-container_12 .d-grid_7 {
  width: 50.333%;
}

.d-container_12 .d-grid_8 {
  width: 64.667%;
}
#wrapper .shopping-cart-grid_2s.shopping-cart-selects.d-grid_8 {
	width: 64.667%;
}
.d-container_12 .d-grid_9 {
  width: 73.0%;
}

.d-container_12 .d-grid_10 {
  width: 81.333%;
}

.d-container_12 .d-grid_11 {
  width: 89.667%;
}

.d-container_12 .d-grid_12 {
  width: 98.0%;
}

.d-container_12 .d-grid_13 {
  width: 60.0%;
}
.d-container_12 .d-grid_12.d-alpha.d-omega {
  width: 100%;
}

.d-grid_13 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}

.d-container_12 .d-grid_13{
  width: 55.0%;
}

.d-container_12 .d-grid_14{
  width: 100.0%;
}
/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.d-container_12 .d-prefix_1 {
  padding-left: 8.333%;
}

.d-container_12 .d-prefix_2 {
  padding-left: 16.667%;
}

.d-container_12 .d-prefix_3 {
  padding-left: 25.0%;
}

.d-container_12 .d-prefix_4 {
  padding-left: 33.333%;
}

.d-container_12 .d-prefix_5 {
  padding-left: 41.667%;
}

.d-container_12 .d-prefix_6 {
  padding-left: 50.0%;
}

.d-container_12 .d-prefix_7 {
  padding-left: 56%;
}

.d-container_12 .d-prefix_8 {
  padding-left: 66.667%;
}

.d-container_12 .d-prefix_9 {
  padding-left: 75.0%;
}

.d-container_12 .d-prefix_10 {
  padding-left: 83.333%;
}

.d-container_12 .d-prefix_11 {
  padding-left: 91.667%;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.d-container_12 .d-suffix_1 {
  padding-right: 8.333%;
}

.d-container_12 .d-suffix_2 {
  padding-right: 16.667%;
}

.d-container_12 .d-suffix_3 {
  padding-right: 25.0%;
}

.d-container_12 .d-suffix_4 {
  padding-right: 33.333%;
}

.d-container_12 .d-suffix_5 {
  padding-right: 41.667%;
}

.d-container_12 .d-suffix_6 {
  padding-right: 50.0%;
}

.d-container_12 .d-suffix_7 {
  padding-right: 58.333%;
}

.d-container_12 .d-suffix_8 {
  padding-right: 66.667%;
}

.d-container_12 .d-suffix_9 {
  padding-right: 75.0%;
}

.d-container_12 .d-suffix_10 {
  padding-right: 83.333%;
}

.d-container_12 .d-suffix_11 {
  padding-right: 91.667%;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.d-container_12 .d-push_1 {
  left: 8.333%;
}

.d-container_12 .d-push_2 {
  left: 16.667%;
}

.d-container_12 .d-push_3 {
  left: 25.0%;
}

.d-container_12 .d-push_4 {
  left: 33.333%;
}

.d-container_12 .d-push_5 {
  left: 41.667%;
}

.d-container_12 .d-push_6 {
  left: 50.0%;
}

.d-container_12 .d-push_7 {
  left: 58.333%;
}

.d-container_12 .d-push_8 {
  left: 66.667%;
}

.d-container_12 .d-push_9 {
  left: 75.0%;
}

.d-container_12 .d-push_10 {
  left: 83.333%;
}

.d-container_12 .d-push_11 {
  left: 91.667%;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.d-container_12 .d-pull_1 {
  left: -8.333%;
}

.d-container_12 .d-pull_2 {
  left: -16.667%;
}

.d-container_12 .d-pull_3 {
  left: -25.0%;
}

.d-container_12 .d-pull_4 {
  left: -33.333%;
}

.d-container_12 .d-pull_5 {
  left: -41.667%;
}

.d-container_12 .d-pull_6 {
  left: -50.0%;
}

.d-container_12 .d-pull_7 {
  left: -58.333%;
}

.d-container_12 .d-pull_8 {
  left: -66.667%;
}

.d-container_12 .d-pull_9 {
  left: -75.0%;
}

.d-container_12 .d-pull_10 {
  left: -83.333%;
}

.d-container_12 .d-pull_11 {
  left: -91.667%;
}

.l-content {
  margin-top: 1em !important;
  margin-bottom: 5em;
}

.l-content-narrow {
  max-width: 36.69231em !important;
}

.l-content-medium {
  max-width: 57.30769em !important;
}

.l-content-wide {
  max-width: 72.30769em !important;
}

.l-content-homepage {
  margin-bottom: 5em;
}

.l-content-login {
  max-width: 46.92308em !important;
  padding-right: 4em;
}

.l-content-password {
  text-align: left;
  max-width: 60.76923em !important;
}

.l-content-category-left {
  margin-left: -0.0em !important;
  margin-right: -0.2em;
  max-width: 60.76923em !important;
  padding-left: 0em;
  text-align: left;
}

.l-content-category-right {
  padding-left: 1em;
  text-align: center;
  max-width: 53.50769em !important;
}

.l-content-pdp {
  max-width: 73.84615em !important;
}

.l-content-pdp-flowers {
  width: 100%;
}

.l-content-full-width {
  max-width: 73.84615em !important;
}

.l-content-shopping-cart {
  max-width: 73.84615em !important;
}

.l-content-florist-selection {
  max-width: 73.84615em !important;
}

.l-content-rewards {
  margin-top: 1.92308em !important;
}

.l-content-sizes {
  max-width: 21.53846em !important;
}

body {
  min-height: 50em;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.master-header, .header-checkout {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 7.7em;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 961px) {
  .master-header {
    height: 7.7em;
  }
}
.header-checkout {
  height: 5.7em !important;
}
.header-checkout .m-supernav {
  height: 0;
  box-shadow: none;
  background: transparent;
}
.m-supernav {
  /* height: 2.1428em; */
  box-shadow: none;
  background: transparent;
}

.m-supernav-item {
  position: relative;
  /* top: 1.15em; */
  /* line-height: 0; */
  width:auto;
  display: inline;
  float:left;
}

.header-checkout .m-supernav-logo {
  top: 1em;
}
.m-supernav-logo svg {
  height: 100%;
  width: 9.286em;
  margin-top:1.23em;
}

.m-navbar {
  overflow: visible;
  width: 100%;
  height: 7.79230769231em;
  z-index: 2;
  /*top: 2.1em;*/
  left: 0;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m-navbar.m-navbar-cart {
  height: 4.69231em;
}
/* .m-navbar ul {
  padding: 0;
} */

.m-navbar-item.m-navbar-search-wrapper {
  top: 1.06em;
  right: 0.02em;
  width: 18em;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1000;
  position: absolute; 
}
.m-homepage-search .m-navbar-item.m-navbar-search-wrapper {
  top: -2.8em;;
 }
.m-navbar-search {
  padding: 0.2em 2em 0.2em 0.2em !important;
  width: 100% !important;
}

.m-navbar-toplevel {
  top: 5.2em;
}
.m-navbar-toplevel .m-navbar-quickshop .m-navbar-secondlevel {
  width: 21em;
  padding: 0 2em;
  right: -6px;
}

.m-navbar-item {
  width: auto;
  float: left;
  padding: 0 !important;
  border-bottom: 0;
}
.m-navbar-item.m-navbar-item-first .m-navbar-link {
  width: auto;
  margin-left: 0;
  padding-left: 0 !important;
}
/* .m-navbar-item.m-navbar-quickshop {
  float: right;
} */
.m-navbar-item.m-navbar-quickshop:after {
  display: none;
}

.is-subnav-expanded #calendarTrigger {
  color: white;
}
.is-subnav-expanded #calendarTrigger:after {
  content: '';
  background-position: -19px -49px;
  margin-top: 4px;
  margin-right: -0.3em;
  width: 1em;
  height: 1em;
}

#calendarTrigger {
  text-transform: uppercase;
  text-decoration: none;
}
#calendarTrigger .m-navbar-secondlevel {
  height: 0em;
}
#calendarTrigger:hover:after {
  display: block;
}
#calendarTrigger:after {
  background-position: -1px -52px;
}

#quickForm {
  margin-top: 2em;
}
.m-navbar-toplevel > .m-navbar-item > .m-navbar-link {
  	padding: 0.5em 0em 0.45em 1em;
  position:relative;
	/*white-space: nowrap;*/
}
ul.m-navbar-toplevel > li.m-navbar-item > a.m-navbar-link {white-space: nowrap; }
ul.m-navbar-toplevel ul li.m-navbar-item > a.m-navbar-link {white-space: normal;}
ul.m-navbar-toplevel .m-navbar-item-first .m-navbar-link{
	margin-left:0 !important;	
}
.m-navbar-toplevel > .m-navbar-item > .m-navbar-link.m-subnav-trigger:after {
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 1;
}
.m-navbar .m-navbar-link.m-subnav-trigger {
    padding: 0.5em 1.3em 0.45em 0.4em;
  position: relative;
}

.m-navbar-item.is-subnav-expanded > .m-navbar-link, .m-navbar-link.is-subnav-expanded {
  background: #fa3c7a;
  color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.m-navbar-item.is-subnav-expanded > .m-navbar-link.m-subnav-trigger:after, .m-navbar-link.is-subnav-expanded.m-subnav-trigger:after {
  background-position: -162px -22px;
}

.m-navbar-link.m-subnav-trigger:after, .m-navbar-title.m-subnav-trigger:after {
  height: 0.65em;
  margin-top: 0.5em;
  background-position: -162px -6px;
  background-size: 20em;
}

.m-navbar-secondlevel {
  /*top: 2.5em;*/
  top: 2.286em;
  right: 0;
  z-index: 2;
  width: 100%;
  display: none;
  padding-top: 0.4em;
  background: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  
}
.m-navbar-secondlevel .m-navbar-link:hover {
  background: transparent;
  color: #fa3c7a;
}
.m-navbar-secondlevel .m-navbar-link {
  width: auto;
  margin-left: 0;
  margin-bottom: 0.4em;
  padding: 0.25em 0;
}

.m-navbar-set {
  position: relative;
  width: 25%;
  /* height: 27em; */
  display: block;
  float: left;
  padding: 0 2%;
  margin-right: 5px;
  margin-left: -8px;
  border-left: 1px solid #cccccc;
}
.m-navbar-set:first-of-type {
  border-left: 0;
  margin-left: 0;
}
.m-navbar-set .m-navbar-link.alt-pink {
  font-family: "Avenir LT W01 65 Medium", Helvetica, sans-serif;
  font-size: 1.15384615385em;
  text-transform: none;
}
.m-navbar-set.m-navbar-set-large {
  width: 50%;
}
.m-navbar-set.m-navbar-set-large .m-navbar-thumbnail {
  width: 24% !important;
}
.m-navbar-set.m-navbar-set-large .m-navbar-item {
  width: 50%;
}
.m-navbar-set.m-navbar-set-large .m-navbar-item.m-navbar-divider {
  width: 100%;
}

.m-navbar-price .fluid {
  width: 98%;
  padding: 0 1%;
}

.m-navbar-collection {
  margin-top: 1em;
  margin-bottom: 2em;
}
.m-navbar-collection .fluid {
  width: 98%;
}
.m-navbar-collection .m-navbar-link {
  width: 100%;
}

.m-navbar-secondlevel .m-navbar-item {
  width: 100%;
  float: left;
}
#wrapper .m-navbar-set {
	padding-bottom: .5em;
}
.m-navbar-divider {
  background: transparent;
}
.m-navbar-divider .m-navbar-title {
  width: 100%;
  display: block;
  float: left;
  padding: 0.5em 0 0.15em;
  margin-bottom: 0.4em;
  font-family: "Bembo W01",Georgia,"Times New Roman",serif;
  font-size: 1.3em;
  text-transform: none;
  border-bottom: 1px solid #cccccc;
}

.m-navbar-upcoming {
  margin-bottom: 0.75em;
}
.m-navbar-upcoming .m-navbar-link {
  width: 11.5em;
  line-height: 1.3em;
}

.m-navbar-fulltitle {
  width: 98% !important;
  margin: 0.5em 1% 0;
  border-bottom: 1px solid whitesmoke;
}
.m-navbar-fulltitle .m-navbar-link {
  float: right;
}

.m-navbar-fulltitle-title {
  float: left;
  font-size: 1.2em;
  font-family: "Bembo W01", Georgia, "Times New Roman", serif;
}

.m-navbar-short .m-navbar-set {
  height: 19em;
}

.m-navbar-price .m-navbar-link {
  width: 100%;
}

.m-navbar-toplevel.is-subnav-expanded {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.m-account {
	right: 7em;
	z-index: 999;
	overflow: hidden;
	visibility: hidden;
	width: 25em;
	height: 0em;
	padding-top: 0em;
	background: #fff;
	-webkit-transform: translate3d(0, -0.2em, 0);
	-moz-transform: translate3d(0, -0.2em, 0);
	-o-transform: translate3d(0, -0.2em, 0);
	transform: translate3d(0, -0.2em, 0);
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.m-account.is-loggedin {
	width: 16.25em;
	height: 21.2em !important;
	top: -0.6em;
	right: 24.5em;
	padding-top: 0;
	border-top: 0
}
.m-account.is-loggedin .m-nav {
	width: 16.25em
}
.m-account.is-loggedin .m-account-arrow {
	left: 90%;
	top: -10px;
	z-index: 99
}
.no-csstransforms3d .m-account {
	top: -0.2em
}
.m-account .m-nav .m-nav-list .m-nav-list-item {
	padding-left: 0.75em
}
.is-account-expanded .m-supernav-account-status.is-loggedin:after {
	background-position: -189px -0px
}
.is-account-expanded .m-account {
	z-index: 999999;
	height: 35em;
	overflow: visible;
	visibility: visible;
	-webkit-transform: translate3d(0, -2.3em, 0);
	-moz-transform: translate3d(0, -2.3em, 0);
	-o-transform: translate3d(0, -2.3em, 0);
	transform: translate3d(0, -2.3em, 0);
	opacity: 1;
	top: -0.4em
}
.no-csstransforms3d .is-account-expanded .m-account {
	top: -2.3em
}
.no-csstransforms3d .is-navbar-expanded {
	left: 20em
}
.is-navbar-expanded {
	-webkit-transform: translate3d(20em, 0em, 0em);
	-moz-transform: translate3d(20em, 0em, 0em);
	-o-transform: translate3d(20em, 0em, 0em);
	transform: translate3d(20em, 0em, 0em)
}
.m-navbar-has-subnav.is-subnav-expanded .m-navbar-secondlevel {
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

/* added new style for PDP | Arun */
.custom-radio .custom-checkbox-label, .custom-radio .custom-radio-label {
    margin-right: 1.2em;
}
#wrapper .m-supernav-number {
              width:auto;
			  float:left;
}
#wrapper .m-supernav-number .m-supernav-content {
               width: 67em;
}	/*
 Tf-6698| Arun */
.black-text {
color: #242424;
}
label.addExtraLbl {
	margin-top:15px;
}
#pdpMainImage {
	width:368px;
	/* height:460px; */
}
#wrapper .l-content-checkout-header {
    /* margin-top: 1.92308em; */
    margin-top:-1.97692em;
}
a.noLink {
	text-decoration: none;
}
.m-checkout-header-steps .active, .m-billing-review-cc-container .active {
    display: inline-block !important;
}
/*TF-8201*/
.divider.grid_4.d-grid_12.clear-margin-bottom {
margin-bottom: 1em !important;
}

/*TF 7944*/
.m-shopping-cart-left-fix .is-error{
font-size:0.9em !important; 
}

/*TF 7891*/
.m-account-form span[for="cc_month"]{
	display:none !important;
}
.province, .territory
{
	display:none;
}
#orderConfirmationForm .OrderConfirmMsg{
	display:block;
	border-left: 1px solid #ccc;
	border-right:1px solid #ccc;
}
.d-container_12 .m-product-container .m-category-flower{
	width: 30.333%;
}
.m-create-account-membership-number span.is-error {
	margin-bottom: 6.038em;
}
.m-create-account-membership-number p.form-message {
	margin-top: -.8em;
}
.m-supernav-checkout{
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	height: 4.7em;
}
#cvv_number_savedCard{
	margin:0 !important;
}
p.m-billing-review-order-details-group{
	margin-bottom: 0.885em;
}
.m-supernav-right-tray {
    position: absolute;
    right: 19em !important;
    /*top: 2.3em;*/
    top: 2.7em;
    width: auto !important;
}
.m-supernav-checkout .m-supernav-right-tray{
	right: 0em;
}
.m-supernav-content {
float: left;
color: #787878;
margin-top: 0;
margin-left: 0.4em;
margin-right: 1.45em;
top:0;
position:relative;
}
.m-supernav-ask {
width: auto;
}
.m-supernav-icon {
width: 1.25em;
height: 1.23em;
float: left;
margin-top:0;
}

.icon-cart .cart-number {
display: block;
font-size:0.8em;
}
.m-navbar-item.m-navbar-quickshop {
	float: right;
	/*margin-right: 0.524em;*/
	position: relative;
}
.m-navbar-search-form{
  margin-bottom:0px;
  height:2em;
}
.m-navbar a#calendarTrigger {
padding-right: .435em;
}
.m-navbar-quickshop .m-navbar-quick-text {
	position: absolute;
	bottom: 0.95em;
	left: -4.1em;
	font-size: 1.05em;
	opacity: 1;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
	top: 0.48em;
}
.m-account-arrow {
    position: absolute;
    top: -12px;
    left: 33px;
    width: 16px;
    height: 14px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowQTgwMTE3NDA3MjA2ODExODhDNjkyMzI4NUM3M0JERSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNjZBRUQ2MDJBQ0IxMUUzODU1QkYyMkMxNDYwMUU0OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNjZBRUQ1RjJBQ0IxMUUzODU1QkYyMkMxNDYwMUU0OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NTBkZjRhMC04ODQyLTRkZDUtOGVjYi1hNjhmMmE5NTc4YWEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE4MDExNzQwNzIwNjgxMTg4QzY5MjMyODVDNzNCREUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6YaBv6AAABT0lEQVR42qSRMUvDQBTH311tAqZVtA04NMVGkeIa6O6mg5/CIbtu4kcRnESXksFBSCDt1JDSQjqkIS79BE5xSUz7fBGUqK1W+oO74d3//+7e/zgiwqI1GAyuaJ3+pmHZNo/hcHhSLBYf0jR9IU1L07SneTo+r+g4zj5j7FZV1UK9Xt+kktHpdDaWamBZliQIQltRlK1SqQTVahVkWT4sl8s3uq7/vDA/D8H6/f7dZDLBPLPZDIMgQDq7zDRfPHmz67rn4/EYp9MpfidJEhyNRilpjvNNPs29Xu/I87zXOI5xEVEUIYX73O129z6acAqL2batiKJ432g01mh+WESWSa1W25YkqW2a5npWKxiGIVJIj3RwUKlU4C/IDDTODuWySx4jC+2ajGf0ZbAsZIYwDIFGumC+72Oz2QTOOfwHegXQz7wHgbACHFZk5QZvAgwAwRwIVQOD4/YAAAAASUVORK5CYII=");
}

.m-navbar-quick-text {
    position: absolute;
    bottom: 0.95em;
    left: 56.8em;
	top:.3305em;
    font-size: 1.05em;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.is-subnav-expanded .m-navbar-quick-text {
    opacity: 0;
}

.m-supernav-logo {
position: absolute;
top: 0.3em;
width: 9.4em;
height: 2.23em;
margin: 0;
}

.remove-error {
    color: #787878 !important;
}
.remove-error-border {
	border-color:#CCCCCC !important;

 }

.m-billing-container {
	position: absolute;
	left:104px;
	top:256px;
}
.m-billing-container a:link {
	padding-left:71px;
}
#type-of-location{
	width:49%;
}

.m-pdp-bouquets-in-collection-flowers{
	margin-top:1em;
}
#wrapper .l-content.orderInquiry {
    margin-top: 11px !important;
}
#qvForm .m-pdp-form-save-link.d-grid_5 {
    width: 39.66%;
}
#logInForm span.is-error {
	float:none;
}
#wrapper .m-account #fbLogin {
	margin-bottom:0;
}
.m-deal-price-select-wrapper label.custom-radio-label{
	margin-right: 3.2em !important;
}
#description > ul.marketing_desc > li{
	word-break:break-word;
}
.custom-checkbox input[type="checkbox"]:checked ~ input+.custom-checkbox-label:before,.custom-checkbox input[type="checkbox"]:checked+.custom-checkbox-label:before,.custom-radio input[type="checkbox"]:checked ~ input+.custom-checkbox-label:before,.custom-radio input[type="checkbox"]:checked+.custom-checkbox-label:before {
    background-position: -42px -32px;
}

.custom-checkbox input[type="radio"]:checked ~ input+.custom-radio-label:before,.custom-checkbox input[type="radio"]:checked+.custom-radio-label:before,.custom-radio input[type="radio"]:checked ~ input+.custom-radio-label:before,.custom-radio input[type="radio"]:checked+.custom-radio-label:before {
    background-position: -101px -32px;
}
.radio-checked+.custom-radio-label:before {
    background-position: -101px -32px !important;
}

.checkbox-checked+.custom-checkbox-label:before {
    background-position: -42px -32px !important;
}

li.showMore_color {
    list-style: none;
}

.is-account-expanded .m-account.account-checkout,
.is-account-expanded .m-account.account-checkout.is-loggedin,.m-account.account-checkout{
	right:1em;
}
.is-account-expanded .m-account.account-checkout.is-loggedin .m-account-arrow{
	left:161px !important;
}
.is-account-expanded .m-account.account-checkout .m-account-arrow{
	left:259px !important;
}
.d-container_12 .m-subscriptions-form div.custom-radio.form-field.m-pdp-custom-radio.custom-radio.d-grid_2 {
	width: 97.667%;
}
.m-subscriptions-form span.subscrnPrice {
	 color: #242424;
}

.m-supernav-cart .m-supernav-content {
    margin-right: 0;
    margin-top: 0;
    right: 0;
	top:-0.3em;
}
.m-supernav-cart {
    height: 20px;
    /* margin-top: 3px; */
    right: 0 !important;
    width: 55px !important;
}
.m-navbar-pinkline {
    position: absolute;
    top: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 3px;
    background: #fa3c7a;
}

.m-navbar-quickshop .m-navbar-pinkline {
    left: 0;
}
.m-navbar-secondlevel-bkg {
    position: absolute;
    top: 7.6em;
    right: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 0em;
    display: block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff;
    box-shadow: 0 -6px 0 #fff,0 3px 3px rgba(0,0,0,0.05);
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
}

.m-navbar-secondlevel-bkg.is-expanded {
    height: 27.2em;
    border-bottom: 1px solid #ccc;
}

.m-navbar-secondlevel-bkg.is-quickshop {
    width: 21em;
}

.m-navbar-secondlevel-bkg.is-quickshop.is-expanded {
    height: 31.25em;
}
.m-navbar-toplevel .m-navbar-quickshop a#calendarTrigger.m-navbar-link.alt-pink.m-subnav-trigger:after{
	background:none;
	margin-right: 0;
	width:auto;
	margin-left:0;
}
.m-navbar-quickshop.is-subnav-expanded #calendarTrigger:after {
	marigin-right:0;
	width:auto;
}
.m-navbar-quickshop a#calendarTrigger {
	margin-left:0;
	width: auto;
	cursor: pointer;
}
ul.m-navbar-toplevel .m-navbar-item-first{
	padding-right: 0.52em !important;
}
.m-navbar-has-subnav{
	padding-left:0.49em !important;
}
.m-supernav-item.no-mobile .m-supernav-content{
	line-height: 1.8em;
}

@media screen and (min-width: 961px) {
	.m-homepage .m-homepage-recommendations-more article {
		border-left: 1px solid #cccccc;
		padding-left: 1em;
		min-height: 13.5em;
		width: 31.333% !important;
		margin-left: 1%;
		margin-right:1%;
	}
	.m-address-book{
		width:74% !important;
	}
	.m-navbar-item.m-navbar-quickshop {
		margin-right: 0;
	}
	.d-container_12 .d-grid_2 {
		width: 16.667%;
	}
	.d-container_12 .d-grid_7 {
		width: 56.333%;
	}
	.d-container_12 .d-prefix_7 {
		padding-left: 58.333%;
	}
	.d-container_12 .d-grid_12 {
		width: 98.00%;
	}
  
  .d-container_12 .d-grid_14 {
		width: 70.00%;
	}
  
  .m-navbar-item {
  margin-right: 0em;
  }
  ul.m-navbar-toplevel .m-navbar-item-first {
    padding-right: 0.3em !important;
     margin-right: 0em;
  }
  .m-navbar-toplevel li:nth-child(5){margin-left: 0em;}
  .m-navbar-toplevel>li:nth-child(n+5)>a.m-navbar-link{
  		padding-left:0.9em;
  		}
	.d-omega.ftrLanguage {
		float: right;
		margin-right: 3.6em;
	}
	.m-homepage .m-homepage-recommendations-more article.m-homepage-recommendations-facebook {
	    width: 32.333% !important;
	}
	.m-homepage .m-homepage-recommendations-more article.m-homepage-recommendations-occasions .m-homepage-recommendations-table-middle-col {
	    width: 187px;
	}
	.m-homepage .m-homepage-recommendations-more article.m-homepage-recommendations-facebook .m-homepage-recommendations-table-middle-col {
	    width: 245px;
	}
}
@media screen and (min-width: 58.4625384615em){
    .shopping-cart-selects {margin-right:0;}
    .m-navbar-search {
	    padding: 0.4em 2em 0.4em 0.4em !important;
	    width: 100% !important;
    }
    .m-navbar-has-subnav {
	 	padding-left: 0em !important; 
	}
}
.m-featured-title a h1{
	padding-bottom: 13%;
	padding-top:0;
	border:none;
}
.m-featured-title h3.subtitle, .m-featured-title h3.subtitle-pdp-collection{
	margin-top: 0.01em;
}

.m-address-book .m-account-text{
	margin-top:-0.5em;
	}
}
#billingArea .m-billing-review-h5-header {
	margin-bottom: 0.5em !important;
	font-size: 1.30769230769231em !important;
	line-height: 1.29412em !important;;
	}

div.m-delivery-info-item-image {
width: 23%;
}
.accountTrigger{
    cursor: pointer;
}
.m-account-text .tf-warning-container {
	margin-right: 0;
}
form#chngPasswordFRM input {
    margin-left: 0;
}
.d-grid_13 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}

.d-container_12 .d-grid_13{
  width: 55.0%;
}

.d-container_12 .d-grid_14{
  width: 100.0%;
}



/**************TFD-27*********************/ 

}
.l-content {
    margin-bottom: 5em;
    margin-top: 1em !important;
}
.d-container_12 {
    margin: 0;
    width: 100%;
}
 
.clear-margin-left {
    margin-left: 0 !important;
}

.m-confirmation-content-text-container {
    margin-top: 0.2em;
}

.d-container_12 .d-grid_2 {
    width: 14.667%;
}

.d-container_12 .d-grid_8 {
    width: 64.667%;
}

/**************TFD-755*********************/ 
.button-link:hover{
color:#FA3C7A;
text-decoration:underline !important;
background-color:transparent;
}

.button-link{
font-weight:400;
color:#FA3C7A;
border-radius:0
}

.button-link{
background-color:transparent;
-webkit-box-shadow:none !important;
box-shadow:none;
border:none;
}

.button-link:hover{
color:#FA3C7A;
text-decoration:underline !important;
background-color:transparent;
}

.button-link:hover{
color:#FA3C7A;
text-decoration:none;
}