@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #ECE2E2;
	font-family: "Poppins", sans-serif;
	background-image: url('../img/body-bg-img.png');
	background-repeat: repeat;
	background-size: contain;
	background-attachment: fixed;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

.zr-bg-gradient {
	background: linear-gradient(90deg, rgba(80, 0, 0, 1) 0%, rgba(173, 0, 0, 1) 50%, rgba(80, 0, 0, 1) 100%);
}

.btn-primary {
	border: 0;
	padding: 8px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.container {
	max-width: 1400px;
}

.animated-gradient {
	background: linear-gradient(45deg, rgb(46, 0, 0) 0%, rgb(179, 0, 0) 50%, rgb(46, 0, 0) 100%);
	background-size: 200% 100%;
	animation: moveGradient 10s ease infinite;
	-webkit-animation: moveGradient 10s ease infinite;
	-moz-animation: moveGradient 10s ease infinite;
}

@keyframes moveGradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.zr-mainHeading {
	text-align: center;
	color: #500000;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 30px;
}

.zr-subHeading {
	font-size: 22px;
	margin-bottom: 20px;
	color: #333;
	font-weight: 600;
}


/* Header Category Search */
.zr-categoriesSearch .dropdown .dropdown-toggle {
    background: #ffffff;
    color: #500000;
    border-color: #ffffff;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
    border: 0;
    padding: 12px 15px;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
 }
 form.zr-search-block button{
	position: relative;
 }
 form.zr-search-block input[type="search"]::-webkit-search-cancel-button,
 form.zr-search-block input[type="search"]::-webkit-search-decoration,
 form.zr-search-block input[type="search"]::-webkit-search-results-button,
 form.zr-search-block input[type="search"]::-webkit-search-results-decoration {
	 display: none;
 }
form.zr-search-block button::after {
    content: "";
    background: #ddd;
    height: 30px;
    position: absolute;
    width: 1px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.zr-categoriesSearch .dropdown .dropdown-toggle:hover {
    background: #f0f0f0;
    color: #500000;
    transition: all 0.3s ease-in-out;
}
.zr-categoriesSearch {
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 6px;
}

.zr-categoriesSearch ul.dropdown-menu {
	background: linear-gradient(0deg, rgb(109, 0, 0) 0%, rgb(68, 0, 0) 50%, rgb(109, 0, 0) 100%);
	padding: 0;
	width: 220px;
}

.zr-categoriesSearch ul.dropdown-menu li {
	padding: 2px 5px;
}

.zr-categoriesSearch ul.dropdown-menu li:nth-of-type(2) {
	padding-top: 5px;
}

.zr-categoriesSearch ul.dropdown-menu li:last-child {
	padding-bottom: 5px;
}

.zr-categoriesSearch ul.dropdown-menu li .dropdown-header {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 16px;
}

.zr-categoriesSearch ul.dropdown-menu li a {
	color: #fff;
	padding: 7px 15px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 300;
}
.zr-categoriesSearch .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
       border-top: 0;  
      border-right:0;  
      border-bottom: 0;  
      border-left:0;  
    content: "\f107";
    font-family: 'FontAwesome';
}
.zr-categoriesSearch ul.dropdown-menu li:hover a {
	color: #500000;
	border-radius: 6px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
}

form.zr-search-block input {
    background: transparent;
    border: 0;
    height: 100%;
     padding: 12px 15px;
    width: 300px;
    border-radius: 0;
}
form.zr-search-block .form-control:focus { 
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
form.zr-search-block button {
	background: transparent;
	padding: 5px 15px;
	line-height: normal;
	color: #500000;
}

img.phone-icon {
	width: 100%;
	margin-right: 3px;
	max-width: 22px;
}

.zr-callUs span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1;
	text-align: right;
	color: #500000;
}
a.zr-callUs {
    text-decoration: none;
}
.zr-callUs  .zr-callLink {
	display: block;
	font-size: 22px;
	text-decoration: none;
	color: #500000;
	font-weight: 700;
}
.zr-header-logo img {
	width: 100%;
	max-width: 190px;
}

/* Banner Css */
  .zr-heroBanner { 
	position: relative;
}  
.zr-heroBanner .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: transparent;
    z-index: 3;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.856) 0%, rgba(255, 255, 255, 0.753) 50%, rgba(255, 255, 255, 0.178) 60%, rgba(255, 255, 255, 0) 100%);
}
.zr-heroBanner .carousel-inner img {
	position: absolute;
	z-index: 2;
	width: 100%;
    height: 85vh;
}
.zr-heroBanner .carousel-caption {
    position: static;
    padding: 0;
}
.zr-heroBanner .container {
    position: relative;
    z-index: 9;
    padding: 0;
    height: 85vh;
}
#zr-heroBanner-carousel .carousel-item.active, #zr-heroBanner-carousel .carousel-item.active img,
#zr-heroBanner-carousel .carousel-item, #zr-heroBanner-carousel .carousel-item img {
    width: 100%;
    height: 85vh;
	object-fit: cover;
	object-position: right;
}
 
