.product p.price {
	font-size: 20px !important;
    font-weight: 700;
}

.tech-home-page-blocks {
border-radius: 10px;
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: 4px;
}

.product .product_meta .tagged_as {
display:none
}

.product .product_meta {
border: none;
background: transparent;
text-align: left;
}

.hide-mobile {
	margin-left: 220px;
}

.menu-item-right{
	margin-left: -70px
}

@media (min-width: 980px){
 
    .hide-desktop{
    display: none !important;
    }
    .woocommerce-product-gallery{ width : 45% !important}
    .summary { width: 50% !important}
	
	.main-navigation li {padding-left: px;
}
}

    @media (max-width: 980px){
    .hide-mobile{
    display: none !important;
    }
    .woocommerce-product-gallery {
    width: 75% !important;
    margin: 0 auto !important; /* Centers the element */
}

}




.cleos-links a {text-decoration:none!important;
color:#000000!important;}

.page-id-12957{
	background-color: black;
}

.page-id-12957 .entry-title {
display: none;
}

.header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}

.header-bar-content {
    width: 100%;
    max-width: 1398px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bar-left,
.header-bar-right {
    display: flex;
    align-items: center;
}

.header-bar-left .divider {
    margin: 0 10px; 
    color: #333;
}

.header-bar-left .pickup-address,
.header-bar-left .office-hours,
.header-bar-right .delivery-info {
    color: #333;
}

.header-bar-left .pickup-address a {
    color: inherit;
    text-decoration: none;
}

.header-bar-left .pickup-address a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header-bar-content {
        justify-content: space-between;
        align-items: center;
    }

    .header-bar-left .pickup-address {
        display: none;
    }

    .header-bar-left .office-hours {
        display: none;
    }

    .header-bar-left::before {
        content: 'Free Collection: Centurion';
        display: block;
        color: #333;
        font-size : 12px;
    }

    .header-bar-right .delivery-info {
        content: 'Delivery: 2-5 Days | R95';
        font-size : 12px;
    }

    .header-bar-left .divider {
        display: none;
    }

    .header-bar-left,
    .header-bar-right {
        width: auto;
    }
	
	.order-ready-text {
	margin : 0px;
	font-size : 12px;
	text-align:center;}

        .variation-option-archive {
    display: inline-block;
    padding: 5px 5px !important;
    font-size : 14px !important;
    margin: 2px;
    border: 2px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
}


/* VARIABLE PRODUCTS CSS */
.variation-group-archive {
    display: flex;
    flex-wrap: wrap;

}



.variation-option-archive {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border: 2px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.variation-option-archive:hover {
    border-color: #000;
}

.variation-option-archive.selected {
    background: #000;
    color: #fff;
    border-color: #000;
}

.selected-price {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;  /* Space between options and price */
    margin-bottom: 15px; /* Space between price and button */
    display: block;
}

.add-to-cart-variable {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    display: none; /* Hidden until selection */
    margin-top: 10px !important; /* Add space between price and button */
}

/* Ensure spacing between the price and Add to Cart button for variable products */
.variation-selection {
    margin-top: 10px; /* Adds space above variations */
}

.variation-selection .variation-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; /* Space between variation buttons and price */
}

.variation-selection .variation-option {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border: 2px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.variation-selection .variation-option:hover {
    border-color: #000;
}

.variation-selection .variation-option.selected {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Add proper spacing for the price */
.variation-selection .add-to-cart-variable {
    background-color: #66a62f !important; /* Green background */
    color: #fff !important; /* White text */
    font-weight: bold !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    width: 100%;
    text-align: center;
    border: none !important;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/* Hover effect */
.variation-selection .add-to-cart-variable:hover {
    background-color: #5c942b !important; /* Slightly darker green */
}


