@import url("https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", serif;
}

.cursor-pointer {
  cursor: pointer;
}

.red_rose_family {
  font-family: "Red Rose", serif;
}

body {
  background-color: #f0efeb !important;
}

.user_termsconditions section.visible .container {
  min-height: calc(100vh - 100px);
}
.user_privacypolicy section.visible .container {
  min-height: calc(100vh - 240px);
}
body.user_products,
body.user_billing,
body.user_feedauth,
body.user_profile {
  background-color: #ffff !important;

  font-family: "Rubik", sans-serif !important;
}
body.user_products .cb_top_header_section .bg-white,
body.user_billing .cb_top_header_section .bg-white,
body.user_feedauth .cb_top_header_section .bg-white,
body.user_profile .cb_top_header_section .bg-white {
  background-color: #f3f4f6 !important;
}
.accordion-body {
  background-color: #f0efeb !important;
}

.nav-link.icon-link-hover:hover {
  color: var(--bs-nav-link-color) !important;
}

.cb_top_sectoion_header_img {
  width: calc(100% - 35%);
  top: 0px;
  left: 0px;
}

.cb_top_sectoion_header {
  z-index: 99;
  position: relative;
}

.cb_top_svg_wrap {
  right: -60px;
  top: 70px;
  width: 120px;
  height: auto;
  animation: rotate-center 2.5s linear infinite both;
}

.cb_top_svg_wrap > path,
.cb_bottom_svg_wrap > svg > path {
  fill: #10b981;
}

.cb_botton_sectoion_header_img {
  width: calc(100% - 30%);
  top: -160px;
  right: 0px;
}

.cb_bottom_svg_wrap > svg {
  width: 100px;
  height: auto;
}

.cb_bottom_svg_full {
  top: -90px;
  left: 0px;
  animation: rotate-center 1.8s linear infinite both;
}

.cb_bottom_svg_half_left {
  width: 120px !important;
  left: -50px;
  top: 10px;
  animation: rotate-center 2.2s linear infinite both;
}

.cb_bottom_svg_half_right {
  left: 75px;
  animation: rotate-center 2s linear infinite both;
}

.cb_botton_sectoion_header {
  width: 100%;
  height: 78px;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cb_top_header_section {
  width: 100%;
  height: auto;
}

.cb_top_header_section.scrolled {
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both !important;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: fixed;
  top: 0px;
}

@keyframes fade-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cb_feature_images {
  width: 100%;
  height: 100px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.feature-card,
.work-feature-card {
  background-color: #ffffff;
  margin: 0px 40px;
  position: relative;
  border: 8px solid #f0efeb !important;
}

.features-section-slick,
.work-section-slick {
  margin: 0px -40px;
}

.slick-prev {
  left: 0px;
}

.slick-arrow:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 24px;
  cursor: pointer;
  color: #ff7343;
}

.slick-arrow {
  font-size: 0px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  background-color: transparent;
  outline: none;
  z-index: 9;
}

.slick-next {
  right: 0px;
}

.slick-next:before {
  content: "\f054";
}

.cb_how_works_icon {
  width: 100%;
  height: 120px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.carousel-icon {
  i {
    font-size: 5rem;
    color: rgba(var(--bs-white-rgb), 0.3);
  }
}

.carousel-item {
  i {
    font-size: 1.6rem;
    color: rgba(var(--bs-white-rgb), 0.3);
  }
}

.t-card {
  background-color: rgba(var(--bs-dark-rgb), 0.5);
  border-radius: 1.25rem;
  color: var(--bs-white);
  height: auto;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 1.5625rem solid transparent;
  border-right: 1.5625rem solid transparent;
  border-top: 1.25rem solid rgba(var(--bs-dark-rgb), 0.5);
}

.cb_testimonials_user_profile_wrap {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  border: 3px solid #070730;
  border-radius: 100%;
  padding: 5px 5px;
}

.cb_testimonials_user_profile {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}

.cb_testimonials_user_info_wrap {
  width: calc(100% - 60px);
}

.carousel-inner {
  gap: 20px;
  display: flex;
}

.pricing-section,
.newsletter-signup {
  background: linear-gradient(282.76deg, #f6f6f6 37.64%, #909090 183.21%);
}

.pricing-card {
  border-radius: 0px;
  transition: transform 0.3s ease;
  padding-top: 100px !important;
  padding-bottom: 40px !important;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16%);
  overflow: hidden;
}

.pricing-card_catgory {
  transform: rotate(316deg);
  position: absolute;
  left: -80px;
  top: 0px;
  background-color: #ff7343;
  color: #fff !important;
  padding: 45px 20px 20px;
  min-width: 290px;
  text-align: center;
}

.pricing-card:before {
  content: "";
  width: 85px;
  height: 85px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #ff7343;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.pricing-card h3 {
  color: #333;
}

.pricing-card ul {
  margin: 0;
  padding: 0;
}

.pricing-card .badge {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
}

.pricing-card ul > li {
  color: #7a7a7a;
  margin: 0px 20px;
  font-weight: 500;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 8));
  }
}

