/* Global */
body {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F6F6F6;
}
a {
	color: #333333;
}
a:hover,
a:focus {
	color: #ec6f34;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Titillium Web' , Arial, sans-serif ;
	color: #333333 ;
}
h1,
.h1 {
	font-size: 36px ;
	font-weight: bolder;
	color: #333333 /*{Titles|h1-font-colour}*/;
}
h2,
.h2 {
	font-size: 30px ;
	font-weight: bolder;
	color: #333333 /*{Titles|h2-font-colour}*/;
}
h3,
.h3 {
	font-size: 24px ;
	color: #333333 /*{Titles|h3-font-colour}*/;
}
h4,
.h4 {
	font-size: 18px ;
	color: #333333 /*{Titles|h4-font-colour}*/;
}
h5,
.h5 {
	font-size: 14px ;
	color: #333333 /*{Titles|h5-font-colour}*/;
}
.page-header {
	border-color: #ec6f34 /*{General|Primary Colour}*/;
}
.btn-default {
	/* color: #FFF !important; */
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	/* padding: 12px 16px;
	background: #BC2213 !important; */
	/* border: none; */
}

input.btn-default {
	color: #FFF !important;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 12px 16px;
	background: #BC2213 !important;
	border: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #BC2213;
	border-color: #BC2213;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #BC2213;
	border-color: #BC2213;
}
.btn-primary,
.btn-success {
	color: #ffffff /*{Buying Options|button-text-colour}*/;
	background-color: #bc2213 /*{Buying Options|addtocart-background-colour}*/;
	border-color: #bc2213 /*{Buying Options|addtocart-background-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{Buying Options|addtocart-hover-text-colour}*/;
	background-color: #e1a03c /*{Buying Options|addtocart-hover-background-colour}*/;
	border-color: #e1a03c /*{Buying Options|addtocart-hover-background-colour}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #333333;
	border-color: #333333;
}
.btn-secondary {
	color: #ffffff /*{Buying Options|button-text-colour}*/;
	background-color: #333333 /*{Buying Options|seeoptions-background-colour}*/;
	border-color: #333333 /*{Buying Options|seeoptions-background-colour}*/;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	color: #ffffff /*{Buying Options|button-text-colour}*/;
	background-color: #333333 /*{Buying Options|seeoptions-background-colour}*/;
	border-color: #333333 /*{Buying Options|seeoptions-background-colour}*/;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
	background-color: #333333;
	border-color: #333333;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #333333;
	border-color: #333333;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.breadcrumb {
	background-color: transparent;
	margin-bottom:10px;
}
.breadcrumb > li + li:before {
	color: #ec6f34 /*{General|Primary Colour}*/;
	content: "\f105";
	margin-left: 5px;
	font-family: 'fontAwesome';
}
.breadcrumb > .active {
	color: #999999;
}
.breadcrumb a {
	color: #333333 /*{Breadcrumb|Link Colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #333333;
	background-color: #ffffff;
	border-color: #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}
.label-default {
	background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}
.label-primary {
	background-color: #333333;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.well {
	background-color: #f5f5f5;
	border-color:#e3e3e3;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.panel-title {
	color: #333333;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd;
}
.save {
	color: #D9534F;
}
.productsave {
	color: #D9534F;
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navigation-list li a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.nav .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333 ;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #333333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #ffffff;
	border-color: #cccccc;
}
.dropdown-hover > .dropdown-menu {
    padding: 0;
}
.dropdown-menu-horizontal {
    bottom: 0;
    top: inherit;
}
.dropdown-menu .divider {
	background-color: #e5e5e5;
}
.dropdown-menu > li a {
	color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #333333;
}
.logo {
	max-width:100%;
}

.wrapper-footer-details .logo {
	max-width: 236px !important;
    width: 100% !important;
}
/*
* CUSTOM STYLES
*/
/* Wrapper Top */

.wrapper-top {
	background-color: #ffffff;
	padding: 9px 20px;
}

.top-menu a {
	color: #333333;
}
.top-menu a:hover {
	color: #bc2213;
}
.top-menu li.priority a {
	color: #ec6f34;
}
.wrapper-header a {
    color: #000000;
}

#cartcontentsheader i {
    color: #ffffff;
}

