/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*========================================= *GLOBAL* ==========================================*/
.kl_newsletter_checkbox_field .input-checkbox {
   margin-right: 1px;
}

.form-row.place-order {
   display: flex;
   flex-direction: column;
}

img.red-alarm {
   width: 17px !important;
}

.checkout-order-review button#place_order {
   order: 1;
   margin-bottom: 15px;
}

.woocommerce-terms-and-conditions-wrapper {
   order: 2;
}

.woocommerce-terms-and-conditions-wrapper p {
   margin-bottom: 0;
}

a.button,
button.button:not(.wd-buy-now-btn),
button#place_order,
a.checkout-button,
.contact-row-outer [type="submit"],
p.standard-button a {
   font-weight: 600 !important;
}

.cart-widget-side .wd-scroll-content {
   background: #f8f8f8;
}

.woocommerce-mini-cart__total strong {
   font-weight: 500;
   font-size: 18px;
}

p.woocommerce-mini-cart__total.total bdi:after {
   content: 'USD';
}

.cart-widget-side .wd-heading {
   padding: 30px 15px;
}

.close-side-widget a {
   color: #595959;
}

.cart-widget-side .title {
   font-size: 24px;
}

.woosb-before-text.woosb-text span {
   color: #5D5D5D;
   text-align: center;
   font-family: Inter;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   margin-top: 5px;
}

.woocommerce-mini-cart__buttons .btn-cart {
   display: none !important;
}

.wd-header-cart .wd-tools-icon:before {
   content: "\f105";
   font-family: "woodmart-font";
   font-size: 23px !important;
}

.wd-tools-element .wd-tools-icon:before {
   font-size: 22px !important;
}

.wd-header-cart.wd-design-4 .wd-cart-number {
   width: 22px !important;
   height: 22px !important;
   background-color: #0066FF !important;
   font-size: 14px !important;
}

.single_add_to_cart_button:before {
   content: "\f105" !important;
   font-family: "woodmart-font";
   margin-right: 1px;
   font-size: 18px;
   position: relative;
   inset: 0;
   opacity: 1 !important;
   z-index: 1;
   border-radius: inherit;
   background-color: inherit;
   box-shadow: inherit;
   transition: none !important;
}

.checkout-order-review button#place_order:after,
a.checkout-button:after,
.contact-row-outer button.submit-btn:after {
   content: "\f120";
   font-family: "woodmart-font";
   display: inline-flex;
   justify-content: center;
   align-items: center;
   margin-left: 0px;
   font-size: 16px;
   transition: linear .2s;
}

a.button.checkout.wc-forward:after {
   content: "\f120";
   font-family: "woodmart-font";
   display: inline-flex;
   justify-content: center;
   align-items: center;
   margin-left: 0px;
   font-size: 16px;
   transition: linear .2s;
   margin-bottom: -1px;
}

a.button.checkout.wc-forward:hover:after,
.checkout-order-review button#place_order:hover:after,
a.checkout-button:hover:after,
.contact-row-outer button.submit-btn:hover:after {
   transform: translateX(4px);
   transition: linear .2s;
}

.description-row h2 {
   text-transform: capitalize;
   margin-bottom: 22px;
}

.woocommerce-form-coupon-toggle,
.coupon.wd-coupon-form {
   display: none !important;
}

.woocommerce-checkout .site-content {
   width: 85%;
   margin: auto;
   max-width: 750px;
   display: flex;
   flex-direction: column;
}

.woocommerce-checkout>.customer-details .woocommerce-billing-fields {
   margin-bottom: 0px;
}

.checkout-order-review {
   border-radius: 20px;
}

.woocommerce-checkout>.checkout-order-review:before,
.woocommerce-order-pay #order_review:before {
   display: none;
}

.payment_methods li img {
   max-height: 26px !important;
   margin-bottom: 3px;
}

.wd-header-cart .wd-tools-icon:before {
   font-size: 22px;
}