.integrations_slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.integrations_slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 16);
}

.integrations_slide {
  height: 100px;
  width: 200px;
  flex-shrink: 0;
}

.integrations_slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.login-from-logo {
  width: 200px;
}

.login_logo {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.login_logo > img {
  height: 30px;
  margin-right: 10px;
}

.login-page-form-wrap {
  top: 3rem;
}

.vadio_play_btn_wrap {
  top: 0px;
  left: 0px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff47;
  cursor: pointer;
}

.vadio_play_btn_wrap > i {
  color: #0f172a;
  font-size: 80px;
}

.cb_top_header_section.scrolled > .bg-white {
  background-color: #fff !important;
}

.feedbro_dashboard {
  margin-top: 90px;
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden !important;
}

.feedbro_dashboard > .table_wraper {
  margin-bottom: 10px;
  height: calc(100vh - 250px);
  overflow: auto;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #b5b5b55e;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0f172ae8 !important;
}

.feedbro_dashboard tr > th,
.feedbro_dashboard tr > td {
  min-width: 110px;
}

.feedbro_dashboard > .table_wraper td {
  font-size: 13px;
  font-weight: normal;
}

.filter_tittle_input {
  width: calc(100% - 80px);
  outline: none;
  border-radius: 4px;
  border: 1px solid #bbb;
  padding: 5px 10px;
  font-size: 13px;
}

.filter_tittle_table {
  width: 80px;
}

.feedbro_dashboard > .table_wraper th {
  position: sticky;
  top: 0px;
}

.top_triangle_img {
  max-width: 165px;
  margin: 25px 0px 0px auto;
  display: block;
  max-height: 165px;
}

.top_right_arrow_round {
  height: 130px;
  right: 15px;
  top: 75px;
  transform: rotate(15deg);
}

.top_left_arrow_round {
  height: 130px;
  left: -15px;
  bottom: 30px;
  transform: rotate(190deg);
}

.arrow__top_round {
  height: 122px;
  transform: rotate(-75deg);
  margin-left: 25px;
}

.theme_color {
  color: #ff7343;
}

#typing {
  max-width: 385px;
}

.top_img_wrapper_relative > .arrow_round {
  height: 70px;
  right: 86px;
  bottom: 52px;
  transform: rotate(190deg);
}

.cb_tittle_style {
  background: linear-gradient(
    90deg,
    rgb(255 115 67 / 40%) 0%,
    rgb(240 239 235 / 0%) 40%
  );
  border-left: 3px solid #ff7343;
  width: max-content;
  color: #070730;
  padding: 5px 50px 5px 5px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.feature-card:before,
.feature-card:after,
.work-feature-card:before,
.work-feature-card:after {
  content: "";
  position: absolute;
  background-color: #7b7b7b;
}

.feature-card:hover:before,
.feature-card:hover:after,
.work-feature-card:hover:before,
.work-feature-card:hover:after {
  background-color: #ff5733;
}

.feature-card:before,
.work-feature-card:before {
  bottom: 0;
  left: -8px;
  width: 8px;
  height: calc(100% - 50%);
  clip-path: polygon(0 0, 0% 0, 100% 8%, 100% 100%, 0 100%);
}

.feature-card:after,
.work-feature-card:after {
  bottom: -7px;
  left: -8px;
  width: calc(100% - 50%);
  height: 8px;
  clip-path: polygon(0 0, 0% 0, 92% 8%, 100% 100%, 0 100%);
}

.testimonials_client_card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.21);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 20px 10px;
  border-radius: 5px;
  margin: 0px 40px 5px;
}