.wrapper-header #header-cart > a{
	color: var(--Black, #101010);
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
}

#cartcontentsheader i:hover {
    color: #ffffff !important;
}

#cartcontentsheader{
	background:#BC2213;
	width: 40px !important;
	height: 40px !important;
	border-radius: 9px;
	display: flex;
    align-items: center;
    justify-content: center;
}

#cartcontentsheader .cart-count {
    background-color: #101010;
	width: 20px;
    height: 20px;
    color: rgb(255, 255, 255);
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 10px;
	border: 2px solid #fff;
	border-radius: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
}

#cartcontentsheader .checkout-text {
	display: none !important;
}
/* Main Menu */
.wrapper-main-menu .container {
    background-color: #101010 /*{Main Menu|background-color}*/;
    box-shadow: 1px 2px 3px rgb(0,0,0,0.2);
}
.wrapper-main-menu .navbar-nav > li > a {
	color: #ffffff /*{Main Menu|link-color}*/;
}
.wrapper-main-menu .navbar-nav > li > a {
	background-color: #BC2213 /*{Main Menu|products-link-color}*/;
}
.wrapper-main-menu .navbar-nav > li > a:hover {
	background-color: #ffffff /*{Main Menu|products-link-hover-color}*/;
	color:#101010;
}
@media (max-width:767px) {
	.navigation-list li a,
	.navbar-nav .dropdown-menu > li > a {
		color: #ffffff /*{Mobile Main Menu|link-color}*/;
	}
}
/* Condensed Header */
.sticky-menu-icon {
    background-color: #d84b08 /*{Main Menu|products-link-color}*/;
    border-color: #d84b08 /*{Main Menu|products-link-color}*/;
}
.sticky-menu-icon:hover {
	background-color: #d84b08 /*{Main Menu|products-link-hover-color}*/;
	border-color: #d84b08 /*{Main Menu|products-link-hover-color}*/;
}
/* Home Page */
/* Part Finder */
.wrapper-part-finder .part-finder-title:before,
.wrapper-part-finder .part-finder-title p,
 .wrapper-part-finder .wrap-select-inline button {
	color: #ffffff /*{Part Finder|font-color}*/;
}

/* Wrapper Products */
.wrapper-products {
	background-color: #F6F6F6 /*{Featured Products|background-colour}*/;
    /*background-image: url(/assets/themes/rapid/img/prod-bg.jpg) /*{Featured Products|background-image};*/
	background-size: cover;
}
/* Generic Slick Styling */
.wrapper-products .slick-arrow:before,
.wrapper-history .slick-arrow:before {
    color: #000;
}
.wrapper-products .slick-arrow:hover:before {
    color: #ec6f34 /*{General|Primary Colour}*/;
}
/* Thumbnails */
.thumb-rrp {
	color: red;
}
.thumb-rrp:after {
	color: #333;
}
.nReviewsBlock i {
	color: #ec6f34 /*{General|Primary Colour}*/;
}
/* Sidebar */
#left-sidebar .list-group > li + .filter > a:before {
	color: #ec6f34 /*{General|Primary Colour}*/;
}
#left-sidebar .wrapper-category-reviews hr {
    border-color: #ec6f34 /*{General|Primary Colour}*/;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
	color: #ec6f34 /*{General|Primary Colour}*/;
}
/* Product Page */
.prod-accordion h3 {
    border: #ec6f34 /*{General|Primary Colour}*/;
}
.prod-accordion h3:before {
	color: #ec6f34 /*{General|Primary Colour}*/;
}
/* Footer */
.wrapper-security {
	background-color: #f3f3f3 /*{Secure Footer|background-color}*/;
}
.wrapper-security .secure-option h3 {
	color: #333333 /*{Secure Footer|title-color}*/
}
.footer-subscribe {
	background-color: #ec6f34 /*{Footer Subscribe|background-color}*/;
	background-image: url(/assets/themes/rapid/img/bg2.png) /*{Footer Subscribe|background-pattern}*/;
}
.footer-subscribe input {
    background-color: #ffffff;
}
.wrapper-footer {
	background-color: #000000 /*{Footer|background-color}*/;
}

