.text-brand {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.text-brand::after {
    content: 'Precio Socio';
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c8ffd8;
    color: #147a37;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
    font-size: 13px;
    font-weight: 200;
}

/* Triángulo */
.text-brand::before {
    content: '';
    position: absolute;
    bottom: 92%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c8ffd8 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

/* Hover: mostrar tooltip y triángulo */
.text-brand:hover::after,
.text-brand:hover::before {
  opacity: 1;
  visibility: visible;
}


.detail-info .product-price ins span.old-price {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-decoration: unset;
}
.detail-info .product-price ins span.old-price::after {
    content: 'Precio Público';
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffecd9;
    color: #da5f00;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
    font-size: 13px;
    font-weight: 200;
}
/* Triángulo */
.detail-info .product-price ins span.old-price::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffecd9 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

/* Hover: mostrar tooltip y triángulo */
.detail-info .product-price ins span.old-price:hover::after,
.detail-info .product-price ins span.old-price:hover::before {
  opacity: 1;
  visibility: visible;
}


.product-cart-wrap .product-content-wrap .product-price span.old-price {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: unset;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price::after {
    content: 'Precio Público';
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffecd9;
    color: #da5f00;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
    font-size: 13px;
    font-weight: 200;
}
/* Triángulo */
.product-cart-wrap .product-content-wrap .product-price span.old-price::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffecd9 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

/* Hover: mostrar tooltip y triángulo */
.product-cart-wrap .product-content-wrap .product-price span.old-price:hover::after,
.product-cart-wrap .product-content-wrap .product-price span.old-price:hover::before {
  opacity: 1;
  visibility: visible;
}

.product-cart-wrap .product-content-wrap .product-price span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.product-cart-wrap .product-content-wrap .product-price span::after {
    content: 'Precio Socio';
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c8ffd8;
    color: #147a37;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
    font-size: 13px;
    font-weight: 200;
}

/* Triángulo */
.product-cart-wrap .product-content-wrap .product-price span::before {
    content: '';
    position: absolute;
    bottom: 92%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c8ffd8 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

/* Hover: mostrar tooltip y triángulo */
.product-cart-wrap .product-content-wrap .product-price span:hover::after,
.product-cart-wrap .product-content-wrap .product-price span:hover::before {
  opacity: 1;
  visibility: visible;
}

/* img categorias productos */
@media (max-width: 992px) {
.categories-dropdown-wrap ul li a img {
    filter: brightness(20) !important;
  }
}

.payment-method-item .payment-method-logo img {
    height: auto;
    max-height: 70px !important;
    max-width: 100%;
}
.payment-method-item {
    padding: 1.75rem !important;
    position: relative;
}
.payment-checkout-btn, .payment-checkout-btn-step {
    background-color: var(--bs-orange);
}
.payment-checkout-btn-step:hover, .payment-checkout-btn:hover {
    background-color: rgb(244, 78, 19)!important;
}
.checkout-form .magic-radio:checked+label:before {
    border: 1px solid #FF9800 !important;
}
.checkout-form .magic-radio+label:after {
    background-color: rgb(244, 78, 19)!important;
}
.address-item.is-default {
    border: 1px dashed #f44e13;
    border-radius: 12px;
}
.address-item.is-default .default {
    color: #f44e13;
}
#main-checkout-product-info > div.col-lg-5.col-md-6.order-2 > div.mt-3.mb-5 > div.checkout-discount-section > a{
    color: rgb(244, 78, 19)!important;
}
.coupon-wrapper .apply-coupon-code {
    background-color: rgb(244, 78, 19) !important;
}
.form-control:focus {
    border: 2px solid #f44e13;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(253 89 13 / 11%);
}
a {
    color: #fb8510;
}
a:hover {
    color: #f23f16;
}
.main-categories-wrap>a:hover {
    color: #fff;
}
.header-info>ul>li>ul.language-dropdown {
    background: #ffffff;
    border-radius: 5px !important;
    min-width: fit-content;
}
.btn-primary:hover {
    border-color: #f44e13;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #fa8410;
    border-color: #fb8510;
}
.btn-success:hover {
    border-color: #ea4b12;
}
.nav-link:focus, .nav-link:hover {
    color: #f24017;
}
.mobile-social-icon a:hover {
    transform: translateY(-2px);
    transition-duration: .5s;
    background: #ffffff !important;
    border-color: #fb8510 !important;
}
.mobile-social-icon a {
    border-radius: 11px;
}
.badge {
    font-weight: 300;
    color: #fff;
    border-radius: .90rem;
    font-size: 12px;
}
.text-success {
    color: var(--color-success) !important;
    background: #e3fff3;
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 100px;
}
.contact-form .contact-message.contact-success-message {
    font-size: 15px;
    background-color: #dbffe7;
    border-color: #4dc376;
    color: #0c9f3f;
    border-radius: 0px 10px 10px 0px;
}
.contact-form .contact-message.contact-error-message {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #cb6117;
    border-radius: 0px 10px 10px 0px;
}

.cart-dropdown-wrap {
    border-radius: 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a img {
    border-radius: 10px;
}
.checkout__coupon-item.active {
    background-color: #28a47a;
}
.checkout__coupon-item.active .checkout__coupon-item-code {
    background: #1bde9c;
}
.checkout__coupon-item.active .checkout__coupon-item-code button {
    border: 1px solid #17bd85;
    color: #f71616;
}
.coupon-wrapper .remove-coupon-code {
    border: 1px solid #8ad5b3;
    color: #ff0000;
}
.checkout__coupon-heading {
    background: #ffffff;
    border: 1px solid #57e2b4;
    color: #f44e13;
}
.checkout__coupon-list {
    border: 1px dashed #57e2b4;
}
.checkout__coupon-item-title h4 {
    color: #38ac86;
}
.checkout__coupon-item-code button {
    background: #38ac86;
}
/* =========================== Home =========================== */
.banner-left-icon:hover {
    background: #f5f5f5;
    border-radius: 12px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu {
    border-radius: 12px;
}
.categories-dropdown-active-large {
    border-radius: 0px 0px 12px 12px;
}
.categories-dropdown-wrap ul li {
    margin: 2px 8px;
}
.categories-dropdown-wrap ul li a:hover {
    background-color: rgb(132 204 192 / 8%);
    border-radius: 6px;
}
.categories-dropdown-wrap ul li a {
    height: 38px;
}
#main-section > div > section.banners.pt-60 > div > div > div:nth-child(1) > div > div.border-radius-10 > a > picture > img {
    border-radius: 12px;
}
#main-section > div > section.banners.pt-60 > div > div > div:nth-child(2) > div > div.border-radius-10 > a > picture > img {
    border-radius: 12px;
}
#main-section > div > section.banners.pt-60 > div > div > div:nth-child(3) > div > div.border-radius-10 > a > picture > img {
    border-radius: 12px;
}
.form-check-input[type=checkbox] {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    margin-right: 7px;
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 10px !important;
    opacity: 1 !important;
    width: 6px;
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f44e13;
}

/* =========================== products =========================== */

@media only screen and (max-width: 480px) {
.row>* {
    padding-right: calc(var(--bs-gutter-x)* .7);
    padding-left: calc(var(--bs-gutter-x)* .7);
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * .25) !important;
    padding-left: calc(var(--bs-gutter-x) * .25) !important;
}
.auth-card .auth-card__header {
    border: 0;
    padding: 1rem 1rem 0;
}
.auth-card .auth-card__body {
    padding: 1rem 1rem 1rem;
}
.auth-card .auth-card__banner {
    border-radius: 20px 20px 0px 0px;
}
.product-cart-wrap .product-badges.product-badges-position {
    left: 10px;
    top: 10px;
}
.product-cart-wrap .product-action-1.show {
    bottom: 0px;
    right: 0px;
}
  .nav {
    display: flex;
    flex-wrap: unset;
    overflow: auto;
}
.nav-tabs .nav-link:first-child {
    line-height: 1.2em;
}
.nav-tabs .nav-link.active {
    background: #ffce9d2e;
    border-radius: 15px 15px 0px 0px;
}
.has-buy-now-button .button.button-add-to-cart, .has-buy-now-button .button.button-buy-now {
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 12px;
}
.detail-extralink .detail-qty {
    margin: 0 6px 10px 0;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}
.detail-gallery .slick-slider img {
    opacity: 1;
}
.detail-gallery .slick-slider {
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.slick-slide {
    padding: 2px;
  }
.slider-nav-thumbnails .slick-slide.slick-current:before {
    top: 3px;
    border-bottom: 5px solid #fb8510;
}
.slider-nav-thumbnails div.slick-slide {
    padding: 8px 0px 0px;
}
.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 1px solid #fb8510;
}
.ms-2 {
    margin-left: 0px !important;
}
.button.button-add-to-cart {
    margin-right: 5px;
}
.product-extra-link2 a {
    border-radius: 10px;
}
.detail-extralink>div {
    width: 100%;
}
button.submit, button[type=submit] {
    font-size: 12px !important;
}
.has-buy-now-button .button.button-add-to-cart, .has-buy-now-button .button.button-buy-now {
    border-radius: 12px;
    width: 48%;
}
.detail-extralink .detail-qty {
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
button.submit, button[type=submit] {
    font-size: 13px;
    margin-bottom: 10px;
  }
.detail-extralink .detail-qty {
    min-width: 100% !important;
}
#product-23 > section > div > div > div.col-lg-7.mb-md-3.mb-lg-0 > div {
    display: block !important;
}
#page-home > section > div > div > div.col-lg-7.mb-md-3.mb-lg-0 > div  {
    display: block !important;
}
#page-auth > section > div > div > div.col-lg-7.mb-md-3.mb-lg-0 > div {
    display: block !important;
}
.clearfix.product-price-cover > div > span {
    background: red;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 14px;
    font-size: 12px;
    position: absolute;
    font-size: 10px !important;
    right: 20px;
    margin-top: -12px !important;
  }
}
.detail-extralink .detail-qty {
    padding: 10px 20px 8px 8px;
    width: 60px !important;
    border-radius: 12px;
}
.product-extra-link2 a {
    border-radius: 12px;
    width: 45px;
}
.has-buy-now-button .button.button-add-to-cart, .has-buy-now-button .button.button-buy-now {
    padding: 10px 12px;
}
button.submit, button[type=submit] {
    font-size: 13px;
}
.has-buy-now-button .button.button-add-to-cart, .has-buy-now-button .button.button-buy-now {
    border-radius: 12px;
}
.newsletter .form-subcriber button {
    font-size: 12px;
    padding: 15px 12px;
}
#page-home > footer > section > div > div > div:nth-child(4) > div > div > img {
    width: 224px;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}