.testimonials_client_slick {
  margin: 0px -40px;
}

.testimonials_client_card .testimonial_subtitle,
.testimonials_client_card .testimonial_subtitle + p {
  color: #7b7b7b !important;
  font-size: 15px;
}

.testimonials_client_rank {
  color: #b9b9b9;
  font-size: 14px;
}

.custom-list {
  list-style-type: disc;
}

.Pricing_Plans_card_Wrap .pricing-card {
  margin: 0px 30px;
}

.Pricing_Plans_card_Wrap {
  margin: 0px -30px;
}

.Benefits_card_img_wrap {
  background: #fff;
  border: 3px solid #d7d7d3;
  position: relative;
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 6px 25px;
}

.Benefits_card_img_wrap:before {
  bottom: 0;
  left: -8px;
  width: 8px;
  height: calc(100% - 50%);
  clip-path: polygon(0 0, 0% 0, 100% 8%, 100% 100%, 0 100%);
}

.Benefits_card_img_wrap:before,
.Benefits_card_img_wrap:after {
  content: "";
  position: absolute;
  background-color: #ff7343;
}

.Benefits_card_img_wrap:after {
  bottom: -7px;
  left: -8px;
  width: calc(100% - 50%);
  height: 8px;
  clip-path: polygon(0 0, 0% 0, 92% 8%, 100% 100%, 0 100%);
}

.Benefits_card_img_wrap:hover {
  border-color: #ff7343;
  transition: 1s;
  background-color: #fdeee7;
}

#faqAccordion > .accordion-item {
  border-radius: 0px;
}

.Benefits_card_wrap {
  margin: 0px 30px;
}

.benefits-section_row {
  margin: 0px -30px;
}

.Benefits_card_img_wrap {
  background: #fff;
  border: 3px solid #d7d7d3;
  position: relative;
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 6px 25px;
}

.Benefits_card_img_wrap:before {
  bottom: 0;
  left: -8px;
  width: 8px;
  height: calc(100% - 50%);
  clip-path: polygon(0 0, 0% 0, 100% 8%, 100% 100%, 0 100%);
}

.Benefits_card_img_wrap:before,
.Benefits_card_img_wrap:after {
  content: "";
  position: absolute;
  background-color: #ff7343;
}

.Benefits_card_img_wrap:after {
  bottom: -7px;
  left: -8px;
  width: calc(100% - 50%);
  height: 8px;
  clip-path: polygon(0 0, 0% 0, 92% 8%, 100% 100%, 0 100%);
}

.Benefits_card_img_wrap:hover {
  border-color: #ff7343;
  transition: 1s;
  background-color: #fdeee7;
}

#faqAccordion > .accordion-item {
  border-radius: 0px;
}

#faqAccordion > .accordion-item .accordion-button.collapsed:after {
  content: "\2b";
  color: #ff7343;
}

#faqAccordion > .accordion-item .accordion-button:after {
  content: "\f068";
  background-image: none;
  font-size: 18px;
  font-family: "FontAwesome";
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  color: #ffffff;
}

.accordion-collapse.show > .accordion-body {
  background-color: #ffffff !important;
}

.accordion-button.collapsed {
  background-color: #ffffff !important;
  color: #000 !important;
}

#faqAccordion .accordion-button {
  background-color: #ff7343;
  color: #fff;
}

.Benefits_card_img_wrap > img {
  max-height: 200px;
  object-fit: contain;
  height: 200px;
}

.work-feature-card:hover .cb_how_works_icon,
.feature-card:hover > .feature-icon > .cb_feature_images {
  display: none;
}

.work-feature-card:hover .cb_how_works_icon.hover,
.feature-card:hover > .feature-icon > .cb_feature_images.hover {
  display: block !important;
}

.bg-shopify {
  width: 60px;
  height: auto;
  right: 292px;
  bottom: 165px;
}

.bg_drive {
  width: 70px;
  height: auto;
  right: 0px;
  top: 100px;
}

.bg-fb {
  width: 60px;
  height: auto;
  right: 45%;
  top: 50%;
  transform: translate(-55%, -50%);
}

