.card-theme {

  background: #F7F7F9;

}



.app-nav {

  padding: 16px 0;

  margin-bottom: 20px;

}



.app-nav_back {

  font-size: 17px;

  line-height: 18px;

  color: #7A303F;

}



.app-nav_back img {

  width: 12px;

  margin-right: 5px;

}



.container.app-c {

  max-width: 650px;

}



.col-1-1 {

  width: 100%;

}



.col-2-3 {

  width: calc(100% - (100%/3));

}



.col-1-3 {

  width: calc(100%/3);

}



.col-1-2 {

  width: 50%;

}



.panel {

  background: #fff;

  padding: 40px;

  -webkit-box-shadow: 0px 10px 58px rgba(63, 54, 99, 0.09);

          box-shadow: 0px 10px 58px rgba(63, 54, 99, 0.09);

}



.panel-normal {

  background: none;

  -webkit-box-shadow: none;

          box-shadow: none;

  padding: 0;

}



.panel-title {

  font-size: 20px;

  line-height: 1em;

  margin-bottom: 16px;

  text-transform: uppercase;

  text-align: center;

}



.panel-copy {

  font-size: 17px;

  line-height: 1.47em;

  margin-bottom: 24px;

  text-align: center;

  color: #555;

}



.panel-btn.btn {

  height: 50px;

  font-size: 15px;

  line-height: 49px;

  min-width: 1px;

  padding: 0 35px;

}



.panel-btn.disabled {

  color: #999 !important;

  border: 1px solid #999 !important;

  pointer-events: none;

}



.back-disabled {

  display: none;

}

.spThanksMsg {

  position: absolute;

  top: 50%;

  left: 0;

  width: 100%;

  z-index: 10;

  transform: translateY(-50%);

  opacity: 0;

  pointer-events: none;

}

.overlay .spThanksMsg .panel {

  box-shadow: none;

}

.alert.alert-success,

.eCard-progress {

  display: none !important;

}

.spThanksMsg.active {

  opacity: 1;

  pointer-events: auto;

}

.panel-btn.red-icon {

  border: 1px solid #7A303F;

  color: #7A303F;

}



.panel-btn.red-icon:hover::before {

  opacity: 1;

  background: rgba(122, 48, 63, 0.25);

}



.panel-btn.red-icon img {

  width: 22px;

  margin-right: 8px;

}



.panel-row {

  margin: 0 -12px;

}



.panel-row [class^="col-"] {

  padding: 0 12px;

  margin-bottom: 24px;

}



.choice-item {

  width: 100%;

  display: block;

  background: #fff;

  border: 2px solid #E3E1E1;

  padding: 0 5px;

  position: relative;

  overflow: hidden;

  -webkit-transition: border-color 300ms ease;

  transition: border-color 300ms ease;

  height: 70px;

  border-radius: 7px;

}



.choice-item_copy {

  font-size: 16px;

  line-height: 18px;

  color: #000;

  text-transform: uppercase;

}



.choice-item_copy span {

  font-size: 11px;

  line-height: 18px;

  display: block;

  color: #999999;

  padding-top: 2px;

}



.choice-item_icon {

  position: absolute;

  font-size: 52px;

  width: 1em;

  height: 1em;

  top: -.5em;

  right: -.5em;

  display: block;

  background: #7A303F;

  border-radius: 50%;

  z-index: 1;

  opacity: 0;

  -webkit-transition: opacity 300ms ease;

  transition: opacity 300ms ease;

}



.choice-item_icon::after {

  width: .5em;

  height: .5em;

  content: '';

  position: absolute;

  bottom: -1px;

  left: -2px;

  background: url(../images/icon-check-white.svg) 70% 30% no-repeat;

  background-size: 60% auto;

}



.choice-item_img {

  width: 98px;

  margin: 0 auto 36px;

  display: block;

}

.choice-item_img img {

  width: 100%;

}



.choice-item.selected {

  border-color: #7A303F;

}



.choice-item.selected .choice-item_icon {

  opacity: 1;

}



.choice-item.bottle-item {

  height: auto;

  padding: 22px 5px;

}



.choice-item.bottle-item.selected .choice-item_icon {

  border-color: #7A303F;

  background: #7A303F;

}



.choice-item.bottle-item .choice-item_icon {

  border: 2px solid #E3E1E1;

  background: #fff;

  opacity: 1;

}



.choice-item.bottle-item .choice-item_copy {

  font-size: 24px;

  line-height: 1em;

  font-family: "brandon-grotesque";

  font-weight: 900;

  text-transform: uppercase;

}



.choice-item:hover {

  border-color: #7A303F;

}



.check {

  font-size: 20px;

  position: relative;

  color: #000000;

  margin-bottom: 32px;  

}



.check .input {

  position: absolute;

  border: 1px solid #000;

  left: 0;

  right: 0;

  -webkit-appearance: checkbox;

     -moz-appearance: checkbox;

          appearance: checkbox;

  opacity: 0;

}



.check.multiline .label-icon {

  top: 2px;

}



.check .label {

  position: relative;

}



.check .label span {

  display: block;

}



.check .label-icon {

  position: absolute;

  top: 0;

  left: 0;

  width: 1em;

  height: 1em;

  border: 1px solid #7A303F;

  background: transparent url(../images/icon-check-white.svg) center center no-repeat;

  background-size: 75% auto;

}



.check .label-detail {

  padding-left: 2.3em;

  text-transform: uppercase;

  font-size: 15px;

  line-height: 20px;

}



.check .label-detail-title {

  display: -webkit-box !important;

  display: -ms-flexbox !important;

  display: flex !important;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding-top: 1px;

}



.check .label-detail .info-icon {

  width: 20px;

  display: block;

  margin-left: 10px;

  position: relative;

  top: -1px;

}



.check .label-detail .info-icon img {

  width: 100%;

}



