.navigation-step ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
/*     border-bottom: 1px solid rgba(112,112,112,0.2); */
  flex-wrap: wrap;
  margin-bottom: 0;
}
.product-title {
  text-align: center;
}
.product-title .product__title h1 {
    color: #DF9CAC;
    font-size: 20px;
    font-weight: 600;
}
.navigation-step ul li {
    display: flex;
}
.navigation-step ul p {
    font-size: 14px;
    font-weight: 600;
    color: rgb(var(--color-heading-1-text));
      margin-bottom: 10px;
    margin-top: 10px;
}
.navigation-step ul li {
    display: flex;
    align-items: center;
}
.navigation-step ul li span.number {
  font-size: 16px;
  font-weight: 600;
  color: rgb(var(--color-heading-1-text));
  border: 1px solid #df9cac;
    padding: 0 10px;
    border-radius: 100%;
    margin-right: 15px;
}
.navigation-step li.done span.number::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  background-image: url(//cdn.shopify.com/s/files/1/0227/9384/6848/files/icon-tick_14x.png?v=14866583348487544560);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
/*     background-size: 20px auto; */
    background-position: center;
}
#customize_section_right ul li {
    flex: 1 1 calc(25% - 20px);
    list-style: none;
    margin: 5px 10px;
      max-width: calc(25% - 20px);
  cursor: pointer;
}
#customize_section_right ul li img {
  border: 2px solid rgba(112,112,112,20%);
      width: 100%;
    margin: auto;
    text-align: center;
    display: block;
      border-radius: 5px;
}
#customize_section_right ul li.active img {
  border-color: #df9cac;
}
#customize_section_right ul {
    display: flex;
    flex-wrap: wrap;
  padding-left: 0;
}
#customize_section_right ul li img {
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}
#customize_section_right ul li span {
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
    font-size: 15px;
    padding: 0 5px;
  font-weight: 600;
  text-align:center;
  color: #df9cac;
      word-break: break-word;
      line-height: normal;
}
#customize_section_right ul li.active span {
  color: rgb(var(--color-heading-1-text));
}
.sticky_cart_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #DF9CAC;
    z-index: 9;
    padding: 4px 30px 4px;
    box-shadow: 0 0 10px #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sticky_cart {
display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
}
.next_pervious .soldout {
    display: none;
    vertical-align: middle;
    font-size: 18px;
    background-color: rgb(var(--color-heading-1-text));
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  font-weight: 700;
}
.btn_next {
  vertical-align: middle;
    font-size: 18px;
    background-color: rgb(var(--color-heading-1-text));
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 5px;
    padding-bottom: 5px;
  border-radius: 5px;
  transition: 0.2s easy;
  cursor: pointer;
}
.btn_next:hover {
  background-color: #ffffff;
  color: rgb(var(--color-heading-1-text));
}
.btn_back {
    vertical-align: middle;
    font-size: 18px;
    background-color: #ffffff;
    color: rgb(var(--color-heading-1-text));
    padding-left: 15px;
    padding-right: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 5px;
    padding-bottom: 5px;
  border-radius: 5px;
  transition: 0.2s easy;
  cursor: pointer;
}
.btn_back:hover {
  background-color: rgb(var(--color-heading-1-text));
  color: #ffffff;
}
.sticky_price {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Muli';
    font-weight: 500;
}
.navigation-step ul li.active span.number {
    background-color: #df9cac;
    color: #fff;
}
.navigation-step ul li {
  border-bottom: 3px solid transparent;
}
.navigation-step ul li.active {
 border-bottom-color: #df9cac; 
}
.navigation-step ul li.done span.number {
  position: relative;
  background-color: #df9cac;
      color: #df9cac;
}
#customize_section_right h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(var(--color-heading-1-text));
    line-height: 36px;
      display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
}
#customize_section_right h3 span.step_info {
  position: relative;
    width: 16px;
    height: 16px;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    bottom: 0;
    left: 10px;
}
#customize_section_right h3 span.step_info::before {
  content:"";
  height: 16px;
  width: 16px;
  position: absolute;
  margin: auto;
  display: block;
  background-image: url(//cdn.shopify.com/s/files/1/0227/9384/6848/files/icon-question1.svg?v=6992459196818273659);
}
    #customize_section_right h3 span.step_info:hover .tooltip_content_c {
    opacity: 1!important;
    visibility: visible!important;
    
    }
