body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	
	min-height: 20px;
	/* Menu bar background colour */
    background: white;   /* change this colour */
    border-bottom: 1px solid #e5e5e5;
	background-repeat: repeat-x;
	/* --- border-color: black black black black;--*/
}
#menu .nav > li > a {
	color: black;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 10px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee !important;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 10px 20px;
	min-height: 150px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	border: none;
	display: inline-block;
	background-color: #eee;
	color: #888;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

#product input#input-quantity.form-control {
    width: 70px !important;
    display: inline-block !important;
}




#button-cart {
    width: auto !important;
}

.product-title {
    text-align: center;
    margin: 20px 0 30px 0;
    font-weight: 600;
    font-size: 28px;
    color: #222;
}

#button-cart {
    border-radius: 18px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.2s ease;
}

#button-cart:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.price-block {
    display: flex;
    justify-content: flex-start;
    gap: 40px;          /* was 100px */
    margin-bottom: 20px; /* was 40px */
}


.trade-price span,
.you-pay span {
    display: block;
    font-size: 14px;
    color: #777;
}

.trade-price strong {
    font-size: 24px;
    color: #333;
	}

.you-pay strong {
    font-size: 24px;
    color: #c00000;
}

/* Trade Price Styling */
.trade-price span {
    color: #777;              /* label colour */
}

.trade-price strong {
    color: #333;              /* price colour */
}

/* You Pay Styling */
.you-pay span {
    color: #777;              /* label colour */
}

.you-pay strong {
    color: Green;           /* price colour */
}

.qty-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
#product {
    display: block;
}

#product .form-group {
    display: block;
    width: 100%;
}

/* Fixed column widths for Options With Quantities table */
/* Remove bootstrap interference */
.option-qty-wrapper {
    overflow-x: visible !important;
}

/* Force fixed layout */
.option-qty-table {
    table-layout: fixed !important;
    width: 100% !important;
}

/* Stop auto expansion */
.option-qty-table th,
.option-qty-table td {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Column widths */
.option-qty-table th:nth-child(1),
.option-qty-table td:nth-child(1) {
    width: 20% !important;
}

.option-qty-table th:nth-child(2),
.option-qty-table td:nth-child(2) {
    width: 20% !important;
}

.option-qty-table th:nth-child(3),
.option-qty-table td:nth-child(3) {
    width: 15% !important;
}

.option-qty-table th:nth-child(4),
.option-qty-table td:nth-child(4) {
    width: 15% !important;
}

.qty-cart-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-box input {
    width: 70px;
}

#button-cart {
    width: auto;
    padding: 10px 25px;
}
/* --- CLEAN B2B BUY PANEL --- */

#product {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 25px;
}

#product .list-unstyled {
    margin-bottom: 15px;
}

#product .list-unstyled li {
    font-size: 14px;
    margin-bottom: 5px;
    color: #444;
}

#product hr {
    margin: 20px 0;
}

/* --- B2B ADD TO CART BUTTON --- */

#product .btn-primary {
    width: auto;
    min-width: 180px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}

/* --- B2B PRODUCT HEADER --- */

#product-product h1.product-title {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #222;
}
/* --- ALIGN PRODUCT COLUMNS --- */


#product-product .row > div > div {
    height: 100%;
}
/* --- CLEAN IMAGE BLOCK --- */

.thumbnails {
    margin-bottom: 0;
}

.nav-tabs {
    margin-top: 20px;
}
/* --- BALANCE LEFT COLUMN --- */

.thumbnails {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 25px;
}
/* --- B2B PRODUCT META --- */

#product .list-unstyled {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#product .list-unstyled li {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
}

#product .list-unstyled li strong {
    font-weight: 600;
    color: #222;
}
/* --- B2B CART ACTION AREA --- */

#product .cart-action {
    margin-top: 20px;
}

#product #button-cart {
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}
#product {
    padding: 20px;
}

#product hr {
    margin: 15px 0;
}

#product .product-meta {
    margin-bottom: 10px;
}

#product .product-meta li {
    margin-bottom: 2px;
}
/* --- B2B FLAT TABS --- */

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}

.nav-tabs > li {
    margin-right: 25px;
}

