/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.4.4
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* General */
.section-title b {
    background-color: unset;
}
/* General */


/* Announcement Bar */
.header-top .header-block {
	padding: 0 !important;
	margin: 0 !important;
}
.announcement-slider {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
}

.announcement-slider a {
    color: #fff;
    margin-left: 5px;
}

.announcement-slider .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding: 0 15px;
}

.splide__arrow {
    opacity: 1;
    background: none;
}

.splide__arrow svg {
    fill: #ffffff;
}

.header-top .show-for-medium,
.header-top .html_topbar_right {
    width: 100%;
}

.top-bar-announcement {
	padding: 10px 5px;
}

@media (max-width: 599px) {
    .announcement-slider {
        font-size: 12px;
    }

    .splide__arrow--prev {
        left: 0;
    }

    .splide__arrow--next {
        right: 0;
    }
	.top-bar-announcement {
		font-size: 12px;
	}
}
/* Announcement Bar */


/* Marquee */
.header .header-top .container {
    max-width: 100% !important;
	padding: 0;
}
.marquee {
    position: relative;
    width: 100vw;
    height: 36px !important;
    min-height: 36px;
    max-width: 100%;
    overflow-x: hidden;
    padding: 5px 0;
    display: flex;
    align-items: center;
	background: #1C3FFF;
}

.marquee-content {
    display: flex;
    gap: 75px;
}

.marquee-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 50px;
}

.marquee-sep {
    height: 4px;
    width: 4px;
    background-color: #ffffff;
}

.track {
    position: absolute;
    white-space: nowrap;
    font-size: 16px;
	color: #ffffff;
    line-height: 1;
    font-weight: 600;
    will-change: transform;
    animation: marquee 50s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.marquee .track:hover {
    animation-play-state: paused;
}
/* Marquee */



/* Header */
.header .container {
    max-width: 1380px;
}
.cart-icon {
    cursor: pointer;
}
.nav .nav-dropdown {
    max-width: 1080px;
}
.cart-icon strong {
    font-size: 13px;
}
.header-cart-title span.amount {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 400;
}
.header-account-title:after {
    content: "";
    display: inline-block;
    margin-left: 2px;
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-bottom: 2px;
}
.header-language-dropdown__link .image-icon {
	margin-left: 10px;
}
.header-language-dropdown__link .image-icon img {
	display: block;
}
.mobile-sidebar li img {
    display: block;
    margin: 0 5px;
}
@media (max-width: 768px) {
	.header-account-title:after {
		content: none !important;
	}
}
/* Header */



/* Language Switcher */
/* li.header-language-dropdown a.header-language-dropdown__link {
    font-size: 0 !important;
    line-height: 0 !important;
} */

a.header-language-dropdown__link .icon-angle-down {
    display: none;
}

a.header-language-dropdown__link img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
	object-fit: cover;
}
ul#ux-language-dropdown {
	padding: 10px 0;
	min-width: 24px;
    width: 150px;
    left: -60px;
}
ul#ux-language-dropdown a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
	object-fit: cover;
}
@media (max-width: 768px) {
	li.header-language-dropdown a.header-language-dropdown__link {
		font-size: 0 !important;
		line-height: 0 !important;
	}
}
/* Language Switcher */




/* Upsell */
.cuw-offer .quantity-input .cuw-plus,
.cuw-offer .quantity-input .cuw-minus,
.cuw-product .quantity-input .cuw-plus,
.cuw-product .quantity-input .cuw-minus,
.cuw-page .quantity-input .cuw-plus,
.cuw-page .quantity-input .cuw-minus,
.cuw-product-row .quantity-input .cuw-plus,
.cuw-product-row .quantity-input .cuw-minus {
    border-radius: 0 !important;
    border: 1px solid #cccccc !important;
}

.cuw-offer .quantity-input input[type=number],
.cuw-product .quantity-input input[type=number],
.cuw-page .quantity-input input[type=number],
.cuw-product-row .quantity-input input[type=number] {
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
}

/* Upsell */



/* J Cart */
.wc-timeline-notifications {
    height: fit-content !important;
    line-height: 1 !important;
    padding: 10px 0;
}
.wc-upsellator-footer-button.cart div.wc-timeline-checkout-button {
    background: #f2b319;
}