.detail-gallery .slick-slider img {
    opacity: 1;
}
.detail-gallery .slick-slider {
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.slick-slide {
    padding: 2px;
}
.slider-nav-thumbnails .slick-slide.slick-current:before {
    top: 3px;
    border-bottom: 5px solid #fb8510;
}
.slider-nav-thumbnails div.slick-slide {
    padding: 8px 0px 0px;
}
.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 1px solid #fb8510;
}
.ms-2 {
    margin-left: 4px !important;
}
.clearfix.product-price-cover > div > span {
    background: red;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 14px;
    font-size: 12px;
}
.alert-info {
    color: #01984e;
    background-color: #e3fff3;
    border-color: #e3fff3;
}

/* =========================== pagina ABOUT =========================== */

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section {
  width: 100%;
  padding: 60px 20px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

/* Secciones con fondo */
.section.white {
    background: #ffffff;
}
#main-section > div.ck-content > section:nth-child(5) {
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}
.section.numbers {
    background-color: #0d2f25;
    background-image: url(https://billionsecommerce.com/storage/portada/heroimg.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-blend-mode: multiply;
    color: #ffffff !important;
    padding: 35px 55px !important;
}

.section.orange {
    color: #fff;
    background-image: url(https://billionsecommerce.com/storage/portada/img-login.png) !important;
    background-blend-mode: multiply;
    background-color: #080a11d9 !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* HERO */


.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hero-text h1 {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1em;
}
.hero-text p {
  font-size: 18px;
  margin-bottom: 30px;
}

.hero-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

#main-section > div.ck-content > section:nth-child(2) > div > div.hero-text > div > div:nth-child(1) {
    background-image: url(https://billionsecommerce.com/storage/portada/users.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-blend-mode: multiply;
    background-color: #093b04e0 !important;
    color: #ffffff !important;
    padding: 35px 50px !important
    border: unset;
}
#main-section > div.ck-content > section:nth-child(2) > div > div.hero-text > div > div:nth-child(2) {
    background-image: url(https://billionsecommerce.com/storage/portada/sales-ecommerce.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-blend-mode: multiply;
    background-color: #3b2004e0 !important;
    color: #ffffff !important;
    padding: 35px 50px !important;
    border: unset;
}

.hero-img,
.hero-text {
  flex: 1 1 45%;
}


.btn-orange {
  background-color: #ffcc00;
  color: #222;
  border: none;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-orange:hover {
  background-color: #e0b800;
}

/* Stats */
.stats-container {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  flex-wrap: wrap;
}

.stats-title {
    color: white;
    text-align: center;
    margin-bottom: 10px;
    font-size: 45px;
}

.stats-subtitle {
    color: white;
    text-align: center;
    margin-top: -15px;
    font-size: 18px;
    opacity: 0.9;
}


.counter {
  font-size: 2rem;
  font-weight: bold;
}

.stat-box {
    font-size: 45px;
    font-weight: bold;
    background: #01855e6e !important;
    padding: 50px 50px 25px 50px;
    border-radius: 20px;
    text-align: center;
    align-items: flex-start;
    backdrop-filter: blur(9px);
    border: 1px solid #1d9d7a;
    transition: transform 0.3s ease-in-out;
}

.stat-box:hover {
    transform: scale(1.08);
}

.stat-box small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 18px;
}

#main-section > div.ck-content > section:nth-child(3) > div > p {
    color: white;
    text-align: center;
    margin-top: -15px;
    font-size: 18px;
    opacity: 0.9;
}

/* Benefits */
.benefits {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 40px;
}

.benefit-card {
  background-color: #f8f8f8;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  flex: 1 1 calc(25% - 30px);
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  background-color: #fff3e0;
}
#main-section > div.ck-content > section:nth-child(5) > div > p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

/* Testimonios */
.testimonial-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
}

.testimonial-card {
  flex: 0 0 320px;
  margin: 0 10px;
  text-align: center;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: block;
  object-fit: cover;
}

.naveg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ff9935;
    border: none;
    color: white;
    font-size: 24px;
    padding: 6px 12px;
    border-radius: 50%;
    z-index: 1;
}

