@media (min-width: 1599px) {
    .container {
        margin: auto;
		max-width:1280px !important;
    }
}

.woocommerce-remove-coupon {
    font-size: 0 !important; /* hide original text */
    position: relative;
}

.woocommerce-remove-coupon::after {
    content: "Remove Coupon" !important; /* your new text */
    font-size: 14px;
    color: red;
}

.woocommerce-additional-fields{
	display:none;
}

.woocommerce-MyAccount-navigation-link--subscriptions, .woocommerce-MyAccount-navigation-link--edit-address{
    display:none !important;
}

.product-template h1{
	font-size:36px !important;
}

.promo-title{
	font-size: 40px;
    padding-top: 30px;
	padding-bottom: 30px;
}

.wc-block-cart-item__remove-link{
    display:none !important;
}
.woocommerce-account input, .woocommerce-account button, 
.woocommerce-cart input, .woocommerce-cart button, .woocommerce-checkout input, .woocommerce-checkout button, .select2-container--default .select2-selection--single, .wc-block-cart__submit-container, .wc-block-components-button{
    /* height: 48px !important; */
    /* border-radius: 30px; */
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.alert-default-yearly{
    background: #56409a;
    border: 1px solid #56409a;
    color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 50px;
}

.alert-default-yearly h3{
	margin-bottom:15px;
}

.alert-default{
    background: #172432;
    border: 1px solid #172432;
    color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 50px;
}

.alert-default h3{
	margin-bottom:15px;
}

.woocommerce-checkout textarea{
    height: 148px !important;
    border-radius: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    background:#f7f7f7 !important;
}

.woocommerce-cart input, .woocommerce-checkout input, .select2-container--default .select2-selection--single, .woocommerce-account input{
    background:#f7f7f7 !important;
}

.order_review{
    border-radius:30px !important;
}

.woocommerce-checkout h1, .woocommerce-cart h1, .woocommerce-account h1{
    text-align:center !important;
    color: #444444 !important;
}

#section-about{
	overflow:hidden;
}

#section-why-attend .container{
	overflow:hidden;
}

#section-why-attend .container .wow{
	padding-bottom:30px;
}
#section-about .ul-check{
	padding-left:30px;
	position: relative;
}

#section-about .ul-check li::before{
	position: absolute;
    left: -30px;
}

#section-features .container{
	overflow:hidden;	
}

#section-why-attend-section .container{
	overflow:hidden;
}

.cta-subscriber .container{
	overflow:hidden;
}

.main-nav li{
	height:fit-content !important;
}

.pricing-body li{

}

@media (max-width:678px){
	.main-nav .sidebar .sidebar-submenu{
		position:relative !important;
		top:0px !important;
		padding-left:10px !important;
	}
	
	.main-nav .sidebar .has-sub > a{
		height:auto !important;
	}
	
	#section-about h2, .advantages-section h2{
		font-size: 26px !important;
		padding: 15px;
		line-height: 1.6;
	}
	
	.js-marquee span{
		font-size:16px !important;
	}
	
	.feature-card .feature-icon {
		width: 64px !important;
		height: 64px !important;
	}
}

#section-venue-promo button{
	padding: 15px 30px !important;
    text-decoration: none !important;
    margin-top: 40px !important;
}

.woocommerce table.shop_table .product-name .product-quantity{
	display:none;
}
/* Hide the original "/ month" text */
/* .wc-block-components-sale-badge {
    font-size: 0;
}
 */
/* Rebuild the content with "/ year" */

/* .wc-block-cart-item__total .wc-block-components-sale-badge::before {
    content: "Save ";
    font-size: 14px;
    font-weight: 600;
}

.wc-block-cart-item__total .wc-block-components-sale-badge .wc-block-components-formatted-money-amount {
    font-size: 14px;
    font-weight: 700;
}

.wc-block-cart-item__total .wc-block-components-sale-badge .wc-block-components-formatted-money-amount::after {
    content: " / year";
    font-weight: 600;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
} */


.woocommerce-privacy-policy-text p{
	text-align: center !important;
    font-style: italic !important;
    line-height: 1.4 !important;
    color: #888888 !important;
    margin-top: 20px  !important;
    margin-bottom: 25px !important;
    padding: 25px !important;
    background: #982f7e17 !important;
    border-radius: 12px !important;
}

.wc-block-components-totals-discount__coupon-list-item{
	width: 100%;
    border-radius: 0px !important;
    border: 0px;
    font-size: 17px;
    text-transform: uppercase;
    background: #f1f0f0;
    font-weight: 700;
}

.wc-block-components-chip__remove {
    width: 24px ;
    height: 24px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    position: relative;
	border-radius:0px !important;
}

