/*=== GLOBAL RESPONSIVENESS FOR PAGES ====*/
section#tribe-events-pg-template, section.tribe-common-l-container.tribe-events-l-container {
    padding: 200px 20px 50px !important;
}
@media screen and (max-width: 1024px){
	section#tribe-events-pg-template, section.tribe-common-l-container.tribe-events-l-container{
		padding: 150px 20px 50px !important;
	}	
}

@media screen and (max-width: 767px){
	section#tribe-events-pg-template, section.tribe-common-l-container.tribe-events-l-container{
		padding: 120px 20px 35px !important;
	}	
}



/*===== GLOBAL ELEMENTOR BUTTON BORDER DESIGN =====*/
.elementor-button:before, .elementor-button:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #b3a16e;
    transition: all 0.55s ease;
    background-color: transparent;
}

.elementor-button:before {
    left: -2px;
    bottom: -2px;
}

.elementor-button:after {
    right: -2px;
    top: -2px;
}

.elementor-button:hover::before, .elementor-button:hover::after{
    display: none;
    transition: all 0.55s ease;
    
}



/*===== DOUBLE BORDER DESIGN STYLES =====*/
.double-border-design{
    display: relative;
}
.double-border-design::before, .double-border-design::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #B3A16E;
}
.double-border-design::before{
	inset: 0px;
}
.double-border-design::after{
    top: -10px;
    right: -10px;
}

/*===== IMAGE BORDER OVERLAY DESIGN STYLES =====*/
.image-border{
    position: relative;
    display: inline-block;
}
.image-border::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #B3A16E;
	z-index: 1;
}



/*===== GLOBAL CONTENT BOX DESIGN =====
.content-box {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
}

.content-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://namastelounge.com/wp-content/themes/namaste/assets/img/text-bg.png")
                center/cover no-repeat;
    opacity: 0.4;
    z-index: 0;
}

.content-box > * {
    position: relative;
    z-index: 1;
}

*/


/* ====== GLOBAL BORDER DESIGN FOR BOXES ===== */
.border-design{
	position: relative;
	z-index: 1;
}
.border-design::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #B3A16E;
	z-index: -1;
	top: -5px;
	left: -5px;
}
/*=== CONTENT BOX GLOBAL STYLES ===
.content-box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
} */


/*=== HOMEPAGE CAROUSEL STYLES ===*/
.my-carousel .my-carousel-content {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.my-carousel:hover .my-carousel-content {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1024px) {
    .my-carousel .my-carousel-content {
        opacity: 1;
        transform: translateY(0);
    }
}


/*=== HERO SECTION STYLES ===*/
.hero-section{
    min-height: clamp(500px, 100dvh, 900px) !important;
}


/* === EVENT PAGE STYLES === */
.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common p{
color: #FFF !important;
}

.tribe-events-c-top-bar__datepicker-button {
	color: #FFF !important;
    font-size: 14px !important;
	padding: 6px 12px !important;
	border-radius: 4px !important;
}


.tribe-events-calendar-list__event-date-tag-weekday, span.tribe-events-calendar-list__event-date-tag-daynum{
	color: #fff !important;
}


/* --- SINGLE EVENT PAGE---*/
section#tribe-events-pg-template a, p, span, h2{
	color: #fff;
}

h2.tribe-events-single-section-title{
	color: #fff !important;
}

.tribe-events-nav-previous a, 
.tribe-events-nav-next a{
	color: #5d5d5d !important;
}




/* Accordion Styles */
.my-accordion .e-n-accordion-item {
    border-bottom: 1px solid #B3A16E;
}


/*=== MENU PAGES MENU TABLE STYLES ====*/
.menu-table{
    width:100%;
    border-collapse:collapse;
    font-family:inherit;
}

.menu-table td{
    width:50%;
    vertical-align:top;
    padding:20px;
}

.menu-item{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
}

.menu-content{
    flex:1;
}

.menu-title{
    font-size:14px;
    font-weight:500;
    margin:0 0 8px;
    line-height:1.2;
}

.menu-desc{
    font-size:14px;
    font-weight:400;
    line-height:1.6;
    color:#ddd;
}

.menu-price{
    font-size:14px;
    font-weight:500;
    white-space:nowrap;
    margin-left:15px;
}

@media (max-width:1024px){

    .menu-table td{
        padding:15px;
    }

    .menu-title,
    .menu-price{
        font-size:14px;
    }

    .menu-desc{
        font-size:14px;
    }
}

@media (max-width:767px){

    .menu-table,
    .menu-table tbody,
    .menu-table tr,
    .menu-table td{
        display:block;
        width:100%;
    }

    .menu-table td{
        padding:10px;
    }

    .menu-title,
    .menu-price{
        font-size:14px;
    }

    .menu-desc{
        font-size:14px;
    }
}

/*=== GIFT VOUCHER SINGLE PRODUCT TEMPLATE STYLES ===*/
.gift-voucher .variations{
    background-color: #141827;
}


.gift-voucher .variations #pa_amount{
    border: 1px solid #fff;
}


.gift-voucher .value{
    padding: 0px 20px;
    line-height: 0 !important;
}


/*
 * =========================================================================================
 * ================ CUSTOM CHECKOUT PAGE STYLES ===========================================
 * =======================================================================================*/
.custom-checkout-wrapper{
    max-width: 100%;
    margin:0 auto;
	display: flex;
	flex-direction: column;
	row-gap: 50px
}


.checkout-order-section h2.order-review-heading {
    text-align: center;
    font-family: 'Ananda';
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    margin: 20px;
    line-height: 1.2em;
}


.checkout-columns{
    display:grid;
    grid-template-columns:60% 40%;
    gap:40px;
    align-items:start;
}

.checkout-left,
.checkout-right{
    width:100%;
}

.checkout-right{
	position: relative;
}

.checkout-right::before, .checkout-right::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	border: 1px solid #B3A16E;
	pointer-events: none;
}
.checkout-right::before{
	inset: 0;
}
.checkout-right::after{
	top: -5px;
	right: -5px;
}


#ship-to-different-address{
	padding-inline-start: 0px !important;
	
}
#ship-to-different-address-checkbox{
	display: none;
}


#ship-to-different-address span {
    font-weight: 600;
    color: #fff;
    font-family: 'Nanum Myeongjo';
    font-size: 60px;
    line-height: 1.1em;
}





/* Shipping total start */
tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
}

ul#shipping_method {
    display: flex;
    flex-direction: column;
}

.woocommerce-shipping-methods li {
    display: flex;
    flex-direction: row;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td {
    max-width: 100% !important;
}

/* Shipping total end*/





@media(max-width:768px){

    .checkout-columns{
        grid-template-columns:1fr;
    }

}