.check .label-detail-info {

  font-size: 14px;

  line-height: 1.4em;

  text-transform: none;

  color: #555;

  margin-top: 5px;

}

.check .label-detail-info a {

  color: inherit;

  text-decoration: underline;

  color: #7A303F;

}

.check .label-detail-info a:hover {

  text-decoration: none;

}



.check.checked .label-icon {

  border-color: #7A303F;

  background-color: #7A303F;

}



.form-input {

  position: relative;

  margin-bottom: 24px;

}



.form-input .form-control {

  font-weight: 400;

  border: 1px solid #E3E1E1;

  font-size: 16px;

}



.form-input .form-control::-moz-placeholder {

  color: #999;

}



.form-input .form-control::-ms-placeholder {

  color: #999;

}



.form-input .form-control::-webkit-input-placeholder {

  color: #999;

}



.form-input .form-control:focus {

  border-color: rgba(0, 0, 0, 0.25);

}



.form-input textarea.form-control {

  padding: 10px 17px;

  color: #000;

  height: 140px;

  line-height: 1.67em;

}



.character-limit {

  display: block;

  padding: 0 20px;

  font-size: 14px;

  color: #999;

  margin-top: .5em;

}



.eCard-steps {

  display: none;

}



.eCard-progress {

    padding: 50px 0 30px;

}

.card-theme main {

  padding-bottom: 60px;

}

.label-theme main {

  overflow: visible;

}

.edit-photo-columns .uploaded-img.active img {

  opacity: 0.6;

}



.progress {

  width: 100%;

  height: 4px;

  background: rgba(122, 48, 63, 0.1);

  border-radius: 40px;

  position: relative;

}



.progress .progress-bar {

  width: 0;

  height: 4px;

  background: #7A303F;

  border-radius: 40px;

  -webkit-transition: width 300ms ease;

  transition: width 300ms ease;

}



.progress .progress-bar span {

  display: block;

  font-size: 14px;

  color: #555;

  position: absolute;

  top: -25px;

}



.overlay-inner {

  display: none;

  padding: 15px 0;

}



.overlay-inner .overlay-container {

  max-width: 700px;

  padding: 0;

  margin: 0 auto;

  background: none;

}



.overlay-inner .overlay-container .panel-title {

  line-height: 1.4em;

}



.checked-lists li {

  font-size: 17px;

  line-height: 1.47em;

  padding: 0 0 1px 2em;

  margin-bottom: 1em;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  position: relative;

}



.checked-lists li:last-child {

  margin-bottom: 1.6em;

}



.checked-lists li::before {

  content: '';

  display: block;

  width: 1.3em;

  height: 1.3em;

  background: url(../images/icon-check-red-circle.svg) center center no-repeat;

  background-size: contain;

  position: absolute;

  top: 0;

  left: 0;

}



.initial-drop-ui {

  text-align: center;

  border: 2px dashed #E3E1E1;

  pointer-events: none;

  z-index: 1;

}



.initial-drop-ui img {

  width: 68px;

  margin: 0 auto;

}



.initial-drop-ui .panel-copy {

  margin: 22px 0 16px;

}



.dropzone2 .dz-preview {

  display: none;

}



.dropzone-fallback {

  position: relative;

  margin-bottom: 24px;

  width: 100%;

  height: 313px;

}



.dropzone-fallback .dropzone.withFallback {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  cursor: pointer;

  z-index: 2;

  opacity: 0;

}



.uploadStep-1 .dz-message,

.uploadStep-1 .dz-preview {

  display: none;

}



.dz-button {

  width: 100%;

  height: 130px;

  border: 2px dashed rgba(122, 48, 63, 0.4);

  background: url(../images/icon-plus-circle.svg) center center no-repeat;

  background-size: 32px auto;

  text-indent: -9999em;

  padding-bottom: 0;

}



.dz-preview.dz-image-preview {

  width: 125px;

}



.uploaded-photo-item {

  position: relative;

  width: 100%;

  height: 130px;

  overflow: hidden;

  cursor: pointer;

}



.uploaded-photo-item::after {

  content: '';

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  left: 0;

  background: rgba(0, 0, 0, 0.4) url(../images/icon-move.svg) center center no-repeat;

  background-size: 28px auto;

  opacity: 0;

  -webkit-transition: 300ms ease;

  transition: 300ms ease;

  z-index: 1;

}



.uploaded-photo-item:hover::after {

  opacity: 1;

}



.edit-photos .uploaded-photo-item {

  height: auto;

  padding-top: 100%;

}



.edit-photos .uploaded-photo-item::after {

  display: none;

}



.uploaded-photo-item img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

}



.clearPhoto,

.editPhoto {

  position: absolute;

  top: 5px;

  right: 5px;

  width: 24px;

  height: 24px;

  z-index: 2;

  opacity: 0.7;

  padding: 0;

}



.clearPhoto img,

.editPhoto img {

  width: 100%;

}



.inline-loading.loading {

  position: absolute;

  bottom: -30px;

  left: 50%;

  margin-left: -45px;

  width: 90px;

  text-align: left;

  padding-left: 24px;

  font-size: 14px;

  line-height: 20px;

}



.inline-loading.loading::after {

  height: 18px;

  width: 18px;

  position: absolute;

  bottom: 0;

  right: auto;

  bottom: 0;

  left: 0;

  top: 0;

  margin: 0 0 0 0;

  border-width: 1px;

}



.hasTooltip {

  position: relative;

}



.hasTooltip::before, .hasTooltip::after {

  position: absolute;

  opacity: 0;

  pointer-events: none;

}



.hasTooltip::after {

  content: attr(data-tt);

  color: #fff;

  background: #000;

  top: 30px;

  left: -20px;

  text-align: left;

  font-size: 14px;

  white-space: nowrap;

  padding: 6px 10px 8px;

}



