/* .ct-breadcrumbs [class^="0-item"], .ct-breadcrumbs [class*=" 0-item"] {
  display: none !important;
} */

.ct-breadcrumbs {
	font-size:1rem;
	display:none;
}

.custom-breadcrumb-wrapper {
	display:none;
}

.single-product .ct-container article, .single-product .ct-container .hero-section {
	padding-top: 0 !important;
	margin-top: 0 !important;
}


h1, h2, h3, h4, h5 {
	color: #003366 !important;
}

span.onsale {
	display:none !important;
}

.shelf_expression_box {
	padding:1.4rem;
	border-radius:1.4rem;
	background-color: rgba(0,0,0,.7);
	margin-bottom:2rem;
}

.shelf_expression_box p, .shelf_expression_box h4, .shelf_expression_box h3 {
	color:white !important;
}

.shelf_expression_box h3 {
	font-size:2.4rem;
}

.shelf_expression_box p {
	font-weight: 600;
	font-size:1.1rem;
	margin-bottom:.5rem;
}

.shelf_expression_box .flex_60 {
	padding-right:4rem;
}

.big_notice_box {
	padding:1.4rem;
	border-radius:1.4rem;
	background-color: #25629E;
}

.big_notice_box * {
	color: #E0ECF7 !important;
}

.big_notice_box .wp-block-heading {
	color: white !important;
	background-color: transparent !important;
}

.big_notice_box p {
	font-size: 1.1rem;
}

body {
    /* background-image: url(/wp-content/uploads/2023/06/shopping_centre-scaled.jpg);
	background-image: url(/wp-content/uploads/2024/09/shopping_centre_background-1.jpg); */
	background-image: url(http://instoreexpress.ie/wp-content/uploads/2024/09/abstract_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.ct-container article {
		background-color: rgba(255, 255, 255, 0.7);
	padding: .6rem !important;
}

.wp-block-heading, .page-title, .woocommerce-form-row, .woocommerce-MyAccount-content, #customer_details, .ct-order-review, .ct-cart-form, .ct-widget.widget_text {
	font-size:1.8rem;
	color: white !important;
	/* background-color: rgba(255, 255, 255, 0.8) !important;
	padding: .6rem !important;
	border-radius: .5rem !important; */
}

.page-description p {
	color: white !important;
	font-size:1.3rem;
}

.ct-header {
	box-shadow: 0 8px 15px #333;
}

table.variations {
	background-color: rgba(255,255,255,0.8)
}

table.variations th, table.variations td {
	padding-left: .5rem !important;
	padding-right: .5rem !important;
}


#customer_details, .ct-order-review {
    --form-field-border-initial-color: #333;
}

#customer_details, .ct-order-review, .woocommerce-order-overview, .woocommerce-order-details, .woocommerce-customer-details {
	background-color: white !important;
}

.woocommerce-order-details {
	padding:1rem !important;
}

.entry-card .ct-image-container img {
    height: 200px !important;
	width: 200px !important;
}

.ct-image-container.boundless-image {
	width:100% !important;
	text-align: center !important;
}

.ct-image-container.boundless-image img {
	margin-left: auto !important;
	margin-right: auto !important;
}

.woocommerce-MyAccount-navigation-link--payment-methods {
	display:none !important;
}

#order_supplies_home {
	border-radius:.4rem;
	padding: .5rem;
	font-size: 1.2rem;
  color: #333 !important;
	background-color: rgba(255, 255, 255, 0.8);
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

#order_supplies_home a {
	color: #333 !important;
}
	
	#order_supplies_home a:hover {
		text-decoration: underline;
	}


/* Base styles for flex items */
.news_promo_box {
  flex: 1 0 100%; /* Make the box full width by default */
	margin-bottom:1.5rem;
}

.spacer {
  display: none; /* Hide the spacer by default */
}

.big_notice_box {
  flex: 1 0 100%; /* Make the box full width by default */
}


	
 .news_promo_box video {
  width:40%;
  margin:auto;
  border:1px solid black;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
 }

/* Styles for screens wider than the medium breakpoint (768px) */
@media (min-width: 768px) {
  .news_promo_box {
    flex: 16; /* Set flex back to 16 for larger screens */
  }

  .spacer {
    display: block; /* Show the spacer on larger screens */
    flex: 1; /* Assign the flex value as needed */
  }

  .big_notice_box {
    flex: 40; /* Set flex back to 40 for larger screens */
  }
	
	
 .news_promo_box video {
  width:70%;
 }
}

