/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.single-product .woocommerce-Price-amount { font-size: 30px; }

.menu-bloginfo .menu-bloginfo-inner a {
    text-decoration: underline;
}

.checkout-flex .uncode-wc-module__row--first .uncell .uncont {
	flex-direction: column-reverse;
    display: flex;
}

.awcpt-table-col.awcpt-customField-col .awcpt-cf-text {
	margin-top:0px;
}

.checkout-flex .woocommerce-form-login-toggle {
	order:2;
}

.checkout-flex .woocommerce-form.woocommerce-form-login {
	order:1;
}

.smaller-on-mob h3.h1 {
	font-size:29px;
}


/* Frontend only */
form.affwp-register-form #affwp-payment-email,
form.affwp-register-form label[for="affwp-payment-email"],
form.affwp-register-form #affwp-user-url,
form.affwp-register-form label[for="affwp-user-url"],
form.affwp-register-form #affwp-promotion-method,
form.affwp-register-form label[for="affwp-promotion-method"] { display:none !important; }


div#customer_details .col-1 {
	display: flex;
    flex-direction: column;
}

div#customer_details .col-1 .woocommerce-billing-fields{
    order: 2;
    margin-top: 30px;
}

div#customer_details .col-1 .woocommerce-account-fields{
    order: 1;
    margin-top: 0px;
}

.create-account.woocommerce-validated {
	margin-top:0px;
}

form.checkout .create-account {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

#customer_details {
	margin-top:20px;
}



#menu-cta-1 > li:nth-child(2) .menu-btn-container, #menu-cta-1 > li:nth-child(3) .menu-btn-container {
	background-color: transparent !important;
    color: black;
    border: none;
    padding-left: 5px !important;
	padding-right: 3px !important;
}

#menu-cta-1 > li:nth-child(2) .menu-btn-container span, #menu-cta-1 > li:nth-child(3) .menu-btn-container span {
	text-decoration:underline;	
}



@media (max-width: 569px) {
    .shop_table.cart td.actions {
        flex-direction: column-reverse;
    	display: flex;
    }
	
	.shop_table.cart td.actions div.coupon {
        margin-top: 20px;
    }
	
	.woocommerce-account-fields .woocommerce-form__label-for-checkbox.checkbox {
		display: block;
		padding: 0px !important;
		margin: 20px 0;
		line-height: 2;
	}
	
	.woocommerce-form-login + #customer_details .col-1, .woocommerce-form-coupon + #customer_details .col-1 {
    margin-top: 0 !important;
}
	
	.woocommerce-form-coupon-toggle .showcoupon {

		line-height: 1.9;
	}
}


.woocommerce-form-login + #customer_details .col-1, .woocommerce-form-coupon + #customer_details .col-1 {
    margin-top: 0 !important;
} 
/* Container styling */
.woocommerce-account-fields .woocommerce-form__label-for-checkbox.checkbox {
    display: block !important;
    padding: 9px !important;
    margin: 20px 0;
    background: #8f1e18; /* light highlight background */
    border: 2px solid #ff8c00; /* orange border */
    border-radius: 6px;
    font-size: 14px; /* bigger text */
    font-weight: 600;
    color: white;
    cursor: pointer;
	line-height: 1.8;
}

/* Bigger checkbox itself */
.woocommerce-account-fields .woocommerce-form__input-checkbox {
    transform: scale(1.6);
    margin-right: 10px;
    accent-color: #8f1e18; /* modern browsers */
}

/* Optional hover effect */
.woocommerce-account-fields .woocommerce-form__label-for-checkbox.checkbox:hover {
    background: #8f1e18;
    border-color: #ff8c00;
}


.checkout_coupon.woocommerce-form-coupon .button.1, .woocommerce-button.woocommerce-form-login__submit {
	color:white;
}

.woocommerce-button.woocommerce-form-login__submit {
	color:white;
}

.coupon button[type="submit"] { 
	color:white;
}

.style-light td.actions > button, .style-dark .style-light td.actions > button {
    color: white !important;
}

.woocommerce-form-coupon .button {
	color:white;
}