.prev {
  left: -20px;
}

.next {
  right: -20px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #ff6a00;
}

.testimonial-card:hover {
  transform: scale(1.03);
}
.testimonials::-webkit-scrollbar {
  display: none;
}
.testimonials.draggable {
  cursor: grab;
  user-select: none;
}
.testimonials.dragging {
  cursor: grabbing;
}

.section.form-section {
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
  padding: 60px 20px;
}
.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1320px;
    margin: auto;
    gap: 0px;
}
.form-content,
.form-image {
  flex: 1 1 50%;
}

.form-content {
  padding: 20px;
}

.form-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}


@media (min-width: 1200px) {
    .col-xl-8 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .benefits {
    flex-direction: column;
  }

  .benefit-card {
    flex: 1 1 100%;
  }

  .stats-container {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .hero-text h1 {
    font-size: 38px;
  }

  .stat-box {
        font-size: 45px;
        padding: 70px 40px 25px 40px;
}
 .testimonial-card {
   min-width: 260px;
    flex: 0 0 315px;
    margin: 0 10.2px;
    padding: 32px;
  }
}

@media (max-width: 768px) {
  #main-section > div.ck-content > section:nth-child(2) > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column-reverse;
}
#main-section > div.ck-content > section:nth-child(4) > div
 .hero-container {
        display: flex;
        gap: 0px;
        align-items: center;
        flex-direction: column;
    }
.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-direction: column-reverse;
}
.form-content {
    padding: 0px;
}
.pb-50 {
    padding-bottom: 0px !important;
}
.mt-50 {
    margin-top: 0px !important;
  }
  .section.form-section {
    padding: 30px 10px;
  }
  .section.numbers {
    padding: 35px 25px !important;
  }
  .testimonials {
    display: flex;
    gap: 0px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
  }
