/*
Theme Name: RSVP PARTY
Theme URI: https://github.com/elementor/hello-theme/
Description: RSVP PARTY is a child theme of Hello Elementor
Author: SDD
Author URI: https://staefe.com
Template: hello-elementor
Version: 9.2021
*/


:root {

    --yith-wcan-filters_colors_accent: #06566F;
    --yith-wcan-filters_colors_accent_r: 6;
    --yith-wcan-filters_colors_accent_g: 86;
    --yith-wcan-filters_colors_accent_b: 111;
   
    --yith-wcan-labels_style_background_hover: #06566F;
    --yith-wcan-labels_style_background_active: #06566F;

    --yith-wcan-anchors_style_text_hover: #06566F;
    --yith-wcan-anchors_style_text_active: #06566F;
}

/* -- MAIN NAV --*/
#mainNav .elementor-nav-menu li {
    border-right-width: 1px; 
    border-right-color: var(--e-global-color-primary);
    border-right-style: solid;
}
#mainNav .elementor-nav-menu li:last-child {border-right-width:0;}

#mobNavMenu::before {content:"MENU";font-weight: 600; font-size: .9rem; }

#mobNavMenu div.elementor-menu-toggle {padding:0;}
#mobNavMenu .sub-menu.elementor-nav-menu--dropdown {
	border-top:0;
	background-color:var(--e-global-color-69851bb);
	}
#mobNavMenu .sub-menu.elementor-nav-menu--dropdown li .elementor-sub-item {
	padding: 7px 20px;
	text-transform: capitalize;
	
}

#mobNavMenu .sub-menu.elementor-nav-menu--dropdown li .elementor-sub-item:hover {background-color: var(--e-global-color-9b7d616);}

/* FP SLIDER */
#fpSlide .swiper-slide-inner {max-width: 1400px;}

#fpSlide.addContour .elementor-slides .swiper-slide .contover {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url('https://rsvpparty.com/wp-content/uploads/2022/04/RSVP-FP-OVERLAY-1920-422.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    background-position-x: center;
    background-position-y: bottom;
}

#fpSlide .swiper-slide-contents {
	padding:2rem;
	background-color: #FFFFFFd0;
}

/* --Category loops --*/
#catSubCat .jet-woo-categories .jet-woo-categories__inner-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#catSubCat .jet-woo-categories__item {
    margin-bottom:1.8em;
}


#catSubCat .jet-woo-categories-content {
    width: calc(33%);
     margin-bottom:30px;
}
#catSubCat .jet-woo-categories-thumbnail__wrap{
    width: calc(66% - 10px);
    margin-bottom:30px;
}

#catSubCat .jet-woo-categories-thumbnail__wrap .jet-woo-category-thumbnail {
    height:100%;
}
#catSubCat .jet-woo-categories-content .jet-woo-category-count__wrap {display: none;}
#catSubCat .jet-woo-categories--preset-5 .jet-woo-categories-content .jet-woo-category-content__inner {
    align-self: start;
    flex-basis:fit-content;
}
#catSubCat .jet-woo-category-thumbnail img {
    width:auto;
    height:100%;
    object-fit:contain;
}
#catSubCat .jet-woo-category-excerpt a {
	color: var( --e-global-color-9b7d616 );
}

#catSubCat .shopCat {
    display: inline-block;
    margin:2em 10px;
    background-color: #fff;
    color: var( --e-global-color-primary );
    padding:.7em 2em;
}
#catSubCat .shopCat:hover {
    color: var(--e-global-color-bf37c0d);
}

#shopPageCat .jet-woo-categories .jet-woo-categories-content {
    justify-content: center;
}

#shopPageCat .jet-woo-categories-content .jet-woo-category-content__inner {
    flex:none;
}
#sddProdGridScroll.genProdLoop ul.products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;	 
}

#sddProdGridScroll.genProdLoop li.product {width: calc(25% - 15px); }