.wrapper-footer a,
.wrapper-footer-details a {
	color: #cccccc /*{Footer|link-colour}*/;
	transition: color 0.2s;
}

.wrapper-footer-details a i{
	color: #ffffff !important;
}

.wrapper-footer-details a {
	width: 40px;
    height: 40px;
	background: #BC2213;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 20px;
}
.wrapper-footer a:hover {
	color: #ec6f34 /*{Footer|link-hover-colour}*/;
}
/* Thumbnails */
.savings-container {
    background: rgba(213, 119, 36, 0.75) /*{General|Thumbnail Savings Background}*/;
}
/* Misc */
.hr-style hr {
	border-color: #ec6f34 /*{General|Primary Colour}*/;
}
.nSwatchProduct {
    height:40px; width:40px; display:block;
}
.nColourSwatch._itmspec_lnk {
    display:inline-block;
    margin-right:5px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected {
    padding:4px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display:block;
    height:40px;
    width:40px;
    text-align: center;
    color:#333;
    position:absolute;
    content: "\f00c";
    font:normal normal normal 26px/1 FontAwesome;
    line-height: 40px;
    z-index: 10;
}
.nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
    opacity: .5;
}
.nColourSwatch ._itmspec_listitm {
    margin:0;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 24px;
    display: none;
    background-color: #BC2213;
    border-radius: 4px;
    box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.34);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: white;
    line-height: 40px;
    letter-spacing: 1px;
}

#left-sidebar,
#right-sidebar {
    margin-top: 20px;
    margin-bottom: 30px;
}

.custom-link{
	color: #BC2213 !important;
}

.main-image.text-center {
    border-style: solid;
    border-width: thin;
    border-color: whitesmoke;
}

a.custom-logout {
    font-weight: 800;
    font-size: large;
    color: #BC2213;
}

.capricorn{
    font-weight: 800;
    font-size:large;
}

.subcategory-link {
    font-size: 1.5em;
    word-spacing: 2px;
    font-weight: 800;
}

.pl-0{
	padding-left: 0px !important;
}

/* Menu */


.middle-menu {
	list-style-type: none; /* Remove bullets */
	padding: 0;
	margin: 0;
	text-align: center; /* Center horizontally */
}
  
.middle-menu li {
	display: inline-block; /* Display items in a row */
	margin-right: 20px; /* Add some spacing between items */
}
  
.middle-menu li:last-child {
	margin-right: 0; /* Remove the right margin from the last item */
}
  
.middle-menu a {
	color: #FFF;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none; /* Remove underline */
}

/* .featured-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  } */
.featured-items .item {
	/* width: calc(20% - 20px); */
	/* margin-bottom: 25px; */
	padding: 12px 16px;
	border: 1px solid #EAEAEA;
	background: #FFF;
	text-align: center;
	box-sizing: border-box;
}
/* @media(max-width: 768px) {
.featured-items  .item {
	width: calc(33.33% - 20px);
}
}
@media(max-width: 576px) {
.featured-items  .item {
  width: calc(50% - 20px);
}
}
@media(max-width: 400px) {
.featured-items  .item {
	width: 100%;
}
} */

.banner-wrapper {
	padding: 0px 0px 0px 0px;
	margin-top: 24px;
	/* background-image: url(/assets/themes/2024-oct-rapid/img/banner-bg1.png); */
	background-repeat: no-repeat !important;
}

@media(max-width: 767.98px) {
	.banner-wrapper {
		background-size: cover !important;
		background-position: center right;
	}
}

@media(max-width: 1023.98px) {
	.banner-wrapper {
		background-size: cover !important;
		background-position: center center;
	}
}

@media(min-width: 1024px) {
	.banner-wrapper {
		background-size: cover !important;
	}
}