.section {
    padding: 1px 20px;
  }
#main-section > div.ck-content > section:nth-child(4) > div > div.hero-text > h1  {
        font-size: 45px;
    }
  #page-16 > section > div > div > div.col-lg-7.mb-md-3.mb-lg-0 > div {
    flex-direction: column;
  }
#main-checkout-product-info > div > div:nth-child(7) > div > ul > li:nth-child(2) > div.payment_collapse_wrap.collapse.mt-1.show > p:nth-child(6) > img {
    height: auto  !important;
  }
#main-checkout-product-info > div > div:nth-child(7) > div > ul > li:nth-child(2) > div.payment_collapse_wrap.collapse.mt-1.show > p:nth-child(2) > img {
    height: auto  !important;
  }
#main-checkout-product-info > div > div:nth-child(7) > div > ul > li:nth-child(2) > div.payment_collapse_wrap.collapse.mt-1.show > p:nth-child(7) > img  {
    display: none  !important;
  }
}
@media (min-width: 768px) {
#main-checkout-product-info > div.form-checkout.col-lg-7.col-md-6 > div:nth-child(5) > div > ul > li:nth-child(2) > div.payment_collapse_wrap.collapse.mt-1.show > p:nth-child(6) {
    display: none  !important;
  }
#main-checkout-product-info > div.form-checkout.col-lg-7.col-md-6 > div:nth-child(5) > div > ul > li:nth-child(2) > div.payment_collapse_wrap.collapse.mt-1.show > p:nth-child(2) > img {
    max-width: 12%  !important;
  }
.categories-dropdown-wrap ul li a:hover {
    filter: brightness(0) saturate(100%) invert(47%) sepia(161%) saturate(444%) hue-rotate(-18deg)          brightness(98%) contrast(120%) !important;
    background: #c59b7c0d !important;
  }
}
#main-section > div.ck-content > p:nth-child(1) {
    display: none  !important;
}
#main-checkout-product-info > div.form-checkout.col-lg-7.col-md-6 > div:nth-child(5) > div > ul > li:nth-child(2) > div.payment_collapse_wrap.collapse.mt-1.show > p:nth-child(2) > img {
    height: auto !important;
}
#main-checkout-product-info > div.form-checkout.col-lg-7.col-md-6 > div:nth-child(5) > div > ul > li:nth-child(2) > div.payment_collapse_wrap.collapse.mt-1.show > p:nth-child(5) > img{
    height: auto !important;
}