/*.genProdLoop .jet-woo-product-thumbnail > a:after{
	z-index:-1;
	content:"";
	position:absolute;
	-webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.8);
	box-shadow:0 0 40px rgba(0,0,0,0.8);
	height:5%;left:10%;right:10%;width:80%;bottom:14%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;

}

.genProdLoop .jet-woo-product-thumbnail > a:after {
    bottom:50px;
}
.genProdLoop .jet-woo-product-thumbnail img {
    border: 1px solid #ededed;
    margin-bottom:30px;
}*/

#linnFilters .yith-wcan-filter {
	width: 25%;
	display: inline-block;
	margin:1%;
}



/*
#sddProdGridScroll .woocommerce .products li.product {display: none;}
*/

#sddProdGridScroll.genProdLoop li, #PloadMore {display:none;}


/* CAT PAGE */

.sddSubCat .pp-categories .pp-category .pp-category-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    column-gap: 10px;
    
}
.sddSubCat .pp-categories .pp-category .pp-category-inner img {
    width: calc(66% - 10px);
    
}
.sddSubCat .pp-categories .pp-category .pp-category-inner .pp-category-content {
    width:33%;
    
}



/* PRODUCT PAGE */

/* PRODUCT PAGE */

#sddCartLogic {}
#sddCartLogic table.dataTable {
    width: 100% !important;
    visibility: inherit !important;
    border-collapse: collapse; /* Ensures consistent column widths */
}

#sddCartLogic table.dataTable thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f2f2f2; /* Optional: Set a background color */
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#sddCartLogic table.dataTable tbody {
    display: block;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%;
    box-sizing: border-box;
}

#sddCartLogic table.dataTable thead tr {
    display: table;
    width: calc(100% - 15px); /* Adjust for scrollbar */
    table-layout: fixed; /* Ensure thead columns are aligned with tbody */
    box-sizing: border-box;
}

#sddCartLogic table.dataTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; /* Ensure tbody columns align with thead */
    box-sizing: border-box;
}

#sddCartLogic table.dataTable thead tr th,
#sddCartLogic table.dataTable tbody tr td {
    padding: 8px 12px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 0px solid #ddd;
    vertical-align: top; /* Aligns text to the top in case of wrapping */
    word-wrap: break-word; /* Ensure long words break and wrap properly */
    white-space: normal; /* Allow text wrapping */
}

#sddCartLogic table.dataTable thead tr th { 
    height: 30px;
    line-height: 30px;
    font-size: 1rem !important;
    font-weight: 700;
    text-align: left;
}

#sddCartLogic table.dataTable thead tr th:first-child,
#sddCartLogic table.dataTable tbody tr td:first-child {
    width: 45% !important;
}

#sddCartLogic table.dataTable thead tr th:nth-child(2),
#sddCartLogic table.dataTable tbody tr td:nth-child(2) {
    width: 15% !important;
}

#sddCartLogic table.dataTable thead tr th:last-child,
#sddCartLogic table.dataTable tbody tr td:last-child {
    width: 40% !important;
}



#sddCartLogic table.wc-product-table .cart>.add-to-cart-button:first-child .quantity {
    margin-bottom:0px !important;
    margin-top:0px !important;
}
#sddCartLogic table.wc-product-table .cart .single_add_to_cart_button {
    margin-bottom:0px !important;
    background: var(--e-global-color-text);
    border-radius: 0;
}

#sddCartLogic table.variations th {background-color: transparent; text-align: left;}

#sddCartLogic .wc-product-table-controls .select2-container .select2-selection--single .select2-selection__rendered { line-height:1em; }

#sddCartLogic form.multi-cart-form input.button,
#rtlProdTable form.multi-cart-form input.button{
    border-radius: 0;
    background:var(--e-global-color-primary);
    color:var(--e-global-color-9b7d616);
    text-transform: uppercase;
    padding: 10px 25px;
    height:auto;
}