.wc-upsellator-footer-button.cart div.wc-timeline-checkout-button:hover {
    background: #f2b319;
}

.logo a {
    color: unset;
    display: unset;
    font-size: unset;
    font-weight: unset;
    margin: unset;
    text-decoration: unset;
    text-transform: unset;
}

.shipping-bar-plugin {
    background: unset;
}

/* J Cart */



/* Cart Page */
button[name='update_cart'] {
    display: inline-block !important;
}
/* Cart Page */



/* Archive Page */
.add-to-cart-button a {
    width: 100%;
}

.add-to-cart-button a:hover, button.single_add_to_cart_button:hover {
    background-color: #f2b319 !important;
}

.product-title a {
    color: #232323;
    transition: all .1s ease-in;
}

.product-title a:hover {
    color: #1C3FFF;
}

/* Archive Page */



/* Archive Search */
.flatsome-archive-search-wrapper {
    background: linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .08);
    border: 1px solid #dee2e6
}

.archive-search-container {
    position: relative
}

.archive-search-form {
    margin-bottom: 0
}

.archive-search-input {
    width: 100%;
    padding: 15px 55px 15px 18px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgb(0 0 0 / .04)
}

.archive-search-input:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgb(0 124 186 / .1),0 2px 8px rgb(0 0 0 / .1);
    background: #fff
}

.archive-search-input::placeholder {
    color: #6c757d;
    opacity: .8
}

.archive-search-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg,#007cba 0%,#005a87 100%);
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgb(0 124 186 / .2)
}

