/*
 PLEASE AVOID USING THIS CSS FILE
 DO NOT USE IT UNTIL YOU KNOW!
*/

:root {
    --wp--preset--font-family--body: 'Montserrat', sans-serif;
    --wp--preset--font-family--heading: 'Montserrat', sans-serif;
}
:root :where(.wp-block-comment-content),
:root :where(.wp-block-comment-date),
:root :where(.wp-block-group-is-layout-constrained) > *,
:root :where(.wp-block-group-is-layout-flow) > * {
	margin-top: 0;
}
.page-template-default.page .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p {
    color: var(--theme-text-color, #FFFFFF);
}

.light_theme {
    --theme-text-color: #000000;
}

.light_theme .banBtn.light .btnlink{color:#00AF66}
.light_theme .banBtn.light .btnlink:hover{color:#ffffff}
.light_theme .banBtn.light .btnlink.btnlink1{color:#ffffff}

.light_theme .banBtn .btnlink{color:#00AF66}
.light_theme .banBtn .btnlink.btnlink1{color:#ffffff}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    background: #111;
    margin-top: -5px;
    margin-left: -5px;
}

header.wp-block-template-part {
    position: relative;
    z-index: 40;
}


/* .collapse:not(.show){
	height: 100vh;
    width: 80vw;
} */

.collapse:not(.show) {
    height: 100vh;
    position: fixed;
    width: 80%;
    top: 10% !important;
    left: 0 !important;
}

.award-item {
    flex: 1;
    width: 324.5px;
    flex-basis: 324.5px;
    flex-shrink: 0;
    flex-grow: 0;
 }

.navbar-collapse{
	top: auto !important;
}

.navbar-toggler.showtoggle .icon-bar:nth-child(1) {
	transform: translateY(6px) rotate(45deg) !important;
}

.navbar-toggler.showtoggle .icon-bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg) !important;
}

.custom-header .wp-block-column nav ul li ul {
    background-color: transparent;
}

.text-right{
	text-align: end;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: start;
}


.custom-logo img.custom-logo {
    width: auto;
}

.column-wrapper {
    align-items: center !important;
	justify-content: space-between;
}

.header-nav ul{
	justify-content: center;
}

.login-butn a{
	font-weight: 700;
}

.login-butn a:hover {
    background-color: #000;
    color: #fff;
}

.light_theme .login-butn a {
    background: transparent;
    color: #171F29;
}

.light_theme .login-butn a:hover {
    color: #ffffff;
    background: #00af66;
}

.header-nav ul.wp-block-navigation__container > li::before{
    width: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    background: #00af66;
    border-radius: 20px;
    content: "";
    transition: all 0.3s;
}

.header-nav ul li:hover::before{
	width: 100%;
}

.header-nav ul li a {
    font-weight: 500;
	    font-size: 15px;
	padding: 20px 12px 20px 10px;
}

.header-nav ul li button.wp-block-navigation__submenu-icon {
    color: #00aa64;
	    margin: 0;
    position: absolute;
    right: -6px;
}

.header-nav ul li ul.wp-block-navigation__submenu-container {
    margin: 0px;
    width: 250px !important;
    padding: 0px;
    max-height: 600px !important;
    border-radius: 10px !important;
    left: 0 !important;
    right: inherit !important;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in !important;
    background: #00af66 ;
    border: none !important;
    box-shadow: 0px 4px 6px -2px #10182808;
    box-shadow: 0px 12px 16px -4px #10182814;
}

.header-nav ul li ul.wp-block-navigation__submenu-container li{
    color: #fff;
}

.header-nav ul li ul.wp-block-navigation__submenu-container li:hover {
    background-color: #00af66;
    transition: 0.5s ease-in-out all;
}

.header-nav ul li ul.wp-block-navigation__submenu-container li a{
    padding: 8px 15px;
}

.header-nav ul li ul.wp-block-navigation__submenu-container li:first-child{
    border-radius: 10px 10px 0 0;
}

.header-nav ul li ul.wp-block-navigation__submenu-container li:last-child{
    border-radius: 0px 0px 10px 10px;
}
nav.nav-mobile{
    margin-top: 11px;
}

nav.nav-mobile > ul{
    height: auto !important;
    
}
.nav-mobile li.wp-block-navigation-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav-mobile li.wp-block-navigation-item > a.wp-block-navigation-item__content{
    width: 90%;
}
.nav-mobile li.wp-block-navigation-item ul.wp-block-navigation__submenu-container{
    width:100%;
    position: relative;
    flex-grow: 1;
    padding-left: 4px;
    gap: 0;
}


header .wp-block-button__link:hover {
    color: #ffffff;
    background-color: #000000;
}

.light_theme header .wp-block-button__link {
    color: #1b232e;
    background-color: #ffffff;
}
.light_theme header .wp-block-button__link:hover {
    color: #ffffff;
    background-color: #00af66;
}

marquee.text-marquee {
    background: linear-gradient(180deg, #00af66 -45%, #00492b 150%);
    color: #fff;
    font-weight: 600;
}

.footer-main{
	position: relative;
	    /* clip-path: polygon(100% 14.8%, 100% 100%, 0 100%, 0 14.8%, 50% 0); */
/* 	    background: #242e3d; */
}

/* .footer-main:before{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(assets/images/bgF.png);
    background-repeat: repeat-x;
    background-position: top center;
    clip-path: polygon(100% 14%, 100% 100%, 0 100%, 0 14%, 50% 0);
    content: "";
	z-index: -1;
} */

/* .light_theme .footer-main::before {
  background: rgb(11,37,63);
  background: linear-gradient(180deg, rgba(11,37,63,1) 0%, rgba(230,247,240,1) 0%, rgba(232,248,241,1) 14%, rgba(233,248,242,1) 28%, rgba(235,249,243,1) 39%, rgba(238,250,245,1) 51%, rgba(242,251,247,1) 64%, rgba(247,253,250,1) 75%, rgba(249,253,252,1) 86%, rgba(251,254,253,1) 100%);
} */


    

.devide2{width:100%;position: absolute;top:4px;left:0px;right: 0;background:linear-gradient(87deg,rgba(3,67,40,1) 0%,rgba(2,86,51,1) 25%,rgba(0,175,102,1) 50%,rgba(1,127,74,1) 68%,rgba(3,67,40,1) 100%);height:230px;clip-path:polygon(50% 0px,100% 66%,100% 67%,50% 12%,0 67%,0 66%); max-width: 100%;}

.articles_list li a:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-left: 5px;
	color: #00af66;
}


.footone .social-icon-wrapper figure {
    width: 47px;
    height: 47px;
    background: #00af66;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out all;
}

.footone .social-icon-wrapper {
    gap: 10px;
    justify-content: center;
}

.footone .social-icon-wrapper figure:hover{
    background-color: #000;
    transition: 0.3s ease-in-out all;
}

.footer-col nav.footer-nav ul li::before{
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    margin-right: 6px;
}

.footfour .newsletter-text {
    padding: 0;
    margin: 0px 0 -10px 0;
}

.tnp-subscription {
    margin: 0;
}

.tnp-subscription p {
    display: none;
}

.tnp-subscription form .tnp-field{
    margin: 0;
}

.tnp-subscription form .tnp-field label {
    display: none;
}

.tnp-subscription form .tnp-field input{
    width: 100%;
    background: #111720;
    padding: 0 20px;
    font-style: italic;
    height: 50px;
    border: 1px solid #111720;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    outline: none;
}

.light_theme .tnp-subscription form .tnp-field input {
    color: #111720;
    background: #ffffff;
}

.tnp-subscription form .tnp-field input[type="submit"]{
    background: #00af66;
    width: 100%;
    line-height: 50px;
    box-shadow: none;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
	border: 2px solid #00af66;
    font-style: normal;
	    height: 54px;
}

.bottom{
	background: #242e3d;
	    display: flex;
    align-items: center;
}

.footer-col h4 {
    padding-bottom: 10px;
    line-height: 30px;
    width: 100%; 
}

.footer-col nav ul li {
    font-weight: 400;
    line-height: 35px;
}

.footer-content {
	font-weight: 400;
	padding: 10px 0;
}

.copyright-text {
    font-weight: 500;
    padding: 0;
    line-height: 30px;
}

.copyright-text a {
    border-bottom: 1px solid;
}

.comments-area {
	margin-top: 30px;
}

.comments-area .wp-block-comments-title {
	margin-bottom: 30px;
}

.wp-block-comment-author-name a,
.wp-block-comment-edit-link a,
.wp-block-comment-reply-link a,
.wp-block-comment-date a {
	color: #FFFFFF;
}

.wp-block-comment-template li {
    padding-left: 30px;
}

.post-navigation-link-previous {
    text-align: left;
}

.post-navigation-link-next {
    text-align: right;
}

.rt-reading-time {
    display: none !important;
}

.light_theme .works_btmInnr .about_topSec h2,
.light_theme .works_btmInnr .about_topSec p,
.light_theme .works_btmInnr .about_btmSec p {
    color: #fff;
}

.bannerSec.inner_ban {
    width: 2000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cookies-per-purpose, .cookies-per-purpose a{
    color:#000 !important;
}


@media screen and (max-width: 1400px){
	.custom-header.wp-container-core-group-is-layout-2 > .alignwide {
		max-width: 1170px;
	}

	.custom-header .wp-block-column:nth-child(2) {
		flex-basis: 65% !important;
	}

	.custom-header .wp-block-column nav ul {
		justify-content: center !important;
	}

	.custom-header .wp-block-column nav ul li a {
	    padding: 10px 7px 10px;
	  }

	.custom-header .wp-block-column:nth-child(3) .login-butn a {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

	.header-nav ul li button.wp-block-navigation__submenu-icon {
		right: -12px !important;
	}
	
	.footer-main .main-footer-box {
		max-width: 1170px;
	}
	
	.footer-col nav ul li{
		font-size: 12px !important;
		line-height: 26px !important;
	}
	
	.footer-col nav ul li a {
		font-size: 12px;
		line-height: 16px;
	}
	
/* 	.footer-main {
		clip-path: polygon(100% 10.5%, 100% 100%, 0 100%, 0 10.5%, 50% 0) !important;
	} */
	
	.devide2 {
		clip-path: polygon(50% 0px, 100% 53%, 100% 53%, 50% 9%, 0 53%, 0 53%) !important;
	}
	
/* 	.footer-main:before {
		clip-path: polygon(100% 10.5%, 100% 100%, 0 100%, 0 10.5%, 50% 0) !important;
	} */
}

@media (max-width: 1000px) {
    .custom-header .wp-block-column nav ul {
        gap: 11px;
    }
}

@media screen and (min-width: 992px){
	.show-on-small-device {
		display: none !important;
	}
}

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

    .wc_payment_methods > li {
        /* flex-wrap: nowrap !important; */
        padding: 0 10px;
    } 
    .wc_payment_methods > li > label{
        /* flex-wrap: nowrap !important; */
        width: 88% !important;
    }
    .container, .woocommerce-cart .wp-block-post-title{
        max-width:750px;
        margin-bottom:20px !important;
    }
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
    
    .wp-block-column {
        flex: 0 0 100% !important;
    }
    
    .wp-block-woocommerce-product-meta {
        margin-bottom: 20px !important;
    }
    
    /* Home Page JoinBox Section Styling */
    .joinBox {
        min-height: auto;
    }
    .joinTxt {
        text-align: center;
    }
    .joinPic {
        display: none;
    }

    body.single-product .woocommerce.product .wc-pao-required-addon .form-row > div {
        flex: 1 0 30%;
    }
    body.single-product .wc-pao-required-addon .form-row label {
        font-size: 18px;
    }
    
    footer.footer-main .footone.wp-block-column {
        flex-basis: 100% !important;
        float: left;
        text-align: center;
        padding: 0 !important;
  }
  .wp-block-column {
    flex: 0 0 30.333% !important;
  }
	body.single-product .woocommerce.product .wc-pao-required-addon .form-row {
		flex-wrap: wrap;
		/* grid-template-columns: 1fr 1fr; */
	}
	.custom-container .wp-container-core-group-is-layout-1 {
		max-width: 750px;
		padding: 0 !important;
	}
	
    .footer-col h4 {
        text-align:center'
    }

    .footer-col strong {
        display: block;
        width: 100%;
    }
	
	.show-on-large-device {
		display: none !important;
	}
	
	button.navbar-toggler {
		border: none;
		background: none;
		margin-right: 0;
		background: #2C3748;
		width: 42px;
		height: 42px;
		padding: 11px;
		margin-right: 15px;
		border-radius: 100%;
		font-size: 1.25rem;
		line-height: 1;
		transition: box-shadow .15s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.light_theme button.navbar-toggler {
	    background-color: #ffffff;
	    border: 1px solid #00af66;
	}

	button.navbar-toggler span.icon-bar {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 16px;
		background-color: #fff;
	}
	.light_theme button.navbar-toggler span.icon-bar {
	    background-color: #00af66;
	}

	button.navbar-toggler span.icon-bar + .icon-bar{
		margin-top: 5px;
	}
	
	.switch {
        top: -7px;
        width: 50px;
        height: 30px;
        margin: 0 15px 0 0 !important;
	}
	
	.switch .slider::before {
	    left: 0;
	    bottom: 5px;
	    width: 20px;
	    height: 20px;
	}
	
	.wp-block-columns.show-on-small-device .wp-block-column{
		flex-basis: 170px !important;
	}
	
	.column-wrapper .logo-wrapper .custom-logo img.custom-logo{
		width: 170px;
		margin-left: 15px;
	}
	
	.wp-block-columns.show-on-small-device .wp-block-column.toggle-wrapper {
	    flex: 1 !important;
	}
	
	/* .light_theme .navbar-collapse {
	    background-color: #00af66;
	} */
	
	.navbar-collapse ul.wp-block-navigation__container {
		display: block;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.navbar-collapse ul.wp-block-navigation__container li{
		color: #fff;
		font-size: 14px !important;
		line-height: 23px;
		font-weight: 500;
		margin-left: 0;
		background: no-repeat;
		width: 100%;
		text-align: start;
	}

	.navbar-collapse ul.wp-block-navigation__container li a{
		padding: 7px 15px;
		display: inline-block;
		position: relative;
		color: #fff;
		width: 100%;
	}
	
	.navbar-collapse ul.wp-block-navigation__container li button.wp-block-navigation__submenu-icon {
		margin-right: 5px;
		color: #00aa64;
		width: 14px;
		height: 14px;
	}
	
/* 	.footer-main{
		    clip-path: polygon(100% 5.5%, 100% 100%, 0 100%, 0 5.5%, 50% 0) !important;
		    padding-top: 75px !important;
	} */
	
	.devide2{
		height: 103px !important;
        top: 0px !important;
	}
	
/* 	.footer-main:before{
		clip-path: unset !important;
	} */
	
	.wp-container-core-group-is-layout-9 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
		max-width: 750px;
	}
	
	footer.footer-main .footone.wp-block-column {
        flex-basis: 100% !important;
    }
	
	.footer-col nav ul li {
		font-size: 12px !important;
		line-height: 28px !important;
	}

}

@media screen and (max-width: 500px){
	.column-wrapper .logo-wrapper .custom-logo img.custom-logo{
		margin-left: 15px;
	}
	
	button.navbar-toggler{
		margin-right: 5px;
	}
	
/* 	.footer-main {
		clip-path: polygon(100% 3%, 100% 100%, 0 100%, 0 3%, 50% 0) !important;
        padding-top: 45px !important;
    } */
	
	.devide2 {
        height: 95px !important;
        top: 0px !important;
    }
	
	.footone .social-icon-wrapper{
		margin-top: 20px !important;
		justify-content: flex-start !important;
	}
	
	
	.footone .social-icon-wrapper figure {
		width: 40px !important;
		height: 40px !important;
		padding: 0 !important;
		flex-basis: 40px;
	}
	
	.foottwo {
		margin: 20px 0 0 !important;
        border-bottom: 1px solid #ffffff40;
	}

	.footthree{
		margin: 10px 0 0px!important;
		border-bottom: 1px solid #ffffff40;
	}
	
	.foottwo h4, .footthree h4{
		position: relative;
	}

	.foottwo h4::before, .footthree h4::before{
		content: "\f107";
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		position: absolute;
		right: 0px;
		width: 30px;
		height: 49px;
	}
	
	.footfour {
		text-align: center;
		margin-top: 30px !important;
	}

	.foottwo nav, .footthree nav {
		height: 0;
		display: none;
	}
	
	.foottwo.open nav, .footthree.open nav {
		display: block;
		height: auto;
	}
	
	
	
	.copyright-text{
		font-size: 13px !important;
	}
}

.light_theme .tnp-subscription form .tnp-field input[type="text"],
.light_theme .custom-header,
.light_theme footer .bottom {
	background: #fbfefd !important;
	clip-path: none;
}

.light_theme .footer-main {
    background: #fff !important;
}

.light_theme .custom-header .custom-logo-link, 
.light_theme .footer-main .wp-image-65 {
	filter: invert(1);
} 

.light_theme .blog_details .post_nav .wp-block-post-navigation-link a,
.light_theme .wp-block-comment-author-name a, 
.light_theme .wp-block-comment-edit-link a, 
.light_theme .wp-block-comment-reply-link a, 
.light_theme .wp-block-comment-date a,
.light_theme .footer-main nav ul li a,
.light_theme .footer-main h4,
.light_theme footer p,
.light_theme .footer-main p {
	color: #031537 !important;
}

.wp-block-navigation__container > li > a:hover {
    color: #fff !important;
}

.light_theme .wp-block-navigation__container > li > a:hover {
    color: #00AA64 !important;
}

.wp-block-lazyblock-faqs:nth-last-child(1) {
    padding-bottom: 30px;
}

.wp-block-lazyblock-faqs .programSec .b2,
.wp-block-lazyblock-faqs .programSec .s1,
.wp-block-lazyblock-faqs .programSec .s2 {
    display: none;
}

.wp-block-lazyblock-faqs:nth-child(4) .programSec .s2 {
    display: block;
}

.wp-block-lazyblock-faqs:nth-last-child(1) .programSec .b2,
.wp-block-lazyblock-faqs:nth-last-child(1) .programSec .s1 {
    display: block;
}

.wc-block-breadcrumbs {
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 6px;
    margin: 20px 0 !important;
    background-color: #141b25;
}

.wc-block-breadcrumbs a {
    font-weight: 700;
}

.light_theme .wc-block-breadcrumbs {
    background: linear-gradient(180deg,#00af66 -45%,#00492b 150%);
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}

.woocommerce-breadcrumb a {
    color: #00af66;
}

.light_theme .wc-block-breadcrumbs a {
    color: #ffffff;
    text-decoration: underline !important;
}

.woocommerce.wc-block-catalog-sorting select.orderby {
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #141b25;
    outline: 1px solid #00af66;
    border-right: 10px solid transparent;
}

.light_theme .woocommerce.wc-block-catalog-sorting select.orderby {
    color: #1B232F;
    font-weight: 500;
    background: #fff;
    outline: 1px solid #1B232F;
}

.wp-block-woocommerce-product-template {
    padding-bottom: 30px;
}

.wc-block-product {
    width: 100%;
    background: #141b25;
    border: 1px solid #384455;
    border-radius: 15px;
    margin: 15px 0 0;
    padding: 10px;
}

.light_theme .wc-block-product {
    background: #fff;
    border: 1px solid #C6CDD9;
}

.wc-block-product .wc-block-components-product-image img {
    border-radius: 15px;
    border: none;
}

.wp-block-post-title a {
    color: #fff;
}

.light_theme .wp-block-post-title a {
    color: #1B232F;
    font-weight: 600;
}

.light_theme .wc-block-components-product-price {
    color: #1B232F;
    font-weight: 600;
}

.wc-block-components-product-button__button {
    border: 1px solid #00af66 !important;
}
.wc-block-components-product-button__button:hover {
    color: #fff;
    background-color: #00af66;
}
.light_theme .wc-block-components-product-button__button {
    color: #1B232F;
    background-color: #fff;
    border-color: #1B232F !important;
}
.light_theme .wc-block-components-product-button__button:hover {
    color: #fff;
    background-color: #00af66;
    border-color: #00af66 !important;
}

.wp-block-columns {
    gap: 20px;
}
.woocommerce-product-gallery__wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.is-large .wc-block-checkout__sidebar{
    width: 50%;
}

.wp-block-post-title {
    font-size: 32px;
}

.wc-block-components-product-price .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    display: inline-block;
}

.wp-block-post-excerpt p {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  min-height: auto !important;
  margin-bottom: 20px;
  padding: 0;
}

.wc-pao-addons-container {
    display: flex;
    flex-wrap: wrap;
}

.wc-pao-required-addon {
    flex: 0 0 30%;
}

.wc-pao-addon-id-1731006953 {
    flex: 0 0 100%;
    margin: 10px 0 !important;
}

.wc-pao-addon-heading {
    margin: 0;
    font-size: 26px;
}

.taxonomy-product_cat .wp-block-post-terms__prefix {
    color: #fff;
    margin-right: 10px;
}
.light_theme .taxonomy-product_cat .wp-block-post-terms__prefix {
    color: #000;
}

.taxonomy-product_cat a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 6px;
    background-color: #00af66;
}

.comment-form-rating .stars a {
    color: #00af66;
}

.comment-form-comment textarea {
    color: #fff;
    outline: none;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #00af66;
}
.light_theme .comment-form-comment textarea {
    color: #000;
}

.form-submit input:hover {
    background-color: #00af66;
}

.light_theme .form-submit input {
    outline: none;
    background-color: #00af66;
}

/* Home Page BecomeSec New Styling */

.becomeIn {
    margin-bottom: -100px;
    padding-bottom: 200px;
}

.becomeIn .b2.tp2 {
    bottom: 0;
    z-index: 0;
}


@media(max-width: 767px) {
    .wc-block-product-template__responsive.columns-3 {
        grid-template-columns: repeat(auto-fill,minmax(max(150px,calc(50% - .83333em)),1fr));
    }
    
    /* Home Page BecomeSec New Styling */
    .becomeIn {
        margin-bottom: -60px;
        padding-bottom: 110px;
    }
}
@media(max-width: 575px) {
    .wp-block-post-title a {
        font-size: 16px;
    }
    
    .wc-block-product .wc-block-components-product-price .woocommerce-Price-amount {
        font-size: 20px;
    }
    
    .wc-block-components-product-button__button {
        padding: 5px;
    }
    
    .woocommerce-product-gallery {
        margin-bottom: 0 !important;
    }
    
    .wp-block-post-title {
        font-size: 26px;
    }
    
    .wc-pao-addon-heading {
        font-size: 20px;
    }
    
    .wc-pao-required-addon {
        flex: 0 0 50%;
    }
    
    .taxonomy-product_cat {
        display: flex;
        flex-wrap: wrap;
    }
}

/*---------- Blog Category Title ----------*/

.archive.category .wp-block-query-title {
    display: none;
}

/*---------- Why Choose Us Section New Styling ----------*/
.whyChosSec.tophead.remove-bg {
    clip-path: unset;
    padding-bottom: 80px;
}
.whyChosSec.tophead.remove-bg::before {
    display: none;
}

.whyChosSec.tophead.remove-bg > i {
    display: none;
}

.whyChosSec.tophead.remove-bg .needHlpBox {
    margin: 50px auto 0;
}

/*---------- Platform Demonstration Page New Styling ----------*/

.platTabRow {
    overflow-x: hidden;
}

.platTabRow .platTab {
    overflow-x: auto;
    margin: 0 -12px -1px;
}

.platTabRow .platTab .tab_box {
    border-radius: 5px 5px 0 0;
}

.platTabRow .platTab .actv .tab_box {
    background: #4D5C70;
}

.platTabRow .platTab li.actv a::before {
    height: 3px;
}

.platTabRow .platTabboxs {
    word-wrap: break-word;
}

/*---------- Platform Demonstration Page New Responsive ----------*/

@media (max-width: 767px) {
    .platTabRow .platTab li {
        width: auto;
        flex: 0 0 270px;
    }
}
@media (max-width: 575px) {
    .platTabRow .platTabboxs {
        padding: 35px 35px 0px;
    }
}

/*---------- Product Detail New Styling ----------*/

body.single-product .woocommerce.product .wp-block-columns .wp-block-column:nth-child(1),
body.single-product .woocommerce.product .wp-block-columns .wp-block-column .wp-block-post-title, 
body.single-product .woocommerce.product .wp-block-columns .wp-block-column .wc-block-components-product-price,
body.single-product .woocommerce.product .wp-block-columns .wp-block-column .wp-block-post-excerpt,
body.single-product .woocommerce.product .wp-block-columns .wp-block-column .wp-block-woocommerce-product-meta,
body.single-product .woocommerce.product .wp-block-woocommerce-product-details {
    display: none;
}

body.single-product .woocommerce.product {
    overflow: clip;
    padding: 120px 0;
    position: relative;
}
body.single-product .woocommerce.product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 235px;
    height: 362.37px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/funded-trading-plus/assets/images/b1.svg);
}
body.single-product .woocommerce.product::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -110px;
    z-index: -1;
    width: 355px;
    height: 362.37px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/funded-trading-plus/assets/images/b2.svg);
}
body.single-product.light_theme .woocommerce.product::before,
body.single-product.light_theme .woocommerce.product::after {
    opacity: 0.2;
}