#customize_section_right h3 span.step_info .tooltip_content_c {
    position: absolute;
    left: -40px;
    right: auto;
    margin: auto;
    width: 300px;
    font-size: 14px;
    border: 1px solid #df9cac;
    padding: 10px;
    top: 30px;
    background-color: #fff;
    color: #000;
    z-index: 9;
    font-family: var(--font-heading-family);
  line-height: 24px;
    font-weight: 500;

}
#customize_section_right .box_items, #customize_section_right .add_a_message, #customize_section_right .fragrance_items, #customize_section_right .rose_items, #customize_section_right .add_a_monogram, #customize_section_right .upload_photo, #customize_section_right .charm {
    position: relative;
}
span.box_sub_title {
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
  color: rgb(var(--color-heading-1-text));
}
span.box_sub_title p {
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
  color: #df9cac;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
#customize_section_right ul {
  border-top: 1px solid rgba(112,112,112,20%);
      margin-top: 10px;
    padding-top: 10px;
}

.product-form .next_pervious .next, .product-form .next_pervious .back {
    display: inline-block;
    margin: 0 10px;
      transition: 0.2s easy;
  cursor: pointer;
}
.product-form .next_pervious {
  text-align: right;
}
.product-form .next_pervious .back {
  background-color: #DF9CAC;
  color: #fff;
}
.product-form .next_pervious .next:hover {
    background-color: #df9cac;
  color: #ffffff;
}
.product-form .next_pervious .back:hover {
  background-color: rgb(var(--color-heading-1-text));
}
#customize_section_right #step_3 ul li img {
    padding: 15px 15px;
}
.add-your-message-content div.message-frame textarea:focus {
  outline: none;
}
.add-your-message-content div.message-frame textarea:focus-visible {
  outline: none;
  box-shadow: none;
}
/*Rount Frame*/
#customize_section_right .round { 
  padding: 25px; 
  border-radius: 100%; 
  overflow: hidden; 
  background: url(//cdn.shopify.com/s/files/1/0227/9384/6848/files/round-bg.png?v=16538836626340381602); 
  background-repeat: no-repeat; 
  background-size: 100% 100%; 
  width: 330px; 
  height: 330px; 
  margin: 20px auto; 
  position: relative; 
        text-align: center !important;
    padding: 100px 43px !important;
    font-family: var(--font-heading-family);
  font-size: 20px;
      font-family: monospace !important;
}
#customize_section_right .round img { 
  position: absolute; 
  left: 25px; 
  top: 25px; 
  object-fit: cover; 
  border-radius: 100%; 
  overflow: hidden; 
  width: calc(100% - 50px); 
}

/*Square Frame*/
#customize_section_right .square { 
  padding: 40px; 
  border-radius: 0; 
  overflow: hidden; 
  background: url(//cdn.shopify.com/s/files/1/0227/9384/6848/files/xoxo-BTmessage_frame.png?v=3107706643669433328); 
  background-repeat: no-repeat; 
  background-size: 100% 100%; 
  width: 330px !important; 
  height: 330px; 
  margin: 20px auto; 
  position: relative; 
  border: 0 !important; 
  color: #272727; 
    font-size: 20px;
        font-family: monospace !important;
}
#customize_section_right .square img { 
  position: absolute; 
  left: 30px; 
  top: 30px; 
  object-fit: cover; 
  border-radius: 0; 
  overflow: hidden; 
  width: calc(100% - 60px); 
}