/* Mimic Bootstrap Row */
.like_bootstrap_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* Mimic Bootstrap Column */
.like_bootstrap_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Default to .col-4 */
.like_bootstrap_col {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* Small devices (>=576px) */
@media (min-width: 576px) {
  .like_bootstrap_col {
    /* .col-sm-3 */
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Medium devices (>=768px) */
@media (min-width: 768px) {
  .like_bootstrap_col {
    /* .col-md-2 */
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

/* Large devices (>=992px) */
@media (min-width: 992px) {
  .like_bootstrap_col {
    /* .col-lg-1 */
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

.like_img-fluid {
  max-width: 100%;
  height: auto;
}

.flex_60,
.flex_40 {
  width: 100%; /* Make them full width on small screens */
  box-sizing: border-box; /* Include padding and border in the element's width */
}

@media (min-width: 768px) {
  .flex_60 {
    flex: 0 0 60%; /* Set width to 60% */
    max-width: 60%; /* Ensure it doesn't grow beyond 60% width */
    box-sizing: border-box; /* Include padding and border in the element's width */
  }
  .flex_40 {
    flex: 0 0 40%; /* Set width to 40% */
    max-width: 40%; /* Ensure it doesn't grow beyond 40% width */
    box-sizing: border-box; /* Include padding and border in the element's width */
  }
}

div.content_box {
	background-color: rgba(255,255,255,.8);
	padding:1rem;
}

div.content_box_white {
	padding: 1rem;
	background-color: white;
}

div.content_box_white h4 {
	padding:0 !important;
}

div.content_box .product {
	padding:.3rem;
	background-color: white !important;
}

[data-products] {
    --grid-columns-gap: 10px !important;
}

a[href] {
	cursor:pointer !important;
}

.small_box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .small_box {
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .small_box {
        width: 50%;
			float: right;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .small_box {
        width: 25%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

/*
@media (min-width: 1200px) {
    .small_box {
        width: 16.667%;
    }
}
*/

h0, h1, h2, h3, h4, h5 {
clear:both;
}

.no_clear {
	clear:none;
}

.top_heading {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.content_box_white {
	background-color: transparent !important;
}

.content_box_white * {
	color: white !important;
}

.home_content h1 {
	font-size:2.4rem;
	margin-bottom: .5rem;
}

.home_content p {
	margin-top: 0;
	margin-bottom: 1.4rem;
	padding-top: 0;
	font-size: 1.6rem;
}

.home_content p, .home_content h1 {
	line-height:1.2em;
}

.ct-container-full {
	padding-top: 1rem !important;
}

p {
	color: white;
}

select, select:focus, select:active, select:hover {
	background-color:rgba(255,255,255,.7);
	color: #333;
}

.products li {
	padding:.5rem;
	background-color: white;
}

.ct-image-container {
	width: 80%;
	margin-left: 18%;
}

[data-row=bottom] p {
	color:#666;
}

.woocommerce-product-details__short-description p, article p {
	color: #003366;
}

.product-entry-wrapper {
	background-color: white;
}

.type-product {
	background-color: white;
	padding:2rem;
}

.my_shop_container .ct-image-container {
	width:90%;
	margin-left: 10%;
}

.my_shop_container .products h2 {
	color: #003366 !important;
	font-weight:bold;
	font-size:1.3rem;
	text-align:center;
	margin:0;
	padding:0;
}

.my_shop_container .count {
	display:none;
}

.my_shop_container .hero-section {
	text-align:center !important;
}

.my_shop_container h1 {
	margin-top:1rem;
	text-align: center;
	font-size:2.4rem;
}

.woocommerce-breadcrumb, .woocommerce-breadcrumb a {
	font-size:1.3rem;
}

.woocommerce-breadcrumb a {
	text-decoration:underline;
}

.my_breadcrumbs {
	padding-top: .7rem;
}

.my_breadcrumbs nav, .my_breadcrumbs nav a {
	color: #dedede !important;
}

.my_shop_container .ct-container {
	padding-top:1rem;
}

.site-branding {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.ct-cart-form {
	padding:1rem;
	background-color: white;
}

.ct-cart-form span, .ct-cart-form p, .ct-cart-form a, .woocmmerce-checkout p, .woocommerce-checkout td, .woocommerce-checkout th, .woocommerce-checkout li, .woocommerce-checkout label {
	color: #3A4F66 !important;
}

.wocommerce-checkout input {
	border-color: #3A4F66 !important;
}

.ct-cart-form .checkout-button {
	color: white !important;
}

.wcpa_cart_meta {
	display: none !important;
}

.woocommerce-checkout {
	padding: 1rem;
	background-color:white;
}

.ct-cart-form {
	color: #3A4F66 !important;
}

.redirect_notification {
	background-color:white;
	border-radius:.2rem;
	padding: .3rem;
	color: #333;
	margin-bottom:1.1rem;
}

.redirect_notification * {
	color: #333 !important;
	padding:0 !important;
	margin:0 !important;
}

.redirect_notification p {
	font-size:1rem !important;
}

.woocommerce-MyAccount-content {
	padding: 1rem !important;
	border-radius: .2rem !important;
	background-color:white !important;
}
.woocommerce-MyAccount-content p {
	font-size:1.4rem !important;
}

.bs-row {
  display: flex;
  margin: 0 -10px; /* Compensate for the padding on columns */
  width: 100%;
}

.col-6 {
  flex: 0 0 50%; /* Each column takes up 50% of the container */
  padding: 0 10px; /* Creates a 20px gutter (10px on each side) */
  box-sizing: border-box;
}

/* For smaller screens, stack the columns */
@media (max-width: 768px) {
  .bs-row {
    flex-direction: column;
  }
  
  .col-6 {
    flex: 0 0 100%;
  }
}

.white_rounded_box {
background-color:white;
border-radius: .6rem;
	height:100%;
	padding:.5rem 1rem .3rem 1rem;
	position:relative;
	display:flex;
	flex-direction:column;
}

.bs-well {
	height:100%;
}

.flex_vert {
	flex-grow:1;
	height:100%;
}

.testimonial {
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight: bold;
}

.testimonial .fas {
	color:#CB1E85;
}

.testimonial_sig {
	font-style:italic;
	font-size:1.2rem;
	line-height:1.4rem;
	margin-top:auto;
}

article.type-post h1, article.type-post ul, article.type-post p {
	background-color: white !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
padding-bottom: 1rem;
}

article.type-post h1.page-title {
color: navy !important;
}

article.type-post .hero-section {
	margin-bottom: 0 !important;
}