.bg-google {
  width: 60px;
  height: auto;
  right: 36%;
  top: 40px;
  transform: translate(-64%, 0px);
}

.arrow_round-1 {
  width: 60px;
  height: auto;
  right: -25px;
  top: 20%;
}

.arrow_round-2 {
  width: 60px;
  height: auto;
  top: 50%;
  left: -30px;
  rotate: 180deg;
  transform: translate(0px, 0px);
}

.arrow_round-3 {
  width: 60px;
  height: auto;
  rotate: 288deg;
  top: 60px;
  left: 60px;
}

.arrow_round-4 {
  width: 20px;
  height: auto;
  right: 30px;
  top: 41%;
  rotate: 190deg;
  transform: translate(-59%, 0px);
}

.arrow_round-5 {
  width: 35px;
  height: auto;
  right: 52%;
  top: 55%;
  rotate: 190deg;
  transform: translate(-45%, -48%);
}

.cb_padding_full {
  padding: 120px 0px;
}

.cb_padiing_fields {
  padding: 12px 15px;
}

.cb_field_bg {
  background-color: #f1e5de !important;
  border-color: #f1e5de !important;
  color: #3f3f3f !important;
}

input.cb_field_bg:-internal-autofill-selected {
  background-color: #ff5e00 !important;
}

.cb_field_bg.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 115 67 / 25%);
  background-color: #ff734363 !important;
}

.error_msgs {
  font-size: 14px;
}

.form-check-input:checked {
  background-color: #ff7343;
  border-color: #ff7343;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 115 67 / 25%);
}

.form-check-input {
  background-color: #f1e5de;
  border-color: #ff734347;
}

.otp-input {
  width: 46px;
  height: 46px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #f1e5de !important;
  color: #3f3f3f !important;
}

.otp-input:focus {
  outline: none;
  border-color: #ff6f61;
  box-shadow: 0 0 5px rgba(255, 111, 97, 0.5);
}

.resend-link {
  color: #ff6f61;
  text-decoration: none;
}

.resend-link:hover {
  text-decoration: underline;
}

.profile-pic-wrapper {
  border: none;
  border-radius: 8px;

  padding: 0px;
}

.profile-pic-preview {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ff7343;
}

.profile-pic-wrapper > .form-control {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.profile-pic-wrapper > i {
  font-size: 40px;
  color: #ff7343;
}

.profile_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px 20px;
  margin-top: -50px;
}