#sddCartLogic form.cart .quantity .qty{
    padding:4px 3px;
    border:1px solid #BCBCBC;
}
#sddCartLogic form.variations_form .quantity {float:none;margin-bottom:1.5em;}
#sddCartLogic form.variations_form .quantity::before {
	content: "Qty.";
	color: var(--e-global-color-primary);
	display: inline-block;
	font-size: .9em;
	font-weight: 700;
	line-height: .25rem;
	padding:15px;
	width:80px; 
}
#sddCartLogic table.wc-product-table .multi-cart .multi-cart-check input[type=checkbox]{
right:20px
}

#sddCartLogic table.wc-product-table .multi-cart .multi-cart-check .wpt-multi-checkbox{
	left:0;
}

#sddCartLogic .wc-product-table-controls .select2-container .select2-selection--single {
    border-radius: 0;
}

#sddCartLogic input[type=number]::-webkit-inner-spin-button, 
#sddCartLogic input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button 
 {  
   opacity: 1;
}
#sddCartLogic .wc-product-table-wrapper {
    margin-bottom:0;
}

#sddCartLogic table.variations tbody tr:hover>td, #sddCartLogic table.variations tbody tr:hover>th{
	background-color: transparent;
}

.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
    background-color: var(--e-global-color-primary);
}


    #sddCartLogic .wc-product-table-controls {
        justify-content: flex-start;
    }
    #sddCartLogic .wc-product-table-controls>div {
        margin-left:0;
    }


.infoBlock {
    margin-bottom:1.5em;
}
.infoBlock .ibTitle {}
.infoBlock .ibTitle h5 {
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    margin:0;
}
.infoBlock .ibTitle h5 span {
    padding: 0 10px 0 0;
}
.infoBlock .ibContent {
    display: none;
    padding:1em 15% 2em 0;
}
.infoBlock .ibContent .chl {margin-top:1rem;display: inline-block;padding-left: 1.5rem;}
.infoBlock .ibContent .chl h6 {font-weight: bold;font-size: 1.1rem;}
.infoBlock .ibContent table {
    margin: 0;
    border: 0;
}
.infoBlock .ibContent table tr {border: 0;}
.infoBlock .ibContent table th,
.infoBlock .ibContent table td {
    text-align: left;
    border: 0;
    background-color: transparent;
}

.infoBlock .ibContent table.shop_attributes tr:nth-child(even) th,
.infoBlock .ibContent table.shop_attributes tr:nth-child(even) td {
    background-color: transparent;
}
#buyingGuides { 
    list-style-type:none;
    padding-inline-start: 0;
    margin-bottom:1em;
}
#buyingGuides li {
    margin-left:0;
}
#buyingGuides li span {
    cursor: pointer;
    color:var(--e-global-color-bf37c0d);
    font-weight: bold;
	font-size: 1.2rem;
	border: 2px solid var(--e-global-color-bf37c0d);
	padding:.5rem 1rem;
}
#buyingGuides li span i {margin-right:12px;}

#buyingGuides li span:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);;
color: #fff;
}

#relProd ul.products li.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#relProd ul.products li.product a.button {max-width:60%;}


/* ----- RENT THE LOOK -----*/

#tabControl {text-align:right;}
#tabControl input {display:none;}
#tabControl label {
    color:var(--e-global-color-bf37c0d);
    font-weight: bold;
    cursor: pointer;
}
#tabControl label:hover {
    text-decoration: underline;
}

#rtlProdTable .wc-product-table-wrapper {
    margin-top: 0;
}

#rtlProdTable table.dataTable {
        border-collapse: collapse;

}

#rtlProdTable .wc-product-table .no-quantity .cart .quantity,
#rtlProdTable .wc-product-table .wpt_variations_form .variations+.single_variation_wrap {
	display: none !important;
}