#menu-cta-1 > li:nth-child(2) .menu-btn-container span{
	text-decoration: underline;
}


.sold-out {
  color: red !important;
  font-weight: bold;
}

a.button.product_type_simple:not(.add_to_cart_button) {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  pointer-events: none;
  opacity: 0.6;
}

a.button.product_type_simple:not(.add_to_cart_button) .view-cart.added_to_cart {
	display:none;
}


.woocommerce-form-coupon-toggle .showcoupon {
  font-size: 25px;
  font-weight: bold;
  animation: blink-coupon 1s infinite;
}

@keyframes blink-coupon {
  0%, 100% {
    color: #8f1e18;
  }
  50% {
    color: black;
  }
}

.woocommerce-form-coupon-toggle .showcoupon {
  text-decoration: underline;
  background-color: #ffe5e5; /* light red background */
  padding: 0.25em 0.5em;
  border-radius: 4px;
}

.woocommerce-form-coupon-toggle .wc-notice {
    font-size: 25px;
}

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

.page-id-120515 .uncode-accordion:not(.default-typography) .panel-title > a > span {
    font-size: 15px;
}

.page-id-120515  .w-border .panel {
    border-top-width: 2px !important;
}

.page-id-120515 .panel-group .panel-heading + .panel-collapse:before {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.page-id-120515 .panel:not(.has-padding) .panel-title > a {
    padding: 18px 10px 18px 10px;
    border-left-width: 2px !important;
	border-right-width: 2px !important;
}

.page-id-120515 .plus-signed.sign-size-md .panel-title > a > span:after {
    font-size: 20px;
    color: #8f1e18;
}


a.awcpt-title {
	pointer-events:none;
}

.ditty-ticker {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: #F5F5DC !important; /* Dark background */
    color: #8f1e18 !important; /* White text */
    font-size: 26px !important;
	font-weight:600 !important;
    padding: 12px 10px !important;
    z-index: 9999 !important;
    white-space: nowrap;
}

.ditty-ticker a {
	color: #8f1e18 !important; /* White text */
}

.speaker-link { 
text-decoration:underline;
}

.speaker-link:hover { 
color:#8f1e18 !important;
	text-decoration:underline;
}

footer .footer-center {
    padding-bottom: 40px !important;
}

#logo-container-mobile .text-logo.h3.logo-skinnable.main-logo {
	font-size:23px !important;
}

#logo-container-mobile { 
	padding-left: 20px !important;
}

.awcpt-table-col.awcpt-prdExcerpt-col {
	min-width:170px;
}

.bitsmaller.btn-lg { padding: 16px 30px !important; }

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

	.awcpt-table-col.awcpt-prdExcerpt-col {
		min-width: 80px;
	}
	
	#awcpt-product-table-117932 td.awcpt-prdTitle-col, #awcpt-product-table-117932 th.awcpt-prdTitle-col {
    	padding: 6px 10px 6px 10px !important;
	}
	
	#awcpt-product-table-117932 td.awcpt-price-col {
    	padding: 6px !important;
    	max-width: 52px !important;
	}
	
	#awcpt-product-table-120172 td.awcpt-prdTitle-col, #awcpt-product-table-120172 th.awcpt-prdTitle-col {
    	padding: 6px 10px 6px 10px !important;
	}
	
	#awcpt-product-table-120172 td.awcpt-price-col {
    	padding: 6px !important;
    	max-width: 52px !important;
	}
	
	.awcpt-cart-form .quantity .qty, .awcpt-qty-field input.awcpt-quantity {
    	width: 30px;
	}
	
	table.awcpt-product-table .awcpt-title {
    	font-size: 15px !important;
	}
	
	table.awcpt-product-table .awcpt-title.awcpt-sub {
    	font-size: 12px !important;
	}
	
	#awcpt-product-table-117932 td, #awcpt-product-table-117932 th {
    	padding: 8px 8px 8px 8px !important;
	}
	
	#awcpt-product-table-120172 td, #awcpt-product-table-120172 th {
    	padding: 8px 8px 8px 8px !important;
	}
	
	table.awcpt-product-table .awcpt-excerpt {
		font-size: 12px;
	}
	
	table.awcpt-product-table .woocommerce-Price-amount, .awcpt-table-col.awcpt-price-col > div > ins.h3 {
    	font-size: 12px !important;
    	color: black;
	}
	
	.awcpt-woo-btn .button {
    	padding: 10px 1px !important;
    	min-width: 60px;
		font-size: 11px !important;
	}
	
	.awcpt-qty-field input.awcpt-quantity {
		padding-top: 0px !important;
	}
	
	table.awcpt-product-table td, table.awcpt-product-table th {
    padding: 0px 6px 0px 6px !important;
	}
	
	.awcpt-table-col.awcpt-price-col {
		font-size:12px !important;
	}
}