body.single-product .woocommerce.product > main {
    position: relative;
}

body.single-product .woocommerce.product > main::before {
    content: "";
    position: absolute;
    left: -200px;
    bottom: 150px;
    z-index: -1;
    width: 250px;
    height: 350px;
    filter: blur(150px);
    background-color: #00AF6699;
}
body.single-product .woocommerce.product > main::after {
    content: "";
    position: absolute;
    right: -200px;
    bottom: -100px;
    z-index: -1;
    width: 200px;
    height: 300px;
    filter: blur(110px);
    background-color: #00AF6699;
}

body.single-product .woocommerce.product .wc-block-breadcrumbs {
    display: none;
}

body.single-product .woocommerce.product main > .wp-block-columns {
    display: block;
    border-radius: 30px;
    padding: 35px 15px 30px;
    background-color: #313C4C;
}
body.single-product.light_theme .woocommerce.product .wp-block-columns {
    background-color: #ffffff;
    box-shadow: 5px 15px 35px -15px gray;
    border: 1px solid rgb(0 175 102 / 20%);
}

body.single-product .woocommerce.product .wp-block-column form {
    display: block;
    margin: 0;
}

body.single-product .woocommerce.product .wc-pao-addons-container {
    display: grid;
    flex-direction: column;
}

body.single-product .woocommerce.product .wc-pao-addons-container .required-addons-wrapper,
body.single-product .woocommerce.product .wc-pao-addons-container .optional-addons-wrapper {
    border-radius: 20px;
    padding: 25px 25px 5px;
    background-color: #3D495B;
    margin-bottom: 35px;
}
body.single-product.light_theme .woocommerce.product .wc-pao-addons-container .required-addons-wrapper,
body.single-product.light_theme .woocommerce.product .wc-pao-addons-container .optional-addons-wrapper {
    background-color: #E4ECF4;
}