.zr-bannerContent {
    max-width: 800px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
}
.zr-bannerContent h1 {
    font-weight: 800;
    color: #500;
    font-size:64px;
    margin-bottom: 6px;
}

.zr-bannerContent p {
	color: #111;
	font-weight: 400;
 	font-size: 17px;
	margin-bottom: 22px;
	padding-right: 15%;
}

.zr-bannerContent .btn-primary {
	font-size: 20px;
	padding: 8px 40px;
}


/* Category section */
.zr-categorySection {
	margin: 80px 0;
}

.zr-innerBlock {
	padding: 20px;
	background: #fff;
	border-radius: 12px;
}

.zr-category-row {
	display: flex;
	gap: 12px;
	overflow-x: scroll;
	max-width: 1860px;
	width: 100%;
}

.zr-category-row::-webkit-scrollbar {
	display: none;
}

.zr-category-col .card {
	border: 0;
	background: linear-gradient(210deg, rgb(182 232 255) 0%, rgba(224, 246, 255, 1) 120%, rgba(235, 249, 255, 1) 100%);
}

.zr-category-col .card .card-body {
    padding: 45px 3px 0;
    position: relative;
}

.zr-category-col .card .card-body h5.card-title {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    position: absolute;
    font-weight: 500;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
	width: 100%;
}

.zr-category-col {
	display: block;
	min-width: 174px;
	text-decoration: none;
}


/* Products Css */
.zr-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    display: block;
    height: 100%;
    cursor: unset;
}
.zr-viewAll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #500000;
    z-index: 2;
}
.zr-viewAll:hover{
    color: #333;
    transition: 0.3s all ease-in-out;
}
.zr-product-image {
	background: linear-gradient(90deg, rgb(228, 228, 228) -20%, rgb(255 255 255) 50%, rgba(228, 228, 228) 120%);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	margin-bottom: 15px;
	border-radius: 8px;
}

.zr-product-card .zr-product-image img {
	width: 150px;
	height: 150px;
	object-fit: contain;
 }

.zr-product-tag {
	display: inline-block;
	background-color: #f1eaea;
	color: #800000;
	font-size: 13px;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.zr-product-title {
	font-weight: 700;
	color: #500000;
	font-size: 20px;
	margin: 5px 0;
}

.zr-product-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    min-height: 65px;
}
.zr-product-price span {
    font-size: 20px;
    color: #500000;
    line-height: 22px;
    font-weight: 700;
}
.zr-product-price span.zr-orignal-price  {
  position: relative; 
   color: #555;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 400;
}
 
.zr-coming-soon {
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 12px 8px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
	margin-bottom: 0;
     width: 100%;
}
.zr-coming-soon img {
    width: 25px;
}
.zr-productSection {
	margin: 80px 0;
}