.archive-search-button:hover {
    background: linear-gradient(135deg,#005a87 0%,#004066 100%);
    transform: translateY(-50%) translateY(-1px);
    box-shadow: 0 4px 8px rgb(0 124 186 / .3)
}

.archive-search-button:active {
    transform: translateY(-50%) translateY(0);
    box-shadow: 0 2px 4px rgb(0 124 186 / .2)
}

.archive-search-info {
    margin-top: 12px;
    padding: 8px 12px;
    background: rgb(0 124 186 / .08);
    border-radius: 6px;
    font-size: 14px;
    color: #495057;
    border-left: 4px solid #007cba
}

.archive-search-info strong {
    color: #007cba;
    font-weight: 600
}

.archive-search-info a {
    color: #007cba;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease
}

.archive-search-info a:hover {
    color: #005a87;
    text-decoration: underline
}

.archive-search-container.is-loading .archive-search-input {
    opacity: .6;
    pointer-events: none
}

.archive-search-container.is-loading .archive-search-button {
    opacity: .6;
    pointer-events: none
}

.search-loading {
    background: rgb(255 255 255 / .95);
    border-radius: 6px;
    margin-top: 12px;
    text-align: center;
    padding: 12px;
    color: #6c757d;
    font-size: 14px;
    border: 1px solid rgb(0 124 186 / .1);
    animation: fadeIn 0.3s ease
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.icon-spinner {
    display: inline-block;
    animation: spin 1s linear infinite;
    margin-right: 8px
}

@media (max-width: 768px) {
    .flatsome-archive-search-wrapper {
        padding:20px 15px;
        margin-bottom: 25px;
        border-radius: 10px
    }

    .archive-search-input {
        font-size: 16px!important;
        padding: 14px 50px 14px 16px
    }

    .archive-search-button {
        padding: 9px 12px
    }

    .archive-search-info {
        font-size: 13px;
        padding: 10px
    }
}

@media (max-width: 480px) {
    .flatsome-archive-search-wrapper {
        padding:15px 12px;
        margin-bottom: 20px
    }

    .archive-search-input {
        padding: 12px 45px 12px 14px;
        font-size: 15px
    }

    .archive-search-button {
        padding: 8px 10px;
        right: 6px
    }

    .archive-search-button i {
        font-size: 14px
    }
}

.archive-search-input,.archive-search-button {
    transition: all 0.3s cubic-bezier(.4,0,.2,1)
}

.flatsome-archive-search-wrapper {
    animation: slideInUp 0.4s ease-out
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.archive-search-input:focus+.archive-search-button {
    box-shadow: 0 0 0 2px rgb(0 124 186 / .2)
}
/* Archive Search */



/* Categories Page */
.product-category .count {
    color: #757575;
}
.product .box .cfvsw-variation-disable-logic td.label {
    display: none;
}
.product .box .single_variation_wrap .ux-quantity, .product .box .single_variation_wrap .single_add_to_cart_button {
    margin-top: 0;
}
.product .box .single_variation_wrap .wlr-product-message, .product .box form.variations_form .wlr-product-message {
    display: none !important;
}
.product .box form.variations_form {
    margin: 0;
    gap: 0px;
}
.product .box form.variations_form .cwginstock-subscribe-form {
    display: none !important;
}
.product .box .ux-quantity {
    display: none;
}
.product .box .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
    background-color: #1C3FFF !important;
}
/* Categories Page */

/* Filter */
.price_slider_wrapper {
	display: none !important;
}
/* Filter */

/* Star Rating */
.price-wrapper .review-count {
    display: block;
    margin: 0 0 .5em 0;
}
.price-wrapper .star-rating--inline {
    margin: .5em 0;
}
/* Star Rating */



/* Product Page */
/* .product-gallery,
.product-thumbnails .col {
    padding-left: 0;
    margin-left: 15px;
} */

.tiered-pricing-wrapper .tiered-pricing-option__checkbox {
    display: none;
}

.wlr-product-message {
    padding: 0 !important;
}

form.cart .clear {
    display: none;
}

.tiered-pricing-options {
    margin: 0;
}

.product_meta .sku_wrapper,
.product_meta .tagged_as {
    display: none;
}

.stock.out-of-stock {
    display: inline-block;
    padding: 0 1.2em;
    background: #1C3FFF;
    color: #ffffff;
    border-radius: 5px;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    text-transform: uppercase;
}

.stock.in-stock {
    display: none;
}

.wc-per-carton-badge {
    display: inline-block;
    padding: 0 10px;
    background: #010101;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.8em;
    text-transform: uppercase;
    transform: translateY(-40px);
}

.wc-product-stats svg {
	fill: #1C3FFF;
}

.sticky-add-to-cart__product .wlr-product-message {
    display: none !important;
}

.add-to-cart-container .wlr-product-message {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #1C3FFF;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.2em !important;
}

.add-to-cart-container .wlr-product-message:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://expresscigs.com/wp-content/uploads/2024/04/svg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.related-products-wrapper h3.product-section-title {
    display: none;
}

.payment-methods {
	margin-bottom: 20px;
}

.comment_container img.avatar:nth-child(2) {
    display: none;
}

.comment-text {
    margin-left: 0 !important;
}
/* Product Page */



/* Blog Page */
.box-blog-post .post-title a {
    color: #313131;
}
.box-blog-post .button {
    width: 100%;
}
@media screen and (min-width: 850px) {
    .blog-archive .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .blog-archive .gallery-columns-3 .gallery-item, .blog-archive .large-columns-3 .flickity-slider>.col, .blog-archive .large-columns-3>.col {
        flex-basis: 25%;
        max-width: 25%;
    }
}
/* Blog Page */



/* Blog Post */
.article-inner {
    box-shadow: none !important;
}
/* Blog Post */


/* Checkout */
.page-checkout input, .page-checkout select, .page-checkout textarea {
    margin-bottom: 0px;
}
.page-checkout .wlr-message-info a {
	color: #232323;
}
.page-checkout .wlr_points_rewards_earn_points {
	padding: 0 !important;
}
/* Checkout */



/* Notification Form */
.cwginstock-subscribe-form .panel-primary>.panel-heading {
    color: #fff !important;
    background-color: #1c1c1c !important;
    border-color: #1c1c1c !important;
}

.cwginstock-subscribe-form .panel-primary {
    border-color: #1c1c1c !important;
}

.cwgstock_button {
    background: #d44038 !important;
    color: #fff !important;
}

/* Notification Form */



/* Was originally/Now only */
.woocommerce div.product p.price del,
.woocommerce div.product p.price ins {
    text-decoration-line: none;
}

.woocommerce div.product p.price del .woocommerce-Price-amount {
    text-decoration: line-through;
}

.woocommerce div.product p.price ins .woocommerce-Price-amount {
    text-decoration: underline;
}

p.price del {
    font-weight: 700;
    display: inline-block;
    color: #7f7f7f;
}

p.price del span.amount {
    font-weight: 700;
    opacity: 1;
    color: #7f7f7f;
}

p.price ins {
    color: #1C3FFF;
    font-weight: 700;
    display: inline-block;
}

p.price del::before {
    content: "Was originally:";
    display: block;
    font-size: 14px;
}

p.price ins::before {
    content: "Now only:";
    display: block;
    font-size: 14px;
    text-decoration: none;
}

/* Was originally/Now only */



/* Mix & Match Product */
table.mnm_child_products tbody tr:nth-child(odd) {
    background-color: #f6f6f6;
}

table.mnm_child_products tbody td:last-child,
table.mnm_child_products tbody th:last-child {
    padding-right: .5em;
}

table.mnm_child_products tbody td:first-child,
table.mnm_child_products tbody th:first-child {
    padding-left: .5em;
}

.mnm_form.layout_tabular table .product-thumbnail .mnm_image img {
    width: 70px;
    height: 70px;
}

/* Mix & Match Product */



/* Badges */
.jet-woo-builder-product[data-product-id="8464"] .acoplw-dynamic-label,
.jet-woo-builder-product[data-product-id="8988"] .acoplw-dynamic-label,
.jet-woo-builder-product[data-product-id="8441"] .acoplw-dynamic-label {
    display: none !important;
}

.acoplw-bsone {
    padding: 0 10px;
}

.acoplw-badge>span {
    z-index: 98;
}

.acoplw-bsone.acoplwRightAlign:nth-child(1) {
    top: 15px !important;
}
/* 
.acoplw-bsone.acoplwRightAlign:nth-child(2) {
    top: 50px !important;
}

.acoplw-bsone.acoplwRightAlign:nth-child(3) {
    top: 85px !important;
} */

/* Badges */



/* Cookies */
.flatsome-cookies {
    z-index: 9999999999;
}

/* Cookies */



/* Back to top */
.back-to-top {
    bottom: 72px !important;
    margin: 0 !important;
}

.back-to-top.left {
    left: 15px;
}

.back-to-top.is-outline {
    color: var(--fs-color-primary);
}

.back-to-top.is-outline:hover {
    color: #ffffff;
}

/* Back to top */



/* Thank You Page */
.payment_method_ppstpalpha p {
  border: 1px solid #ff9500;
  padding: 5px 10px;
  background: #fff8ee;
  color: #ff9500;
  font-weight: 600;
}

#bacs-template {
  display: flex;
  margin: 20px auto;
  padding: 20px;

  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

#bacs-template table td,
#bacs-template table th {
  background-color: white !important;
  border: none;
  border-bottom: 1px solid #E5E5E5;
}