body.single-product .woocommerce.product .wc-pao-addon-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
}
body.light_theme.single-product .woocommerce.product .wc-pao-addon-heading,
body.light_theme.single-product .wc-pao-required-addon .wc-pao-addon-name{
    color: #1B232F;
}
body.single-product .woocommerce.product .wc-pao-addon-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    width: 10px;
    height: 36px;
    background-color: #00AF66;
    border-radius: 0 10px 10px 0;
}

body.single-product .woocommerce.product #product-addons-total {
    order: 3;
}

body.single-product .woocommerce.product #product-addons-total div.product-addon-totals ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}

body.single-product .woocommerce.product #product-addons-total div.product-addon-totals ul li strong {
    font-weight: 700;
}

body.single-product #product-addons-total div.product-addon-totals ul li.wc-pao-subtotal-line {
    display: block;
    text-align: center;
    padding: 90px 0 0;
    position: relative;
    border-top: 2px solid #4C5768;
}
body.single-product #product-addons-total div.product-addon-totals ul li.wc-pao-subtotal-line::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    width: 500px;
    height: 40px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    background-image: url(/wp-content/plugins/ftp-pricing-table/includes/images/Payment-Cards.webp);
}

body.single-product #product-addons-total div.product-addon-totals ul li.wc-pao-subtotal-line .price {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
body.single-product #product-addons-total div.product-addon-totals ul li.wc-pao-subtotal-line .price span {
    font-size: 30px;
    font-weight: 800;
}