.hasTooltip::before {

  content: '';

  top: 25px;

  left: 0;

  border-bottom: 5px solid #000;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

}





.sortable-col .uploaded-photo-item {

  overflow: initial;

  background: #e9e2e5;

}



.sortable-col .uploaded-photo-item::after {

  background-image: none;

}



.uploadedPhotoControl {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  left: 0;

  width: 100%;

  z-index: 3;

}



.uploadedPhotoControl .editPhoto,

.uploadedPhotoControl .drag-icon {

  position: relative;

  top: auto;

  right: auto;

  opacity: 0;

  width: 24px;

  height: 24px;

  margin: 0 10px;

  -webkit-transition: opacity 300ms;

  transition: opacity 300ms;

}



.uploadedPhotoControl .drag-icon {

  background: url(../images/icon-move.svg) center center no-repeat;

}



.sortable-col .uploaded-photo-item:hover .editPhoto,

.sortable-col .uploaded-photo-item:hover .drag-icon {

  opacity: 1;

}



.text-link {

  line-height: 1em;

  padding: 0;

}



.darkroom-toolbar {

  display: none !important;

}



.fake-hide {

  opacity: 0 !important;

  pointer-events: none !important;

}



.edit-photo-columns .col-100:last-child {

  margin-bottom: 0 !important;

}



.photo-editing-controls {

  margin: 20px 0 24px;

}



.icon-btn {

  padding: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  width: 25px;

  opacity: 1;

  -webkit-transition: 300ms ease;

  transition: 300ms ease;

  position: relative;

}



.icon-btn:not(:last-child) {

  margin-right: 20px;

}



.icon-btn img {

  width: 100%;

}



.icon-btn.active {

  opacity: 1;

}



.icon-btn.inactive {

  opacity: .5;

}



.icon-btn.active::after {

  position: absolute;

  bottom: -10px;

  left: 50%;

  content: "\2022";

  color: #7A303F;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

}

/* 

.err-msg {

  color: red;

} */



.preview-loading {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background: #F7F7F9;

}



.preview-loading .loading-animation {

  margin-bottom: 16px;

}



.preview-loading .loading-animation img {

  width: 40px;

  margin: 0 auto;

  -webkit-animation: rotate-forever 1.5s linear infinite;

          animation: rotate-forever 1.5s linear infinite;

}



.preview-loading .panel-copy {

  margin-bottom: 0;

}



.video-preview-controls {

  margin: 20px 0 40px;

}



.form-field {

  position: relative;

}







/* .form-field.no-icon .form-control:focus ~ label,

.form-field.no-icon .form-control:not(:placeholder-shown) ~ label {

  -webkit-transform: scale(0.85) translateY(-0.5em) translateX(0.15em);

          transform: scale(0.85) translateY(-0.5em) translateX(0.15em);

} */



.form-field .chosen-container-single .chosen-single,

.form-field .form-control {

  font-size: 16px;

  line-height: 1em;

  color: #2a2a2a;

  background-color: #fff;

  background-clip: padding-box;

  -webkit-transition: border-color 100ms ease-in-out, padding 100ms ease-in-out;

  transition: border-color 100ms ease-in-out, padding 100ms ease-in-out;  

  font-family: "open-sans";

  font-weight: 400;

  border: 2px solid #2a2a2a;

  height: calc(3em + 2px);

  padding: 0 28px;

  border-radius: 1.5625em;

}



.form-field .chosen-container-single .chosen-single {

  line-height: 46px;

}



.form-field .form-control:focus {

  border-color: #7A303F;

}



.form-field .form-control::-moz-placeholder {

  opacity: 0;

}



.form-field .form-control::-ms-placeholder {

  opacity: 0;

}



.form-field .form-control::-webkit-input-placeholder {

  opacity: 0;

}

.xm-tooltip {

  background: darkred;  

}



.xm-tooltip::after {

  border-top-color: darkred;

}

.form-field label {

  font-size: 16px;

  line-height: 1em;

  color: #999;

  display: flex;

  align-items: center;

  font-family:"din-condensed";

  padding: 10px 30px 20px;

}

.csl-step-item.csl-step-3 .form-field label {

  padding: 0 20px 12px;

}

.form-field-icon {

  position: relative;

  top: -1px;

}

.form-field-icon img,

.form-field-icon {

  display: block;

  width: 24px;

}

.form-field-icon {

  margin-right: 6px;

}



.csl-step-item.csl-step-3 .check {

  margin: 10px 0 24px;

}

.check.notice {

  margin: 30px 0 40px !important;

}



.form-field .chosen-with-drop .chosen-single {

  border-color: #7A303F;

  border-bottom-left-radius: 0 !important;

  border-bottom-right-radius: 0 !important;

}

.overlay.active {

  opacity: 1 !important;

}

.form-field .chosen-container .chosen-drop {

  background: #fff;

  border: 2px solid #7A303F;

  border-top: none;

  margin-top: 0px;

  border-radius: 0 0 10px 10px;

  padding: 10px 10px 5px;

}

.form-field .chosen-container .chosen-drop input {

  border: 1px solid #7A303F;

  height: 40px;

  font-size: 16px;

}

.form-field .chosen-container .chosen-results li {

  padding-left: 0;

  padding-right: 0;

}

.form-field .chosen-container {

  font-family: "open-sans";

  font-weight: 400;

}



.form-field .chosen-container-single .chosen-single div {

  background-image: url(../images/icon-down-arrow.svg);

  background-size: 24px auto;

  width: 50px;

}



.form-field .chosen-container-single .chosen-single span {

  padding-bottom: 4px;

}





.select-date .panel-title {

  margin: 0 0 10px;

}



.select-date .panel-title .label {

  text-align: left;

  display: block;

  font-size: .7em;

  line-height: 1em;

}



.card-submission-thanks {

  padding: 70px 0 100px;

}