.setting-list > .setting-list-ul,
.setting-list > .border-padd > .setting-list-ul {
  padding: 0px;
  list-style: none;
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.setting-list > .setting-list-ul > li > span,
.setting-list > .border-padd > .setting-list-ul > li > span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.setting-list > .setting-list-ul > li,
.setting-list > .border-padd > .setting-list-ul > li {
  margin-block: 20px;
  width: 20%;
}
.stocks li {
  width: 22%;
}
.btn-ornge-outline {
  color: #ff7343 !important;
  border: 1px solid #ff7343 !important;
  background-color: transparent !important;
  box-shadow: 0 4px 6px rgb(0 0 0 / 15%) !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px !important;
  padding-block: 8px;
  min-width: 140px;
}
.setting-list > .setting-list-ul > li > .switch,
.setting-list > .border-padd > .setting-list-ul > li > .switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.additional_country_chosen_wrap .chosen-container > ul {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.notification-dropdown .nav-link {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 20px 0px 0px;
  border: 1px solid #ff7343;
  border-radius: 100%;
}
.notification-dropdown .nav-link > i {
  font-size: 16px;
  color: #ff7343;
}
.notification-dropdown .nav-link > span {
  font-size: 9px;
  height: 15px;
  width: 15px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-dropdown .nav-link:hover {
  background-color: #ff7343;
}
.notification-dropdown .nav-link:hover > i {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .feature-card,
  .work-feature-card {
    margin: 0px 20px;
  }

  .features-section-slick,
  .work-section-slick,
  .testimonials_client_slick {
    margin: 0px -20px;
  }

  .testimonials_client_card {
    margin: 0px 20px 5px;
  }

  .cb_tittle_style {
    font-size: 28px;
  }

  .Pricing_Plans_card_Wrap .pricing-card {
    margin: 0px 0px;
  }

  .Pricing_Plans_card_Wrap {
    margin: 0px 0px;
  }

  .Benefits_card_wrap {
    margin: 0px 20px;
  }

  .benefits-section_row {
    margin: 0px -20px;
  }

  .setting-list > .setting-list-ul > li,
  .setting-list > .border-padd > .setting-list-ul > li {
    width: 33%;
  }
  .user_contactus .arrow_round-1 {
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .cb_top_sectoion_header_img {
    width: calc(100% - 0%);
  }

  .cb_tittle_style {
    font-size: 22px;
  }
}

.contact-us-textarea {
  resize: none;
  height: 200px;
}
.user_contactus .cb_padding_full {
  padding: 105px 0px;
}
.product-card-wraper {
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 10px 20px 0 20px;
  text-align: left;
  position: relative;
  width: calc((100% - 2 * 3.5rem) / 3);
}
.listing-view .product-card-wraper {
  width: 100%;
}
.product-card-wraper .sale-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #ff5722;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}

.product-img {
  margin-left: -71px;

  background-color: #fff;
  padding: 14px 20px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  width: 100px;
  height: 100px;
  border-radius: 50%; /* Makes it a perfect circle */
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #bcbcbb;
}
.product-imgs {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details p {
  margin: 3px 0;
  font-size: 14px;
}

.product-link {
  font-size: 13px;
  color: #555;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gap-6 {
  gap: 3.5rem;
}
.sale-tag::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -22px;
  width: 60px;
  height: 60px;
  background-image: url(assets/images/sale-tag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
span.d-inlines {
  display: inline-block;
  min-width: 87px;
}
.product-details p,
.product-details span {
  font-size: 13px;
}
.product-card-wraper:hover::before,
.product-card-wraper.active::before {
  bottom: 0;
  left: -8px;
  width: 8px;
  height: 50px;
}

.product-card-wraper:hover::before,
.product-card-wraper:hover::after,
.product-card-wraper.active::before,
.product-card-wraper.active::after {
  content: "";
  position: absolute;
  background-color: #ff7343;
}
.product-card-wraper:hover:after,
.product-card-wraper.active:after {
  bottom: -7px;
  left: -8px;
  width: 58px;
  height: 8px;
  border-radius: 0px 0 0 16px;
}

.product-card-wraper:hover,
.product-card-wraper.active {
  border: 2px solid #ff7343;
  border-radius: 16px 16px 16px 0;
}
.filter-icon,
.view-btn {
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: 24px;
}
.product-details p,
.product-details span {
  color: #7b7b7b;
}
.product-details h6,
.price {
  color: #070730 !important;
}
.product-details h6 {
  font-size: 15px !important;
}
.flexy {
  margin-top: 15px;
}
.srchs {
  color: #72727299;
  font-size: 14px;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.srchs::placeholder {
  color: #72727299;
  font-size: 14px;
}
.product-list-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .product-card-wraper {
    width: calc((93% - 3.5rem) / 2); /* 2 items per row on medium screens */
  }
  .listing-view .product-card-wraper {
    width: 100%;
  }
  .wraps {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.btn-orange {
  background-color: #ff7343;
  color: #fff;
  border: none;
  font-size: 14px;
}
body.user_products .btn-secondary,
body.user_feedauth .btn-secondary,
body.user_profile .btn-secondary {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding-block: 10px;
  font-weight: 500;
  background-color: #ff7343;
  border: none;
  border-radius: 4px !important;
}
.btn-orange:hover,
.btn-orange:active {
  background-color: #ff7343 !important;
  color: #fff !important;
}
.srchs.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 115, 67, 0.25);
  border-color: #ff7343;
}
.icon-btn {
  border: none;
  background: transparent;
  color: #999;
  font-size: 1.2rem;
}
.togli.dropdown-toggle::after {
  display: none;
}
.btn-outline-gray,
.btn-outline-gray:focus-visible {
  border: 1px solid #7b7b7b82 !important;
  color: #7b7b7b !important;
  border-radius: 4px !important;
}
.btn-outline-gray + .dropdown-menu .dropdown-item {
  color: #7b7b7b !important;
}
.product-list-wrap.listing-view {
  flex-direction: column;
}
.listing-view .product-img {
  margin-left: 0px;
}

.listing-view .flexy {
  display: flex;
  margin-top: 0px;
  /* gap: 30px; */
}
.listing-view span.d-inlines {
  display: none;
}
.listing-view .product-details {
  display: flex;
  align-items: center;
  /* gap: 50px; */

  width: 85%;
}
.listing-view .product-link {
  /* max-width: 340px; */
}
.listing-view .product-card-wraper:hover:after,
.listing-view .product-card-wraper:hover:before {
  display: none;
}
.listing-view .product-card-wraper:hover,
.listing-view .product-card-wraper.active {
  border-radius: 16px;
}
.listing-view .flexy p {
  color: #070730;
  min-width: 94px;
  text-align: center;
}
.listing-view.gap-6 {
  gap: 2rem;
}
.boldy-txt {
  color: #7b7b7b !important;
}
.hidden {
  display: none;
}
.listing-view .hidden {
  display: block;
}
p.boldy-txt {
  min-width: 52px;
}
.hidden .product-img.imgg {
  height: 0px;
}
.product-card-wraper.hidden:hover {
  border: 1px solid #ebebeb;
}

.bg-lightess {
  color: #727272;
  font-size: 13px;

  resize: none;
  border: 1px solid #d5d5d5;
}
.product-modal .btn-close {
  border: 1px solid #000;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
  padding: 0.3rem;
  background-size: 0.7rem;
  background-position: center;
}
.product-modal .btn-close:active {
  box-shadow: none !important;
}
.modal-psedou {
  border: 1px solid #bebebe;
}
.togli + ul,
.togli {
  font-size: 13px;
}

.listing-view .sep-col {
  width: 300px;
}
.modal .form-control:focus,
.modal .form-select:focus {
  border-color: #ff7343;
  box-shadow: 0 0 0 0.25rem rgb(255 115 67 / 25%) !important;
}
.font-14 {
  font-size: 14px !important;
}
.srch-wrap {
  max-width: 500px;
}
@media screen and (min-width: 991px) {
  .listing-view p.boldy-txt.mb-0 {
    min-width: 100px;
  }

  .listing-view .product-details {
    justify-content: space-between;
  }
  .billing-table {
    table-layout: fixed;
  }
  .setting-list > .setting-list-ul > li > span,
  .setting-list > .border-padd > .setting-list-ul > li > span {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
  }
  .setting-list > .border-padd > .setting-list-ul > li > .setting_alert_span {
    max-width: 100%;
  }
}
.alertness li {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  input#email_product_disapproved_lmt {
    max-width: 150px;
    margin-inline: 10px;
  }
  span.setting_alert_span {
    display: flex !important ;
    align-items: center !important;
  }
}
@media screen and (max-width: 992px) {
  .work-feature-card {
    margin: 0px 0px;
  }
  .srch-wrap {
    max-width: 400px;
  }
  .work-section-slick {
    margin: 0px 0px;
  }

  .cb_how_works_icon {
    height: 85px;
  }

  .pricing-card {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16%);
  }

  .slick-next {
    right: 35px;
    z-index: 9;
  }

  .slick-prev {
    left: 35px;
    z-index: 9;
  }

  .Benefits_card_img_wrap {
    padding: 25px 20px;
  }

  .cb_tittle_style {
    font-size: 24px;
  }

  .feature-card,
  .work-feature-card {
    border-width: 0px 0px 8px 8px !important;
  }

  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  ::-webkit-scrollbar-thumb {
    background: transparent;
  }

  ::-webkit-scrollbar-track {
    background: transparent;
  }

  * {
    scrollbar-width: none;
  }

  * {
    -ms-overflow-style: none;
  }

  .otp-input {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .cb_padding_full {
    padding: 60px 0px;
  }

  .setting-list > .setting-list-ul > li,
  .setting-list > .border-padd > .setting-list-ul > li {
    width: 50%;
  }
  .col-md-auto.me-lg-3.text-end.welcome_show {
    margin-right: 10px;
  }
  .user_contactus
    .d-flex.flex-wrap.align-items-center.justify-content-center.justify-content-lg-start {
    gap: 0.5rem !important;
  }
  .listing-view .product-img {
    width: 70px;
    margin-right: 0.5rem !important;
    height: 70px;
  }
  .listing-view .product-details p,
  .listing-view .product-details span {
    font-size: 11px;
  }
  .listing-view .product-link {
    max-width: 233px;
  }
  .listing-view .product-details {
    width: 100%;
  }
  .listing-view .product-card-wraper {
    padding: 10px 10px 0 10px;
  }
  .listing-view .sep-col {
    width: 146px;
  }
  .listing-view .sale-tag::before {
    left: -12px;
  }
}

@media screen and (max-width: 768px) {
  .product-card-wraper {
    width: 85%;
  }
  .listing-view .product-card-wraper {
    width: 100%;
  }
  .gap-6 {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .view-btn {
    display: none;
  }
  .product-card-wraper {
    width: 100%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .cb_tittle_style {
    font-size: 20px;
    padding: 5px 20px 5px 5px;
  }

  .pricing-card {
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16%);
  }

  .pricing-card_catgory {
    min-width: 230px;
    left: -76px;
    transform: rotate(310deg);
  }

  .otp-input {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .setting-list > .setting-list-ul > li,
  .setting-list > .border-padd > .setting-list-ul > li {
    width: 100%;
  }
  .product-img {
    margin-left: -47px;

    width: 87px;
    height: 86px;
  }
  .profile_img_wrap {
    margin-top: -20px;
  }
}
.listing-view .product-card.pt-4 {
  padding-top: 1rem !important;
}
.listing-view .product-card.pb-4 {
  padding-bottom: 1rem !important;
}
.billing-title {
  font-size: 32px;
  font-weight: bold;
  color: #0c1235;
}

.section-subtitle {
  font-size: 16px;
  color: #6c757d;
}

.billing-table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px 10px 0 0;
}

.billing-table th {
  background-color: #ff6a2f;
  color: white;
  text-align: center;
  border: none;
  padding: 1rem;
}
.billing-table td:nth-child(2) {
  min-width: 150px;
}
.billing-table td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e0e0e0;
  padding: 1rem;
  border: none;
  border-right: 1px solid #e0e0e0;
  color: #7b7b7b;
  font-size: 15px;
  min-width: 100px;
}
td.billing-total {
  color: #fff;
  background-color: #ff6a2f;
}

.billing-table thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.billing-table thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.billing-table tfoot td:last-child {
  background-color: #ff6a2f;
  color: white;
  font-weight: bold;
  border-bottom-right-radius: 10px;
  text-align: right;
}

.billing-table tfoot td:first-child {
  border-bottom-left-radius: 10px;
}

.payment-method-box {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 1.5rem 0.8rem 1.5rem 2rem;
  background-color: #f3f4f6;
  max-width: 300px;
}

.visa-badge {
  background: #2349a9;
  color: white;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  margin-right: 0.5rem;
}
.colspaning {
  border-top: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.billing-table td:nth-child(1) {
  border-left: 1px solid #e0e0e0;
}
.closed,
.closed:focus {
  background-image: none;
  font-size: 14px;
  margin-top: -94px !important;
  box-shadow: none !important;
}
.payment-body label,
.payment-body input,
.payment-body input::placeholder {
  font-size: 14px;
}
.border-right-0 {
  border-right: 0px !important;
}
.font-15 {
  font-size: 15px !important;
}
.payment-body input[type="text"],
.payment-body input[type="number"],
span.input-group-text {
  height: 40px;
}
.clrbk,
.clrbk a {
  color: #000;
}
.clr-d5,
input.clr-d5::placeholder {
  color: #d5d5d5;
}
.payment-method-box p,
.payment-method-box span {
  color: #7b7b7b;
}
.clr-unicode {
  color: #070730 !important;
  font-size: 20px;
}
p.description.mb-2 {
  color: #7b7b7b;
  font-size: 12px;
}
.extra-h {
  min-height: 50px;
}
.user_feedauth select:focus,
.user_feedauth .form-control:focus {
  border: 1px solid #ff7343 !important;
  background-color: #ff73430f !important;
  box-shadow: none !important;
}

.shopify-auth-data .chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #ff7343 !important;
  border-radius: 3px;
  background-color: #fff7f4 !important;
  background-image: none !important;
}
.shopify-auth-data
  .chosen-container.chosen-container-multi.chosen-container-active
  ul.chosen-choices {
  border: 1px solid #ff7343 !important;
  background-color: #ff73430f !important;
  box-shadow: none !important;
}
.shopify-auth-data
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  span {
  color: #ff7343;
  /* padding: 7px; */
  font-size: 14px !important;
}
.shopify-auth-data .chosen-container-multi .chosen-choices li.search-choice {
  padding: 6px 20px 6px 5px !important;
}
.shopify-auth-data
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  top: 1px !important;
  right: 5px !important;
}
.shopify-auth-data .chosen-container-multi .chosen-choices li.search-choice {
  margin: 3px 16px 3px 0px !important;
}
.cb-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.cb-radio__input {
  position: absolute;
  opacity: 0;
}

.cb-radio__label {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #7b7b7b;
  transition: color 0.15s ease-in-out;
}

/* Outer circle */
.cb-radio__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ff7343;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

/* Inner dot */
.cb-radio__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  background: #ff7343;
  border-radius: 50%;
  transform: translate(4px, -50%) scale(0.25);
  opacity: 0;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.setting-list > .setting-list-ul > li > span,
.setting-list > .border-padd > .setting-list-ul > li > span {
  display: block;
  font-weight: 500;
  color: #070730;
}
/* Checked state */
.cb-radio__input:checked + .cb-radio__label {
  color: #7b7b7b;
}

.setting-list h3.h5,
.auth-heading {
  color: #070730;
  font-size: 24px;
}
.border-padd {
  border: 1px solid #bebebe;
  padding: 22px 20px 0px 20px;
  border-radius: 6px;
}
.cb-radio__input:checked + .cb-radio__label::after {
  opacity: 1;
  transform: translate(4px, -50%) scale(1);
}

/* Focus state */
.cb-radio__input:focus-visible + .cb-radio__label::before {
  box-shadow: 0 0 0 4px rgba(240, 90, 40, 0.35);
}
.setting-list.inline-setting {
  margin-top: 20px;
}
.import-heading p {
  font-size: 15px;
  color: #7b7b7b;
}
span.font-11 {
  font-size: 12px;
}
.chosen-container.chosen-container-multi {
  max-width: 100%;
  width: 100% !important;
}
.user_feedauth select,
.user_feedauth input[type="text"] {
  color: #727272 !important;
  border: 1px solid #d5d5d5 !important;
  font-size: 14px;
  height: 38px;
}
.m-200 {
  max-width: 130px;
  margin: auto;
}
.profile-pic-wrapper {
  position: absolute;
  top: 74px;
  left: 51%;
  width: fit-content;
}
.edit_form input,
.edit_form label {
  color: #727272 !important;
  font-size: 14px !important;
}
.edit_form input {
  border: 1px solid #d5d5d5;
}
.edit_form input:focus {
  box-shadow: 0 0 0 4px rgba(240, 90, 40, 0.35);
  border-color: #ff7343;
}
.edit_form .form-check-input {
  margin-top: 0.35em;
}
.rule-name {
  color: #ff7343;
}
.edit_form input[type="text"],
.edit_form input[type="password"],
.edit_form input[type="email"] {
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  background-size: 20px 20px;
}
.shopify-auth-data
  .chosen-container-multi
  .chosen-choices
  li.search-field
  > input[type="text"] {
  font-size: 14px !important;
}
.shopify-auth-data
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  padding-left: 0 !important;
}
.tags_wrap_main_field {
  max-width: 250px;
  margin-bottom: 1rem;
}

.labeling {
  color: #727272;
  font-size: 14px;
  padding-left: 14px;
  font-weight: 500;
}
.product-modal .form-control {
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  padding-left: 36px;
  padding-block: 8px;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.import-setting-section-wrapper,
.mb--4 {
  margin-bottom: 2.5rem;
}
.product-card-wrapers {
  cursor: pointer;
}
a.btn.btn-secondary {
  -webkit-appearance: none;
  appearance: none;
}
.pricing-card_pricing .display-6 {
  font-size: 2rem !important;
}
.login-page-form-wrap
  .form-check-input[type="checkbox"]
  + label.form-check-label {
  font-size: 13px;
}
.login-page-form-wrap
  .form-check-input[type="checkbox"]
  + label.form-check-label
  a {
  color: #f97316;
}
