/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-cart th.product-price {
    text-align: center;
    width: 40%;
}
.shop_table .cart_item .product-name td {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
/* .shop_table th.product-name {
    min-width: 20%;
} */
.shop_table tr td.shareData {
    color: #fff;
    background: #FF8A7D;
    text-align: center;
    font-size: 12px;
	padding: 5px;
}
.shop_table th.product-quantity,
.shop_table td.product-quantity {
    text-align: center;
	width: 20%;
}
.shop_table th.product-name {
    width: 33%;
}
.shop_table td.product-thumbnail {
    width: auto;
    max-width: unset;
    min-width: unset;
}
.productThumbHeading {
    display: flex;
    align-items: center;
}
.shop_table td p {
    font-size: 12px;
}
.shop_table td.product-thumbnail a:first-child {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #EFEFEF;
    border-radius: 15px;
    min-width: 70px;
}
.shop_table td.product-thumbnail a:last-child {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 0px 10px;
    display: inline-block;
	color: #000;
}
.shop_table td.product-subtotal{
	font-size: 16px;
}
.recDisplay {
    border: 1px solid #D9D9D9;
    padding: 4px 8px;
    width: 100%;
}
.recDisplay .recHeading {
/*     font-size: 12px; */
    font-weight: 700;
    color: #0097A7;
    margin: 0px 0px 7px;
}

.recDisplay  .recOrg {
    color: #000;
    font-weight: 400;
/*     font-size: 9px; */
    margin: 0px 0px 7px;
}

.recDisplay  .recPrice {
/*     font-size: 7.5px; */
    color: #FF8A7D;
    margin: 0px 0px 7px;
}

.recDisplay  .recMore {
    margin: 0;
/*     font-size: 7.5px; */
}
.duplicate-button {
    background: #0097A7;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-transform: unset;
    padding: 0;
    min-width: 100px;
    height: auto;
}
.shop_table .product-remove {
	position: relative;
	width: auto;
}
.shop_table .product-remove a {
    background: #D26E4B;
    font-size: 12px !important;
    font-weight: 400;
    margin: 0;
    text-transform: unset;
    min-width: 100px;
    padding: 0;
    line-height: 30px !important;
    height: auto;
    position: relative;
    top: auto;
}
.noteData{
	margin:0px;
/* 	font-size: 7.5px; */
}
.noteData span{
	color:#0097A7;
}
.displayDataRow p, .displayDataRow p label {
    margin: 0;
	color: #77818D;
	text-align:left;
}
.woocommerce-cart .shop_table .quantity .button {
    border: none;
    outline: none;
    background: transparent;
}
.woocommerce-cart .shop_table .quantity input {
    border: none;
    outline: none;
    box-shadow: none;
    height: inherit;
}
.woocommerce-cart .shop_table .quantity {
    border: 1px solid #798490;
    min-width: 100px;
    justify-content: center;
}
td.product-name table {
    margin: 0;
}
.customWidth {
    text-align: left;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
}
.customWidth .woocommerce-cart-form__cart-item {
    width: auto;
    display: flex;
    gap: 10px;
}
.customWidth p.noteData {
    line-height: 1.2;
}

.product-5288-preview .preview-project-name {
    font-size: 12px;
    font-weight: 700;
    color: #0097A7;
    margin: 0px 0px 7px;
}
.product-5288-preview .preview-winner-year {
    color: #FF8A7D;
    margin: 0px 0px 7px;
}
.product-5288-preview .preview-organization-5288 {
    color: #000;
    font-weight: 400;
    margin: 0px 0px 7px;
}
@media(max-width:549px){
	.shop_table thead {
		display: none;
	}
	.shop_table .mobile-product-price{
		display: none;
	}
	.shop_table.shop_table_responsive tbody {
        display: flex;
        flex-direction: column;
        gap: 10px;
        --widget-thumbnail-width: 70px;
    }
	tr.woocommerce-cart-form__cart-item.cart_item {
		position: relative;
		display: flex;
		flex-direction: column;
		border: 1px solid #D9D9D9;
		padding: 15px;
	}
	.shop_table td.product-thumbnail {
		padding: 0px 0px 15px;
	}
	.shop_table .product-name {
		width: auto;
		padding: 0 !important;
	}
	.shop_table th.product-quantity,
	.shop_table td.product-quantity {
		text-align: left;
		width: auto;
		padding: 0;
	}
	.shop_table .product-subtotal {
        display: block;
    }
	.woocommerce-cart .shop_table .quantity {
		justify-content: space-around;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name:before,
	.woocommerce table.shop_table_responsive.cart tr td.product-quantity:before,
	.woocommerce table.shop_table_responsive.cart tr td.product-subtotal:before{
        content: attr(data-title) ": ";
        display: block;
        font-weight: 600;
        font-size: 14px;
        min-width: 80px;
        text-align: left;
        color: #777;
    }
	.woocommerce-cart .shop_table  td.product-name,
	.woocommerce-cart .shop_table  td.product-quantity,
	.woocommerce-cart .shop_table  td.product-subtotal{
		padding: 10px 0px 0px 0px;
		display: flex;
		gap: 10px;
		align-items: center;
	}
	.shop_table .cart_item .product-name td {
		padding: 0;
	}
	.shop_table tr.displayDataRow {
		display: flex;
		flex-direction: column;
	}
	.shop_table tr.displayDataRow td {
		padding: 0;
		margin-bottom: 10px;
	}
	.shop_table .product-remove a {
		height: auto !important;
		position: unset;
		width: auto;
		line-height: 30px !important;
	}
	.shop_table .product-remove{
		text-align:left;
	}
	.customWidth{
		flex-wrap: wrap;
		gap: 10px;
	}
	td.brdRow {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.popupInnerParent{
	position:relative;
}
.popupInnerParent .close-btn a {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #e8b433;
    line-height: 30px;
    color: #fff;
    z-index: 9;
    font-size: 13px;
    letter-spacing: .03em;
    transition: all 0.3s ease-in-out;
    padding: 0 10px;
    font-weight: 600;
	text-transform:uppercase;
}
.popupInnerParent .close-btn a:hover {
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}


/* 23/04/2026  */
.cart-sidebar.col-inner {
    margin: 30px 0px 30px 0px !important;
}

.cart-sidebar table th.product-name {
    border: 0px !important;
    border-bottom: 1px solid #ececec !important;
}

@media (min-width: 1366px) {
    header [data-show="show-for-medium"], .show-for-medium {
        display: none !important;
    }
}
@media (max-width: 1365px) {
	 header [data-show="show-for-medium"], .show-for-medium {
        display: block !important;
    }
    header [data-show="hide-for-medium"], .hide-for-medium {
        display: none !important;
    }