.submission-thanks {

  padding-bottom: 60px;

}



.submission-thanks img {

  width: 100px;

  margin: 0 auto 35px;

}



.video-preview_copy .panel-title,

.video-preview_copy .panel-copy {

    text-align: left;

}

.video-preview_copy {

    padding-bottom: 70px;

}

.video-preview_copy .col-50 {

    margin-bottom: 0 !important;

}



.share-options {

  padding: 10px;

  background: #fff;

  box-shadow: 0px 10px 58px rgb(63 54 99 / 9%);

  position: absolute;

  top: calc(100% - -10px);

  left: 5%;

  width: 90%;

  opacity: 0;

  pointer-events: none;

  z-index: 5;

}

.share-on .share-options {

  opacity: 1;

  pointer-events: auto;

}

.share-options::before {

  content: '';

  border-bottom: 8px solid #fff;

  border-left: 8px solid transparent;

  border-right: 8px solid transparent;

  position: absolute;

  top: -5px;

  left: 50%;

  margin-left: -4px;

}

.social-button {

    position: relative;

    border: none;

    border-radius: 3px;

    text-align: center;

    text-decoration: none;

    cursor: pointer;

    transition: .25s linear;

    color: #fff;

    width: 100%;

    padding: 0 20px;

    min-width: 34px;

    height: 34px;

    font-size: 14px;

    line-height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: Arial, Helvetica, sans-serif;

    font-weight: 500;

    text-transform: capitalize;

}

.social-facebook {

    background: #3b5998;

}

.social-facebook:hover {

    background: #344e86;

}

.social-twitter {

    background: #55acee;

}

.social-twitter:hover {

    background: #3ea1ec;

}

.social-twitter img {

  width: 18px;

  margin-right: 8px;

}

.social-facebook img {

  width: 18px;

  margin-right: 6px;

}

.social-button:not(:last-child) {

  margin-bottom: 10px;

}



.video-preview_wrap .video-preview-controls {

  margin-bottom: 0;

}

.video-preview-controls .flex-row {

  margin-left: -12px;

  margin-right: -12px;

}

.video-preview-controls .flex-row .col-50 {

  padding-left: 12px;

  padding-right: 12px;

}

.video-preview-controls .flex-row .col-50 .btn {

  width: 100%;

}



.thanks-msg-cards .flex-row {

  margin: 0 -20px;

}



.thanks-msg-cards .flex-row .col-50 {

  padding: 0 20px;

}



.thanks-msg-cards .stories-tile {

  padding: 75px 0;

}

.thanks-msg-cards .stories-detail,

.video-preview_copy {

  padding-right: 60px;

}

.thanks-msg-cards .stories-img {

  background: #fff;

}

.thanks-msg-cards .card-content .btn {

  padding-left: 30px;

  padding-right: 30px;

  margin-top: 10px;

}

.thanks-msg-cards .virtual-card-row {

  padding-top: 0;

  padding-bottom: 75px;

  background: none;

}  

.thanks-msg-cards .virtual-card-row h2 {

  margin-bottom: 1.1em;

} 

/*-- App Ends--*/





/*-- Custom Label CSS--*/

.custom-label-wrap {

  padding-top: 70px;

  padding-bottom: 70px;

}



.csl-step {

  position: relative;

}



.csl-step_title {

  font-size: 24px;

  line-height: 1em;

  font-family: "brandon-grotesque";

  font-weight: 900;

  text-transform: uppercase;

  margin-bottom: 0;

  color: #040404;

  background: #F7F7F9;

}



.csl-step .csl-step_title {

  padding: 18px 32px;

  border-radius: 30px;

}



.csl-step .csl-step-item:not(:last-child) {

  margin-bottom: 40px;

}



/* .csl-step-item.active {

  -webkit-box-shadow: 0px 10px 58px rgba(63, 54, 99, 0.09);

          box-shadow: 0px 10px 58px rgba(63, 54, 99, 0.09);

} */

.csl-step-item.active .csl-step_title {

  background: #7A303F;

  color: #fff;

}



.csl-step-item.active .csl-step-detail {

  display: block;

}

/* .csl-step-detail.adding-msgs input {

  text-transform: uppercase;

} */

.csl-step-detail {

  display: none;

  padding: 24px 0 10px;

}

.previewBottleSection {

  width: 300px;

}

.csl-step .character-limit {

  color: #555;

  padding: 0;

  margin: 0;

  font-size: 14px;

  padding-left: 1em;

  font-family: "open-sans";

  font-weight: 400;

  padding-bottom: 2px;

}



.csl-step .btn.red-img {

  padding: 0;

  min-width: 1px;

  border: none;

  -webkit-transition: -webkit-filter 300ms ease;

  transition: -webkit-filter 300ms ease;

  transition: filter 300ms ease;

  transition: filter 300ms ease, -webkit-filter 300ms ease;

  height: auto;

}



.csl-step .btn.red-img img {

  width: 50px;

}



.csl-step .btn.red-img:hover {

  -webkit-filter: brightness(110%);

          filter: brightness(110%);

}



.csl-step .entry-infos {

  display: none;

}



.csl-step .entry-infos .selected-bottle-name {

  font-weight: normal;

  line-height: 1em;

  color: #555;

  text-transform: none;

  padding: 16px 0 4px 19px;

  display: block;

}



.csl-step .passed:not(.active) .entry-infos {

  display: block;

}



.label-theme .card-content {

  background: #F7F7F9;

}



.preview-bottle-container {

  font-size: 14px;

  width: 20em;

  position: relative;

  margin: 0 auto;

}



.preview-bottle-container img {

  width: 100%;

}

.preview-bottle-container .writing-pad {

  position: absolute;

  top: 552px;

  left: 67px;

  width: 120px;

  height: 45px;

}