.carousel-caption h3 {
	color: #FFF;
	font-family: 'Khand', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 20px !important;
}

#homepageCarousel .carousel-content{
	display: flex !important;
    flex-direction: column !important;
}

/* #homepageCarousel img{
	height: 250px;
	object-fit: cover;
	width: auto !important;
	margin: 0 auto !important;
} */

@media(max-width: 425px) {
	#homepageCarousel img{
		width: 100% !important;
		/* height: 172px; */
	}
}

.strong-wrapper:nth-child(2) {
	position: relative;
}

.strong-wrapper:nth-child(2)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(188, 34, 19, 0.00) 0%, #BC2213 49.5%, rgba(188, 34, 19, 0.00) 100%);
	top: 0%;
	transform: translateY(-50%);
}

.strong-wrapper:nth-child(2)::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(188, 34, 19, 0.00) 0%, #BC2213 49.5%, rgba(188, 34, 19, 0.00) 100%);
	bottom:0%;
	transform: translateY(-50%);
}


.category-images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.subscribe-title{
	max-width: 777px;
	color: #FFF;
	text-align: center;
	font-family: 'Khand', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	margin: 0 auto;
}

.thumb-part-number {
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #bc2213;
}

#home-featured .thumbnail .caption h3,
.thumb_list .panel-body h3,
.thumb .thumbnail .caption h3{
	color: #101010;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 8px;
}

#home-featured .thumbnail .caption h3:hover,
.thumb_list .panel-body h3:hover,
.thumb .thumbnail .caption h3:hover{
	color: #101010;	
}

.thumb_list .panel-body h3{
	color: #101010;
	font-family: "Titillium Web", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 4px;
}


.thumb_list .panel-body h3:hover{
	color: #101010;	
}

.caption .price{
	color: #101010;
	font-family: "Titillium Web", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin-top: 16px;
	margin-bottom: 24px;
}

.thumbnail .caption .addtocart{
	color: #FFF !important;
	font-family: "Titillium Web", sans-serif !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: uppercase !important;
	background: #bc2213;
	height: 46px;
	padding: unset !important;
}

.thumbnail .caption .addtocart:hover{
	color: #FFF !important;
	background: #bc2213 !important;
}

.thumbnail a > img{
	height: 226px !important;
	object-fit: contain !important;
}