.wc-block-components-chip__remove::before,
.wc-block-components-chip__remove::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: black;
    top: 50%;
    left: 50%;
    transform-origin: center;
}

.cart-discount th{
	text-transform:uppercase !important;
	font-weight:700 !important;
}

.wc-block-components-chip__remove::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

.wc-block-components-chip__remove::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.wc-block-components-chip__remove::before{
	transform: translate(-50%, -50%) rotate(45deg) !important;
}
.wc-block-components-chip__remove::after{
	transform: translate(-50%, -50%) rotate(-45deg) !important;
}


.woocommerce-cart h3,
.single-product h1{
    color: #071622;
    margin-bottom: 20px;
}

.woocommerce-checkout h2,
.woocommerce-cart .cart-products,
.single-product .woocommerce{
    color: #3b3b3b;
    font-weight: 300;
}

.woocommerce-cart .bg-white,
.single-product .bg-white{
    position: relative;
    display: block;
    padding: 0px 0 0px;
    background: #ffffff;
    z-index: 10;
}

.variation-Description{
    display:none !important;
}


.woocommerce-cart .billing-note,
.single-product .billing-note{
    border: 0px !important;
    border-radius: 6px !important;
    padding: 3px 10px !important;
    width: fit-content !important;
    color: #FFFFFF !important;
    background: #716596 !important;
    font-size: 14px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 0px !important;
}

.single-product .nice-select{
    width: 100px;
}

.single-product .quantity{
    width: 5px !important;
    margin-left: 5px;
    margin-right: 5px;
}

.single-product .cart{
    margin-top: 25px;
}

.single-product button, .single-product .nice-select{
    height: 60px;
    font-size: 16px !important;
    border-radius: 0px !important;
    padding-left: 25px;
    padding-right: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product .single_add_to_cart_button{
    background-color: #56409a !important;
}

.single-product del{
	font-size: 46px;
	color:#c1c1c1;
}

.single-product del bdi{
	color:#c1c1c1 !important;
}
.single-product .woocommerce-Price-amount bdi,
.woocommerce-cart .woocommerce-Price-amount bdi{
    font-size: 46px;
    font-weight: 600;
    color: #9a406d;
    padding-right: 4px;
}
.woocommerce-Price-currencySymbol{
    margin-right:10px;
}

.woocommerce-cart .icon-check:before,
.single-product .icon-check:before{
    color: #56409a;
}

.order-total td,
.cart-subtotal td{
    text-align: right;
}

.shop_table{
    margin-top: 15px;
    border: 1px solid #cccccc;
    background: #f6f5f8;
}
.shop_table td, .shop_table th{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}
.shop_table th{
    font-weight: 500;
    color:#071622;
}

.woocommerce-checkout .section, .woocommerce-checkout .container, .woocommerce-checkout .container-fluid{
    overflow-x: unset !important;
}

.woocommerce-checkout{
    display: flex;
    flex-direction: row;
    height: fit-content !important;
    gap:25px !important;
}

.woocommerce-checkout .nice-select{
    display: none !important;
}

.woocommerce-checkout select{
    display: block !important;
}


.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
    float: left;
    width: 100%;
    max-width: unset !important;
    padding:0px !important;
}

.woocommerce-billing-fields h3{
    color:#071622;
    margin-bottom: 15px;
}

.woocommerce-billing-fields__field-wrapper{
    background: #f7f7f7;
    padding: 15px;
    font-size: 14px;
}

.woocommerce form .form-row label {
    line-height: 2;
    display: block !important;
    width: 100%;
}

.woocommerce-input-wrapper input{
    height: 60px !important;
    border: 1px solid #b5b5b5 !important;
    background: #FFFFFF !important;
}
.woocommerce-input-wrapper{
    width: 100%;
    height: 60px;
}

.woocommerce .nice-select, .woocommerce-checkout .select2-selection{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #b5b5b5;
    background: #FFFFFF !important;
}

#order_review_heading{
    display: none !important;
}

#order_review{
    width: 45%;
    margin-top:50px;
    border-radius: 0px !important;
    font-size: 14px;
}

#place_order{
    background-color: #56409a !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    height: 60px !important;
}

.woocommerce-info{
    padding: 15px;
    background-color: #da3d04;
    color: #ffffff;
    text-align: center;
}

.woocommerce-form-coupon-toggle{
    font-size: 14px;
}

.woocommerce-form-coupon button{
    background: #56409a !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    height: 60px !important;
}

.woocommerce-form-coupon input {
    font-size: 16px;
    height: 60px !important;
    background: #FFFFFF !important;
    border: 1px solid #b5b5b5 !important;
}