.page-id-117913 .add_to_cart_button.added_and_noted .add_to_cart_text {
    opacity: 1 !important;
}

.page-id-117913 .add_to_cart_button .view-cart.added_to_cart {
    display: none !important;
}

.page-id-117913 .vc_row {font-family: 'Helvetica Neue', 'Roboto';letter-spacing:-0.5px;}

.grecaptcha-badge {
	display:none;
}

#awcpt-product-table-119607 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-119607 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-119607 > tbody > tr:nth-child(4) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-119607 > tbody > tr:nth-child(6) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-119639 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-119639 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-119639 > tbody > tr:nth-child(4) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-119639 > tbody > tr:nth-child(6) > td.awcpt-table-col.awcpt-prdTitle-col > a {
display:none;
}

#awcpt-product-table-119607 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119607 > tbody > tr:nth-child(2) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119607 > tbody > tr:nth-child(4) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119607 > tbody > tr:nth-child(5) > td.awcpt-table-col.awcpt-prdTitle-col, 
#awcpt-product-table-119639 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119639 > tbody > tr:nth-child(2) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119639 > tbody > tr:nth-child(4) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119639 > tbody > tr:nth-child(5) > td.awcpt-table-col.awcpt-prdTitle-col   {
border-bottom:0px;
}

#awcpt-product-table-119607 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119607 > tbody > tr:nth-child(6) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119639 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-119639 > tbody > tr:nth-child(6) > td.awcpt-table-col.awcpt-prdTitle-col {
border-top:0px;
}

#awcpt-product-table-117932 td , #awcpt-product-table-117932 th {
    padding: 20px 16px 20px 18px;
}

#awcpt-product-table-117932 td.awcpt-prdTitle-col, #awcpt-product-table-117932 th.awcpt-prdTitle-col {
    padding: 20px 40px 20px 40px;
}

#awcpt-product-table-117932 td.awcpt-price-col {
	padding-left: 0px;
    max-width: 52px;
}




#awcpt-product-table-120173 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-120173 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col > a,  #awcpt-product-table-120173 > tbody > tr:nth-child(6) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-120174 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-120174 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-120174 > tbody > tr:nth-child(6) > td.awcpt-table-col.awcpt-prdTitle-col > a {
display:none;
}

#awcpt-product-table-120379 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col > a, #awcpt-product-table-120379 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col > a {
display:none;
}

#awcpt-product-table-120379 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120379 > tbody > tr:nth-child(2) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120379 > tbody > tr:nth-child(4) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120379 > tbody > tr:nth-child(5) > td.awcpt-table-col.awcpt-prdTitle-col {
	border-bottom: 0px;
}



#awcpt-product-table-120173 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120173 > tbody > tr:nth-child(2) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120173 > tbody > tr:nth-child(4) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120173 > tbody > tr:nth-child(5) > td.awcpt-table-col.awcpt-prdTitle-col, 
#awcpt-product-table-120174 > tbody > tr:nth-child(1) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120174 > tbody > tr:nth-child(2) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120174 > tbody > tr:nth-child(4) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120174 > tbody > tr:nth-child(5) > td.awcpt-table-col.awcpt-prdTitle-col   {
border-bottom:0px;
}

#awcpt-product-table-120173 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120173 > tbody > tr:nth-child(6) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120174 > tbody > tr:nth-child(3) > td.awcpt-table-col.awcpt-prdTitle-col, #awcpt-product-table-120174 > tbody > tr:nth-child(6) > td.awcpt-table-col.awcpt-prdTitle-col {
border-top:0px;
}