/* .preview-bottle-container[data-image="Straight Rye"] .writing-pad {

  top: 492px;

} */

.preview-bottle-container .writing-pad_copy {

  width: 100%;

  height: 100%;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 11px;

  text-align: center;

  color: #000;

  line-height: 1em;

}

.preview-bottle-container .writing-pad_copy.tk-lamar-pen {

  font-size: 10px;

}

.preview-bottle-container .writing-pad_copy.tk-salamat {

  top: 4px;

  font-size: 11px;

  line-height: 1.3em;    

}



.market-avaiability {

  position: relative;

  padding: 6px 0;

}

.market-avaiability .dotted-link {

  text-transform: none;

  font-weight: normal;

  font-size: 14px;

  padding-bottom: 0;

  border-bottom: none;

}

.choice-item_subcopy {

  display: block;

  font-family:"din-condensed";

  color: #999;

  font-size: 20px;

  line-height: 1;

  margin-top: 7px;

}



.col-61 {

  width: 61%;

}

.col-25 {

  width: 25%;

}

.entry-infos a {

  font-size: 15px;

  text-decoration: underline;

  color: #7A303F;

}

.market-list {

  padding: 15px 20px 20px;

  width: 280px;

  background: #7A303F;

  position: absolute;

  top: 40px;

  left: 50%;

  margin-left: -140px;

  z-index: 100;

  color: #fff;

  opacity: 0;

  pointer-events: none;

  transition: opacity 300ms;

}

.isActive .market-list {

  opacity: 1;

  pointer-events: auto;

}



.market-list::before {

  content: '';

  position: absolute;

  top: -8px;

  left: 50%;

  margin-left: -4px;

  border-bottom: 8px  solid #7A303F;

  border-left: 8px solid transparent;

  border-right: 8px solid transparent;

}

.market-list .panel-copy {

  color: #fff;

  font-style: normal;

  margin-bottom: 10px;

  text-transform: uppercase;

}



.market-list ul {

  column-count: 2;

  opacity: 0.6;

  padding: 0;

  margin: 0;

}

.market-list ul li {

  font-size: 17px;

  line-height: 1em;

  color: #fff;

  margin-bottom: 10px;

}

.market-list ul li::before {

  content: "•"; 

  color: #fff;

  display: inline-block; 

  width: .8em;

  font-style: normal;

  font-family: arial;

}

.inside-check.dotted-link {

  font: inherit;

  text-transform: none;

}

.panel.congrats .check {

  margin-bottom: 30px;

}

.csmLabelMain {

  padding-top: 15px;

}

.thanks-msg-cards h2 {

  margin-bottom: .9em;

}

.shadow {

  position: absolute;

  bottom: 30px;

  width: 75%;

  left: 50%;

  transform: translateX(-50%);

  height: 5px;

  background: rgb(255 255 255 / 70%);

  z-index: -1;

  filter: drop-shadow(0px 30px 10px rgba(0,0,0,1));

}

.save-btn {

  cursor: pointer;

  line-height: 25px;

}

.uploaded-img.uk-sortable-drag {

  display: none !important;

}

img.double-glass {

  width: 200px;

  margin: 0 auto 12px;

}

img.double-glass.label-maker {

  width: 330px;

  margin-bottom: 24px;

}

.mobile-label-wrap {

  display: none;

}

.overlay-close {

  background-color: transparent;

}

#avatar,

.cropper-container{

	width:100%

}

.csl-step-detail .chosen-container .chosen-results {

  max-height: 190px;

}

.check .xm-tooltip {

  bottom: 30px;

}



.initial-drop-ui {

  overflow: hidden;

}

.inline-loading.overlay-loading span {

  display: block;

  position: relative;

  z-index: 2;



}

.inline-loading.overlay-loading {

  top: 50%;

  bottom: auto;

  padding: 0;

  width: auto;

  margin-left: 0;

  transform: translateX(-50%);

  font-size: 18px;

}

.inline-loading.overlay-loading::before {

  width: 1200px;

  height: 1200px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  content: '';

  background: #fff;

}

.inline-loading.overlay-loading::after {

  height: 28px;

  width: 28px;

  position: absolute;

  bottom: auto;

  right: auto;

  bottom: 0;

  left: 50%;

  top: -40px;

  margin-left: -14px;

}

.uploaded-img.selected .drag-icon,

.uploaded-img.selected .editPhoto,

.uploaded-img.selected .editPhoto::after,

.uploaded-img.selected .editPhoto::before,

.uploaded-img.selected .uploaded-photo-item::after {

    opacity: 1;

}

.close-overlay.icon-close {

  position: absolute;

  width: 32px;

  height: 32px;

  top: -10px;

  right: -10px;

  background: #7a303f url(../images/cross-white.png) center center no-repeat;

  background-size: 22px auto;

  text-indent: -999em;

  transform: rotate(0);

  transition: 500ms;

  border-radius: 50%;

}

/* .close-overlay.icon-close.active {

  opacity: 1;

  pointer-events: auto;

} */

.close-overlay.icon-close:hover {

  transform: rotate(180deg);

}

.eCard-step-3 .thanks-msg-cards .stories-tile,

.eCard-step-4 .thanks-msg-cards .virtual-card-row {

  padding-bottom: 30px;

}

.play-icon.trigger-videoPlay-js {

  position: absolute;

  width: 100%;

  height: 100%;

  background: url(../images/video-ph.jpg?ver=2) center center no-repeat;

  background-size: cover;

  top: 0;

  left: 0;

  cursor: pointer;

  z-index: 2;

}

.csl-step_title .down-arrow {

  position: absolute;

  top: 45%;

  right: 20px;

  width: 17px;

  height: 17px;

  background: url(../images/down-arrow.svg) center center no-repeat;

  background-size: contain;

  transform: translateY(-50%);

  display: none;

}