.zr-bigSalesToday-sec .owl-nav button.owl-prev,
.zr-bigSalesToday-sec .owl-nav button.owl-next {
	color: #500000;
	border: none;
	padding: 8px 15px !important;
	font-size: 58px !important;
	border-radius: 4px;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.zr-bigSalesToday-sec .owl-nav button.owl-prev:hover,
.zr-bigSalesToday-sec .owl-nav button.owl-next:hover {
	background-color: transparent !important;
	color: #500000;
}

.zr-bigSalesToday-sec .owl-nav button.owl-prev:hover,
.zr-bigSalesToday-sec .owl-nav button.owl-next:hover {
	opacity: 1;
}

.zr-bigSalesToday-sec .owl-nav button.owl-prev {
	left: -90px;
}

.zr-bigSalesToday-sec .owl-nav button.owl-next {
	right: -90px;
}


/* Call to Action CSS */
.zr-callToAction {
	margin-bottom: 80px;
	margin-top: 160px;
}
 .zr-callToAction.zr-callToAction-second {
    margin-top: 160px;
}
.zr-cta-content {
	background: #7b0000;
	border-radius: 12px;
	padding: 25px 40px;
	color: white;
	position: relative;
}

.zr-calltoAction-text h1 {
	font-size: 65px;
	margin-bottom: 18px;
	font-weight: 700;
}

.zr-calltoAction-text h2 {
	font-size: 22px;
	margin-bottom: 12px;
	color: #fff;
}

.zr-calltoAction-text p {
	font-size: 16px;
	line-height: normal;
	color: #fff0f0;
	margin-bottom: 20px;
	font-weight: 300;
}

.zr-call-btn {
	display: inline-block;
	background: white;
	color: #7b0000;
	font-weight: 600;
	padding: 10px 45px;
	border-radius: 4px;
	text-decoration: none;
	outline: 1px solid #fff;
	outline-offset: 1px;
	font-size: 20px;
}

.zr-call-btn:hover {
	background: #fff0f0;
	color: #7b0000;
	transition: all 0.3s ease-in-out;
}

.zr-calltoAction-image img {
	width: 100%;
	position: absolute;
	max-width: 390px;
	top: -93px;
	right: 80px;
	object-fit: contain;
}

.zr-callToAction-second .zr-calltoAction-image img {
    right: unset;
    left: 20px;
    top: unset;
    bottom: 0;
    max-width: 490px;
}
/* Brands CSS */
.zr-brands {
	background: #fff;
	padding: 80px 0;
}

.zr-brands-grid {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.zr-brand-card img {
	width: 100%;
	max-width: 150px;
	height: 130px;
	object-fit: contain;
}

.zr-brand-card a {
    background: #fff;
    width: 200px;
    text-align: center;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* All Products Page Filter CSS */
.zr-Allproducts {
	margin: 80px 0;
}

.zr-filter-sidebar {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 40px;
}

.zr-filter-header {
	display: flex;
	align-items: center;
	gap: 8px;
}

.zr-filter-header svg {
	stroke: #333;
}

.zr-filter-sidebar label.section-label {
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #333;
	font-size: 16px;
}

.zr-filter-sidebar .zr-productSearch input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}

.zr-filter-sidebar .zr-productSearch input:focus {
	outline: none;
	box-shadow: 0 0 4px 0 #00000042;
	transition: 0.3s all ease-in-out;
}

.checkbox-group {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}

.checkbox-group .zr-filter-checkbox {
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    padding: 6px 10px;
    transition: 0.3s all ease-in-out;
    color: #555;
}

.checkbox-group .zr-filter-checkbox:hover {
	background-color: #f0f0f0;
	transition: 0.3s all ease-in-out;
}

.checkbox-group .zr-filter-checkbox input {
	margin-right: 8px;
	vertical-align: middle;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.overlay.active {
	display: block;
}
.zr-filter-sidebar-panel {
	position: fixed;
	left: -300px;
	top: 0;
	height: 100%;
	width: 300px;
	background-color: #f9f9f9;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
	overflow-y: auto;
	padding: 20px;
	transition: left 0.3s ease;
	z-index: 1001;
}

.zr-filter-sidebar-panel.active {
	left: 0;
}
.zr-filter-toggleBtn{
	font-size: 18px;
 }
 .zr-fixed-top .zr-filter-toggleBtn {
    box-shadow: -2px 2px 8px rgb(0 0 0 / 56%);
}
.zr-fixed-top {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 20px;
 	z-index: 99;
}
 .zr-filter-closeBtn {
    position: absolute;
    right: 0;
    background: #500000;
    border: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 32px;
    padding-top: 2px;
}

/* Footer */
.zr-footer {
	padding: 50px 0 15px;
	color: #fff;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(136, 0, 0, 1) 50%, rgba(34, 0, 0, 1) 100%);
}
.zr-footer-logo img {
	max-width:200px;
	width: 100%;
}
.zr-footer-column {
	padding-top: 60px;
}

.zr-footer-column h3 {
	margin-bottom: 20px;
	font-weight: 700;
}

.zr-footer-column ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.zr-footer-column ul li a {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.zr-footer-column ul li:last-child a {
	margin-bottom: 0;
}
.zr-footer .zr-footer-logo {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.zr-footer .zr-footer-info {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.zr-footer .zr-footer-contact {
	display: flex;
	justify-content: center;
	font-size: 14px;
	row-gap: 10px;
	column-gap: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.zr-footer .zr-footer-contact a{
	text-decoration: none;
	color: #fff;
}
.zr-footer-contact span {
	gap: 6px;
	display: flex;
	align-items: center;
}
.zr-footer-contact span a {
	gap: 6px;
	display: flex;
	align-items: center;
}
.zr-footer .zr-social-icons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
}

.zr-footer .zr-social-icons i {
	font-size: 24px;
	cursor: pointer;
}

.zr-newsletter {
	text-align: center;
}

.zr-newsletter p {
	font-size: 16px;
	font-weight: 400;
}

.zr-newsletter input {
    width: 100%;
    padding: 10px 13px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.zr-newsletter button {
	padding: 10px;
	border: none;
	background-color: white;
	color: darkred;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.zr-footer .footer-bottom {
	text-align: center;
	font-size: 16px;
	margin-top: 50px;
}