.header-row-lines {
   position: absolute;
   width: 100%;
   height: 100%;
   background: url(https://successblueprints.co/wp-content/uploads/2024/05/Background-Blueprint-lines.svg);
   top: 0;
   left: 0;
   z-index: -1;
   opacity: 0.1;
}

.added-to-cart h3::before {
   content: "" !important;
   background-image: url(https://business-explained.com/wp-content/uploads/2024/04/check-mark-button_2706.png);
   height: 80px;
   width: 80px;
   display: block;
   margin: auto;
   margin-bottom: 22px;
}

.archive .whb-header {
   margin-bottom: 0px;
}

.added-to-cart {
   display: flex;
   flex-direction: column;
}

.popup-added_to_cart .btn {
   margin: 3px 0;
}

.added-to-cart a {
   border: none !important;
   color: #fff !important;
   text-transform: capitalize !important;
   border-radius: 5px !important;
}

a.btn.btn-style-link.btn-color-default.close-popup {
   background: linear-gradient(90deg, #420FD1, #9E23E1) !important;
   padding: 14px 20px;
}

.popup-added_to_cart .view-cart {
   background-color: #b1b1b1 !important;
}

.added-to-cart h3 {
   color: #000;
   font-weight: 700;
   font-size: 26px;
   letter-spacing: 0 !important;
}

.woocommerce-cart .bundle-cta-body img {
   width: 100% !important;
}

span.tagged_as {
   display: none !important;
}

.product-grid-item .wd-entities-title {
   text-align: left;
}

.status-box p,
li.wc_payment_method.payment_method_eh_stripe_pay {
   margin-bottom: 0 !important;
}



body.all-carted .whb-top-bar {
   display: none !important;
   opacity: 0;
   visibility: hidden;
}

body.all-carted .whb-header {
   padding-top: 0px !important;
}


.woocommerce-terms-and-conditions-wrapper p:last-child {
   text-align: center;
}

footer ul {
   padding-top: 16px;
}

.products-category-desription-before-grid a,
.products-category-desription-after-grid a {
   font-weight: 600;
   text-decoration: underline;
}

.products-category-desription-after-grid h2,
.products-category-desription-after-grid h3 {
   color: #000;
   margin-bottom: 20px;
   justify-content: left !important;
   text-align: left !important;
}

.products-category-desription-after-grid li {
   font-size: 16px;
   margin-bottom: 8px;
}

.products-category-desription-after-grid p {
   color: #5F5F5F;
   margin-bottom: 15px;
}

.products-category-desription-after-grid h3 {
   font-size: 23px;
}

.products-category-desription-after-grid h2 {
   font-size: 28px;
}

.products-category-desription-after-grid {
   margin-top: 50px;
   margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
   .products-category-desription-after-grid {
      padding: 0 15px;
   }
}

.products-category-desription-before-grid p {
   color: #5F5F5F;
   font-size: 16px;
}

.products-category-desription-before-grid h1 {
   font-size: 33px;
   color: #000;
   font-weight: 700;
}



span.wd-cart-number.wd-tools-count {
   padding-top: 2px !important;
}

span.es-span-grad {
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   background: linear-gradient(90deg, #00C692, #B3E120);
}

span.be-span-grad {
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   background: linear-gradient(132deg, #00ccff, #f5001d);
}

.blog-design-masonry .post-title {
   text-align: left !important;
}

.hurrytimer-timer-digit.hurrytimer-cdt__time {
   margin-right: 3px;
   letter-spacing: -1px !important;
}

body.error404 h1 {
   display: none;
}

.hurrytimer-cdt__inner.hurrytimer-timer {
   display: contents !important;
}


.woocommerce-checkout .woocommerce-notices-wrapper {
   display: none;
}


.woocommerce-info,
.kl_newsletter_checkbox_field label,
.woocommerce-checkout .woocommerce-account-fields label {
   font-size: 16px !important;
   font-weight: 400 !important;
}

.kl_newsletter_checkbox_field span.optional {
   display: none;
}



.woocommerce-checkout>.customer-details .woocommerce-billing-fields {
   margin-bottom: 0px;
}

.woocommerce-account-fields {
   margin-top: 12px;
}

p#kl_newsletter_checkbox_field {
   margin-top: 26px;
}



.wt_coupon_wrapper {
   margin-bottom: 4px;
   padding: 0;
}

.woocommerce-checkout>.customer-details .woocommerce-billing-fields {
   margin-top: 0px !important;
}

.wd-tools-element {
   font-family: "woodmart-font" !important;
}

* {
   font-family: 'Inter', sans-serif !important;
}

.wd-logo img {
   min-width: 145px;
}

p {
   font-size: 17px;
}

h2 {
   color: black;
   margin-bottom: 10px;
   font-size: 33px;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
}

h2>img {
   width: 33px;
}

h1 img {
   max-width: 82px;
}

.product-tabs-wrapper .container {
   width: 100%;
   padding: 0px;
}

.main-page-wrapper {
   padding-top: 25px;
}

.site-logo {
   padding-right: 40px !important;
}

.wd-header-main-nav {
   padding-left: 41px !important;
   border-left: 1px solid #D0D0D5;
}

.wd-header-main-nav,
.wd-header-main-nav ul:not(.wd-sub-menu),
li.products-nav a {
   height: 50px !important;
   display: flex;
   align-items: center;
}

li.products-nav a {
   border: 1px solid #E2E2E2;
   border-radius: 8px;
   padding: 0px 17px;
   background: #F5F5F5;
}

li.products-nav a:hover,
li.products-nav.current-menu-item a {
   background: #FAFAFA;
   border-color: #FAFAFA;
}

span.gradient {
   background: linear-gradient(90deg, #420FD1, #9E23E1);
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   font-weight: bold;
   text-transform: capitalize;
}

span.esheets-gradient {
   background: linear-gradient(90deg, #0024FF, #23D7FF);
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   font-weight: bold;
   text-transform: capitalize;
}

.page-ultimate-hr-management-checklist span.gradient,
.page-human-resources-explained span.gradient,
.page-employee-engagement-strategies-explained span.gradient,
.page-360-degree-feedback-explained span.gradient,
.page-talent-management-onboarding-explained span.gradient {
   background: linear-gradient(90deg, #F43B55, #FF912E);
}

.page-ultimate-project-management-cheat-sheet span.gradient,
.page-project-management-explained span.gradient,
.page-scrum-manual span.gradient,
.page-kanban-manual span.gradient,
.page-agile-manual span.gradient {
   background: linear-gradient(90deg, #106F8E, #B3D843);
}

.page-organizational-management-explained span.gradient {
   background: linear-gradient(90deg, #2417bf, #2686f4);
}

.page-negotiation-strategies-explained span.gradient {
   background: linear-gradient(90deg, #7E39D8 31.18%, #AFE402 80.48%);
}

.page-strategic-management-explained span.gradient {
   background: linear-gradient(90deg, #f5cb27, #e35e39);
}

.page-marketing-frameworks-explained span.gradient {
   background: linear-gradient(90deg, #E02527 31.18%, #F8CD00 80.48%)
}

.page-process-improvement-strategies-explained span.gradient {
   background: linear-gradient(90deg, #F92648 31.18%, #FF8D55 80.48%);
}

.page-leadership-strategies-explained span.gradient {
   background: linear-gradient(90deg, #1583FF 31.18%, #35CFFF 80.48%);
}

.page-productivity-strategies-explained span.gradient {
   background: linear-gradient(90deg, #43B570 31.18%, #A6D24A 80.48%);
}

.page-financial-management-explained span.gradient {
   background: linear-gradient(90deg, #5C5C5C 31.18%, #29F1A9 80.48%);
}

.page-risk-management-explained span.gradient {
   background: linear-gradient(90deg, #F14C8D 31.18%, #F1CA29 80.48%);
}

.page-soft-skills-explained span.gradient {
   background: linear-gradient(90deg, #A80095 31.18%, #FF2085 80.48%);
}

.page-change-management-strategies-explained span.gradient {
   background: linear-gradient(90deg, #3746BE 31.18%, #37E1E5 80.48%);
}

.page-performance-management-strategies-explained span.gradient {
   background: linear-gradient(90deg, #24A7AD 31.18%, #20EEA5 80.48%);
}

.page-brand-development-explained span.gradient {
   background: linear-gradient(90deg, #1945EA 31.18%, #EFF226 80.48%);
}

.page-ecommerce-explained span.gradient {
   background: linear-gradient(90deg, #E9501A 31.18%, #F5CA2B 80.48%);
}

.page-financial-crisis-explained span.gradient {
   background: linear-gradient(90deg, #4D27CE 31.18%, #EC6CEE 80.48%);
}

.page-housing-crisis-explained span.gradient {
   background: linear-gradient(90deg, #4D27CE 31.18%, #27D1EE 80.48%);
}

.page-customer-relationship-explained span.gradient {
   background: linear-gradient(90deg, #FF4541 31.18%, #FFB47A 80.48%);
}

.page-artificial-intelligence-explained span.gradient {
   background: linear-gradient(90deg, #2D6B9F 31.18%, #22D4F2 80.48%);
}

.page-cyber-security-explained span.gradient {
   background: linear-gradient(90deg, #24768D 31.18%, #19F09C 80.48%);
}

.page-machine-learning-explained span.gradient {
   background: linear-gradient(90deg, #2f7c87 31.18%, #cee921 80.48%);
}

.page-virtual-reality-explained span.gradient {
   background: linear-gradient(90deg, #7B4994 31.18%, #F064A3 80.48%);
}

.page-negotiation-strategies-explained {
   background: linear-gradient(90deg, #7E39D8 31.18%, #AFE402 80.48%);
}

.page-strategic-success-from-vision-to-victory h2 span.gradient {
   background: linear-gradient(45deg, #fec106, #ff5307);
}

.page-content-creation-wow-your-audience h2 span.gradient {
   background: linear-gradient(45deg, #088ddc, #55fc00);
}

.page-customer-journey-from-curious-to-committed h2 span.gradient {
   background: linear-gradient(45deg, #ff5307, #ffd907);
}

.page-kpi-mastery-measure-what-matters h2 span.gradient {
   background: linear-gradient(45deg, #ce0733, #ff6600);
}

.page-negotiation-tactics-master-the-art-of-the-deal h2 span.gradient {
   background: linear-gradient(45deg, #9959e4, #bfee28);
}

.page-process-improvement-success-stories h2 span.gradient {
   background: linear-gradient(45deg, #e95087, #ffdf08);
}

.page-employee-retention-strategies-the-art-of-keeping-talent h2 span.gradient {
   background: linear-gradient(45deg, #fe7a27, #f2444b);
}

.page-team-harmony-collaborate-and-conquer h2 span.gradient {
   background: linear-gradient(45deg, #fd6706, #ffe107);
}

span.bolded {
   font-weight: 600;
}

span.semi-bolded {
   font-weight: 600;
}

span.urgent {
   font-weight: 600;
   color: #de1d59;
}

h2 span.gradient {
   margin-left: 5px;
}

span.ul-offer {
   font-weight: 600;
   font-size: 12px;
   text-transform: lowercase;
   line-height: 1;
   border: 1px solid #f75810 !important;
   background: #f75810 !important;
   color: #fff;
   padding: 4px 8px;
   border-radius: 3px;
   margin-left: 8px;
   color: #ffF;
}

.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
   content: "" !important;
   width: 20px;
   height: 22.5px;
   background-image: url(https://business-explained.com/wp-content/uploads/2023/10/Add-to-cart-Icons.svg);
   background-size: cover;
}

.woocommerce-breadcrumb a,
.yoast-breadcrumb a {
   color: #7f7f7f !important;
}

span.breadcrumb-last {
   color: #000000 !important;
}

.summary-inner {
   display: flex;
   flex-direction: column;
}

.single-breadcrumbs-wrapper {
   order: 1;
   line-height: 1 !important;
}

.single-product .summary-inner .product_meta {
   order: 7;
   padding-top: 0px;
   border: none;
}

.product_meta a {
   color: #000000;
   font-weight: bold;
   text-transform: uppercase;
   line-height: 1;
   display: block;
   font-size: 12px;
   background: #EBEBEB;
   width: fit-content;
   padding: 8px 20px;
   border-radius: 3px;
}

h1.product_title {
   order: 3;
   text-transform: capitalize;
}

.summary-inner>.price {
   order: 4;
   margin-bottom: 30px;
}

.price {
   display: flex;
   flex-direction: row-reverse;
   width: fit-content;
   align-items: flex-start;
}

.price ins,
.price ins span,
.price .amount {
   font-size: 34px;
   font-weight: bold !important;
   line-height: 1 !important;
   color: #005BFF !important;
}

.price del,
.price del span,
.price del bdi,
.single .price del span {
   color: #A8A8A8 !important;
   font-size: 24px !important;
   font-weight: 600 !important;
   line-height: 1 !important;
   margin-top: 2px;
}

.price ins {
   margin-right: 8px;
}

.woocommerce-product-details__short-description {
   order: 5;
}

form.cart {
   order: 6;
   margin-bottom: 0px;
}

.product-info-icons {
   display: flex;
   height: 65px;
   align-items: flex-end;
   margin-bottom: 40px;
}

.product-info-icons p {
   margin-bottom: 0px;
}

.product-info-icons-inner {
   display: flex;
   height: 65px;
   flex-direction: column;
   align-items: center;
   text-align: center;
   justify-content: space-between;
   position: relative;
   padding: 0px 30px;
}

p.product-info-icon-desc {
   color: #000;
   font-size: 13.5px;
   font-weight: 600;
   margin-bottom: 0px;
   line-height: 1;
}

p.product-info-icon-text {
   font-size: 24px;
   font-weight: 700;
   color: #000;
   line-height: 1;
   margin-bottom: 0px;
}

p.product-info-icon-text,
.product-info-icons-inner img {
   height: 38px;
   display: flex;
   align-items: center;
}

.product-info-icons-inner:first-child {
   padding-left: 0px;
}

.product-info-icons-inner:last-child {
   padding-right: 0px;
}

.product-info-icons-text-only:before,
.product-info-icons-text-only:after {
   background-color: #e2e2e2;
   content: "";
   display: block;
   height: 24px;
   left: 0;
   position: absolute;
   top: calc(50% - 12px);
   width: 1px;
}

.product-info-icons-text-only:after {
   left: inherit;
   right: 0;
}

button.single_add_to_cart_button {
   width: 100%;
   font-size: 17px;
   font-weight: bold;
   height: 56px;
   line-height: 1;
   padding: 0px;
   border-radius: 11px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(90deg, #420FD1, transparent) #9E23E1;
}

a.button,
button.button:not(.wd-buy-now-btn),
button#place_order,
a.checkout-button,
.contact-row-outer [type="submit"],
p.standard-button a {
   font-size: 17px !important;
   font-weight: bold;
   padding: 10px 36px;
   height: 56px;
   border-radius: 11px !important;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #0066FF;
   color: white;
   text-transform: none;
}

.contact-row-outer [type="submit"] {
   width: 100%;
}

a.button:hover,
button.button:not(.wd-buy-now-btn):hover,
a.checkout-button:hover,
a.checkout:hover,
button.single_add_to_cart_button:hover,
.contact-row-outer [type="submit"]:hover,
p.standard-button a:hover {
   background-color: black !important;
   color: white;
}

.summary-inner li,
p.short-desc-p {
   font-size: 18px !important;
   display: flex;
   align-items: center;
   gap: 7px;
   position: relative;
}

p.short-desc-p img {
   max-width: 21px;
}

.summary-inner ul {
   margin-bottom: 15px !important;
}

.product-image-summary .row {
   align-items: flex-start;
}

.refund-checkout {
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   padding-bottom: 20px;
   border-bottom: 1px solid #DDDDDD;
}

.refund-checkout p {
   font-size: 15px;
   align-items: center;
   display: flex;
   justify-content: center;
}

.refund-checkout img {
   margin-right: 5px;
   max-width: 20px;
}

p.refund-product {
   margin-bottom: 2px;
}

p.refund-product b,
p.bf-deal-spec b {
   margin-right: 5px;
}

.description-row {
   text-align: center;
   padding-top: 70px;
   padding-bottom: 70px;
}

.news-articles-outer {
   margin-top: -60px !important;
}

.woocommerce-Tabs-panel h2 img,
.prefooter-outer-row h2 img {
   width: 33px;
}

h2 img:first-child {
   margin-left: 5px;
}

.prefooter-outer-row h2 {
   margin-bottom: 0px;
}

.toc-outer h2,
.gallery-row h2 {
   margin-bottom: 30px;
}

.description-row h2 {
   text-transform: capitalize;
}

.woocommerce-Tabs-panel .vc_column-inner {
   padding-top: 0px !important;
}

.description-row p {
   font-size: 17px;
   max-width: 1375px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   line-height: 1.4;
}

.single-product .product-tabs-wrapper {
   padding-top: 0px;
   padding-bottom: 0px;
   border: 0px;
   margin-bottom: 0px !important;
}

.wpb_raw_html {
   margin-bottom: 0px;
}

.imagecarousel {
   display: flex;
   align-items: center;
   justify-content: space-around;
   background: white;
   padding: 30px 30px;
   border-radius: 22px;
   box-shadow: 22px 17px 78px 0px rgba(0, 0, 0, 0.07);
   max-width: 1500px;
   margin: auto;
}

.imagecarousel br {
   display: none;
}

.imagecarousel img {
   width: 10%;
}

.product-image-carousel p {
   margin-bottom: 15px;
   margin-top: 15px;
}

.toc-inner {
   border-radius: 20px;
   background: #F6F9FF;
   box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
   padding: 45px 120px;
   width: 70%;
   max-width: 950px;
   margin: auto;
   position: relative;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   transition: all 0.5s ease-in-out;
}

.toc-outer {
   padding-top: 50px;
   padding-bottom: 50px;
}

.toc-outer li {
   font-size: 17px;
   line-height: 1.2;
   margin-top: 7px;
   margin-bottom: 0px;
   display: table;
   counter-increment: item;
}

.toc-outer ol {
   list-style-type: none;
   counter-reset: item;
   margin: 0;
   padding: 0;
}

.toc-outer li:before {
   content: counters(item, ".") ". ";
   display: table-cell;
   padding-right: 0.3em;
   font-weight: 600;
}

.toc-outer li li:before {
   content: counters(item, ".") " ";
}

.toc-outer li::marker {
   font-weight: bold;
}

.view-more-div {
   position: absolute;
   bottom: 0;
   width: 100%;
   left: 0;
   display: flex;
   justify-content: center;
   background: linear-gradient(180deg, #FBFBFB 0%, #FBFBFB 0%, rgba(251, 251, 251, 0.00) 0.01%, rgba(251, 251, 251, 0.95) 78.86%, #FBFBFB 100%);
   height: 200px;
   align-items: flex-end;
}

.view-more-div p {
   color: #3E3E3E !important;
   font-weight: 600;
   display: block;
   padding: 9px 16px;
   line-height: 1;
   background: #ececec;
   border-radius: 3px;
   margin-bottom: 30px;
   transition: ease-in-out .3s;
   cursor: pointer;
}

.view-more-div p:hover {
   background: #420FD1;
   color: white !important;
}

.gallery-row .counter-value {
   line-height: 1 !important;
   font-size: 90px !important;
   color: #00c692 !important;
   font-weight: 800;
   text-align: center;
   margin-bottom: 0px;
   margin-top: -15px;
}

.gallery-row,
.description-row,
.choose-wisely-outer {
   background: #F6F9FF;
}

p.under-counter {
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   color: #4B4E60;
}

p.under-counter img {
   max-width: 26px;
}

.gallery-row .woodmart-counter {
   margin-bottom: 0px;
}

.gallery-outer {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   width: 90%;
   margin: auto;
   margin-top: 45px;
   max-width: 1500px;
   overflow: hidden;
}

.full-height-row {
   max-height: 55000px !important;
   transition: all 0.5s ease-in-out;
}

.gallery-inner {
   width: 32%;
}

.gallery-row {
   padding-top: 70px;
   position: relative;
   padding-bottom: 50px;
}

.home .gallery-row {
   background: #F6F9FF;
}

.home .gallery-row p,
.page-home .gallery-row p {
   text-align: center;
}

.home .gallery-row h2,
.page-home .gallery-row h2 {
   max-width: 655px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.gallery-row .gallery-inner img {
   border-radius: 14px;
   margin: 0px;
   width: calc(100% - 15px);
   margin-bottom: 30px;
   box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
}

.gallery-row .view-more-div {
   height: 275px;
}

.bundle-cta-outer {
   background: rgba(245, 100, 35, 0.09);
   border-radius: 27px 27px 12px 12px;
   outline: 1.5px solid rgba(245, 100, 35, 0.17);
}

.bf-cross-sell .bundle-cta-outer {
   background: #f8f8f8;
   border-radius: 27px 27px 12px 12px;
   outline: 1.5px solid #e3e3e3;
}

.bundle-cta-title {
   border-radius: 27px;
   background: linear-gradient(90deg, #FFD5C2 67.22%, #F56423 114.22%);
   padding: 20px 35px;
   display: flex;
   align-items: center;
   z-index: 9;
   position: relative;
}

.bundle-cta-title img {
   max-width: 48px;
}

.bundle-cta-body {
   padding: 20px 35px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.bundle-cta-body img {
   width: 25%;
   border-radius: 8px;
   max-width: 144px;
}

.bundle-text {
   width: 40%;
   max-width: 215px;
}

.bundle-text a {
   color: black;
   font-size: 18px;
   line-height: 1.1;
   font-weight: 700;
   background: none;
   padding: 0px;
   text-transform: none;
}

.bundle-text p {
   margin-bottom: 0px;
   line-height: 1;
   margin-top: 5px;
   color: #323232;
   font-size: 15px;
}

a.get-now-buton {
   font-size: 17px;
   font-weight: bold;
   color: #fff;
   line-height: 1;
   background: linear-gradient(90deg, #420FD1, transparent) #9e23e1;
   border-radius: 10px;
   width: fit-content;
   padding: 18px 40px;
   text-transform: capitalize;
   width: 100%;
   display: block;
   text-align: center;
}

.es-cta-outer .get-now-buton {
   background: #00C692;
   color: white;
}

.es-cta-outer .bundle-price {
   color: #00C692;
}

p.get-now-text {
   margin-bottom: 0px;
}

a.get-now-buton:hover {
   background: #420FD1;
   color: white !important;
}

.cart-content-wrapper {
   width: 85%;
   margin: auto;
}

p.bundle-price {
   color: #fb560b;
   font-weight: bold;
   font-size: 20px;
   margin-top: 10px;
}

span.original-price {
   color: #969696;
   font-weight: 500;
   font-size: 16px;
   text-decoration: line-through;
}

.bundle-cta-outer h5 {
   color: black;
   font-weight: 400;
   margin-bottom: 0px;
   margin-left: 15px;
   font-size: 20px;
}

.single-bundle-cross-sell {
   margin-top: 40px;
}

.prefooter-outer-row {
   text-align: center;
   padding-top: 70px;
}

.woocommerce-shop .prefooter-outer-row,
.tax-product_cat .prefooter-outer-row {
   padding-top: 40px;
}

.prefooter-outer-row .refund-checkout {
   border: none;
}

.prefooter-bundle-text-column {
   background: #F9F9F9;
   border: 1.5px solid #e7e7e7;
   padding: 40px 35px 0px 35px;
}

.prefooter-bundle-row .prefooter-single-col {
   border-radius: 20px;
   width: 50%;
   box-shadow: 0px 4px 15px 0px #00000014;
   position: relative;
}

.prefooter-bundle-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(to right top, #FFEC3A, #FF8310);
   border-radius: 20px 0px 0px 20px;
}

.prefooter-bundle-row .prefooter-bundle-text-column {
   border-radius: 0px 20px 20px 0px;
}

.prefooter-sheets-outer .prefooter-bundle-gradient-column {
   border-radius: 0px 20px 20px 0px;
   background: linear-gradient(90deg, #B6FFEC 0.09%, #B3E120 100%);
}

.prefooter-sheets-outer .prefooter-bundle-text-column {
   border-radius: 20px 0px 0px 20px;
}

.cta-elevate .prefooter-bundle-gradient-column {
   border-radius: 20px 0px 0px 20px;
}

.cta-elevate .prefooter-bundle-text-column {
   border-radius: 0px 20px 20px 0px;
}

p.button-wrapper {
   margin-bottom: 0px;
}

.prefooter-bundle-row.prefooter-sheets-outer {
   flex-direction: row-reverse;
   margin-top: 75px;
   z-index: 4;
   position: relative;
}

.cta-elevate .prefooter-sheets-outer {
   flex-direction: row;
}

.prefooter-bundle-row {
   justify-content: space-between;
   position: relative;
   display: flex;
   z-index: 9;
}

.prefooter-bundle-gradient-column img {
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   left: 50%;
   margin-bottom: 0px;
   width: 100%;
   min-width: 350px;
   max-width: 450px;
}

.prefooter-sheets-outer .prefooter-bundle-gradient-column img {
   min-width: 500px;
   max-width: 585px;
}

.prefooter-bundle-text-column h3>a {
   color: black;
   font-size: 34px;
   line-height: 1.1;
}

.prefooter-bundle-text-column h3 {
   margin-bottom: 10px;
}

p.price-under-heading {
   font-size: 34px;
   font-weight: bold;
   color: #DE1D59;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: flex-start;
   line-height: 1;
}

.prefooter-bf-bundle p.price-under-heading {
   color: #D91212;
}

p.price-under-heading span.original-price {
   font-size: 23px;
   font-weight: bold;
   margin-left: 10px;
}

p.all-ebooks {
   color: #5F5F5F;
   font-size: 17px;
   margin-bottom: 25px;
}

a.buy-now-cta-btn,
.wd-buy-now-btn {
   display: block;
   width: 100%;
   font-weight: bold;
   font-size: 17px;
   padding: 15px 0px;
   border-radius: 12px;
   margin-bottom: 10px;
   position: relative;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   background: #0066FF !important;
   color: white !important;
   height: 70px !important;
}

.product-element-bottom a.wd-entities-title:hover,
.product-element-bottom .wd-entities-title a:hover {
   color: #420fd1;
}

a.buy-now-cta-btn:hover,
.wd-buy-now-btn:hover {
   background: black !important;
   color: white;
   animation: pulse 0s 2s infinite;
   border-color: black !important;
}

.prefooter-sheets-outer a.buy-now-cta-btn,
.checklists-and-sheets button#wd-add-to-cart,
.page-elevate-sheets-pack button#wd-add-to-cart {
   background-image: linear-gradient(to right top, #00C692, #B3E120);
   color: white;
   border: 1px solid #58D35A;
}

.page-holiday-special-bundle button#wd-add-to-cart,
.page-new-year-special button#wd-add-to-cart {
   border: none;
   background: linear-gradient(45deg, #AE8E5D, #E4D59C);
   color: #fff;
}

.page-holiday-special-bundle button#wd-add-to-cart:hover,
.page-new-year-special button#wd-add-to-cart:hover {
   color: #fff;
   background: #CB0000 !important;
}

.page-all-products-special-sb button#wd-add-to-cart {
   border: none;
   background: linear-gradient(90deg, #420FD1, transparent) #9E23E1 !important;
   color: #fff
}

.page-all-products-special-sb button#wd-add-to-cart:hover {
   background: linear-gradient(90deg, #420FD1, transparent) #9E23E1 !IMPORTANT;
   background-color: #E42FED !important;
}

.page-elevate-sheets-pack span.gradient {
   background-image: linear-gradient(to right top, #00C692, #B3E120);
}

.page-elevate-sheets-pack .checklist-left-col {
   background: linear-gradient(180deg, #FFF0E6 0%, #FFFDFC 54.31%, rgba(255, 255, 255, 0.00) 100%);
}

.page-elevate-sheets-pack .checklist-left-col span.gradient {
   background: linear-gradient(90deg, #F43B55 1.97%, #FF912E 24.1%);
}

.wd-buy-now-btn:after {
   content: "\f120";
   font-family: "woodmart-font";
   display: inline-flex;
   justify-content: center;
   align-items: center;
   margin-left: 0px;
   font-size: 16px;
   transition: linear .2s;
}

.page-everything-explained-bundle .wd-buy-now-btn:after {
   content: "99";
}

.page-bundle-success-blueprints .wd-buy-now-btn:before {
   display: none;
}

p.standard-button a:after {
   width: 19px;
   height: 19px;
   background-size: cover;
   background-image: url(https://business-explained.com/wp-content/uploads/2023/11/Bell-Emoji.png);
   display: inline-flex;
   justify-content: center;
   align-items: center;
   margin-left: 5px;
   content: "";
   order: 3;
}

.prefooter-sheets-outer a.buy-now-cta-btn:after,
.checklists-and-sheets .wd-buy-now-btn:before,
.page-elevate-sheets-pack .wd-buy-now-btn:before {
   background-image: url(https://business-explained.com/wp-content/uploads/2023/11/clapping-hands-emoji.png);
   filter: drop-shadow(0px 0px 4px #00000040);
}

@keyframes pulse {
   0% {
      box-shadow: 0 0 0 0 #fed60f;
   }

   60% {
      box-shadow: 0 0 0 1em transparent;
   }

   100% {
      box-shadow: 0 0 0 1em transparent;
   }
}

@keyframes pulse2 {
   0% {
      box-shadow: 0 0 0 0 #58D35A;
   }

   60% {
      box-shadow: 0 0 0 1em transparent;
   }

   100% {
      box-shadow: 0 0 0 1em transparent;
   }
}

.hurry-timer-div {
   display: flex;
   justify-content: center;
}

.headling-hurry-inner {
   display: flex;
   align-items: center;
}

.hurrytimer-cdt__headline {
   margin: 0px;
   margin-right: 0px !important;
}

.hurrytimer-cdt br {
   display: none;
}

.hurrytimer-cdt__headline img {
   margin-right: 7px;
   animation: ring 2s .7s ease-in-out infinite;
   max-width: 21px;
}

.hurrytimer-timer-digit,
span.hurry-up,
.hurrytimer-timer-label {
   color: #DE1D59;
   font-weight: bold;
   line-height: 1 !important;
   height: auto !important;
}

span.hurry-up {
   margin-right: 3px !important;
}

.hurry-margin .hurrytimer-cdt {
   padding-top: 5px;
}

.hurry-img {
   padding: 1px;
   margin-top: -1px;
   margin-left: -1px;
}

.hurrytimer-timer-block {
   display: flex;
   flex-direction: row;
   height: auto;
   margin-bottom: 0px;
   margin-left: 4px !important;
   margin-right: 0px !important;
   width: auto !important;
   line-height: 1 !important;
   height: auto !important;
}

.hurrytimer-headline,
.hurrytimer-cdt {
   display: flex !important;
   align-items: center;
}

@keyframes ring {
   0% {
      transform: rotate(0);
   }

   1% {
      transform: rotate(30deg);
   }

   3% {
      transform: rotate(-28deg);
   }

   5% {
      transform: rotate(34deg);
   }

   7% {
      transform: rotate(-32deg);
   }

   9% {
      transform: rotate(30deg);
   }

   11% {
      transform: rotate(-28deg);
   }

   13% {
      transform: rotate(26deg);
   }

   15% {
      transform: rotate(-24deg);
   }

   17% {
      transform: rotate(22deg);
   }

   19% {
      transform: rotate(-20deg);
   }

   21% {
      transform: rotate(18deg);
   }

   23% {
      transform: rotate(-16deg);
   }

   25% {
      transform: rotate(14deg);
   }

   27% {
      transform: rotate(-12deg);
   }

   29% {
      transform: rotate(10deg);
   }

   31% {
      transform: rotate(-8deg);
   }

   33% {
      transform: rotate(6deg);
   }

   35% {
      transform: rotate(-4deg);
   }

   37% {
      transform: rotate(2deg);
   }

   39% {
      transform: rotate(-1deg);
   }

   41% {
      transform: rotate(1deg);
   }

   43% {
      transform: rotate(0);
   }

   100% {
      transform: rotate(0);
   }
}

.footer-container {
   background: #005BFF !important;
   position: relative;
}

.footer-container:before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   background: url(https://successblueprints.co/wp-content/uploads/2024/05/Background-Blueprint-lines.svg);
   top: 0;
   left: 0;
   opacity: 0.1;
}

.footer-sidebar {
   display: flex;
   flex-direction: column;
}

.footer-column {
   display: flex;
   flex-direction: row;
   width: 100%;
   flex: 0 0 100%;
   max-width: 100%;
   margin-bottom: 50px !important;
}

div#text-3,
div#text-2 {
   min-width: 305px;
   display: flex;
   width: 25%;
}

div#nav_menu-2,
div#nav_menu-5 {
   min-width: 170px;
   width: 25%;
   margin-left: auto;
   margin-right: auto;
}

div#nav_menu-3,
div#nav_menu-6 {
   min-width: 210px;
   width: 25%;
   margin-left: auto;
   margin-right: auto;
}

div#nav_menu-4,
div#text-4 {
   min-width: 165px;
   width: 25%;
   margin-left: auto;
   margin-right: auto;
}

.sm-foooter {
   display: flex;
   align-items: center;
}

.sm-foooter br {
   display: none;
}

.be-slogan p {
   color: #9DDCFF;
   font-weight: bold;
   font-size: 44px;
   display: flex;
   flex-direction: column;
   margin-bottom: 0px;
   line-height: 1.2;
}

span.widget-title {
   font-weight: 600;
   color: #83E9FF;
   font-size: 15.5px;
   line-height: 1;
   margin-bottom: 25px;
}

.main-footer li {
   margin-bottom: 25px;
   line-height: 1;
}

.main-footer li>a {
   color: white;
   font-size: 17px;
   font-weight: 500;
}

.sm-foooter img {
   margin-right: 10px;
}

.copyright-txt p,
.copyright-txt a {
   color: white;
   font-size: 13.5px;
   margin-bottom: 2px;
}

.be-copyright img {
   opacity: 0.7;
}

div#text-3,
div#text-4 {
   display: flex;
   flex-direction: column;
   justify-content: end;
}

.footer-widget {
   margin-bottom: 0px;
   padding-bottom: 0px;
   border: none !important;
}

.widget_nav_menu li:last-child {
   margin-bottom: 0px;
}

.copyright-txt p:last-child {
   margin-bottom: 0px;
   line-height: 1;
}

.footer-sidebar {
   padding-block: 0px !important;
   padding: 65px 0px 15px !important;
}

.wd-prefooter {
   padding-bottom: 0px !important;
}

.wd-accordion.wd-style-default .wd-accordion-item {
   border: none !important;
}

.whb-top-bar .container {
   transition: ease-in-out .3s !important;
}

.hidden-bar.container {
   margin-top: -65px !important;
   transition: ease-in-out .3s !important;
}

.ebooks.wd-sticky-btn-on,
.marketing-ebooks.wd-sticky-btn-on,
.management-ebooks.wd-sticky-btn-on,
.hr-ebooks.wd-sticky-btn-on,
.finance-ebooks.wd-sticky-btn-on,
.tech-ebooks.wd-sticky-btn-on,
.ebooks.wd-sticky-btn-on {
   padding-bottom: 0px;
}

.ult-offer p {
   font-weight: 600;
   font-size: 14px;
   text-transform: lowercase;
   line-height: 1;
   border: 1px solid #A01223 !important;
   background: linear-gradient(91deg, #A01223 0.6%, #C5162B 17.85%, #FF4258 99.39%) !important;
   padding: 5px 12px;
   border-radius: 3px;
   width: fit-content;
   margin: auto;
   margin-bottom: 10px;
   color: white !Important;
}

.prefooter-sheets-outer .ult-offer p {
   color: white;
   border: 1px solid #355DFF;
   background: linear-gradient(87deg, #5398FF 1.32%, #0032FF 100%);
}

.prefooter-sheets-outer p.price-under-heading,
.checklists-and-sheets .price ins,
.checklists-and-sheets .price ins span,
.page-elevate-sheets-pack .price ins,
.page-elevate-sheets-pack .price ins span {
   color: #00C692 !important;
}

.whb-top-bar .container {
   width: 100%;
   padding: 0px;
}

.wd-header-html {
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.header-banner-line {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column-reverse;
}

.ult-bundle-header {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   background: linear-gradient(91deg, #A01223 0.6%, #C5162B 17.85%, #FF4258 99.39%);
   position: relative;
}

.ult-bundle-header br {
   display: none;
}

.header-banner-line p>strong {
   color: #000 !important;
}

.ebooks .ult-bundle-header,
.page-template-default .ult-bundle-header,
.archive .ult-bundle-header {
   margin-top: 0px;
}

.woocommerce-shop .website-wrapper,
.tax-product_cat .website-wrapper {
   display: flex;
   flex-direction: column;
}

.woocommerce-shop .whb-header,
.tax-product_cat .whb-header {
   order: 1;
}

.woocommerce-shop .wd-prefooter,
.tax-product_cat .wd-prefooter {
   order: 2;
}

.woocommerce-shop .main-page-wrapper,
.tax-product_cat .main-page-wrapper {
   order: 3;
   margin-top: 70px;
}

.woocommerce-shop footer,
.tax-product_cat footer {
   order: 4;
   /*display: none !important;*/
}

.sidebar-container {
   margin-bottom: 40px;
   border: 1.5px solid #E7E7E7;
   border-radius: 20px;
   padding: 35px 20px;
}

.sidebar-container span.widget-title {
   color: black;
   font-size: 22px;
   font-weight: bold;
   margin-bottom: 15px;
   display: block;
}

.sidebar-container li>a,
.sidebar-container span.wd-swatch-text {
   color: #4B4E60;
   font-size: 17px !important;
   font-weight: 400;
   padding: 0px !important;
   margin-top: 4px;
   margin-bottom: 4px;
   max-width: fit-content !important;
   flex: auto !important;
}

.sidebar-container span.wd-swatch-text {
   margin: 0px !important;
}

.categories-accordion-on .widget_product_categories .product-categories {
   padding-inline-end: 0px;
}

.wd-filter-list.wd-scroll-content {
   padding-inline-end: 0px;
}

span.count,
.widget_product_categories .count {
   border: none !important;
   position: relative;
   letter-spacing: 1px;
   color: #B6B6B6 !important;
   font-weight: 600 !important;
   font-size: 17px !important;
}

.wd-filter-list li {
   justify-content: flex-start !important;
   margin-bottom: 0px;
}

span.count:after {
   content: ")";
}

span.count:before {
   content: "(";
}

div#woocommerce_product_search-2 {
   border-bottom: none;
   padding-bottom: 0px;
}

.sidebar-container .searchform input[type="text"] {
   border-radius: 22px;
}

.sidebar-container .widget {
   padding-bottom: 25px;
}

span.ul-of {
   color: #fb560b;
}

.tax-product_cat .wd-prefooter .container,
.woodmart-archive-shop .wd-prefooter .container {
   width: 100%;
   padding: 0px;
}

.tax-product_cat .wd-prefooter .prefooter-shop-outer-row,
.woodmart-archive-shop .wd-prefooter .prefooter-shop-outer-row {
   width: calc(93% - 30px);
   margin-left: auto;
   margin-right: auto;
}

.new-title {
   background: linear-gradient(89deg, #420FD1 0%, #9E23E1 75.09%);
   height: 180px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: -220px;
   margin-bottom: 40px;
}

.new-title.margined {
   margin-top: -40px;
}

.new-title h1 {
   FONT-SIZE: 50px;
   color: white;
   text-align: center;
   line-height: 1;
   margin-bottom: 0px;
}

.title-size-small {
   padding: 0px !important;
   background: #005BFF !important;
   height: 155px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-block: -25px 40px !important;
}

.title-size-small .container>* {
   margin-bottom: 0px !important;
}

.wd-prefooter.prefooter-padding {
   padding-bottom: 80px !important;
}

[class*="wd-swatches"].wd-text-style-1 :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active) .wd-swatch.wd-text:after {
   DISPLAY: NONE;
}

.widget_product_categories .product-categories li.current-cat>.count,
.wd-filter-list .wc-layered-nav-term a:hover+.count,
.wd-filter-list .wc-layered-nav-term.wd-active .count,
.widget_product_categories .product-categories li a:hover+.count,
.widget_product_categories .product-categories li.current-cat>.count {
   BACKGROUND-COLOR: TRANSPARENT !important;
}

.form-with-cs {
   flex: 0 0 calc(66.666666% - 15px);
   max-width: calc(66.666666% - 15px);
}

.product-element-top.wd-quick-shop {
   border-radius: 20px 20px 0px 0px;
}

.product.wd-hover-tiled .product-wrapper {
   background-color: transparent !important;
   box-shadow: none !important;
}

.product-element-bottom {
   border-radius: 0px 0px 20px 20px;
   padding: 35px !important;
}

.product-grid-item .price {
   display: flex !important;
   align-content: center;
}

.product-grid-item {
   padding: 0px !important;
   margin-left: 0.5%;
   margin-right: 0.5%;
   flex: 0 0 32.333333%;
   BORDER: 1.5px solid #E7E7E7;
   border-radius: 20px;
}

.product-element-bottom .wd-entities-title a {
   font-size: 27px;
   line-height: 1.2;
   font-weight: bold;
   margin-bottom: 10px;
   display: block;
   text-transform: capitalize;
}

.product-element-bottom h3.wd-entities-title {
   width: fit-content;
}

.wd-checkout-steps li {
   font-size: 27px !important;
   text-transform: none !important;
}

.wd-checkout-steps li:not(.step-active) {
   font-weight: 500 !important;
}

table.shop_table thead {
   background: #EFEFEF;
}

table th {
   text-transform: capitalize;
   color: black;
}

td.product-quantity,
th.product-quantity {
   display: none;
}

td.product-remove a:before,
.woocommerce-remove-coupon:before {
   font-size: 13px;
   content: "\f112";
   font-family: "woodmart-font";
   background: #D9D9D9;
   width: 24px;
   height: 24px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   color: #4B4E60;
   font-weight: 800;
}

.cart-table-section>.cart {
   margin-bottom: 0;
   border-radius: 20px !important;
   border: 2px solid #EFEFEF;
   overflow: hidden;
   border-collapse: initial !important;
   position: initial;
}

table.shop_table thead th {
   font-size: 19px;
   border: none !important;
   padding-top: 20px;
   padding-bottom: 20px;
}

.cart-table-section tr td:last-child,
.cart-table-section tr th:last-child {
   padding-right: 25px;
}

.cart-table-section td.product-name,
.cart-table-section td.product-name a {
   font-size: 16px;
   font-weight: 600;
   color: black;
}

td.product-thumbnail img {
   border-radius: 7px;
}

form.woocommerce-cart-form.cart-data-form,
.form-with-cs.removed-cross-sell-bndl,
.form-with-cs.removed-cross-sell-bndl,
.cart-table-section,
.cart-table-section>.cart tbody {
   position: initial;
}

.cart-content-wrapper {
   position: relative;
}

.coupon.wd-coupon-form {
   margin-top: 0px !important;
   max-width: 100%;
   margin-right: 0px;
   margin-left: auto;
   width: 100%;
   display: flex;
   justify-content: space-between;
   gap: 0px;
}

.wd-coupon-form .input-text {
   max-width: none;
   height: 100%;
   border-radius: 11px 0px 0px 11px;
   margin-right: -5px;
}

.cart-actions,
td.actions {
   width: 100%;
}

.cart-totals-section.cart-collaterals {
   margin-top: 0px;
}

.wd-coupon-form .input-text {
   max-width: none;
   height: 100%;
   border-radius: 11px 0px 0px 11px;
   margin-right: -5px;
}

.coupon.wd-coupon-form button {
   background: #7C7C7C !important;
   height: 54px;
}

.cart-content-wrapper>.cart-totals-section .cart-totals-inner {
   border: 2px solid #E2E2E2 !important;
   border-radius: 20px !important;
   margin-bottom: 35px;
}

.cart-table-section tr td:first-child,
.cart-table-section tr th:first-child {
   padding-left: 25px;
}

.cart-totals-inner table.shop_table {
   background: #FAFAFA;
   border-radius: 11px;
   border: 1px solid #E7E7E7;
   border-collapse: separate;
   padding: 0px 15px;
}

.cart-totals-inner>h2 {
   text-transform: capitalize;
   text-align: center;
   width: fit-content;
   margin: auto;
   margin-bottom: 20px;
   font-size: 22px;
   color: black;
   position: relative;
   display: flex;
   align-items: center;
}

tr.order-total th {
   font-weight: 400;
}

tr.order-total span.woocommerce-Price-amount.amount {
   font-weight: bold;
}

td.product-subtotal span {
   color: #270E6B;
   font-weight: bold;
}

a.checkout-button,
a.checkout {
   position: relative;
   background: #0066FF !important;
   background-color: #0066FF !important;
}

.contact-row-outer button.submit-btn:after {
   background-image: url(https://business-explained.com/wp-content/uploads/2023/11/flexed-biceps.png);
}

.image-carousel-col {
   width: 20%;
   margin: 0px;
   padding-right: 40px;
   padding-left: 40px;
   border-right: 1px solid #E7E7E7;
}

.image-carousel-col p:not(p.image-carousel) {
   max-width: 205px;
   MARGIN-TOP: 20PX;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
}

p.image-carousel {
   MARGIN-TOP: 0PX;
}

.imagecarousel p {
   text-align: center;
}

.shopping-cart-widget-body span.quantity {
   display: block !important;
}

a.btn-cart {
   background: #7C7C7C !important;
}

.sidebar-container .widget-area li {
   position: relative;
   width: fit-content;
}

.sidebar-container .widget-area li:hover:before {
   width: 100%;
}

.sidebar-container .widget-area li:before {
   content: "";
   position: absolute;
   width: 0%;
   background: linear-gradient(90deg, #00A3FF, transparent) #005BFF;
   height: 2px;
   bottom: 1px;
   left: 0;
   transition: ease-in-out .3s;
}

.sidebar-container .widget-area li.wd-active:before {
   width: 100%;
}

.sidebar-container .widget-area li.wd-active span,
.sidebar-container .widget-area li.wd-active a {
   font-weight: 800;
}

.woocommerce-checkout .site-content {
   max-width: 1045px;
   margin: auto;
}

form.checkout {
   flex-direction: column;
}

.woocommerce-checkout>:is(.customer-details, .checkout-order-review) {
   flex: 0 0 calc(100% - 15px);
   max-width: calc(100% - 15px);
   width: 100% !important;
}

.page-checkout main.wd-content-layout {
   margin-bottom: 45px;
}

.woocommerce-terms-and-conditions-wrapper {
   border: none;
   padding-top: 0px;
   margin-top: 18px;
}

div#order_review .wd-table-wrapper {
   margin-bottom: 0px !important;
   padding: 0px;
   box-shadow: none !important;
   background-color: transparent;
}

div#order_review table.shop_table thead {
   background: #F0F0F0;
}

.checkout-order-review {
   background: #F0F0F0 !important;
}

.woocommerce-checkout-review-order-table tr {
   border-bottom: 0px;
}

.woocommerce-checkout tbody {
   border-radius: 20px 20px 0px 0px;
   background: #F0F0F0;
}

.wd-checkout-prod {
   display: block;
   padding: 10px;
   border-bottom: 1px solid #E7E7E7 !important;
}

.woocommerce-checkout span.cart-product-label,
.wd-checkout-prod-total.product-total .amount {
   color: #4B4E60;
   font-size: 16px;
   font-weight: 500;
}

.wd-checkout-prod-total.product-total .amount {
   font-weight: bold !important;
}

.woocommerce-checkout tr.order-total {
   background: #F0F0F0;
   border-radius: 0px 0px 20px 20px;
}

.woocommerce-checkout tr.order-total th,
.woocommerce-checkout tr.order-total td {
   padding-top: 24px;
   padding-bottom: 0;
}

.woocommerce-checkout tr.order-total th {
   font-size: 18px;
   font-weight: 600;
   color: #4B4E60;
}

.woocommerce-checkout tr.order-total td span.woocommerce-Price-amount.amount {
   font-size: 20px;
}

.checkout-order-review {
   padding-top: 20px !important;
   padding-bottom: 40px !important;
   margin-top: 20px;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
   padding: 15px;
   height: 54px;
   border-radius: 11px;
   border: 1.5px solid #E2E2E2;
}

input[type='email']::placeholder,
input[type='date']::placeholder,
input[type='search']::placeholder,
input[type='number']::placeholder,
input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
textarea::placeholder,
select::placeholder {
   color: #9C9C9C;
   font-size: 16px;
}

p.form-row label,
.contact-form-full label {
   font-size: 18px;
   font-weight: 600;
   color: #4B4E60;
}

p.form-row {
   margin-bottom: 10px;
}

.woocommerce-info {
   font-size: 17px;
   color: #4B4E60;
   margin-bottom: 0px;
}

span.be-gradient {
   text-decoration: none;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   font-weight: bold;
   background: linear-gradient(90deg, #420FD1, #9E23E1);
}

span.sb-gradient,
.woocommerce-info a {
   text-decoration: none;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   font-weight: bold;
   background: linear-gradient(90deg, #005BFF, #00A3FF);
}

span.es-gradient {
   text-decoration: none;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   font-weight: bold;
   background: linear-gradient(90deg, #00C692, #B3E120);
}

.woocommerce-mini-cart .remove:after {
   background: #D9D9D9;
   border-radius: 100%;
   color: #4B4E60;
   font-weight: 800;
   padding: 3px;
}

li.woocommerce-mini-cart-item.mini_cart_item img {
   border-radius: 7px;
}

li.woocommerce-mini-cart-item.mini_cart_item span.wd-entities-title {
   font-size: 15px;
}

li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
   font-size: 16px;
   color: #969696;
   font-weight: 500;
}

li.woocommerce-mini-cart-item.mini_cart_item span.woocommerce-Price-amount.amount {
   color: #270E6B;
   font-weight: bold;
   font-size: 16px !important;
}

li.woocommerce-mini-cart-item.mini_cart_item {
   border-bottom: 1px solid #E4E4E4;
   margin-left: 15px;
   margin-right: 15px;
}

p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
   font-weight: bold;
}

p.woocommerce-mini-cart__total.total {
   font-size: 20px;
}

.cart-widget-side .title,
p.woocommerce-mini-cart__total.total {
   color: black;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
   background-color: transparent !important;
}

.cart-content-wrapper .single-bundle-cross-sell {
   margin-bottom: 40px;
}

.autocomplete-suggestion {
   flex-direction: column;
}

.search-results-wrapper img {
   border-radius: 7px !important;
   min-width: 80px !important;
   margin-bottom: 10px !important;
}

.search-results-wrapper .price ins,
.search-results-wrapper .price ins span {
   font-size: 25px !important;
}

html .searchform input[type="text"] {
   height: 54px !important;
}

nav[class*="-pagination"] li .page-numbers {
   font-size: 28px;
   font-weight: bold;
   min-width: 64px;
   height: 64px;
   background-color: #F1F1F1;
   color: #ADADAD;
   border-radius: 100%;
   margin: 0px 5px;
}

nav[class*="-pagination"] li .current {
   background-color: #420FD1 !important;
   color: white !important;
}

.sidebar-container .widget:last-child {
   padding: 0px;
}

a.button.wc-backward {
   max-width: 300px;
   margin: auto;
}

.page-template-default:not(.woocommerce-page) .title-size-small .title {
   font-size: 48px;
}

.page-template-default:not(.woocommerce-page) .title-size-small {
   height: 200px;
}

.faq-outer {
   max-width: 1500px;
   width: calc(90% - 30px);
   border-radius: 22px;
   background: #FFF;
   box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.12);
   margin: auto;
   margin-top: -85px;
   padding: 60px 90px 40px 90px;
   margin-bottom: 60px;
}

.single-post .faq-outer {
   margin-bottom: 0px;
}

.faq-item {
   padding-bottom: 10px;
   margin-bottom: 30px;
   border-bottom: 1px solid #DDDDDD;
}

.faq-outer h4,
.faq-outer h2 {
   color: #005BFF;
   font-size: 21px;
   font-weight: bold;
   margin-bottom: 25px;
   line-height: 1.2;
}

li.main-li {
   font-size: 18px;
   font-weight: bold;
}

li.main-li::marker {
   color: white;
}

li.main-li ul li {
   font-weight: 400;
   font-size: 17px;
}

.faq-outer h2,
.faq-outer h3 {
   color: #005BFF;
   font-weight: bold;
   text-align: left !important;
   justify-content: flex-start;
}

.faq-outer li {
   font-size: 17px;
}

.prefooter-process-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(to right top, #f38c40, #d51c43);
}

.category-process-improvement .wd-post-cat.wd-style-with-bg {
   background-image: linear-gradient(to right top, #f38c40, #d51c43);
}

.prefooter-frameworks-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(to right top, #E02527, #F8CD00);
}

.category-marketing-frameworks .wd-post-cat.wd-style-with-bg {
   background-image: linear-gradient(to right top, #E02527, #F8CD00);
}

.prefooter-strategic-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(to right top, #e35e39, #f5cb27);
}

.category-strategic-management .wd-post-cat.wd-style-with-bg {
   background-image: linear-gradient(to right top, #e35e39, #f5cb27);
}

.prefooter-project-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(90deg, #106F8E, #B3D843);
}

.category-project-management .wd-post-cat.wd-style-with-bg {
   background-image: linear-gradient(90deg, #106F8E, #B3D843);
}

.prefooter-human-r-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(90deg, #F43B55, #FF912E);
}

.category-human-resources .wd-post-cat.wd-style-with-bg {
   background-image: linear-gradient(90deg, #F43B55, #FF912E);
}

.category-financial-management .wd-post-cat.wd-style-with-bg {
   background-image: linear-gradient(90deg, #5C5C5C 31.18%, #29F1A9 80.48%);
}

.prefooter-fin-management-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(90deg, #5C5C5C, #29F1A9);
}

.category-soft-skills .wd-post-cat.wd-style-with-bg {
   background-image: linear-gradient(90deg, #a80095 31.18%, #ff2085 80.48%);
}

.prefooter-soft-skills-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(90deg, #a80095, #ff2085);
}

.faq-outer p,
.wd-entry-content p:last-child {
   margin-bottom: 20px;
   line-height: 1.4;
}

.faq-item.faq-item-last {
   margin-bottom: 0px;
   padding-bottom: 0px;
   border-bottom: 0px;
}

.contact-cta {
   max-width: 1500px;
   width: calc(90% - 30px);
   margin: auto;
   border-radius: 33px;
   background: linear-gradient(to left top, #00A3FF, #0F83FF, #005BFF);
   box-shadow: 0px 4px 20px 0px rgba(37, 0, 141, 0.08);
   margin-top: 60px;
   display: flex;
   align-items: center;
   padding: 40px 60px;
   justify-content: space-between;
   margin-bottom: 60px;
}

.contact-cta-text,
.contact-cta-text h3 {
   color: white;
}

.contact-cta-text h3 {
   font-size: 45px;
   font-weight: bold;
   display: flex;
   flex-direction: column;
}

.contact-cta-text,
.contact-cta-image {
   width: 48%;
}

.contact-cta-text {
   width: 52%;
}

.contact-cta-image {
   position: relative;
   bottom: -40px;
}

.contact-cta-text a {
   max-width: 365px;
}

.contact-cta-text p {
   font-size: 17px;
   margin-bottom: 30px;
}

p.standard-button {
   margin-bottom: 0px;
}

.contact-cta-text h3 img {
   max-width: 48px;
   margin-left: 5px;
}

/*BUNDLE PAGE*/
.single.page-bundle-success-blueprints .price ins,
.single.page-bundle-success-blueprints .price ins span {
   color: #DE1D59 !important;
}

.bundle-short-desc .hurry-timer-div {
   justify-content: flex-start;
}

.bundle-short-desc .hurry-timer-div .hurrytimer-cdt {
   padding: 0px 0px 0px 0px;
}

.single.page-bundle-success-blueprints span.gradient {
   background: linear-gradient(90deg, #0066FF, #16BBFF);
}

.woosb-products .woosb-product .woosb-thumb,
.woosb-thumb-ori {
   width: 72px;
   flex: 0 0 72px;
   padding: 0px;
}

.woosb-thumb-ori img {
   border-radius: 7px;
}

.woosb-title-inner {
   margin-left: 20px;
   max-width: 90%;
}

.woosb-title-inner,
.woosb-title-inner a {
   font-size: 17px;
   font-weight: 600;
   color: black;
}

.woosb-price-ori span.woocommerce-Price-amount bdi,
.woosb-products .woosb-product .woosb-price * {
   color: #969696;
   font-size: 18px !important;
   font-weight: 600;
   text-decoration: line-through;
}

.woosb-item-product.woosb-product {
   border-bottom: 1px solid #dddddd;
}

.woosb-price {
   margin-right: 0px;
   margin-left: auto;
}

.woosb-wrap {
   width: 100%;
}

.woosb-item-product {
   display: flex;
   align-items: center;
   margin: 0px 0px;
   padding: 15px 0px;
}

.woosb-products {
   border: none;
   box-shadow: 0px 0px 1px;
   padding: 5px 15px 15px 15px;
   background: white;
   border-radius: 11px;
   border-right: 10px solid white;
   height: 230px;
   overflow: auto;
}

.woosb-wrap.woosb-bundled {
   order: 8;
   margin-top: 35px;
   background: #F9F9F9;
   border-radius: 27px 27px 12px 12px;
   outline: 1.5px solid #EBebeb;
   padding: 100px 40px 0px 40px;
   position: relative;
}

.woosb-before-text.woosb-text {
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
   background: #EBEAEA;
   border-radius: 27px;
   margin-bottom: 0px;
   display: flex;
   align-items: center;
   color: black;
   font-size: 25px;
   font-weight: 600;
   justify-content: center;
   padding: 15px 35px;
   flex-direction: column;
   min-height: 85px;
}

.woosb-products::-webkit-scrollbar {
   width: 9px;
}

.woosb-products::-webkit-scrollbar-track {
   background: white;
   border-radius: 9px;
   margin-block: 10px;
}

.woosb-products::-webkit-scrollbar-thumb {
   background: #9A9A9A;
   border-radius: 9px;
}

.woosb-products::-webkit-scrollbar-track-piece {
   border-radius: 9px;
   background: #EAEAEA;
}

.knowledge-team-inner {
   width: 90%;
   margin: auto;
   display: flex;
   justify-content: space-between;
   overflow: visible;
   margin-top: 50px;
}

.knowledge-team-inner,
.who-for-outer {
   max-width: 1500px;
}

.knowledge-team-inner h3 {
   font-size: 25px;
   line-height: 1.3;
   font-weight: 700;
   color: black;
}

.knowledge-team-inner .knowledge-team-inner-col {
   width: 48%;
   border-radius: 30px;
   overflow: visible;
   padding-bottom: 55px;
}

.team-col {
   background: linear-gradient(180deg, #CFDFFF 0%, #FEFEFE 54.31%, #FFF 100%);
   margin-right: auto;
}

.team-col .team-col-text {
   padding: 55px 40px 40px 40px;
   margin-bottom: 0px;
}

.team-col img {
   margin-bottom: 0px;
   position: relative;
   overflow: visible;
}

.team-col-image {
   position: relative;
}

.team-col-image:after {
   content: "";
   position: absolute;
   width: calc(100% - 80px);
   background: linear-gradient(111deg, rgb(0 102 255) 2.77%, rgb(34 105 255 / 35%) 50.95%, rgb(131 168 255 / 0%) 100.43%);
   box-shadow: 0px 4px 20px 0px rgba(37, 0, 141, 0.08);
   height: 100%;
   left: 50%;
   z-index: 0;
   transform: translatex(-50%);
   border-radius: 33px;
}

.team-col img {
   z-index: 9;
   position: relative;
}

.knowledge-team-inner span.gradient {
   text-transform: none;
}

.knowledge-col {
   margin-left: auto;
   background: linear-gradient(180deg, #E0FFD8 0%, #F9FFF7 51.07%, #FFF 100%);
   padding: 55px 40px 0px 40px;
}

.checklist-left-col {
   padding: 55px 40px 0px 40px;
}

.page-ultimate-hr-management-checklist .checklist-left-col {
   background: linear-gradient(180deg, #FFF0E6 0%, #FFFDFC 54.31%, rgba(255, 255, 255, 0.00) 100%);
}

.checklist-left-col img {
   filter: none;
}

.knowledge-col p:not(.icon-text-inner p) {
   margin-bottom: 40px;
}

.single .knowledge-col span.gradient {
   background: linear-gradient(90deg, #00C692 35.82%, #B3E120 80.55%);
}

.single.page-bundle-success-blueprints h2>span.gradient {
   background: linear-gradient(90deg, #0066FF, #16BBFF);
}

.icon-text-outer {
   border-radius: 33px;
   background: #FFF;
   box-shadow: 0px 4px 20px 0px rgba(49, 99, 40, 0.06);
   padding: 45px;
}

.icon-text-inner {
   display: flex;
   align-items: center;
}

.icon-text-inner img {
   width: 30px;
   margin-right: 25px;
}

.icon-text-inner p {
   color: black;
   font-size: 21px;
   font-weight: 600;
   margin-bottom: 0px;
}

p.icon-text-inner-p.icon-text-inner-p-smaller {
   color: #4B4E60;
   font-size: 17px;
   font-weight: 400;
}

.icon-text-inner {
   display: flex;
   align-items: center;
   width: 100%;
   border-bottom: 2px solid #f3f3f3;
   padding: 12px 0px;
}

.checklist-right-col .icon-text-inner,
.checklist-left-col .icon-text-inner {
   align-items: flex-start;
}

.first-icon-text-inner {
   padding-top: 0px;
}

.last-icon-text-inner {
   padding-bottom: 0px;
   border: none;
}

.who-for-outer,
.choose-wisely-outer {
   margin: auto;
   padding: 75px 0px;
}

.who-for-icon-inner {
   display: flex;
   align-items: center;
}

.who-for-icon-inner h5 {
   font-size: 23px;
   font-weight: bold;
   margin-bottom: 0px;
   color: #ED2F47;
}

.who-for-icon-inner h5>img {
   width: 26px;
}

.img-with-bg {
   background: linear-gradient(137deg, #ED2F47 21.04%, #F79AA6 51.69%, #FFE8EB 86.88%);
   border-radius: 100%;
   height: 111px;
   width: 111px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 10px;
   padding: 6px;
}

.who-for-icon-outer p {
   border-radius: 11px;
   border: 1px solid #F4F4F4;
   background: linear-gradient(93deg, #F7F5FD 5.15%, #FEFDFF 29.58%, #FEFDFF 71.42%, #F8F0FD 94.87%);
   padding: 30px 50px;
   font-weight: 500;
   line-height: 1.3;
   width: 85%;
   margin-left: auto;
   margin-top: -35px;
   margin-bottom: 0px;
}

.dev-col .img-with-bg {
   background: linear-gradient(137deg, #304CD8 21.04%, #7285E6 32.19%, #F4F6FF 86.88%);
}

.dev-col .who-for-icon-inner h5 {
   color: #304CD8;
}

.ent-col .img-with-bg {
   background: linear-gradient(137deg, #FF5B1A 21.1%, #FFB192 49.66%, #FFF4F0 87.49%);
}

.ent-col .who-for-icon-inner h5 {
   color: #FF5B1A;
}

.biz-col .img-with-bg {
   background: linear-gradient(137deg, #F349FC 21.04%, #FA9FFF 40.34%, #FEF2FF 86.88%);
}

.biz-col .who-for-icon-inner h5 {
   color: #F349FC;
}

.man-col .img-with-bg {
   background: linear-gradient(137deg, #FFC000 21.04%, #FFE082 42.05%, #FFFDF9 86.88%);
}

.man-col .who-for-icon-inner h5 {
   color: #FFC000;
}

.fresh-col .img-with-bg {
   background: linear-gradient(136deg, #B3E120 21.05%, #D3EF7B 34.06%, #FEFFFA 86.95%);
}

.fresh-col .who-for-icon-inner h5 {
   color: #B3E120;
}

.sbo-col h5 {
   color: #FF2375;
}

.sbo-col .img-with-bg {
   background: linear-gradient(137deg, #FF2375 21.04%, #FF84B2 44.58%, #FFE3EE 86.88%);
}

.hr-exp-col h5 {
   background: linear-gradient(92deg, #F43B55 3.6%, #FF912E 97.56%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.hr-exp-col .img-with-bg {
   background: linear-gradient(137deg, #ED2F47 21.04%, #FF912E 51.69%, #FFE8EB 86.88%);
}

.proj-man-col h5 {
   background: linear-gradient(92deg, #106F8E 3.6%, #B2D743 97.56%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.proj-man-col .img-with-bg {
   background: linear-gradient(137deg, #106F8E 21.04%, #B0D644 51.69%, #F5FFE8 86.88%);
}

.who-for-inner {
   margin-bottom: 50px;
   display: flex;
   justify-content: space-between;
}

.who-for-inner-scnd {
   margin-bottom: 0px;
}

.heading-block {
   text-align: center;
   margin-bottom: 45px;
}

.home .heading-block {
   margin-bottom: 25px;
}

.home .heading-block h2 {
   margin-bottom: 10px;
}

.home .prefooter-sheets-outer {
   margin-top: 0px;
   margin-bottom: 65px;
}

.cta-elevate {
   margin-top: 50px !important;
}

.rotating-gallery-item p {
   font-size: 17px;
   font-weight: 600;
   color: black;
   margin-bottom: 0px;
   margin-left: 15px;
}

.rotating-banner-inner-first {
   flex-direction: row-reverse;
}

.rotating-gallery-item img {
   width: 25px;
}

.rotating-gallery-first {
   display: flex;
   align-items: center;
   white-space: nowrap;
   animation: rotatingreverse var(--t) linear infinite;
   gap: 0.75rem;
   animation-delay: calc(var(--t) * -1);
}

.rotating-gallery-absolut {
   animation: rotatingreverse2 var(--t) linear infinite;
   animation-delay: calc(var(--t) / -2);
}

.first-reversed {
   animation: rotating var(--t) linear infinite;
   animation-delay: calc(var(--t) * -1);
}

.second-reversed {
   animation: rotating2 var(--t) linear infinite;
   animation-delay: calc(var(--t) / -2);
}

.rotating-banner-inner {
   -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
   overflow: hidden;
   display: flex;
   width: 80vw;
   position: relative;
   margin: auto;
   margin-bottom: 0.75rem;
   max-width: 1350px;
}

.rotating-gallery-first .last-item {
   margin-right: 0.75rem;
}

@keyframes rotating {
   0% {
      transform: translateX(100%);
   }

   100% {
      transform: translateX(-100%);
   }
}

@keyframes rotating2 {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(-200%);
   }
}

@keyframes rotatingreverse {
   0% {
      transform: translateX(-100%);
   }

   100% {
      transform: translateX(100%);
   }
}

@keyframes rotatingreverse2 {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(200%);
   }
}

.knowledge-team-outer {
   padding-top: 70px;
}

.heading-timer p {
   margin-bottom: 0px;
}

.heading-timer {
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: fit-content;
   margin: auto;
}

.heading-timer .hurrytimer-timer-digit,
.heading-timer .hurrytimer-timer-label {
   font-weight: 600;
}

.choose-wisely-inner h5 {
   text-transform: uppercase;
   font-size: 38px;
   font-weight: 800;
   color: white;
}

p.width-emoji img {
   width: 28px;
}

.choose-wisely-inner p {
   font-size: 19px;
   font-weight: 600;
   color: white;
   text-align: center;
   margin-bottom: 0px;
}

.right-choice-col h5 {
   font-size: 42px;
}

.right-choice-col p {
   font-size: 21px;
}

.right-choice-col p.width-emoji img {
   width: 30px;
}

.food-col h5 {
   color: #DE1D59;
}

.food-col p {
   color: #484848;
}

.food-col,
.cups-col {
   width: 29%;
}

.right-choice-col {
   width: 38%;
   margin-right: 0;
   margin-left: auto;
   outline: 2.2px solid rgba(113, 93, 159, 0.19);
   background: var(--BUNDLE-GRADIENT, linear-gradient(256deg, #E2364A 0%, #4BCFF0 99.36%));
}

.choose-wisely-inner {
   display: flex;
   justify-content: center;
   align-items: center;
}

.choose-wisely-inner .choose-wisely-inner-col {
   border-radius: 42px;
   padding: 35px 0px;
   height: fit-content;
}

.choose-wisely-inner .chose-img {
   margin-bottom: 10px;
}

.choose-wisely-inner h5 {
   margin-bottom: 20px;
}

.food-col {
   margin-left: 0;
   margin-right: auto;
   outline: 2.2px solid #FFEC42;
   background: radial-gradient(81.83% 49.97% at 50% 50%, #FFE500 0%, #FFF280 100%);
}

.cups-col {
   outline: 2.2px solid #00985B;
   background: radial-gradient(81.83% 49.97% at 50% 50%, #017E4C 0%, #00B66D 100%);
}

.choose-wisely-inner img.chose-img {
   height: 14vw;
   object-fit: scale-down;
}

.right-choice-col img.chose-img {
   height: 21vw;
}

.choose-wisely-outer .heading-block {
   margin-bottom: 30px;
}

.heading-timer .hurrytimer-cdt {
   padding: 0px;
}

.single.bundles-and-packs button.single_add_to_cart_button,
.page-all-products-special-sb .single-bundle-cross-sell,
span.invis {
   display: none !important;
}

.single.page-bundle-success-blueprints .product-extra-content {
   margin-bottom: 0px;
}

.form-with-cs.removed-cross-sell-bndl .be-cta-offer,
.woocommerce-cart .es-cta-outer,
.form-with-cs.removed-cross-sell-bndl .hurry-timer-div,
.view-more-div {
   display: none;
}

.woocommerce-cart .form-with-cs.not-removed-cross-sell-es .es-cta-outer {
   display: flex;
   flex-direction: column;
}

/*END BUNDLE PAGE*/
/*PAGES*/
.page-template-default .main-page-wrapper .container {
   width: 100%;
   padding: 0px;
}

.page-template-default .main-page-wrapper {
   padding-top: 0px;
}

.new-container {
   width: 93%;
   margin: auto;
   padding: 0px 15px;
}

.header-row-outer {
   background: #005BFF;
   position: relative;
   z-index: 0;
}

.header-row-inner {
   max-width: 1500px;
   width: 90%;
   margin: auto;
   display: flex;
   position: relative;
   padding: 60px 15px 115px;
}

.contact-row-outer {
   max-width: 1500px;
   margin: auto;
   width: 90%;
   padding: 0px 15px 60px;
}

span.must-fill {
   color: #DE1D59;
}

.contact-form-full input.wpcf7-form-control,
.contact-form-full textarea {
   margin-top: 5px;
}

.contact-inner-full p {
   margin-bottom: 15px;
}

.contact-form-full {
   padding: 4rem 10rem;
   border-radius: 22px;
   background: #FFF;
   box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.12);
   position: relative;
}

.contact-header-row .header-row-inner {
   padding: 75px 15px 75px;
}

.header-row-outer h1 {
   font-size: 90px;
   font-weight: bold;
   color: white;
   display: flex;
   flex-direction: column;
   line-height: 1.2;
   margin-bottom: 40px;
}

.team-header-image {
   position: absolute;
   right: -5%;
   bottom: 42px;
   max-width: 65%;
}

.about-us-header .team-header-image {
   max-width: 46%;
}

.contact-header-row .team-header-image {
   max-width: 680px;
}

.contact-form-full {
   background: white;
   margin-top: -33px;
}

p.fast-response {
   color: #4B4E60;
   font-size: 16px;
   font-weight: 600;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 0px;
}

p.fast-response img {
   max-width: 22px;
   margin-right: 5px;
}

.header-row-inner p {
   color: white;
   font-size: 19px;
}

.as-seen-in-outer {
   margin-top: -80px;
   z-index: 9;
   position: relative;
}

.as-seen-in-outer .product-image-carousel {
   top: -80px;
   position: relative;
}

.cta-homepage .prefooter-outer-row {
   padding-top: 50px;
}

.cta-elevate .prefooter-outer-row {
   padding-top: 25px;
}

.best-products-inner {
   display: flex;
   justify-content: space-between;
}

.best-products-inner .heading-block {
   margin-bottom: 25px;
}

.custom-product {
   width: 24%;
   border-radius: 20px;
   border: 1.5px solid #E7E7E7;
   overflow: hidden;
   background: white;
}

.image-holder {
   position: relative;
   overflow: hidden;
}

img.hover-image {
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   left: 50%;
   z-index: 0;
   transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

img.main-product-img {
   position: relative;
   z-index: 10;
   transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.image-holder:hover img.hover-image {
   transform: translate(-50%, -50%) scale(1.09);
}

.custom-product h3 {
   font-size: 26px;
   line-height: 1.2;
   font-weight: bold;
   margin-bottom: 10px;
   display: block;
   color: black;
}

p.custom-price {
   margin-bottom: 0px;
   color: #005BFF;
   font-size: 28px;
   font-weight: bold;
   display: flex;
   align-items: self-start;
}

span.orig-price {
   color: #A8A8A8;
   text-decoration: line-through;
   font-size: 24px;
   margin-left: 5px;
}

.text-holder {
   padding: 30px;
   background: white;
}

.best-products-outer {
   padding: 60px 0px;
}

.as-seen-bg {
   position: absolute;
   width: 100%;
   height: calc(100% - 80px);
   background: #F6F9FF;
   bottom: 0;
   z-index: -1;
}

.cta-homepage-outer {
   background: linear-gradient(0deg, #F4F7FF, #F6F9FF);
   padding-bottom: 60px;
}

.page-template-default .site-content {
   margin-bottom: 0px;
}

.notifications-sticky :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
   color: white;
}

.wd-single-footer {
   border: none;
}

.prefooter-crisis-row .prefooter-bundle-gradient-column {
   background-image: linear-gradient(to right top, #292651, #6d58aa);
}

.wd-post-cat.wd-style-with-bg a {
   text-transform: capitalize !important;
   font-size: 13px;
}

.wd-post-cat.wd-style-with-bg {
   background-image: linear-gradient(to right top, #292651, #6d58aa);
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: fit-content;
   margin: auto;
   border-radius: 5px;
   margin-bottom: 10px;
   text-transform: capitalize !important;
}

.post-single-page .post-title {
   font-size: 44px;
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
}

.post-single-page.has-post-thumbnail .article-inner>.entry-header {
   z-index: 0;
}

.post-single-page .article-body-container {
   z-index: 10;
   position: relative;
}

.post-single-page .entry-header img {
   border-radius: 22px;
   margin-top: 30px;
   box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.12);
}

.page-id-212 .as-seen-in-outer {
   margin-top: 0px;
   background: #F6F9FF;
}

.as-seen-about-outer .imagecarousel {
   top: -80px;
   position: relative;
}

.as-seen-text {
   text-align: center;
   width: 90%;
   max-width: 1500px;
   margin: auto;
   margin-top: -30px;
   padding-bottom: 80px;
}

.be-and-es {
   display: flex;
   max-width: 750px;
   margin: auto;
   justify-content: center;
   position: relative;
   z-index: 9;
}

.about-be,
.about-es {
   padding-left: 50px;
   padding-right: 50px;
}

.about-be {
   border-right: 1px solid #E7E7E7;
}

.be-and-es {
   display: flex;
   max-width: 700px;
   margin: auto;
   justify-content: center;
   border-radius: 22px;
   background: #FFF;
   box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.12);
   padding: 25px 0px;
   margin-top: -55px;
   margin-bottom: 50px;
}

.fun-year-inner {
   max-width: 1200px;
   margin: auto;
   width: 75%;
   text-align: center;
}

.counters-outer {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   margin-bottom: 50px;
}

.counter-col {
   width: 26%;
}

.counter-col img {
   max-width: 85px;
   margin-bottom: 20px;
}

.counter-col p.gradiented {
   font-size: 30px;
   font-weight: bold;
   background: linear-gradient(90deg, #304CD8 10.75%, #3CAF2C 88.82%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 5px;
}

.customers-col p.gradiented {
   background: linear-gradient(90deg, #FFC000 10.77%, #FFE41F 101.15%);
   -webkit-background-clip: text;
}

.new-prod-col p.gradiented {
   background: linear-gradient(90deg, #FF004F 10.77%, #FFB41E 101.15%);
   -webkit-background-clip: text;
}

.page-id-212 .contact-cta {
   margin-top: 0px;
}

/*END PAGES*/
.woocommerce .quantity,
.woocommerce .qty,
.product_meta span.meta-label,
p:empty,
.wd-nav-tabs-wrapper,
span.posted_in,
.dissapear,
.marketing-ebooks .woosb-bundles,
.management-ebooks .woosb-bundles,
.ebooks .woosb-bundles,
.finance-ebooks .woosb-bundles,
.tech-ebooks .woosb-bundles,
.hr-ebooks .woosb-bundles,
.checklists-and-sheets .woosb-bundles,
.marketing-ebooks button#wd-add-to-cart,
.management-ebooks button#wd-add-to-cart,
.ebooks button#wd-add-to-cart,
.hr-ebooks button#wd-add-to-cart,
.finance-ebooks button#wd-add-to-cart,
.tech-ebooks button#wd-add-to-cart,
.product-image-summary .product-labels,
.wd-accordion-title,
.wd-accordion.wd-style-default:before,
.tabs-layout-tabs>.wd-accordion-item>.wd-accordion-title,
.shop-loop-head,
.product-labels,
.single .wd-prefooter,
.wd-buttons,
.title-size-large,
.wd-back-btn,
tr.cart-subtotal,
.wd-checkout-steps li span:after,
.wd-sticky-btn .wd-sticky-btn-cart a.wd-sticky-add-to-cart,
.as-seen-in-outer .as-seen-p,
.page-template-default span.gradient,
.wd-checkout-remove-btn-wrapp,
td.wd-checkout-prod img,
.woocommerce-checkout .product-quantity,
form.checkout h3,
.woocommerce-checkout>.checkout-order-review:after,
.woocommerce-order-pay #order_review:after,
nav[class*="-pagination"] li :is(.next, .prev),
.cart-actions .button[name="update_cart"],
.post-template-default .post-date,
.post-single-page .wd-entry-meta,
.checklists-and-sheets .wd-buy-now-btn,
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children, .menu-item-has-children)>a:after,
span.sku_wrapper {
   display: none !important;
}

/*IZMENE I DODACI*/
.prefooter-bundle-gradient-column img {
   filter: none !important;
}

.checklists-and-sheets .knowledge-col p:not(.icon-text-inner p),
.page-elevate-sheets-pack .knowledge-col p:not(.icon-text-inner p) {
   margin-bottom: 20px;
}

.wd-notice :is(.button, .wc-backward),
div.wpcf7-response-output :is(.button, .wc-backward),
.mc4wp-alert :is(.button, .wc-backward),
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) :is(.button, .wc-backward) {
   background: none;
   border-radius: 0px;
   height: auto;
   border: none;
   font-size: initial;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info.hidden-notice {
   color: #4b4e60;
}

.survey-cross-sell-outer .bundle-text {
   width: 60%;
   max-width: none;
}

.survey-form-full .bundle-cta-body img {
   max-width: 300px;
   min-width: 225px;
}

.survey-cross-sell-outer .text-with-link a {
   font-size: 32px;
   display: block;
   margin-bottom: 15px;
}

.survey-cross-sell-outer .text-with-link p:not(.bundle-price) {
   font-size: 18px;
}

.survey-cross-sell-outer p.bundle-price {
   margin-top: 20px;
}

.survey-cross-sell-outer span.original-price {
   font-size: 26px;
}

.survey-cross-sell-outer span.mid-price {
   color: #969696;
   font-weight: 500;
   font-size: 32px;
   text-decoration: line-through;
}

.survey-cross-sell-outer span.newest-price {
   font-size: 38px;
}

.survey-form-row {
   margin-top: -85px;
}

.survey-form-row h3 {
   text-align: center;
   color: #420FD1;
   font-size: 28px;
   margin-bottom: 10px;
}

.survey-form-row p.under-h2 {
   font-size: 17px;
   text-align: center;
   margin-bottom: 0px;
}

.limited-offer-div {
   margin-bottom: 20px;
}

.survey-form-row p.bundle-price span {
   margin-right: 10px;
}

.footer-column ul li.current_page_item>a {
   color: white;
}

.submit-div .recaptcha {
   text-align: center;
}

.error404 .wd-prefooter {
   display: none;
}

.ty-div {
   height: 110vh;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   background: radial-gradient(971.18% 255.38% at 76.35% 163.71%, #420FD1 0%, #9E23E1 100%);
}

.ty-div h5 {
   color: white;
   font-size: 45px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.ty-div p {
   font-size: 20px;
   color: white;
}

.ty-div span.be-gradient {
   color: white;
   -webkit-text-fill-color: white !important;
}

p.button-p {
   min-width: 300px;
   margin-top: 15px;
}

h3.wd-entities-title.title.post-title {
   text-align: left;
}

.entry-content.wd-entry-content {
   text-align: left;
}

p.read-more-section {
   text-align: left;
}

.post-img-wrapp img {
   min-height: 250px;
   object-fit: cover;
}

.wd-blog-holder {
   margin-bottom: 70px;
}

.post-img-wrapp {
   border-radius: 20px;
}

.blog-design-masonry.wd-add-shadow .article-inner {
   box-shadow: 0 0 4px rgb(0 0 0 / 28%);
   background: transparent;
   border-radius: 20px !important;
   overflow: hidden;
}

.article-body-container {
   border-bottom-left-radius: 20px !important;
   border: 1px solid #E7E7E7;
   border-bottom-right-radius: 20px !important;
}

span.wpcf7-form-control-wrap span.wpcf7-list-item {
   margin-right: 0px;
}

.recaptcha p {
   margin-top: 0px;
   line-height: 1.2;
   margin-bottom: 10px;
}

.checkout-order-review span.woocommerce-terms-and-conditions-checkbox-text {
   font-size: 16px;
   font-weight: 500;
}

td.product-remove a:hover:before {
   color: #fff !important;
   background: #7c7c7c !important;
}

h2.woocommerce-order-details__title {
   text-transform: none !important;
}

h2.woocommerce-order-downloads__title {
   color: #005BFF;
}

.disabled-row {
   display: none;
}

.prefooter-bundle-row.not-disabled-row {
   display: flex;
   margin-top: 0px
}

.bundle-cta-outer {
   position: relative;
}

a.cross-sell-wrap {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   background: transparent;
   z-index: 9;
}

:is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div {
   color: #4b4e60 !important;
}

:is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div {
   margin-bottom: 16px !important;
}

form.checkout_coupon.woocommerce-form-coupon {
   background: #f3f3f3 !important;
}

input#coupon_code {
   background: #fff !important;
}

.checkout_coupon .form-row-last,
.checkout_coupon .button {
   width: 100% !important;
}

:is(.checkout_coupon, .login.hidden-form) {
   max-width: none !important;
}

.status-box p {
   font-size: 12px;
   font-weight: 500;
   color: #4B4E60;
}

.payment_box.payment_method_eh_stripe_pay {
   background: transparent;
   padding: 0px;
   margin-top: 5px;
   box-shadow: none;
   display: flex;
   flex-direction: column-reverse;
}

ul.wc_payment_methods.payment_methods.methods {
   background: white;
   padding: 25px 13px 24px;
   border-radius: 20px;
}

li.wc_payment_method.payment_method_eh_stripe_pay {
   margin-bottom: 12px;
}

.payment_methods .payment_box {
   box-shadow: none !important;
   padding: 0px;
   margin-top: 3px;
}

div#eh-stripe-pay-data {
   margin-top: 10px;
}

.payment_box.payment_method_eh_stripe_pay br {
   display: none;
}

.status-box {
   margin-top: 26px;
   display: flex;
   flex-direction: column-reverse;
}

.payment_methods li img {
   max-height: none;
}

ul.wc_payment_methods label {
   font-size: 18px;
   font-weight: 600;
   color: #4b4e60;
}

div#eh-stripe-card-element {
   min-height: 50px;
   align-items: center;
   padding: 15px 15px !important;
   border-radius: 11px;
   border: 1.5px solid #E2E2E2;
   background: #FFF;
}

.payment-secure-checkout {
   display: flex;
   margin-bottom: 10px;
}

.payment-secure-checkout img {
   max-width: 13%;
}

.secure-checkout-second-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}

.woocommerce-privacy-policy-text:not(:last-child) {
   border: none;
   padding-bottom: 0px;
   padding-top: 0px;
}

.woocommerce-terms-and-conditions-wrapper {
   padding-top: 0px;
   margin-top: 0px;
}

ul.wc_payment_methods {
   margin-bottom: 18px;
   margin-top: 25px;
}

.woocommerce-my-account-wrapper {
   max-width: 95%;
   margin: auto;
   margin-bottom: 60px;
}

td.download-file {
   display: flex;
   justify-content: end;
}

.prefooter-sheets-outer a.buy-now-cta-btn:hover {
   background: black;
}

.checklists-and-sheets .prefooter-outer-row {
   text-align: center;
   padding-top: 0px;
}

.checklists-and-sheets .prefooter-outer-row {
   padding-top: 0px;
}

.checklists-and-sheets .prefooter-bundle-row.prefooter-sheets-outer {
   margin-top: 25px;
}

/*KRAJ IZMENE I DODACI*/

/*BLACK FRIDAY BUNDLE */
.product-image-summary .new-woosb {
   position: absolute;
   bottom: 0;
   width: 100%;
}

.page-holiday-special-bundle .summary-inner,
.page-black-friday-bundle .summary-inner,
.page-new-year-special .summary-inner,
.page-all-products-special-sb .summary-inner {
   padding-bottom: 500px;
}

.page-holiday-special-bundle .team-col,
.page-black-friday-bundle .team-col,
.page-new-year-special .team-col,
.page-all-products-special-sb .team-col {
   padding: 55px 40px 0px 40px;
}

.team-col-html {
   background: transparent;
   box-shadow: none;
   padding: 0px !important;
}

.new-woosb {
   padding-bottom: 10px !important;
}

.tool-wosb .woosb-thumb {
   padding: 15px !important;
   background: radial-gradient(189.28% 66.45% at 50% 50%, #fbc900 0%, #fac900 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 6px;
}

.tool-wosb .woosb-thumb img {
   max-height: 30px;
   width: auto;
   object-fit: contain;
}

.new-woosb .amount br {
   display: none;
}

.new-woosb .woosb-thumb {
   border-radius: 7px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.bfb-text {
   max-width: 55%;
   color: white;
}

.bfb-text h3 {
   color: white;
   font-size: 60px;
   display: flex;
   flex-direction: column;
   line-height: 1.3;
}

.bfb-text h3 img {
   max-width: 60px;
}

.bfb-image-div {
   position: absolute;
   max-width: 475px;
   right: 5%;
}

.bfb-outer {
   display: flex;
   align-items: center;
   background: linear-gradient(to right, #F56524 0%, #FBB971 75%);
   width: 90%;
   margin: auto;
   border-radius: 33px;
   padding: 40px 110px;
   justify-content: space-between;
   position: relative;
   overflow: visible;
   margin-bottom: 100px;
   max-width: 1500px;
   margin-top: 60px;
}

.bfb-outer p.under-h3 {
   max-width: 600px;
   margin-top: 25px;
   margin-bottom: 30px;
}

.page-holiday-special-bundle .price ins,
.page-holiday-special-bundle .price ins span,
.page-holiday-special-bundle .hurrytimer-timer-digit,
.page-holiday-special-bundle span.hurry-up,
.page-holiday-special-bundle .hurrytimer-timer-label,
.prefooter-bf-bundle-outer-row .hurrytimer-timer-digit,
.prefooter-bf-bundle-outer-row span.hurry-up,
.prefooter-bf-bundle-outer-row .hurrytimer-timer-label,
.page-new-year-special .price ins,
.page-new-year-special .price ins span,
.page-new-year-special .hurrytimer-timer-digit,
.page-new-year-special span.hurry-up,
.page-new-year-special .hurrytimer-timer-label,
.page-all-products-special-sb .hurrytimer-timer-digit,
.page-all-products-special-sb span.hurry-up,
.page-all-products-special-sb .hurrytimer-timer-label {
   color: #DE1D59 !important;
}

.page-all-products-special-sb .price ins,
.page-all-products-special-sb .price ins span {
   color: #de1d59 !important;
}

.bfb-text p.button-wrapper {
   max-width: 400px;
}

.bfb-text p.button-wrapper a {
   background: linear-gradient(90deg, #420FD1, transparent) #9E23E1;
   border: #00D564;
   color: #fff;
}

.page-black-friday-bundle button#wd-add-to-cart:after,
.page-new-year-special button#wd-add-to-cart:after {
   content: "\f120";
   font-family: "woodmart-font";
   display: inline-flex;
   justify-content: center;
   align-items: center;
   margin-left: 0px;
   font-size: 16px;
   transition: linear .2s;
}

.page-all-products-special-sb button#wd-add-to-cart:before {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   content: "\f105" !important;
   font-family: "woodmart-font";
   opacity: 1 !important;
   margin-right: 0px;
   font-size: 17px;
   position: relative;
   display: none;
}

.page-all-products-special-sb button#wd-add-to-cart:after {
   content: "\f120";
   font-family: "woodmart-font";
   display: inline-flex;
   justify-content: center;
   align-items: center;
   margin-left: 0px;
   font-size: 16px;
   transition: linear .2s;
   margin-bottom: -2px;
}

.page-all-products-special-sb button#wd-add-to-cart:hover:after,
.page-black-friday-bundle button#wd-add-to-cart:hover:after,
.page-new-year-special button#wd-add-to-cart:hover:after {
   transform: translateX(4px);
   transition: linear .2s;
}

.page-black-friday-bundle button#wd-add-to-cart:before,
.page-new-year-special button#wd-add-to-cart:before {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   content: "" !important;
   background-size: cover;
   background-image: url(https://successblueprints.co/wp-content/uploads/2025/03/secure.svg);
   width: 13px;
   opacity: 1 !important;
   height: 15px;
}

.prefooter-bf-bundle .ult-offer p {
   border: 1px solid #005BFF;
   background: linear-gradient(88deg, #00A3FF, #005BFF);
   color: #F0E1AC;
}

.prefooter-bundle-row.prefooter-bf-bundle .prefooter-bundle-gradient-column {
   background: linear-gradient(91deg, #A01223 0.6%, #C5162B 17.85%, #FF4258 99.39%);
}

.prefooter-bundle-row.prefooter-bf-bundle a.buy-now-cta-btn {
   background: linear-gradient(90deg, #420FD1, transparent) #9E23E1;
   color: #fff;
   border-color: transparent;
}

.prefooter-bundle-row.prefooter-bf-bundle a.buy-now-cta-btn:hover,
.page-holiday-special-bundle .wd-buy-now-btn:hover,
.page-all-products-special-sb .wd-buy-now-btn:hover {
   background: linear-gradient(90deg, #420FD1, transparent) #9E23E1 !IMPORTANT;
   background-color: #E42FED !important;
   color: #fff;
}

.page-holiday-special-bundle .bfb-text a:hover,
.page-black-friday-bundle .bfb-text a:hover,
.page-all-products-special-sb .bfb-text a:hover {
   background: linear-gradient(90deg, #420FD1, transparent) #9E23E1 !IMPORTANT;
   background-color: #E42FED !important;
   color: #fff;
}

.prefooter-bundle-row.prefooter-bf-bundle a.buy-now-cta-btn:after,
.page-holiday-special-bundle .wd-buy-now-btn:before,
.page-holiday-special-bundle .bfb-text p.button-wrapper a:after,
.page-all-products-special-sb .wd-buy-now-btn:before,
.page-all-products-special-sb .bfb-text p.button-wrapper a:after {
   background-image: url(https://business-explained.com/wp-content/uploads/2023/11/police-car-light.png);
   filter: drop-shadow(0px 0px 4px #00000040);
}

.page-holiday-special-bundle .wd-buy-now-btn:before,
.page-holiday-special-bundle .bfb-text p.button-wrapper a:after,
.prefooter-bundle-row.prefooter-bf-bundle a.buy-now-cta-btn:after,
.page-all-products-special-sb .wd-buy-now-btn:before,
.page-all-products-special-sb .bfb-text p.button-wrapper a:after {
   display: none;
}

.page-holiday-special-bundle span.gradient,
.page-all-products-special-sb span.gradient {
   background: linear-gradient(90deg, #f75810 0%, #ffad30 100%);
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
}

.page-holiday-special-bundle .woosb-wrap.woosb-bundled:not(.new-woosb),
.page-black-friday-bundle .woosb-wrap.woosb-bundled:not(.new-woosb),
.page-all-products-special-sb .woosb-wrap.woosb-bundled:not(.new-woosb),
.product_cat-ebooks .woosb-wrap.woosb-bundled {
   display: none !important;
}

.bf-cross-sell .be-cta-offer {
   background: #F8F8F8;
   border-color: #E3E3E3;
}

.bf-cross-sell .bundle-cta-title {
   background: linear-gradient(90deg, #003437, #004448);
}

.bf-cross-sell h5 {
   color: white;
}

.bf-cross-sell .bundle-cta-body {
   background: #F8F8F8;
   border-color: #E3E3E3;
}

.woocommerce-checkout tr.cart-discount {
   background: #F0F0F0;
}

.woosb-item-product .woosb-thumb a {
   background: transparent;
   padding: 0px;
   display: block;
   border-radius: 7px;
   overflow: hidden;
}

.woosb-item-product .woosb-title-inner a {
   font-size: 17px;
   text-transform: none;
   padding: 2px 0px;
   line-height: 1.2;
   background: transparent;
}

.sheets-woosb .tool-wosb .woosb-thumb {
   padding: 15px !important;
   background: linear-gradient(76deg, #c8dae8, #c8dae8);
   border-radius: 7px;
}

.woosb-price-ori br {
   display: none;
}

.article-body-container {
   border: none;
}

.page-holiday-special-bundle .site-logo,
.page-all-products-special-sb .site-logo {
   position: relative;
}

.page-holiday-special-bundle a.wd-logo.wd-main-logo,
.page-all-products-special-sb a.wd-logo.wd-main-logo {
   z-index: 9;
   position: relative;
}

.page-holiday-special-bundle .site-logo img,
.page-all-products-special-sb .site-logo img {
   opacity: 1;
}

html .whb-general-header-inner .searchform input[type="text"] {
   height: 45px !important;
}

.product-grid-item.product_cat-checklists-and-sheets .hover-img {
   display: none;
}

.woocommerce-checkout th.product-total {
   display: none;
}

.grecaptcha-badge {
   visibility: hidden;
}

.recaptcha-txt p {
   text-align: center;
   font-size: 13px !important;
   margin-bottom: 5px;
}

.klav-form p {
   color: black !important;
}

.klav-form {
   margin: auto !important;
   height: calc(100vh + 40px);
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.image-form {
   width: 50%;
}

.form-text {
   max-width: 45%;
   margin: auto;
}

.header-sub h1>img {
   width: 60px;
   padding: 2px;
}

.header-sub h1 {
   font-size: 55px;
   text-align: center;
   line-height: 1.2;
   color: black;
}

.header-sub p {
   text-align: center;
   font-size: 17px;
   margin-bottom: 0px;
}

.page-id-22597 .whb-header,
.page-id-26418 .whb-header {
   display: none !important;
}

.prefooter-hr-row .prefooter-bundle-gradient-column img {
   min-width: 550px;
   max-width: 650px;
}

.prefooter-pm-row .prefooter-bundle-gradient-column {
   background: linear-gradient(256deg, #B5DA48 0%, #127191 99.36%) !important;
}

.prefooter-hr-row .prefooter-bundle-gradient-column {
   background: linear-gradient(256deg, #F43B55 0%, #FF902E 99.36%);
}

a.get-now-btn {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 11px;
   border: 1px solid #f96840;
   background: linear-gradient(45deg, #F43B55 0.41%, #FF912E 100%);
   font-size: 18px;
   font-weight: 700;
   color: #fff;
   padding: 14px 30px;
   max-width: 750px;
   margin: auto;
   margin-bottom: 10px;
}

span.crossed-out {
   margin-left: 5px;
   font-weight: 400;
   text-decoration: line-through;
}

a.get-now-pm {
   background: linear-gradient(45deg, #127191, #B3D849);
   border: 1px solid #6aa969;
}

a.get-now-btn img {
   width: 23px;
   margin-left: 5px;
   filter: drop-shadow(0 0 4px #fb8220);
}

a.get-now-btn:hover {
   background: black !important;
   border-color: black !important;
}

.prefooter-hr-row {
   padding-bottom: 60px;
}

.prefooter-sheets-outer {
   padding-top: 60px;
}

.or-div {
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   position: relative;
   padding: 13px 0;
}

.or-div p {
   color: #BEBEBE;
   text-transform: uppercase;
   font-size: 14px;
   padding: 0px 15px;
   background: white;
   margin-bottom: 0px;
   z-index: 9;
   font-weight: 600;
}

.line-through-or {
   background: #DDDDDD;
   height: 1.5px;
   width: 100%;
   z-index: 0;
   position: absolute;
   top: 50%;
   transform: translatey(-50%);
}

.single-bundle-cross-sell-new a.get-now-btn {
   background: black !important;
   padding: 15px 0;
   border: none;
   color: #fff;
   max-width: 100% !important;
   text-transform: none !important;
   height: 56px;
}

.single-bundle-cross-sell-new a.get-now-btn img {
   width: 67px;
}

.single-bundle-cross-sell-new {
   margin-top: 0px;
}

.single-bundle-cross-sell-new a.get-now-btn span {
   position: relative;
}

.marketing-ebooks .refund-checkout,
.ebooks .refund-checkout,
.hr-ebooks .refund-checkout,
.finance-ebooks .refund-checkout,
.tech-ebooks .refund-checkout {
   border: none;
   padding: 0px;
}

.single-bundle-cross-sell-new a.get-now-btn:hover {
   color: white !IMPORTANT;
}

.single-bundle-cross-sell-new .hurrytimer-cdt {
   padding-bottom: 5px;
}

.winter-div {
   overflow: hidden;
   position: fixed;
   top: 0;
   height: 100%;
   width: 100%;
   max-width: 100%;
   z-index: 1111;
}

.snow {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   -webkit-animation: falling linear infinite both;
   animation: falling linear infinite both;
   transform: translate3D(0, -100%, 0);
}

.snow,
.winter-div {
   z-index: 100;
   pointer-events: none;
}

.snow-near {
   -webkit-animation-duration: 10s;
   animation-duration: 10s;
   background-image: url(https://business-explained.com/wp-content/uploads/2023/12/snow.png);
   background-size: contain;
}

.snow-mid {
   -webkit-animation-duration: 20s;
   animation-duration: 20s;
   background-image: url(https://business-explained.com/wp-content/uploads/2023/12/snow-mid.png);
   background-size: contain;
}

.snow-far {
   -webkit-animation-duration: 30s;
   animation-duration: 30s;
   background-image: url(https://business-explained.com/wp-content/uploads/2023/12/snow-far.png);
   background-size: contain;
}

.snow-near+.snow-alt {
   -webkit-animation-delay: 5s;
   animation-delay: 5s;
}

.snow-mid+.snow-alt {
   -webkit-animation-delay: 10s;
   animation-delay: 10s;
}

.snow-far+.snow-alt {
   -webkit-animation-delay: 15s;
   animation-delay: 15s;
}

@keyframes falling {
   0% {
      transform: translate3D(-7.5%, -100%, 0);
   }

   100% {
      transform: translate3D(7.5%, 100%, 0);
   }
}

.prefooter-bf-bundle-outer-row a.buy-now-cta-btn:hover {
   background: #FF8210 !important;
   border-color: #FF8210 !important;
   color: black !important;
}

p.all-ebooks br {
   display: none;
}

span.newest-price {
   color: #A8A8A8;
   font-size: 19px;
   margin-left: 10px;
   text-decoration: line-through;
}

.preefooter-after-purchase-outer p.refund-product b {
   margin-right: 0px;
   margin-left: 5px;
}

.preefooter-after-purchase-outer .prefooter-ultimate-bundle .prefooter-bundle-gradient-column img {
   max-width: 320px;
   min-width: 320px;
}

.preefooter-after-purchase-outer a.buy-now-cta-btn {
   padding: 12px 0;
}

.all-purchased .elite-text-outer.disabled-row,
.all-purchased .prefooter-elite-ap.disabled-row {
   display: flex !important;
}

.all-purchased .elite-text-outer.disabled-row {
   flex-direction: column;
}

.ult-purchase .prefooter-bf-bundle {
   display: flex !important;
}

.all-purchased .heading-block,
.all-purchased .prefooter-bf-bundle,
.all-purchased .prefooter-ebooks-bundle-row {
   display: none !important;
}

.woocommerce-order {
   max-width: 1045px !important;
}

.woocommerce-order {
   display: flex;
   flex-direction: column;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
   order: 0;
}

.wd-order-extra-content,
section.woocommerce-order-downloads,
ul.woocommerce-order-overview,
section.woocommerce-order-details {
   order: 1;
}

.search-results-wrapper img {
   max-width: 90px !important;
}

.suggestion-content .price ins,
.suggestion-content .price ins span {
   font-size: 25px !important;
}

li.main-li p {
   font-weight: 400;
}

.refund-header-row .header-row-inner {
   justify-content: center;
}

.refund-header-row h1,
.refund-header-row p {
   text-align: center !important;
}

.woocommerce-checkout span.woocommerce-Price-amount.amount {
   position: relative;
}

.woocommerce-checkout span.woocommerce-Price-amount.amount:after {
   content: "USD";
}

.faq-split {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 30px;
   margin-bottom: 30px;
   border-bottom: 1px solid #ddd;
}

.faq-split .custom-product {
   width: 25%;
   border-radius: 20px 20px 0px 0px;
   border: none !important;
}

.faq-split .faq-item {
   width: 70%;
   margin-bottom: 0px;
   padding-bottom: 0px;
   border: none;
}

a.blog-btn {
   background: linear-gradient(90deg, #420FD1, transparent) #9e23e1;
   color: #fff;
   width: 100%;
   font-weight: 700;
   font-size: 18px;
   padding: 10px 0;
   border-radius: 0px 0px 20px 20px;
   position: relative;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   margin-top: -1px;
}

.strategic-cross-sell .bundle-cta-outer {
   border: 1.5px solid var(--bee-light-yellow, #F4EBBF);
   background: #FFF9DD;
   border-radius: 12px 12px 12px 12px;
}

.faq-item.faq-item-with-cta {
   border-bottom: 0px;
}

.postid-24099 .faq-outer {
   margin-top: 40px;
}

.postid-24099 header.entry-header {
   display: none;
}

.prefooter-elite-ap .prefooter-bundle-gradient-column {
   background-image: linear-gradient(to right top, #cd8229, #d4902c, #db9e2f, #e1ac33, #e6bb39, #e9c440, #ebcd47, #eed64f, #efdb58, #f0e062, #f2e56b, #f3ea74);
}

.preefooter-after-purchase-outer .prefooter-elite-ap .prefooter-bundle-gradient-column img {
   position: relative !important;
   margin: 30px 0px;
   transform: none;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
}

.prefooter-elite-ap .prefooter-bundle-text-column {
   background: #171616;
}

.prefooter-elite-ap .prefooter-bundle-text-column img {
   width: 55px;
   margin-bottom: 20px;
}

.prefooter-elite-ap .prefooter-bundle-text-column a.buy-now-cta-btn {
   background-image: linear-gradient(to right top, #cd8229, #d4902c, #db9e2f, #e1ac33, #e6bb39, #e9c440, #ebcd47, #eed64f, #efdb58, #f0e062, #f2e56b, #f3ea74);
}

.prefooter-elite-ap p,
.prefooter-elite-ap h3>a {
   color: white !important;
}

.prefooter-elite-ap .prefooter-bundle-text-column a.buy-now-cta-btn:after {
   display: none;
}

.elite-text-outer {
   margin-bottom: 40px;
}

.elite-text-outer h2 {
   flex-direction: column;
   margin-bottom: 15px;
   line-height: 1.3;
}

span.golden {
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   font-weight: 700;
   background-image: linear-gradient(to right top, #cd8229, #d4902c, #db9e2f, #e1ac33, #e6bb39, #e9c440, #ebcd47, #eed64f, #efdb58, #f0e062, #f2e56b, #f3ea74);
}

form.woocommerce-checkout>:is(.customer-details, .checkout-order-review) {
   flex: 0 0 calc(100% - 15px);
   max-width: calc(100% - 15px);
}

.archive .heading-block {
   display: none;
}

.bundles-and-packs .prefooter-outer-row {
   padding-top: 0px;
}

.prefooter-40 {
   background: radial-gradient(189.28% 66.45% at 50% 50%, #FBB971 0%, #F56524 100%);
   border-radius: 30px;
   padding: 35px 35px;
}

.prefooter-bf-bundle .prefooter-bundle-text-column.prefooter-single-col {
   text-align: left !important;
   border-radius: 20px 20px 20px 20px;
}

.prefooter-bundle-text-column p.short-desc-p {
   margin-bottom: 20px;
   font-size: 14.5px;
}

.prefooter-bf-bundle p.price-under-heading {
   justify-content: flex-start;
}

.prefooter-40 .prefooter-bundle-gradient-column.prefooter-single-col {
   background: transparent !important;
   box-shadow: none !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
   margin-top: 30px;
}

/*END*/

/*COMING SOON*/
.page-id-15 .whb-header,
.page-id-15 .footer-container {
   display: none;
}

.full-height {
   height: 100%;
   background: #025cff;
}

.cs-inner {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
}

.middle-div img {
   filter: brightness(0) invert(1);
}

.images-left,
.images-right {
   display: flex;
   flex-direction: column;
   width: 33%;
}

.images-left img,
.images-right img {
   max-width: 330px;
}

.middle-div {
   width: 33%;
}

.full-height {
   height: calc(100vh + 40px);
   background: #025cff;
   display: flex;
   align-items: center;
   justify-content: center;
}

.images-left {
   align-items: end;
}

.images-left img:last-child {
   margin-right: 100px;
}

.images-right img:last-child {
   margin-left: 100px;
}

.middle-div h1 {
   font-size: 65px;
   text-align: center;
   color: white;
}

a#paddle-checkout {
   opacity: 0;
}

.ap-div {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   max-width: 510px;
   margin: auto;
   text-align: center;
}

.ap-div h5 {
   font-size: 25px;
   font-weight: bold;
   color: #4B4E60;
   margin-top: 20px;
   margin-bottom: 10px;
}

.ap-div p {
   font-size: 14px;
}

.ap-div span {
   font-weight: bold;
}

span.paddle-span {
   color: #005BFF;
}

.woocommerce-order-pay .woocommerce {
   display: flex;
   flex-direction: column-reverse;
   text-align: center;
}

ul.order_details li {
   margin: auto;
   font-size: 14px;
   width: fit-content;
   color: #868686;
   margin-bottom: 5px;
}

ul.order_details {
   margin-top: -10px;
}

.refund-header-row .header-row-inner-tb {
   justify-content: center;
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
}

.loader {
   width: 85px;
   height: 85px;
   border: 7px solid #ECECEC;
   border-bottom-color: #005BFF;
   border-radius: 50%;
   display: inline-block;
   box-sizing: border-box;
   animation: skLinRotate 1s ease-in-out infinite alternate;
}

@keyframes skLinRotate {

   95%,
   100% {
      transform: rotate(840deg)
   }
}

.checkout-order-review button#place_order:hover {
   background: black !important;
}

.checkout-order-review button#place_order {
   background: #0066FF;
}

div#accordion-content {
   max-height: none !important;
   opacity: 1 !important;
}

h3>button {
   display: none !important;
   opacity: 0;
}

.woocommerce-order.ult-purchase.contains-bun .prefooter-bf-bundle {
   display: flex !important;
}

.woocommerce-order.contains-bun .prefooter-bf-bundle {
   display: flex !important;
}

.woocommerce-order.ult-purchase.contains-bun .prefooter-ebooks-bundle-row {
   display: none !important;
}

.woocommerce-order.contains-bun .prefooter-ebooks-bundle-row {
   display: none !important;
}

.as-seen-text .sm-foooter {
   justify-content: center;
   margin-bottom: 20px;
}

.as-seen-text .sm-foooter img {
   max-width: 30px;
   filter: brightness(0.95);
   margin-right: 5px;
   margin-left: 5px;
}

span#download-counter {
   position: relative;
}

span#download-counter:after {
   content: "+";
}

.product-info-icons-inner:last-child img {
   width: 30px;
   height: 34px;
}

.page-project-management-choosing-the-right-methodology span.gradient {
   background: linear-gradient(90deg, #30778d, #8bc36d);
}

.be-ebooks button.single_add_to_cart_button,
.checklists-and-sheets button.single_add_to_cart_button {
   background: #E5E5E5;
   pointer-events: none !important;
   font-weight: 500 !important;
   color: #7D7D7D !important;
   line-height: 1.4 !important;
   height: auto !important;
}

.checklists-and-sheets .wd-sticky-btn,
.checklists-and-sheets .woosb-wrap {
   display: none;
}

body.checklists-and-sheets {
   padding-bottom: 0px;
}

.prefooter-bundle-text-column h3,
p.price-under-heading {
   justify-content: center !important;
   text-align: center;
   display: flex;
}

p.all-ebooks {
   text-align: center;
}

/* APS */
.page-all-products-special-sb .bundle-short-desc .hurry-timer-div {
   background: #f4f4f4 !important;
   padding: 8px 14px !important;
   padding-right: 15px !important;
   padding-bottom: 6px !important;
   border-radius: 10px !important;
   width: fit-content !important;
   margin-bottom: 28px !important;
   display: flex !important;
   align-items: center;
}

.hurrytimer-campaign-47 .hurrytimer-timer-block:not(:first-child) {
   margin-left: 0px !important;
}

.page-all-products-special-sb .summary-inner {
   padding-bottom: 310px;
}

.three-box-outer {
   background: #F8F8F8;
   padding: 75px 0px;
   position: relative;
}

.smaller-container,
.aps-container {
   z-index: 10 !important;
   position: relative;
}

.aps-container {
   max-width: 85%;
   margin: auto;
}

.smaller-container {
   max-width: 1070px;
   margin: auto;
}

.page-all-products-special-sb span.gradient {
   background: #FF5C00;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
}

.three-box-inner {
   display: flex;
   justify-content: space-between;
   margin-top: 55px;
}

.three-box-inner-col {
   background: #ffffff;
   border-radius: 20px;
   padding: 30px;
   display: flex;
   align-items: center;
   flex-direction: column;
   text-align: center;
   justify-content: center;
   width: 32%;
   box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
}

.three-box-inner img {
   width: 100px;
   margin-bottom: 20px;
}

.three-box-inner-col p {
   font-size: 26px;
   color: #07002f;
   font-weight: 700;
   line-height: 1.2;
   margin-bottom: 0;
}

.bg-div {
   position: absolute;
   width: 100%;
   height: 45%;
   background: white;
   bottom: 0;
   left: 0;
}

.product-image-carousel-new {
   margin-top: 65px;
}

.may-have-seen {
   display: flex;
   align-items: center;
   position: relative;
   -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
   z-index: 10;
}

.line-seen {
   position: absolute;
   width: 100%;
   height: 2px;
   background: #E1E1E1;
   top: 50%;
   transform: translatey(-50%);
   z-index: 0;
}

.may-have-seen p {
   color: #07002F;
   font-size: 18px;
   font-weight: 500;
   text-align: center;
   width: fit-content;
   margin: auto;
   z-index: 8;
   background: white;
   padding: 0px 20px;
}

.product-image-carousel-new .imagecarousel {
   max-width: 100%;
   padding: 35px 0px;
   align-items: center;
   box-shadow: none;
}

.product-image-carousel-new .image-carousel-col {
   width: 25%;
   margin: 0;
   padding-right: 0px !important;
   padding-left: 0px !important;
   border: none !important;
}

.success-stories-outer {
   background: #FFE2D2;
   border-top: 1px solid #E1E1E1;
   padding: 75px 0px;
}

.page-all-products-special-sb .aps-container h2,
.page-all-products-special-sb .smaller-container h2 {
   display: block;
   font-size: 50px;
   max-width: 820px;
   line-height: 1.2;
   font-weight: bold;
   margin-left: auto;
   margin-right: auto;
}

.success-stories-inner-row {
   display: flex;
   margin: auto;
   margin-top: 55px;
   justify-content: space-between;
   margin-bottom: 0px;
}

.ss-inner-column {
   border-radius: 18px;
   background: #FFF;
   box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
   padding: 35px;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   width: 32%;
}

img.reviewer {
   width: 90px;
   margin-right: 15px;
}

p.reviewer-name {
   display: flex;
   align-items: center;
   margin-bottom: 15px;
   font-size: 20px;
   font-weight: bold;
}

p.reviewer-name img {
   width: 90px;
   margin-left: 5px;
}

p.review-txt {
   font-size: 18px;
}

.verifies-outer {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.verifies-outer p {
   margin-bottom: 0px;
}

p.name-and-position {
   display: flex;
   flex-direction: column;
   font-size: 21px;
   font-weight: bold;
}

span.position {
   font-size: 14px;
   font-weight: 400;
}

p.verified {
   font-size: 16px;
   font-weight: bold;
   display: flex;
   align-items: center;
}

p.verified img {
   width: 14px;
   margin-right: 5px;
}

.old-new-outer {
   background: #F8F8F8;
   padding: 75px 0px;
}

.old-new-inner {
   display: flex;
   justify-content: space-between;
   text-align: center;
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
   padding: 35px 25px;
   margin-top: 50px;
}

.old-new-inner-col {
   width: 49%;
}

p.a-b-p {
   font-size: 17px;
   text-transform: uppercase;
   font-weight: 500;
   width: fit-content;
   margin: auto;
   color: #4B0018;
   border-radius: 9px;
   background: #F7D4DF;
   padding: 7px 22px;
   line-height: 1;
   margin-bottom: 10px;
}

.old-new-inner-col h3 {
   font-size: 30px;
   color: #4B0018;
   font-weight: 600;
}

.ways-columns {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   min-height: 520px;
   position: relative;
}

.ways-columns p {
   border-radius: 20px;
   background: #FFF2F6;
   font-size: 22px;
   height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 1.3;
   padding: 0px 60px;
   font-size: 22px;
   color: #4B0018;
   margin-bottom: 20px;
   position: initial !important;
   z-index: 9;
}

.col-old .ways-columns p:nth-child(1),
.col-old .ways-columns p:nth-child(5) {
   background: linear-gradient(90deg, #DE1D59 0%, #DF298B 100%);
   color: white;
   font-size: 25px;
   font-weight: 600;
}

.arrow-image {
   width: fit-content;
   position: absolute;
   left: 50%;
   z-index: 0;
   top: 80px;
   transform: translatex(-50%);
}

.arrow-image img {
   max-height: 335px;
}

.old-new-inner-col.col-new {
   margin-top: -5px;
}

.col-new p.a-b-p {
   color: #007458;
   background: #ACEDBF;
}

.col-new h3 {
   background: var(--Main-Gradients-Business-Explained, linear-gradient(90deg, #420FD1 0%, #9E23E1 100%));
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-weight: bold;
   font-size: 34px;
}

.col-new .ways-columns p:nth-child(1),
.col-new .ways-columns p:nth-child(3) {
   font-size: 25px;
   font-weight: 600;
   color: white;
}

.col-new .ways-columns p:nth-child(1) {
   background: linear-gradient(90deg, #FF5C00 0%, #FB9754 100%);
}

.col-new .ways-columns p:nth-child(2) {
   color: #004B39;
   background: #DCF9E4;
   margin-bottom: 0px;
}

.col-new .ways-columns p:nth-child(3) {
   background: linear-gradient(90deg, #03D152 0%, #6DD00C 100%);
   margin-top: 20px;
}

.e-y-g-outer {
   padding: 75px 0px;
   text-align: center;
}

.e-y-g-inner {
   display: flex;
   justify-content: space-between;
   position: relative;
   margin-top: 50px;
}

.e-y-g-line {
   position: absolute;
   height: 3px;
   background: #EEEEEE;
   width: 90%;
   left: 50%;
   transform: translate(-50%, -50%);
   top: 50%;
   z-index: 0;
}

.e-y-g-inner-col {
   width: 30%;
   display: flex;
   flex-direction: column;
   border-radius: 20px;
   padding: 45px 65px;
   position: relative;
   z-index: 9;
}

.e-y-g-inner-col img {
   height: 31px;
   margin: auto;
   filter: brightness(0) invert(1);
}

p.title-pack {
   font-size: 67.5px;
   font-family: "Anton", sans-serif !important;
   font-weight: 400;
   line-height: 1.05;
   text-transform: uppercase;
   color: white;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-top: 30px;
   margin-bottom: 25px;
}

p.title-pack span {
   font-family: "Anton", sans-serif !important;
}

.e-y-g-inner-col p:not(p.title-pack) {
   color: white;
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 0px;
}

.e-y-g-inner-col.bus-ex-col {
   background: url(https://successblueprints.co/wp-content/uploads/2024/11/BE-Bg.jpg);
   background-size: cover;
}

.e-y-g-inner-col.elev-sh-col {
   background: url(https://successblueprints.co/wp-content/uploads/2024/11/ES-BG.jpg);
   background-size: cover;
}

.e-y-g-inner-col.sb-bun-col {
   background: url(https://successblueprints.co/wp-content/uploads/2024/11/SB-BG.jpg);
   background-size: cover;
}

.e-y-g-inner-col.bus-ex-col span.grad {
   color: #1FF2F3;
}

.e-y-g-inner-col.sb-bun-col span.grad {
   color: #1FF2F3;
}

.e-y-g-inner-col.elev-sh-col span.grad {
   color: #D8F90C;
}

.aps-cta-image-outer {
   background: #FFE2D2;
   padding: 100px 0px;
   position: relative;
}

img.aps-image-cta {
   position: absolute;
   max-width: 50vw;
   right: 0;
   top: 50%;
   transform: translatey(-50%);
}

.aps-cta-image-inner {
   text-align: left !important;
   max-width: 720px;
   width: 50%;
}

.aps-cta-image-inner p {
   font-size: 18px;
   font-weight: 500;
}

.aps-cta-image-outer .aps-cta-btn {
   margin-top: 20px;
}

.aps-cta-btn p {
   font-size: 15px;
   color: #212121;
   font-weight: 400;
   margin-bottom: 0px;
   display: flex;
   align-items: center;
   line-height: normal;
   height: 70px;
   border-radius: 35px;
}

.aps-cta-btn a.get-now-btn {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 11px;
   border: 1px solid #F96840;
   background: linear-gradient(45deg, #F43B55 0.41%, #FF912E 100%);
   font-size: 18px;
   font-weight: bold;
   color: white;
   padding: 14px 30px;
   max-width: 750px;
   margin: auto;
}

.s-p-p {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 10px;
}

p.r-f-p {
   border-right: 1px solid #B7B7B7;
   padding-right: 15px;
   margin-right: 15px;
}

p.r-f-p img {
   width: 18px;
   margin-right: 7px;
}

p.s-c-p img {
   margin-left: 7px;
   width: 57px;
}

.lim-offer-outer {
   background: linear-gradient(90deg, #FF1637 0%, #FD5A72 50%, #FF1637 100%);
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 23px 0px;
   position: relative;
}

.lim-offer-outer img {
   width: 30px;
}

.lim-offer-outer p {
   font-size: 21px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 0px;
   margin-left: 12px;
}

.lim-offer-outer span {
   font-weight: bold;
   color: #FFF200;
}

.learn-business-outer {
   padding: 75px 0px;
   background: #F8F8F8;
}

.l-b-inner-first {
   background: #fff;
   border-radius: 20px;
   padding: 70px 90px;
}

.l-b-inner-first h2 {
   text-align: left;
   margin-left: 0px !important;
   font-size: 40px !important;
}

span.nope {
   color: #DE1D59;
   text-decoration: underline;
}

.l-b-inner-first p {
   font-size: 18px;
   line-height: 1.3;
}

.l-b-inner-second {
   background: #C3F3D0;
   border-radius: 20px;
   margin-top: 20px;
   padding: 70px 20px 20px;
}

.l-b-inner-second h2 {
   color: #007458;
   font-size: 45px !important;
}

.lib-inner-row {
   display: flex;
   justify-content: space-between;
}

.l-b-inner-col {
   width: 32%;
   background: white;
   display: flex;
   flex-direction: column;
   border-radius: 20px;
   padding: 40px;
}

p.num-lrg {
   color: #007458;
   font-size: 55px;
   font-weight: 800;
   line-height: 1;
}

.l-b-inner-col p:not(p.num-lrg) {
   color: #212121;
   font-size: 23px;
   line-height: 1.4;
}

.l-b-inner-col span {
   color: #00C692;
   font-weight: bold;
}

.right-wrong-outer {
   padding: 75px 0px;
}

.right-wrong-inner {
   display: flex;
   justify-content: space-between;
   margin-top: 50px;
}

.right-wrong-col.rig-col {
   background: #DCF9E4;
}

.right-wrong-col {
   width: 49%;
   border-radius: 20px;
   padding: 65px;
   display: flex;
   justify-content: center;
   flex-direction: column;
}

.right-wrong-col.rig-col h3 {
   color: #007458;
}

.right-wrong-inner h3 {
   font-size: 35px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 35px;
}

.cheker-inner-col {
   display: flex;
   align-items: center;
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 3px dotted #0f660042;
}

.cheker-inner-col.cheker-inner-col-ls {
   margin-bottom: 0px;
   padding-bottom: 0px;
   border: none;
}

.cheker-inner-col img {
   width: 27px;
   margin-right: 30px;
   margin-left: 10px;
}

.cheker-inner-col p {
   font-size: 20px;
   font-weight: 500;
   color: #007458;
   margin-bottom: 0px;
}

.right-wrong-col.left-col {
   background: #FFE2D2;
}

.right-wrong-col.left-col h3 {
   color: #FF5C00;
}

.right-wrong-col.left-col p:not(.aps-cta-btn p) {
   color: #212121;
   font-size: 21px;
   text-align: center;
   margin-bottom: 30px;
}

.page-all-products-special-sb .who-for-outer {
   position: relative;
}

.w-f-o-new {
   background: #F8F8F8;
   width: 100% !important;
   max-width: none !important;
}

.who-for-outer.w-f-o-new .bg-div {
   height: 25%;
}

.money-back-div-outer {
   border-radius: 18px;
   border: 3px solid #EEE4C8;
   background: #F8EFD5;
   padding: 55px 60px;
   display: flex;
   align-items: flex-start;
   z-index: 2;
   position: relative;
}

.mb-text {
   margin-left: 25px;
}

p.mb-name {
   font-size: 27px;
   font-weight: bold;
   margin-bottom: 10px;
}

.mb-text p:not(p.mb-name) {
   font-size: 20px;
   line-height: 1.5;
}

.aps-cta-image-outer.finals-cta {
   background: radial-gradient(127.49% 35.24% at 72.45% 55.6%, #e74a5d 0%, #bf0d24 100%);
}

.finals-cta p {
   color: white !important;
}

.finals-cta .s-p-p img {
   filter: brightness(0) invert(1);
}

.finals-cta a.get-now-btn.get-now-btn-aps {
   background: #000;
   border: none !important;
}

.finals-cta img.aps-image-cta {
   position: absolute;
   right: 10%;
   min-width: 485px;
   top: 45%;
   transform: translatey(-50%);
}

.success-stories-outer h2 {
   max-width: 670px;
   margin-left: auto;
   margin-right: auto;
}

span.nope {
   color: #DE1D59;
   text-decoration: underline;
}

.white {
   color: white;
}

.page-all-products-special-sb .summary-inner a.get-now-btn.get-now-btn-aps {
   background: linear-gradient(90deg, #420FD1, transparent) #9E23E1;
   border: none !important;
}

.page-all-products-special-sb .summary-inner>.price {
   order: 4;
   margin-bottom: 25px !important;
   align-items: center;
   flex-direction: row-reverse;
}

.next-to-price {
   background: #F5F5F5;
   border: 1.5px solid #e2e2e2;
   border-radius: 8px;
   padding: 7px 12px;
   display: flex;
   align-items: center;
   gap: 6px;
   position: relative;
   margin-left: 15px;
   order: -5;
}

p.aps-desc-p {
   display: flex;
   flex-direction: column;
   gap: 22px;
   color: #161616;
   font-size: 18px;
   margin-bottom: 25px;
}

a.all-width-a {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   z-index: 9;
}

.next-to-price img {
   width: 17px;
}

span.lowest-price-span {
   color: #D91212;
   font-weight: bold;
   font-size: 15px;
}

span.lrnm-span {
   font-size: 14px;
   font-weight: 600;
   color: #262626;
   position: relative;
   padding: 6px 10px;
   background: #D6D6D6;
   border-radius: 30px;
}

.limited-prod.tool-wosb .woosb-thumb {
   padding: 7px !important;
}

span.lim-prod {
   font-weight: 600;
   color: #fff;
   padding: 1px 11px;
   font-size: 15px;
   border-radius: 5px;
   border: 1px solid #009657 !important;
   background: linear-gradient(90deg, #007668 0, #009658 100%) !important;
   margin-bottom: 0;
}

.prefooter-elite-ap .prefooter-bundle-text-column {
   background: #171616;
}

.prefooter-elite-ap .prefooter-bundle-text-column img {
   width: 55px;
   max-width: 55px;
   margin: auto;
   text-align: center;
   display: flex;
   justify-content: center;
   margin-bottom: 20px;
}

.prefooter-elite-ap p,
.prefooter-elite-ap h3>a {
   color: white !important;
}

.prefooter-elite-ap .prefooter-bundle-text-column a.buy-now-cta-btn {
   background-image: linear-gradient(to right top, #cd8229, #d4902c, #db9e2f, #e1ac33, #e6bb39, #e9c440, #ebcd47, #eed64f, #efdb58, #f0e062, #f2e56b, #f3ea74);
}

.prefooter-elite-ap .prefooter-bundle-gradient-column {
   background-image: linear-gradient(to right top, #cd8229, #d4902c, #db9e2f, #e1ac33, #e6bb39, #e9c440, #ebcd47, #eed64f, #efdb58, #f0e062, #f2e56b, #f3ea74);
}

span.golden {
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   font-weight: 700;
   background-image: linear-gradient(to right top, #cd8229, #d4902c, #db9e2f, #e1ac33, #e6bb39, #e9c440, #ebcd47, #eed64f, #efdb58, #f0e062, #f2e56b, #f3ea74);
}

.elite-text-outer h2 {
   flex-direction: column;
   margin-bottom: 15px;
   line-height: 1.3;
}

.bought-product-6050 .prefooter-elite-ap,
.bought-product-6050 .elite-text-outer {
   display: flex !important;
}

.bought-product-6050 .elite-text-outer {
   flex-direction: column;
   margin-bottom: 25px;
}

.bought-product-6050 .prefooter-40,
.bought-product-6050 .prefooter-ebooks-bundle-row,
.bought-product-6050 .heading-block {
   display: none !important;
}

.woocommerce-order-received section.woocommerce-customer-details {
   display: none !important;
}

span.txt-span {
   color: #fff !important;
}

.term-bundles-and-packs .prefooter-ebooks-bundle-row.disabled-row {
   display: flex !important;
}

.prefooter-bundle-row.prefooter-ultimate-bundle a.buy-now-cta-btn:hover {
   color: white !important;
}

.be-ebooks .product_meta .hurry-timer-div,
.checklists-and-sheets .product_meta .hurry-timer-div,
.be-ebooks .product_meta .refund-checkout,
.checklists-and-sheets .product_meta .refund-checkout {
   display: none !important;
}

.aps-cta-image-outer.black-cta-aps {
   background: radial-gradient(228.6% 90.78% at 60.13% 83.49%, #9E23E1 0%, #4310D2 100%);
   padding: 50px 0px 30px;
}

p.aps-cta-p {
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   color: white;
   border-radius: 12px;
   background: linear-gradient(88deg, #FF5D01 37.41%, #FF7112 95.53%);
   width: fit-content;
   padding: 9px 30px;
}

.aps-cta-image-outer.black-cta-aps h2,
.aps-cta-image-outer.black-cta-aps p,
.aps-cta-image-outer.black-cta-aps a {
   color: white !important;
}

.aps-cta-image-outer.black-cta-aps .aps-cta-btn a {
   background: linear-gradient(270deg, #000 0%, #272727 100%);
   border: none !important;
   padding: 19px 5px;
   max-width: 450px;
   margin: auto;
   border-radius: 35px;
}

img.arrow-lim-offer {
   width: auto !important;
   position: absolute;
   left: 43%;
   transform: translatex(-50%);
   top: -150px;
}

a.get-now-btn img {
   width: 23px;
   margin-left: 5px;
   filter: drop-shadow(0 0 4px #fb8220);
}

p.bf-deal-spec {
   margin-bottom: 3px;
}

.page-all-products-special-sb h1.product_title,
.page-bundle-success-blueprints h1.product_title {
   display: flex;
   align-items: center;
}

.single-product:not(.bundles-and-packs, .checklists-and-sheets) .wc-tab-inner {
   display: flex;
   flex-direction: column;
   margin-top: 30px !Important;
}

.single-product:not(.bundles-and-packs, .checklists-and-sheets) .custom-html-block {
   order: 2;
}

.single-product:not(.bundles-and-packs, .checklists-and-sheets) .toc-outer {
   order: 3;
   padding-bottom: 125px;
}

.single-product:not(.bundles-and-packs, .checklists-and-sheets) .news-articles-outer.new-container {
   order: 4;
   z-index: 10;
}

.single-product:not(.bundles-and-packs, .checklists-and-sheets) .gallery-row {
   order: 5;
   margin-top: -90px;
   z-index: 0;
   padding-top: 165px;
}

.single-product:not(.bundles-and-packs, .checklists-and-sheets) .description-row {
   padding-bottom: 45px;
}

.rating-new-outer {
   display: flex;
   flex-direction: column;
   padding: 5px 0px 5px 15px;
   border-left: 1px solid #D8D8D8;
   margin-left: 15px;
}

.page-all-products-special-sb .rating-new-outer {
   display: flex !important;
   flex-direction: row;
   padding: 0px 0px 15px 0px;
   border-left: none;
   margin-left: 0px;
}

.page-all-products-special-sb h1.product_title {
   display: flex;
   flex-direction: column-reverse;
   align-items: flex-start !important;
}

.stars-and-avg {
   display: flex;
   align-items: center;
   justify-content: center;
}

.page-all-products-special-sb .stars-and-avg {
   display: flex;
   align-items: center;
   justify-content: center;
   padding-right: 10px;
   margin-right: 10px;
   border-right: 1.5px solid #D8D8D8;
}

p.aps-desc-p br {
   display: none;
}

span.weighted-p {
   font-weight: 600;
   font-size: 20px;
}

span.normal-p br {
   display: block;
}

.stars-and-avg img {
   min-width: 90px;
}

.bundle-short-desc {
   padding-left: 10px;
   margin-bottom: 30px;
}

h1 img {
   max-width: 82px;
}

p.reting {
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   margin-bottom: 0px;
   margin-left: 6px;
}

p.s-f-buyers {
   font-size: 12px;
   color: #595959;
   font-weight: 500;
   margin-bottom: 0px;
   margin-top: 0px;
}

.bundles-and-packs .site-content {
   margin-bottom: 0px !important;
}

.checkout-order-review .payment_box {
   padding: 5px !important;
}

.payment_methods .payment_box p {
   font-weight: 400 !important;
   margin-bottom: 5px;
   font-size: 16px;
}

.payment_box p.secure {
   color: #000;
   font-size: 19px !important;
   font-weight: 600 !important;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.payment_methods .payment_box:before {
   display: none;
}

.woocommerce-tabs {
   margin-bottom: 0px !important;
}

.aps-cta-image-inner p img:not(.aps-cta-btn img) {
   max-width: 20px !important;
}

.aps-cta-btn .s-p-p {
   justify-content: center;
}

.page-all-products-special-sb .footer-container {
   margin-top: 0px;
}

.ty-div {
   height: 100vh;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   background: #005BFF;
}

.c-g-i {
   max-width: 350px;
}

.ty-div h5 {
   color: white;
   font-size: 45px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.ty-div p {
   font-size: 20px;
   color: white;
}

.original-price-scnd {
   margin-top: 3px;
}

.rot-ban-book .rotating-gallery-item {
   max-height: none;
   padding: 0px;
   background: none;
   border-radius: 0px;
   width: 149px;
}

.rot-ban-book .rotating-gallery-item img {
   width: auto !important;
}

.rot-ban-book {
   max-width: 855px;
}

.outer-rim {
   background-image: url(https://successblueprints.co/wp-content/uploads/2025/01/Frame.png);
   max-width: 900px;
   padding: 60px 20px 0px;
   margin: auto;
   background-repeat: no-repeat;
   max-height: 503px;
   overflow: hidden;
}

.rot-ban-book.rotating-banner-inner {
   -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

/* KRAJ APS */

.page-bundle-success-blueprints .introduction-outer {
   background: #fff;
   padding-top: 35px;
   padding-bottom: 0px;
}

.page-bundle-success-blueprints .three-box-outer p {
   text-align: center;
   font-size: 20px;
   margin-bottom: 35px;
}

.page-bundle-success-blueprints .container-inner-new,
.page-customer-journey-from-curious-to-committed .container-inner-new,
.page-kpi-mastery-measure-what-matters .container-inner-new {
   z-index: 9;
   position: relative;
   margin: auto;
   max-width: 935px;
}

.page-bundle-success-blueprints .introduction-row-inner,
.page-customer-journey-from-curious-to-committed .introduction-row-inner,
.page-kpi-mastery-measure-what-matters .introduction-row-inner {
   background: #F6F9FF;
   border-radius: 33px;
   padding: 50px;
   margin-top: 45px;
   margin-bottom: 65px;
}

.page-customer-journey-from-curious-to-committed .introduction-row-inner,
.page-kpi-mastery-measure-what-matters .introduction-row-inner {
   background: #FFF;
   margin-bottom: 45px;
}

.page-bundle-success-blueprints .introduction-col-inner,
.page-customer-journey-from-curious-to-committed .introduction-col-inner,
.page-kpi-mastery-measure-what-matters .introduction-col-inner {
   display: flex;
   align-items: center;
   width: 100%;
   border-bottom: 1px solid #093d0017;
   padding-bottom: 30px;
   margin-bottom: 30px;
   padding-left: 20px;
}

.page-bundle-success-blueprints .introduction-col-inner img,
.page-customer-journey-from-curious-to-committed .introduction-col-inner img,
.page-kpi-mastery-measure-what-matters .introduction-col-inner img {
   width: 50px;
   margin-right: 20px;
}

.page-bundle-success-blueprints .introduction-col-inner p,
.page-customer-journey-from-curious-to-committed .introduction-col-inner p,
.page-kpi-mastery-measure-what-matters .introduction-col-inner p {
   font-size: 27px;
   font-weight: 500;
   color: #000;
   margin-bottom: 0px;
}

.page-customer-journey-from-curious-to-committed .introduction-col-inner p,
.page-kpi-mastery-measure-what-matters .introduction-col-inner p {
   font-size: 22px;
   text-align: left;
   margin-left: 0;
}

.page-customer-journey-from-curious-to-committed .container-inner-new h2,
.page-kpi-mastery-measure-what-matters .container-inner-new h2 {
   display: block;
   margin-top: 35px;
}

.page-customer-journey-from-curious-to-committed .introduction-col-inner.introduction-col-inner-last,
.page-kpi-mastery-measure-what-matters .introduction-col-inner.introduction-col-inner-last {
   border: none;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

.page-bundle-success-blueprints .introduction-col-inner.introduction-col-inner-last {
   border: none;
   padding-bottom: 0px;
   margin: 0px;
}

.page-bundle-success-blueprints .container-inner-new h2,
.page-bundle-success-blueprints .aps-container h2 {
   font-size: 50px;
   text-transform: capitalize;
   display: block;
}

.page-bundle-success-blueprints .three-box-outer .tabs-row-outer h2,
.page-bundle-success-blueprints .good-fit-outer h2 {
   display: flex;
   flex-direction: column;
}

.page-bundle-success-blueprints .good-fit-inner-row {
   width: 100%;
}

.good-fit-inner-row {
   margin: auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-top: 45px;
   margin-bottom: 35px;
}

.page-bundle-success-blueprints .three-box-outer {
   padding-bottom: 0px;
   margin-bottom: 115px;
}

.blue-color-gradient {
   color: #0066FF;
}

p.blue-color-gradient {
   font-size: 22.5px;
   font-weight: 600;
   line-height: 1.3;
   margin-bottom: 30px;
   margin-top: 5px;
}

.page-bundle-success-blueprints .three-box-outer h2,
.success-stories-outer s-b-s h2 {
   display: flex;
   flex-direction: column;
}

.page-bundle-success-blueprints .good-fit-outer {
   background: #F6F9FF;
   padding-top: 65px;
   padding-bottom: 40px;
}

.page-bundle-success-blueprints .good-fir-column {
   background: #1B1B1B;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 30px 10px;
   margin-bottom: 1%;
}

.page-bundle-success-blueprints .good-fir-column img {
   width: 63px;
   margin-bottom: 20px;
}

.page-bundle-success-blueprints .good-fir-column p {
   font-size: 24px;
   font-weight: bold;
   color: #000;
   margin-bottom: 0px;
   text-align: center;
}

.success-stories-outer.s-b-s {
   background: white;
   border: none;
}

.pack-cta-outer {
   background: radial-gradient(116.03% 31.85% at 69.37% 50.09%, #41cfec 0%, #066eeb 100%);
   padding: 75px 0px;
   display: flex;
   align-items: center;
   text-align: left !important;
   position: relative;
}

.pack-cta-text-inner {
   max-width: 745px;
   margin-left: 5%;
}

.pack-cta-text-inner h2 {
   text-align: left;
}

.pack-cta-outer .pack-cta-wrapper-div {
   margin-top: 40px;
}

.pack-cta-outer .pack-cta-wrapper-div a.buy-now-cta-btn {
   background: black !important;
   color: white !important;
}

.page-bundle-success-blueprints .cta-wrapper-div a.buy-now-cta-btn {
   text-transform: none !important;
   border: none !important;
   font-size: 18px;
   height: 58px;
}

.page-bundle-success-blueprints .new-checkout-refund {
   display: flex;
   justify-content: center;
   align-items: center;
}

.pack-cta-outer .pack-cta-wrapper-div .new-checkout-refund p {
   color: white !important;
}

.page-bundle-success-blueprints p.new-mbg {
   margin-right: 15px;
}

.new-checkout-refund p {
   color: #07002F;
   font-weight: 600;
   font-size: 16px;
   display: flex;
   align-items: center;
   margin-bottom: 0px;
}

.pack-cta-image-wrapper {
   position: absolute;
   right: 5%;
   top: 50%;
   transform: translatey(-50%);
   max-width: 40%;
}

.pack-cta-outer .pack-cta-wrapper-div .new-checkout-refund img {
   filter: brightness(0) invert(1);
}

.page-bundle-success-blueprints .new-checkout-refund img:not(.stripe-check) {
   width: 19px;
   margin-right: 5px;
}

.page-bundle-success-blueprints .refund-checkout {
   border: none;
   padding-bottom: 0px;
}

.page-bundle-success-blueprints img.stripe-check {
   margin-left: 5px;
}

.page-bundle-success-blueprints .rotating-gallery-first {
   gap: 0px !important;
}

.pack-cta-text-inner h2 {
   font-size: 40px;
}

.pack-cta-text-inner p.white {
   font-size: 18px;
   max-width: 80%;
}

.pack-cta-image-wrapper img {
   max-width: 485px;
}

.pack-cta-wrapper-div img.stripe-check {
   max-width: 50px;
}

.pack-cta-wrapper-div .s-p-p p {
   color: white;
}

.pack-cta-wrapper-div .s-p-p img {
   filter: brightness(0) invert(1);
}

.page-bundle-success-blueprints button#wd-add-to-cart {
   margin-bottom: 0px;
}

.page-bundle-success-blueprints h1.product_title {
   margin-bottom: 10px;
}

.page-bundle-success-blueprints .wd-builder-off .single-product-page {
   --wd-single-spacing: 0px !important;
}

.included-in-checklist {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   max-width: 90%;
   margin: auto;
}

.included-col {
   width: 32.5%;
   border-radius: 20px;
   box-shadow: 6px 7px 10px #00000012;
   backdrop-filter: blur(75px);
   overflow: hidden;
   margin-bottom: 3%;
   background: #ffffff21;
   height: 100%;
   display: flex;
   flex-direction: column;
}

.included-img {
   display: flex;
   align-items: center;
   justify-content: center;
}

.included-img img {
   width: 310px;
}

.included-header {
   padding: 20px;
   text-align: center;
}

.included-col p.w-u-g-name {
   font-size: 26px;
   font-weight: 600;
   height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.included-col p.green-light {
   color: #00B2FF;
   font-size: 20px;
   font-weight: 600;
   line-height: 1.2;
   margin-bottom: 25px;
}

.included-col .what-u-get-inner-col-inner {
   display: flex;
   align-items: center;
   text-align: left !important;
   justify-content: flex-start;
   width: 100%;
   margin-top: 12px;
   height: 45px;
}

.bd-col-inc .included-img {
   background: linear-gradient(45deg, hsl(281 71% 85% / 1) 0%, hsl(281 83% 67% / 1) 40%, hsl(281 53.97% 48.66%) 90%);
}

.prod-col-inc .included-img {
   background: linear-gradient(45deg, #bff4c2 0%, #86f38c 40%, #2eca4e 90%);
}

.mark-col .img-div,
.mark-col-inc .included-img {
   background: linear-gradient(45deg, hsl(356 71% 85% / 1) 0%, hsl(356 82% 74% / 1) 40%, hsl(356deg 64.97% 52.93%) 90%);
}

.sale-col-inc .included-img {
   background: linear-gradient(45deg, hsl(222 71% 85% / 1) 0%, hsl(222 83% 71% / 1) 40%, hsl(222 65% 53% / 1) 90%);
}

.pm-sales-col .img-div,
.pm-col-inc .included-img {
   background: linear-gradient(45deg, hsl(172 71% 85% / 1) 0%, hsl(172 83% 67% / 1) 40%, hsl(172deg 53.97% 48.66%) 90%);
}

.hr-col-inc .included-img {
   background: linear-gradient(45deg, hsl(19 71% 85% / 1) 0%, hsl(19deg 82.54% 71.17%) 40%, hsl(19 65% 53% / 1) 90%);
}

.what-u-get-inner-col-inner img {
   width: 22px;
}

.what-u-get-inner-col-inner p {
   font-size: 16px;
   margin-bottom: 0px;
   margin-left: 7px;
   font-weight: 600;
   line-height: 1.3;
}

.postid-7556 .success-stories-outer,
.page-ultimate-kpi-mastery-toolkit .success-stories-outer {
   background: #fafafa;
}

.postid-7556 .aps-container,
.page-ultimate-kpi-mastery-toolkit .aps-container {
   max-width: 90%;
   margin: auto;
}

.postid-7556 img.reviewer {
   max-width: 55px;
   margin-right: 10px;
}

.postid-7556 .success-stories-outer h2,
.page-ultimate-kpi-mastery-toolkit .success-stories-outer h2 {
   flex-direction: column;
}

li.products-nav img {
   width: 18px;
}

.progress-container-outer {
   display: flex;
   align-items: center;
}

.progress-container {
   width: 55%;
   height: 10px;
   background-color: #e0e0e0;
   border-radius: 5px;
   overflow: hidden;
   margin-top: 5px;
   margin-right: 7px;
}

.progress-bar {
   height: 100%;
   width: 0%;
   background-color: #f7a400;
   transition: width 0.5s ease-in-out;
}

p.sale-span {
   margin-bottom: 0px;
   font-size: 12px;
   line-height: 1;
   margin-top: 3px;
}

p.ab-line-p {
   margin-bottom: 5px;
}

.product_meta {
   flex-direction: column;
}

.single-bundle-cross-sell.single-bundle-cross-sell-new {
   width: 100%;
}

.summary-inner {
   position: relative;
}

:is(.wd-entry-content, .entry-content, .is-layout-flow, .is-layout-constrained, .is-layout-constrained>.wp-block-group__inner-container)>* {
   margin-block: 0px !important;
}

.single-product .wd-builder-off {
   --wd-single-spacing: 0px !important;
   padding-block: 0px !important;
}

.single-product.ebooks .prefooter-outer-row {
   margin-bottom: 60px;
}

.cart-widget-side .shopping-cart-widget-footer {
   position: relative;
   display: flex;
   flex-direction: column;
}

.cart-widget-side .shopping-cart-widget-footer:after {
   content: "";
   width: 302px;
   background-image: url(https://successblueprints.co/wp-content/uploads/2025/03/payment-logotipi.svg) !important;
   background-size: cover !important;
   height: 28px;
   position: relative;
   margin: auto;
   margin-top: 15px;
}

button#place_order:before,
.cart-widget-side a.button.checkout.wc-forward:before {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   content: "" !important;
   background-size: cover;
   background-image: url(https://successblueprints.co/wp-content/uploads/2025/03/secure.svg);
   width: 13.5px;
   opacity: 1 !important;
   height: 15px;
   margin-top: -1px;
}

.aps-cta-image-outer.black-cta-aps {
   display: flex;
   flex-direction: row-reverse;
   overflow: hidden;
}

.aps-cta-image-outer .outer-rim {
   margin-bottom: -40px;
   background-repeat: round;
   max-width: 635px;
   padding: 45px 0px 0px;
   background-image: url(https://successblueprints.co/wp-content/uploads/2025/03/Frame-grey.png);
}

.aps-cta-image-inner {
   text-align: left !important;
   max-width: 635px;
   width: 100%;
}

.aps-cta-image-outer .rot-ban-book {
   max-width: 595px;
}

.aps-cta-image-outer .rot-ban-book.rotating-banner-inner {
   -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
   max-width: 590px;
}

.aps-cta-image-outer {
   padding: 50px 0px 0px;
}

.aps-cta-image-outer .rotating-gallery-first {
   gap: 0;
}

.mini-cart-upsell-block {
   border-radius: 8px;
   padding: 25px 20px;
   border: 3px dashed #CDCDCD;
}

.mini-cart-u-i {
   display: flex;
   align-items: center;
}

.mini-cart-u-i-img {
   min-width: 143px;
}

.mini-cart-u-i-txt {
   margin-left: 15px;
}

p.aps-name-mini {
   font-weight: 700;
   color: #12001B;
   font-size: 22px;
   margin-bottom: 10px;
}

p.difference-text {
   text-align: center;
   margin-top: 20px;
   margin-bottom: 10px;
   font-size: 18px;
}

p.mini-price {
   color: #000000;
   font-weight: bold;
   font-size: 20px;
   display: flex;
   align-items: flex-start;
   margin-bottom: 0px;
}

span.m-p-s {
   font-size: 16px;
   color: black;
   opacity: 0.4;
   text-decoration: line-through;
   line-height: 1;
   margin-top: 5px;
   margin-left: 5px;
}

.mini-price-timer {
   display: flex;
   align-items: center;
   margin-bottom: 0px;
}

.mini-timer .hurrytimer-cdt {
   padding: 0px !important;
}

.mini-timer .hurrytimer-timer-block {
   margin-left: 0px !important;
   margin-right: 0px !important;
}

.mini-timer {
   background: #FCCBCB;
   padding: 4px 6px;
   border-radius: 8px;
   margin-left: 15px;
}

a.mini-cart-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 50px;
   background: linear-gradient(90deg, #F77010, transparent) #FF9A00;
   border-radius: 10px;
   color: white;
   font-weight: 600;
   font-size: 16px;
}

a.mini-cart-btn img {
   filter: brightness(0) invert(1);
   margin-right: 0px;
   margin-left: 6px;
}

.custom-upsell-block {
   background: #f8f8f8;
   margin-bottom: 0px !important;
   padding-bottom: 20px;
}

p.woocommerce-mini-cart__total {
   order: 1;
}

p.woocommerce-mini-cart__buttons.buttons,
.cart-widget-side .shopping-cart-widget-footer:after {
   order: 2;
}

.custom-upsell-block .hurrytimer-headline {
   font-size: 16px;
}

.custom-upsell-block .hurrytimer-cdt__headline img {
   margin-right: 3px;
}

p.bdn-wrp {
   margin-bottom: 0px;
}

p.prod-ucluded {
   color: #545454;
   font-weight: 500;
   display: flex;
   align-items: center;
   font-size: 18px;
   margin-bottom: 10px;
}

span.seperate {
   width: 3px;
   height: 3px;
   background: #545454;
   margin: 0px 6px;
}

.sal-col-inc p.green-light {
   color: #1c9c21;
}

.market-col-inc p.green-light {
   color: #db0319;
}

.pr-col-inc p.green-light {
   color: #0c5a26;
}

.hure-col-inc p.green-light {
   color: #ff9200;
}

.finan-col-inc p.green-light {
   color: #490b8b;
}

.ope-col-inc p.green-light {
   color: #0167c6;
}

.cssuc-col-inc p.green-light {
   color: #e47352;
}

.manu-col-inc p.green-light {
   color: #ffc601;
}

.page-ultimate-kpi-mastery-toolkit .included-col p.w-u-g-name {
   height: auto;
}

.page-ultimate-kpi-mastery-toolkit .included-in-checklist {
   justify-content: center;
}

.page-ultimate-kpi-mastery-toolkit .included-header {
   border-top: 1px solid #b5b5b5;
}

.volumes-outer {
   padding-top: 70px;
   padding-bottom: 70px;
}

.volumes-outer h2 {
   display: flex;
   flex-direction: column;
}

.volumes-inner-container {
   max-width: 930px;
   margin: auto;
}

.volumes-inner-col {
   padding: 60px 80px 50px;
   border-radius: 38px;
}

.volumes-inner-col h3 {
   font-size: 32px;
   text-align: center;
   margin-bottom: 35px;
}

.volumes-inner-col ul {
   margin-top: -15px;
}

.volumes-inner-col li {
   margin-bottom: 4px;
}

span.golden-span {
   font-weight: 600;
   color: #B08131;
}

.volumes-inner-col-frst span.golden-span {
   color: #83704F;
}

.volumes-inner-col-frst {
   background: #F5F5F5;
}

.volumes-inner-col-scnd {
   background: #FFF5E5;
}

.volumes-inner-col-thrd {
   background: #FFEBCC;
}

.vol-arrow {
   width: fit-content;
   margin: auto;
}

.volumes-inner-col-thrd,
.volumes-inner-col-scnd {
   margin-top: -12px;
}

.volumes-inner-col p,
.volumes-inner-col li {
   color: #353535;
}

p.volume-numb {
   width: fit-content;
   margin: auto;
   border-radius: 5px;
   background: linear-gradient(90deg, #B08130 13.84%, #E5C78B 100%);
   min-width: 102px;
   text-align: center;
   color: white;
   height: 26px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 700;
   margin-bottom: 25px;
}

.three-toc-outer .toc-inner {
   padding: 0px;
   max-width: 890px;
   box-shadow: none;
   background: transparent;
   border-radius: 0px;
}

p.parts {
   font-weight: 600;
   font-size: 20px;
   margin-top: 30px;
   margin-bottom: 30px;
}

p.li-p {
   color: #616161;
   font-size: 18px;
   margin-bottom: 3px;
}

.toc-tabs-container {
   display: flex;
   width: 100%;
   border-bottom: 1px solid #C3C3C3;
   margin-bottom: 25px;
}

.toc-tabs-inner {
   display: flex;
   width: 875px;
   margin: auto;
   justify-content: space-between;
}

.toc-tab {
   display: flex;
   align-items: center;
   position: relative;
   padding-bottom: 19px;
   transition: ease-in-out .3s !important;
}

.toc-tab p {
   margin-bottom: 0px;
}

p.volume-name {
   font-weight: 600;
   font-size: 16px;
   color: #7E7E7E;
   transition: ease-in-out .3s !important;
}

p.volume-p {
   background: #A1A1A1;
   border-radius: 3px;
   width: 64px;
   height: 17px;
   font-size: 10px;
   text-transform: uppercase;
   color: white;
   font-weight: 600;
   display: flex;
   align-items: center;
   justify-content: center;
   LINE-HEIGHT: 1;
   margin-right: 8px;
}

.toc-tab:after {
   content: "";
   position: absolute;
   width: 100%;
   height: 2px;
   bottom: 0;
   background: transparent;
   background-size: cover;
   transition: ease-in-out .3s !important;
}

.toc-tab:hover {
   cursor: pointer;
}

.toc-tab:hover:after {
   background: linear-gradient(90deg, #B08231 0%, #E5C689 100%);
}

.toc-tab:hover p.volume-p {
   background: linear-gradient(90deg, #B08130 13.84%, #E5C78B 100%);
}

.toc-tab:hover p.volume-name {
   color: #070707;
}

.active-toc-tab p.volume-p {
   background: linear-gradient(90deg, #B08130 13.84%, #E5C78B 100%);
}

.active-toc-tab:after {
   background: linear-gradient(90deg, #B08231 0%, #E5C689 100%);
}

.active-toc-tab p.volume-name {
   color: #070707;
}

.tox-inner-cont {
   position: relative;
}

.page-top-tier-management-explained .toc-inner {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translatex(-50%);
   opacity: 0;
}

.toc-inner.toc-inner-active {
   position: relative;
   opacity: 1;
   z-index: 10;
   background: #F5F5F5;
   left: auto;
   transform: none;
}

.page-top-tier-management-explained .toc-inner {
   transition: none !important;
}

.page-top-tier-management-explained,
.page-top-tier-management-explained h3,
.page-top-tier-management-explained h1.product_title {
   font-family: "Inter Tight", sans-serif !important;
   font-weight: 600 !important;
}

.page-top-tier-management-explained h2 {
   font-size: 40px;
   margin-bottom: 40px;
}

.page-top-tier-management-explained h3 {
   font-size: 32px;
}

.page-top-tier-management-explained h1.product_title {
   position: relative;
   font-weight: 700 !important;
}

.page-top-tier-management-explained h1.product_title:before {
   content: "2025 BEST PRODUCT";
   font-size: 15px;
   font-style: normal;
   font-weight: 700;
   line-height: 1;
   width: 178px;
   height: 25px;
   border-radius: 5px;
   background: linear-gradient(90deg, #B08130 13.84%, #E5C78B 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   margin-bottom: 15px;
   margin-top: 20px;
}

.three-toc-outer.toc-outer {
   background: #F5F5F5;
   padding-top: 70px;
   padding-bottom: 70px;
}

.page-top-tier-management-explained .product-info-icons {
   width: 525px;
   justify-content: space-around;
   border-radius: 10px;
   border: 1.5px solid #EDEDED;
   padding: 10px 0px;
   min-height: 67px;
   height: auto;
}

.page-top-tier-management-explained .product-info-icons-inner {
   padding: 0px !important;
   width: 33.33%;
   height: 50px;
}

.page-top-tier-management-explained p.product-info-icon-text,
.page-top-tier-management-explained .product-info-icons-inner img {
   height: 30px;
}

.page-top-tier-management-explained p.product-info-icon-text {
   font-size: 20px;
}

.page-top-tier-management-explained .product-info-icons-inner:nth-child(2) {
   border-left: 1.5px solid #EDEDED;
   border-right: 1.5px solid #EDEDED;
}

.page-top-tier-management-explained .product-info-icons-text-only:before,
.page-top-tier-management-explained .product-info-icons-text-only:after {
   display: none !important;
}

.page-top-tier-management-explained span.gradient {
   background: linear-gradient(90deg, #9F7533 18.31%, #D8BF7B 98.77%);
   font-weight: 600;
}

.page-top-tier-management-explained .gallery-row {
   background: white;
}

.page-top-tier-management-explained .custom-html-block {
   display: block !important;
}

.page-top-tier-management-explained .three-toc-outer.toc-outer {
   order: 2;
}

.page-top-tier-management-explained .news-articles-outer.new-container {
   order: 0 !important;
   margin-top: -30px !important;
}

.page-top-tier-management-explained .gallery-row {
   margin-top: 0px !important;
   padding-top: 60px !important;
}

p.li-p,
.volumes-inner-col p,
.volumes-inner-col li,
.description-row p,
p.above-ul {
   font-weight: 400;
}

.single-product .wc-tab-inner {
   width: 110%;
   margin-left: -5%;
}

.bundles-and-packs .bundle-short-desc .hurry-timer-div {
   display: none !important;
}

.anniversary-div {
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
   gap: 5px;
}

.an-upper {
   display: flex;
   align-items: center;
}

.an-upper p {
   color: #484848;
   font-weight: 500;
   font-size: 16px;
   margin-bottom: 0px;
}

.an-upper img {
   margin-right: 5px;
   width: 20px;
}

span.an-red-span {
   font-weight: bold;
   color: #DE1D59;
}

.an-btm p {
   color: #717171;
   font-size: 14px;
   margin-bottom: 0px;
}

.yr-banner p.shop-now {
   background: black !important;
   border-radius: 30px !important;
   padding: 5px 20px !important;
   font-weight: bold;
}

.ult-bundle-header.yr-banner {
   background: linear-gradient(91deg, #D80034 0.6%, #E0335D 99.39%) !important;
}

.bundles-and-packs .summary-inner .yrly-outer,
.page-top-tier-management-explained .summary-inner .yrly-outer {
   order: -1;
}

.yrly-outer {
   border-radius: 8px;
   background: #F1F1F1;
   height: 40px;
   padding: 0px 12px;
   margin-left: 12px;
   display: flex;
   align-items: center;
}

.yrly-outer p {
   line-height: 1;
   margin-bottom: 0px;
   font-size: 15px;
   color: #DE1D59;
   font-weight: 500;
}

.yrly-outer img {
   width: 20px;
   margin-right: 5px;
}

.yrly-outer span.weighted {
   font-weight: 900;
}

.page-top-tier-management-explained .yrly-outer p {
   font-size: 14px;
   color: #484848;
}

.page-top-tier-management-explained .yrly-outer span.weighted {
   color: #DE1D59 !important;
}

p.tt-first-p {
   padding: 2px 0px;
   border-right: 1.5px solid #A7A7A7;
   margin-right: 4px;
   padding-right: 4px;
}

tr.cart-discount.coupon-3-yr-anniversary th:before {
   content: "";
   background-size: cover;
   background-image: url(https://business-explained.com/wp-content/uploads/2025/05/Birthday-Cake.svg);
   width: 20px;
   height: 20px;
   position: relative;
   display: inline-flex;
   top: 3px;
   margin-right: 3px;
}

tr.cart-discount.coupon-3-yr-anniversary th {
   text-transform: uppercase;
   color: #DE1D59 !important;
   font-weight: 800;
}

.bundles-and-packs .bundle-short-desc .hurry-timer-div,
.single-product:not(.bundles-and-packs) .refund-checkout {
   display: none !important;
}

html .single-product .prefooter-bundle-text-column .refund-checkout {
   display: block !important;
}

.yr-banner p.shop-now {
   background: black !important;
   border-radius: 30px !important;
   padding: 5px 20px !important;
}

.prefooter-bundle-text-column .anniversary-div {
   margin-top: -20px;
   margin-bottom: 20px;
}

html {
   scroll-behavior: smooth;
}

.prefooter-bundle-row .anniversary-div {
   margin-top: 5px;
}

span.coloured-span {
   font-weight: bold;
   color: #DE1D59;
}

p.with-cake {
   margin-bottom: 5px;
   display: flex;
   align-items: center;
   gap: 4px;
   font-size: 16px;
   color: #484848;
   font-weight: 500;
   justify-content: center;
}

p.with-cake img {
   margin-top: -3px !important;
   margin-right: 2px;
}

p.discounted-p {
   margin-bottom: 0px;
   color: #717171;
   font-size: 14px;
}

.bundles-and-packs p.with-cake-product {
   order: -1;
   margin-bottom: 0px;
}

p.with-cake-product {
   height: 38px;
   background: #F1F1F1;
   display: flex;
   align-items: center;
   padding: 10px 15px;
   line-height: 1;
   border-radius: 8px;
   margin-left: 10px;
   color: #DE1D59;
   font-weight: 500;
   font-size: 15px;
}

p.with-cake-product img {
   margin-right: 5px;
   margin-bottom: 2px;
   width: 20px;
}

.weighted {
   font-weight: bold;
}

.bundles-and-packs .hurry-timer-div {
   display: none !important;
}

p.with-cake-product {
   gap: 3px;
}

.ult-bundle-header.yr-banner {
   background: linear-gradient(91deg, #D80034 0.6%, #E0335D 99.39%);
}

.ult-bundle-header.yr-banner p.shop-now {
   border-radius: 30px;
   background: #000;
   padding: 4px 25px;
}

.coupon-fathers-day-sale th {
   color: #DE1D59 !important;
}

.bundles-and-packs .entry-summary .anniversary-div {
   margin-bottom: 40px;
}

.bundles-and-packs .entry-summary br {
   display: none;
}

.bundles-and-packs .woocommerce-product-details__short-description {
   margin-bottom: 0px;
}

.page-all-products-special .summary-inner .aps-cta-btn {
   margin-bottom: 5px;
}

.ult-bundle-header.yr-banner img {
   filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 10%));
   color: rgb(0 0 0 / 5%);
}

.wt_sc_single_coupon {
   display: none;
}

li.products-nav span.nav-link-text {
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 600;
}

img.hands-together {
   margin-right: 6px;
   margin-top: -2px;
}

li.products-nav img.exlamated {
   position: absolute;
   top: -8px;
   right: -8px;
}

.commitment-div-outer {
   text-align: center;
   padding: 70px 0px 0px;
   background: radial-gradient(114.74% 71.87% at 50% 71.87%, #FF4258 0%, #C5162B 80.44%, #A01223 100%);
   position: relative;
}

p.a-b-h-d-p {
   width: fit-content;
   margin-bottom: 0px;
   font-size: 18px;
   font-weight: 600;
   color: white;
   border-radius: 19px;
   background: rgba(0, 0, 0, 0.20);
   margin-left: auto;
   margin-right: auto;
   padding: 10px 23px;
   line-height: 1;
}

.commitment-div-outer h2 {
   color: white;
   font-family: "Anton", sans-serif !important;
   font-size: 103px;
   text-transform: uppercase;
   font-weight: 400;
   line-height: 1;
   margin: 55px 0px 45px;
}

p.under-div-h-p {
   margin-bottom: 0px;
   font-size: 25px;
   font-weight: 600;
   color: white;
}

.commitment-div-outer .three-box-inner {
   z-index: 12;
   position: relative;
}

.three-box-inner-col p:not(.t-b-i-s-p) {
   font-weight: 600;
}

.t-b-i-s-p {
   font-size: 16px !important;
   font-weight: 400 !important;
   line-height: 1.5 !important;
   margin-top: 18px;
}

.com-div-bg {
   position: absolute;
   z-index: 1;
   bottom: 0;
   width: 100%;
   height: 9%;
   background: white;
}

.w-i-t-t-outer {
   text-align: center;
   padding-top: 45px;
   padding-bottom: 60px;
}

.w-i-t-t-outer p:not(.refund-checkout p) {
   font-size: 18px;
   display: flex;
   flex-direction: column;
   line-height: 1.5;
   margin-bottom: 18px;
   color: #161616;
}

.k-m-f {
   border-radius: 20px;
   border: 1.2px solid #E2E2E2;
   background: #F5F5F5;
   max-width: 730px;
   margin: auto;
   display: flex;
   flex-direction: column;
   padding: 35px 100px 10px;
   margin-top: 40px;
}

.k-m-f p {
   font-size: 28px !important;
   color: #000 !important;
}

.k-m-f img {
   width: 93px;
   margin: auto;
   margin-top: -25px;
}

p.w-i-t-t-btn-p {
   margin-bottom: 0px !important;
   margin-top: 40px;
}

p.w-i-t-t-btn-p a.get-now-btn {
   background: linear-gradient(270deg, #000 0%, #303030 100%);
   border: none;
   height: 58px;
   max-width: 730px;
}

.w-i-t-t-btn a.get-now-btn img {
   width: 67px;
   margin-left: 10px;
   filter: none;
}

.w-i-t-t-btn .refund-checkout {
   padding-bottom: 0px;
   border-bottom: 0px;
}

p.short-desc-p {
   margin-bottom: 3px;
}

.refund-checkout BR {
   DISPLAY: NONE;
}

.about-sheet-div {
   padding: 60px 0px;
   background: #f5f5fa;
   text-align: center;
}

.about-sheet-div p {
   max-width: 800px;
   margin: auto;
}

.about-sheet-div video {
   max-width: 800px;
   margin: auto;
   border-radius: 20px;
   margin-top: 40px !important;
}

.sheet-txt-image {
   display: flex;
   align-items: center;
   max-width: 80%;
   margin: auto;
   margin-bottom: 60px;
   margin-top: 60px;
}

.sheet-txt {
   padding: 6rem 7rem 7rem;
   padding-left: 0px;
}

p.tagline-p-sheet {
   width: fit-content;
   color: #5700ff;
   font-weight: 600;
   font-size: 16px;
   letter-spacing: 0px;
   background: #e6defa;
   line-height: 1;
   padding: 9px 36px;
   border-radius: 35px;
   text-transform: capitalize !important;
   margin-bottom: 30px;
}

.sheet-txt h2 {
   text-align: left !important;
   align-items: flex-start !important;
   justify-content: flex-start;
   max-width: 445px;
}

.sheet-img img {
   border-radius: 12px;
}

.sheet-txt-image.sheet-txt-image-flipped {
   flex-direction: row-reverse;
}

.sheet-txt-image.sheet-txt-image-flipped .sheet-txt {
   padding-left: 7rem;
   padding-right: 0px;
}

.aps-cta-btn .s-p-p {
   display: none;
}

.ult-bundle-header .hurrytimer-cdt {
   border-radius: 8px;
   border: 1px solid #FFA3A5;
   background: rgba(255, 255, 255, 0.93);
   padding: 3px 7px !important;
   order: 2;
   margin-left: 5px;
}

.ult-bundle-header .hurrytimer-timer-digit,
.ult-bundle-header .hurrytimer-cdt__label {
   font-weight: 800 !important;
   font-size: 12px !important;
}

.ult-bundle-header strong {
   color: white;
   font-size: 15.5px;
}

p.shop-now b {
   color: #fcfe06;
   text-transform: uppercase;
   font-weight: bold;
   margin-left: 5px;
   margin-right: 5px;
}

.ult-bundle-header .hurrytimer-timer-block {
   margin: 0px !important;
}

.ult-bundle-header .hurrytimer-timer-digit.hurrytimer-cdt__time {
   margin: 0px !important;
}

.wd-swatches-product {
   flex-direction: column-reverse;
   width: 100%;
   gap: 30px !important;
}

.swatch-html-extra {
   display: flex;
   width: 100%;
}

.wd-active .radio-btn-product {
   background: #EFEDF5;
   border-color: #0066ff !important;
}

.radio-btn-product {
   display: flex;
   flex-direction: column;
   width: 100%;
   border-radius: 16px;
   background: #fff;
   padding: 20px 11px 11px;
   border: 1px solid #CACACA;
}

.radio-btn-product.single-selector-outer {
   padding: 20px 22px;
}

.radio-text {
   display: flex;
   align-items: center;
   width: 100%;
   justify-content: space-between;
}

.radio-btn-outer {
   width: 26px;
   height: 26px;
   border: 1px solid #ABABAB;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.wd-active .radio-btn-outer {
   border: 2px solid #0066ff;
}

.radio-btn-inner {
   width: 10px;
   height: 10px;
   background: #12001B;
   border-radius: 100%;
   opacity: 0;
}

.wd-active .radio-btn-inner {
   opacity: 1;
   background: #0066ff;
}

p.name-of-offer {
   font-size: 19px;
   font-weight: 600;
   color: #363636;
   margin-left: 15px;
   margin-right: auto;
   display: flex;
   align-items: center;
   gap: 5px;
}

.wd-active p.name-of-offer,
.wd-active p.price-of-offer {
   font-weight: bold;
   color: #0066ff !important;
}

.radio-btn-product p {
   margin-bottom: 0px;
}

p.price-of-offer {
   color: #12001B;
   font-weight: 700;
   font-size: 20px;
   display: flex;
   align-items: center;
   line-height: 1;
   gap: 7px;
}

.wd-active p.name-of-offer,
.wd-active p.price-of-offer {
   font-weight: bold;
   color: #4410D2 !important;
}

.ttm-price {
   display: none;
}

.aps-selector-outer {
   padding-top: 30px !important;
   margin-top: 10px;
   position: relative;
}

.lpe {
   position: absolute;
   top: -13px;
   left: 50%;
   transform: translatex(-50%);
   display: flex;
   gap: 6px;
   flex-direction: row-reverse;
   min-width: 340px;
   justify-content: center;
}

.lpe p {
   border-radius: 5px;
   background: linear-gradient(90deg, #D10F25 0%, #FF4E62 100%);
   color: white;
   font-size: 12px;
   font-weight: 700;
   padding: 6px 12px;
   line-height: 1;
}

p.lpebf {
   background: linear-gradient(90deg, #1A1A1A 0%, #4D4D4D 100%);
}

.radio-btn-product:not(.single-selector-outer) .radio-text {
   padding: 0px 11px;
}

.aps-selector-outer p.name-of-offer {
   flex-direction: column;
   align-items: flex-start;
   gap: 8px;
}

span.worth {
   line-height: 1;
   display: flex;
   padding: 7px 10px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   font-size: 11px;
   color: #666666;
   font-weight: bold;
   border-radius: 30px;
   background: linear-gradient(0deg, #E5E5E5 0%, #E5E5E5 100%), linear-gradient(90deg, #1A1A1A 0%, #4D4D4D 100%);
}

.aps-selector-outer p.price-of-offer {
   color: #D91244 !important;
}

span.crsdred-price {
   color: #ABABAB;
   text-decoration: line-through;
   font-weight: 500;
   font-size: 20px;
   line-height: 1;
}

p.over-eightk {
   color: #616161;
   font-weight: 400;
   font-size: 16px;
   text-align: left;
   margin-top: 10px;
   padding-left: 52px;
}

.aps-selector-outer p.over-eightk {
   display: ruby;
   align-items: center;
   gap: 5px;
   margin-top: 16px;
   font-size: 14px;
}

.aps-selector-outer p.over-eightk img {
   width: 78px;
   margin-top: -3px;
   margin-right: 5px;
}

.radio-img-products {
   display: flex;
   align-items: flex-start;
   text-align: left;
   gap: 25px;
   border-radius: 13px;
   border: 1px solid #C4C4C4;
   background: #F7F7F7;
   backdrop-filter: blur(10px);
   padding: 25px 30px;
   margin-top: 20px;
}

p.radio-name {
   color: #000;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 10px;
}

p.radio-prods {
   color: #787878;
   font-size: 14px;
   line-height: 1.4;
   margin-bottom: 0px;
   font-weight: 500;
   display: flex;
   flex-direction: column;
   gap: 2px;
}

p.radio-prods span {
   display: inline-flex;
   align-items: center;
}

p.radio-prods img {
   width: 16px;
   margin-right: 3px;
}

.products-radio a {
   line-height: 1.3;
   color: black;
   font-size: 15px;
   width: fit-content;
   border-bottom: 1.5px solid black;
   display: block;
   margin-top: 5px;
}

.product-type-variable button.single_add_to_cart_button.button.alt {
   border-radius: 36px !important;
   gap: 5px;
}

span.variable-price {
   display: flex;
   gap: 5px;
}

span.option-slct,
span.variable-price-one,
span.variable-price-two,
span.variable-price-two-half,
span.variable-price-three,
span.variable-price-one-half,
span.variable-price-ttm,
span.variable-price-audio,
.variable-price-forty {
   display: none;
}

.variations_form.cart.swatch-single-ebook-purchase span.variable-price-one {
   display: block !important;
}

.page-decision-models-explained .variations_form.cart.swatch-single-ebook-purchase span.variable-price-one {
   display: none !important;
}

.page-decision-models-explained .variations_form.cart.swatch-single-ebook-purchase .variable-price-forty {
   display: block !important;
}

.variations_form.cart.swatch-all-products-special-offer span.variable-price-three {
   display: block !important;
}

.product-type-variable .bundle-cross-sell-body,
.product-type-variable .summary-inner>.price {
   display: none !important;
}

.page-bundle-success-blueprints p.short-desc-p {
   display: block;
   margin-bottom: 16px;
   margin-top: -5px;
}

.wd-swatch {
   width: 100% !important;
}

th.label.cell,
span.wd-swatch-text,
.wd-reset-var,
.single_variation_wrap .woocommerce-variation.single_variation,
[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
   display: none !important;
}

p.chz {
   color: #616161;
   leading-trim: both;
   text-edge: cap;
   font-family: Inter;
   font-size: 19px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
}

.summary-inner li:before {
   content: "";
   background: red;
   width: 6px;
   height: 6px;
   background: #000000;
   border-radius: 100%;
   top: 11px;
   position: absolute;
   left: -14px;
}

.loved-by-outer {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 30px;
}

.lvd-text {
   display: flex;
   flex-direction: column;
   gap: 5px;
}

p.lvd-bigger {
   color: black;
   font-weight: 500;
   font-size: 14px;
}

p.lvd-smaller {
   color: #616161;
   font-size: 15px;
   font-weight: 500;
}

span.strz {
   font-size: 18px;
   color: #FDC200;
}

.featured-col {
   width: 25%;
   height: 34px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-right: 1.5px solid #ffffff36;
}

.featured-inner {
   display: flex;
   justify-content: space-around;
   align-items: center;
   border-radius: 10px;
   background: #a295ff2e;
   -webkit-backdrop-filter: blur(3px);
   backdrop-filter: blur(3px);
   padding: 20px 0;
}

.pdoruct-seen-outer {
   margin-top: 30px;
}

p.as-seen-p {
   text-align: center;
   margin-bottom: 0;
   color: #6d6d6d;
   font-weight: 500;
   font-size: 15px;
   line-height: 1.2;
}

.pdoruct-seen-outer .featured-outer {
   padding: 0;
   max-width: 1150px !important;
   margin: 30px auto 30px;
}

.pdoruct-seen-outer .featured-inner {
   border: 1.5px solid #EDEDED;
   background: transparent;
}

.featured-col.featured-col-lst {
   border: none !important;
}

.pdoruct-seen-outer .featured-inner img {
   filter: brightness(0);
   height: auto;
   max-height: 25px;
   max-width: 100px;
}

.lvd-text p {
   margin-bottom: 0px;
   line-height: 1;
}

.last-call-outer {
   max-width: 810px;
   margin: auto;
   border-radius: 22px;
   background: radial-gradient(201.82% 70.75% at 50% 50%, #FF4258 0%, #C5162B 66.34%, #A01223 100%);
   padding: 33px 0px;
   margin-bottom: 30px;
}

.last-call-inner {
   display: flex;
   justify-content: center;
   align-items: center;
}

.last-call-image {
   width: 30%;
   position: relative;
}

.last-call-image img {
   position: absolute;
   width: 100%;
   top: 50%;
   transform: translatey(-50%);
}

.last-call-text {
   width: 43%;
   text-align: left !important;
   margin-left: 42px;
}

.headline-l-c {
   display: flex;
   align-items: center;
   gap: 8px;
   margin-bottom: 20px;
}

.headline-l-c h2 {
   font-size: 29px;
   color: white;
   font-family: "Inter Tight", sans-serif !important;
   margin-bottom: 0px;
}

.timer-lc {
   display: flex;
   align-items: center;
   border-radius: 8px;
   background: #FFF;
   padding: 6px 7px;
   gap: 3px;
}

.timer-lc img {
   width: 15.5px;
}

.timer-lc .hurrytimer-cdt {
   padding: 0px;
}

p.under-h-l-c {
   font-size: 15px;
   color: white;
   margin-bottom: 22px;
}

p.lc-price {
   display: flex;
   align-items: center;
   gap: 6px;
   margin-bottom: 18px;
}

span.lc-p-one {
   color: rgba(255, 255, 255, 0.70);
   text-decoration-line: line-through;
   font-weight: 400;
   font-size: 21px;
}

span.lc-p-two {
   text-decoration-line: line-through;
   font-weight: 500;
   font-size: 23px;
   color: rgba(255, 255, 255, 0.80);
}

span.lc-p-three {
   color: #C2102B;
   font-size: 23px;
   font-weight: 700;
   border-radius: 5px;
   background: #FD0;
   line-height: 1;
   padding: 5px 10px;
   display: flex;
   align-items: center;
   justify-content: center;
}

p.buton-wrap-lc {
   margin-bottom: 0px;
}

p.buton-wrap-lc a {
   font-weight: 700;
   color: white;
   line-height: 1;
   font-size: 15px;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 37px;
   background: #000;
   height: 41px;
   gap: 8px;
   width: fit-content;
   padding: 0px 25px;
}

p.buton-wrap-lc a:after {
   content: "";
   position: relative;
   width: 8px;
   height: 10px;
   background-image: url(https://business-explained.com/wp-content/uploads/2025/10/ARROW.svg);
   background-size: cover;
}

.timer-lc .hurrytimer-timer-block:first-child {
   margin: 0px !important;
}

.timer-lc .hurrytimer-timer-digit,
.timer-lc .hurrytimer-timer-sep {
   color: #C2102B;
   display: flex;
   font-size: 17px;
   line-height: 1;
   align-items: center;
   justify-content: center;
}

.page-all-products-special #we-are-in-this-together .hurrytimer-cdt {
   display: block !important;
   align-items: center;
   filter: brightness(0) invert(1);
   scale: 1.5;
}

.be-price-wrap {
   order: 3;
}

.price-increase {
   display: flex;
   align-items: center;
   border-radius: 8px;
   border: 1.2px solid #D9D9D9;
   background: #F2F2F2;
   height: 39px;
   padding: 0px 12px;
}

.price-increase img {
   width: 18px;
   animation: ring 2s .7s ease-in-out infinite;
   height: 18px;
}

.price-increase br {
   display: none !important;
}

span.offer-end {
   color: #5D5D5D;
   font-weight: 600;
   margin-left: 5px;
   font-size: 14px;
}

.be-price-wrap {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 30px;
   margin-top: 0px;
}

.be-price-wrap p.price {
   margin-bottom: 0px;
}

.radio-btn-product.aps-selector-outer .price-increase {
   justify-content: center;
   background: transparent;
   border: none;
   height: auto;
   padding-top: 10px;
}

.single-product:not(.bundles-and-packs) .hurrytimer-cdt {
   padding: 0px;
   margin-bottom: 4px;
}

.third-p {
   color: #D91212;
   font-weight: 600;
}

.shop-now-div {
   display: flex;
   align-items: center;
   border-radius: 14px;
   background: #000;
   padding: 0px 15px;
   height: 28px;
   margin-left: 10px;
}

.shop-now-div b {
   color: white !important;
   font-weight: 700;
   font-size: 15px;
}

.shop-now-div .hurrytimer-cdt {
   background: transparent !important;
   padding: 0px !important;
   border: none !important;
   border-radius: 0px !important;
   margin-left: 6px !important;
   margin-right: 0px !important;
}

.shop-now-div .hurrytimer-timer-digit,
.shop-now-div .hurrytimer-cdt__label,
.shop-now-div .hurrytimer-timer-sep {
   color: #FFD900 !important;
   font-size: 15px !important;
}

.product-grid-item.product-type-variable span.woocommerce-Price-amount:not(.product-type-variable span.woocommerce-Price-amount:first-child) {
   display: none;
}

.product-grid-item.product-type-variable bdi {
   background: white;
   margin-left: -8px;
}

.last-call-audio {
   position: relative;
   max-width: 810px;
   margin: auto;
   border-radius: 8px;
   border: 2px dashed #BADEFF;
   background: #F5FAFF;
   padding: 16px 22px;
   margin-bottom: 25px;
}

p.add-on-p {
   border-radius: 20px;
   background: #BADEFF;
   position: absolute;
   padding: 5px 11px;
   line-height: 1;
   color: #466691;
   font-size: 9px;
   font-weight: 700;
   left: 50%;
   transform: translatex(-50%);
   top: -10px;
   margin-bottom: 0px;
}

.last-call-audio-inner {
   display: flex;
   align-items: center;
   gap: 20px;
}

.last-call-audio-image {
   width: 170px;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 8px;
   position: relative;
   min-width: 170px;
   min-height: 60px;
}

p.new-banner-p {
   position: absolute;
   margin-bottom: 0px;
   display: flex;
   width: 33px;
   height: 33px;
   justify-content: center;
   top: -5px;
   left: -10px;
   z-index: 99;
   border-radius: 100%;
   background: radial-gradient(50.02% 50.02% at 50% 50%, #07F 57.07%, #08F 100%);
   box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   color: white;
   align-items: center;
   transform: rotate(-20deg);
}

.last-call-audio-image p:not(p.new-banner-p) {
   margin-bottom: 0px;
   height: 100%;
   width: 100%;
}

.last-call-audio-inner video#bg-video-first {
   border-radius: 8px;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.last-call-audio-text {
   display: flex;
   align-items: flex-start;
   flex-direction: column;
}

.last-call-audio .headline-l-c {
   margin-bottom: 0px;
}

.last-call-audio .headline-l-c h2 {
   font-family: "Inter Tight", sans-serif !important;
   font-size: 18px;
   color: black;
   font-weight: 700;
   line-height: 1;
   margin-bottom: 12px;
}

.last-call-audio p.under-h-l-c {
   color: #4A4A4A;
   font-size: 12px;
   display: flex;
   align-items: center;
   gap: 5px;
   margin-bottom: 0px;
}

p.buton-wrap-audio {
   margin-bottom: 0px;
}

p.buton-wrap-audio a {
   border-radius: 5px;
   background: rgb(0, 102, 255);
   color: white;
   font-size: 14px;
   font-weight: 700;
   display: flex;
   align-items: center;
   height: 40px;
   padding: 0px 16px;
   gap: 4px;
}

span.crs-audio-price {
   color: rgba(255, 255, 255, 0.72);
   font-weight: 400;
   text-decoration: line-through;
}

.last-call-audio p.under-h-l-c img {
   width: 15px;
   margin-top: -3px;
}

div#we-are-in-this-together .hurrytimer-cdt {
   filter: brightness(0) invert(1);
   transform: scale(1.5);
   justify-content: center !important;
}

div#we-are-in-this-together .hurrytimer-timer-digit.hurrytimer-cdt__time {
   margin-right: 0px;
}

/* BLACK FRIDAY */

.ult-bundle-header {
   background: radial-gradient(ellipse at 50% 100%, #323232, #111111, #0D0D0D) !IMPORTANT;
}

.page-all-products-special-sb .ult-bundle-header {
   background: radial-gradient(ellipse at 50% 100%, #323232, #111111, #0D0D0D) !IMPORTANT;
}

p.shop-now,
.shop-now-div {
   background: #D40611 !IMPORTANT;
}

.ult-bundle-header .hurrytimer-timer-digit,
.ult-bundle-header .hurrytimer-timer-sep,
.ult-bundle-header .hurrytimer-timer-label {
   color: #fcfe06 !IMPORTANT;
}

.ult-bundle-header .hurrytimer-cdt {
   border-radius: 5px !IMPORTANT;
   border: 1px solid rgba(255, 255, 255, 0.30) !IMPORTANT;
   background: rgba(255, 255, 255, 0.15) !IMPORTANT;
}

.shop-now-div .hurrytimer-cdt {
   border: none !important;
   background: transparent !important;
}

.page-all-products-special-sb form.cart button#wd-add-to-cart {
   background: black !important;
   border-radius: 35px !important;
}

span.lrd {
   width: 100%;
   height: 100%;
   z-index: 20;
   background: #000000;
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
}

span.lrd-in {
   opacity: 1;
   transition: opacity .25s ease;
   animation: wd-rotate 450ms infinite linear;
   display: inline-block;
   width: 18px;
   height: 18px;
   border: 1px solid rgba(0, 0, 0, 0);
   border-left-color: currentColor;
   border-radius: 100%;
}

.page-all-products-special-sb form.cart button#wd-add-to-cart {
   overflow: hidden;
}

.clicked-once span.lrd {
   opacity: 1 !important
}

.bundles-and-packs .entry-summary span.normal-p br {
   display: block !important;
}

@keyframes blinkPulse {
   0% {
      opacity: 1;
   }

   /* Blink 1 */
   12% {
      opacity: 0;
   }

   22% {
      opacity: 1;
   }

   /* Blink 2 */
   42% {
      opacity: 0;
   }

   52% {
      opacity: 1;
   }

   /* Blink 3 */
   72% {
      opacity: 0;
   }

   82% {
      opacity: 1;
   }

   /* Pause segment */
   90% {
      opacity: 1;
   }

   100% {
      opacity: 1;
   }
}

.ult-bundle-header .hurrytimer-cdt {
   opacity: 1;
   animation: blinkPulse 4.5s ease-in-out 3 forwards;
   animation-delay: 2.5s;
}

.aps-desc-p span.weighted-p {
   font-weight: 700 !important;
}

span.offer-end {
   margin-right: 5px;
}

.price-increase .hurrytimer-timer-block {
   margin-left: 0px !important;
}

.headline-l-c {
   flex-direction: column-reverse;
   align-items: flex-start;
}

.woocommerce-order-received .woocommerce-order {
   display: flex !important;
}

.prefooter-40 .prefooter-bundle-text-column p.short-desc-p {
   display: block !important;
}

p.short-desc-p {
   display: block !important;
}

.toc-inner span {
   display: inline-block;
   margin-top: 15px;
   font-weight: 600;
   font-size: 17px;
}

span.de-below {
   margin-top: 30px;
   display: block;
}

p.btn-p a {
   color: #6f19d9;
   height: 65px;
   width: 320px;
   display: flex;
   justify-content: center;
   align-items: center;
   background: white;
   border-radius: 50px;
   font-weight: bold;
   font-size: 23px !important;
   margin-top: 15px;
}

.page-id-10979 .ty-div img,
.page-id-11160 .ty-div img {
   filter: brightness(0) invert(1);
   margin: 0px 0px 30px;
   max-width: 170px;
}

.page-id-10979 .ty-div h5,
.page-id-11160 {
   font-size: 25px;
}

.page-id-10979 .ty-div h5,
.page-id-10979 .ty-div p,
.page-id-11160 .ty-div h5,
.page-id-11160 .ty-div p {
   color: white !important;
   text-align: center;
}

.page-id-10979 p.btn-p,
.page-id-11160 p.btn-p {
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
}

.page-id-10979 p.btn-p a {
   color: #fff;
   height: 80px;
   width: 350px;
   background: #D40611;
}

.page-id-10979 p.btn-p span {
   font-size: 14px;
   margin-top: 10px;
}

.page-id-10979 p.btn-p img,
.page-id-11160 p.btn-p img {
   margin-bottom: 0px !important;
   filter: none !important;
   width: 25px !important;
}

.page-id-11160 h5 {
   display: flex;
   flex-direction: row;
}

.page-id-11160 h5 img {
   filter: none !important;
   width: 50px;
   margin-left: 10px !important;
   margin-bottom: 0px !important;
}

.page-id-10979 .whb-main-header,
.page-id-11160 .whb-main-header {
   display: none;
}

.page-id-10979 .ty-div b {
   font-size: 25px;
   font-weight: 700;
}

.page-decision-models-explained span.gradient {
   background: #1bcce8;
}

.page-decision-models-explained span.colord {
   color: #1bcce8;
}

.page-digital-transformation-explained span.gradient {
   background: #e47711;
}

.page-digital-transformation-explained span.colord {
   color: #e47711;
}

.page-decision-models-explained .gallery-row,
.page-management-control-systems-explained .gallery-row {
   padding-top: 90px !important;
}

.page-management-control-systems-explained span.gradient {
   background: #91e87b;
}

.page-management-control-systems-explained span.colord {
   color: #91e87b;
}

.page-business-analytics-explained span.gradient {
   background: #419cad;
}

.page-business-analytics-explained span.colord {
   color: #419cad;
}

.woocommerce-page footer.wd-footer.footer-container {
    margin-top: 50px;
}

.page-business-analytics-explained .variations_form.cart.swatch-single-ebook-purchase .variable-price-forty,
.page-digital-transformation-explained .variations_form.cart.swatch-single-ebook-purchase .variable-price-forty,
.page-decision-models-explained .variations_form.cart.swatch-single-ebook-purchase .variable-price-forty,
.page-management-control-systems-explained .variations_form.cart.swatch-single-ebook-purchase .variable-price-forty {
   display: block !important;
}

.page-business-analytics-explained .variations_form.cart.swatch-single-ebook-purchase span.variable-price-one,
.page-digital-transformation-explained .variations_form.cart.swatch-single-ebook-purchase span.variable-price-one,
.page-decision-models-explained .variations_form.cart.swatch-single-ebook-purchase span.variable-price-one,
.page-management-control-systems-explained .variations_form.cart.swatch-single-ebook-purchase span.variable-price-one {
   display: none !important;
}


/*========================================= *DESKTOP* =========================================*/
@media (min-width: 1025px) {
   .cart-widget-side {
      width: 650px !important;
      max-width: 50vw !important;
   }

   .page-ultimate-kpi-mastery-toolkit .included-col {
      margin: 0% 1% 3%;
      width: 30%;
   }

   .woocommerce-order-received .site-content {
      max-width: none !important;
   }

   .woocommerce-checkout .site-content {
      max-width: 810px !important;
   }

   .status-box {
      margin-top: 15px !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
   }

   .status-box::after {
      content: '';
      background-size: cover;
      background-image: url(https://business-explained.com/wp-content/uploads/2024/04/Powered-by-Stripe-blurple.svg);
      width: 159px;
      height: 36px;
      margin-top: 15px;
   }

   ul.wc_payment_methods.payment_methods.methods {
      padding: 25px 34px 22px !important;
      width: 100% !important;
      margin: 10px auto 16px !important;
   }

   .status-box p {
      font-size: 14px !important;
   }

   .payment-secure-checkout {
      display: none;
   }

   ul.wc_payment_methods.payment_methods.methods {
      background: white;
      padding: 50px 60px;
      border-radius: 20px;
   }

   .woocommerce-terms-and-conditions-wrapper p:last-child {
      font-size: 14.5px !important;
   }

   li.products-cat-sub a {
      border: none !important;
      padding: 0 !important;
      height: 35px !important;
   }

   .products-category-desription-after-grid li {
      margin-left: 25px;
   }



   .woocommerce-checkout .title-size-small {
      margin-block: 0px 28px !important;
   }

   .wd-builder-off .woocommerce-additional-fields {
      margin-bottom: 10px;
   }

   .whb-general-header-inner [class*="wd-header-search-form"] {
      padding-inline: 0px;
   }

   html .whb-general-header-inner .searchform input[type="text"] {
      height: 45px !important;
      border: none;
   }

   html .whb-general-header-inner .searchform input[type="text"]::placeholder {
      opacity: 0;
   }

   .whb-general-header-inner form.searchform:hover input[type="text"]::placeholder {
      opacity: 1;
   }

   .whb-general-header-inner form.searchform:hover input[type="text"],
   html .whb-general-header-inner .searchform input[type="text"]:focus,
   html .whb-general-header-inner .searchform input[type="text"]:focus-within,
   html .whb-general-header-inner .searchform input[type="text"]:visited,
   html .whb-general-header-inner .searchform input[type="text"]:active,
   html .whb-general-header-inner .searchform input[type="text"]:target {
      border: 1.5px solid #E2E2E2;
   }

   .container {
      max-width: none;
      width: 93%;
   }

   .new-container {
      width: 93%;
      margin-left: auto;
      margin-right: auto;
      padding: 0px 15px;
   }

   .description-row-inner {
      width: 93%;
      margin: auto;
      padding: 0px 15px;
   }

   .description-row-inner .imagecarousel {
      margin-top: 35px;
   }

   .prefooter-outer-row .hurry-timer-div {
      margin-right: 10px;
   }

   .who-for-outer {
      width: 93%;
      padding: 75px 15px;
   }

   .product-images {
      flex: 0 0 60%;
      max-width: 60%;
   }

   .entry-summary {
      flex: 0 0 40%;
      max-width: 40%;
   }

   .product-images-inner {
      margin-right: 25px;
   }

   .imagecarousel img.image-one,
   .imagecarousel img.image-two {
      width: 121px;
   }

   .imagecarousel img.image-three {
      width: 148px;
   }

   .imagecarousel img.image-four {
      width: 178px;
   }

   .imagecarousel img.image-five {
      width: 74px;
   }

   .imagecarousel img.image-six {
      width: 103px;
   }

   .choose-wisely-inner {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
   }

   .product-image-carousel .image-carousel-col:first-child {
      padding-left: 0px;
   }

   .product-image-carousel .image-carousel-col:nth-child(5) {
      padding-right: 0px;
      border: none;
   }

   .wd-sticky-btn-info {
      width: 55%;
      flex: none !important;
   }

   .wd-sticky-btn-cart form.cart {
      margin-bottom: 0px !important;
   }

   .wd-sticky-btn .wd-sticky-btn-cart>.wd-buy-now-btn,
   .wd-sticky-btn .wd-sticky-btn-cart button#wd-add-to-cart {
      min-width: 300px;
      margin-bottom: 0px;
   }

   .wd-sticky-btn .wd-entities-title {
      font-size: 18px !important;
   }

   .wd-sticky-btn-thumbnail img {
      min-width: 95px !important;
      max-width: 95px !important;
      border-radius: 9px !important;
   }

   .as-seen-in-outer .imagecarousel {
      width: 90%;
   }

   .woocommerce-cart .woocommerce-notices-wrapper {
      position: absolute;
      top: 0;
      width: 100%;
      display: none !important;
   }

   .woocommerce-cart .title-size-small {
      margin-block: 0px 0px !important;
   }

   .woocommerce-cart tr.wd-cart-action-row {
      position: absolute;
      top: 80px;
      right: 0;
      max-width: calc(33.333333% - 15px);
      display: flex !important;
      width: 100%;
   }

   .woocommerce-cart .cart-content-wrapper {
      padding-top: 80px;
   }

   .form-with-cs .bundle-cta-body img {
      max-width: 160px;
   }

   .form-with-cs .bundle-text {
      max-width: 310px;
   }

   .form-with-cs a.get-now-buton {
      font-size: 19px;
   }

   .form-with-cs p.get-now-text {
      min-width: 210px;
   }

   .form-with-cs .bundle-text a {
      font-size: 21px;
      margin-bottom: 10px;
      display: block;
   }

   .form-with-cs .bundle-text p:not(.bundle-price) {
      font-size: 17px;
      margin-bottom: 20px;
   }

   .form-with-cs p.bundle-price {
      font-size: 27px;
   }

   .form-with-cs span.original-price {
      font-size: 21px;
   }

   .checklists-and-sheets .who-for-inner-scnd {
      justify-content: center;
   }

   .heading-block p {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
   }

   .product-element-top img {
      min-height: 305px;
      object-fit: cover;
   }

   .who-for-inner-col {
      width: 33%;
   }

   a.woocommerce-MyAccount-downloads-file.button.alt {
      width: 240px !important;
      padding: 10px 10px !important;
      height: 56px !important;
      font-size: 14px !important;
   }

   li.has-sub-menu a {
      position: relative;
   }

   li.has-sub-menu a span:after {
      width: 9px;
      height: 5px;
      background-size: cover;
      background-image: url(https://business-explained.com/wp-content/uploads/2023/11/Arrow-down-icon.png);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: 4px;
      content: "";
      order: 3;
      position: absolute;
      top: 50%;
      transform: translatey(-50%);
   }

   .prefooter-pm-row .prefooter-bundle-gradient-column {
      border-radius: 0 20px 20px 0;
   }

   .prefooter-pm-row .prefooter-bundle-text-column {
      border-radius: 20px 0 0 20px;
   }

   .prefooter-pm-row {
      flex-direction: row-reverse;
   }

   @media only screen and (min-width: 1700px) {

      .hurrytimer-timer-digit,
      .hurrytimer-headline,
      .hurrytimer-timer-label,
      .refund-checkout p {
         FONT-SIZE: 17px !important;
      }

      .form-with-cs .bundle-text {
         max-width: none;
         width: 50%;
      }

      .faq-outer h4,
      .faq-outer h2 {
         color: #420FD1;
         font-size: 23px;
      }
   }

   @media only screen and (min-width: 1026px) and (max-width: 1700px) {
      .product-images {
         flex: 0 0 55%;
         max-width: 55%;
      }

      .area-sidebar-shop {
         flex: 0 0 18.666667%;
         max-width: 18.666667%;
      }

      .content-with-products {
         flex: 0 0 81.333333%;
         max-width: 81.333333%;
      }

      .prefooter-outer-row .hurrytimer-headline,
      .prefooter-outer-row .hurrytimer-cdt__time,
      .prefooter-outer-row .hurrytimer-cdt__label,
      p.all-ebooks {
         font-size: 17px !important;
      }

      .header-row-inner {
         max-width: 1500px;
         width: 90%;
         padding: 75px 15px 115px;
      }

      .contact-header-row .header-row-inner {
         padding: 75px 15px 75px;
      }

      .contact-inner-split p {
         display: flex;
         justify-content: space-between;
      }

      .contact-inner-split label {
         width: 48%;
      }

      .product-element-bottom .wd-entities-title a {
         font-size: 24px;
      }

      .product-element-bottom {
         padding: 25px !important;
      }

      .custom-product h3 {
         font-size: 23px;
      }

      .product-element-bottom {
         padding: 25px !important;
      }

      .text-holder {
         padding: 20px;
      }

      .sidebar-container {
         padding: 25px 15px;
      }

      .sidebar-container li>a,
      .sidebar-container span.wd-swatch-text,
      span.count,
      .widget_product_categories .count {
         font-size: 15px !important;
      }

      .sidebar-container span.widget-title {
         font-size: 20px;
      }

      .team-header-image {
         max-width: 60%;
         bottom: 40px;
      }

      .contact-header-row .team-header-image {
         max-width: 550px;
      }

      .about-us-header img.team-header-image {
         max-width: 700px;
      }

      .contact-form-full {
         margin-top: -40px;
      }

      .header-row-inner p {
         color: white;
         font-size: 18px;
      }

      .header-row-outer h1 {
         font-size: 80px;
      }

      .entry-summary {
         flex: 0 0 45%;
         max-width: 45%;
      }

      .product_title {
         font-size: 30px;
      }

      .price ins,
      .price ins span,
      .price .amount {
         font-size: 30px;
      }

      .price del,
      .price del span {
         font-size: 20px;
      }

      h2 {
         font-size: 30px;
         display: flex;
         justify-content: center;
         align-items: center;
      }

      h2>img {
         width: 30px;
      }

      p,
      .summary-inner li,
      .description-row p,
      .toc-outer li,
      p.all-ebooks,
      .refund-checkout p,
      p.short-desc-p,
      .faq-outer li {
         font-size: 15.5px;
      }

      .description-row p {
         max-width: 1225px;
      }

      .prefooter-bundle-text-column h3>a {
         font-size: 30px;
      }

      .bundle-cta-body img {
         max-width: 100px;
      }

      .bundle-text p:not(.bundle-price) {
         font-size: 13.5px;
      }

      a.get-now-buton {
         font-size: 16px;
         padding: 12px 32px;
      }

      .bundle-text a {
         font-size: 17px;
      }

      .prefooter-bundle-text-column {
         padding: 40px 25px 0px 25px;
      }

      .main-footer li>a {
         font-size: 16px;
      }

      span.widget-title {
         font-size: 14.5px;
      }

      .choose-wisely-inner h5 {
         font-size: 30px;
      }

      .choose-wisely-inner p {
         font-size: 15.5px;
      }

      p.width-emoji img {
         width: 24px;
      }

      .choose-wisely-inner .wpb_single_image img {
         height: 12vw;
      }

      .right-choice-col .wpb_single_image img {
         height: 22vw;
      }

      .right-choice-col h5 {
         font-size: 33px;
      }

      .right-choice-col p {
         font-size: 18px;
      }

      .right-choice-col p.width-emoji img {
         width: 27px;
      }

      .icon-text-inner img {
         width: 25px;
         margin-right: 15px;
      }

      .icon-text-inner p {
         font-size: 17px;
      }

      p.icon-text-inner-p.icon-text-inner-p-smaller {
         font-size: 15px;
      }

      .icon-text-outer {
         padding: 30px;
      }

      .knowledge-team-inner h3 {
         font-size: 22px;
      }

      .rotating-gallery-item p {
         font-size: 15px;
         margin-left: 10px;
      }

      .rotating-gallery-item img {
         width: 20px;
      }

      .who-for-icon-inner h5 {
         font-size: 21px;
      }

      .img-with-bg {
         height: 90px;
         width: 90px;
      }

      .who-for-icon-outer p {
         padding: 25px 25px;
         margin-top: -25px;
      }

      nav[class*="-pagination"] li .page-numbers {
         font-size: 24px;
         min-width: 44px;
         height: 44px;
      }

      .aps-cta-image-outer .aps-container h2 {
         font-size: 38px !important;
      }

      .finals-cta img.aps-image-cta {
         min-width: 425px;
      }

      .cheker-inner-col p {
         font-size: 18px;
         line-height: 1.3;
      }

      .cheker-inner-col img {
         width: 23px;
         margin-right: 25px;
         margin-left: 5px;
      }

      p.r-f-p {
         padding-right: 10px;
         margin-right: 10px;
      }

      .aps-cta-btn p {
         font-size: 13px;
      }

      p.title-pack {
         font-size: 59.5px;
      }

      .e-y-g-inner-col p:not(p.title-pack) {
         font-size: 17px;
      }

      img.reviewer {
         width: 60px;
         margin-right: 10px;
      }

      .ss-inner-column {
         padding: 20px;
      }

      p.reviewer-name img {
         width: 65px;
      }

      p.reviewer-name {
         font-size: 18px;
      }

      p.name-and-position {
         font-size: 18px;
      }

      span.position {
         font-size: 11px;
      }

      p.verified img {
         width: 12px;
      }

      p.verified {
         font-size: 11px;
      }

      .three-box-inner-col p {
         font-size: 23px;
      }

      .right-wrong-col .aps-cta-btn p {
         font-size: 11px;
      }
   }

   @media only screen and (min-width: 1400px) and (max-width: 1700px) {
      .team-header-image {
         max-width: 800px;
         bottom: 52px;
      }

      .about-us-header .team-header-image {
         bottom: 42px;
      }

      .contact-header-row .team-header-image {
         bottom: 42px;
      }

      p.short-desc-p {
         font-size: 14px;
      }
   }

   @media only screen and (min-width: 1026px) and (max-width: 1300px) {
      .container {
         width: 95%;
      }

      .choose-wisely-inner {
         max-width: 95%;
      }

      .wd-logo img {
         max-width: 130px !important;
      }

      .wd-nav.wd-gap-l {
         --nav-gap: 20px;
      }

      .wd-header-main-nav {
         padding-left: 31px !important;
      }

      .site-logo {
         padding-right: 30px !important;
      }

      .wd-header-nav span.nav-link-text {
         font-size: 15px;
      }

      h1.product_title,
      h2 {
         font-size: 26px;
      }

      .product-images-inner {
         margin-right: 0px;
      }

      .price ins,
      .price ins span,
      .price .amount {
         font-size: 26px;
      }

      .price del,
      .price del span {
         font-size: 18px;
      }

      .summary-inner li,
      .description-row p,
      .toc-outer li,
      p.all-ebooks,
      .refund-checkout p {
         font-size: 14.5px;
      }

      button.single_add_to_cart_button {
         font-size: 16px;
         height: 48px;
      }

      .bundle-cta-outer h5 {
         font-size: 18.5px;
      }

      .bundle-cta-title,
      .bundle-cta-body {
         padding: 20px 20px;
      }

      .bundle-cta-body img {
         max-width: 90px;
      }

      .bundle-text a {
         font-size: 16px;
      }

      .bundle-text p:not(.bundle-price) {
         font-size: 12.5px;
         line-height: 1.2;
      }

      a.get-now-buton {
         font-size: 15px;
         padding: 11px 24px;
      }

      .imagecarousel {
         padding: 25px 20px;
      }

      .toc-inner {
         width: 75%;
      }

      #wd-6532c720ef65e .counter-value {
         font-size: 80px;
      }

      .prefooter-bundle-text-column h3>a {
         font-size: 26px;
      }

      p.price-under-heading {
         font-size: 30px;
      }

      p.price-under-heading span.original-price {
         font-size: 20px;
      }

      .image-carousel-col {
         padding-right: 20px;
         padding-left: 20px;
      }

      .prefooter-bundle-gradient-column img {
         max-width: 400px;
      }
   }

   @media only screen and (min-width: 1026px) and (max-width: 1400px) {

      .custom-product h3,
      .product-element-bottom .wd-entities-title a {
         font-size: 19px;
      }

      .header-row-inner p {
         font-size: 16px;
      }

      .team-header-image {
         max-width: 640px;
         bottom: 48px;
      }

      p.short-desc-p {
         font-size: 14px;
      }

      .contact-header-row .team-header-image {
         max-width: 570px;
      }

      .contact-form-full {
         margin-top: -48px;
      }

      .image-carousel-col p:not(p.image-carousel) {
         font-size: 14.5px;
      }

      p.custom-price,
      .product-grid-item .price ins,
      .product-grid-item .price ins span {
         font-size: 24px;
      }

      span.orig-price,
      .product-grid-item .price del,
      .product-grid-item .price del span {
         font-size: 22px;
      }

      .sidebar-container li>a,
      .sidebar-container span.wd-swatch-text,
      span.count,
      .widget_product_categories .count {
         font-size: 13.5px !important;
      }

      .sidebar-container {
         padding: 15px 10px;
      }

      .contact-cta-text h3 {
         font-size: 38px;
      }
   }

   @media only screen and (max-width: 1275px) {
      .product-element-top img {
         min-height: 0px;
         object-fit: cover;
      }

      .custom-product h3,
      .product-element-bottom .wd-entities-title a {
         font-size: 17px;
      }

      .price del,
      .price del span,
      .price del bdi,
      .single .price del span {
         color: #A8A8A8 !important;
         font-size: 20px !important;
      }

      .team-header-image {
         max-width: 600px;
         bottom: 50px;
      }

      .about-us-header img.team-header-image {
         bottom: 45px;
      }

      .fun-year-inner {
         width: 85%;
      }

      .counter-col p.gradiented {
         font-size: 25px;
      }

      .contact-header-row .header-row-outer h1 {
         font-size: 62px;
      }

      .contact-form-full {
         padding: 3rem 6rem;
      }

      .cart-content-wrapper {
         width: 93%;
      }

      .woocommerce>.cart-totals-section {
         flex: 0 0 calc(32.666667% - 15px);
         max-width: calc(32.666667% - 15px);
      }

      .wd-coupon-form .input-text,
      .wd-coupon-form input[type='text']::placeholder {
         font-size: 13px;
      }

      .coupon.wd-coupon-form button {
         background: #7C7C7C !important;
         height: 49px;
         font-size: 14px !important;
      }

      .form-with-cs .bundle-cta-body img {
         max-width: 135px;
      }

      .form-with-cs p.get-now-text {
         min-width: 150px;
      }
   }

   .prefooter-ebooks-bundle-row {
      margin-top: 35px !important;
   }

   .prefooter-ebooks-bundle-row .prefooter-bundle-text-column {
      border-radius: 0px 20px 20px 0px !important;
   }

   .prefooter-ebooks-bundle-row .prefooter-bundle-gradient-column {
      border-radius: 20px 0px 0px 20px !important;
   }

   .woocommerce-order .prefooter-ebooks-bundle-row {
      margin-top: 45px !important;
   }

   .woocommerce-order .prefooter-outer-row {
      padding-top: 15px;
   }

   .woocommerce-order .prefooter-bundle-text-column h3>a {
      font-size: 30px;
   }

   .woocommerce-checkout .site-content {
      padding: 0px !important;
   }

   .ult-bundle-header img {
      width: 25px;
      margin-right: 5px;
   }

   .ult-bundle-header {
      flex-direction: row;
   }

   .ult-bundle-header p {
      margin-bottom: 0px;
   }

   .ult-bundle-header p.shop-now {
      background: black;
      border-radius: 30px;
      color: #fff;
      padding: 6px 10px;
      font-weight: bold;
      margin-left: 10px;
   }

   .ult-bundle-header a.wrapper-a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
   }

   .ult-bundle-header:hover p.shop-now {
      background: linear-gradient(90deg, #420FD1, transparent) #9E23E1 !IMPORTANT;
      background-color: #E42FED !important;
   }

   .strategic-cross-sell .bundle-cta-body img {
      max-width: 165px;
   }

   .strategic-cross-sell .bundle-text {
      width: 55%;
      max-width: none;
   }

   .strategic-cross-sell .bundle-text a {
      font-size: 30px;
   }

   .bundle-text p:not(.bundle-price) {
      font-size: 21.5px;
      margin-bottom: 5px;
   }

   .strategic-cross-sell p.bundle-price {
      font-size: 30px;
      margin-bottom: 0px !important;
   }

   .strategic-cross-sell a.get-now-buton {
      font-size: 21px;
      padding: 12px 45px;
   }

   .rotating-gallery-item picture {
      min-width: 29px;
   }

   .woocommerce-order .prefooter-bundle-gradient-column img {
      min-width: 200px;
      max-width: 350px;
   }

   /*CMGS*/
   @media only screen and (min-width: 1050px) and (max-width: 1550px) {

      .images-left img,
      .images-right img {
         max-width: 225px;
      }

      .middle-div h1 {
         font-size: 50px;
      }

      .woosb-before-text.woosb-text {
         font-size: 24px;
      }

      p.r-f-p img {
         width: 14px;
         margin-right: 4px;
      }

      p.s-c-p img {
         margin-left: 4px;
         width: 46px;
      }
   }

   .desktop-invis {
      display: none !important;
   }

   .aps-cta-image-inner h2 {
      text-align: left;
   }

   .limited-prod .woosb-title-inner {
      min-width: 145px !important;
   }

   .woocommerce-checkout.woocommerce-order-received .site-content {
      max-width: 1200px !important;
   }

   .woocommerce-shop .prefooter-ultimate-bundle .prefooter-bundle-gradient-column img,
   .tax-product_cat .prefooter-ultimate-bundle .prefooter-bundle-gradient-column img {
      max-width: 370px;
   }

   .term-bundles-and-packs .prefooter-ebooks-bundle-row.disabled-row {
      margin-top: 105px !important;
   }

   .whb-general-header ul.wd-sub-menu a {
      background: transparent !important;
   }

   .aps-cta-image-outer.black-cta-aps h2 {
      justify-content: flex-start;
   }

   .checkout-order-review .payment_box {
      padding: 4px !important;
   }

   .aps-cta-image-outer.black-cta-aps h2 {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      font-size: 52px !important;
   }

   .original-price-scnd {
      margin-top: 3px;
      font-size: 25px !important;
   }

   .page-bundle-success-blueprints .good-fir-column {
      width: 24%;
      background: white;
   }

   li.products-nav .wd-dropdown {
      padding: 15px !important;
   }

   li.products-nav .wd-dropdown a {
      padding: 0px 10px;
      font-size: 14px;
      line-height: 1.2;
      justify-content: space-between;
      margin-bottom: 10px;
   }

   .page-customer-journey-from-curious-to-committed .description-row p,
   .page-kpi-mastery-measure-what-matters .description-row p {
      max-width: 930px;
      font-size: 18px;
   }

   .product-image-summary-inner.wd-grid-g {
      display: flex;
      margin-bottom: 30px;
   }

   .woocommerce-notices-wrapper li {
      display: flex;
      justify-content: space-between;
   }

   p.s-c-p {
      margin-bottom: 0px !important;
   }

   .ult-bundle-header p.shop-now {
      margin-bottom: 0px;
   }

   .aps-cta-image-outer .rot-ban-book .rotating-gallery-item {
      width: 120px;
   }

   .aps-cta-image-inner {
      padding-bottom: 25px;
   }

   .cta-homepage .prefooter-outer-row {
      padding-top: 0px;
   }

   .aps-cta-image-outer.finals-cta {
      padding: 100px 0px 75px;
   }

   .aps-cta-image-outer.black-cta-aps .aps-cta-btn a {
      margin-left: 0px;
   }

   .ult-bundle-header .hurrytimer-cdt {
      margin-bottom: 0px !important;
      margin-right: 10px;
      margin-left: 0px;
   }

   .ult-bundle-header p.shop-now {
      background: linear-gradient(90deg, #420fd1, transparent) #9e23e1;
      border-radius: 6px;
      color: #fff;
      padding: 4px 10px;
      font-weight: bold;
      margin-left: 10px;
      border-radius: 30px;
      background: #000;
      padding: 4px 25px;
      order: 3;
   }

   .ult-bundle-header strong {
      order: 2;
   }

   .page-decision-models-explained .woocommerce-product-details__short-description li {
      font-size: 15px !important;
   }

   @media only screen and (min-width: 1026px) and (max-width: 1700px) {
      .aps-selector-outer p.over-eightk img {
         width: 62px;
      }

      .aps-selector-outer p.over-eightk {
         font-size: 12px;
      }
   }

}

/*========================================= *TABLET* =========================================*/
@media (min-width: 768px) and (max-width: 1024px) {
   h2 {
      font-size: 32px;
      display: block;
      line-height: 1.2;
   }

   .prefooter-bf-bundle.prefooter-bundle-row .prefooter-bundle-gradient-column img {
      min-width: 40vw;
      max-width: 450px;
   }

   .ult-bundle-header img {
      max-width: 25px;
      margin-right: 5px;
   }

   .wd-header-html {
      width: 100%;
   }

   .ult-bundle-header p {
      width: 100%;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      color: white;
      margin-bottom: 2px;
   }

   p.shop-now {
      font-size: 15px !important;
      padding: 7px 30px 7px 30px;
      background: #DE1D59;
      border-radius: 6px;
      color: white;
      font-weight: bold;
      line-height: 1;
      display: block;
      width: fit-content;
      margin: auto !important;
      margin-top: 2px !important;
   }

   .product-image-summary .row {
      margin-top: 10px;
   }

   .product_title {
      font-size: 27px;
   }

   .price ins,
   .price ins span,
   .price .amount {
      font-size: 35px;
   }

   .price del,
   .price del span,
   .price del bdi,
   .single .price del span {
      font-size: 28px !important;
   }

   .col-12 {
      padding: 0px;
   }

   .single-product-page .summary-inner,
   .product-image-summary {
      max-width: 92%;
      margin: auto !important;
   }

   .imagecarousel {
      flex-wrap: wrap;
      padding: 10px 10px;
   }

   .image-carousel-col {
      width: 20%;
      padding-right: 5px;
      padding-left: 5px;
   }

   .image-carousel-col p:not(p.image-carousel) {
      font-size: 11px;
   }

   .imagecarousel img {
      max-height: 19px;
      width: auto;
   }

   .toc-inner {
      padding: 45px 75px;
   }

   .description-row-inner {
      max-width: 92%;
      margin: auto;
      padding: 0px 15px;
   }

   .product-sticky-on .summary-inner {
      margin-left: auto !important;
      margin-right: auto !important;
   }

   .prefooter-bundle-row {
      flex-direction: column;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
   }

   .prefooter-bundle-row .prefooter-single-col {
      width: 100%;
   }

   .prefooter-bundle-gradient-column img {
      position: relative;
      top: auto;
      transform: none;
      left: auto;
   }

   .prefooter-bundle-row .prefooter-bundle-text-column {
      border-radius: 0px 0px 20px 20px;
   }

   .prefooter-bundle-row .prefooter-bundle-gradient-column {
      border-radius: 20px 20px 0px 0px;
   }

   .whb-general-header .container {
      max-width: 95%;
   }

   .footer-widget {
      min-width: 48% !important;
      width: 48% !important;
      max-width: 48%;
      margin-bottom: 50px;
   }

   .footer-column {
      flex-wrap: wrap;
      max-width: 90%;
      margin: auto;
      justify-content: space-between;
   }

   div#text-3 {
      order: 2;
   }

   div#text-4 {
      order: 3;
   }

   div#text-3,
   div#text-4 {
      justify-content: center;
   }

   .header-row-inner {
      padding: 50px 15px 30px;
      flex-direction: column;
   }

   .team-header-image {
      position: relative;
      right: auto;
      max-width: 515px;
      bottom: auto;
      margin: auto;
   }

   .header-row-outer h1 {
      font-size: 65px;
      line-height: 1.1;
      margin-bottom: 30px;
   }

   .as-seen-in-outer {
      margin-top: -55px;
   }

   .custom-product {
      width: 48%;
      margin-bottom: 20px;
   }

   .best-products-inner {
      flex-wrap: wrap;
   }

   .text-holder,
   .product-element-bottom {
      padding: 15px;
      background: white;
   }

   .custom-product h3,
   .product-element-bottom .wd-entities-title a {
      font-size: 22px;
   }

   .cta-elevate .prefooter-sheets-outer {
      flex-direction: column;
   }

   .price del,
   .price del span,
   .price del bdi,
   .single .price del span {
      font-size: 24px !important;
   }

   .product-grid-item {
      margin-left: 2.5%;
      margin-right: 2.5%;
      flex: 0 0 42.333333%;
   }

   .products.elements-grid {
      justify-content: center;
   }

   .product-element-bottom .price ins,
   .product-element-bottom .price ins span,
   .product-element-bottom .price .amount {
      font-size: 32px;
   }

   nav[class*="-pagination"] li .page-numbers {
      font-size: 23px;
      font-weight: bold;
      min-width: 40px;
      height: 40px;
   }

   ul.page-numbers {
      margin-top: 20px;
   }

   .sidebar-container.wd-inited {
      border-radius: 0px;
   }

   .product-images {
      flex: 0 0 55%;
      max-width: 55%;
      padding-right: 30px;
      padding-left: 15px;
   }

   .entry-summary {
      flex: 0 0 45%;
      max-width: 45%;
   }

   .product-info-icons-inner {
      padding: 0px 15px;
   }

   .summary-inner li,
   p.short-desc-p {
      font-size: 16px;
   }

   .hurrytimer-timer-digit,
   .hurrytimer-timer-sep,
   .hurrytimer-timer-label,
   .hurrytimer-headline,
   span.hurry-up {
      font-size: 12.5px;
   }

   .hurrytimer-cdt__headline img {
      width: 15px;
      margin-right: 5px;
   }

   .refund-checkout p {
      font-size: 13px;
   }

   .description-row p {
      font-size: 16px;
   }

}

/*==================================== *MOBILE LANDSCAPE* ==================================== */
@media (min-width: 576px) and (max-width: 767px) {
   .woocommerce-terms-and-conditions-wrapper p:last-child {
      font-size: 14px !important;
   }

   h2 {
      font-size: 44px;
      display: block;
      line-height: 1.2;
   }

   p {
      font-size: 16px;
   }

   .prefooter-bf-bundle.prefooter-bundle-row .prefooter-bundle-gradient-column img {
      min-width: 40vw;
      max-width: 450px;
   }

   .ult-bundle-header img {
      max-width: 25px;
      margin-right: 5px;
   }

   .contact-cta {
      flex-direction: column;
   }

   .contact-cta-text,
   .contact-cta-image {
      width: 100%;
   }

   .wd-blog-holder {
      flex-direction: column;
      display: flex;
   }

   .wd-header-html {
      width: 100%;
   }

   .ult-bundle-header p {
      width: 100%;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      color: white;
      margin-bottom: 2px;
   }

   p.shop-now {
      font-size: 15px !important;
      padding: 7px 30px 7px 30px;
      background: #DE1D59;
      border-radius: 6px;
      color: white;
      font-weight: bold;
      line-height: 1;
      display: block;
      width: fit-content;
      margin: auto !important;
      margin-top: 2px !important;
   }

   .product-image-summary .row {
      margin-top: 10px;
   }

   .product_title {
      font-size: 40px;
   }

   .price ins,
   .price ins span,
   .price .amount {
      font-size: 45px;
   }

   .price del,
   .price del span,
   .price del bdi,
   .single .price del span {
      font-size: 28px !important;
   }

   .col-12 {
      padding: 0px;
   }

   .single-product-page .summary-inner,
   .product-image-summary,
   .product-images {
      max-width: 92%;
      margin: auto !important;
   }

   .imagecarousel {
      flex-wrap: wrap;
      padding: 10px 10px;
   }

   .image-carousel-col {
      width: 20%;
      padding-right: 5px;
      padding-left: 5px;
   }

   .image-carousel-col p:not(p.image-carousel) {
      font-size: 11px;
   }

   .imagecarousel img {
      max-height: 19px;
      width: auto;
   }

   .toc-inner {
      padding: 45px 75px;
   }

   .description-row-inner {
      max-width: 92%;
      margin: auto;
      padding: 0px 15px;
   }

   .product-sticky-on .summary-inner {
      margin-left: 15px !important;
      margin-right: auto !important;
      margin-top: 50px !important;
   }

   .prefooter-bundle-row {
      flex-direction: column;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
   }

   .prefooter-bundle-row .prefooter-single-col {
      width: 100%;
   }

   .prefooter-bundle-gradient-column img {
      position: relative;
      top: auto;
      transform: none;
      left: auto;
   }

   .prefooter-bundle-row .prefooter-bundle-text-column {
      border-radius: 0px 0px 20px 20px;
   }

   .prefooter-bundle-row .prefooter-bundle-gradient-column {
      border-radius: 20px 20px 0px 0px;
   }

   .whb-general-header .container {
      max-width: 95%;
   }

   .footer-widget {
      min-width: 48% !important;
      width: 48% !important;
      max-width: 48%;
      margin-bottom: 50px;
   }

   .footer-column {
      flex-wrap: wrap;
      max-width: 90%;
      margin: auto;
      justify-content: space-between;
   }

   div#text-3 {
      order: 2;
   }

   div#text-4 {
      order: 3;
   }

   div#text-3,
   div#text-4 {
      justify-content: center;
   }

   .header-row-inner {
      padding: 50px 15px 30px;
      flex-direction: column;
   }

   .team-header-image {
      position: relative;
      right: auto;
      max-width: 515px;
      bottom: auto;
      margin: auto;
   }

   .header-row-outer h1 {
      font-size: 65px;
      line-height: 1.1;
      margin-bottom: 30px;
   }

   .as-seen-in-outer {
      margin-top: -55px;
   }

   .custom-product {
      width: 48%;
      margin-bottom: 20px;
   }

   .best-products-inner {
      flex-wrap: wrap;
   }

   .text-holder,
   .product-element-bottom {
      padding: 15px;
      background: white;
   }

   .custom-product h4,
   .product-element-bottom .wd-entities-title a {
      font-size: 22px;
   }

   .cta-elevate .prefooter-sheets-outer {
      flex-direction: column;
   }

   .price del,
   .price del span,
   .price del bdi,
   .single .price del span {
      font-size: 24px !important;
   }

   .product-grid-item {
      margin-left: 2.5%;
      margin-right: 2.5%;
      flex: 0 0 42.333333%;
   }

   .products.elements-grid {
      justify-content: center;
   }

   .product-element-bottom .price ins,
   .product-element-bottom .price ins span,
   .product-element-bottom .price .amount {
      font-size: 32px;
   }

   nav[class*="-pagination"] li .page-numbers {
      font-size: 23px;
      font-weight: bold;
      min-width: 40px;
      height: 40px;
   }

   ul.page-numbers {
      margin-top: 20px;
   }

   .sidebar-container.wd-inited {
      border-radius: 0px;
   }

   .sidebar-container .widget:last-child {
      padding: 0px 30px;
   }

   .knowledge-team-outer .heading-block {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
   }

   .knowledge-team-inner {
      flex-direction: column;
   }

   .knowledge-team-inner .knowledge-team-inner-col {
      width: 100% !important;
      margin-bottom: 50px;
   }

   .bfb-outer {
      flex-direction: column;
      padding: 40px 30px 0px 40px;
   }

   .bfb-text {
      max-width: 100%;
      color: white;
   }

   .bfb-image-div {
      position: relative;
      right: auto;
      top: 40px;
   }

   .who-for-outer,
   .choose-wisely-outer {
      max-width: 90%;
      margin: auto;
   }

   .who-for-inner {
      flex-direction: column;
      max-width: 80%;
      margin: auto;
   }

   .who-for-icon-outer {
      margin-bottom: 20px;
   }

   .who-for-outer {
      padding-bottom: 0px;
   }

   .fun-year-inner {
      width: 90%;
   }

   .counter-col {
      width: 31%;
   }

   .counter-col p.gradiented {
      font-size: 19px;
   }

   .blog-post-loop {
      width: 100%;
      position: relative !important;
      top: auto !important;
      left: auto !important;
      bottom: auto !important;
      right: auto !important;
      margin: auto;
   }

   .wd-blog-holder {
      flex-direction: column;
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 0px;
      height: auto !important;
   }

   .blog-design-masonry.wd-add-shadow .article-body-container {
      background: white;
   }

   .contact-header-row .team-header-image {
      max-width: 475px;
   }

   .contact-form-full {
      margin-top: -75px;
      padding: 3rem 3rem;
   }

   .faq-outer {
      padding: 60px 40px 40px 40px;
   }

   .faq-outer h4 {
      font-size: 25px;
   }

}

/*========================================= *MOBILE*  =========================================*/
@media (max-width: 575px) {

   .wd-side-hidden {
      width: 100% !important;
   }


   tr.woocommerce-cart-form__cart-item.cart_item {
      border-bottom: none !important;
   }

   td.product-subtotal {
      display: none !important;
   }

   .woocommerce-cart .bundle-cta-body img {
      width: 100% !important;
      margin-bottom: 10px;
      border-radius: 8px !important;
      max-width: none !important;
   }

   ul.wc_payment_methods label>img {
      display: none;
   }

   .payment-secure-checkout {
      margin-bottom: 12px !important;
   }

   ul.wc_payment_methods label {
      font-size: 17px !important;
      width: 100%;
      display: inline-flex !important;
      justify-content: space-between;
      align-items: center;
   }

   ul.wc_payment_methods.payment_methods.methods {
      padding: 0px 20px 20px !important;
   }

   .status-box {
      margin-top: 13px !important;
   }

   .status-box p {
      font-size: 11.5px !important;
      font-weight: 400 !important;
      text-align: center;
   }

   .woocommerce-terms-and-conditions-wrapper p:last-child {
      font-size: 12px !important;
   }

   .sidebar-container li>a {
      font-weight: 400;
   }

   .sidebar-container span.wd-swatch-text {
      font-weight: 400;
   }

   .tax-product_cat .whb-header {
      margin-bottom: 0px;
   }

   .bfb-outer {
      margin-bottom: 50px;
   }

   .bfb-outer p.under-h3 {
      margin-top: 19px;
      margin-bottom: 19px;
   }

   .bfb-text h3 {
      line-height: 1.2 !important;
   }

   .knowledge-team-inner .knowledge-team-inner-col {
      padding-bottom: 0;
   }

   .bfb-outer {
      margin-top: 0;
   }

   .knowledge-team-outer .heading-block {
      margin-bottom: 30px;
   }

   .knowledge-team-inner {
      margin-top: 30px;
   }

   .wd-builder-off .woocommerce-additional-fields {
      margin-bottom: 25px;
   }

   .woocommerce-checkout .title-size-small {
      margin-block: 0px 20px !important;
   }

   .container {
      width: 95%;
   }

   li.products-nav a {
      border-radius: 0px;
      padding: 5px 20px;
   }

   html .mobile-nav .searchform input[type="text"] {
      border-radius: 0px;
      border: none;
   }

   p {
      font-size: 16px;
   }

   .wd-header-html {
      width: 100%;
      text-align: center;
   }

   a.wrapper-a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
   }

   a.wrapper-a.es-a-wrapper {
      display: none;
   }

   .header-banner-line p {
      font-size: 15px;
      margin-bottom: 0px !important;
      color: black;
      display: flex;
      align-items: center;
   }

   .ult-bundle-header img {
      width: 16px;
      filter: drop-shadow(0px 0px 2px #f77010);
   }

   .header-banner-line strong {
      margin-right: 0px;
   }

   p.shop-now {
      font-size: 15px !important;
      padding: 7px 30px;
      background: linear-gradient(90deg, #420fd1, transparent) #9e23e1;
      border-radius: 6px;
      color: #fff;
      line-height: 1.4;
      display: block;
      width: fit-content;
      margin: auto !important;
      margin-top: -4px !important;
      font-weight: bold;
      margin-bottom: 0px !important;
      border-radius: 30px;
      background: #000;
      padding: 4px 25px;
   }

   .ult-bundle-header p.shop-now {
      order: 3;
   }

   .ult-bundle-header {
      background: radial-gradient(232.86% 111.74% at 50.13% 100%, #FF566A 0.01%, #C5162B 75.04%, #A90B21 100%) !important;
      flex-direction: row;
      flex-wrap: wrap;
   }

   .ult-bundle-header .hurrytimer-cdt {
      margin-bottom: 0px !important;
   }

   .ult-bundle-header p.shop-now {
      order: 3;
   }

   .single-product .main-page-wrapper {
      margin-top: -25px;
   }

   .single-breadcrumbs-wrapper {
      display: none;
   }

   .product_title {
      font-size: 32px;
   }

   .summary-inner>.price {
      margin-bottom: 29px;
   }

   p.product-info-icon-desc {
      font-size: 12.5px;
   }

   .product-info-icons {
      margin-bottom: 25px;
      justify-content: space-between;
      max-width: 330px;
   }

   .summary-inner li {
      margin-bottom: 5px;
   }

   .woocommerce-product-details__short-description {
      margin-bottom: 20px;
   }

   button.single_add_to_cart_button {
      font-size: 17px;
      height: 50px;
   }

   a.get-now-btn {
      font-size: 16px !important;
      padding: 14px 0px;
   }

   .or-div {
      padding: 11px 0;
   }

   .refund-checkout p {
      font-size: 12px;
   }

   .refund-checkout img {
      width: 17px;
      margin-right: 2px;
   }

   .refund-checkout {
      padding-bottom: 0px;
   }

   .single-bundle-cross-sell {
      margin-top: 25px;
   }

   .single-bundle-cross-sell-new {
      margin-top: 0px;
   }

   .bundle-cta-title,
   .bundle-cta-body {
      padding: 15px 20px;
   }

   .bundle-cta-title,
   .bundle-cta-outer,
   .woosb-before-text.woosb-text,
   .knowledge-team-inner .wpb_column,
   .choose-wisely-inner .wpb_column {
      border-radius: 12px;
   }

   .bundle-cta-outer {
      outline-offset: -1.5px;
   }

   .bundle-cta-body {
      flex-wrap: wrap;
   }

   .bundle-cta-body p {
      width: 100%;
   }

   .bundle-cta-title img {
      width: 23px;
   }

   .bundle-cta-outer h5 {
      margin-left: 5px;
      font-size: 13.5px;
   }

   .bundle-cta-body img {
      width: 40%;
   }

   .bundle-text {
      width: 100%;
   }

   .bundle-text a {
      font-size: 16px;
   }

   .bundle-text p:not(.bundle-price) {
      font-size: 13px;
      line-height: 1.2;
   }

   p.bundle-price {
      margin-top: 5px;
   }

   a.get-now-buton {
      width: 100%;
      text-align: center;
      margin-top: 10px;
   }

   .hurrytimer-cdt__headline img {
      width: 15px;
      margin-right: 5px;
   }

   .hurrytimer-timer-digit,
   .hurrytimer-timer-sep,
   .hurrytimer-timer-label,
   .hurrytimer-headline,
   span.hurry-up {
      font-size: 15px !important;
   }

   .hurrytimer-timer {
      flex-wrap: nowrap;
   }

   .summary-inner .product_meta {
      margin-bottom: 10px;
   }

   .description-row {
      padding-top: 50px;
   }

   h2 {
      font-size: 30px;
      line-height: 1.2;
      display: block;
      margin-bottom: 20px;
   }

   .prefooter-outer-row h2 {
      max-width: 320px;
      margin: auto;
      margin-bottom: 10px !important;
   }

   h2>img,
   .prefooter-outer-row h2 img {
      width: 35px;
   }

   .woocommerce-Tabs-panel h2 {
      margin-bottom: 30px;
   }

   .imagecarousel {
      width: calc(100% - 0px);
      margin: auto;
      min-width: 0px;
      padding: 30px 20px 0px 20px;
      flex-direction: column;
      flex-wrap: nowrap;
   }

   .image-carousel-col {
      width: 100%;
      margin: 0px;
      padding-right: 0%;
      padding-left: 0%;
      border-right: none;
      border-bottom: 1px solid #E7E7E7;
      padding-top: 30px;
      padding-bottom: 30px;
   }

   .imagecarousel img {
      width: 100%;
      margin-bottom: 7px;
      height: 36px;
   }

   .image-carousel-col p:not(p.image-carousel) {
      max-width: 270px;
      margin: auto;
   }

   .image-carousel-col:nth-child(5) {
      border: none;
   }

   .image-carousel-col:first-child {
      padding-top: 0px;
   }

   .toc-inner {
      padding: 30px 30px;
      width: 100%;
   }

   .toc-outer li {
      font-size: 15px;
      line-height: 1.3;
   }

   .gallery-outer {
      flex-direction: column;
   }

   .gallery-inner {
      width: 100%;
   }

   .gallery-row .gallery-inner img {
      width: 100%;
   }

   .counter-value {
      font-size: 75px !important;
   }

   p.under-counter {
      font-size: 16px;
   }

   p.under-counter img {
      width: 20px;
   }

   .prefooter-bundle-row .prefooter-single-col {
      width: calc(100% - 0px);
      margin: auto;
   }

   .prefooter-bundle-row .prefooter-bundle-text-column a.buy-now-cta-btn {
      max-width: 92%;
      margin-left: auto;
      margin-right: auto;
   }

   .prefooter-bundle-row {
      flex-direction: column !important;
   }

   .prefooter-bundle-gradient-column img {
      min-width: 88vw;
      max-width: 88vw;
   }

   .prefooter-sheets-outer .prefooter-bundle-gradient-column img {
      position: relative;
      min-width: 95vw;
      max-width: 575px;
   }

   .prefooter-bundle-row .prefooter-bundle-gradient-column {
      height: 275px;
      overflow: visible;
      margin-top: 25px;
      margin-bottom: 0px;
      z-index: 9;
      border-radius: 20px 20px 0px 0px;
   }

   .prefooter-bundle-row .prefooter-bundle-text-column {
      padding: 75px 0px 0px 0px;
      border-radius: 0px 0px 20px 20px;
   }

   .prefooter-sheets-outer .prefooter-bundle-text-column {
      padding: 50px 0px 0px 0px;
   }

   .prefooter-bundle-text-column h3>a {
      font-size: 26px;
   }

   p.price-under-heading {
      font-size: 28px;
   }

   p.price-under-heading span.original-price {
      font-size: 19px;
   }

   p.all-ebooks {
      font-size: 14px;
   }

   .prefooter-bundle-text-column .refund-checkout p {
      font-size: 12px;
   }

   .footer-column {
      flex-direction: column;
      margin-bottom: 0px !important;
   }

   .footer-widget {
      width: 100% !important;
      order: 1;
      margin-top: 35px;
   }

   div#text-3 {
      order: 2;
      margin-bottom: 35px;
   }

   .footer-sidebar {
      padding: 15px 0px 15px !important;
   }

   .main-footer li,
   span.widget-title {
      margin-bottom: 20px;
   }

   .woosb-wrap.woosb-bundled {
      padding: 100px 10px 0px 10px;
   }

   .woosb-price {
      max-width: fit-content;
   }

   .woosb-title-inner,
   .woosb-title-inner a {
      font-size: 15px !important;
      line-height: 1.3;
   }

   .woosb-products .woosb-product .woosb-thumb,
   .woosb-thumb-ori {
      width: 60px;
      flex: 0 0 60px;
   }

   .woosb-products {
      height: 450px;
   }

   .woosb-title-inner {
      margin-left: 10px;
   }

   .woosb-price-ori span.woocommerce-Price-amount bdi,
   .woosb-products .woosb-product .woosb-price * {
      font-size: 16px !important;
   }

   .woosb-before-text.woosb-text {
      padding: 8px 8px;
      min-height: 75px;
   }

   .knowledge-team-inner {
      width: 95%;
      flex-direction: column;
      padding: 0px 15px;
   }

   .knowledge-team-inner .knowledge-team-inner-col {
      width: 100%;
   }

   .team-col .team-col-text,
   .knowledge-col,
   .checklist-left-col {
      padding: 40px 15px 40px 15px;
   }

   .knowledge-team-inner h3 {
      font-size: 28px;
      line-height: 1.2;
   }

   .rotating-banner-inner {
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 45%, transparent);
      width: 100vw;
   }

   .icon-text-outer {
      padding: 20px;
   }

   .icon-text-inner img {
      width: 20px;
      margin-right: 15px;
   }

   .icon-text-inner p {
      font-size: 15px;
      line-height: 1.2;
   }

   p.icon-text-inner-p.icon-text-inner-p-smaller {
      font-size: 13px;
      margin-top: 6px;
   }

   .img-with-bg {
      height: 75px;
      width: 75px;
   }

   .who-for-icon-outer p {
      padding: 25px 15px;
      line-height: 1.3;
      width: 90%;
      margin-top: -15px;
      font-size: 14.5px;
   }

   .who-for-icon-inner h5 {
      font-size: 18px;
   }

   .who-for-icon-inner h5>img {
      width: 20px;
   }

   .who-for-inner {
      margin-bottom: 0px;
      flex-direction: column;
   }

   .who-for-inner .who-for-inner-col {
      margin-bottom: 15px;
   }

   .who-for-outer {
      padding-bottom: 40px !important;
      width: 95%;
      padding-left: 15px;
      padding-right: 15px;
   }

   .heading-timer {
      flex-direction: column;
   }

   .heading-timer .hurrytimer-timer-digit,
   .heading-timer .hurrytimer-timer-sep,
   .heading-timer .hurrytimer-timer-label,
   .heading-timer .hurrytimer-headline {
      font-size: 16px !important;
   }

   .choose-wisely-inner {
      flex-direction: column;
   }

   .choose-wisely-inner {
      max-width: 95%;
      margin: auto;
      padding-left: 15px;
      padding-right: 15px;
   }

   .choose-wisely-outer .heading-block,
   .knowledge-team-outer .heading-block {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px;
   }

   .choose-wisely-inner .choose-wisely-inner-col {
      width: 100%;
      margin-bottom: 35px;
   }

   .choose-wisely-inner h5 {
      font-size: 25px;
   }

   .choose-wisely-inner p {
      font-size: 14px;
   }

   p.width-emoji img {
      width: 20px;
   }

   .right-choice-col h5 {
      font-size: 25px;
   }

   .right-choice-col p.width-emoji {
      font-size: 18px;
      margin: auto;
      line-height: 1.4;
      max-width: 225px;
   }

   .right-choice-col p.width-emoji img {
      width: 22px;
   }

   .choose-wisely-inner img.chose-img {
      height: auto;
      max-width: 200px;
      max-height: 120px;
   }

   .right-choice-col img.chose-img {
      max-width: 300px;
      max-height: 300px;
   }

   .knowledge-team-outer,
   .who-for-outer,
   .choose-wisely-outer {
      padding-top: 50px;
   }

   .woosb-wrap.woosb-bundled {
      margin-top: 15px;
      margin-bottom: 50px;
   }

   .rotating-gallery-item p {
      font-size: 15px;
      margin-left: 10px;
   }

   .rotating-gallery-item img {
      width: 18px;
   }

   .rotating-gallery-item {
      padding: 0px;
      max-height: 50px;
   }

   .team-col-image:after {
      width: calc(100% - 30px);
   }

   .choose-wisely-inner .right-choice-col {
      margin-bottom: 0px;
   }

   .wd-buy-now-btn {
      margin-top: 10px;
   }

   p.short-desc-p {
      font-size: 16px;
      margin-bottom: 4px;
   }

   .bundle-short-desc .hurry-timer-div {
      margin-bottom: 8px;
      display: block !important;
   }

   .bundle-short-desc p.short-desc-p img {
      max-width: 17px;
   }

   .bundle-short-desc .hurrytimer-timer-digit,
   .bundle-short-desc .hurrytimer-timer-sep,
   .bundle-short-desc .hurrytimer-timer-label,
   .bundle-short-desc .hurrytimer-headline {
      font-size: 14px !important;
   }

   .bundle-short-desc span.hurry-up {
      font-size: 14px !important;
   }

   .bundle-short-desc .headling-hurry-inner {
      display: flex;
      align-items: center;
      margin-bottom: 0px;
      width: fit-content;
   }

   .bundle-short-desc .hurrytimer-cdt__headline img {
      width: 18px;
   }

   .bundle-short-desc .hurrytimer-cdt__headline {
      flex-direction: row;
      line-height: 1;
      width: fit-content;
      display: inline-flex !important;
      margin-bottom: 0px;
   }

   .bundle-short-desc .hurrytimer-cdt {
      align-items: self-end !important;
      width: 100%;
      display: contents !important;
   }

   .description-row-inner,
   .toc-outer {
      max-width: 95%;
      margin: auto;
      padding-right: 15px;
      padding-left: 15px;
   }

   .gallery-row div {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px;
   }

   .gallery-row div .gallery-inner {
      width: 100%;
   }

   .counter-value {
      margin-bottom: 5px;
   }

   h2 img:first-child {
      margin-left: 0px;
   }

   .wd-sticky-btn .wd-buy-now-btn {
      display: inline-flex !important;
      width: 100% !important;
      animation-iteration-count: 2;
      margin-bottom: 0px;
      border-radius: 0px;
   }

   .wd-sticky-btn .wd-sticky-btn-cart a.wd-sticky-add-to-cart {
      display: none;
   }

   .wd-sticky-btn .container {
      width: 100%;
      padding: 0px;
   }

   span.dot {
      display: none !important;
   }

   .header-row-inner {
      width: 95%;
      padding: 50px 15px 130px;
      flex-direction: column;
   }

   .header-row-outer h1 {
      font-size: 50px;
      margin-bottom: 30px;
   }

   .contact-header-row h1 {
      display: block;
   }

   .header-row-inner p {
      color: white;
      font-size: 18px;
      margin-bottom: 0px;
   }

   .team-header-image {
      position: relative;
      right: initial;
      min-width: 98vw;
      margin: auto;
      max-width: 98vw !important;
      left: 50%;
      transform: translatex(-50%);
      margin-top: 0px;
      bottom: 0;
   }

   .as-seen-in-outer {
      margin-top: -94px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
   }

   .about-us-header h1 {
      font-size: 55px;
      margin-bottom: 30px;
   }

   .new-container {
      width: 95%;
      padding: 0px 7.5px;
   }

   .faq-outer,
   .contact-cta {
      width: calc(95% - 30px);
   }

   .faq-outer {
      padding: 30px 20px 10px 20px
   }

   .faq-outer h4,
   .faq-outer h2 {
      line-height: 1.4;
   }

   .best-products-inner {
      flex-direction: column;
   }

   .custom-product {
      width: 100%;
      margin-bottom: 30px;
   }

   .text-holder,
   .product-element-bottom {
      padding: 25px !important;
   }

   .custom-product h3,
   .product-element-bottom .wd-entities-title a {
      font-size: 23px;
   }

   .too-wide h3 {
      max-width: none;
   }

   .sidebar-container {
      border-radius: 0px;
   }

   .woocommerce-shop .main-page-wrapper,
   .tax-product_cat .main-page-wrapper {
      margin-top: 30px;
   }

   .product-grid-item {
      flex: 0 0 92%;
      margin: auto;
      margin-bottom: 30px !important;
   }

   .bundles-and-packs .wd-accordion-content {
      padding-bottom: 0px;
   }

   .contact-form-full {
      margin-top: -75px;
      padding: 2rem 20px;
   }

   input[type='email']::placeholder,
   input[type='date']::placeholder,
   input[type='search']::placeholder,
   input[type='number']::placeholder,
   input[type='text']::placeholder,
   input[type='tel']::placeholder,
   input[type='url']::placeholder,
   input[type='password']::placeholder,
   textarea::placeholder,
   select::placeholder {
      font-size: 14px;
   }

   p.fast-response img {
      max-width: 16px;
   }

   p.fast-response {
      flex-direction: column;
      font-size: 12px;
   }

   .contact-row-outer {
      width: 95%;
   }

   .contact-header-row .team-header-image {
      min-width: 300px;
      max-width: 300px !important;
      margin: auto;
      transform: none;
      left: inherit;
   }

   .wd-checkout-steps li {
      font-size: 40px !important;
   }

   .cart-content-wrapper {
      width: 95%;
      margin: auto;
      flex-wrap: nowrap;
      flex-direction: column;
      padding-right: 15px;
      padding-left: 15px;
   }

   .coupon.wd-coupon-form {
      border: none;
      padding: 0px;
      margin-top: 20px !important;
   }

   .coupon.wd-coupon-form button.button {
      margin-top: 10px;
   }

   .woocommerce-cart-form tbody {
      margin: 20px;
   }

   .wd-coupon-form .input-text {
      border-radius: 11px 0px 0px 11px;
      margin-right: 0px;
   }

   .shop_table_responsive tr {
      display: flex;
      flex-direction: column;
      padding: 0px;
   }

   :is(.woocommerce-cart-form__contents, .group_table) td.product-thumbnail {
      position: relative;
   }

   td.product-thumbnail:before {
      display: none;
   }

   :is(.woocommerce-cart-form__contents, .group_table) td.product-remove {
      top: 0px;
      right: 0px;
   }

   td.product-price,
   td.product-subtotal,
   td.product-price:before,
   td.product-subtotal:before {
      font-size: 14px !important;
      text-transform: capitalize;
      padding: 0px !important;
      margin-top: 3px;
      margin-bottom: 2px;
   }

   .cart-totals-section.cart-collaterals {
      margin-top: 0px;
   }

   tr.order-total td {
      min-height: 54px;
      display: flex;
      justify-content: space-between;
      align-items: center;
   }

   .cart-content-wrapper .single-bundle-cross-sell {
      margin-bottom: 20px;
   }

   .contact-cta {
      padding: 30px 20px;
      flex-direction: column;
      background: linear-gradient(180deg, rgba(67, 0, 255, 0.81) 23.48%, rgba(99, 34, 255, 0.35) 63.27%, rgba(189, 131, 255, 0.00) 100.43%);
   }

   .contact-cta-text,
   .contact-cta-image {
      width: 100%;
   }

   .contact-cta-text h3 {
      display: block;
      font-size: 40px;
      line-height: 1.3;
   }

   .contact-cta-image {
      bottom: -30px;
   }

   .post-single-page .post-title {
      font-size: 28px;
   }

   .post-single-page .faq-outer {
      width: calc(105% - 30px);
   }

   .wd-sticky-btn-cart form.cart {
      margin-bottom: 0px !important;
   }

   .as-seen-about-outer .as-seen-in-outer {
      max-width: 100%;
      padding: 0px 5%;
   }

   .about-be,
   .about-es {
      padding-left: 20px;
      padding-right: 20px;
   }

   .be-and-es {
      padding: 20px 0px;
      margin-top: -50px;
      margin-bottom: 50px;
      max-width: 95%;
   }

   .counters-outer {
      flex-direction: column;
   }

   .fun-year-inner {
      max-width: 1200px;
      margin: auto;
      width: 90%;
      text-align: center;
   }

   .counter-col {
      width: 100%;
      margin-top: 30px;
   }

   .counter-col p {
      max-width: 300px;
      margin: auto;
   }

   .counter-col img {
      margin-bottom: 10px;
   }

   .home .heading-block {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto;
   }

   .as-seen-text {
      width: 100%;
   }

   .woocommerce-checkout>:is(.customer-details, .checkout-order-review) {
      flex: 0 0 calc(90% - 0px);
      max-width: calc(90% - 0px);
      width: 95%;
      margin: auto;
   }

   .survey-cross-sell-outer .bundle-text {
      width: 100%;
   }

   .survey-cross-sell-outer span.newest-price {
      font-size: 32px;
   }

   .survey-cross-sell-outer span.mid-price {
      font-size: 26px;
   }

   .survey-cross-sell-outer span.original-price {
      font-size: 22px;
   }

   .survey-form-full .bundle-cta-body img {
      max-width: 300px;
      min-width: 190px;
   }

   .survey-cross-sell-outer .text-with-link a {
      font-size: 25px;
   }

   .ty-div h5 {
      color: white;
      font-size: 28px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }

   .ty-div p {
      font-size: 16px;
      color: white;
      text-align: center;
   }

   p.button-p {
      min-width: 270px;
   }

   .ty-div {
      padding: 0px 10px;
   }

   a.woocommerce-MyAccount-downloads-file.button.alt {
      height: 44px !important;
      width: 218px !important;
      font-size: 12px !important;
      padding: 10px 5px !important;
   }

   .woocommerce-table--order-downloads td {
      display: inline-flex !important;
      align-items: center;
      justify-content: space-between;
   }

   .shop_table_responsive td:before {
      text-transform: none !important;
      font-size: 14px !important;
   }

   span.nav-link-text {
      text-transform: capitalize;
      font-size: 16px;
   }

   .wd-sticky-btn .wd-sticky-btn-cart,
   .wd-sticky-btn .container,
   .wd-sticky-btn .wd-buy-now-btn {
      height: 100%;
   }

   p.form-row.validate-required label {
      line-height: 1.2 !important;
   }

   p.form-row.validate-required label>span {
      font-size: 16px !important;
      line-height: 1.1 !important;
   }

   tr.order-total td {
      justify-content: end;
   }

   .wd-checkout-prod-cont {
      display: flex;
      align-items: center;
      justify-content: space-between;
   }

   .woocommerce-checkout .woocommerce-notices-wrapper {
      display: none !important;
   }

   div#eh-stripe-card-element {
      min-height: 60px;
      padding: 21px 10px !important;
   }

   .checkout-order-review {
      margin-bottom: 0 !important;
   }

   .page-holiday-special-bundle .summary-inner {
      padding-bottom: 640px;
   }

   .product-image-summary .new-woosb {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translatex(-50%);
      max-width: 93%;
   }

   .page-black-friday-bundle .team-col {
      padding: 40px 15px 0;
   }

   .page-black-friday-bundle .woosb-title-inner {
      margin-left: 0px;
   }

   .page-black-friday-bundle .knowledge-team-inner .woosb-title-inner a {
      font-size: 12px !important;
      line-height: 1.1 !important;
   }

   .page-black-friday-bundle .woosb-product:not(.tool-wosb) img {
      border-radius: 7px;
   }

   .bfb-outer {
      flex-direction: column;
      padding: 40px 15px 0px 15px;
   }

   .bfb-image-div {
      position: relative;
      right: auto;
      margin-top: 0px;
      min-width: 100vw;
   }

   .bfb-text h3 {
      color: #fff;
      font-size: 48px;
      display: block;
   }

   .page-black-friday-bundle .prefooter-outer-row {
      text-align: center;
      padding-top: 0px;
   }

   .prefooter-bf-bundle.prefooter-bundle-row .prefooter-bundle-text-column {
      padding: 55px 0 0;
   }

   .prefooter-bf-bundle.prefooter-bundle-row .prefooter-bundle-gradient-column img {
      min-width: 300px;
      max-width: 300px;
   }

   .bfb-text {
      max-width: 100%;
   }

   .wd-sticky-btn-cart form.cart {
      height: 100%;
   }

   .prefooter-bundle-row.prefooter-bf-bundle .prefooter-bundle-gradient-column {
      background: linear-gradient(91deg, #A01223 0.6%, #C5162B 17.85%, #FF4258 99.39%);
   }

   .woocommerce-cart tr.order-total td {
      justify-content: space-between;
   }

   .sidebar-container .widget:last-child {
      padding-right: 30px !important;
      padding-left: 30px !important;
   }

   .page-holiday-special-bundle .site-logo:after {
      width: 152px;
      height: 36px;
      BACKGROUND-SIZE: COVER;
      LEFT: 25px;
   }

   .woocommerce-form-coupon-toggle {
      max-width: 90%;
      margin: auto;
   }

   .payment-secure-checkout img {
      max-width: 14%;
   }

   .payment_methods li img {
      margin-inline-start: 2px;
      margin-inline-end: 1px;
      max-height: 40px;
   }

   .woocommerce-checkout>.checkout-order-review {
      padding: 6px;
   }

   .wd-checkout-prod {
      padding: 5px 10px;
   }

   .wd-checkout-prod-title {
      margin-bottom: 0px;
   }

   .klav-form {
      flex-direction: column-reverse;
   }

   .image-form {
      width: 100%;
   }

   .form-text {
      max-width: 98%;
      margin: auto;
   }

   .klav-form {
      height: auto;
      padding-top: 60px;
   }

   .header-sub h1 {
      font-size: 40px;
      text-align: center;
      line-height: 1.2;
      color: black;
   }

   .header-sub h1>img {
      width: 45px;
   }

   .header-sub p {
      font-size: 14px;
   }

   .klaviyo-form {
      height: 200px !important;
   }

   .prefooter-bundle-row.prefooter-hr-row .prefooter-bundle-gradient-column img {
      min-width: 105vw !important;
      max-width: 105vw !important;
   }

   .prefooter-bundle-row.prefooter-hr-row .prefooter-bundle-text-column {
      padding: 50px 15px 0;
      border-radius: 0 0 20px 20px;
   }

   .product-info-icons-inner {
      padding: 0px 20px;
   }

   .product-info-icons-inner:first-child {
      padding-left: 0px;
   }

   .product-info-icons-inner:last-child {
      padding-right: 0px;
   }

   .product-info-icons {
      justify-content: flex-start;
   }

   .contact-header-row .header-row-inner {
      padding: 50px 15px 130px;
   }

   .contact-header-row .header-row-inner img {
      display: none !important;
   }

   .woocommerce-order .refund-checkout {
      padding-bottom: 40px;
   }

   .woocommerce-order .prefooter-outer-row {
      padding-top: 15px;
   }

   .woocommerce-order-overview {
      margin-top: 50px;
   }

   .page-all-products-special-sb .site-logo:after {
      width: 170px;
      height: 40px;
      background-size: cover;
   }

   .page-all-products-special-sb .team-col {
      padding: 40px 15px 0px 15px !important;
   }

   .page-all-products-special-sb .summary-inner {
      padding-bottom: 645px;
   }

   .woocommerce-cart .woocommerce-notices-wrapper {
      display: none !important;
   }

   .page-id-24851 .contact-row-outer {
      width: 100%;
   }

   .prefooter-40.prefooter-bundle-row .prefooter-bundle-text-column {
      padding-left: 15px;
      padding-right: 15px;
      text-align: center !important;
   }

   .prefooter-40 p.price-under-heading {
      justify-content: center !important;
   }

   .woocommerce-table--order-downloads tbody {
      padding: 10px !important;
   }

   @media only screen and (max-width: 373px) {
      .home .heading-block {
         max-width: 100%;
      }

      .refund-checkout img {
         width: 14px;
      }

      p.refund-product b {
         margin-right: 2px;
      }

      .prefooter-bundle-text-column .refund-checkout p {
         font-size: 11px;
      }

      .refund-checkout p {
         font-size: 14px;
      }

      .hurrytimer-cdt__headline img {
         width: 12px;
         margin-right: 2px;
      }

      .hurrytimer-timer-digit,
      .hurrytimer-timer-sep,
      .hurrytimer-timer-label,
      .hurrytimer-headline,
      span.hurry-up {
         font-size: 11px !important;
      }

      .container {
         width: 98%;
      }
   }

   .faq-split {
      flex-direction: column;
   }

   .faq-split .faq-item,
   .custom-product {
      width: 100% !important;
   }

   .prefooter-outer-row .hurry-margin .hurrytimer-cdt,
   .product_meta .hurrytimer-cdt,
   .form-with-cs .hurrytimer-cdt {
      width: 100%;
      display: contents !important;
   }

   .prefooter-outer-row .hurry-timer-div,
   .product_meta .hurry-timer-div,
   .form-with-cs .hurry-timer-div {
      display: block !important;
   }

   .product_meta .hurry-timer-div,
   .form-with-cs .hurry-timer-div {
      text-align: center !important;
   }

   .prefooter-outer-row .hurrytimer-cdt__headline,
   .product_meta .hurrytimer-cdt__headline,
   .form-with-cs .hurrytimer-cdt__headline {
      flex-direction: row !important;
      line-height: 1;
      width: fit-content !important;
      display: inline-flex !important;
      margin-bottom: 1px;
   }

   .rotating-gallery-item picture {
      min-width: 19px;
   }

   .as-seen-bg {
      width: 112%;
      height: calc(100% - 94px);
      left: -6%;
   }

   /*COMIGN SOON*/
   .cs-inner {
      flex-direction: column;
   }

   .images-left,
   .images-right {
      width: 100%;
      flex-direction: row;
      align-items: center !important;
      justify-content: center;
   }

   .images-left img,
   .images-right img {
      max-width: 130px;
   }

   .images-right img:last-child {
      margin-left: 0px;
      margin-top: 50px;
   }

   .images-right img:first-child {
      margin-bottom: 50px;
   }

   .images-left img:last-child {
      margin-right: 0px;
      margin-top: 50px;
   }

   .images-left img:first-child {
      margin-bottom: 50px;
   }

   .middle-div {
      width: 100%;
      text-align: center;
   }

   .middle-div h1 {
      font-size: 40px;
      text-align: center;
      color: white;
   }

   .middle-div img {
      width: 300px;
      margin: auto;
   }

   .full-height {
      height: calc(100vh + 0px);
   }

   .ap-div {
      max-width: 330px;
   }

   .ap-div p {
      font-size: 14px;
   }

   .ap-div h5 {
      font-size: 22px;
   }

   .hurrytimer-cdt__inner.hurrytimer-timer {
      display: flex !important;
   }

   .bundle-short-desc .hurrytimer-cdt__inner.hurrytimer-timer {
      display: flex !important;
      justify-content: flex-start !important;
   }

   .bundles-and-packs .woosb-before-text.woosb-text {
      flex-direction: column;
      padding: 10px 25px 6px;
   }

   .woosb-wrap.woosb-bundled {
      padding: 95px 10px 0px 10px;
   }

   .page-all-products-special-sb .three-box-outer {
      padding: 45px 0px 10px;
   }

   .smaller-container,
   .aps-container {
      max-width: calc(95% - 30px);
   }

   .three-box-inner {
      margin-top: 25px;
   }

   .three-box-inner-col {
      padding: 23px 5px;
   }

   .three-box-inner img {
      width: 45px;
   }

   .three-box-inner-col p {
      font-size: 12px;
   }

   .product-image-carousel-new .imagecarousel {
      flex-direction: row !important;
      flex-wrap: wrap !important;
   }

   .product-image-carousel-new .image-carousel-col {
      width: 44%;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      margin-bottom: 15px;
   }

   .page-all-products-special-sb .imagecarousel img {
      width: 100%;
      margin-bottom: 7px;
      height: 26px;
   }

   .product-image-carousel-new .image-carousel-col:nth-child(5) {
      display: none;
   }

   .page-all-products-special-sb .success-stories-outer,
   .page-all-products-special-sb .old-new-outer,
   .page-all-products-special-sb .e-y-g-outer,
   .page-all-products-special-sb .learn-business-outer,
   .page-all-products-special-sb .right-wrong-outer {
      padding: 45px 0px;
   }

   .success-stories-inner-row {
      flex-direction: column;
   }

   .ss-inner-column {
      border-radius: 18px;
      padding: 15px;
      width: 100%;
      flex-direction: column;
      margin-bottom: 20px;
      position: relative;
   }

   img.reviewer {
      position: absolute;
      bottom: 15px;
      width: 45px !important;
   }

   p.reviewer-name {
      font-size: 17px;
      margin-top: 15px;
   }

   p.review-txt {
      font-size: 14px;
   }

   .verifies-outer {
      padding-left: 55px;
   }

   p.reviewer-name img {
      width: 60px;
   }

   p.name-and-position {
      font-size: 18px;
   }

   span.position {
      font-size: 10px;
   }

   p.verified {
      font-size: 13px;
   }

   p.verified img {
      width: 12px;
   }

   .old-new-inner {
      flex-direction: column;
      padding: 0px 0px;
      background: transparent !important;
      box-shadow: none;
   }

   .old-new-inner-col {
      width: 100%;
      padding: 30px 15px 15px;
      background: white;
      border-radius: 20px;
      box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
   }

   .old-new-inner-col.col-new {
      margin-top: 30px;
   }

   .old-new-inner-col h3 {
      font-size: 26px !important;
   }

   .ways-columns p {
      padding: 0px 15px;
      font-size: 17px;
   }

   .col-old .ways-columns p:nth-child(1),
   .col-old .ways-columns p:nth-child(5),
   .col-new .ways-columns p:nth-child(1),
   .col-new .ways-columns p:nth-child(3) {
      font-size: 20px;
   }

   .old-new-inner-col.col-new .ways-columns {
      min-height: 300px;
      overflow: hidden;
   }

   .old-new-inner-col.col-new .ways-columns .arrow-image {
      top: -137px;
   }

   .e-y-g-inner {
      flex-direction: column;
      margin-top: 35px;
   }

   .e-y-g-line {
      height: 85%;
      width: 3px;
   }

   .e-y-g-inner-col {
      width: 100%;
      padding: 30px 30px;
      margin-bottom: 30px;
   }

   p.title-pack {
      font-size: 55.5px;
   }

   .e-y-g-inner-col p:not(p.title-pack) {
      font-size: 18px;
   }

   .aps-cta-image-outer {
      padding: 45px 0px 20px;
   }

   .aps-cta-image-inner {
      width: 100%;
   }

   img.aps-image-cta {
      opacity: 0;
   }

   img.aps-image-cta {
      max-width: 95vw;
      bottom: 45px !important;
      transform: none;
      top: auto;
      max-height: 150px;
   }

   .aps-cta-image-inner,
   .aps-cta-image-inner h2 {
      text-align: center !important;
   }

   .aps-cta-image-inner p:not(.aps-cta-btn p) {
      font-size: 16px;
   }

   .s-p-p {
      flex-direction: column;
      justify-content: center;
      text-align: center;
   }

   .aps-cta-btn p {
      font-size: 12px;
      margin-bottom: 5px;
   }

   p.r-f-p {
      padding-right: 0px;
      margin-right: 0px;
      border: none;
   }

   p.r-f-p picture,
   p.r-f-p img {
      width: 14px;
   }

   p.s-c-p picture,
   p.s-c-p img {
      width: 45px;
   }

   .learn-business-outer h2 {
      font-size: 30px !important;
   }

   .l-b-inner-first,
   .l-b-inner-first h2 {
      text-align: center !important;
   }

   .l-b-inner-second,
   .l-b-inner-first {
      padding: 40px 20px 30px;
   }

   .lib-inner-row {
      flex-direction: column;
   }

   .l-b-inner-col {
      width: 100%;
      padding: 20px;
      margin-bottom: 30px;
   }

   p.num-lrg {
      font-size: 40px;
   }

   .l-b-inner-col p:not(p.num-lrg) {
      font-size: 21px;
   }

   .right-wrong-inner {
      flex-direction: column;
   }

   .right-wrong-col {
      width: 100%;
      padding: 40px 20px 40px;
   }

   .right-wrong-inner h3 {
      font-size: 30px;
      margin-bottom: 30px;
      line-height: 1.2;
   }

   .cheker-inner-col picture,
   .cheker-inner-col img {
      width: 20px;
      margin-right: 20px;
      margin-left: 0px;
   }

   .cheker-inner-col p {
      font-size: 16px;
      line-height: 1.2;
   }

   .right-wrong-col.left-col p:not(.aps-cta-btn p) {
      font-size: 16px;
      margin-bottom: 15px;
   }

   .money-back-div-outer {
      padding: 25px 15px;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
   }

   .mb-text {
      margin-left: 0px;
      margin-top: 15px;
   }

   p.mb-name {
      font-size: 24px;
      line-height: 1.3;
   }

   .mb-text p:not(p.mb-name) {
      font-size: 15px;
   }

   .aps-cta-image-outer.finals-cta {
      padding: 45px 0px 98vw;
   }

   .finals-cta img.aps-image-cta {
      opacity: 1 !important;
      top: auto;
      transform: translatex(50%);
      bottom: -5px !important;
      right: 50%;
      max-width: 80vw;
      min-width: 0px !important;
      max-height: none !important;
   }

   .page-all-products-special-sb .aps-container h2,
   .page-all-products-special-sb .smaller-container h2 {
      font-size: 30px;
   }

   .right-wrong-col.left-col {
      margin-top: 20px;
   }

   .prefooter-elite-ap .prefooter-bundle-gradient-column img {
      max-width: 250px !important;
      min-width: 0px !important;
   }

   .prefooter-ultimate-bundle p.button-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
   }

   .term-bundles-and-packs .prefooter-ebooks-bundle-row.disabled-row {
      margin-top: 40px !important;
   }

   .be-ebooks button.single_add_to_cart_button,
   .checklists-and-sheets button.single_add_to_cart_button {
      font-size: 15px !important;
   }

   @media only screen and (max-width: 395px) {
      .bundle-short-desc span.hurry-up {
         font-size: 14px !important;
      }

      .bundle-short-desc .hurrytimer-timer-digit,
      .bundle-short-desc .hurrytimer-timer-sep,
      .bundle-short-desc .hurrytimer-timer-label,
      .bundle-short-desc .hurrytimer-headline {
         font-size: 14px !important;
      }
   }

   .klaviyo-form {
      height: 500px !important;
      min-height: 500px !important;
      -webkit-min-logical-height: 500px;
   }

   .product-image-summary-inner>div {
      margin-bottom: 0px;
   }

   p.aps-cta-p {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 7px;
   }

   .refund-checkout img {
      margin-right: 3px;
      max-width: 14px !important;
   }

   .single-product:not(.bundles-and-packs, .checklists-and-sheets) .news-articles-outer.new-container {
      DISPLAY: NONE !important;
   }

   .single-product:not(.bundles-and-packs, .checklists-and-sheets) .gallery-row {
      margin-top: -45px;
      padding-top: 65px;
   }

   .page-all-products-special-sb h1.product_title,
   .page-bundle-success-blueprints h1.product_title {
      align-items: flex-start;
   }

   .rating-new-outer {
      padding: 5px 0px 5px 0px;
      border-left: none;
      margin-left: 0px;
   }

   .stars-and-avg {
      align-items: flex-start;
      justify-content: flex-start;
   }

   .payment_methods .payment_box p {
      font-size: 15px;
   }

   .checkout-order-review .payment_box {
      padding: 5px !important;
   }

   .ty-div p {
      font-size: 16px;
      text-align: center;
   }

   .ty-div h5 {
      font-size: 28px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }

   .c-g-i {
      max-width: 250px;
   }

   .ty-div {
      padding: 0px 10px;
   }

   .page-bundle-success-blueprints .container-inner-new h2,
   .page-bundle-success-blueprints .aps-container h2 {
      font-size: 36px;
      display: block;
   }

   .page-bundle-success-blueprints .three-box-outer p {
      font-size: 17px;
   }

   .outer-rim {
      max-width: 330px;
      background-size: cover;
      padding: 25px 10px 0px;
      width: 330px;
      height: 220px;
   }

   .rot-ban-book .rotating-gallery-item,
   .rot-ban-book .rotating-gallery-item img {
      width: 65px;
   }

   .rot-ban-book .rotating-gallery-item {
      height: 95px;
   }

   .rot-ban-book {
      width: auto;
   }

   .page-bundle-success-blueprints .introduction-outer,
   .page-customer-journey-from-curious-to-committed .introduction-outer,
   .page-kpi-mastery-measure-what-matters .introduction-outer {
      padding-top: 0px;
   }

   .page-bundle-success-blueprints .container-inner-new,
   .page-customer-journey-from-curious-to-committed .container-inner-new,
   .page-kpi-mastery-measure-what-matters .container-inner-new {
      max-width: 90%;
   }

   .page-bundle-success-blueprints .introduction-row-inner,
   .page-customer-journey-from-curious-to-committed .introduction-row-inner,
   .page-kpi-mastery-measure-what-matters .introduction-row-inner {
      padding: 35px 10px;
   }

   .page-bundle-success-blueprints .introduction-row-inner img,
   .page-customer-journey-from-curious-to-committed .introduction-row-inner img,
   .page-kpi-mastery-measure-what-matters .introduction-row-inner img {
      width: 30px;
      margin-right: 10px;
   }

   .page-bundle-success-blueprints .introduction-row-inner p,
   .page-customer-journey-from-curious-to-committed .introduction-row-inner p,
   .page-kpi-mastery-measure-what-matters .introduction-row-inner p {
      font-size: 19px;
      line-height: 1.3;
   }

   .page-customer-journey-from-curious-to-committed .introduction-row-inner p,
   .page-kpi-mastery-measure-what-matters .introduction-row-inner p {
      font-size: 17px;
   }

   .page-bundle-success-blueprints .good-fir-column {
      width: 48%;
      background: white !important;
      margin-bottom: 4%;
   }

   .page-bundle-success-blueprints .good-fir-column p {
      font-size: 18px;
      line-height: 1.2;
   }

   .pack-cta-text-inner h2 {
      text-align: center;
      font-size: 34px;
   }

   .pack-cta-text-inner {
      margin-right: 5%;
   }

   .pack-cta-text-inner p.white {
      text-align: center;
      font-size: 15px;
      max-width: none;
   }

   .pack-cta-wrapper-div .s-p-p p {
      font-size: 12px;
      margin-bottom: 5px;
   }

   .pack-cta-image-wrapper {
      position: relative;
      transform: none;
      right: auto;
      top: auto;
      max-width: 80vw;
      margin-top: 20px;
   }

   .pack-cta-image-wrapper img {
      max-width: 80vw;
   }

   .pack-cta-outer {
      flex-direction: column;
   }

   .rot-ban-book {
      margin-bottom: 5px !important;
   }

   .page-bundle-success-blueprints .three-box-outer {
      padding-top: 45px;
   }

   .page-bundle-success-blueprints .news-articles-outer.new-container {
      margin-bottom: 30px;
      border-bottom: 1px solid #bdbdbd;
   }

   .page-bundle-success-blueprints .imagecarousel {
      padding-bottom: 0px;
   }

   .page-bundle-success-blueprints .aps-cta-image-outer {
      padding: 45px 0px 45px;
   }

   .page-bundle-success-blueprints .good-fit-outer {
      padding-top: 45px;
      padding-bottom: 25px;
   }

   .success-stories-outer.s-b-s {
      padding-bottom: 45px;
      padding-top: 45px;
   }

   .pack-cta-outer {
      padding-top: 45px;
      padding-bottom: 45px;
   }

   span.nav-link-text {
      display: flex;
      justify-content: space-between;
   }

   span.nav-link-text img {
      width: 15px;
      margin-left: 10px;
   }

   .included-col {
      width: 100%;
   }

   .included-in-checklist {
      flex-direction: column;
   }

   .cart-widget-side .shopping-cart-widget-footer:after {
      width: 264px;
      height: 24px;
      margin-top: 10px;
   }

   .cart-widget-side .shopping-cart-widget-footer:after {
      height: 22.5px !important;
      width: 244px !important;
   }

   .aps-cta-image-inner {
      position: INITIAL;
   }

   .aps-container {
      POSITION: INITIAL;
   }

   .aps-cta-image-outer p.aps-cta-p {
      position: absolute;
      top: 40px;
      LEFT: 50%;
      transform: translatex(-50%);
      min-width: 235px;
   }

   .aps-cta-image-outer.black-cta-aps h2 {
      position: absolute;
      top: 90px;
      LEFT: 50%;
      transform: translatex(-50%);
      min-width: 360px;
   }

   .aps-cta-image-outer .outer-rim {
      background-image: none;
      max-width: 535px;
      margin: 75px auto 20px;
      width: 100%;
      height: 245px;
   }

   .aps-cta-image-outer.black-cta-aps {
      position: relative;
      flex-direction: column;
      padding: 20px 0px 50px;
   }

   img.arrow-lim-offer {
      width: 65px !important;
      left: 50%;
      transform: translatex(-50%) rotate(70deg);
      top: -55px;
   }

   .page-all-products-special-sb .product-image-carousel-new {
      margin-top: 65px;
      z-index: 2;
      position: relative;
   }

   .page-all-products-special-sb .product-image-carousel-new .imagecarousel {
      padding: 15px 0px 0px;
   }

   .page-customer-journey-from-curious-to-committed .introduction-col-inner,
   .page-kpi-mastery-measure-what-matters .introduction-col-inner {
      padding-left: 0px;
   }

   .cart-widget-side .wd-heading {
      padding: 15px 15px;
   }

   .mini-cart-u-i-img {
      min-width: 87px;
   }

   .mini-cart-upsell-block {
      padding: 15px 15px;
      position: relative;
   }

   .mini-cart-u-i-txt,
   .mini-cart-u-i {
      position: initial;
   }

   p.aps-name-mini {
      font-weight: 700;
      color: #12001B;
      font-size: 17px;
      margin-bottom: 5px;
   }

   p.difference-text {
      font-size: 13px;
      line-height: 1.3;
      margin-bottom: 10px;
      margin-top: 15px;
   }

   .mini-price-timer {
      margin-bottom: 0px;
   }

   p.mini-price {
      font-size: 15px;
   }

   span.m-p-s {
      font-size: 12px;
      margin-top: 3px;
      margin-left: 3px;
   }

   .mini-timer {
      margin-left: 10px;
   }

   .mini-cart-u-i-img {
      min-width: 87px;
   }

   p.prod-ucluded {
      font-size: 13px;
      margin-bottom: 5px;
   }

   .mini-cart-u-i-txt {
      margin-left: 10px;
   }

   .mini-timer .hurrytimer-timer-digit.hurrytimer-cdt__time {
      font-size: 13px !important;
   }

   @media only screen and (max-width: 400px) {
      .mini-cart-u-i-txt {
         padding-right: 15px !important;
      }

      p.difference-text {
         font-size: 12px !important;
      }
   }

   .three-toc-outer.toc-outer {
      max-width: 100%;
   }

   .page-top-tier-management-explained h2 {
      font-size: 30px;
   }

   .volumes-inner-container {
      max-width: 90%;
   }

   .volumes-inner-col {
      padding: 30px 20px 10px;
      border-radius: 20px;
   }

   .page-top-tier-management-explained h3 {
      font-size: 27px;
      margin-bottom: 30px;
   }

   p.volume-numb {
      height: 24px;
      font-size: 12px;
      margin-bottom: 15px;
   }

   .volumes-inner-col p,
   .volumes-inner-col li {
      font-size: 15px;
   }

   .tabs-outer-container {
      overflow: auto;
   }

   .toc-tabs-container {
      overflow: auto;
      width: 900px;
      margin-bottom: 0px;
      -webkit-mask-image: linear-gradient(90deg, #ffffff, #000 30%, #000 90%, transparent);
   }

   .toc-tabs-inner {
      margin-left: 0px;
      padding-right: 30px;
   }

   p.parts {
      font-size: 18px;
      margin-top: 25px;
      margin-bottom: 25px;
   }

   p.li-p {
      font-size: 15px;
      margin-bottom: 5px;
   }

   .three-toc-outer.toc-outer {
      padding-left: 25px;
      padding-right: 25px;
   }

   .single-product.page-top-tier-management-explained .news-articles-outer.new-container {
      display: block !important;
   }

   .bundles-and-packs .summary-inner .yrly-outer,
   .page-top-tier-management-explained .summary-inner .yrly-outer {
      order: 0;
      margin-left: 0px;
      margin-top: 10px;
      padding: 6px;
      height: 35px;
   }

   .yrly-outer p {
      font-size: 13.5px;
   }

   .yrly-outer img {
      width: 17px;
      margin-right: 4px;
   }

   .bundles-and-packs .summary-inner .price,
   .page-top-tier-management-explained .summary-inner .price {
      flex-wrap: wrap;
      justify-content: flex-end;
   }

   .an-upper p {
      font-size: 12px;
      line-height: 1.3;
   }

   .an-upper img {
      margin-right: 3px;
      width: 15px;
   }

   .an-btm p {
      font-size: 11px;
   }

   .page-top-tier-management-explained .summary-inner .yrly-outer {
      justify-content: flex-start;
      align-items: flex-start;
      height: auto;
      flex-wrap: wrap;
   }

   .page-top-tier-management-explained p.tt-first-p {
      font-size: 16px;
      margin-bottom: 7px;
      border: none;
   }

   .page-top-tier-management-explained .yrly-outer img {
      width: 19px;
   }

   .page-top-tier-management-explained .yrly-outer p:not(.tt-first-p) {
      font-size: 13px;
   }

   .container.related-and-upsells {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
   }

   .bundles-and-packs .summary-inner .yrly-outer,
   .page-top-tier-management-explained .summary-inner .yrly-outer {
      order: 0;
      margin-left: 0px;
      margin-top: 10px;
      padding: 6px;
      height: 35px;
   }

   .yrly-outer p {
      font-size: 13.5px;
   }

   .yrly-outer img {
      width: 17px;
      margin-right: 4px;
   }

   .bundles-and-packs .summary-inner .price,
   .page-top-tier-management-explained .summary-inner .price {
      flex-wrap: wrap;
      justify-content: flex-end;
   }

   .an-upper p {
      font-size: 12px;
      line-height: 1.3;
   }

   .an-upper img {
      margin-right: 3px;
      width: 15px;
   }

   .an-btm p {
      font-size: 11px;
   }

   .page-top-tier-management-explained .summary-inner .yrly-outer {
      justify-content: flex-start;
      align-items: flex-start;
      height: auto;
      flex-wrap: wrap;
   }

   .page-top-tier-management-explained p.tt-first-p {
      font-size: 16px;
      margin-bottom: 7px;
      border: none;
   }

   .page-top-tier-management-explained .yrly-outer img {
      width: 19px;
   }

   .page-top-tier-management-explained .yrly-outer p:not(.tt-first-p) {
      font-size: 13px;
   }

   .bundles-and-packs p.with-cake-product {
      order: 0;
   }

   p.with-cake-product {
      margin-left: 0px;
      margin-top: 10px;
      padding: 5px 5px;
      font-size: 13.5px;
   }

   .bundles-and-packs .hurry-timer-div {
      display: none !important;
   }

   p.with-cake-product img {
      width: 16px;
      margin-right: 2px;
   }

   p.with-cake {
      gap: 2px;
      font-size: 0.75rem !important;
   }

   p.with-cake img {
      margin-right: 2px;
      width: 15px;
   }

   p.discounted-p {
      font-size: 12px !important;
   }

   .commitment-div-outer h2 {
      font-size: 68px;
      margin: 40px 0px 30px;
   }

   .commitment-div-outer .three-box-inner {
      flex-direction: column;
   }

   .commitment-div-outer .three-box-inner-col {
      width: 100%;
      margin-bottom: 20px;
   }

   .commitment-div-outer .three-box-inner-col img {
      width: 80px;
   }

   .commitment-div-outer .three-box-inner-col p:not(.t-b-i-s-p) {
      font-size: 25px;
   }

   .w-i-t-t-outer {
      padding-top: 25px;
      padding-bottom: 60px;
      max-width: 95%;
      margin: auto;
   }

   .w-i-t-t-outer p {
      display: block !important;
   }

   .k-m-f {
      max-width: 95%;
      padding: 25px 25px 0px;
   }

   .k-m-f p {
      display: flex !important;
      flex-direction: column;
      font-size: 19px !important;
   }

   .next-to-price {
      order: 3 !important;
      margin-left: 0px;
      margin-top: 15px;
      padding: 5px 12px;
   }

   .page-all-products-special .summary-inner>.price {
      flex-direction: row-reverse !important;
   }

   .wd-tools-element img.exlamated {
      position: absolute;
      top: -2px;
      right: 1px;
      transform: rotate(10deg);
      z-index: 0;
      width: 17px;
   }

   li.products-nav a {
      background: transparent !important;
   }

   li.products-nav img.exlamated {
      position: relative;
      top: -1px;
      right: -6px;
   }

   .page-all-products-special-sb .wd-tools-element img.exlamated,
   .page-all-products-special-sb .products-nav img.exlamated {
      display: none !important;
   }

   .page-all-products-special-sb p.short-desc-p {
      display: block;
   }

   .w-i-t-t-outer {
      max-width: 88%;
   }

   .commitment-div-outer {
      padding: 70px 15px 0px;
   }

   .commitment-div-outer .three-box-inner-col {
      width: 100%;
      margin-bottom: 20px;
   }

   @media only screen and (max-width: 390px) {
      .an-upper p {
         font-size: 11px;
      }
   }

   .about-sheet-div video {
      max-width: 90vw;
      border-radius: 10px;
      height: 70vw;
      object-fit: cover;
   }

   .sheet-txt-image {
      max-width: 90%;
      margin: auto;
      flex-direction: column;
      margin-top: 50px;
   }

   .sheet-txt {
      padding: 0px;
   }

   .sheet-txt-image.sheet-txt-image-flipped {
      flex-direction: column;
      margin-top: 50px;
      margin-bottom: 60px;
   }

   .lim-offer-outer img {
      width: 14px;
   }

   .lim-offer-outer p {
      font-size: 14px;
      margin-left: 5px;
   }

   .radio-btn-product.single-selector-outer {
      padding: 22px 16px;
   }

   .radio-btn-outer {
      width: 24px;
      height: 24px;
   }

   .radio-btn-inner {
      width: 8px;
      height: 8px;
   }

   p.name-of-offer {
      font-size: 16px;
      margin-left: 11px;
      gap: 3px;
   }

   p.price-of-offer {
      font-size: 16px;
      gap: 4px;
   }

   .radio-btn-product {
      border-radius: 12px;
      padding: 20px 16px 10px;
   }

   .lpe p {
      font-size: 9px !important;
      line-height: 1;
      letter-spacing: 0.6px !important;
   }

   .radio-btn-product:not(.single-selector-outer) .radio-text {
      padding: 0px 0px;
   }

   span.crsdred-price {
      font-weight: 500;
      font-size: 15px;
   }

   .aps-selector-outer p.over-eightk {
      display: ruby;
      flex-wrap: wrap;
      font-size: 12px;
      text-align: left;
      line-height: 1.3;
      padding-left: 0px;
   }

   .aps-selector-outer p.over-eightk img {
      width: 56px;
   }

   .radio-img-products {
      gap: 14px;
      border-radius: 8px;
      padding: 14px 14px;
      margin-top: 15px;
   }

   .radio-img-products img {
      min-width: 85px;
      max-width: 110px;
      width: 100%;
      border-radius: 10px !important;
   }

   p.radio-name {
      font-size: 14px;
      line-height: 1.3;
      margin-bottom: 6px;
   }

   p.radio-prods span {
      font-size: 11px;
   }

   p.radio-prods img {
      max-width: 12px !important;
      min-width: 12px !important;
      width: 12px;
   }

   .products-radio a {
      font-size: 13px;
   }

   p.chz {
      font-size: 16px;
      margin-bottom: 7px !important;
   }

   p.lvd-smaller {
      font-size: 12px;
   }

   .pdoruct-seen-outer .featured-inner {
      padding: 10px 0;
      border-radius: 10px;
   }

   .pdoruct-seen-outer .featured-col img {
      width: 75%;
      max-height: 20px;
   }

   .pdoruct-seen-outer .featured-outer {
      max-width: 95% !important;
      margin-bottom: 40px;
      margin-top: 20px;
   }

   .last-call-outer {
      max-width: 92%;
      border-radius: 26px;
      padding: 0px 0px;
   }

   .last-call-inner {
      position: relative;
      padding-bottom: 60px;
      padding-left: 10px;
      padding-right: 10px;
   }

   .last-call-image {
      width: 40%;
      position: relative;
      top: -10px;
   }

   .last-call-image img {
      position: relative;
      width: 100%;
      top: auto;
      transform: none;
   }

   .last-call-text {
      width: 50%;
      margin-left: 20px;
      padding-top: 20px;
   }

   .headline-l-c {
      margin-bottom: 16px;
   }

   .headline-l-c h2 {
      font-size: 22px;
   }

   .timer-lc img {
      width: 12.5px;
   }

   .timer-lc .hurrytimer-timer-digit,
   .timer-lc .hurrytimer-timer-sep {
      font-size: 14px !important;
   }

   p.under-h-l-c {
      font-size: 14px;
      margin-bottom: 16px;
   }

   span.lc-p-one {
      font-size: 15px;
   }

   span.lc-p-two {
      font-size: 17px;
   }

   span.lc-p-three {
      font-size: 17px;
      padding: 4px 8px;
   }

   p.buton-wrap-lc {
      position: absolute;
      bottom: 10px;
      left: 50%;
      width: calc(100% - 20px);
      margin: auto;
      transform: translatex(-50%);
   }

   p.buton-wrap-lc a {
      width: 100%;
      height: 51px;
   }

   .shop-now-div {
      margin-left: 0px;
   }

   .be-price-wrap {
      flex-direction: column;
      align-items: flex-start;
   }

   .last-call-audio {
      padding: 25px 20px 18px;
      max-width: 95%;
   }

   p.add-on-p {
      min-width: 190px;
      align-items: center;
      justify-content: center;
      display: flex;
   }

   .last-call-audio-inner {
      align-items: flex-start;
      gap: 0px;
   }

   .last-call-audio-image {
      width: 104px;
      min-width: 104px;
      min-height: 115px;
      height: 115px;
   }

   .last-call-audio-text {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      width: 100%;
      margin-left: 15px;
   }

   .last-call-audio p.under-h-l-c {
      display: block;
      margin-bottom: 53px;
   }

   .last-call-audio p.under-h-l-c img {
      width: 12px;
      margin-right: 2px;
   }

   p.buton-wrap-audio a {
      position: absolute;
      bottom: 18px;
      left: 139px;
   }

   .ult-bundle-header {
      background: radial-gradient(ellipse at 50% 100%, #323232, #111111, #0D0D0D) !IMPORTANT;
   }

   .single-product .product-image-summary-wrap {
      margin-top: 25px;
   }

   span.normal-p {
      font-size: 15.5px;
   }

   .single-product-page .container {
      width: 100%;
      padding: 0px;
   }

   .single-product .main-page-wrapper {
      padding-top: 0px;
   }

   .wd-carousel-container.wd-gallery-thumb {
      max-width: 93%;
      margin-left: auto;
      margin-right: auto;
   }

   .summary-inner {
      max-width: 92%;
      margin-left: auto;
      margin-right: auto;
   }

   .smaller-container,
   .aps-container {
      max-width: calc(90% - 30px);
   }

   .summary-inner li,
   p.short-desc-p {
      font-size: 15px !important;
   }

   p.as-seen-p {
      font-size: 12px;
   }

   .description-row p {
      font-size: 15px;
   }

   .container.related-and-upsells {
      width: 95%;
   }

   article#post-11160 .ty-div h5 {
      flex-direction: row !important;
   }

   article#post-11160 .ty-div h5 img {
      width: 40px !important;
   }

   @media only screen and (max-width: 405px) {
      .last-call-audio p.under-h-l-c {
         font-size: 10px;
      }
   }

}