body.single-product .woocommerce.product .wc-pao-required-addon {
    margin-bottom: 20px;
}

body.single-product .wc-pao-required-addon .wc-pao-addon-name {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
body.single-product .wc-pao-required-addon .wc-pao-addon-name em {
    color: #00af66;
    font-style: normal;
    margin-left: -5px;
}
body.single-product .woocommerce.product .wc-pao-required-addon .form-row {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
body.single-product .woocommerce.product .wc-pao-required-addon .form-row .wc-pao-validation-notice {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
body.single-product .woocommerce.product .wc-pao-required-addon .form-row::after {
    display: none;
}
body.single-product .wc-pao-required-addon .form-row::before {
    display: none;
}
body.single-product .woocommerce.product .wc-pao-required-addon .form-row > div {
    flex: 1 1 20%;
}
body.single-product .wc-pao-required-addon .form-row input {
    display: none;
}
body.single-product .wc-pao-required-addon .form-row label {
    margin: 0;
    padding: 10px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
    background-color: #2F3A4A;
}
body.single-product.light_theme .wc-pao-required-addon .form-row label {
    color: #1B232F;
    background-color: #ffffff;
}
body.single-product .wc-pao-required-addon .form-row  > div input[type=radio]:checked+label {
    color: #ffffff;
    background-color: #00AF66;
}
body.single-product .woocommerce.product .wp-block-column .quantity {
    display: none;
}
body.single-product .woocommerce.product .wp-block-column .single_add_to_cart_button {
    width: 500px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 5px;
    border-radius: 8px;
    background-color: #00AF66;
    box-shadow: 20px 20px 50px #1B232F;
}
body.single-product.light_theme .woocommerce.product .wp-block-column .single_add_to_cart_button {
    box-shadow: 20px 20px 50px #cfcfcf;
}

body.single-product .page-title {
    font-weight: 700;
    margin-bottom: 16px;
}

body.single-product .page-title-para {
    padding-bottom: 30px;
    margin-bottom:30px;
    font-size: 16px;
}

body.single-product div.product-addon-totals {
    padding-left: 15px;
    padding-right: 15px;
}
body.light_theme.single-product div.product-addon-totals {
    color: #384455;
}

.main-footer-box{
  position: relative;
}
.footer-content {
  position: relative;
}
.bottom {
  position: relative;
}
.light_theme .tnp-subscription form .tnp-field input {
  border-color: #fff;
}

.custom-header .wp-block-column:nth-child(3) {
	flex-basis: 22% !important;
}

.custom-header .wp-block-column:nth-child(3) .wp-block-button {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.switch { position: relative; transform: unset; margin-right: 10px; margin-bottom: 0 !important; flex: 0 0 53px; min-height: 28px;}
.switch input {border:none;outline:none;}

.light_theme .about_midTxt h4 {
    color: #171F29;
}

.works_midimg img {
    width: 474px;
    height: auto;
    max-width: 100%;
}

.wp-block-lazyblock-notice-alert {
    margin-bottom: 2rem !important;
}
body .wc-block-components-notice-banner,
body .wc-block-components-notice-banner.is-success,
body .wc-block-components-notice-banner.is-info,
body .wc-block-components-notice-banner.is-danger{
    background-color: #2C3748;
    border-color: #2C3748;
    color: white;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
body .woocommerce-NoticeGroup .wc-block-components-notice-banner{
    color: #fff !important;

}

body .wc-block-components-notice-banner.is-error {
    background-color: #462e35 !important;
    border: 1px solid #e3534c !important;
}
body .wc-block-components-notice-banner.is-info:not(.woocommerce-form-coupon-toggle .is-info) {
    background-color: #FFA500 !important;
    border: 1px solid #e3534c !important;
}

body.woocommerce-page table.shop_table {
    width: 100%;
}

body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .button,
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .showcoupon{
    background: #00AF66 !important;
    color: white !important;
    padding: 10px 20px !important;
    font-weight: 700;
    opacity: 1;
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

body .wc-block-components-notice-banner > svg {
    display: none;
}

body .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .wc-block-components-sidebar-layout .wc-block-components-main,
body .is-large .wc-block-checkout__sidebar {
    width: 100%;
}

.is-large .wc-block-checkout__sidebar {
    position: static !important;
    order: 2;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 30px;
    padding: 35px 15px 30px;
    background-color: #313C4C;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
    padding: 0;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    order: 3;
}

.woocommerce-checkout main .woocommerce {
    max-width: 100%;
}

body .styled-box {
    background-color: #2C3748;
    border-color: #2C3748;
    color: white;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
body.light_theme .styled-box {
    color: #1B232F;
    background-color: #ffffff;
}

body .styled-box.order-placed {
    padding: 25px;
    font-size: 18px;
    border-radius: 30px;
    border: 1px solid #00af66;
    margin: 80px 0;
}

/*---------- Product Detail New Responsive ----------*/



@media (max-width: 575px) {
    body.single-product .woocommerce.product::before {
        width: 180px;
        height: 300px;
    }
    body.single-product .woocommerce.product::after {
        width: 180px;
        height: 240px;
    }
    body.single-product .woocommerce.product .wp-block-columns {
        border-radius: 20px;
        padding: 30px 20px 35px;
    }
    body.single-product .woocommerce.product .wc-pao-addons-container .required-addons-wrapper,
    body.single-product .woocommerce.product .wc-pao-addons-container .optional-addons-wrapper {
        border-radius: 10px;
        padding: 25px 10px 5px;
    }
    body.single-product .woocommerce.product .wc-pao-required-addon .form-row > div {
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }
    body.single-product .woocommerce.product .wc-pao-addon-heading {
        font-size: 20px;
        margin: 0 0 20px;
    }
    body.single-product .woocommerce.product .wc-pao-addon-heading::before {
        top: 4px;
        left: -21px;
        width: 5px;
        height: 20px;
    }
    body.single-product .wc-pao-required-addon .form-row label {
        padding: 4px;
        font-size: 12px;
        border-radius: 5.3px;
    }
    body.single-product .woocommerce.product #product-addons-total div.product-addon-totals ul li {
        margin: 0;
        border: none;
        font-size: 14px;
        margin-bottom: 6px;
    }
    body.single-product .woocommerce.product #product-addons-total div.product-addon-totals ul li .wc-pao-col1 {
        flex: 0 0 75%;
    }
}

/*---------- Checkout Page New Styling ----------*/

body.light_theme.woocommerce-checkout .woocommerce-form-coupon-toggle .checkout_coupon p {
    color: #ffffff;
}

/* body.light_theme.woocommerce-checkout .custom-logo-link {
    filter: invert(1);
} */

body.woocommerce-checkout main {
    padding: 0;
    max-width: 100%;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .checkout_coupon {
    padding: 25px;
    margin: 0 0 40px;
    border-radius: 20px;
    background-color: #2C3748;
    border: 1px solid #FFFFFF33;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .checkout_coupon p {
    font-size: 18px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .checkout_coupon .form-row-first {
    width: 51.5%;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .checkout_coupon .form-row-first input {
    border: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .checkout_coupon .form-row-last button {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    background-color: #00af66;
}

body.woocommerce-checkout .order-summary-section {
    margin-bottom: 60px;
}

body.woocommerce-checkout #order_review_heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

body.woocommerce-checkout .order-summary-section .order-summar {
    border: 1px solid #00af66;
}
body.light_theme.woocommerce-checkout .order-summary-section .order-summar {
    box-shadow: 8px 8px 40px 0px #00000033;
}

body.woocommerce-checkout .order-summar table {
    display: block;
    font-size: 18px;
    padding: 15px 10px;
}

body.woocommerce-checkout .order-summar table thead,
body.woocommerce-checkout .order-summar table tfoot {
    border-radius: 10px;
    background-color: #4E5C70;
}
body.light_theme.woocommerce-checkout .order-summar table thead,
body.light_theme.woocommerce-checkout .order-summar table tfoot {
    background-color: #E8EDF3;
}

body.woocommerce-checkout .order-summar table thead,
body.woocommerce-checkout .order-summar table tbody,
body.woocommerce-checkout .order-summar table tfoot {
    display: block;
}

body.woocommerce-checkout .order-summar table thead tr,
body.woocommerce-checkout .order-summar table tbody tr,
body.woocommerce-checkout .order-summar table tfoot tr {
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    padding-right: 30px;
}

body.woocommerce-checkout .order-summar table thead tr th,
body.woocommerce-checkout .order-summar table tbody tr td {
    flex: 1;
    border: none;
}

body.woocommerce-checkout .order-summar table thead tr th:nth-child(2),
body.woocommerce-checkout .order-summar table tbody tr td:nth-child(2) {
    text-align: center;
}

body.woocommerce-checkout .order-summar table thead tr th:nth-last-child(1),
body.woocommerce-checkout .order-summar table tbody tr td:nth-last-child(1) {
    text-align: end;
}

body.woocommerce-checkout .order-summar table tbody tr td.product-price {
    color: #0BCF7D;
    font-weight: 700;
}

body.woocommerce-checkout .order-summar table tfoot {
    padding: 1.1rem 1rem;
}

body.woocommerce-checkout .order-summar table tfoot tr td {
    padding: 0;
    border: none;
}

body.woocommerce-checkout .order-summar table tfoot tr:nth-child(1) td {
    padding-bottom: 5px;
}

body.woocommerce-checkout .order-summar table tfoot tr td.order-total-value {
    color: #0BCF7D;
    font-weight: 900;
}

body.woocommerce-checkout .wc-block-components-notice-banner {
    margin: auto;
    padding: 0;
    border: none;
    max-width: 80%;
    background-color: transparent;
} 
body.woocommerce-checkout .wc-block-components-notice-banner__content {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

body.light_theme.woocommerce-checkout .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    color: #000000;
} 

body.woocommerce-checkout .wc-block-components-notice-banner .wc-block-components-notice-banner__content a {
    padding: 0 !important;
    color: #0BCF7D !important;
    background: none !important;
    text-decoration: underline !important;
}

body.woocommerce-checkout .order-billing-section {
    padding: 130px 0 40px;
    position: relative;
    clip-path: polygon(100% 8%,100% 100%,0 100%,0 8%,50% 0);
}

body.woocommerce-checkout .order-billing-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: linear-gradient(180deg,rgba(37,48,63,1) 0%,rgba(37,48,63,0.8939775739397321) 33%);
}
body.light_theme.woocommerce-checkout .order-billing-section::before {
    background: #E7ECF2;
}

body.light_theme.woocommerce-checkout .order-payment-section {
	background: linear-gradient(to bottom, #E7ECF2, #fff);	
}

body.woocommerce-checkout .billing-info {
    padding: 0;
    border: none;
    background-color: transparent;
}

body.woocommerce-checkout .billing-info .woocommerce-billing-fields h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    padding: 25px;
    border-radius: 30px;
    align-items: flex-end;
    background-color: #2C3748;
    border: 1px solid #00af66;
}
body.light_theme.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    background-color: #ffffff;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    font-size: 18px;
    color: #fff;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
    line-height: 1;
    font-weight: 600;
}
body.light_theme.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
    color: #1B232F;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label abbr {
    color: #00af66;
    margin-left: -5px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label span {
    color: #ffffff;
    font-weight: 600;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input:not([type="checkbox"]),
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection {
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
}
body.light_theme.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input,
body.light_theme.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection {
    color: #818D9F;
    background-color: #E8EDF3;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input::placeholder {
    color: #9EABBF;
    font-weight: 600;
}

body.light_theme.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #818D9F;
    font-weight: 600;
}

body.woocommerce-checkout .billing-info .woocommerce-additional-fields {
    display: none;
}

body.woocommerce-checkout .order-payment-section {
    background-image: linear-gradient(to bottom, #242f3d, #1b222d);
    margin-bottom: 100px;
}
body.light_theme.woocommerce-checkout .order-payment-section {
    background-color: #dee3ed;
}

body.woocommerce-checkout .payment-method-div h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
body.light_theme.woocommerce-checkout .payment-method-div h2 {
    color: #1B232F;
}

body.woocommerce-checkout .payment-method-div {
    padding: 25px;
    font-size: 18px;
    border-radius: 30px;
    border: 1px solid #00af66;
}

body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment {
    background: none !important;
}

body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods::before {
    display: none !important;
}

body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods li {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #485466;
    border-radius: 10px;
    min-height: 70px;
    padding: 0 20px;
}
body.light_theme.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods li {
    background-color: #E2E9F3;
}

body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods li input {
    outline: none;
}

body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods li label img {
    margin: 0 0 0 10px !important;
}

body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods li label {
    font-weight: 600;
    margin-bottom: 0;
}
body.light_theme.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods li label {
    color: #424F60;
}

body.light_theme.woocommerce-checkout #payment .payment_box {
    background-color: #ffffff;
}
body.light_theme.woocommerce-checkout #payment .payment_box::before {
    border-bottom-color: #ffffff;
}

body.woocommerce-checkout .payment-method-div .place-order {
    padding: 0 !important;
}

body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper {
    padding: 20px;
    font-size: 18px;
    border-radius: 15px;
    background-color: #485466;
}
body.light_theme.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper {
    background-color: #E2E9F3;
}

body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
body.light_theme.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper h3 {
    color: #1B232F;
}

body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}
body.light_theme.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper p {
    color: #424F60;
}

body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper a {
    color: #00a962;
}

body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper .validate-required {
    padding: 0;
}

body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper .validate-required label abbr {
    color: #00af66;
    margin-left: -5px;
}

body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper .validate-required span {
    color: #ffffff;
    font-weight: 600;
}
body.light_theme.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper .validate-required span {
    color: #424F60;
}

body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper .validate-required span a {
    color: #00a962;
}

body.woocommerce-checkout .payment-method-div #place_order {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 8px;
    float: unset !important;
    margin: 20px 0 0 auto;
    background-color: #00AF66;
}

body.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 1420px;
    max-width: 100%;
    padding: 0 12px;
    margin: 0 auto 30px;
}

body .woocommerce-NoticeGroup .wc-block-components-notice-banner {
    color: #F57777;
    position: relative;
    border-radius: 10px;
    border: 1px solid #E8554D !important;
    background-color: #E8554D33 !important;
    padding: 25.5px 16px 25.5px 75px !important;
}
.woocommerce-NoticeGroup .wc-block-components-notice-banner::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/01/error-icon.png);
}

/*---------- Checkout Page Responsive ----------*/

@media (min-width: 1400px) and (max-width: 1599px) {
    body.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
        width: 1370px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    body.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
        width: 1170px;
    }
}