/*Rectangle Frame*/
#customize_section_right .rectangle { 
  padding: 35px; 
  border-radius: 0; 
  overflow: hidden; 
  background: url(//cdn.shopify.com/s/files/1/0227/9384/6848/files/perfectdozen-BTmessage_frame_1.png?v=15916259016914299015); 
  background-repeat: no-repeat; 
  background-size: 100% 100%; 
  width: 445px !important; 
  height: 350px; 
  margin: 20px auto; 
  position: relative; 
  border: 0 !important;
    font-size: 20px;
        font-family: monospace !important;
}
#customize_section_right .rectangle img { 
  position: absolute; 
  left: 30px; 
  top: 30px; 
  object-fit: scale-down; 
  border-radius: 0; 
  overflow: hidden; 
  width: calc(100% - 60px); 
  height: calc(100% - 60px); 
}

/*Wide Rectangle Frame*/
#customize_section_right .wide_rectangle { 
  padding: 30px 35px; 
  border-radius: 0; 
  overflow: hidden; 
  background: url(//cdn.shopify.com/s/files/1/0227/9384/6848/files/sixer_lid.png?v=8223926000354061747);
  background-repeat: no-repeat; 
  background-size: 100% 100%; 
  width: 550px !important; 
  height: 163px; 
  margin: 20px auto; 
  position: relative; 
  border: 0 !important; 
    font-size: 20px;
        font-family: monospace !important;
}
#customize_section_right .wide_rectangle img { 
  position: absolute; 
  left: 20px; 
  top: 20px; 
  object-fit: scale-down; 
  border-radius: 0; 
  overflow: hidden; 
  width: calc(100% - 40px); 
  height: calc(100% - 40px); 
}

.fragrance_cover li {
    flex: 1 1 calc(25% - 20px);
    margin: 7.5px 7.5px;
    padding: 20px 10px;
    border: 1px solid;
  border-radius: 5px;
  list-style: none;
  text-align: center;
}
.fragrance_cover li .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.fragrance_cover li .content {
  font-size: 14px;
  font-weight: 400;
  color: rgb(var(--color-heading-1-text));
}
ul.fragrance_cover {
    display: flex;
    flex-wrap: wrap;
  padding-left: 0;
}
.fragrances_description {
    max-width: 100%;
    width: 100%;
}
.fragrance_description_block .main_title {
    text-align: center;
    font-family: 'IP-Script-Casual';
    font-size: 45px;
    color: rgb(var(--color-heading-1-text));
}
.uploade_videoWrap {
    margin-top: 0px;
}
.uploade_videoWrap .fragrance_subhading {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  color: #DF9CAC;
}
.product-single__metas .borderTitleWrap {
    border-bottom: 1px dotted rgba(112,112,112,20%);
    margin-bottom: 25px;
    padding-bottom: 5px;
}
span.help_section {
    font-size: 16px;
    font-weight: 400;
    color: rgb(var(--color-heading-1-text));
  margin-bottom: 20px;
  display: block;
}
span.help_section a.videoPopup {
  color: #DF9CAC;
}
input#uploade_video_c {
        font-size: 16px;
    border: 1px solid rgba(112,112,112,20%);
    border-radius: 5px;
    padding: 15px 20px;
        width: 100%;
    font-family: var(--font-heading-family);
}
.uploade_videoInputWrap {
    margin-bottom: 20px;
}
.help_text {
    font-size: 14px;
    font-weight: 600;
  color: #DF9CAC;
  margin-top: 10px;
}
.key_layout_sub_custom_customapp {
    display: none !important;
}
div#clear_img_custom_app {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(var(--color-heading-1-text));
    text-align: center;
    margin-right: 25%;
    text-decoration: underline;
    text-decoration-color: #DF9CAC;
    text-underline-offset: 1rem;
    margin-bottom: 10px;
  max-width: 330px;
}
#customize_section_right textarea:focus-visible {
    outline: none;
    box-shadow: none;
}
span.monogram_premade_color {
    display: block;
    font-size: 14px;
    font-weight: 600;
  color: #DF9CAC;
  line-height: 36px;
}
#customize_section_right span.monogram_premium {
  font-size: 17px;
  font-weight: 600;
  color: rgb(var(--color-heading-1-text));
  line-height: 36px;
}
#customize_section_right .monogram_main.addmonogramprice {
    position: relative;
}
#customize_section_right .remove_btn_monogram {
    position: absolute;
    right: 0;
    top: 15px;
    bottom: auto;
    margin: auto;
    display: block;
}
.remove_btn_monogram a#remove_monogram {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(var(--color-heading-1-text));
    text-decoration-color: #DF9CAC;
    text-underline-offset: 1rem;
}
#customize_section_right .upload_sample_img .popup img.sample_img {
    max-width: 35%;
    width: 100%;
    margin: auto;
    cursor: pointer;
    padding: 10px 0;
}
.shown {
    z-index: 999;
    display: none;
}
input#uploade_option_c {
    font-size: 16px;
    border: 1px solid rgba(112,112,112,20%);
    border-radius: 5px;
    padding: 15px 20px;
    width: 100%;
    font-family: var(--font-heading-family);
  margin-bottom: 20px;
}
#customize_section_right .remove_file_upload a {
      font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(var(--color-heading-1-text));
    text-decoration-color: #DF9CAC;
    text-underline-offset: 1rem;
}
}
a#remove_charm {
        font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(var(--color-heading-1-text));
    text-decoration-color: #DF9CAC;
    text-underline-offset: 1rem;
}
.step_sub_title_charm {
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
  color: #DF9CAC;
}
input.charm_latter, input.charm_latter::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: rgb(var(--color-heading-1-text));
    line-height: 24px;
    border: 1px solid rgba(112,112,112,20%);
    border-radius: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-family: 'Muli';
  width: 90%;
}
input.charm_latter:focus-visible {
    outline: none;
    box-shadow: none;
}