.csl-step_title {

  cursor: pointer;

  position: relative;

}



.csl-step-item.active .csl-step_title .down-arrow,

.csl-step-item.passed .csl-step_title .down-arrow {

  display: none;

}





@media screen and (min-width: 1600px) {

  .container.md {

    max-width: 1260px;

  }  

}

@media screen and (max-width: 1599px) {

  .csl-step_title,

  .choice-item.bottle-item .choice-item_copy {

    font-size: 20px;

  }

  .csl-step .csl-step_title {

    padding: 16px 25px;

    border-radius: 26px;

  }  

  .choice-item_img {

    width: 82px;

    margin: 0 auto 30px;

  }

  .panel-row {

    margin: 0 -10px;

  }

  .panel-row [class^="col-"] {

    padding: 0 10px;

    margin-bottom: 20px;

  }   

  

  .custom-label-wrap {

    padding-top: 60px;

  }     

  .form-field .chosen-container-single .chosen-single, 

  .form-field .form-control {

    padding: 0 23px;

  }

  .form-field label {

    font-size: 15px;

    padding: 10px 25px 20px;

  }

  .csl-step-item.csl-step-3 .form-field label {

    padding: 0 15px 12px;

  }

  .check.notice {

    margin: 30px 0 35px !important;

  }  

}



@media screen and (max-width: 1279px) {

  .csl-step_title, 

  .choice-item.bottle-item .choice-item_copy {

    font-size: 16px;

  }

  .csl-step .csl-step_title {

    padding: 14px 20px;

    border-radius: 22px;

  }

  .choice-item_img {

    width: 65px;

    margin: 0 auto 24px;

  }

  .csl-step-detail {

    padding: 14px 0 0;

  }

  .panel-row {

    margin: 0 -7px;

  }

  

  .panel-row [class^="col-"] {

    padding: 0 7px;

    margin-bottom: 14px;

  }

  

  .check,

  .form-input,

  .dropzone-fallback,

  .panel-row [class^="col-"]  {

    margin-bottom: 18px;

  }  

  .panel-title {

    margin-bottom: 12px;

  }  

  .panel-copy {

    margin-bottom: 20px;

  }  

  .checked-lists li {

    margin-bottom: .8em;

  }  

  .checked-lists li:last-child {

    margin-bottom: 1.2em;

  }  

  .initial-drop-ui .panel-copy {

    margin: 18px 0 12px;

  } 

  .dropzone-fallback {

      height: 280px;

  }  

  .panel-btn.red-icon img {

    width: 19px;

  }   



  .thanks-msg-cards .stories-detail, 

  .video-preview_copy {

    padding-right: 50px;

  } 

  .video-preview_copy,

  .thanks-msg-cards .virtual-card-row {

    padding-bottom: 64px;

  }   

  .thanks-msg-cards .stories-tile {

    padding: 64px 0;

  }  

  .custom-label-wrap {

    padding-top: 50px;

  }  

  .choice-item.bottle-item {

    padding: 18px 5px;

  }

  .choice-item_subcopy {

    font-size: 15px;

    margin-top: 6px;

  }

  .card-submission-thanks {

    padding: 60px 0 70px;

  }

  .submission-thanks {

    padding-bottom: 50px;

  }

  .choice-item_img {

    width: 75px;

    margin: 0 auto 12px;

  }



  .eCard-step-3 .thanks-msg-cards .stories-tile,

  .eCard-step-4 .thanks-msg-cards .virtual-card-row {

    padding-bottom: 20px;

  }

  .form-field .chosen-container-single .chosen-single, 

  .form-field .form-control {

    padding: 0 18px;

    height: calc(3em - 4px);

    border-radius: 22px;

  }

  .form-field .chosen-container-single .chosen-single {

    line-height: 40px;

  }

  .form-field label {

    padding: 10px 20px 20px;

  }

  .form-field-icon img, 

  .form-field-icon {

    width: 22px;

  }

  .check .label-detail-info {

    font-size: 13px;

    line-height: 20px;

    margin-top: 5px;

  }

  .csl-step .entry-infos .selected-bottle-name {

      padding: 12px 0 2px 15px;

  }  

  .entry-infos a {

    font-size: 13px;

  }

}

@media screen and (max-width: 991px) {

  .csl-step_title, 

  .choice-item.bottle-item .choice-item_copy {

    font-size: 14px;

  }  

  .thanks-msg-cards .stories-tile {

    padding: 50px 0;

  }

  .thanks-msg-cards .flex-row {

    margin: 0 -12px;

  }

  

  .thanks-msg-cards .flex-row .col-50 {

    padding: 0 12px;

  } 

  .thanks-msg-cards .virtual-card-row {

    padding-bottom: 50px;

  }   



  .panel.congrats {

    padding: 20px 20px 35px;

}

img.double-glass.label-maker {

  width: 255px;

}

img.double-glass {

  width: 160px;

  margin: 0 auto 8px;

}

.csmLabelMain > .col-50:first-child {

  width: 60%

}

.csmLabelMain > .col-50 {

  width: 40%

} 



.eCard-step-3 .thanks-msg-cards .stories-tile,

.eCard-step-4 .thanks-msg-cards .virtual-card-row {

  padding-bottom: 10px;

}

.thanks-msg-cards.eCard-steps .virtual-card-row h3 {

  font-size: 17px;

}

  .panel-title {

    font-size: 19px;

  }  

  .panel-copy,

  .checked-lists li {

    font-size: 16px;

  } 

  .choice-item_img {

    width: 58px;

    margin: 0 auto 12px;

  }  

  

  .csl-step .entry-infos .selected-bottle-name {

    padding: 8px 0 0 12px;

  }  

  .csl-step-item.csl-step-3 .form-field label {

    padding: 0 10px 12px;

  }

}