@media (max-width: 575px) {
    .woocommerce-NoticeGroup .wc-block-components-notice-banner {
        padding: 15px 15px 15px 55px !important;
    }
    .woocommerce-NoticeGroup .wc-block-components-notice-banner::before {
        left: 15px;
        width: 30px;
        height: 30px;
    }
    
    .woocommerce-NoticeGroup .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
        font-size: 14px;
    }
    
    body.woocommerce-checkout .order-summary-section {
        margin-bottom: 30px;
    }
    body.woocommerce-checkout .order-summar table tbody tr td.product-name {
        font-size: 14px;
    }
    body.woocommerce-checkout #order_review_heading,
    body.woocommerce-checkout .billing-info .woocommerce-billing-fields h3 {
        font-size: 32px;
    }
    body.woocommerce-checkout .order-billing-section {
        padding: 80px 0 40px;
        clip-path: polygon(100% 3%,100% 100%,0 100%,0 3%,50% 0);
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        padding: 15px;
        border-radius: 20px;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 16px;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input,
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection {
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 5px;
    }
    body.woocommerce-checkout .payment-method-div .place-order {
        margin: 0;
    }
    body.woocommerce-checkout .payment-method-div {
        padding: 15px;
        font-size: 16px;
        border-radius: 20px;
    }
    body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods {
        margin-bottom: 5px !important;
    }
    body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods li {
        flex: 0 0 100%;
        height: 70px;
    }
    body.woocommerce-checkout .payment-method-div .woocommerce-checkout-payment .wc_payment_methods li label {
        line-height: 1.4;   
    }
    body.woocommerce-checkout .payment-method-div .woocommerce-terms-and-conditions-wrapper p {
        font-size: 16px;
    }
}