.nav-tabs > li > a {
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

.nav-tabs > li > a:hover {
    background: transparent;
    color: #000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
    border-bottom: 3px solid #c00000;
    background: transparent;
    color: #000;
}
/* --- REMOVE IMAGE BOX + HOVER BORDER --- */

.thumbnail {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.thumbnail:hover,
.thumbnail:focus {
    border: none;
    background: transparent;
    box-shadow: none;
}

.thumbnails > li {
    border: none;
}
.nav-tabs {
    margin-top: 5px;
}
.product-thumb .button-group .btn-cart,
.product-thumb .button-group .btn-warning {
    width: auto !important;
    display: inline-block !important;
}

.product-thumb .button-group {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
}
.container {
    width: 100%;
    max-width: 100% !important;
}
.header-auth .btn-primary {
    background: #c00000;
    border: none;
}

.header-auth {
    margin-top: 1px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;	
	margin-bottom: 10px;
}

.header-auth .btn {
    padding: 10px 14px;
    font-weight: 600;
	 width: 100%;
    display: block;
    margin-top: 1px;
}
.btn-register {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
	font-size: 14px;
}

.btn-register:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #ffffff;
}
#cart .fa-clipboard {
    font-size: 16px;   /* icon size */
	 color: white; /* icon colour */
	 margin-right: 16px;   /* adjust spacing here */
}

#cart #cart-total {
    font-size: 16px;   /* text size */
    font-weight: 400;  /* optional */
	color: #ffffff; /* text colour */
}
#cart .cart-label {
	font-size: 14px;   /* text size */
    margin-right: 6px;
    font-weight: 400; /* optional */
}

/* Sticky header behaviour */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 4px solid #e5e5e5;
    transition: box-shadow 0.3s ease;
}

/* shadow when scrolling */
header.scrolled {
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

/* Centre menu and style text */

#menu .nav {
    float: none;
    text-align: center;
	
}

#menu .nav > li {
    float: none;
    display: inline-block;
}

#menu .nav > li > a {
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;        /* change size here */
    color: dark grey;        /* change colour here */
    font-weight: 300;
    padding: 10px 40px;
	
}

#menu .nav > li > a:hover {
    color: navy;
}
/* Animated underline menu hover */

#menu .nav > li > a {
    position: relative;
}

#menu .nav > li > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 6px;
    left: 50%;
    background: #cc0000;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

#menu .nav > li > a:hover:after {
    width: 70%;
}


/* Spread menu items across full width */

#menu .nav {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

#menu .nav > li {
    float: none;
}
/* Menu dividers */

#menu .nav > li {
    position: relative;
}

#menu .nav > li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background: rgba(0,0,0,0.8);
}
/* Improve modal spacing */

.modal-dialog {
    margin-top: 120px;
}
#product-category .caption h4 {
    text-align: center !important;
}
#product-category .product-thumb {
    text-align: center;
}
.category-title a:hover {
    background: #d40000;
}
/* Category image hover zoom */

.product-thumb img {
    transition: transform 0.35s ease;
}

.product-thumb:hover img {
    transform: scale(1.08);
}
/* Tighten category tile spacing */

#product-category .product-thumb {
    padding-bottom: 10px;
}

#product-category .product-thumb .caption {
    padding-top: 5px;
    padding-bottom: 5px;
}

#product-category .product-thumb img {
    margin-bottom: 5px;
}
#product-category .product-thumb .image {
    text-align: center;
}
/*#product-category .product-thumb img:hover {
    box-shadow: 0 6px 14px rgba(0,0,0,0.2); 
}*/
/* Remove category tile border */

#product-category .product-thumb {
    border: none;
    box-shadow: none;
    background: transparent;
}
#product-category .product-thumb {
    margin-bottom: 5px;
}
/* Refine category tile layout */

.refine-tile {
    text-align: center;	
}

.refine-tile .image {
    text-align: center;
}

.refine-tile .image img {
    display: block;
    margin: 0 auto;
}

.refine-tile .caption {
    text-align: center;
}
.refine-tile .image {
    margin-bottom: 8px;
}
/* Refine category tile styling */

.refine-tile {
    text-align: center;
    transition: transform 0.25s ease;
}

.refine-tile:hover {
    transform: translateY(-4px);
}

/* circle image animation */

