.wc-bacs-bank-details, .order_details bacs_details{margin-bottom:5% !important}


@media screen and (max-width: 600px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
        margin-bottom: 12px !important;
        overflow-x: auto;
    }
	
.wc-bacs-bank-details, .order_details bacs_details{margin-bottom:100px !important}
	
	.account_number{margin-bottom:10px !important}
}



a.added_to_cart.wc-forward
 {
    margin-left: 14px;
    border: 1px solid;
    border-radius: 50px;
    padding: 0px 17px;
    /* line-height: normal; */
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ap-bac-upsell {
    border: 1px solid #fff;
    margin-top: 30px !important;
   
}

.ap-bac-upsell p {
    font-size: 17px;
    color: #fff;
}


.woocommerce-column__title{color:white !important;}
.elementor-widget-woocommerce-checkout-page .woocommerce h3{color: #ea489a}

.woocommerce-bacs-bank-details h2{color: white;}

.woocommerce-order-details h2{color: white;}

.woocommerce-table_.product-total{color: white;}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>th {
    color: white;
    background-color: transparent;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td {
    color: #fff;
}

.product-name a, .woocommerce-order, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th {
    color: #fff !important;
}













/* Success Notice */
.woocommerce-thankyou-order-received {
    background: linear-gradient(135deg,#1e3c72,#2a5298);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}

/* Order Overview Grid */
.woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.woocommerce-order-overview li {
    background: #1c1c1c;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #2a2a2a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-order-overview strong {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #ea489a;
    text-transform: none;
}

/* Bank Details Section */
.woocommerce-bacs-bank-details {
    background: #181818;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 40px;
    border: 1px solid #2a2a2a;
}

.woocommerce-bacs-bank-details h2,
.woocommerce-bacs-bank-details h3 {
    color: #ea489a;
}

/* Order Table */
.woocommerce-table--order-details {
    background: #181818;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
	padding:10px;
}

.woocommerce-table--order-details thead {
    background: #222;
}

.woocommerce-table--order-details th {
    padding: 18px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}











.woocommerce-column {
    background: #181818;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #2a2a2a;
}

.woocommerce-column__title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ea489a;
}



/* Links */
.woocommerce-order a {
    color: #ea489a;
    text-decoration: none;
}

.woocommerce-order a:hover {
    text-decoration: underline;
}




.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    content: none;
}


.woocommerce ul.order_details li {
	    overflow-x: auto;
    float: left;
    margin-right: 2em;
    /* text-transform: uppercase; */
    font-size: .715em;
    line-height: 1;
    border: 1px dashed #cfc8d8 !important;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 15px;
    list-style-type: none;
}

ul.marker\:text-quiet.list-disc
	{
padding:0px 0px 0px 20px;
}

.cgkit-elementor-sticky-add-to-cart-button{
display:none;
}


.elementor-widget-woocommerce-checkout-page a{
color:black;
}

.woocommerce-notices-wrapper {
    display: none;
}

/* == To Add Sold Out Label on Out of Stock Products - Start == */

.e-loop-item.outofstock {
    position: relative;
}

.e-loop-item.outofstock::after {
    content: "SOLD OUT";
    position: absolute;
    top: 15px;
    right: -35px;
    background: #000;
    color: #fff;
    padding: 6px 40px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 600;
    z-index: 99;
}

/* == To Add Sold Out Label on Out of Stock Products - End == */


/* === Single Product Page Styling Tab psarts Styling  === */

/** To set styling of stock on single product page**/

.woocommerce div.product p.stock {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 32px;
}

/** To set styling of review tab**/

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    color: #ffffff !important;
    margin-top: 20px !important;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background-color: #ffffff !important;
    color: #000000 !important;
	margin-top: 10px !important;
}

/* Add margin above rating */
.comment-form-rating {
    margin-top: 20px !important;
}

/* All stars white but transparent by default */
.comment-form-rating .stars a {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* Selected star and ALL stars after it (WooCommerce displays stars in reverse) */
.comment-form-rating .stars a:hover,
.comment-form-rating .stars a:hover ~ a,
.comment-form-rating .stars a.active,
.comment-form-rating .stars a.active ~ a {
    color: rgba(255, 255, 255, 1) !important;
}

/* ===== Single Product Page Product Image Styling ===== */

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    height: 440px !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}
/* Main image container */
.woocommerce-product-gallery__image {
    height: 440px !important;
}
/* Thumbnails ko adjustment */
.flex-control-thumbs li img {
    height: 100% !important;
    object-fit: contain !important;
}


/* Thumbnails on LEFT side vertical in layout */
.woocommerce-product-gallery {
    display: flex !important;
    flex-direction: row-reverse !important;
}
/* Main image wrapper */
.woocommerce-product-gallery .flex-viewport {
    flex: 1 !important;
    margin-left: 15px !important;
}
/* Thumbnails container - vertical left side */
.flex-control-thumbs {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100px !important;
}
/* Individual thumbnail styling */
.flex-control-thumbs li {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    list-style: none !important;
}
.flex-control-thumbs li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    cursor: pointer !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}
/* Active thumbnail */
.flex-control-thumbs li img.flex-active {
    border-color: #fff !important;
}
/* Mobile mein normal layout */
@media (max-width: 767px) {
    .woocommerce-product-gallery {
        flex-direction: column !important;
    }

    .flex-control-thumbs {
        flex-direction: row !important;
        width: 100% !important;
        margin-top: 15px !important;
    }

    .woocommerce-product-gallery .flex-viewport {
        margin-left: 0 !important;
    }
}



/* ==== To Add Custom Search Icon in Jet Smart Filter Search ==== */

.custom-search {
    position: relative;
}

.custom-search input {
    padding-right: 50px !important;
}

.custom-search::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url("https://servetechglobal.ca/YUVI/wp-content/uploads/2026/02/Group-1000002520.svg") no-repeat center;
    background-size: contain;
    pointer-events: none;
    opacity: 0.7;
}




.ckobp-title {
    color: white !important;
	font-family: "Barlow Condensed", Sans-serif !important;
}
.commercekit-order-bump .ckobp-name a {
    color: #fff !important;
	font-family: "Barlow Condensed", Sans-serif;
}
.commercekit-order-bump .ckobp-wrapper
 {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
}
.commercekit-order-bump .ckobp-price {
    font-size: 12px;
	color: #fff !important;
	font-family: "Barlow Condensed", Sans-serif;
}
.ckobp-actions {
    margin-top: 20px !important;
}

.commercekit-order-bump .ckobp-actions button {
    border-color: #fff !important;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
	border-radius:50px !important;
	width:100% !important;
}
.ckobp-button {
    width: 100% !important;
}