body.loader_process:after { position: fixed; left: 0; right: 0; top: 0; background: rgba(255, 255, 255, 0.95); height: 100%; width: 100%; content: ''; z-index: 99999; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
body.loader_process:before { content: ''; position: fixed; left: 0; right: 0; top: 50%; z-index: 999999; background: url(rose.gif) no-repeat center center; width: 150px; height: 150px; background-size: 150px auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin: 0 auto; }
.addtocart {
    vertical-align: middle;
    font-size: 18px;
    background-color: rgb(var(--color-heading-1-text));
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s easy;
    cursor: pointer;
  display: inline-block;
    margin: 0 10px;
    transition: 0.2s easy;
    cursor: pointer;
}
.product-form .next_pervious .addtocart:hover {
    background-color: #df9cac;
  color: #ffffff;
}
.addtocart:hover {
    background-color: #ffffff;
    color: rgb(var(--color-heading-1-text));
}
@media screen and (max-width: 1600px) { 
.product-title .product__title h1 {
  font-size: 20px;
}
  .navigation-step ul p {
    font-size: 14px;
  }
  #customize_section_right h3 {
    font-size: 20px;
  }
  #customize_section_right h3 {
    font-size: 17px;
  }
  span.box_sub_title {
    font-size: 18px;
  }
  span.box_sub_title p {
    gont-size: 16px;
  }
  .btn_next, .btn_back, .addtocart {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
.product-title .product__title h1 {
    font-size: 20px;
}
  .navigation-step ul p {
    font-size: 14px;
}
  .navigation-step ul li span.number {
    font-size: 14px;
    padding: 0 8px;
        margin-right: 10px;
  }
  .navigation-step li.done span.number::before {
    width: 25px;
    height: 25px;
  }
    .navigation-step ul p {
    display: none;
  }
  .btn_next, .btn_back, .addtocart {
    font-size: 12px;
}

}
@media screen and (max-width: 991px) {

  .navigation-step ul li.active {
    border: 0 none;
  }
  .navigation-step ul li {
    margin-bottom: 10px;
  }
  .product__title {
    margin-top: 1rem;
  }
  div#mobile_price_c {
    display: none !important;
}
  .fragrance_cover li {
        flex: 1 1 calc(33.33% - 20px);
  }
    #custom_image #live_svg svg {
    width: 100%;
    height: auto;
}
  .navigation-step ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