.refine-tile .image img {
    display: block;
    margin: 0 auto;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.refine-tile:hover .image img {
    transform: scale(1.05);
/*    box-shadow: 0 6px 14px rgba(0,0,0,0.15); */
}

/* category title styling */

#product-category .refine-tile .caption a {
    color: #2a7db8 !important;
    font-weight: 600;
    text-decoration: none;
	font-size: 18px;
}

#product-category .refine-tile:hover .caption a {
    color: #d40000 !important;
}
/* Center refine category rows */

#product-category .row.text-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#search {
    flex: 1 1 500px;
    max-width: none;
    width: 500px;
}
/* Centre the main menu properly */

#menu .navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

#menu .navbar-nav > li {
    float: none;
}
#menu .navbar-nav > li {
    padding: 0 10px;
}
.guest-banner {
    text-align: center;
}

.guest-banner img {
    max-width: 100%;
    height: auto;
}
.product-thumb .price {
    font-size: 18px;
    font-weight: 700;
    color: Green;
}
.product-buttons{
display:flex;
gap:8px;
margin-top:12px;
}

.btn-cart-main{
flex:1;
font-size:14px;
font-weight:600;
padding:10px 14px;
}

.btn-wishlist{
width:42px;
padding:10px 0;
text-align:center;
}

.btn-wishlist i{
font-size:16px;
}
.product-layout{
margin-bottom:30px;
}

.product-thumb{
height:100%;
display:flex;
flex-direction:column;
}

.product-thumb .caption{
flex-grow:1;
}

.product-thumb .image{
text-align:center;
margin-bottom:10px;
}

.product-thumb .image img{
max-height:220px;
width:auto;
margin:auto;
}
.product-thumb .button-group{
display:flex;
gap:8px;
}

.product-thumb .button-group .btn-cart{
flex:1;
font-size:15px;
font-weight:600;
padding:4px 14px;
background:#008000;
color:#fff;
border:0;
}

.product-thumb .button-group .btn-cart:hover{
background:#006400;
color:#fff;
}

.product-thumb .button-group button:last-child{
width:46px;
flex:none;
}

.product-thumb .button-group{
display:flex;
gap:6px;
background:none;
padding:0;
border:0;
}

.product-thumb .button-group .btn-cart{
flex:1;
padding:4px 14px;
font-size:14px;
font-weight:600;
background:#008000;
color:#fff;
border-radius:8px;
}

.product-thumb .button-group .btn-cart:hover{
background:#006400;
}

.product-thumb .button-group .btn-wishlist{
width:40px;
padding:8px 0;
background:#f2f2f2;
border:1px solid #ddd;
border-radius:4px;
}

.product-thumb .button-group .btn-wishlist:hover{
background:#e6e6e6;
}
.btn-wishlist i{
font-size:16px;
line-height:1;
}
/* ---------- CATEGORY PRODUCT CARD CLEANUP ---------- */

#product-category .product-thumb {
    border: none;
    background: transparent;
    text-align: center;
    padding: 10px 10px 15px 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#product-category .product-thumb:hover {
    transform: translateY(-4px);
}

/* product image spacing */

#product-category .product-thumb .image {
    margin-bottom: 8px;
}
/* --- Product card hover effect --- */

#product-category .product-thumb {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#product-category .product-thumb:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* product title */

#product-category .product-thumb h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* description tighter */

#product-category .product-thumb .caption p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
}

/* price styling */

#product-category .product-thumb .price {
    font-size: 18px;
    font-weight: 700;
    color: #008000;
    margin-bottom: 8px;
}

/* button spacing */

#product-category .product-thumb .button-group {
    margin-top: 6px;
}
#product-category .btn-wishlist {
    height: 34px;
	color: Blue;
}
/* --- Fix uneven product titles --- */

#product-category .product-thumb h4 {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

#product-category .product-thumb h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#product-category .btn-wishlist {
    width: 36px;
    height: 32px;
    line-height: 32px !important;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#product-category .btn-wishlist i {
    font-size: 14px;
}
/* --- Equal height product cards --- */

#product-category .product-layout {
    display: flex;
}

#product-category .product-thumb {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#product-category .product-thumb .caption {
    flex-grow: 1;
}

#product-category .product-thumb .button-group {
    margin-top: auto;
}
#product-category .btn-cart {
    padding: 6px 14px;
}
.product-thumb img {
    transition: transform 0.3s ease;
}