@media screen and (max-width: 991px) and (min-width: 768px) {

  .btn {

    font-size: 12px;

  }  

  .preview-bottle {

    transform: scale(.8);

    transform-origin: center top;

  }

  .previewBottleSection {

    width: 230px;

  }

  .col-61 {

    width: 67%;

  }

}







@media screen and (min-width: 768px) {



  .hasTooltip:hover::after, .hasTooltip:hover::before {

    opacity: 1;

  }

}

@media screen and (max-width: 767px) {

  .card-theme main {

    padding-bottom: 0;

  }  

  #app-container {

    padding-bottom: 46px;

  }  

  .panel-copy {

      max-width: 440px;

      margin-left: auto;

      margin-right: auto;

  }  

  .card-theme {

      background: #fff;

  }  

  .choice .col-1-3,

  .mob-full-width {

      width: 100%;

  }

  .uploadStep-2 .col-25,

  .video-preview-controls .flex-row .col-50 {

      width: 50%;

  } 

  .panel {

      padding: 0;

      background: no-repeat;

      box-shadow: none;

  }

  .panel-row,

  .video-preview-controls .flex-row {

      margin: 0 -8px;

  }  

  .panel-row [class^="col-"],

  .video-preview-controls .flex-row .col-50 {

      padding: 0 8px;

  }  

  .check,

  .form-input,

  .panel-row [class^="col-"],

  .video-preview-controls .flex-row .col-50  {

      margin-bottom: 16px;

  }    

  .eCard-progress {

      padding: 0 20px;

  }

  .eCard-progress .progress .progress-bar span {

      display: none;

  }

  .app-nav_back {

      font-size: 16px;

      line-height: 16px;

      margin-top: 15px;

  }

  .app-nav {

      padding: 20px 0 16px;

      margin-bottom: 10px;

  }   

  .eCard-step-1 .check.multiline {

    margin: 10px 0 25px;

}

.panel-title {

    margin-bottom: 16px;

}

.panel-copy {

    margin-bottom: 24px;

}

.character-limit {

    padding: 0;

    font-size: 13px;

    margin-top: 5px;

}

.form-input.addMsgField {

    margin-bottom: 25px;

}

.panel-btn.btn {

    height: 48px;

    font-size: 15px;

    line-height: 48px;

    padding: 0 30px;

}   

.overlay .panel {

  padding: 25px;

  background: #fff;

  box-shadow: 0px 10px 58px rgb(63 54 99 / 9%);

}



.dropzone-fallback {

  height: auto;

  padding-bottom: 90%;

  margin-bottom: 30px;

}  

.initial-drop-ui img {

  margin: 0 auto 20px;

}

.flex.dont-have-photo {

  justify-content: center;

  margin-top: 24px;

}

.uploadStep-2 {

  padding-bottom: 6px;

}

.uploadStep-2 .panel-row {

  margin-left: -12px;

  margin-right: -12px;

}

.uploadStep-2 .panel-row [class^="col-"] {

  padding-left: 12px;

  padding-right: 12px;

  margin-bottom: 24px;

}

.sortable-col .uploaded-photo-item {

  height: auto;

  padding-bottom: 100%;

}

.uploadStep-2 .dz-button {

  height: auto;

  padding-bottom: calc(100% - 4px);

  line-height: 0;

  display: block;

}

.uploaded-photo-item::after,

.uploadedPhotoControl .editPhoto, 

.uploadedPhotoControl .drag-icon {

  opacity: 1;

}

.canvas-container,

.canvas-container canvas {

  width: 100% !important;

}





.photo-editing-controls > .flex {

    flex-wrap: wrap;

    justify-content: center;

}

.editing-options.flex {

    width: 100%;

    justify-content: center;

    margin-bottom: 20px;

}

.editing-options .icon-btn{

    margin-left: 10px;

    margin-right: 10px;

}

.photo-editing-controls {

    margin: 20px 0 0;

}

.thanks-msg-cards .stories-detail,

.video-preview_copy {

    padding-right: 0;

}

.video-preview_copy {

    padding-bottom: 0;

}

.video-preview_copy .panel-title,

.video-preview_copy .panel-copy {

    text-align: center;

}

.video-preview_wrap .video-preview {

    margin-left: -20px;

    margin-right: -20px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .05);

}

.thanks-msg-cards .card-content {

  background: #f7f7f7;

}

.thanks-msg-cards .card-content .h2 {

  line-height: 1.3em

}

.thanks-msg-cards .virtual-card-row .col-50:not(:last-child) {

  margin-bottom: 32px;

}

.thanks-msg-cards .virtual-card-row {

  padding-bottom: 0;

}

.thanks-msg-cards .stories-tile {

  padding: 24px 0 40px;

}

.thanks-msg-cards .stories-img {

  padding: 0;

  box-shadow: 0px 10px 58px rgb(63 54 99 / 9%);

}

.thanks-msg-cards .stories-detail {

  position: relative;

  bottom: 0;

  left: 0;

  padding: 35px 10px;

}

.stories-detail .p {

  font-size: 17px;

  color: #fff;

}

.xpForm.sweepform .panel-row {

  padding-bottom: 10px;

}

.panel-footer.sweepsTakesFooter {

  padding: 10px 0;

}

.panel-footer.sweepsTakesFooter > .flex {

  flex-wrap: wrap;

  justify-content: center;

  margin-bottom: 1px;

}

.panel-footer.sweepsTakesFooter .btn.panel-btn {

  order: 1;

  width: 100%

}

.card-theme .panel-footer.sweepsTakesFooter > .flex {

  justify-content: space-between;

}

.card-theme .panel-footer.sweepsTakesFooter .btn.panel-btn,

.card-theme .panel-footer.sweepsTakesFooter > .flex .flex.forCancel {

  order: initial;

  width: auto;

}

.panel-footer.sweepsTakesFooter > .flex .flex {

  width: 100%;

  order: 2;

  justify-content: center;

  margin: 20px 0;

}