#customize_section_right ul li {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
}
  .product-form .next_pervious {
    text-align: center;
}
  .sticky_price {
    font-size: 18px;
  }
  .btn_next, .btn_back, .addtocart {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
}
  #customize_section_right .rectangle {
    width: 340px !important;
}
  div#clear_img_custom_app {
    margin-right: 0 !important;
    max-width: 100%;
}
  .product__info-wrapper.grid__item {
    padding-top: 0;
  }
}
.custom__app_header .trustspot-inline-product {
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
.product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
  max-width: 100%;
  width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2)
}
  .product--medium:not(.product--no-media) .product__info-wrapper {
    max-width: 100%;
  width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-left: 0;
  }
  .product__media-gallery.enable_thumbnail_slider {
    display: flex;
    flex-direction: column;
}
  .product__media-gallery.enable_thumbnail_slider .slick_main_slider, .product__media-gallery.enable_thumbnail_slider .slick_thumb_slider {
    width: 100%;
}
  .product .slider-for {
    padding-left: 1.5rem;
}
  .product__media-gallery.enable_thumbnail_slider .slick_thumb_slider ul {
    padding: 0;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 10px;
}
  .product__media-gallery.enable_thumbnail_slider .slick_thumb_slider li {
    margin-right: 10px;
}
    .navigation-step ul li.active p {
    display: block;
    flex: 1 1 100%;
      text-align: center;
}
}
a#remove_charm {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(var(--color-heading-1-text));
    text-decoration-color: #DF9CAC;
    text-underline-offset: 1rem;
}
.remove_btn {
    position: absolute;
    right: 0;
    top: 15px;
    bottom: auto;
    margin: auto;
    display: block;
}
@media screen and (max-width: 991px) {
.viewContractDetailBtn {
    margin-bottom: 15px;
}
  .navigation-step ul li.active span.number {
    margin-right: 0;
  }
  .navigation-step ul li.active {
    flex-wrap: wrap;
    justify-content: center;
}

}
.custom_tool_top_steps_a {
    display: flex;
    width: 100%;
    align-items: center;
      border-bottom: 1px solid rgba(112,112,112,0.2);
}
.custom_tool_top_steps {
    flex: 1 1 75%;
}
.custom_tool_top_steps_a .next_pervious {
    flex: 1 1 25%;
    justify-content: end;
    display: flex;
    padding-left: 35px;
/*       border-bottom: 1px solid rgba(112,112,112,0.2); */
/*     padding-bottom: 6px; */
}
.custom_tool_top_steps_a .btn_back {
    margin-right: 10px;
}
.custom_tool_top_steps_a .next_pervious .back {
    background-color: #DF9CAC;
    color: #fff;
}
.custom_tool_top_steps_a .next_pervious .back:hover {
    background-color: rgb(var(--color-heading-1-text));
}
.custom_tool_top_steps_a .next_pervious .next:hover {
    background-color: #df9cac;
    color: #ffffff;
}
.custom_tool_top_steps_a .next_pervious .addtocart:hover {
    background-color: #df9cac;
    color: #ffffff;
}