.product-thumb:hover img {
    transform: scale(1.05);
}
/* --- Improve product title --- */

#product-category .product-thumb h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2a7db8;
}

#product-category .product-thumb h4 a:hover {
    color: #c00000;
}

/* --- Make price stand out more --- */

#product-category .product-thumb .price {
    font-size: 40px;
    font-weight: 700;
    color: Green;
    margin-bottom: 18px;
}

/* --- Reduce description clutter --- */

#product-category .product-thumb .caption p {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-bottom: 6px;
}

/* Force strong price styling on category pages */

#product-category .product-thumb .price,
#product-category .product-thumb .price-new {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0a7a0a !important;
    display: block;
    margin: 6px 0 10px 0;
}

#product-category .product-thumb .price-old {
    font-size: 14px;
    color: #999;
}

#product-product h1.product-title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.5px;
}
#product {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 25px;
}
/* --- Product description panel --- */

#product-product #tab-description {
    max-width: 100%;
    margin: 0px auto 20px auto;
    background: #fafaf;
    border: 3px solid #e5e5e5;
    border-radius: 6px;
    padding: 15px;
}
#product-product .nav-tabs > li > a {
    font-size: 15px;
    font-weight: 600;
}
/* Product page description under image */

.product-description {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.product-description p {
    margin-bottom: 2px;
}
/* --- Sticky product purchase panel --- */

#product-product #product {
    position: sticky;
    top: 110px;
    align-self: flex-start;
}
#product-product .row {
    overflow: visible;
}
/* Sticky purchase column */

#product-product .col-sm-4 {
    position: sticky;
    top: 160px;
    height: fit-content;
}
/* Remove product image box */

#product-product .thumbnails {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

#product-product .thumbnail {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
/* --- Improve product buy panel --- */

#product {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 25px;
}

/* product meta text */

#product .list-unstyled li {
    font-size: 13px;
    margin-bottom: 4px;
}

/* add to cart button */

#product #button-cart {
    width: 100%;
    background: #008000;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 6px;
}

#product #button-cart:hover {
    background: #006400;
}
#product {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
/* Highlight row when quantity entered */

.option-qty-table tr.qty-active {
    background: #e8f5e9;
}
/* --- Stock warning modal --- */

.stock-warning-modal {
    border-radius: 8px;
    overflow: hidden;
}

.stock-warning-modal .modal-header {
    background: #c00000;
    color: #fff;
    text-align: center;
    border-bottom: none;
}

.stock-warning-modal .modal-title {
    font-weight: 600;
    font-size: 18px;
	color: Yellow;
}

.stock-warning-modal .modal-body {
    text-align: center;
    font-size: 18px;
    padding: 25px;
    color: #444;
}

.stock-warning-modal .modal-footer {
    border-top: none;
    text-align: center;
}

.stock-warning-modal .btn-danger {
    padding: 8px 30px;
    font-weight: 600;
}
.btn-cart[disabled],
.btn-cart-main[disabled],
#button-cart[disabled] {
    background: #777 !important;
    border-color: #777 !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 1;
}
#product .text-right {
    text-align: left !important;
}
/* Make checkout full width */
#onepagecheckout.extcontainer {
    max-width: 100%;
    width: 100%;
}
/* ----- Better checkout layout ----- */

#onepagecheckout {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 40px;
}

/* Cart section spacing */
#onepagecheckout .extpanel {
    border-radius: 6px;
    border: 1px solid #ddd;
}

/* Panel headers cleaner */
#onepagecheckout .extpanel-heading {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px;
}

/* Panel body spacing */
#onepagecheckout .extpanel-body {
    padding: 16px;
}

/* Cart table spacing */
#onepagecheckout .exttable td {
    padding: 10px 8px;
}

/* Product name clearer */
#onepagecheckout .exttable td:nth-child(2) a {
    font-size: 15px;
    font-weight: 600;
}

/* Quantity controls aligned */
#onepagecheckout .extinput-group {
    display: flex;
    align-items: center;
}

/* Totals section alignment */
#onepagecheckout .opc-total-row td {
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Final total stronger */
#onepagecheckout .opc-total-row:last-child td {
    font-size: 16px;
    font-weight: 700;
}

/* Shipping + payment panels spacing */
#onepagecheckout .extsm-6,
#onepagecheckout .extsm-12 {
    margin-bottom: 20px;
}