#awcpt-product-table-120172 td , #awcpt-product-table-120172 th {
    padding: 20px 16px 20px 18px;
}

#awcpt-product-table-120172 td.awcpt-prdTitle-col, #awcpt-product-table-120172 th.awcpt-prdTitle-col {
    padding: 30px 40px 30px 40px;
}

#awcpt-product-table-120172 td.awcpt-price-col {
	padding-left: 0px;
    max-width: 52px;
}


#awcpt-product-table-121998 td , #awcpt-product-table-121998 th {
    padding: 20px 16px 20px 18px;
}

#awcpt-product-table-121998 td.awcpt-prdTitle-col, #awcpt-product-table-121998 th.awcpt-prdTitle-col {
/*    padding: 30px 40px 30px 40px;  */
}

#awcpt-product-table-121998 td.awcpt-price-col {

}


table.awcpt-product-table .woocommerce-Price-amount, .awcpt-table-col.awcpt-price-col > div > ins.h3 {
    font-size: 14px;
	color:black;
}



table.awcpt-product-table td, table.awcpt-product-table th {
    padding: 13px 16px 13px 18px;
}

.awcpt-table-col.awcpt-price-col > div > ins.h3, .awcpt-table-col.awcpt-price-col > div > ins.h3 > ins{
	text-decoration:none;
}

table.awcpt-product-table .awcpt-excerpt {
	text-align:right;
	font-weight:400;
	color: black;
}

table.awcpt-product-table .awcpt-title {
	font-weight:600;
	color:blaCK;
	font-size:20px;
}

table.awcpt-product-table .awcpt-title.awcpt-sub {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}

.awcpt-table-wrapper {
    overflow: hidden;
}


.burg-ticket h4 {
	color: white;
    font-size: 28px;
    font-weight: 400;
	margin-top:0px;
}

.burg-ticket h3 {
	color: white;
    font-size: 31px;
    margin-top: 0;
}

.burg-ticket h3.number-tickets {
    font-size: 60px;
}

.burg-ticket p {
	margin-top: 1px;
}


.bundled_product_excerpt.product_excerpt p {margin-top:4px;}

.bundled_item_cart_details .price del {text-decoration-thickness: 3px;}

#menu-cta-1 .menu-btn-container {
    background-color: #F7C94C;
}

.bundled_item_18 .quantity, .bundled_item_20 .quantity {display:none !important;}

.awcpt-cart-widget {
   background-color: #8f1e18;
}

.download-files h3.h2 {
	font-size: 25px;
}

.download-files .icon-box-icon {
	display:none;
}

.hidern {
	display: none !important;
}

.icon-box-left.icon-box-space-reduced .icon-box-content {
	 max-width: 260px;
}

.bundled_product_image.woocommerce-product-gallery__image a { pointer-events:none !important; }

.make-inline .uncol {
	display:inline;
}

.icon-box-icon {vertical-align: middle !important;}

.tmb .t-entry p.t-entry-meta span {
	font-size: 18px;
    font-weight: 400;
}

footer .footer-center {
    padding-top: 18px;
    padding-bottom: 18px;
}

.contact-no-icon .icon-box-top .icon-box-icon {
	display: none !important;
}

.speaker-quote {
	padding: 25px 20px;
    background: #F6F2FB;
    border-left: 7px solid #8f1e18;
}