#bacs-template table {
  border-top: 1px solid #E5E5E5;
}

#order-received-message {
  display: none !important;
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-style: normal;
  background: #22f004;
  color: white;
  border-radius: 5px;
  line-height: 18px;
  font-size: clamp(16px, 2.5vw, 20px);
}

#confirm-e-transfer,
.back-to-shopping a,
.back-to-order button {
  background-color: #f5052b !important;
  border-color: #f5052b;
  color: white;
  padding: 9px 40px;
  font-size: 14px !important;
  font-weight: 700 !important;
  outline: none !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-family: "Poppins";
}

.back-to-shopping a,
#back-to-order {
  background-color: black !important;
  color: white !important;
}

#confirm-e-transfer:hover {
  color: black !important;
  border-color: black;
  background-color: #f5052b !important;
}

.back-to-shopping a:hover,
#back-to-order:hover {
  color: white !important;
  border-color: #f5052b !important;
  background-color: #f5052b !important;
}

#bacs-thankyou-template #have-questions {
  color: #282e26;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: clamp(12px, 2.5vw, 16px);
}

#bacs-thankyou-template #have-questions a {
  color: #f5052b;
}

#bacs-thankyou-template #have-questions a:hover {
  text-decoration: initial;
}

#order-title {
  color: #f5052b;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
  letter-spacing: normal;
  margin-bottom: 30px;
}