#rtlProdTable table.dataTable thead,
#rtlProdTable table.dataTable tbody {
    border:1px solid var(--e-global-color-text);
}
#rtlProdTable table.dataTable thead tr th {
    border: 1px solid var(--e-global-color-text);
    background-color:var(--e-global-color-text) !important;
    color:#ffffff;
}
#rtlProdTable table.wc-product-table tbody td {
    vertical-align: middle;
    font-weight: 600;
}
#rtlProdTable table.wc-product-table tbody td img {
    border:1px solid #e1e1e1;
}
#rtlProdTable table.wc-product-table .cart select {
    width: 100%!important;
}
#rtlProdTable .wc-product-table .multi-cart .multi-cart-check {
	top:calc(50% - 14px);
}


/*body table.dataTable thead .sorting_desc {background-image: url('/wp-content/uploads/2022/04/sort_desc-w.png') !important;}
body table.dataTable thead .sorting_asc {background-image: url('/wp-content/uploads/2022/04/sort_asc-w.png') !important;}
*/
/* ------ My Account -----*/
.yith-wcmap .user-profile .user-avatar {display: none;}
#customer_login form.woocommerce-form-login,
#customer_login form.woocommerce-form-register {
	border-radius: 3px;
	border-color:#d4d4d4;
	background-color: var( --e-global-color-69851bb );
}

#customer_login form input {
	border:1px solid #E3E3E3;
	background-color: #fff;
	
}

#customer_login form button {
	border-radius: 0;
	color:#fff;
	background-color:var( --e-global-color-bf37c0d );
	text-transform: uppercase;
}
#customer_login form button:hover{
	background-color:var( --e-global-color-secondary );
}
.sddHide {display:none;}

#customer_login {
    max-width: 768px;
    margin:0 auto;
}

/* --- wishlist ---- */
.wishlist_manage_table.modern_grid li .item-wrapper {
    padding:10px;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td {
    background: transparent;
    font-size: 1rem;
}
.wishlist_table.modern_grid {padding:0;}

.wishlist_table.modern_grid li {width:50%;}

body .wishlist_manage_table.modern_grid li .product-thumbnail img:first-child {
	width: calc( 50% - 8px );
}

table.wishlist_table.traditional thead tr th,
table.wishlist_table.traditional tbody tr td{
    border:none;
    background-color:transparent;
    border-bottom: 1px solid #eee;

}

table.wishlist_table.traditional .product-add-to-cart a,
.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{
    color:#fff;
    background-color: var(--e-global-color-bf37c0d);
    padding:7px 15px;
    text-transform: uppercase;
}

table.wishlist_table.traditional .product-quantity input {
    padding:5px 5px 5px 10px;
    border: 1px solid #bcbcbc;
    max-width: 80px;
}

.wishlist_table.mobile {padding:0;}
.wishlist_table.mobile li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  }
ul.wishlist_table.mobile td input {
	    border: 1px solid #bcbcbc !important;
}
ul.wishlist_table.mobile li h3 {font-size: 1.35rem !important;}
ul.wishlist_table.mobile li td {font-size: .9rem !important;}



.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action,
.yith_wcwl_wishlist_footer .yith-wcwl-share{
    width: 70%;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share input.copy-target {
    padding:0;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label {
    display: none;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
    display: inline-block;
    max-width: 80%;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
    display: inline-block;
}

/* -----Cart----- */

body .elementor-widget-woocommerce-cart .woocommerce .input-text.qty{
	box-sizing: border-box;
    float: none;
    height: 100%!important;
    line-height: 1!important;
    margin: 0;
    max-height: 100%;
    min-height: 0!important;
    min-width: 3em;
    padding: 4px 3px!important;
    text-align: center;
    vertical-align: top!important;
        border: 1px solid #BCBCBC;
        border-radius: 0;
    }
    
body .elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
	color: var( --e-global-color-text );
}

/* -----CHECKOUT----- */
ul.wc_payment_methods.payment_methods.methods { display: none; }

#sddCheckOut .woocommerce-order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sddCheckOut .woocommerce-order section {
    background-color: var( --e-global-color-9b7d616 );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DEDEDE;
    padding: 2rem 2rem 2rem 2rem;
    width:100%;
    margin:1rem;
    color: var( --e-global-color-text );
font-family: var( --e-global-typography-text-font-family ), Sans-serif;
font-size: var( --e-global-typography-text-font-size );
}
#sddCheckOut .woocommerce-order section.woocommerce-order-details,
#sddCheckOut .woocommerce-order section.woocommerce-customer-details {
    width:calc(50% - 2rem);
}