.speaker-quote p {
	margin-top:0;
	font-size: 16px;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


.speaker-title {
	margin-top: 12px !important;
	color : #8f1e18;
}

.speaker-title p strong {
	color : #8f1e18;
}

.menu-btn-container {
	border-radius: 10px;
    background-color: #6b9143;
    color: white;
}


.item_title {
	font-size: 16px;
    font-weight: 500;
}

.bundled_product_permalink {
	display:none;
}



.woocommerce .quantity input[type="number"].qty {
    padding: 5px 0 5px 8px;
}

.woocommerce-Price-amount {
	font-size:16px;
}

.bundle_price .woocommerce-Price-amount {
	font-size:30px;
}

.bundled_item_price_quantity, .price-container {display:none !important;}

.cart.bundle_data .bundle_price .price del {display: none;}


.single_add_to_cart_button {
	background-color: #6b9143 !important;
    color: white !important;
    border-radius: 8px !important;
    font-size: 18px !important;
}

.postid-118660 .bundled_item_wrap .bundled_item_cart_details {
}


.postid-117921 thead, .postid-118660 thead {
}


.postid-117921 thead tr, .postid-118660 thead tr, .postid-119577 thead tr {
  background-color: transparent !important;
}

.postid-117921 tr:nth-child(1), .postid-119577 tr:nth-child(1) {
  background-color: #F7C94C;
}


.postid-117921  tr:nth-child(2), .postid-117921  tr:nth-child(4), .postid-119577  tr:nth-child(2), .postid-119577  tr:nth-child(4) {
  background-color: #8E1F21;
}

.postid-117921  tr:nth-child(3), .postid-117921  tr:nth-child(5), .postid-119577  tr:nth-child(3), .postid-119577  tr:nth-child(5) {
  background-color: #A34F3F;
}


.postid-117921 tr:nth-child(6), .postid-117921  tr:nth-child(8), .postid-119577 tr:nth-child(6), .postid-119577  tr:nth-child(8){
  background-color: #006cff;
}

.postid-117921 tr:nth-child(7), .postid-117921  tr:nth-child(9), .postid-119577 tr:nth-child(7), .postid-119577  tr:nth-child(9) {
  background-color: #77b0ff;
}


.postid-117921 tr:nth-child(10), .postid-117921  tr:nth-child(12), .postid-119577 tr:nth-child(10), .postid-119577  tr:nth-child(12){
  background-color: #6D9148;
}

.postid-117921 tr:nth-child(11), .postid-117921  tr:nth-child(13), .postid-119577 tr:nth-child(11), .postid-119577  tr:nth-child(13) {
  background-color: #8BA36A;
}



.postid-118660 tr:nth-child(1) {
  background-color: #7B8DC2;
}

.postid-118660  tr:nth-child(4) {
  background-color: #7B8DC2;
}

.postid-118660 tr:nth-child(7) {
  background-color: #659547;
}

.postid-118660 tr:nth-child(8) {
  background-color: #85A96A;
}

.postid-118660 tr:nth-child(9) {
  background-color: #97211D;
}

.postid-118660 tr:nth-child(10) {
  background-color: #AA4A3B;
}

.postid-118660 tr:nth-child(2) span.item_title, .postid-118660 tr:nth-child(3) span.item_title, .postid-118660 tr:nth-child(5) span.item_title, .postid-118660 tr:nth-child(6) span.item_title {
	color: black;
}


.bundled_item_35 .bundled_item_qty_col {display: none;}

.bundled_item_35 .bundled_item_details_col { width:100%; }

.bundled_item_27, .bundled_item_31 { border-top: 40px solid white; }

.bundled_item_34 { border-top: 20px solid white; }


.postid-117921 div.product div.images img, .postid-118660 div.product div.images img, .postid-119577 div.product div.images img {
	width:50%;
}

.bundled_item_18 {
    border-top: 25px solid white;
    border-bottom: 25px solid white;
}



.postid-117921 table h4, .postid-117921 table bdi, .postid-118660 table h4, .postid-118660 table bdi, .postid-119577 table h4, .postid-119577 table bdi  {
  color: white !important;
}



.postid-117921 table tr td, .postid-118660 table tr td, .postid-119577 table tr td {
  border: 1px solid #000;
  padding: 10px;
}


.postid-117921 .input-text.qty.bundled_qty, .postid-118660 .input-text.qty.bundled_qty, .postid-119577 .input-text.qty.bundled_qty {
	color: black;
    font-size: 15px;
}


.postid-117921 .woocommerce-product-gallery, .postid-118660 .woocommerce-product-gallery, .postid-119577 .woocommerce-product-gallery {
	display:none;
}

.postid-117921 .product .col-lg-6, .postid-118660 .product .col-lg-6, .postid-119577 .product .col-lg-6 {
	display: inherit;
	width: 100%;
	height:auto;
}

.postid-117921 table.bundled_products, .postid-118660 table.bundled_products, .postid-119577 table.bundled_products {
	width: 100%;
	margin: 0 auto;
}


.postid-117921 .bundled_product_title.product_title, .postid-117921 .bundled_product_excerpt.product_excerpt, .postid-119577 .bundled_product_title.product_title, .postid-119577 .bundled_product_excerpt.product_excerpt {
	display:inline-block;
	width:50%;
}

.postid-118660 .bundled_product_title.product_title, .postid-118660 .bundled_product_excerpt.product_excerpt {
	display:inline-block;
	width:60%;
}


.postid-117921 .bundled_item_col.bundled_item_details_col .cart, .postid-118660 .bundled_item_col.bundled_item_details_col .cart, .postid-119577 .bundled_item_col.bundled_item_details_col .cart {
	display:inline-block;
	width:30%;
	float:right;
}

.postid-117921 .detail-container, 
.postid-118660 .detail-container,
.postid-119577 .detail-container {
	float:right;
}

#product-117921 > div > div > div.product.type-product.post-117921.status-publish.instock.product_cat-tickets.has-post-thumbnail.virtual.sold-individually.purchasable.product-type-bundle > div > div > div > div:nth-child(2) > div > div > div > div > hr:nth-child(4),
#product-119577 > div > div > div.product.type-product.post-119577.status-publish.instock.product_cat-tickets.has-post-thumbnail.virtual.sold-individually.purchasable.product-type-bundle > div > div > div > div:nth-child(2) > div > div > div > div > hr:nth-child(4) {display:none;}

.postid-117921 .row-related, .postid-117921 .wootabs, .postid-117921 .product_meta, .postid-118660 .row-related, .postid-118660 .wootabs, .postid-118660 .product_meta, .postid-119577 .row-related, .postid-119577 .wootabs, .postid-119577 .product_meta {
	display:none;
}

.postid-117921 .bundled_item_18 .details, .postid-118660 .bundled_item_18 .details, .postid-119577 .bundled_item_18 .details {
	margin: 20px 0px;
}

.postid-117921 table.bundled_products td.bundled_item_col, .postid-118660 table.bundled_products td.bundled_item_col, .postid-119577 table.bundled_products td.bundled_item_col {
    vertical-align: middle;
}


.postid-117921 .bundle_wrap, .postid-118660 .bundle_wrap, .postid-119577 .bundle_wrap {
	margin-top:25px;
	float: right;
    text-align: right;
}

.postid-117921 .wc-stripe-product-checkout-container, .postid-118660 .wc-stripe-product-checkout-container, .postid-119577 .wc-stripe-product-checkout-container {
	float: right;
    text-align: right;
	width: 260px;
}

#payment, .wc_payment_method {
text-align:left;
}