/* Confirm order box */
#onepagecheckout .content-confirm-order {
    margin-top: 20px;
    border-radius: 6px;
    background: #fafafa;
}
/* Empty Cart Layout */

.empty-cart-wrapper{
    padding:80px 0;
    text-align:center;
}

.empty-cart-box{
    max-width:520px;
    margin:0 auto;
    background:#ffffff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    padding:50px 40px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.empty-cart-icon{
    font-size:60px;
    color:#cfcfcf;
    margin-bottom:20px;
}

.empty-cart-box h1{
    font-size:28px;
    margin-bottom:15px;
}

.empty-cart-text{
    color:#666;
    margin-bottom:30px;
    font-size:15px;
}

.empty-cart-box .btn{
    padding:12px 28px;
    font-size:16px;
}
.cart-icon{
    font-size:80px;
}
/* Card Container */
.cart-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    margin-bottom: 40px;
    overflow: hidden;
}

.cart-header {
    padding: 25px 30px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.cart-header h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.cart-body {
    padding: 30px;
}

/* Modern Table */
.modern-table {
    border: none !important;
}

.modern-table thead td {
    background: transparent;
    border-top: none !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.modern-table tbody td {
    vertical-align: middle !important;
    padding: 20px 10px !important;
}

.product-name {
    font-weight: 600;
    color: #2f8fbd;
    font-size: 15px;
}

/* Controls */
.cart-qty-group {
    max-width: 140px;
}

.btn-update, .btn-remove {
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    transition: all 0.2s;
}

.btn-update:hover { background: #2f8fbd; color: #fff; }
.btn-remove:hover { background: #d9534f; color: #fff; }

/* Totals Area */
.totals-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.btn-checkout {
    background: #2f8fbd;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 15px;
}

.btn-continue-shopping {
    background: transparent;
    color: #777;
    text-decoration: underline;
    font-size: 13px;
    border: none;
    margin-top: 10px;
}

.btn-checkout:hover { background: #246d91; color: #fff; }

/* MODERN CATEGORY GRID */
.category-card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 15px; /* Gives that modern, soft corner look */
    padding: 15px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    margin-bottom: 20px;
}

/* The Hover "Smack" */
.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-color: #0056b3; /* Your brand blue */
}

.category-card img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Rounds the corners of the JPEG itself */
    margin-bottom: 15px;
}

.category-card h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-card:hover h4 {
    color: #d9534f; /* Carta Red on hover */
}
/* Fix the horizontal scrollbar without breaking the layout */
.thumbnails, 
.thumbnails > li, 
.image-additional {
    overflow-x: hidden !important; /* Kills the side-scroll specifically */
    max-width: 100% !important;
    box-sizing: border-box !important; /* Ensures padding doesn't add to width */
}

/* Force the main image to fit its container exactly */
.thumbnails .thumbnail img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Keep additional images inline and prevent them from forcing a scroll */
.image-additional {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}
/* Compact Table Style */
.table-responsive thead th {
    background: #2f8fbd; /* Your Blue */
    color: white;
    font-size: 12px;
}

.table-responsive tbody td {
    vertical-align: middle !important;
    font-size: 13px;
}

/* Highlight the small order handling charge to warn users */
.text-right:contains('Small Order Handling Charge') {
    color: #e31e24;
    font-weight: bold;
}
.address-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.address-card {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.address-card:hover {
    border-color: #2f8fbd; /* Your Blue */
}

.address-card.active {
    border-color: #27ae60; /* Your Success Green */
    background-color: #f0fdf4;
}

.address-content strong {
    display: block;
    color: #1e293b;
    font-size: 14px;
}

.address-content p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}
/*==========================================================================================*/
/* Force the internal cart table to fill the new col-sm-8 space */
.shopping-cart-content, .ext-carts, .table-responsive, .cart-content table {
    width: 100% !important;
    display: table !important;
}

/* Ensure the address cards stack vertically in their narrower column */
.address-card-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
/* Force professional font sizing for the cart table */
.cart-content table, 
.cart-content table td, 
.cart-content table th {
    font-size: 13px !important;
    color: #333 !important;
    font-family: sans-serif !important;
}

/* Make product names bold and slightly larger */
.cart-content table td.text-left a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2f8fbd !important; /* Your Blue */
    text-decoration: none;
}

/* Center the Model and Stock columns */
.cart-content table td:nth-child(3), 
.cart-content table td:nth-child(4),
.cart-content table th:nth-child(3), 
.cart-content table th:nth-child(4) {
    text-align: center !important;
}

/* Fix the header row height and color */
.cart-content table thead th {
    background-color: #f8fafc !important;
    padding: 12px 8px !important;
    border-bottom: 2px solid #e2e8f0 !important;
}
/*============================================*/
/* --- SIMPLE & SAFE BUTTONS --- */
#onepagecheckout .content-confirm-order {
    display: block !important;
    padding: 20px !important;
    border: 1px solid #ddd !important;
    overflow: hidden !important; /* Prevents overlapping */
}