#instruction-text {
  color: #282e26;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-size: clamp(12px, 2.5vw, 16px);
  max-width: 300px;
}

#info-text {
  text-align: center;
  color: #989898;
  font-family: "Poppins", sans-serif;
  font-size: clamp(12px, 2.5vw, 16px);
  font-weight: 500;
  line-height: 16px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.clipboard-icon {
  cursor: pointer;
  margin-left: 5px;
}

.clipboard-icon:hover {
  fill: #000;
}

#confirmation-button,
.back-to-order,
.back-to-shopping {
  width: 100%;
  text-align: center;
}

.payment-table td:first-child {
  text-align: right;
  font-weight: 500;
}

.payment-table td:last-child {
  text-align: left;
}

.back-to-order {
  padding-top: 20px;
}

@media (max-width: 768px) {
  #confirmation-button button {
    width: 100%;
  }

  button#back-to-order {
    width: 100%;
  }

  .back-to-shopping a.btn {
    width: 100%;
  }
}

.payment-table.table span,
.payment-table.table td {
  color: black;
}

#confirmation-button {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 40px;
}

#bacs-thankyou-template {
  display: none;
  text-align: center;
  margin: 20px auto;
  padding: 20px;
  margin-bottom: 50px;
}

.payment-table td:first-child,
.payment-table td:last-child {
  font-size: clamp(12px, 2.5vw, 16px);
  line-height: 16px;
}

#bacs-thankyou-template h1 {
  color: #f5052b;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

#bacs-thankyou-template p {
  font-family: "Poppins", sans-serif;
  color: #282e26;
  margin-bottom: 25px;
  font-size: clamp(12px, 2.5vw, 20px);
}

#bacs-thankyou-template p span {
  color: #f5052b;
}

#bacs-thankyou-template ol {
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px;
  font-size: clamp(12px, 2.5vw, 16px);
  line-height: 16px;
}

#bacs-thankyou-template ol li {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  color: #282e26;
}

#bacs-thankyou-template .next-steps {
  margin-bottom: 20px;
}

.next-steps h2 {
  color: black;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  #bacs-template {
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;
  }

  #bacs-template table td,
  #bacs-template table th {
    padding: 5px;
    padding-bottom: 7px;
    vertical-align: initial;
  }

  #bacs-template .clipboard-icon {
    top: 3px;
    position: relative;
  }

  #info-text {
    margin-top: 10px;
  }

  #order-title,
  #bacs-thankyou-template h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .next-steps h2 {
    font-size: 20px !important;
    margin-bottom: 20px;
  }

  #bacs-thankyou-template p {
    margin-bottom: 20px;
  }

  #confirmation-button {
    padding: 0px;
  }

  #bacs-thankyou-template #have-questions {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .back-to-order {
    padding-top: 10px;
  }

  #confirm-e-transfer,
  .back-to-shopping a,
  .back-to-order button {
    font-size: 12px !important;
    display: block;
    width: 100%;
  }

  #bacs-thankyou-template {
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;
  }


  .elementor-element.elementor-element-71cc9e3.elementor-view-default.elementor-widget.elementor-widget-icon {
    flex: 0 0 30px;
  }
}

.email-instr-hidden {
  display: none;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-order>.row {
  order: -1;
}

body.woo-upsellator-modal-active {
  overflow-y: hidden;
}

.wc-timeline-modal-upsell .upsell-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.woocommerce-checkout .e-coupon-anchor {
  display: block !important;
}

@media (max-width: 992px) {
  .woocommerce-cart .shop_table.cart .product-thumbnail:before {
    display: none !important;
  }

  .elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 100px !important;
  }

  .jet-woo-products .jet-woo-products__item .jet-woo-product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .jet-woo-products .jet-woo-products__item .jet-woo-product-price {
    margin-top: auto !important;
  }

  .jet-woo-products .jet-woo-products__inner-box {
    height: 100%;
  }
}
/* Thank You Page */