.checkout-button{
    font-size: 16px !important;
}


.woocommerce-error{
    background:#c82f2f;
    color: #FFFFFF;
    font-size: 16px;
}
.woocommerce-NoticeGroup{
    position: absolute !important;
    top: 45% !important;
    width: 400px !important;
    right: 50% !important;
    margin-right: -200px !important;
    z-index: 20000 !important;
}


.woocommerce-account .col2-set{
    gap:30px;
}

.woocommerce-account h1{
    margin-bottom: 35px;
}
.woocommerce-account h2{
    color: #071622;
}

.woocommerce-form-login{
    padding-right: 25px !important;
    font-size: 16px;
}

.woocommerce-form-register{
    font-size: 16px;
}

.woocommerce-form-login .password-input{
    width: 100% !important;
}
.woocommerce-form-login .woocommerce-Input--text,
.woocommerce-form-register .woocommerce-Input--text{
    width: 100% !important;
    height: 60px !important;
}

.woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-form-register__submit{
    background: #56409a !important;
    height: 60px !important;
    color: #FFFFFF !important;
    margin-right: 0px !important;
    margin-top: 25px !important;
}

.woocommerce #customer_login .u-column1,
.woocommerce #customer_login .u-column2{
    max-width: unset !important;
    padding-left: 7% !important;
    padding-right: 7% !important;
}

.promo{
    text-decoration: line-through;
    text-decoration-color:#ff0000;
}

.promo bdi{
    font-size: 20px !important;
}

.related.products{
    display:none !important;
}

.comment-form-comment label{
    opacity:0;
}

.comment-form textarea, .comment-form input[type="text"]{
    border:1px solid #cccccc;
    min-height:60px;
    width:60%;
}

.comment-form{
    background: #f6f6f6;
    padding: 25px 0px 25px 25px;
    font-size:14px;
}

.comment-form textarea{
    height:120px;
}

.comment-form label{
    width:30%;
    font-size:14px;
}

.comment-form-cookies-consent label{
    width:90% !important;
}


.comment-form .submit{
    background: #56409a;
    color: #FFFFFF;
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    float: right;
}

.woocommerce-MyAccount-navigation-link--ai-token, .woocommerce-MyAccount-navigation-link--downloads{
    display:none !important;
}

.woocommerce-MyAccount-navigation ul li{
    position:relative;
}

.woocommerce-MyAccount-navigation ul li a{
    padding-left:30px !important;
    color: #071622 !important;
}

.woocommerce-MyAccount-navigation ul li a::before{
    display:none !important;
}
.woocommerce-MyAccount-navigation ul li::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display:inline-block;
    width:20px;
    margin-right:10px;
    position:absolute;
    top:10px;
    color:#071622 !important;
}

.woocommerce-account input{
    height:60px !important;
}

.woocommerce-account .woocommerce-Button{
    margin-top:35px;
    background: #56409a !important;
    color: #FFFFFF !important;
    height: 60px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

/* Dashboard */
.woocommerce-MyAccount-navigation-link--dashboard::before{
    content:"\f3fd";
}

/* Orders */
.woocommerce-MyAccount-navigation-link--orders::before{
    content:"\f07a";
}

/* Downloads */
.woocommerce-MyAccount-navigation-link--downloads::before{
    content:"\f019";
}

/* Addresses */
.woocommerce-MyAccount-navigation-link--edit-address::before{
    content:"\f3c5";
}

/* Payment Methods */
.woocommerce-MyAccount-navigation-link--payment-methods::before{
    content:"\f09d";
}

/* Account Details */
.woocommerce-MyAccount-navigation-link--edit-account::before{
    content:"\f007";
}

/* Logout */
.woocommerce-MyAccount-navigation-link--customer-logout::before{
    content:"\f2f5";
}

.woocommerce-info{
    font-size:16px !important;
}

.special-items{
    align-items:start !important;
}

.special-items .icon-check{
    padding-top:5px;
}


.special-items div{
    flex-direction:column;
    align-items:start;
    display:flex;
}

.icon-check{
    margin-right: 10px;
}

.logo-with-tag{
    display:flex !important;
    flex-direction:column;
    align-items:center;
}

.logo-with-tag span{
    font-size: 5px;
    color: #FFFFFF;
    line-height: 2.0;
    text-transform: uppercase;
}

.preload-logo{
    margin-bottom:10px;
    display: flex !important;
    flex-direction:column;
    align-items:center;
}

.preload-logo span{
    font-size: 9px;
    color: #FFFFFF;
    line-height: 2.0;
    text-transform: uppercase;
}