/* Align Continue to the Left */
#onepagecheckout .content-confirm-order .pull-left {
    float: left !important;
}

/* Align Submit to the Right */
#onepagecheckout .content-confirm-order .pull-right,
#onepagecheckout #button-register, 
#onepagecheckout #button-guest, 
#onepagecheckout #button-loggedorder {
    float: right !important;
}

/* Give the Submit Button a simple green look without changing size */
#button-register, #button-guest, #button-loggedorder {
    background: #28a745 !important;
    border: 1px solid #218838 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
}
/*--------------------------------------------------------------------------------*/
/* --- ELITE SUCCESS MODAL STYLING --- */

/* Modal Content Container */
.elite-success-modal {
    border: none;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Green Header Bar */
.elite-success-header {
    background-color: #e31e24; /* Carta Red */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 20px;
    text-align: center;
}

/* Beefed up checkmark - using FontAwesome if present, or solid circle */
.elite-success-icon {
    font-size: 70px;
    color: #ffffff; /* Red icon color on green header */
}

/* Modal Body/Message */
.elite-success-body {
    padding: 30px 20px;
    text-align: center;
}

/* Bold and slightly larger font for the main message */
.elite-success-message {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

/* Dynamic Product Name Styling - bolded, slightly grey, with custom spacing */
.elite-success-product-name {
    font-weight: 700;
    color: #888;
    margin: 10px 0;
    display: inline-block;
}

/* The 'checkout' or 'shopping cart' link inside the success message */
.elite-success-message a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

/* Smaller, greyed-out timer font at the bottom */
.elite-success-timer {
    color: #bbb;
    margin-top: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-auto-banner {
    /* The linear-gradient creates the fade. Adjust 'rgba(0,0,0,0.7)' for color/strength */
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0)), 
                url('https://cartasport.co.uk/onlinenew/image/catalog/Categories/aiimage.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-top: 4px solid #ff0000;
}

.category-auto-banner .banner-text-wrap {
    text-align: center;
}

.category-auto-banner h1 {
    color: white !important;
    font-size: 60px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Arial Black", Gadget, sans-serif !important;
/*    -webkit-text-fill-color: transparent; */
	-webkit-text-fill-color: transparent;
   -webkit-text-stroke: 2px White; /* #ffffff */
    letter-spacing: 2px;
    /* This adds the deep shadow for extra 'bang' */
    text-shadow: 5px 5px 10px rgba(0,0,0,0.6) !important; 
}

/*.category-auto-banner .banner-red-underline {
    width: 100%; /* Spans under the text */
    max-width: 100%;
    height: 5px;
    background: White;
    margin: 10px auto 0;
}*/

/* Mobile Banner Fix */
@media (max-width: 768px) {
    .category-auto-banner {
        height: 180px !important; /* Shorter banner for mobile */
    }
    .category-auto-banner h1 {
        font-size: 35px !important; /* Smaller text so it doesn't wrap weirdly */
        -webkit-text-stroke: 1px #ffffff; /* Thinner outline for smaller screens */
    }
}
/* High-Gloss Navigation Shelf */
.breadcrumb {
    background-color: #ffffff !important;
    border-left: 5px solid #ff0000 !important; /* Thick red accent matching your logo */
    padding: 12px 20px !important;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important; /* Noticeable depth/shadow */
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    border: 1px solid #eee; /* Fine border for definition */
}

/* Spacing and Font */
.breadcrumb > li {
    text-shadow: none !important;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}

.breadcrumb > li a {
    color: #333 !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* The Green Hover Shine */
.breadcrumb > li a:hover {
    color: #008000 !important; /* Your price green */
    text-decoration: none;
    padding-left: 5px; /* Subtle "slide" effect on hover */
}

/* Bold Red Chevrons */
.breadcrumb > li + li:before {
    content: "\f105" !important;
    font-family: FontAwesome;
    padding: 0 15px;
    color: #ff0000 !important; /* Red separators that really stand out */
    font-size: 16px;
    font-weight: 900;
    vertical-align: middle;
}

/* Current Page Highlight */
.breadcrumb > li:last-child {
    color: #008000 !important; /* Green to indicate current location */
    font-weight: 800;
}
/*=====================================================================================*/
/* Sleek Refine Search (Sub-Category) Cards */
.category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.category-card {
    background: #fff;
    border: 1px solid #eee;
    border-top: 3px solid #ff0000; /* Matching the red accent from breadcrumbs */
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    flex: 1 1 calc(20% - 15px); /* Keeps them in a nice row */
    min-width: 150px;
}

.category-card a {
    text-decoration: none !important;
}

.category-card .category-name h4 {
    color: #333 !important;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

/* The "Bling" Hover Effect */
.category-card:hover {
    transform: translateY(-5px); /* Lifts the card up */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); /* Deeper shadow on hover */
    border-top-color: #008000; /* Shifts red to green on hover! */
}

.category-card:hover .category-name h4 {
    color: #008000 !important; /* Green text on hover to match prices */
}

/* Image scaling on hover */
.category-card img {
    transition: transform 0.3s ease;
}

.category-card:hover img {
    transform: scale(1.05); /* Slight zoom on the category image */
}
/* ============================================================================== */
/* Modern Floating "New" Pill */


.new-pill {
    position: absolute;
    top: 20px;
    right:50px;
    background: #008000 !important; /* The green you like */
    color: #ffffff !important;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 8px; /* Subtle rounded corner, not a circle */
    z-index: 10;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    text-transform: uppercase;
    pointer-events: none;
    font-family: sans-serif !important;
}

/* Add a subtle glow so it pops off the white image */
.new-pill {
    border: 1px solid rgba(255,255,255,0.2);
}
/* --- THE NUCLEAR BANNER EQUALIZER --- */
/* --- THE PILL BANNER EQUALIZER --- */
.last-bought-banner, 
.in-basket-banner {
    position: relative !important;
    display: block !important;
    width: 92% !important;             /* Shrink slightly to show rounded ends */
    height: 34px !important;            /* Slightly slimmer for a "pill" look */
    margin: 8px auto !important;        /* Centered with gaps above/below */
    padding: 0 !important;
    font-size: 12px !important;         /* Tighten font for the smaller bar */
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 34px !important;       /* Match height for vertical centering */
    border-radius: 50px !important;     /* THE PILL SHAPE */
    box-sizing: border-box !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; /* Makes them "pop" */
}

/* Fix Icon positioning for Pill shape */
.last-bought-banner i, 
.in-basket-banner i {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    font-size: 14px !important;
}

/* Colors - Keeping the Green and Blue */
.last-bought-banner {
    background: #b7ffb7 !important; 
    color: #005a00 !important;
    border: 1px solid #99e699 !important;
}

.in-basket-banner {
    background: #007bff !important;
    color: #ffffff !important;
    border: 1px solid #0056b3 !important;
}

/* Make sure the image doesn't crash into the pills */
.product-thumb .image {
    margin-top: 5px !important;
}

/* Remove the "Flush top" logic from before */
.product-thumb {
    padding-top: 5px !important; 
}
/* ============================================================================== */
/* --- UNIVERSAL STEPPER STYLING --- */
.qty-stepper {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #ccc;
    border-radius: 50px;
    padding: 3px;
    background: #fff;
    width: 110px;
    min-width: 110px !important; /* ARMOR: Stops the table from crushing the pill */
    height: 38px;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden !important; /* ARMOR: Hides anything that tries to spill out */
}

.qty-stepper button {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #f0f0f0 !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;        /* ARMOR: Kills hidden theme margins in tables */
    flex-shrink: 0 !important;   /* ARMOR: Stops the buttons from being squeezed into ovals */
}

.qty-stepper input {
    width: 35px !important;
    border: none !important;
    text-align: center !important;
    font-weight: 800 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
}