@media (min-width: 768px) {
	.thumbnail a > img{
		height: 226px !important;
		object-fit: cover !important;
	}

	.strong-wrapper:nth-child(2) {
		position: relative;
	}
	
	.strong-wrapper:nth-child(2)::before,
	.strong-wrapper:nth-child(2)::after {
		content: "";
		position: absolute;
		width: 1px;
		height: 126px; /* Adjust height as needed */
		background: linear-gradient(0deg, rgba(188, 34, 19, 0.00) 0%, #BC2213 49.5%, rgba(188, 34, 19, 0.00) 100%);
		top: 50%;
		transform: translateY(-50%);
	}
	
	.strong-wrapper:nth-child(2)::before {
		left: 0;
	}
	
	.strong-wrapper:nth-child(2)::after {
		right: 0;
	}
	.strong-wrapper:nth-child(2){
		border-top: none;
		border-bottom: none;
	}

	.category-images {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
	.main-content,
	.main-content .col-xs-12,
	.wrapper-products .col-xs-12{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.wrapper-products .main-content-heading{
		margin-left: 10px;
	}
	.subscribe-title{
		font-size: 42px;
		line-height: 48px;
	}

	#homepageCarousel .carousel-image{
		display: unset !important;
		/* width: 55% !important; */
	}
}

  @media (max-width: 1023.98px){
	#homepageCarousel .carousel-caption {
		width: 100%;
		background-color: #111;
		color: white;
		padding: 20px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative !important;
		z-index: 1;
	}

	.carousel-caption::before {
		content: '';
		position: absolute;
		top: -49px;
		left: 0;
		width: 100%;
		height: 50px;
		background-color: #111;
		clip-path: polygon(0 0, 100% 100%, 0 100%);
		z-index: 2;
	  }
  }



  /* Right side - image */
  .carousel-image {
	overflow: hidden;
  }
  
  /* .carousel-image img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;

  } */

  .carousel-caption a.btn{
	width: unset !important;
	display: inline !important;
	padding: 12px 16px !important;
    font-size: 14px !important;
	max-width: fit-content !important;
  }



@media (min-width: 1024px) {
	#homepageCarousel .carousel-caption {
		/* background-color: #111; */
		background-image: url(/assets/themes/2024-oct-rapid/img/Group-2771.png);
		color: white;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative !important;
		z-index: 1;
	  }

	.carousel-content {
		display: flex;
		width: 100%;
		height: 471px;
		position: relative;
	}
	#homepageCarousel .carousel-content{
		display: flex !important;
		flex-direction: row-reverse !important;
	}
	
	#homepageCarousel .carousel-image{
		position: relative;
	}

	  #homepageCarousel .carousel-image::before {
		content: '';
		position: absolute;
		top: 0;
        left: -63px;
        width: 126px;
		height: 100%;
		background-color: #000;
		transform: skewX(-15deg);
		z-index: 0;
	  }

	#homepageCarousel .carousel-caption{
		text-align: center;
		padding: 50px 64px 50px 64px !important;
	}	
	.carousel-caption h3 {
		font-size: 48px !important;
		line-height: 54px !important;
	}
	#homepageCarousel {
		max-height: 500px;
	}
	
	#homepageCarousel img{
		height: 471px;
		object-fit: cover;
		/* object-position: 85% center; */
		margin: 0px !important;
	}

	#homepageCarousel .carousel-caption {
		width: 51%;
	}
	
	#homepageCarousel .carousel-image{
		display: unset !important;
		width: 49% !important;
	}

	.category-images {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}
	.subscribe-title{
		font-size: 60px;
		line-height: 72px;
	}
}


  @media (min-width: 1200px){
	#homepageCarousel .carousel-image::before {
		content: '';
		position: absolute;
		top: 0;
        left: -63px !important;
        width: 126px  !important;
		height: 100%;
		background-color: #000;
		transform: skewX(-15deg);
		z-index: 0;
	  }	
  }  