.payment_box.payment_method_stripe_cc {
margin-left:0;
}

.wc-proceed-to-checkout .checkout-button.btn {
	    float: right;
}

.wc-proceed-to-checkout .wc-stripe-cart-checkout-container {
	    width: 240px;
    text-align: right;
    display: inline-block;
    float: right;
}

#wc-stripe-card-element  {
	margin-top: 20px;
}

.row-navigation {
	display :none;
}

#post-21 > div > div > div > div > div > div.woocommerce > form > table > tbody > tr.woocommerce-cart-form__cart-item.cart_item.bundle_table_item .product-subtotal, #post-21 > div > div > div > div > div > div.woocommerce > form > table > tbody > tr.woocommerce-cart-form__cart-item.cart_item.bundle_table_item .product-quantity, #post-21 > div > div > div > div > div > div.woocommerce > form > table > tbody > tr.woocommerce-cart-form__cart-item.cart_item.bundle_table_item .product-price {
	display:none;
}

.cart_item.bundle_table_item .product-total {
		display:none;
}

.order_item.bundle_table_item .product-total {
	display:none!important;
}

.style-dark a:not(.btn-text-skin):hover {
	color:#6b9143;
}

.vc_custom_1683489553548 a:hover {color:white !important;}

.woocommerce .quantity input[type="number"].qty {
    padding: 5px 4px 5px 4px;
}