#sddCheckOut .woocommerce-order section.sdd-woo-deets {
    text-align: center;
}

#sddCheckOut .woocommerce-order section.sdd-woo-deets ul.order_details {
    display: inline-block;
    margin:0 auto 3em;
   padding: 1rem;
   border: 1px solid #eee;
}


/* GRAvity forms */
form select {
	border: 1px solid #e3e3e3;
	background-color: #efefef;
	border-radius: 0;
}



@media (max-width:1200px) {

}
@media (max-width:1024px ) {
	#sddCartLogic table.dataTable thead tr th:last-child,
	#sddCartLogic table.dataTable tbody tr td:last-child {
		width:11% !important; 
	}
	#sddCartLogic table.dataTable thead tr th,
	#sddCartLogic table.dataTable tbody tr td {
		width:8% !important;
	}
	
	#sddCartLogic table.dataTable tbody { max-height: 60vh;	}

}
@media (max-width:960px ) {
	#catSubCat .jet-woo-categories .jet-woo-categories__inner-box {
    	flex-direction: column;
	}
	#catSubCat .jet-woo-categories-content {
	    width:100%;
	    margin-bottom:30px;
	}
	#catSubCat .jet-woo-categories-thumbnail__wrap {
		width:100%;
	    margin-bottom:0px;
    }
    
	
    
    #sddCartLogic table.dataTable thead tr th:last-child,
	#sddCartLogic table.dataTable tbody tr td:last-child {
		width:13% !important; 
	
	}
}
@media (max-width:880px) {
	#sddProdGridScroll.genProdLoop li.product { width: calc(33% - 15px);}
	#sddCartLogic table.dataTable thead tr th:last-child,
	#sddCartLogic table.dataTable tbody tr td:last-child {
		width:13% !important; 
	
	}
	#sddCartLogic table.dataTable thead tr th,
	#sddCartLogic table.dataTable tbody tr td {
		width:9% !important;
	}

}
@media (max-width:767px) {
	#catSubCat .shopCat {margin:1em 10px;}
	#sddProdGridScroll.genProdLoop li.product { width: calc(50% - 15px);}
	#sddCartLogic table.variations td, 
	#sddCartLogic table.variations th {padding-top:0; padding-bottom:0;}
	#sddCartLogic table.dataTable thead tr th:last-child,
	#sddCartLogic table.dataTable tbody tr td:last-child {
		width:32% !important; 
	
	}
	#sddCartLogic table.dataTable thead tr th,
	#sddCartLogic table.dataTable tbody tr td {
		width:18% !important;
	}
	#rtlProdTable table.dataTable thead tr th.col-image,
	#rtlProdTable table.wc-product-table tbody td.col-image {display:none;}
	.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action, 
	.yith_wcwl_wishlist_footer .yith-wcwl-share {
		width:100%;
	}
	.wishlist_table.modern_grid li {width:100%;}

	
	
}
@media (max-width:450px) {
	#sddProdGridScroll.genProdLoop li.product { width: 100%;}
	#sddCartLogic table.dataTable thead tr th,
	#sddCartLogic table.dataTable tbody tr td {
		width:21% !important;
		vertical-align: middle;
	}
	
	
	#sddCartLogic table.dataTable thead tr th:last-child,
	#sddCartLogic table.dataTable tbody tr td:last-child {
		width:48% !important; 
	
	}

}