/*---------- Cart Page New Styling ----------*/

body.woocommerce-cart .wp-block-post-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

body.woocommerce-cart .wc-block-cart {
    flex-direction: row-reverse;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__main {
    flex: 0 0 65%;
    padding-right: 0;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__main table tbody tr {
    outline: none;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-item__image {
    padding-left: 0;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-item__image a img,
body.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-item__image img {
    border-radius: 8px;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-components-product-name {
    font-weight: 600;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart-item__wrap a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
body.woocommerce-cart .wc-block-cart .wc-block-cart-item__wrap a:hover {
    color: #08c26b;
}

body.woocommerce-cart .wc-block-cart .wc-block-formatted-money-amount,
body.woocommerce-cart .wc-block-cart .wc-block-cart-item__prices {
    font-weight: 600;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-components-panel__button {
    outline: none;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form input {
    outline: none;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__button[aria-disabled="true"] {
    opacity: 0.8;
}
body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__button {
    transition: 0.3s;
    background-color: #00af66;
}
body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__button:hover {
    background-color: #000000;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:nth-child(3) {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

body.woocommerce-cart .wc-block-cart__sidebar {
    color: #ffffff;
}

body.woocommerce-cart .wc-block-grid__products .wc-block-grid__product a {
    color: #fff;
    font-size: 16px;
}

body.woocommerce-cart .wc-block-grid__products .wc-block-grid__product .price {
    font-size: 14px;
    font-weight: 600;
}

.woocommerce-checkout #payment ul.payment_methods li {
    height: auto;
    line-height: 1.2;
}

/* .woocommerce-checkout #payment div.payment_box{
    padding:0;
} */


/*---------- Cart Page New Responsive ----------*/


@media(max-width: 725px) {

    body.woocommerce-cart .wc-block-cart .wc-block-cart__main {
        flex: 0 0 100%;
        padding-right: 10px;
    }
    body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
        padding: 15px;
    }
    body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper:empty {
        padding: 0;
    }
}

/*---------- ThankYou Page Styling ----------*/

body.light_theme.woocommerce-order-received h3,
body.light_theme.woocommerce-order-received p {
    color: #000;
}

body.woocommerce-order-received .woocommerce-order-received-main {
    padding: 80px 0;
    overflow-x: clip;
    position: relative;
}
body.woocommerce-order-received .woocommerce-order-received-main::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 20%;
    height: 100%;
    min-width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/funded-trading-plus/assets/images/b1.svg);
}
body.woocommerce-order-received .woocommerce-order-received-main::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12%;
    width: 250px;
    height: 420px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/01/thankyou-bg-img.png);
}

body.woocommerce-order-received .woocommerce-order-received-main > .container::before {
    content: "";
    position: absolute;
    top: 50px;
    left: -400px;
    width: 497px;
    height: 597px;
    opacity: 0.7;
    filter: blur(200px);
    background-color: #00AF6699;
}
body.woocommerce-order-received .woocommerce-order-received-main > .container::after {
    content: "";
    position: absolute;
    right: -400px;
    bottom: 0;
    z-index: -1;
    width: 497px;
    height: 597px;
    opacity: 0.7;
    filter: blur(200px);
    background-color: #00AF6699;
}

body.woocommerce-order-received .order-placed {
    margin: 0;
    border: 1px solid #465364;
}

body.woocommerce-order-received .thank-you-message {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #3F4D60;
}

body.woocommerce-order-received .thank-you-message p {
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
}

body.woocommerce-order-received .thank-you-message:before {
    content: '';
    height: 120px;
    width: 120px;
    display: inline-block;
    background: url('./assets/images/thanks.png');
}

body.woocommerce-order-received .thank-you-message:after {
    content: 'You should receive an order confirmation email shortly.';
    font-weight: 600;
    line-height: 1;
    padding: 0;
    font-size: 22px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    display: block;
}

body.woocommerce-order-received .sub-section-title {
    font-size: 32px !important;
    font-weight: 700;
}

body.woocommerce-order-received .wc-block-order-confirmation-downloads {
    margin: 5px 0 0;
}

body.woocommerce-order-received table {
    border-radius: 20px;
    background-color: #374456;
}

body.woocommerce-order-received table tbody tr:nth-child(odd) {
    background-color: #405063;
}

body.woocommerce-order-received table.wc-block-order-confirmation-downloads__table thead tr th.download-file {
    width: 20%;
}

body.woocommerce-order-received table.wc-block-order-confirmation-downloads__table thead tr th,
body.woocommerce-order-received table.wc-block-order-confirmation-downloads__table tbody tr td {
    text-align: left;
    border-right: 2px solid #4A5A6E;
}
body.woocommerce-order-received table.wc-block-order-confirmation-downloads__table thead tr th:nth-last-child(1),
body.woocommerce-order-received table.wc-block-order-confirmation-downloads__table tbody tr td:nth-last-child(1) {
    border-right: none;
}

body.woocommerce-order-received table.wc-block-order-confirmation-downloads__table tbody tr td {
    font-size: 16px;
    font-weight: 500;
}

body.woocommerce-order-received table.wc-block-order-confirmation-downloads__table tbody tr td a {
    color: #ffffff;
    text-transform: capitalize;
}

body.woocommerce-order-received table.wc-block-order-confirmation-downloads__table tbody tr td.download-file a {
    width: 150px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: #00AF66;
    text-transform: capitalize;
} 

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary {
    margin: 20px 0;
    padding: 20px 30px;
    border-radius: 20px;
    background-color: #374456;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary ul li {
    flex: 1;
    font-size: 20px;
    border-right: 2px solid #4F5D71;
}
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary ul li:nth-last-child(1) {
    border-right: none;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary li .wc-block-order-confirmation-summary-list-item__key {
    font-weight: 500;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary li .wc-block-order-confirmation-summary-list-item__value {
    font-weight: 700;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals {
    margin-top: 5px;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table thead tr th:nth-child(1),
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table tbody tr td:nth-child(1),
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table tfoot tr th {
    width: 47%;
    font-size: 20px;
    font-weight: 500;
    border-right: 2px solid #4F5D71;
}
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table thead tr th:nth-last-child(1),
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table tbody tr td:nth-last-child(1),
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table tfoot tr td {
    font-size: 20px;
    font-weight: 800;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table tbody tr td a {
    color: #ffffff;
    font-weight: 500;
}
body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table tbody tr td strong {
    font-weight: 500;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals table tfoot tr td.wc-block-order-confirmation-totals__total {
    color: #0BCF7D;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals-wrapper .order-again {
    padding: 20px 0 0;
    text-align: end;
}

body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-totals-wrapper .order-again a {
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    background-color: #00af66;
}

/*---------- ThankYou Page Responsive ----------*/

@media(max-width: 575px) {
    body.woocommerce-order-received .order-placed {
        padding: 25px 12px 20px;
    }
    body.woocommerce-order-received .thank-you-message:before {
        width: 80px;
        height: 80px;
        background-size: cover !important;
    }
    body.woocommerce-order-received .thank-you-message p {
        font-size: 40px;
    }
    body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-downloads {
        overflow-x: auto;
    }
    body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary {
        padding: 20px 15px 15px;
    }
    body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary ul li {
        flex: 0 0 100%;
        border-right: none;
        padding-bottom: 10px;
        border-bottom: 2px solid #4F5D71;
    }
    body.woocommerce-order-received .wp-block-woocommerce-order-confirmation-summary ul li:nth-last-child(1) {
        border-right: none;
        border-bottom: none;
    }
    body.woocommerce-order-received .sub-section-title {
        margin: 40px 0 15px;
    }
}

/*---------- My Account Page Styling ----------*/

body.light_theme.woocommerce-account .woocommerce-MyAccount-content p,
body.light_theme.woocommerce-account .woocommerce-form-login p {
    color: #ffffff;
}

body.woocommerce-account .woocommerce {
    padding: 80px 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-form-login {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 20px;
    background-color: #2C3748;
    border: 1px solid #465364;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    display: block;
    border-radius: 10px;
    background-color: #00af66;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
    color: #00af66;
    font-weight: 600;
}

body.woocommerce-account .woocommerce-MyAccount-content .edit-account input,
body.woocommerce-account .woocommerce-form-login input,
body.woocommerce-account .woocommerce-ResetPassword input {
    border-radius: 10px;
}

body.woocommerce-account .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
    margin-left: 5px;
}

body.woocommerce-account .woocommerce-MyAccount-content .edit-account .woocommerce-Button,
body.woocommerce-account .woocommerce-form-login .woocommerce-button,
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {
    border-radius: 10px;
    transition: 0.3s all;
    background-color: #00af66;
}
body.woocommerce-account .woocommerce-MyAccount-content .edit-account .woocommerce-Button:hover,
body.woocommerce-account .woocommerce-form-login .woocommerce-button:hover,
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button:hover {
    background-color: #000000;
}

body.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a {
    color: #00af66;
    font-weight: 600;
    margin-left: 5px;
}

.cmplz-cookiebanner p {
    color: #000000;
}

.light_theme .promiceSec .promiceTop .bLogo img {
    filter: brightness(0);
}

.woocommerce-error a {
    color: #0BCF7D !important;
}

/*---------- Payment Options Radio Align ----------*/

/* .woocommerce-page label {
    display: inline-flex !important;
    align-items: center;
} */

/*---------- Order Pay Page Styling ----------*/

body.woocommerce-order-pay .order-payment-section {
    padding: 130px 0 40px;
    position: relative;
    clip-path: polygon(100% 8%,100% 100%,0 100%,0 8%,50% 0);
    background-image: linear-gradient(to bottom, #242f3d, #1b222d);
    margin-bottom: 100px;
}

body.woocommerce-order-pay .order-payment-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

body.light_theme.woocommerce-order-pay .order-payment-section {
    background: linear-gradient(to bottom, #E7ECF2, #fff);
}

/* Order Pay Page Order Summary Styling */
body.woocommerce-order-pay .order-summar table {
    display: block;
    font-size: 18px;
    padding: 15px 10px;
}

body.woocommerce-order-pay .order-summar table thead,
body.woocommerce-order-pay .order-summar table tfoot {
    border-radius: 10px;
    background-color: #4E5C70;
}
body.light_theme.woocommerce-order-pay .order-summar table thead,
body.light_theme.woocommerce-order-pay .order-summar table tfoot {
    background-color: #E8EDF3;
}

body.woocommerce-order-pay .order-summar table thead,
body.woocommerce-order-pay .order-summar table tbody,
body.woocommerce-order-pay .order-summar table tfoot {
    display: block;
}

body.woocommerce-order-pay .order-summar table thead tr,
body.woocommerce-order-pay .order-summar table tbody tr,
body.woocommerce-order-pay .order-summar table tfoot tr {
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    padding-right: 30px;
}

body.woocommerce-order-pay .order-summar table thead tr th,
body.woocommerce-order-pay .order-summar table tbody tr td {
    flex: 1;
    border: none;
}

body.woocommerce-order-pay .order-summar table thead tr th:nth-child(2),
body.woocommerce-order-pay .order-summar table tbody tr td:nth-child(2) {
    text-align: center;
}

body.woocommerce-order-pay .order-summar table thead tr th:nth-last-child(1),
body.woocommerce-order-pay .order-summar table tbody tr td:nth-last-child(1) {
    text-align: end;
}

body.woocommerce-order-pay .order-summar table tbody tr td.product-price {
    color: #0BCF7D;
    font-weight: 700;
}

body.woocommerce-order-pay .order-summar table tfoot {
    padding: 1.1rem 1rem;
}

body.woocommerce-order-pay .order-summar table tfoot tr td {
    padding: 0;
    border: none;
}

body.woocommerce-order-pay .order-summar table tfoot tr:nth-child(1) td {
    padding-bottom: 5px;
}

body.woocommerce-order-pay .order-summar table tfoot tr td.order-total-value {
    color: #0BCF7D;
    font-weight: 900;
}

/* Order Pay Page - Hide Qty column */
body.woocommerce-order-pay .shop_table thead tr th:nth-child(2),
body.woocommerce-order-pay .shop_table tbody tr td:nth-child(2) {
    display: none;
}

/* Order Pay Page - Style monetary values in green */
body.woocommerce-order-pay .shop_table tfoot tr td .woocommerce-Price-amount,
body.woocommerce-order-pay .shop_table tfoot tr td .amount,
body.woocommerce-order-pay .shop_table tbody tr td:nth-child(3) .woocommerce-Price-amount,
body.woocommerce-order-pay .shop_table tbody tr td:nth-child(3) .amount,
body.woocommerce-order-pay .shop_table tbody tr td.product-subtotal {
    color: #0BCF7D !important;
    font-weight: 700;
}

/* Order Pay Page - Reduce spacing in order summary */
body.woocommerce-order-pay .shop_table tfoot tr {
    line-height: 1.2;
}

body.woocommerce-order-pay .shop_table tfoot tr th,
body.woocommerce-order-pay .shop_table tfoot tr td {
    padding: 5px 0;
    font-size: 18px;
    border-top: none;
}

/*---------- Order Pay Page Responsive ----------*/

@media (max-width: 575px) {
    body.woocommerce-order-pay .order-payment-section {
        padding: 80px 0 40px;
        clip-path: polygon(100% 3%,100% 100%,0 100%,0 3%,50% 0);
    }
    
    body.woocommerce-order-pay .shop_table tfoot tr th,
    body.woocommerce-order-pay .shop_table tfoot tr td {
        font-size: 16px;
    }
}