@media screen and (max-width: 1078px) {
  .custom_tool_top_steps {
    flex: 1 1 70%;
}
  .custom_tool_top_steps_a .next_pervious {
    flex: 1 1 30%;
  }
}
@media screen and (max-width: 991px) {
.custom_tool_top_steps_a .next_pervious {
    flex: 1 1 25%;
    flex-wrap: wrap;
}
  .custom_tool_top_steps {
    flex: 1 1 75%;
}
  .custom_tool_top_steps_a .next_pervious .addtocart {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
.custom_tool_top_steps_a {
  flex-direction: column;
  align-items: normal;
}
  .custom_tool_top_steps {
    flex: 1 1 100%;
}
  .custom_tool_top_steps_a .next_pervious {
    flex: 1 1 100%;
    flex-wrap: nowrap;
    text-align: right;
    padding-left: 0;
        padding-bottom: 10px;
}
  .sticky_cart {
    padding: 4px 10px 4px;
  }
  .sticky_cart .addtocart {
    margin-left: 5px;
    margin-right: 5px;
  }
  .custom_tool_top_steps_a .next_pervious .addtocart {
    margin-top: 0;
  }
  .remove_btn {
    position: unset !important;
    margin: 10px 0;
  }
  .sticky_cart_wrapper {
    padding: 4px 15px 4px;
  }
}
input#garland_latter_2 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(34,30,31,30%);
    line-height: 24px;
    border: 1px solid rgba(112,112,112,20%);
    border-radius: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-family: 'Muli';
    width: 90%;
}
input#garland_latter_2:focus-visible {
      outline: none;
    box-shadow: none;
}
.shown .img-show {
    width: 600px;
    height: auto;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 30px);
    z-index: 99999;
  padding: 35px;
}
.shown .img-show img.sample_img {
    width: 100%;
}
.shown .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.66);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  display: block;
}
#customize_section_right .img-show span {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
#customize_section_right .upload_sample_img .popup img.sample_img {
    max-width: 35%;
    width: 100%;
    margin: auto;
    cursor: pointer;
    padding: 0;
}
.pop_close i.fa.fa-times::before {
    content: "x";
    color: rgb(var(--color-heading-2-text));
    font-size: 18px;
    right: 5px;
    position: absolute;
    top: 0;
    margin: auto;
}
body.loader_process.videoUploadingloader:before {
    content: "Uploading... Please wait...";
    background-position: center top;
    display: flex;
    justify-content: center;
    align-items: self-end;
    height: 173px;
    width: 240px;
}
a#removevideofile_c {
background-color: rgb(var(--color-heading-2-text));
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s easy;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
      line-height: 30px;
}
a#removevideofile_c:hover {
  background-color: rgb(var(--color-heading-1-text));
}
.remove_video_upload {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
label#video_file_name_l {
    border: 1px solid rgb(var(--color-heading-1-text));
    background-color: var(--color-text-field);
    color: var(--color-text-field-text);
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    line-height: 17px;
    display: inline-block;
    padding: 10px 18px;
    margin: 0;
    vertical-align: top;
}
.uploade_videoWrap .shown .video-show {
    width: 760px;
    height: auto;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 30px);
    z-index: 99999;
  cursor: pointer;
}
.uploade_videoWrap .video-show div#video {
    width: 100%;
    margin: 50px 20px 20px;
}
.uploade_videoWrap .video-show div#video .videoWRap {
    display: block;
    padding: 0 0 56.1%;
    position: relative;
    background: url(rose.gif) no-repeat center center;
    background-size: 100px;
}
.uploade_videoWrap .video-show div#video .videoWRap iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1199px) {
  .navigation-step ul {
    display: flex;
    justify-content: space-evenly;
  }
  .custom_tool_top_steps_a .next_pervious {
    flex: unset;
  }
}
.charm_options .add_a_latter_main {
    text-align: center;
}
.uploade_videoWrap .shown .video-show .pop_close i.fa.fa-times::before {
    top: 10px;
    right: 10px;
}
.rectangle + div + .emoji_custom div#clear_img_custom_app {
    max-width: 450px;
}
div#clear_img_custom_app {
    cursor: pointer;
}
.section.custom-app {
    overflow-x: hidden;
}
.add_a_message h3 span {
    color: #DF9CAC;
}
.main_textarea {
  position: relative;
}
.main_textarea .emoji_custom {
    position: absolute;
    right: 0;
    top: 0;
}
.uploade_videoWrap .borderTitleWrap h3 {
    display: block !important;
    text-align: center;
    width: 70%;
  color: #DF9CAC !important;
}
@media screen and (max-width: 1200px) {
.uploade_videoWrap .borderTitleWrap h3 {
  width: 40%;
}
}
@media screen and (max-width: 991px) {
.uploade_videoWrap .borderTitleWrap h3 {
  width: 55%;
}
}
@media screen and (max-width: 767px) {
.uploade_videoWrap .borderTitleWrap h3 {
  width: 100%;
}
  .main_textarea .emoji_custom {
    top: -25px;
}
}
#box_premium span.box_sub_title {
    display: none;
}
#box_standard span.box_sub_title {
    display: none;
}