.panel-footer.sweepsTakesFooter > .flex .flex.forCancel{

  order: 3;

  margin: 0;

}

.select-date {

  padding: 12px 0;

}

.panel-schedule .panel-footer {

  padding-top: 12px;

}

input[type="date"] {



  -webkit-appearance: textfield !important;

  -moz-appearance: textfield !important;

  appearance: textfield !important;  

}

.sweepform .popup-form .col-1-3 {

  width: 100%

}

.panel.panel-schedule {

  padding-left: 20px;

  padding-right: 20px;

}

.csmLabelMain {

  padding-top: 0;

}

.csmLabelMain > .col-50:first-child,

.csmLabelMain > .col-50 {

  width: 100%

} 

.choice-item.bottle-item {

  padding: 17px 5px 15px;

}

.choice-item.bottle-item .choice-item_copy {

  font-size: 13px;

}

.choice-item_img {

  width: 54px;

}

.choice-item_subcopy {

  font-size: 13px;

  margin-top: 7px;

}

.market-avaiability .dotted-link {

  font-size: 11px;

}

.market-list {

  left: auto;

  right: 0;

  margin: 0;

}

.market-list::before {

  left: auto;

  right: 10px;

}



.mobileOverlayPreview {

  display: none;

}

.csl-step-detail .col-1-3 {

  width: 100%;

}

.csl-step-detail.adding-msgs .check {

  margin: 4px 0 26px;

}

.flex.jc-end.mobPreviewControl {

  justify-content: space-between;

  align-items: center;

}

.make-a-label .thanks-msg-cards {

  padding: 0 20px;

}

.thanks-msg-cards .flex-row .col-50 {

  margin-bottom: 30px;

}

.make-a-label .card-submission-thanks {

  padding: 50px 0 20px;

}

.make-a-label .thanks-msg-cards h2 {

  margin-bottom: 1.1em;

}

.bottle-preview-mobile .panel-title {

  background: #fff;

  margin: 0;

  font-size: 16px;

  text-transform: none;

  padding: 15px 0;

  border-bottom: 1px solid #E3E1E1;

}

.bottle-preview-mobile .panel {

  box-shadow: none;

}

.bottle-preview-mobile .preview-bottle {

  margin-bottom: 25px;

}

/* .bottle-preview-mobile .preview-bottle-container {

  width: 16.5em;

}

.bottle-preview-mobile .preview-bottle-container .writing-pad {

  top: 397px;

  left: 62px;

  width: 88px;

  height: 34px;

}

.bottle-preview-mobile .preview-bottle-container .writing-pad_copy {

  font-size: 8px;

} */

.mobile-label-wrap {

  position: relative;

  width: 320px;

  height: 192px;

  z-index: 99;

  top: auto;

  left: auto;

  transform: none;

  margin: 0 auto 18px;

}

.mobile-label-wrap .preview-bottle-container {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

}

.mobile-label-wrap .writing-pad {

  top: 12px;

  left: 12px;

  width: 240px;

  height: 94px;  

}



.mobile-label-wrap .preview-bottle-container .writing-pad_copy {

  font-size: 20px;

  line-height: 1.1em;

}

.mobile-label-wrap .preview-bottle-container .writing-pad_copy.tk-lamar-pen {

  font-size: 19px;

}

.mobile-label-wrap .preview-bottle-container .writing-pad_copy.tk-salamat {

  top: 6px;

  font-size: 22px;

}

.mobile-wrap-writing {

  left: 16px;

  top: 17px;

  width: 195px;

  height: 74px;

  position: absolute;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 14px;

  line-height: 1.3em;

  text-transform: uppercase;

  text-align: center;

  font-weight: bold;

  color: #000;    

}

.mobile-label-wrap {

  display: block;

}

.dotted-link {

  font-size: 15px;

}

.stories-tile.homeCopy .stories-detail {

  position: absolute;

}

.stories-tile.homeCopy .stories-img {

  padding: 20px;

}

.icon-btn:not(:last-child) {

  margin: 0 10px;

}









.custom-label-wrap {

  padding-top: 40px;

  padding-bottom: 50px;

}

.col-61 {

  width: 100%;

}

.csl-step-1 .panel-row {

  margin-bottom: 15px;

}

.csl-step-1 .csl-step-detail .col-1-3 {

  width: 50%;

  margin-bottom: 10px;

}

.csl-step-detail {

  padding: 18px 0 0;

}

.panel-row,

.video-preview-controls .flex-row {

    margin: 0 -5px;

}  

.panel-row [class^="col-"],

.video-preview-controls .flex-row .col-50 {

    padding: 0 5px;

}  

.csl-step .csl-step-item:not(:last-child) {

  margin-bottom: 40px;

}

.csl-step_title, .choice-item.bottle-item .choice-item_copy {

  font-size: 16px;

}

.csl-step .csl-step_title {

  padding: 16px 20px;

  border-radius: 24px;

}

.csl-step .entry-infos .selected-bottle-name {

  padding: 8px 0 0 12px;

  font-size: 14px;

}

.form-field label {

  padding: 10px 15px 16px;

  font-size: 14px;

}

.csl-step .character-limit {

  font-size: 12px;

}

.btn.black-ghost {

  color: #000;

  border-color: #000;

}

.csl-step-detail .col-1-2 {

  width: 100%;

}

.custom-label-wrap .btn {

  font-size: 16px;

}

.card-submission-thanks .col-1-2 {

  width: 100%;

}

}

@media screen and (min-width: 540px) and (max-width: 767px) {



  .csl-step-1 .csl-step-detail .col-1-3 {

    width: calc(100% / 3);

  }  

}

.check.validate-msg-mail-address{

  font-weight: bold;

  font-style: normal;

  font-size: 16px;

  color: #7a303f;

}