@media (max-width: 767.98px){
	.main-content{
		padding: 0px 20px;
	}
	.carousel-content{
		padding: 0px 20px;		
	}
	.wrapper-thumbnail{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.newsletter-wrapper{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;		
	}
}

.wrapper-products{
	padding-top: 50px !important;
	padding-bottom: 60px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;		
}


.carousel-caption p {
	color: rgba(255, 255, 255, 0.90);
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 24px !important;
}

@media (max-width: 767px) {
	.carousel-caption .btn {
	  padding: 10px 14px;
	  font-size: 14px;
	}

	.wrapper-products{
		padding-top: 50px !important;
		padding-bottom: 0px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;		
	}
}

.category-box {
    position: relative;
    max-width: 375px;
    height: 230px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.category-box .category-link {
    width: 100%;
    height: 100%;
	padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.category-box .category-title {
    position: relative;
    padding: 0px;
	color: #FFF;
	text-align: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
    z-index: 2;
    width: 100%;
}

.category-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: linear-gradient(0deg, rgba(7, 7, 7, 0.90) 0%, rgba(7, 7, 7, 0.00) 34.85%);
    z-index: 1;
}

.category-link{
    text-decoration: none;	
}


.subscribe-input{
	margin-top: 40px;
}

.subscribe-input .input-group{
	display: flex;
    justify-content: center;
    gap: 16px;	
}

.subscribe-input input.form-control {
	color: #A3A6AB;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 317px !important;
	height: 45px;
	padding: 14px 16px;
}

.subscribe-input .btn.btn-default{
	color: #FFF !important;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 12px 16px;
	background: #BC2213 !important;
	border: none;
}

.subscribe-input .btn.btn-default:hover{
	color: #FFF !important;
	background: #BC2213 !important;
}

.footer-info{
	color: #BCBCBC;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin: 32px 0 36px 0px !important;
}

@media (min-width: 768px) {
	.footer-info{
		text-align: left;
	}
}

.wrapper-copyright {
	color: #909090 !important;
	font-family: "Titillium Web", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.encrypted-chechout h5{
	color: #909090;
	text-align: right;
	font-family: "Titillium Web", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.footer-info-sec{
	display: flex;
	flex-direction: column;
	gap: 50px;
}


@media (min-width: 1024px) {
	.footer-info-sec{
		display: flex;
		flex-direction: row;
		gap: 150px;
	}
}

@media (min-width: 1200px) {
	.footer-info-sec{
		display: flex;
		flex-direction: row;
		gap: 190px;
	}
}

.wrapper-footer-details{
	width: 100%;
}

.wrapper-footer .container{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.footer-menus{
	width: 100%;	
}


.footer-bottom-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	flex-wrap: wrap;
  }
  
  .footer-bottom-area > div {
	flex: 1;
  }

.newsletter-wrapper{
	padding: 66px 0px;
	margin-bottom: 40px;
	margin-top: 60px;
}  

@media (min-width: 1024px){
	.wrapper-copyright{
		text-align: left;
	  }
	
	  .payment-wrapper{
		text-align: center;
	  }
	
	  .encrypted-chechout h5{
		text-align: right;
	  }
}  

  @media (max-width: 1023.98px) {
	.footer-bottom-area {
	  flex-direction: column;
	  text-align: center;
	}
  
	.footer-bottom-area > div {
	  margin-bottom: 15px;
	  text-align: center;
	}
  
	.footer-bottom-area > div:last-child {
	  margin-bottom: 0;
	}
  }  


@media (max-width: 767.98px){
	.footer-menus .row .col-xs-12{
		margin-bottom: 30px;
	}

	.newsletter-wrapper{
		margin-left: 20px;
		margin-right: 20px;
	}

	.img-responsive{
		width: 80%;
	}

	.input-tiny{
		margin-bottom:  10px !important;
	}
}

@media (min-width: 768px){
	.wrapper-footer-details{
		width: 100%;
		padding-right: 200px;
	}

	.newsletter-wrapper{
		margin-top: 0px;
	}  
}

@media (min-width: 1024px){
	.wrapper-footer-details{
		width: 40%;
		padding-right: 0px;
	}
	.footer-menus{
		width: 60%;	
	}
	.payment-wrapper .img-responsive{
		width: 70%;
	}
}


.footer-menus h4{
	color: rgba(255, 255, 255, 0.50) !important;
	font-family: "Titillium Web", sans-serif;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 28px !important;
}

.nav-pills > li{
	margin: 10px 0px;
}

.nav-pills > li > a{
	color: rgba(255, 255, 255, 0.90) !important;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: 0px 15px !important;
	text-transform: capitalize;
}

@media (min-width: 1200px) {
	.nav-pills > li > a{
		font-size: 20px !important;
		line-height: 28px !important;
	}
}

.input-group-btn > .btn{
	height: 52px;
}

.wrapper-logo {
    text-align: center;
    display: flex !important;
    align-items: center !important;
}

.vertically-center{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.top-number{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767.98px) {
	.opening-time,
	.hide-on-mobile{
		display: none !important;
	}
	.wrapper-header .logo {
		max-height: 95px;
		max-width: 180px;
	}
	.navbar-header{
		display: block;
	}
	.header-search .form-style{
		width: 100%;
	}
	.wrapper-header{
		padding: 0px 10px !important;
	}
	.wrapper-logo{
		justify-content: center !important;
		margin-bottom: 10px;
	}
	.vertically-center{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navbar-header{
		padding: 10px 0px;
	}
	.navbar-header ul{
		margin-bottom: 0px !important;
	}
}

@media (max-width: 991.98px){
	.header-categories{
		width: 33% !important;
	}
	.header-menu{
		width: 45% !important;
	}
	.header-icon{
		width: 22% !important;
	}
}



@media (min-width: 768px){
	.navbar-header{
		display: none;
	}
	/* .header-details{
		display: none !important;		
	}	 */
	.vertically-center{
		flex-direction: row !important;
		gap: 0px !important;
	}
	.v-center{
		height: 54px;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 1024px){
	.wrapper-header .logo {
		max-height: 95px;
		max-width: 236px;
	}
	.header-details{
		display: flex !important;		
	}
}


.category-box{
	padding: 20px 20px;
}

.category-images a{
	text-decoration: none;
}

.main-content .col-xs-12{
	padding: 0px !important;
}



.quantity-container {
    display: flex;
    align-items: center;
    border: 1px solid #C5C9CD;
    justify-content: space-between;
}

.qty-input {
    width: 24px;
    text-align: center;
    background: transparent !important;
    padding: 0px;
    margin-right: 0px;
	border: none;
}

.qty-btn-group {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    justify-content: center;
    align-items: center;
}

.qty-btn {
    background: #F4F5F6;
    border-top: 0px !important;
    border-right: 1px solid #C5C9CD !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    padding: 5px;
    cursor: pointer;
    width: 28px;
	height: 22px;
    text-align: center;
    font-size: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #000000;
}



.form-group p{
	text-align: end;
}

.header-search .btn-default {
	color: #333333 !important;
	background-color: #ffffff !important;
	border-color: #cccccc !important;
}


.header-search .btn-default {
	color: #333333 !important;
	background-color: #ffffff !important;
	border-color: #cccccc !important;
}

.thumb .wrapper-thumbnail{
	height: auto !important;
	border: 1px solid #EAEAEA !important;
    background: #ffffff !important;     
	padding: 16px !important;
}

#home-featured .wrapper-thumbnail{
	height: auto !important;
	border: 1px solid #EAEAEA !important;
    background: #ffffff !important;     
	padding: 16px !important;
}

@media (min-width: 768px){
	#home-featured .slick-track {
		display: flex !important;
		flex-direction: row !important;
		gap: 20px !important;
	}
}


.thumb {
    display: flex !important;
	flex-direction: row;
    flex-wrap: wrap !important; /* Allow items to wrap to the next line */
    gap: 20px !important; /* Set a 20px gap between items */
    width: 100% !important;
	align-items: stretch;
}

.wrapper-thumbnail {
    flex: 1 1 calc(33.33% - 20px); /* 3 items per row with 20px gap */
    max-width: calc(33.33% - 20px); /* Ensure consistent width */
    height: auto !important; /* Let content define height */
    background-color: #fff !important; /* Example background for visualization */
    box-sizing: border-box; /* Include padding and borders in the width */
}

@media (max-width: 1024px) {
    .wrapper-thumbnail {
        flex: 1 1 calc(50% - 20px) !important; /* 2 items per row on tablets */
        max-width: calc(50% - 20px) !important;
    }
}

@media (max-width: 767.98px) {
    .wrapper-thumbnail {
        flex: 1 1 100% !important; /* 1 item per row on mobile */
        max-width: 100% !important;
    }
}



.viewby.btn-group .btn-default{
	color: #333 !important;
    background-color: #ffffff !important;
    border: 1px solid #adadad !important;
}


.viewby.btn-group .btn-default.active{
	color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.wrapper-product-title .dropdown  .dropdown-toggle:hover{
    color: #333;
    background-color: #fff !important;
    border-color: #ccc;
}

.wishlist_toggle:hover{
	background: #BC2213 !important;
}

.btn-stack .btn.btn-loads{
	padding: 14px 16px !important;
}

#_jstl__buying_options_r .btn.btn-loads{
	padding: 11px 16px !important;
}

.prod-accordion .nav-pills.nav-tabs li a{
	color: #000 !important;
}

.prod-accordion .nav-pills.nav-tabs li.active a{
	color: #fff !important;
}

@media (min-width: 1024px){
	#n_product #main-content .row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	#n_product #main-content,
	#n_product #main-content > .row > .col-xs-12{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

#n_product #main-content .row > .col-xs-12 > .row > .col-sm-6{
	padding-left: 0px !important;
	/* padding-right: 0px !important; */
}

.prod-accordion .nav-pills.nav-tabs{
	padding: 20px 30px;
	background: #ffffff;
}

/* #n_checkout .btn-stack{
	display: none !important;
} */

.cartTable .text-right h4,
.success .text-right h3{
	font-weight: 600 !important;
}

.table-box{
	padding: 15px;
	background: #fff;
	border: 1px solid #dddddd;
}

.options-column .qty-input {
    width: 50px !important;
}

.options-column .qty-btn {
    width: 28px !important;
    height: 25px !important;
}

.card.panel.panel-default{
	margin-top: 20px;
	background: #F6F6F6;
}

.continue-shopping-sec{
	padding: 30px 0px 50px 0px;
}

.continue-shopping-sec .btn{
	width: unset !important;
	display: unset;
	/* margin: 0 auto; */
}

.shop-by-category{
	text-align: center;
}

/* Grid Layout for Featured Brands */
.featured-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr); /* 5 items per row on large screens */
}

/* Initially hide items after the first 10 */
.featured-items .item:nth-child(n+10) {
    display: none; /* Hide items after the 10th */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .featured-items {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row on tablets */
    }
}

@media (max-width: 767.98px) {
    .featured-items {
        grid-template-columns: 1fr; /* 1 item per row on mobile */
    }
}

/* View More button style */
.view-more {
	color: #FFF !important;
    font-family: "Titillium Web", sans-serif !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: uppercase !important;
    background: #bc2213;
    padding: 12px 25px;
	border: none !important;
	margin-top: 30px;
	display: inline-block;
}

.view-more:hover {
    background-color: #bc2213;
}

#view-more{
	color: #FFF !important;
    font-family: "Titillium Web", sans-serif !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: uppercase !important;
    background: #bc2213;
    padding: 12px 25px;
	border: none !important;
	margin-top: 30px;
	display: inline-block;
}


/* #left-sidebar{
	padding-left: 0px !important;
} */

.m-0{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#right-sidebar .category-images {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    justify-content: space-between; /* Add space between items */
    gap: 20px; /* Add spacing between items */
    width: 100%; /* Full width */
}

#right-sidebar .category-images > * {
    flex: 1 1 calc(33.33% - 15px); /* 3 items per row, accounting for gap */
    max-width: calc(33.33% - 15px); /* Same width for all items */
    box-sizing: border-box; /* Include padding/border in the width */
}

@media (max-width: 1024px) {
    #right-sidebar .category-images > * {
        flex: 1 1 calc(50% - 15px); /* 2 items per row on tablets */
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 767.98px) {
    #right-sidebar .category-images > * {
        flex: 1 1 100%; /* 1 item per row on mobile */
        max-width: 100%;
    }

	#right-sidebar{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.text-right.caption{
		text-align: left !important;
	}
}


#thumb_list > .col-xs-12{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* #main-content{
	padding: 20px 0px 30px 0px !important;
} */

.wrapper-collapsable-header{
	z-index: 999 !important;
}

.breadcrumb {
	padding: 8px 15px 8px 0px !important;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0;
  }

.caption{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
} 

.form-style .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px !important;
}

.wrapper-thumbnail .thumbnail{
	height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


@media (min-width: 768px) {
	.thumb_list .panel-body > .row{
		display: flex;
		align-items: flex-start;
		height: 100%;
		flex-direction: row;
		/* width: 100%; */
	}

	.thumb_list .panel-body > .row .col-md-3{
		min-height: 200px;
	}
}

.thumb_list .buying-options{
	display: flex;
}

.pagination > li a{
	height: 40px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}


.tab-content{
	width: 100%;
    overflow-x: auto;
}

.product-info{
	padding: 0px 10px !important;
}

#n_product .container{
	padding-bottom: 60px;
}

@media (max-width: 991.98px) {
	#n_category > #main-content > .row{
		display: flex;
		flex-direction: column-reverse;
	}
}
