/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
      
* HEADER 
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - Bread-crumb
  - Sub-banner
  - Product Box
  - Site Services Features Block
  - Special Product Block
  - Custom News Letter
  - Testimonial
  - Blog
  - Brand-Logo
  - Sidebar
  - Sorting
  - Product Detail Page
  - Cart Page
  - Checkout Page
  - Login Register Page
  - Account Page
  - Blog Page
  - About Page
  - 404 Page
  - Contact Page

* FOOTER
*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300i,400,500,600,700');

/* - General Style //---------------- */ 
*{
	outline: none;
}
::-moz-selection {
	background-color: #fe980f;
	color: #FFF;
}
::selection {
	background-color: #fe980f;
	color: #FFF;
}

/* Base Styles */
:root {
	--primary: #e21721;
	--primary-light: #ff4757;
	--secondary: #2c3e50;
	--secondary-light: #34495e;
	--light: #f8f9fa;
	--dark: #333;
	--gray: #7f8c8d;
	--light-gray: #e9ecef;
	--white: #ffffff;
	--shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	--transition: all 0.3s ease;
	--red-bg: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 50%);
	--primary-gradient: linear-gradient(135deg, #fff1f3 0%, #fff1f3 100%);
  --primary-gradient-2: linear-gradient(to right, var(--primary), #ff4d4d);
  --text-dark: #333;

}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #7e7e7e;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
body .main {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}
.dropdown-menu li a:hover {
	background:none;
}
.form-label {
	clear: both;
	display: block;
	font-size: 15px;
	font-weight: 800;
	margin: 0 auto 8px;
}
.listing_rating {
	display: inline-block;
	overflow: hidden;
}
.listing_rating:hover input[type="radio"]:checked~label {
	color:#dadada;
}
.listing_rating input[type="radio"] {
	display:none;
}
.listing_rating input[type="radio"]:checked~label {
	color:#ffc600;
}
.listing_rating label {
	font-size:24px;
	float:right;
	letter-spacing:4px;
	color:#dadada;
	cursor:pointer;
	transition:0.3s;
}
.listing_rating label:hover, .listing_rating label:hover~label {
	color:#ffc600!important;
}
.custom button.items-count {
	background-color: #eee;
	border: 1px #eaeaea solid;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #999;
	font-size: 10px;
	line-height: normal;
	padding: 13px 12px 9px 12px;
	line-height: normal;
}
.custom button.items-count:hover {
	background-color: #0088cc;
	border: 1px #0088cc solid;
	color: #fff;
}
.extra-heading{
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0px;
	text-transform: uppercase
}
.show-on-hover > .btn-default
{
	border: none;
}
.show-on-hover > .btn-default:hover{
	background: none;
}
.btn-default:active,.btn-default:active:hover{
	background: none;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #6d6d6d;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
br {
	font-size: 0;
	line-height: 0;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
	color: #fff;
}
.dark-bg {
	background: #f3f3f3;
	color: #fff;
}
.gray-bg {
	background: #f5f5f5;
}

/* ---------------- Headings Style   //---------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
h1 {
	font-size: 45px;
	line-height: 55px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
}
h4 {
	font-size: 18px;
	line-height: 28px;
}
h5 {
	font-size: 15px;
	line-height: 25px;
}
h6 {
	font-size: 13px;
	line-height: 23px;
}

/* -------------- Button Style  //----------------*/ 
.btn, button {
	padding: 13px 15px;
	line-height: 16px;
	font-weight: 500;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.btn.full {
	width: 100%;
	text-align: center;
}
.btn.big-width {
	padding: 13px 30px;
}
.btn.big {
	padding: 18px 30px;
}
.btn-black {
	color: #fff;
	background: #222;
	border: none;
}
.btn-black:hover {
	color: #fff;
}
.btn-color {
	color: #fff !important;
	border: none;
}
.btn-color:hover {
	color: #fff;
	background: #717171;
}
.btn-white {
	color: #222;
	background: rgba(255,255,255,1);
	border: none;
}
.btn-white:hover {
	color: #222;
}

/* --------- Form Style -------------------- */
.header-top select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 24px 7px 5px;
	line-height: 18px;
	border: none !important;
	cursor: pointer;
}
.header-top select:first-child{
	padding: 7px 24px 7px 0px;
}
select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #eaeaea !important;
	padding: 7px 24px 7px 5px;
	line-height: 18px;
	border: none;
} 
.full select {
	width: 100%;
}
.main-form button
{
	color: #000 !important;
	background: #f0f0f0 !important;
}
.main-form button:hover
{
	color: #fff !important;
	background: #000 !important;
}

.main-form textarea {
	max-width: 100%;
}
.main-form input, .main-form textarea, .main-form select {
	background: #fff;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #eaeaea;
	min-height: 40px;
}
.check-box label {
	color: #222;
	display: inline;
	font-size: 15px;
	font-weight: 400;
}
.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
}

/* -------------------- Spacer Style  //---------------- */
.right-side {
	float: right;
}
.left-side {
	float: left;
}
.plr-10 {
	padding-left: 5px;
	padding-right: 5px;
}
.plr-20 {
	padding-left: 10px;
	padding-right: 10px;
}
.mlr_-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-50 {
	padding-bottom: 50px;
}
.p-0 {
	padding: 0px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.m-0 {
	margin: 0px;
}

/*----------------------------
	 4.5. Testimonials
-------------------------------*/


/* Testimonial Section Styles */
.testimonial {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}


/* Heading Styles */
.testimonial .heading {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial .heading h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}


/* Swiper Container */
.testimonial .testimonialSwiper {
    padding: 20px 0 50px;
    overflow: hidden;
}

/* Individual Testimonial Card */
.testimonial .single {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    margin: 10px;
}

.testimonial .single:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Image Section */
.testimonial .image {
    text-align: center;
    margin-bottom: 25px;
}

.testimonial .image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonial .single:hover .image img {
    transform: scale(1.05);
    border-color: #ff6b6b;
}

/* Text Content */
.testimonial .text {
    text-align: center;
}

.testimonial .text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
    position: relative;
    padding: 0 15px;
}

.testimonial .text p:before {
    content: '"';
    font-size: 50px;
    color: #ff6b6b;
    opacity: 0.3;
    position: absolute;
    top: -20px;
    left: 0;
    font-family: serif;
}

.testimonial .text p:after {
    content: '"';
    font-size: 50px;
    color: #ff6b6b;
    opacity: 0.3;
    position: absolute;
    bottom: -40px;
    right: 0;
    font-family: serif;
}

/* Rating Stars */
.testimonial .text h6 {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.testimonial .text h6 svg {
    width: 18px;
    height: 18px;
    transition: all 0.2s ease;
}

.testimonial .text h6 svg:hover {
    transform: scale(1.1);
}

/* Author Name */
.testimonial .text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

/* Swiper Navigation */
.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(9, 5, 21, 0.87) !important;
    transition: all 0.3s ease;
}

.testimonial .swiper-button-next:after,
.testimonial .swiper-button-prev:after {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.testimonial .swiper-button-next:hover,
.testimonial .swiper-button-prev:hover {
    background-color: #ff6b6b !important;
    transform: scale(1.1);
}

.testimonial .swiper-button-next.swiper-button-disabled,
.testimonial .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Pagination Dots */
.testimonial .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s ease;
}

.testimonial .swiper-pagination-bullet-active {
    background: #ff6b6b;
    width: 25px;
    border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .testimonial .single {
        padding: 30px;
    }
    
    .testimonial .heading h3 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .testimonial {
        padding: 60px 0;
    }
    
    .testimonial .heading h3 {
        font-size: 28px;
    }
    
    .testimonial .single {
        padding: 25px;
        margin: 5px;
    }
    
    .testimonial .image img {
        width: 80px;
        height: 80px;
    }
    
    .testimonial .text p {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 10px;
    }
    
    .testimonial .text p:before,
    .testimonial .text p:after {
        font-size: 30px;
    }
    
    .testimonial .text h5 {
        font-size: 16px;
    }
    
    .testimonial .swiper-button-next,
    .testimonial .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .testimonial .swiper-button-next:after,
    .testimonial .swiper-button-prev:after {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .testimonial {
        padding: 40px 0;
    }
    
    .testimonial .heading h3 {
        font-size: 24px;
    }
    
    .testimonial .single {
        padding: 20px;
    }
    
    .testimonial .text p {
        font-size: 13px;
    }
    
    .testimonial .swiper-button-next,
    .testimonial .swiper-button-prev {
        display: none;
    }
}

/* Optional: Add a subtle background pattern */
.testimonial:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 107, 107, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

#testimonial_slider .item {
	background:#f3f3f3;
	padding:35px;
	margin:0 auto;
	max-width:930px;
	border-radius:3px;
}
.testimonial_header p {
	color:#909090;
	font-size:14px;
}
#testimonial_slider .owl-nav {
	display:none;
}

.testimonial
{
	padding: 20px 0;
}
.testimonial .image
{
	height: 80px;
}
.testimonial .text
{

width: 800px;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
}


.half-row {
	margin: 0;
}
@media (min-width: 768px) {
	.half-row {
		display: table;
		width: 100%;
		height: 100%;
	}
}
.half-row .half-div {
	padding: 65px 0 49px 0;
	vertical-align: top;
}
@media (min-width: 768px) {
	.half-row .half-div {
		margin: 0;
		float: none;
		display: table-cell;
		height: 100%;
	}
}
@media (min-width: 768px) {
	.half-row .half-div .half-inner {
		width: 375px;
		padding-right: 52px;
		float: right;
	}
}
@media (max-width: 992px) {
		.testimonial .text
	{
		width: auto;
	}
}
@media (min-width: 992px) {
	.half-row .half-div .half-inner {
		width: 475px;
	}

}
@media (min-width: 1200px) {
	.half-row .half-div .half-inner {
		width: 584px;
	}
}
@media (max-width: 767px) {
	.half-row .half-div .half-inner {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.half-row .half-div.light {
	background-color: #f5f5f5;
}
.half-row .half-div.color {
	background-color: #ff6100;
	color: #ffffff;
	padding-bottom: 80px;
}
.half-row .half-div.dark {
	background-color: #191919;
	color: #ffffff;
}
.half-row .half-div.image {
	background: url(../images/page-section-subscribe-2.jpg) center center no-repeat;
	background-size: cover;
}
.half-row .half-div.image:before {
	content: '';
	display: block;
	background-color: rgba(25, 25, 25, 0.89);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.half-row .half-div.image > .half-inner {
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	.half-row .half-div + .half-div {
		margin-top: 0 !important;
	}
}
@media (min-width: 768px) {
	.half-row .half-div + .half-div .half-inner {
		padding-right: 0;
		padding-left: 52px;
		float: left;
	}
}

.page-section.subscribe:before {
	content: '';
	display: block;
	background-color: #191919;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
}
.page-section.subscribe > .container {
	position: relative;
	z-index: 2;
}
.form-subscribe-wrapper {
	padding: 13px 48px 13px 48px;
	border-radius: 2px;
	background-color: #ff6100;
	color: #ffffff;
}
@media (max-width: 1199px) {
	.form-subscribe-wrapper {
		padding: 13px 30px 13px 30px;
	}
}
.form-subscribe-wrapper .h1,
.form-subscribe-wrapper h1,
.form-subscribe-wrapper .h2,
.form-subscribe-wrapper h2,
.form-subscribe-wrapper .h3,
.form-subscribe-wrapper h3,
.form-subscribe-wrapper .h4,
.form-subscribe-wrapper h4,
.form-subscribe-wrapper .h5,
.form-subscribe-wrapper h5,
.form-subscribe-wrapper .h6,
.form-subscribe-wrapper h6 {
	color: #ffffff;
}
.form-subscribe-wrapper > .row {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.form-subscribe-wrapper > .row > .col-md-5.div-cell {
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 1200px) {
	.form-subscribe-wrapper > .row > .col-md-5.div-cell {
		width: 392px;
	}
}
@media (min-width: 768px) {
	.form-subscribe-wrapper > .row > .col-md-5.div-cell {
		padding-right: 15px;
	}
}
@media (min-width: 1200px) {
	.form-subscribe-wrapper > .row > .col-md-5.div-cell {
		padding-right: 60px;
	}
}
@media (min-width: 768px) {
	.form-subscribe-wrapper > .row > .col-md-5.div-cell:before {
		content: '';
		height: 100%;
		width: 1px;
		background-color: #ce560c;
		position: absolute;
		top: 0;
		right: -1px;
	}
}
.form-subscribe-wrapper > .row > .col-md-7.div-cell {
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 1200px) {
	.form-subscribe-wrapper > .row > .col-md-7.div-cell {
		width: 680px;
	}
}
@media (max-width: 767px) {
	.form-subscribe-wrapper > .row > .col-md-7.div-cell {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.form-subscribe-wrapper > .row > .col-md-7.div-cell {
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.form-subscribe-wrapper > .row > .col-md-7.div-cell {
		padding-left: 68px;
	}
}
@media (min-width: 768px) {
	.form-subscribe-wrapper > .row > .col-md-7.div-cell:before {
		content: '';
		height: 100%;
		width: 1px;
		background-color: #ce560c;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.form-subscribe-wrapper.alt {
	padding: 0;
	background-color: transparent;
}
.form-subscribe-title {
	font-size: 20px;
	letter-spacing: 0.04em;
	margin-bottom: 11px;
}
.alt .form-subscribe-title {
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 15px;
}
.form-subscribe-text {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
.alt .form-subscribe-text {
	max-width: 410px;
}
.form-subscribe-text-sm {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 0;
}
.form-subscribe.alt + .form-subscribe-text-sm {
	margin-top: 15px;
}
.form-subscribe {
	position: relative;
}
.form-subscribe .row {
	margin-top: -8px;
	margin-left: -4px;
	margin-right: -4px;
}
.form-subscribe .row > div {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}
.form-subscribe .form-group {
	margin-bottom: 0;
}
.form-subscribe .form-control {
	font-size: 16px;
	letter-spacing: 0.04em;
	height: 57px;
	padding-left: 27px;
	border-color: #ffffff;
	background-color: #ffffff;
	color: #c3c3c3;
}
.form-subscribe .form-control:focus {
	border-color: #191919;
}
.form-subscribe .btn-submit {
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 0.02em;
	height: 57px;
}
.form-subscribe .btn-submit:hover,
.form-subscribe .btn-submit:focus {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #ff6100;
}
.form-subscribe .alert {
	margin-top: 10px;
	border-radius: 2px;
}
.form-subscribe .alert .close {
	margin-top: 5px;
}
.alt .form-subscribe-text + .form-subscribe.alt {
	margin-top: 20px;
}
.form-subscribe.alt .form-group {
	margin-bottom: 0;
}
.form-subscribe.alt .form-control {
	padding-top: 22px;
	padding-bottom: 22px;
	height: 58px;
	border-color: #ffffff;
	background-color: #ffffff;
	color: #c3c3c3;
}
.form-subscribe.alt .form-control:focus {
	border-color: #191919;
}
.form-subscribe.alt .btn-submit {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 54px;
	border-color: #ff6100;
	background-color: #ff6100;
	color: #ffffff;
}
@media (max-width: 480px) {
	.form-subscribe.alt .btn-submit {
		top: initial;
		right: initial;
		margin-top: 5px;
		position: relative;
		display: block;
	}
}
.form-subscribe.alt .btn-submit:hover,
.form-subscribe.alt .btn-submit:focus {
	border-color: #191919;
	background-color: #191919;
	color: #ffffff;
}
/* - Newsletter   /----- */
#newslater-popup {
	max-width: 930px;
	margin: 0 auto;
	position: relative;
}
.nl-popup-main {
	display: block;
	background: url(../images/popup.jpg) no-repeat top left #1d273e;
	overflow: hidden;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.nl-popup-inner {
	margin: 20px;
	display: block;
	overflow: hidden;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
#newslater-popup .newsletter-inner {
	background: transparent;
	padding: 30px;
}
#newslater-popup .newsletter-inner h2.main_title {
	border: 0px;
	font-size: 40px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 24px;
	padding-top: 16px; 
}
#newslater-popup .newsletter-inner span {
	margin-bottom: 35px;
	font-size: 20px;
	color: #909ab1;
	text-transform: capitalize;
}
#newslater-popup .newsletter-inner form {
	position: relative;
}
#newslater-popup .newsletter-inner input {
	width: 100%;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border: none;
}
#newslater-popup .newsletter-inner button {
	background: url(../images/sprite.png) no-repeat scroll -12px -275px;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: hsl(0, 0%, 0%);
	height: 16px;
	position: absolute;
	right: 15px;
	top: 11px;
	width: 17px;
	font-size: 0;
	outline: none;
}
#newslater-popup  button.mfp-close {
	background-color: #2b3754;
	opacity: 1;
	top: 0px;
	right: 0px;
}
#newslater-popup button.mfp-close:hover, #newslater-popup button.mfp-close:focus {
	color: #fff;
}

/* - Header Style  ---- */

.header-top {
	padding: 5px 0;
}
.top-link ul li {
	float: left;
}
.top-link ul li a {
	border-right: 1px solid #ddd;
	line-height: 30px;
	padding: 0 12px;
}
.top-link ul li a i{
	color: #b1b1b1;
	font-size: 15px;
}
.top-link ul li:last-child a {
	border-right: none;
	padding-right: 0px !important;			
}
.top-link ul li.Compare-icon a, .top-link ul li.login-icon a, .top-link ul li.Register-icon a {
	padding-right: 12px;	
}
.navbar-header .navbar-brand {
	height: auto;
	padding: 19px 0px 0px 0px;
	margin-top: 0 !important;
	margin-left: 0 !important;
}
.navbar {
	margin-bottom: -7px;
	border: 0px;
}
header {
	position: relative;
}
.sidebar-menu-dropdown {
	display: inline-block;
	width: 100%;
}

.sidebar-menu-dropdown > a span {
	background: url("../images/sprite.png") no-repeat scroll -135px -130px rgba(0, 0, 0, 0);
	display: inline-block;
	height: 11px;
	margin-top: 4px;
	width: 17px;
}

.sidebar-menu-dropdown .cat-dropdown {
	display: none;
}

.common-home .sidebar-menu-dropdown .cat-dropdown {
	display: block;
}
.cat-dropdown .nav > li.level .megamenu {
	margin-top: -46px;
	left: 30%;
}
.cat-dropdown .nav > li.level:hover .megamenu {
	border-radius: 0;
	opacity: 1;
	top: auto;
	left: 25%;
	z-index: 1;
}
.cat-dropdown .megamenu.full {
	width: 80%;
}
.cat-dropdown .nav > li.level:last-child .megamenu {
	right: auto;
}
.cat-dropdown {
	width: 100%;
	background-color: #f9f9f9;
	z-index: 2;
}
.cat-dropdown .navbar-nav {
	float: none;
	margin: 0;
}

.cat-dropdown .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.cat-dropdown .sidebar-contant ul li { float: none;}

.cat-dropdown .sidebar-contant ul li.level:hover { background-color: #f5f5f5;}

.cat-dropdown .sidebar-contant > ul > li > a {
	color: #1f252d;
	font-size: 14px;
	padding: 10px 0 10px 20px !important;
}
.cat-dropdown .navbar-nav > li > a {
	padding: 9px 12px 10px 12px;
	margin-right: -0px;
	color: #2f3742;
	line-height: 24px;
	border-bottom: 1px solid #ededed;
}
.cat-dropdown .navbar-nav > li:last-child > a {
	border-bottom: 0px solid #ededed;
}
.cat-dropdown .navbar-nav > li > a i{
	font-size: 16px;
	margin-right: 11px;
	width: 14px;
	height: 13px;
	text-align: center;
}
.cat-dropdown .megamenu li a, .cat-dropdown .megamenu-inner a { padding: 0 !important;}

.btn-sidebar-menu-dropdown {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 19px 15px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3px;
	width: 100%;
}
.btn-sidebar-menu-dropdown:hover, .btn-sidebar-menu-dropdown:focus, .btn-sidebar-menu-dropdown:active { color: #fff !important;}
.header-middle { z-index: 1;}
.common-home .header-bottom {
	z-index: 0;
	position: static;
}
.header-bottom {
	display: inline-block;
	position: relative;
	height: 48px;
	width: 100%;
	z-index: 3;
	top: 26px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.search-box {
	position: relative;
	margin-top: 31px;
}
.header-inner .cart-icon {
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 35px;
	position: relative;
}
.header-inner .cart-icon:hover > a span {
	background-position: -110px -633px;
}
.header-inner .cart-icon > a span {
	background-position: -70px -633px;
	position: relative;
	float: left;
	margin-right: 10px;
}
.header-inner .cart-icon a span {
	background: url(../images/sprite.png) no-repeat scroll 0 0 transparent;
	height: 44px;
	width: 35px;
	display: inline-block;
	transition: all 0.4s ease 0s;
}
.header-inner .cart-icon > a span small.cart-notification {
	color: #1f252d;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	height: 15px;
	line-height: 13px;
	position: absolute;
	right: 9px;
	text-align: center;
	top: 18px;
	width: 15px;
	font-size: 14px;
	font-weight: 700;
}
.header-inner .cart-text {
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	margin-top: 6px;
}
.header-right-link > ul > li {
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: #40403e;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
}
.header-right-link ul li:hover {overflow: visible;}
.header-right-link ul li.main-search {overflow: visible;}
.search-box input.input-text {
	border: 1px solid #f4f4f4;
	width: 0;
	opacity: 0;
	padding: 6px;
	margin-top: -3px;
	position: absolute;
	right: 0px;
	transition: all 0.4s ease 0s;
	top: 3px;
}
.header-middle .search-box input.input-text {
	border: 1px solid #CCC;
	width: 253px;
	opacity: 1;
	padding: 6px;
	margin-top: -3px;
	position: absolute;
	right: 0px;
	transition: all 0.4s ease 0s;
	top: 3px;
}
.header-middle .search-box button.search-btn {
	background: url(../images/sprite.png) no-repeat scroll -7px -85px transparent;
	border: none;
	position: relative;
	right: 0;
}
.search-box button.search-btn {
	background: url("../images/sprite.png") no-repeat scroll -7px -85px #f4f4f4;
	border: none;
	height: 38px;
	width: 38px; 
	position: relative;
	right: 0;
}
.search-box button.search-btn:hover {
	background-position: -7px -120px;
}
.header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view .search-btn {
	padding: 5px 14px 0px 21px;
	display: inline-block;
}
.header-right-link > ul > li > .header_search_toggle.desktop-view .search-btn:hover {
	background-position: -7px -119px;
}
.header-right-link > ul > li > a .cart-text{
	color: #ffffff;
	float: left;
	text-transform: uppercase;
	padding-top: 8px;
	margin-right: 26px;
}
.header-right-link > ul > li > a span {
	background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
	height: 36px;
	width: 29px;
	display: inline-block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.header-right-link ul li.account-icon > a span {
	background-position: -14px -387px;
}
.header-right-link ul li.cart-icon > a span {
	background-position: -18px -530px;
	position: relative;
}
.header-right-link ul li.account-icon:hover > a span {
	background-position: -14px -422px;
}
.header-right-link ul li.cart-icon:hover > a span {
	background-position: -18px -586px;
}
.header-right-link ul li.cart-icon > a span small.cart-notification {
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	height: 16px;
	line-height: 13px;
	position: absolute;
	right: -8px;
	text-align: center;
	top: -6px;
	width: 17px;
	padding-top: 1px;
	padding-left: 2px;
}
.menu-shadow-btm{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -23px;
}
/* Navigation Menu Style */
.mobilemenu-content .navbar-nav li:last-child {
	position: relative;
}
.mobilemenu-content .navbar-nav li {
	display: block;
}
.mobilemenu-content .megamenu {
	top: 100%;
	right: 0;
}
.position-a.cat-dropdown-main {
	top: 0;
	width: 100%;
	z-index: 2;
}
.nav_sec {z-index: 1;}
.mobilemenu-title { display: none;}
.mobilemenu-content li { display: inline-block;}
.mobilemenu-content li a {
	background-color: transparent !important;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 19px 18px;
	text-transform: uppercase;
}

.mobilemenu-content .megamenu li a {
	font-size: 14px;
	text-transform: inherit;
	font-weight: 400;
}

.navbar-nav > li > a {
	padding: 14px 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
}
.navbar-nav > li:first-child > a{
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
}
.nav > li {	position: inherit;}
.nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {
	background: none;
	color: #ededed;
	background-color: #40403e;
}
.header_search_toggle.mobile-view {
	display: none;
}
.header-link-dropdown {
	background: rgba(34, 34, 34, 0.92);
	color: #fff;
	position: absolute;
	width: 320px;
	display: inline-block;
	right: 0;
	top: 100%;
	padding: 35px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	z-index: 4;
}
.header-right-link > ul > li:hover .header-link-dropdown {
	opacity: 1;
}
.header-right-link .link-dropdown-list > li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #434343;
}
.nav > li .menu-label {
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	right: 14px;
	text-transform: uppercase;
	top: -14px;
	transition: all 0.4s ease 0s;
}
.header-fixed .nav > li .menu-label { top: 6%;}

.menu-label .p-label{padding: 4px;}
.menu-label .hot-menu {
	background: #ff7878;
	display: inline-block;
	line-height: initial;
}
.menu-label .new-menu {
	background: #0fb7a4;
	display: inline-block;
	line-height: initial;
}
.menu-label .hot-menu::after{
	background: url("../images/sprite.png");
	width: 20px;
	height: 20px;
	content: "";
	top: 7px;
	right: 20px;
	position: absolute;
	display: inline-block;
}
.menu-label .new-menu::after {
	background: url("../images/sprite.png");
	width: 20px;
	height: 20px;
	content: "";
	top: 7px;
	right: 24px;
	position: absolute;
	display: inline-block;
}

.menu-label .hot-menu:after {
	background-position: -101px -618px;
}

.menu-label .new-menu:after {
	background-position: -101px -638px;
}

.cart-dropdown a, .cart-dropdown strong {
	color: #a6a6a6;
}
.cart-dropdown .cart-list li .media {
	padding-right: 25px;
	margin-top: 0;
}
.cart-dropdown .media-body span {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
	width: 95px;
	padding-right: 20px;
}
.cart-dropdown .cart-list li .media .pull-left img {
	max-width: 100%;
}
.close-cart {
	color: #fff;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.cart-dropdown .input-text.qty {
	background-color: transparent;
	padding: 2px 13px;
}
.cart-dropdown .cart-price {
	font-weight: 500;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}
.account-link-dropdown {
	width: 280px;
}
.header-link-dropdown .dropdown-title {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.account-link-dropdown, .account-link-dropdown a {
	color: #a6a6a6;
}

.account-link-dropdown .link-dropdown-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* --- Megamenu Style --- */
.nav > li {	position: relative;}
.nav > li:hover {position: inherit;}
.megamenu {
	background: #ffffff;
	color: #a4a4a4;
	display: none;
	padding: 30px;
	position: absolute;
	top: 100%;
	z-index: 2;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
	transition: all 0.17s ease-in-out;
	transform-origin: 0 0;
}
.megamenu.full {left: 0;width: 100%;}
.nav > li.level:hover .megamenu {display: block;}
.megamenu .sub-menu-level1 li.level2 {
	float: left;
	min-width: 180px;
}
.megamenu .level2 > a {
	display: inline-block;
	margin-right: 35px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 100%;
	font-size: 13px;
}
.megamenu .sub-menu-level2 li.level3 > a {
	color: #000000;
	display: inline-block;
	padding: 4px 0;
}
.megamenu .sub-menu-level2 li.level3 > a span {
	float: left;
	font-size: 9px;
	margin-right: 9px;
	margin-top: -1px;
}
/*--- Contant  -----*/

/* ------ Banner Style  ----- */
.banner {
	overflow: hidden;
	border-top: 1px solid #bababa;
}
.banner .owl-buttons .owl-next, .banner .owl-buttons .owl-prev  {
	background: url(../images/sprite.png) no-repeat scroll 0 0 !important;
	color: #2a2931;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	opacity: 1;
	transform: translateY(-50%);
	overflow: visible;
	height: 28px;
	width: 14px;
	font-size: 0;
	margin-top: 0;
	transition: all 0.3s ease-in-out 0s;
}
.banner:hover .owl-buttons .owl-next, .banner:hover .owl-buttons .owl-prev {
	opacity: 1;
}
.banner .owl-buttons .owl-next {
	background-position: -47px -165px !important;
	right: 35px;
	top: 28px;
}
.banner .owl-buttons .owl-next:hover {
	background-position: -47px -209px !important;
}
.banner .owl-buttons .owl-prev {
	background-position: -17px -165px !important;
	left: 35px;
	top: 28px;
}

.banner .owl-buttons .owl-prev:hover { background-position: -17px -209px !important;}
.main-banner .owl-controls {
	width: 184px;
	height: 51px;
	background: #fff;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px;
	bottom: 0px;
	position: absolute;
}
.main-banner.owl-carousel .owl-wrapper-outer {
	margin-top: 0;
	padding-top: 0;
}
.main-banner .owl-controls .owl-pagination {
	position: absolute;
	bottom: 12px;
	text-align: center;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transform: translateX(-50%);
}
.main-banner .owl-pagination .owl-page > span {
	background: #b4b1ab;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border: 0px;
}
.main-banner .owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {border: 0px;}
/* main-banner icon end */

.banner-detail {
	position: absolute;
	bottom: 20%;
	width: 100%;
}
.banner-detail .banner-detail-inner {
	color: #fff;
	padding-left: 30px;
}
.banner-detail .banner-detail-inner p {
	font-size: 18px;
	color: #363432;
	font-weight: 400;
	margin-bottom: 21px;
}
.banner-detail .banner-detail-inner .banner-title {
	text-transform: uppercase;
	font-size: 50px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	margin-bottom: 32px;
	line-height: 55px;
}
.banner-detail .banner-detail-inner .banner-title span {
	color: #b4b1ab;
}
.banner-detail .banner-detail-inner span.slogan {
	color: #363432;
	display: inline-block;
	font-size: 36px;
	margin-bottom: 24px;
	font-weight: 700;
}
.banner-detail .banner-detail-inner span.offer {
	background: rgba(185, 160, 111, 0.5);
	padding: 20px 70px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 3px;
}
.inner-banner {
	background: url(../images/inner-banner.jpg) no-repeat scroll center center;
	padding: 53px 0;
}
.inner-banner .banner-detail {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
}
.inner-banner .banner-detail h1 {
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-align: left;
}

/* Bread-crumb CSS Start */
.bread-crumb{
	margin-top: 8px;
}
.bread-crumb ul li {
	display: inline-block;
	color: #ffffff;
}
.bread-crumb ul li a {
	color: #ffffff;
}
.bread-crumb ul li a, .bread-crumb ul li span {
	margin: 0 10px;
	font-weight: 600;
}

.bread-crumb ul li:first-child {padding-left: 0;}
/* Bread-crumb CSS End */

/* --------------- Sub-banner Style  --------- */
.sub-banner-block .sub-banner:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0.6;
}
.sub-banner {
	background: #000;
	position: relative;
	overflow: hidden;
}
.sub-banner .sub-banner-detail {
	position: absolute;
	transform: translateY(-50%);
	text-align: center;
}
.sub-banner-effect{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.sub-banner.sub-banner1 .sub-banner-detail {
	right: 18px;
	bottom: 50px;
	font-size: 36px;
	color: #262626;
	font-weight: 600;
	line-height: 40px;
}
.sub-banner.sub-banner2{
	margin-bottom: 10px;
}
.sub-banner.sub-banner2 .sub-banner-detail {
	left: 0px;
	right: 0px;
	top: 138px;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
}
.sub-banner.sub-banner2 .sub-banner-detail .sub-banner-type{margin-bottom: 15px;}
.sub-banner .sub-banner-detail .sub-banner-title2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #31d0e5;
	padding: 10px 22px;
	background: #ffffff;
	display: inline-block;
}
.sub-banner .sub-banner-detail .sub-banner-subtitle2{
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #ffffff;
}
.sub-banner.sub-banner3 .sub-banner-detail {
	width: 100%;
	top: 116px;
}
.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	padding-right: 10px;
	margin-bottom: 19px;
}
.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type span{
	color: #ffffff;
	background: #453f49;
	padding: 8px 15px;
	letter-spacing: 7px;
	margin-left: 10px;
	display: inline-block;
}
.sub-banner.sub-banner3 .sub-banner-detail .money-bank{  margin-top: 20px;}
.sub-banner.sub-banner4 .sub-banner-detail {
	width: 100%;
	top: 50%;
	left: 0px;
	line-height: 60px;
	letter-spacing: 7px;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.sub-banner.sub-banner4 .sub-banner-detail span{
	letter-spacing: 0px;
}
.sub-banner.sub-banner1 a {
	color: #221b1f;
}
.sub-banner.sub-banner2 a, .sub-banner.sub-banner3 a {
	color: #fff;
}
.sub-banner .sub-banner-detail .sub-banner-title {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #fff;
}
.sub-banner .sub-banner-detail .sub-banner-title span {
	font-size: 36px;
	font-weight: 300;
}
/* Product Box part */
.tab-stap {
	border-bottom: 1px solid #d9d4d6;
}
.category-bar ul li {
	display: inline-block;
	margin-bottom: -1px;
}
.category-bar ul li.active {
	pointer-events: none;
}
.category-bar ul li a {
	padding: 11px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid transparent;
	display: inline-block;
	position: relative;
}
.category-bar ul li a.selected {
	border-right: 1px solid #d9d4d6;
	border-left: 1px solid #d9d4d6;
	border-top: 1px solid #d9d4d6;
	border-bottom: 1px solid #fff;
}
.category-bar ul li:hover a, .category-bar ul li.selected a{
	border-right: 1px solid #d9d4d6;
	border-left: 1px solid #d9d4d6;
	border-top: 1px solid #d9d4d6;
}
.category-bar ul li:hover a::before {
	background: none repeat scroll 0 0 #fff;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.category-bar ul li.active a::before {
	background: none repeat scroll 0 0 #fff;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.pro_cat {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	display: inline-block;
	padding-top: 7px;
	margin-top: -7px;
}
.product-listing .product-item, .blog-listing .blog-item {
	margin-bottom: 30px;
}
.blog-listing .blog-item {
	margin-bottom: 40px;
}
.product-item {
	position: relative;
	border: 1px solid #f3f3f3;
	margin-bottom: 26px;
}
.pro_cat .product-slider-main {
	width: 100%;
	display: none;
}
.pro_cat .product-slider-main.selected {
	display: block !important;
}
.featured-product {
	display: inline-block;
	margin-bottom: -26px;
	width: 100%;
}
.heading-part{
	border-bottom: 1px solid #f3f3f3;
}
.heading-part .sub-title{
	color: #000000;
}
.heading-part h2.main_title:after{
	width: 113px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	content: "";
	left: 0px;
}
.product-slider .item {
	padding-left: 15px;
	padding-right: 15px;
}
.product-image {
	position: relative;
	overflow: hidden;
	min-width: 70px;
	background-color: #000;
}
.product-item:hover .product-image img {
	-ms-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 0.5;
}
.product-image img {
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.sale-label {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 12px;
	padding: 6px 10px;
	position: absolute;
	left: 6px; 
	text-transform: uppercase;
	top: 4px;
	z-index: 1;
}
.new-label {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 12px;
	padding: 6px 10px;
	position: absolute;
	right: 6px; 
	text-transform: uppercase;
	top: 4px;
	z-index: 1;
}
.product-item.sold-out::before {
	background: rgba(255,255,255,0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.product-item.sold-out::after {
	content: "Sold out";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	text-transform: uppercase;
	padding: 10px 15px;
	transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
.product-detail-inner {
	position: absolute;
	bottom: -49px;
	padding-top: 10px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	left: 50%;
	transform: translateX(-50%);
}
.product-item:hover .product-detail-inner {
	bottom: 30px;
}
.product-item-details {
	margin: 16px 0px;
	padding: 0px 10px;
}
.product-item-details .product-item-name {
	width: 100%;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}
.special-products-block .product-item-details {	margin-top: 0;}
.shop-list-view .product-item-details {	padding: 0px;}
.shop-list-view .product-item-details .product-item-name{
	overflow: inherit;
	text-overflow: inherit;
	white-space: inherit;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a,
.special-products-block:hover .product-item-name a, .sidebar-contant:hover ul li .pro-detail-info a {
	color: #000;
}
.product-item-details .price-box .price {margin-right: 5px;}
.price-box .price {
	font-size: 18px;
	font-weight: 600;
}
.product-item-details .price-box .price.old-price {
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
}
.detail-inner-left ul {	display: inline-block;}
.product-item .detail-inner-left ul li {
	float: left;
	padding: 0;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	width: 34px;
	height: 34px;
	margin:0px 3px;
}
.product-item:hover .detail-inner-left ul li:last-child {padding-right: 0;}
.detail-inner-left ul li:first-child {padding-left: 0;}
.detail-inner-left ul li:last-child {padding-right: 0;}
.detail-inner-left ul li a {
	background: url("../images/sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 30px;
	transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
}
.detail-inner-left ul li button {
	background: url("../images/sprite.png") no-repeat scroll -9px -320px;
	height: 34px;
	width: 34px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	padding: 0px;
}
.detail-inner-left ul li button:hover {
	background-position: -9px -354px;
}
.detail-inner-left ul li.pro-wishlist-icon a {
	background-position: -43px -386px;
}
.detail-inner-left ul li.pro-wishlist-icon a:hover {
	background-position: -43px -420px;
}
.detail-inner-left ul li.pro-wishlist-icon.active a {
	background-position: -43px -420px;
}
.detail-inner-left ul li.pro-compare-icon a {
	background-position: -8px -453px;
}
.detail-inner-left ul li.pro-compare-icon a:hover {
	background-position: -8px -486px;
}
.rating-summary-block {
	padding: 10px 0;
}
.single-item-name{
	white-space: normal !important;
}
.product-rating{
	letter-spacing: -1px;
}
.rating-summary-block .rating-result {
	display: inline-block;
	position: relative;
	width: 74px;
}
.single-rating{
	width: 145px !important;
	letter-spacing: 0px;
}
.rating-summary-block.big .rating-result {
	width: 88px;
}
.rating-summary-block .rating-result:before {
	color: #c7c7c7;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	left: 0;
	letter-spacing: 2px;
	line-height: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.rating-summary-block .rating-result > span {
	display: block;
	overflow: hidden;
}
.rating-summary-block .rating-result > span::before {
	color: #ffc600;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	position: relative;
	z-index: 2;
}
.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
}
.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
	font-size: 17px;
	height: 17px;
	line-height: 17px;
}
.product-slider .owl-prev, .product-slider .owl-next, #brand-logo .owl-prev, #brand-logo .owl-next {
	position: absolute;
	background-color: #f3f3f3;
	height: 38px;
	width: 38px;
	text-align: center;
	margin-top: -35px;
	opacity: 1;
	top: 50%;
	padding: 4px 0px;
	font-size: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-slider .owl-prev:hover, .product-slider .owl-next:hover, #brand-logo .owl-prev:hover, #brand-logo .owl-next:hover {

	width: 38px;
	height: 38px;
}
.product-slider .owl-next, #brand-logo .owl-next {
	right: 0px;
}
.product-slider .owl-prev, #brand-logo .owl-prev {
	position: absolute;
	left: 0px;
}
.product-slider .owl-prev:after, .product-slider .owl-next:after, #brand-logo .owl-prev:after, #brand-logo .owl-next:after {
	color: #c2c2c2;
	font-size: 20px;
	line-height: 27px;
	font-family: FontAwesome;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-slider .owl-prev:after, #brand-logo .owl-prev:after {
	content: "";
}
.product-slider .owl-next:after, #brand-logo .owl-next:after {
	content: "";
}
.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after {
	color: #fff;
}
.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after {
	color: #fff;
}
.product-slider .product-slider-main:hover .owl-prev, .product-slider .product-slider-main:hover .owl-next, #brand-logo:hover .owl-prev, #brand-logo:hover .owl-next {
	opacity: 1;
}
/* ------------------ */
.shop-list-view {
	margin-bottom: 40px;
	display: inline-block;
}
.shop-list-view .product-item {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.shop-list-view .product-item-name {
	font-size: 16px;
}
.shop-list-view .price-box {
	margin: 3px 0 15px;
}
.shop-list-view .bottom-detail {
	margin-top: 15px;
	display: inline-block;
}
.shop-list-view .product-item-details, .product-detail-main .product-item-details {
	margin-top: 0;
}
/* Site Services Features Block css Star */

.ser-feature-block {
	padding: 28px 50px;
}
.ser-feature-block .col-md-4:last-child .feature-box {
	border: none;
}
.ser-feature-block .feature-box {
	border-right: 1px solid #e0e0e0;
	color: #000;
	padding-left: 90px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	cursor: pointer;
}
.feature-box-main:last-child  .feature-box {border-right: 0px;}
.ser-feature-block .feature-box .ser-title {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase;
}
.ser-subtitle{color: #fff;}
.ser-feature-block .feature-box.feature1 {
	background-position: 14px 8px;
}
/* Site Services Features Block css Star */

/* Special Product Block css Star */
.special-products-block {
	position: relative;
	overflow: hidden;
	margin-top: -7px;
	padding-top: 7px;
}
.special-products-block .product-item {
	max-width: 338px;
	float: left;
	margin-right: 30px;
}
.special-products-block .pro-detail-main {
	margin-left: 368px;
	position: relative;
}
.special-products-block .pro-detail-main a.more-link{
	padding-right: 7px;
}
.special-products-block .product-item-details .product-item-name {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	padding-top: 46px;
	text-transform:uppercase;
}
.special-products-block .product-item-details .price-box .price {
	font-size: 20px;
}
.special-products-block .product-item-details .price-box .price.old-price {
	font-size: 16px;
}
.special-products-block .rating-summary-block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.special-products-block .label-review {
	color: #8f8f8f;
	font-size: 12px;
	font-style: italic;
}
.bottom-detail ul li {
	border-right: 1px solid #ccc;
	display: inline-block;
	padding: 0 12px;
}
.bottom-detail ul li:first-child {
	padding-left: 0;
}
.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
	padding-right: 0;
	border-right: none;
}
.special-products-block .bottom-detail .pro-compare-icon {
	margin-top: 10px;
}
.special-products-block .pro-detail-main .bottom-detail {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.product-item-details .bottom-detail {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
	border: none;
	padding: 0;
}
.product-detail-main .product-item-details .bottom-detail {
	display: inline-block;
}
.bottom-detail ul li span {
	background: url(../images/sprite.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	width: 23px;
	margin-bottom: -2px;
	margin-right: 7px;
}
.bottom-detail ul li.pro-cart-icon span {
	background-position: -92px -328px;
}
.bottom-detail ul li.pro-wishlist-icon span {
	background-position: -14px -395px;
}
.bottom-detail ul li.pro-compare-icon span {
	background-position: -14px -461px;
}
.bottom-detail ul li.pro-email-icon span {
	background-position: -49px -462px;
}
.bottom-detail ul li.pro-wishlist-icon:hover span {
	background-position: -14px -429px;
}
.bottom-detail ul li.pro-compare-icon:hover span {
	background-position: -14px -494px;
}
.bottom-detail ul li.pro-email-icon:hover span {
	background-position: -49px -496px;
}
#special-pro .owl-prev, #special-pro .owl-next {
	position: absolute;
	top: -85px;
	font-size: 0;
}
#special-pro .owl-prev {
	right: 50px;
}
#special-pro .owl-next {
	right: 20px;
}
#special-pro .owl-prev:after, #special-pro .owl-next:after {
	color: #c2c2c2;
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 55px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
	color: #8a8a8a;
}
#special-pro .owl-prev:after {
	content: "";
}
#special-pro .owl-next:after {
	content: "";
}
/* Special Product Block css Star */

/* Custom News Letter CSS Start */
.newsletter {
	padding: 60px 18px;
	background: #f3f3f3;
}
.newsletter-inner {
	padding: 0px;
	text-align: center;
}
.newsletter-inner .newsletter-title .newsletter-icon{
	position: absolute;
	top:-29px;
}
.newsletter-inner .main_title {
	font-size: 21px;
	padding-left: 0px;
	text-transform: uppercase;;
	margin-bottom: 24px;
	padding-top: 16px; 
}
.newsletter-inner span {
	display: inline-block;
	margin-bottom: 29px;
	font-size: 14px;
	color: #010101;
	font-weight: 600;
	text-transform: uppercase;
}
.newsletter-inner p {margin-bottom: 27px;}
.newsletter-inner input {
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	color: hsl(0, 0%, 0%);
	height: 47px;
	margin-bottom: 9px;
	padding: 0 58px 0 20px;
	background: #ffffff;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.client-bg {
	background: url(../images/perellex.html) no-repeat fixed 0 0;
}
.client-main .item {
	max-width: 780px;
	display: inline-block;
}
.client-main .item p {
	font-size: 16px;
	font-style: italic;
}
.client-main .item .client-title {
	font-weight: 600;
}
.client-main .heading-part{
	border: 0px;
}
.client-main .heading-part h2.main_title:after{
	background: none;
}
.owl-pagination {
	display: inline-block;
	margin-top: 20px;
}
.owl-pagination .owl-page {
	float: left;
	margin: 0 6px;
}
.owl-pagination .owl-page > span {
	height: 11px;
	width: 11px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	background-color: #b4b1ab;
}

.client-main {position: relative;}
.client-inner {	padding: 0 10px;}
.client-inner h2.main_title{
	border: 0px;
}
.client-inner .client-box {
	padding:46px 0px; 
	background: rgba(29,39,62,0.5);
}
.client-inner .client-box h1{
	font-size: 28px;
	font-weight: 700;
	padding-top:24px; 
	text-transform: uppercase;;
}
.client-inner .client-box span{
	font-weight: 400;
	padding-top:30px; 
}
.client-main .owl-carousel {
	position: inherit;
}
.client-main .owl-prev, .client-main .owl-next {
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}
.client-main .owl-next {right: -17px;}
.client-main .owl-prev {left: -16px;}
.client-main .owl-next:before, .client-main .owl-prev:before {
	position: absolute;
	content: "";
	transform: rotate(90deg);
	z-index: -1;
}
.client-main .owl-next:before {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 50px 20px;
	bottom: -22px;
}
.client-main .owl-prev:before {
	border-color: transparent transparent #fff #fff;
	border-style: solid;
	border-width: 50px 20px;
	top: -22px;
}
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-media {
	overflow: hidden;
	background: #000;
	position: relative;
}
.blog-item .blog-media img {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.blog-item:hover .blog-media img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.blog-item .blog-media .date {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	left: 0px;
	z-index: 1;
	padding:10px 17px; 
	text-align: center;
}
.blog-item a.read {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.blog-item:hover a.read {
	opacity: 1;
	filter: alpha(opacity=100);
}
.blog-item a.read:after {
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	color: #ffffff;
	height: 45px;
	width: 45px;
	padding: 10px;
	text-align: center;
}
.blog-detail {padding: 10px 0px 0px 0px;}
.blog-detail h3 a{
	position: relative;
	font-size: 16px;
	color: #273747;
	text-transform: uppercase;
	font-weight: 700;
}
/* .blog-detail > span,  */
.post-date {font-style: italic;}
.blog-detail p {
	margin-bottom: 20px;
}
.blog-detail .post-info {
	margin-top: 15px;
}
.blog-detail .post-info ul li {
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
}
#news .owl-controls{
	text-align: center;
}
/* Blog CSS End */


/* Brand-Logo CSS Start */
.brand .item {
	text-align: center;
}
.brand .item img {
	opacity: 0.5;
}
.brand .item img:hover {
	opacity: 1;
}
#brand-logo .owl-controls{
	text-align: center;
}
#brand-logo .owl-pagination{
	margin: 0px 0px 20px 0px;
}
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.testimonial-block {
	background: #f3f3f3;
	text-align: center;
	padding:29px 13px; 
}
.testimonial-block .client-detail {
	background: transparent;
	padding: 0;
	max-width: 100%;
}
.testimonial-block .client-img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
}
.testimonial-block .client-detail p{
	margin-bottom: 19px;
	line-height: 15px;
	font-style: italic;
	margin-top: 10px;
}
.testimonial-block .client-detail h4{
	line-height: 0px;
	margin-bottom:10px;
}
.testimonial-block .client-detail .date{
	font-style: italic;
	font-size: 12px;
}
.sidebar-title {
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.sidebar-title h3 {
	margin-bottom: 0;
	line-height: 21px;
	font-weight: 600;
	padding-bottom: 11px;
	position: relative;
	text-transform: uppercase;
}
.sidebar-title h3:after{
	width: 113px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	content: "";
	left: 0px;
}
.listing-box .sidebar-contant{
	border: 1px solid #f3f3f3;
	padding: 14px 0px;
}
.listing-box ul li {
	border-bottom: 1px solid #ebebeb;
	margin: 0px 16px;
}
.listing-box ul li:last-child {
	border-bottom: none;
}
.listing-box ul li a {
	padding: 8px 0px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #000;
}

.listing-box ul li a i{
	padding-right: 9px;
}
.listing-box ul li:first-child a {
	padding-top: 0;
}
.gray-box .sidebar-contant {
	padding: 0px;
}
.inner-title {
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
}
.sidebar-item ul li {
	display: inline-flex;
	padding: 7px 0px;
	margin-bottom: 5px;
}
.sidebar-item ul li:first-child {
	padding-top: 0;
}
.sidebar-item .pro-media {
	padding: 0 15px 0 0;
	width: 88px;
}
.sidebar-item-wide .pro-media {
	width: 110px;
}
.pro-detail-info .price-box .price {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-right: 5px;
	font-family: 'Raleway', sans-serif;
}
.pro-detail-info .rating-summary-block {
	padding: 0;
}
.sidebar-item .cart-link button {
	background-color: transparent;
	border: none;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 600;
}
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
}
.shorting .view {
	float: left;
	margin-right: 20px;
}
.list-types {
	display: inline-flex;
	float: left;
	margin: 3px 0px 0;
	padding: 0 5px;
}
.list-types.grid {
	border-right: 1px solid #dedede;
}
.list-types-icon {
	background: url(../images/grid-list.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 26px;
	width: 26px;
}
.grid-icon {
	background-position: 0 0;
}
.list-icon {
	background-position: -34px 0;
}
.grid-icon:hover, .list-types.active .grid-icon {
	background-position: 0 -25px;
}
.list-icon:hover, .list-types.active .list-icon {
	background-position: -34px -25px;
}
.list-types a {
	display: inline-flex;
}
.shorting select {
	font-size: 14px;
}
.short-by, .select-item {
	float: left;
	position: relative;
}
.short-by > span, .show-item > span {
	float: left;
	margin: 5px 10px 3px;
}
.compare {
	float: right;
}
.compare .btn {
	padding: 9px 15px;
}
.pagination-bar {
	text-align: center;
	margin-top: 20px;
}
.pagination-bar ul {
	display: inline-flex;
}
.pagination-bar ul li {
	float: left;
	margin: 0 2px;
}
.pagination-bar ul li a {
	background: #f0f0f0;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
}
.pagination-bar ul li.active a {
	background: #292929;
	color: #fff;
}
/* Sorting CSS End */

/* Product Detail Page Start */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
	margin-top: 15px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	height: auto !important;
	margin: 0 8px;
	opacity: 0.3;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}
.fotorama__img {
	position: relative;
	top: 0 !important;
}
.fotorama__thumb-border {
	display: none !important;
}
.fotorama__nav::before, .fotorama__stage::before {
	background-image: none;
}
.fotorama__nav::after, .fotorama__stage::after {
	background-image: none;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
	font-size: 22px;
	font-family: "Raleway", sans-serif;
	margin-bottom: 0;
}
.product-listing .shop-list-view .product-item {margin-bottom: 0;}
.product-detail-main .price-box .price {
	font-size: 22px;
}
.product-info-stock-sku {
	margin-top: 5px;
	margin-bottom: 15px;
}
.product-info-stock-sku > div {
	display: inline-block;
	margin-right: 20px;
}
.product-info-stock-sku label {
	font-weight: 400;
}
.product-info-stock-sku .price-box {
	display: inline-block;
}
.product-info-stock-sku .info-deta {
	text-transform: uppercase;
	font-weight: bold;
}
.form-control {
	border-color: #dedede;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.product-qty {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.custom-qty {
	display: inline-flex;
}
.increase.items, .reduced.items {
	background: transparent;
	border: 1px solid #dedede;
	color: #888;
	padding: 13px 15px 12px;
	float: left;
}
.payment-balance{
	border: 2px solid;
	padding: 5px 10px;
	border-radius: 5px;
}
.input-text.qty {
	border: 1px solid #dedede;
	max-width: 50px;
	padding: 4px 13px;
	float: left;
	text-align: center;
	margin: 0 -1px;
}
.share-link {
	margin-top: 20px;
}
.share-link label {
	font-weight: 400;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

/* Product Page Tab CSS Start */
.nav-tabs {
	border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li > a {
	border-color: #eee #eee #ddd;
}
.product-detail-tab {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-detail-tab .nav > li > a {
	background-color: transparent;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #000;
}
.product-detail-tab .nav > li:first-child > a {
	padding-left: 0;
}
.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
	border: none;
}
.product-detail-tab .tab_content {
	border: 1px solid #e1e1e1;
	border-top: 0;
	padding: 20px;
}
.Description, .items-Product-Tags, .items-Reviews,.items-Comments, .comments-area-main {
	padding: 30px;
	line-height: 25px;
}
.tab_content ul li strong {
	font-weight: 500;
	color: #222;
}
.items-Description, .items-Product-Tags, .items-Reviews,.items-Comments {
	display: none;
}
.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected,.items-Comments.selected {
	display: block;
}
/* Product Page Tab CSS End */

/* Comment CSS START ------------------ */
.comment-list > li {
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}
.comments-area > .comment-list > li:first-child {
	border: none;
	padding-top: 0;
}
.comment-user {
	float: left;
	margin-right: 20px;
}
.comment-detail {
	display: table-cell;
	padding-bottom: 10px;
}
.comment-detail .user-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}
.fa-star.active {
	color:#ffc600;
}
.review_score {
	background: #38ccff none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	margin-right: 4px;
	padding: 4px 10px;
}
ul.child-comment {
	margin-left: 63px;
}
.comment-detail .post-info ul {
	display: inline-flex;
}
.comment-detail .post-info ul li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	padding: 0;
}
/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */
.checkout-content .heading-part{border: 0px;}
.check-box span {
	display: inline-block;
	height: 18px;
	margin-right: 2px;
	width: 18px;
	z-index: 0;
}
.check-box.left-side {
	margin-top: 10px;
}
.forgot-password {
	color: #0040a5;
	text-decoration: underline;
	font-weight: 600;
	display: inline-block;
	margin: 10px 0;
}
.contact-info .p-0 {
	border-right: 1px solid #e1e1e1;
}
.contact-info .p-0:last-child {
	border: medium none;
}
/* Cart Page CSS Start */
.commun-table th span {
	float: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.commun-table td .product-title {
	min-width: 300px;
}
table.table {
	border: 15px solid #f5f5f5;
	border-top: none;
	margin-bottom: 0;
}
.complete-order-detail table.table {
	border-top: 15px solid #f5f5f5;
}
.commun-table .table thead tr th {
	background: #f5f5f5;
	border-bottom: none;
	padding: 22px 20px;
}
.cart-item-table .table tbody tr td {
	padding: 20px 25px;
	vertical-align: middle;
}
.cart-total-table .table tbody tr td {
	padding: 10px 25px;
	vertical-align: middle;
}
.cart-total-table .table thead tr th {
	padding: 15px 25px;
	vertical-align: middle;
}
.commun-table .table tbody tr:first-child td {
	border-top: medium none;
}
.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
	max-width: 110px;
}
.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
	text-align: center;
}
.commun-table th ul li {
	text-align: left;
	float: left;
	margin-right: 30px;
}
.commun-table th ul li .price {
	font-size: 14px;
}
.commun-table th ul li:last-child {
	margin-right: 0;
	float: right;
}
.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
	text-align: left;
}
.commun-table .table tbody tr td i.cart-remove-item {
	color: #ff0000;
	font-size: 20px !important;
	cursor: pointer;
}
.commun-table tbody tr td .input-box select {
	width: 100px;
	padding: 5px;
}
.cart-total-table .table tbody tr td b {
	font-size: 16px;
	color: #222;
}
.cart-total-table .table tbody tr td .price {
	color: #222;
	font-size: 14px;
	font-weight: 500;
}
.estimate select {
	padding: 12px 10px;
}
/* Cart Page CSS Start */

/* Checkout Page CSS Start */
.checkout-step {
	display: inline-block;
	width: 100%;
}
.checkout-step ul {
	display: table;
	margin: 0px auto 25px;
}
.checkout-step ul li {
	float: left;
	font-size: 15px;
	cursor: pointer;
}
.checkout-step ul li .step {
	float: left;
}
.checkout-step ul li .step .circle {
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 3px 11px;
	font-weight: 500;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.checkout-step ul li .step .line {
	background: #fe980f none repeat scroll 0 0;
	float: left;
	height: 7px;
	margin: 12px -1px 12px 0;
	width: 65px;
}
.checkout-step ul li:first-child .step .line {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	width: 65px;
}
.checkout-step ul li:last-child .step .line {
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	width: 65px;
	background: #222;
}
.checkout-step ul li span {
	display: inline-block;
	padding: 6px 15px 6px 6px;
	line-height: 20px;
}
.checkout-step ul li.step-done {
	color: #26537f;
}
.checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
	background: #26537f;
}
.checkout-step li.active + li .circle, .checkout-step li.active + li + li .circle, .checkout-step li.active + li + li + li .circle,
.checkout-step li.active + li .line, .checkout-step li.active + li + li .line, .checkout-step li.active + li + li + li .line {
	background: #222;
}
.checkout-step li.active + li span, .checkout-step li.active + li + li span, .checkout-step li.active + li + li + li span {
	color: #222;
}
.heading-bg h2.heading {
	padding: 8px 0px;
	border-bottom: 1px solid #f0f0f0;
}
.checkout-section h2.heading {
	font-family: "Raleway", sans-serif;
	letter-spacing: 0px;
	font-weight: 500;
}
.payment-option-box {
	padding: 20px;
	border: 1px solid #e1e1e1;
}
.payment-option-box-inner {
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.payment-top-box {
	display: inline-block;
	width: 100%;
}
.paypal-box {
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
	position: relative;
	margin-left: 10px;
}
.paypal-top {
	background: #f5f5f5;
	position: absolute;
	top: -15px;
	left: 5px;
	padding: 0 10px;
}
/* Checkout Page CSS End */

/* Login Register Page CSS Start */
.new-account .link {
	text-decoration: underline;
	color: #222;
}
/* Login Register Page CSS Start */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
}
.account-tab > span .sub-title {
	font-size: 18px;
}
.account-sidebar .sub-title span {
	background: url("../images/sprite.png") no-repeat scroll -16px -241px;
	display: inline-block;
	height: 21px;
	margin-bottom: -5px;
	width: 21px;
}
.account-sidebar.account-tab .account-tab-inner {
	padding: 0px;
	background: #f0f0f0 none repeat scroll 0 0;
}
.account-sidebar.account-tab > .tab-title-bg {
	padding: 12px 15px;
}
.account-sidebar ul {
	width: 100%;
}
.account-sidebar ul li {
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.account-sidebar ul li:last-child {
	border-bottom: none;
}
.account-sidebar ul li a {
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
}
.account-sidebar ul li a .fa {
	position: absolute;
	right: 15px;
	top: 12px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.account-sidebar ul li a:hover {
	color: #26537f;
}
.account-sidebar ul li.active a, .account-sidebar ul li:hover a {
	color: #fff;
}
.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
	color: #fff;
	right: 0px;
}
.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fe980f;
	border-style: solid;
	border-width: 20px 22px 20px 15px;
	top: 0px;
	content: "";
	right: -36px;
	position: absolute;
}
.account-content { 	padding: 0px 30px;}
.account-content .heading-part{	border: 0px;}
.account-content .heading-section {
	display: inline-block;
	width: 100%;
}
.account-content .heading-section .heading {
	padding: 2px 0px;
}
.account-content .heading-section .common-btn {
	margin-top: -4px;
}
.account-content p, .address-box p {
	margin-bottom: 0px;
	margin-top: 5px;
}
.account-content hr {
	margin-top: 5px;
}
.address-box .inner-heading {
	margin-bottom: 10px;
}
/* Account Page CSS Start */

/* Blog Page CSS Start */
.sidebar-box .search-box input.input-text {
	width: 100% !important;
	opacity: 1;
	position: relative;
}
.sidebar-box .search-box button.search-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.sidebar-box .search-box{
	margin-top: 0px;
}
/* Blog Page CSS End */

/* About Page CSS Start */
.about-title {
	color: #6b6b6b;
	font-size: 35px;
	font-weight: 300;
	line-height: 55px;
}
.responsive-part .res-detail .heading-part{
	border-bottom: 0px;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.error-block-main {
	border: 20px solid #f5f5f5;
}
.error-block {
	min-height: 965px;
	position: relative;
	overflow: hidden;
}
.error-block > img {
	height: auto;
	left: -100%;
	margin: auto;
	position: absolute;
	right: -100%;
	top: 0;
}
.error-block-detail {
	text-align: center;
}
.error-block-bg {
	background: url(../images/404-bg.jpg) no-repeat scroll left top;
}
.error-block-detail .main-error-text {
	font-family: 'Raleway', sans-serif;
	font-size: 230px;
	color: #222;
	line-height: 180px;
	font-weight: 500;
	margin-bottom: 60px;
}
.error-small-text {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.error-slogan {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
}
.error-block-detail .social_icon {
	margin-bottom: 20px;
}
.big-btn a {
	display: inline-block;
	color: #000;
	background: #dcbd71;
	padding: 20px 50px;
	font-size: 14px;
}
.big-btn a:hover {
	background: #fff;
}
/* 404 Page CSS End */

/* Contact Page CSS Start */
.map .map-part .map-inner-part {
	min-height: 450px;
	width: 100%;
}
.contact-box .contact-icon {
	height: 27px;
	width: 27px;
	display: inline-block;
	font-size: 24px;
	color: #1f1f1f;
}
.contact-box span {
	display: inline-block;
	font-size: 15px;
	color: #1f1f1f;
	line-height: 1.1;
	margin-bottom: 20px;
	width: 100%;
}
.contact-box p {
	margin-bottom: 0;
}
.contact-box .contact-phone-icon {
	background-position: -101px -502px;
}
.contact-box .contact-mail-icon {
	background-position: -101px -543px;
}
.contact-box .contact-open-icon {
	background-position: -101px -583px;
}
.contact-info .no-padding {
	border-right: 1px solid #e1e1e1;
}
.contact-info .no-padding:last-child {
	border: none;
}
/* Contact Page CSS End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
	background-color: #111111 !important;
}
/* social-icon */
.second-footer .widget-area .widget {
	padding: 40px 0;
}
.footer-logo {
	margin-bottom: 30px;
}

.footer .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.widget_contact_wrapper li {
	padding-left: 30px;
	position: relative;
	line-height: 25px;
	color: rgba(255, 255, 255, .8);
}
ul.widget_contact_wrapper li {
	padding-left: 30px;
	position: relative;
	line-height: 25px;
	color: rgba(255, 255, 255, .8);
}
ul.widget_contact_wrapper li svg {
	position: absolute;
	left: 0;
	top: 4px;
	line-height: 1;
	font-size: 17px;
	font-weight: 400;
}
ul.widget_contact_wrapper li svg path {
	fill: #fff;
}
.social-icons {
	padding-top: 10px;
}
.social-icons li {
	margin: 0 2px;
}
.social-icons li {
	display: inline-block;
	border: none;
	z-index: 1;
	position: relative;
}
.footer .social-icons li>a {
	display: block;
	height: 33px;
	width: 33px;
	line-height: 40px;
	font-size: 18px;
	transition: all .3s ease-in-out;
}
.social-icons li a {
	display: block;
	min-width: 26px;
	text-align: center;
	color: #ffffff;
}

.footer .widget .widget-title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	color: #fff;
}
.widget ul.menu-footer-quick-links li:last-child{padding-bottom: 0;}
.footer, .footer a, .footer p {
	color: rgb(255 255 255 / 70%);
	font-size: 15px;
}
.widget_contact_wrapper li a:hover,
.widget ul.menu-footer-quick-links li a:hover{
	color: #fff !important;
}

.newsletter-form p {
	position: relative;
	margin: 0;
}
.newsletter-form input[type=email] {
	font-size: 16px;
	background-color: #f8f9fa;
	padding: 12px 15px;
	height: 47px;
	border: 1px solid transparent;
	text-overflow: ellipsis;
	padding-left: 20px;
	margin-top: 10px;
	width: 100%;
}
.newsletter-form button[type=submit], .newsletter-form input[type=submit] {
	position: absolute;
	top: -47px;
	right: 0;
	font-size: 14px;
	border: 1px solid transparent;
	padding: 11px 20px 11px;
	height: 47px;
	transition: all .35s ease;
}

.bottom-footer-text {
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.footer .copyright, .footer .widget ul.widget_contact_wrapper li, .footer p {
	color: rgba(255, 255, 255, .8);
}
.copyright {
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 15px;
	border-top: 1px solid rgba(255, 255, 255, .06);
}
/* social-icon end*/

/* Scroll-top Arrow CSS Start */
.scroll-top {
	bottom: 40px;
	position: fixed;
	right: 40px;
	z-index: 2;
}
.scroll-top #scrollup:before {
	color: #ffffff;
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 18px;
}
.btn-extra-sm{
	padding: 5px 10px !important;
	border-radius: 3px;
}
.btn-extra-sm i.fa{
	font-size: 14px !important;
}
.scroll-top #scrollup {
	padding: 8px 15px;
	display: none;
	cursor: pointer;
}
/* Scroll-top Arrow CSS End */

/* responsive */

@media (max-width: 1199px){
	.widget ul.menu-footer-quick-links li {width: 100% !important;}
}

@media (max-width: 991px){
	.widget ul.menu-footer-quick-links li { width: calc(49% - 2px) !important; }
	.second-footer{padding: 25px 0 !important;}
	.second-footer .widget-area .widget {padding: 15px 0 !important;}
}
@media (max-width: 767px){
	.widget ul.menu-footer-quick-links li { width: 100% !important; }
	.footer .widget .widget-title { margin-bottom: 20px;}
}
@media (max-width: 575px){
	.social-icons {padding-top: 0px !important;	}
	.second-footer .widget-area .widget {padding: 10px 0 !important;}
}
/* responsive end*/



/*New CSS*/

.container {
	max-width: 1630px;
	margin: 0 auto;
	padding: 0 15px;
}


/*Header CSS Start*/
/* Header Container */
#header {
	background-color: var(--white);
	box-shadow: var(--shadow);
}

/* Top Header Bar */
.top-header {
	background-color: var(--secondary);
	color: var(--white);
	padding: 8px 0;
	font-size: 14px;
}

@media(max-width: 991px)
{
	.top-header
	{
		display: none;
	}
	.banner-slider
	{
		height: 800px !important;
	}

}

.top-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-header-item {
	color: var(--light-gray);
	padding: 0 10px;
	letter-spacing: 1px;
}

.top-header-item.highlight {
	font-weight: 400;
	color: var(--white);
}

.top-header-item a {
	color: var(--primary-light);
	font-weight: 600;
	text-decoration: none;
	transition: var(--transition);
}

.top-header-item a:hover {
	color: var(--primary-light);
}

/* Main Navigation */
.main-navigation {
	background-color: var(--white);
}

.nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0;
}

/* Logo */
.logo img {
	height: 50px;
	width: auto;
	transition: var(--transition);
}

.logo img:hover {
	opacity: 0.9;
}

/* Search Bar */
.search-container {
	flex: 1;
	max-width: 600px;
	margin: 0 20px;
	position: relative;
}

.search-form {
	display: flex;
	width: 100%;
	border-radius: 5px;
}

.search-input {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid var(--light-gray);
	border-right: none;
	border-radius: 4px 0 0 4px;
	outline: none;
	transition: var(--transition);
}

@media(max-width: 422px)
{
	.search-input {
		width: 20px;
	}
}

.search-category {
	padding: 10px;
	border: 1px solid var(--light-gray);
	border-left: none;
	border-right: none;
	background-color: var(--light);
	outline: none;
	min-width: 150px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

.search-button {
	background: var(--red-bg);
	color: var(--white);
	border: none;
	padding: 0 15px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	transition: var(--transition);
}

.search-button:hover {
	background-color: var(--primary-light);
}

/* Navigation Links */
.nav-links {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 5px;
}

.nav-links li {
	margin-left: 15px;
}

.nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--dark);
	text-decoration: none;
	font-size: 14px;
	transition: var(--transition);
	position: relative;
}

.nav-link:hover {
	color: var(--primary);
}

.nav-icon {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}

.nav-label {
	display: block;
	font-size: 12px;
}

/* Cart Count */
.cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: var(--primary);
	color: white;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}

/* Mobile Menu Button */
.mobile-menu-button {
	background: none;
	border: none;
	color: var(--dark);
	font-size: 24px;
	cursor: pointer;
	padding: 5px 10px;
	display: none;
}

/* Main Menu */
.main-menu {
	background-color: var(--secondary);
	box-shadow: var(--shadow);
}

.menu-container {
	padding: 0;
}

.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.menu-item {
	position: relative;
}

.menu-link {
	color: var(--white);
	text-decoration: none;
	padding: 15px 20px;
	display: block;
	transition: var(--transition);
	letter-spacing: 1px;
}

.menu-link:hover {
	background-color: var(--secondary-light);
}

/* Dropdown Menu */
.dropdown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--white);
	min-width: 250px;
	box-shadow: var(--shadow);
	z-index: 1000;
	display: none;
}

.menu-item:hover .dropdown-menu {
	display: block;
}

.dropdown-link {
	color: var(--dark);
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid var(--light-gray);
	text-decoration: none;
	transition: var(--transition);
}

.dropdown-link:hover {
	background-color: var(--light);
	color: var(--primary);
}

/* Mega Menu */
.mega-menu {
	position: absolute;
	left: 0;
	width: 900px;
	background-color: var(--white);
	box-shadow: var(--shadow);
	padding: 20px;
	display: none;
	z-index: 1000;
}

.has-mega-menu:hover .mega-menu {
	display: block;
}

.mega-menu-column {
	padding: 0 15px;
}

.mega-menu-title {
	font-weight: 600;
	color: var(--secondary);
	margin-bottom: 15px;
	display: block;
}

.mega-menu-item {
	display: flex;
	align-items: center;
	padding: 8px 0;
	text-decoration: none;
	color: var(--dark);
	transition: var(--transition);
}

.mega-menu-item:hover {
	color: var(--primary);
}

.mega-menu-icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

/* Responsive Styles */
@media (max-width: 991px) {


	.mobile-menu-button {
		display: block;
	}

	.main-menu {
		display: none;
	}

	.main-menu.active {
		display: block;
	}

	.menu-list {
		flex-direction: column;
	}

	.dropdown-menu, .mega-menu {
		position: static;
		width: 100%;
		box-shadow: none;
	}

	.search-container {
		order: 3;
		width: 100%;
		margin: 0 0 0;
	}

	.nav-links {
		margin-left: auto;
		margin-right: 10px;
	}
	.search-category, .search-input
	{
		padding: 2px 12px;
		font-size: 12px;
	}
	.main-navigation
	{
		padding: 5px 0;
	}
}

@media (max-width: 767px) {
	.top-header .container {
		flex-direction: column;
		text-align: center;
	}

	.top-header-item {
		padding: 5px 0;
	}
	.logo img
	{
		height: 25px;
	}
	.nav-link, .nav-links
	{
		padding: 0px !important;
		align-items: center !important;
	}
	.nav-link .nav-label
	{
		display: none;
	}
	.cartdropdown
	{
		width: 300px !important;
	}
}
/*Header CSS End*/

/*Banner CSS Start*/

/* Banner Slider Styles */
.banner-slider {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Slide Background with Gradient Overlay */
.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	background-size: cover;
	background-position: center;
}

.slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="rgba(226, 23, 33, 0.03)" d="M0,0 L100,0 L100,100 L0,100 Z"></path></svg>');
	background-size: cover;
	z-index: 0;
}

.slide.active {
	opacity: 1;
}


/* Special Offer Tag */
.special-offer {
	position: absolute;
	top: 30px;
	right: 200px;
	background: var(--red-bg);
	color: white;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 8px 20px rgba(226, 23, 33, 0.4);
	z-index: 2;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); }
}

/* Slide Content Layout */
.slide-content {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    width: 100%;           /* ✅ Responsive: Full width */
    max-width: 1630px;     /* ✅ Keeps desktop size as max */
    margin: 0 auto;        /* ✅ Centers container */
    box-sizing: border-box; /* ✅ Includes padding in width */
}

.slide-content .text-content h1
{

color: var(--primary);
    background: var(--red-bg);
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    position: relative;
}

/* Tablet (768px - 1200px) */
@media (max-width: 1200px) {
    .slide-content {
        padding: 15px;
        max-width: 1200px;
    }
}

/* Mobile Large (600px - 767px) */
@media (max-width: 768px) {
    .slide-content {
        padding: 15px 10px;
        flex-direction: column;  /* ✅ Stack vertically */
        text-align: center;
        height: auto;           /* ✅ Allow natural height */
        min-height: 100vh;
    }
}

/* Mobile Small (320px - 599px) */
@media (max-width: 600px) {
    .slide-content {
        padding: 10px 5px;
        gap: 20px;             /* ✅ Space between flex items */
    }
}

.text-content {
	flex: 1;
	animation: fadeInLeft 0.8s ease-out;
}

.image-content {
	flex: 1;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInLeft {
	from { opacity: 0; transform: translateX(-50px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
	from { opacity: 0; transform: translateX(50px); }
	to { opacity: 1; transform: translateX(0); }
}

/* Text Styling */
.text-content h2 {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.2;
	text-shadow: 0 2px 4px rgba(0,0,0,0.05);
	color: var(--primary);
	background: var(--red-bg);
	-webkit-text-fill-color: #fff0;
	background-clip: text;
}

.text-content h2 span {
	color: var(--primary);
	background: var(--red-bg);
	-webkit-text-fill-color: #fff0;
	background-clip: text;
	position: relative;
	display: inline-block;
}

.text-content h2 span::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 12px;
	background: rgba(226, 23, 33, 0.2);
	z-index: -1;
	border-radius: 6px;
}

.text-content p {
	font-size: 1.2rem;
	color: var(--gray);
	margin-bottom: 35px;
	line-height: 1.7;
	max-width: 80%;
}

/* CTA Button */
.cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--secondary-light);
	color: white;
	padding: 10px 30px;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	/*box-shadow: 0 8px 25px rgba(226, 23, 33, 0.3);*/
	position: relative;
	overflow: hidden;
}

.cta-button:hover {
	background: var(--secondary-light);
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(226, 23, 33, 0.4);
	color: white;
}

.cta-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%);
	transform-origin: 50% 50%;
}

.cta-button:focus:not(:active)::after {
	animation: ripple 1s ease-out;
}

@keyframes ripple {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		transform: scale(20, 20);
		opacity: 0;
	}
}

/* Product Images */
.main-product {
	max-height: 85%;
	max-width: 85%;
	object-fit: contain;
	filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
	transform-style: preserve-3d;
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% { transform: translateY(0px) rotateY(0deg); }
	50% { transform: translateY(-20px) rotateY(5deg); }
	100% { transform: translateY(0px) rotateY(0deg); }
}

/* Product Highlights */
.product-highlight {
	position: absolute;
	background: white;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	width: 200px;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	z-index: 2;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255,255,255,0.3);
}

.product-highlight img {
	width: 100%;
	height: 120px;
	object-fit: contain;
	margin-bottom: 15px;
	transition: transform 0.3s ease;
}

.product-highlight:hover img {
	transform: scale(1.1);
}

.product-highlight h3 {
	font-size: 1rem;
	color: var(--secondary);
	margin-bottom: 8px;
	font-weight: 600;
}

.product-highlight .price {
	font-weight: 800;
	color: var(--primary);
	font-size: 1.1rem;
	display: flex;
	align-items: center;
}
@media(max-width: 767px)
{
	.product-highlight .price
	{
		flex-direction: column;
		font-size: 0.9rem;
        margin-bottom: 0;
	}
}

.product-highlight .discount {
	background: var(--primary-light);
	color: white;
	font-size: 0.8rem;
	padding: 3px 10px;
	border-radius: 12px;
	margin-left: 8px;
	font-weight: 700;
}

.highlight-1 {
	top: 15%;
	left: 5%;
	animation: slideInLeft 0.8s ease-out 0.2s both;
}

.highlight-2 {
	bottom: 15%;
	right: 5%;
	animation: slideInRight 0.8s ease-out 0.2s both;
}

.highlight-3 {
	top: 20%;
	right: 10%;
	animation: slideInRight 0.8s ease-out 0.4s both;
}

@keyframes slideInLeft {
	from { opacity: 0; transform: translateX(-50px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
	from { opacity: 0; transform: translateX(50px); }
	to { opacity: 1; transform: translateX(0); }
}

.product-highlight:hover {
	transform: translateY(-10px) scale(1.05);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Slider Controls */
.slider-controls {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	z-index: 3;
}

.slider-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--primary-light);
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.slider-dot:hover {
	transform: scale(1.3);
}

.slider-dot.active {
	background: var(--primary);
	transform: scale(1.4);
	border-color: white;
	box-shadow: 0 0 0 3px rgba(226, 23, 33, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
	.banner-slider {
		height: 500px;
	}

	.text-content h2 {
		font-size: 3rem;
	}

	.product-highlight {
		width: 160px;
	}
}

@media (max-width: 992px) {
	.banner-slider {
		height: 450px;
	}

	.text-content h2 {
		font-size: 2.5rem;
	}

	.text-content p {
		font-size: 0.9rem;
		max-width: 100%;
	}

	.product-highlight {
		width: 140px;
		padding: 15px;
	}

	.product-highlight h3 {
		font-size: 0.9rem;
	}
}

@media (max-width: 768px) {
	.banner-slider {
		height: 600px;
	}
	.main-product
	{
		max-width: 60%;
	}

	.slide-content {
		flex-direction: column-reverse;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

	.text-content {
		padding-right: 0;
	}

	.text-content p {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}

	.image-content {
		width: 100%;
	}

	.product-highlight {
		width: 200px;
		padding: 12px;
	}

	.highlight-1 {
		top: auto;
		bottom: 20px;
		left: 20px;
		display: none;
	}

	.highlight-2 {
		top: auto;
		bottom: 20px;
		right: 20px;
	}

	.highlight-3 {
		display: none;
	}
}

@media (max-width: 576px) {
	.banner-slider {
		height: 550px;
	}

		.main-product
	{
		max-width: 85%;
	}

	.text-content h2 {
		font-size: 1.3rem;
	}

	.special-offer {
		font-size: 10px;
		padding: 3px 10px;
		top: 20px;
		right: 20px;
	}

	.product-highlight {
		width: 200px;
		padding: 10px;
	}

	.product-highlight img {
		height: 60px;
	}

	.product-highlight h3 {
		font-size: 0.8rem;
		line-height: 1;
	}

	.cta-button, .btn-primary {
		font-size: 0.8rem;
    padding: 7px 14px;
	}
	.featured-offer .product-title
	{
		font-size: 18px;
	}
	.feature-box h3
	{
		font-size: 1.1rem;		
	}
}
/*Banner CSS End*/


/* Testimonials Section Styles */
.testimonials-section {
	padding: 80px 0;
	background-color: var(--light);
	position: relative;
}

/* Section Header */
.section-header {
	text-align: center;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--secondary);
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}



.section-subtitle {
	font-size: 1.1rem;
	color: var(--gray);
	line-height: 1.6;
}

/* Testimonials Slider Container */
.testimonials-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

.testimonials-slider {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

/* Testimonial Card */
.testimonial-card {
	background: var(--white);
	border-radius: 12px;
	box-shadow: var(--shadow);
	padding: 40px;
	margin: 0 15px;
	flex: 0 0 calc(100% - 30px);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.testimonial-card:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: var(--primary);
}

.testimonial-rating {
	margin-bottom: 20px;
}

.star {
	color: #FFD700;
	font-size: 1.2rem;
	margin-right: 5px;
}

.testimonial-content {
	margin-bottom: 30px;
	position: relative;
}

.testimonial-content p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: var(--dark);
	font-style: italic;
	position: relative;
	padding-left: 30px;
}

.testimonial-content p:before,
.testimonial-content p:after {
	content: '"';
	font-size: 3rem;
	color: var(--primary);
	opacity: 0.2;
	position: absolute;
	line-height: 1;
}

.testimonial-content p:before {
	left: -5px;
	top: -15px;
}

.testimonial-content p:after {
	right: -5px;
	bottom: -30px;
}

.testimonial-author {
	display: flex;
	align-items: center;
}

.author-image {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	border: 3px solid var(--primary);
	flex-shrink: 0;
}

.author-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-info h4 {
	font-size: 1.2rem;
	color: var(--secondary);
	margin-bottom: 5px;
	font-weight: 600;
}

.author-info p {
	font-size: 0.95rem;
	color: var(--gray);
	margin: 0;
	font-style: italic;
}

/* Slider Controls */
.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	gap: 20px;
}

.slider-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--white);
	border: 1px solid var(--light-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: var(--transition);
	color: var(--secondary);
}

.slider-arrow:hover {
	background: var(--primary);
	color: var(--white);
	border-color: var(--primary);
	transform: translateY(-3px);
}

.slider-arrow svg {
	width: 24px;
	height: 24px;
}

.slider-dots {
	display: flex;
	gap: 10px;
}

.slider-dots .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--light-gray);
	cursor: pointer;
	transition: var(--transition);
}

.slider-dots .dot.active {
	background: var(--primary);
	transform: scale(1.2);
}

/* Responsive Design */
@media (min-width: 768px) {
	.testimonial-card {
		flex: 0 0 calc(50% - 30px);
	}
}

@media (min-width: 992px) {
	.testimonial-card {
		flex: 0 0 calc(33.333% - 30px);
	}

	.testimonials-section {
		padding-top: 20px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.section-title {
		font-size: 2rem;
	}

	.section-subtitle {
		font-size: 1rem;
	}

	.testimonial-card {
		padding: 30px 20px;
	}

	.testimonial-content p {
		font-size: 1rem;
		padding-left: 20px;
	}

	.author-image {
		width: 50px;
		height: 50px;
	}
}


/*benefit section start*/
/* Benefits Grid Section Styles */
.benefits-grid-section {
	padding: 50px 0;
	background-color: #f8f9fa;
	position: relative;
	overflow: hidden;
}


/* Section Header */
.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.section-title .highlight {
	color: #e21721;
	position: relative;
}


.section-subtitle {
	font-size: 1.1rem;
	color: #7f8c8d;
	max-width: 700px;
	margin: 0 auto;
}

/* Benefits Grid */
.benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.benefit-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	padding: 30px;
	height: 100%;
	text-align: center;
}

.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
	margin-bottom: 25px;
}

.icon-wrapper {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 2rem;
}

.energy-saving {
	background: #FFA500;
	box-shadow: 0 4px 12px rgba(255, 165, 0, 0.3);
}
.eco-friendly {
	background: #4CAF50;
	box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.instant-lighting {
	background: #007BFF;
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.benefit-content {
	display: flex;
	flex-direction: column;
}

.benefit-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 15px;
}

.benefit-description {
	color: #7f8c8d;
	line-height: 1.6;
	margin-bottom: 20px;
}

.stat-badge {
	background: #f1f3f5;
	border-radius: 30px;
	padding: 8px 15px;
	display: inline-flex;
	align-items: center;
	margin: 0 auto;
}

.stat-number {
	font-size: 1.3rem;
	font-weight: 700;
	color: #e21721;
	margin-right: 5px;
}

.stat-unit {
	font-size: 0.9rem;
	color: #7f8c8d;
}

/* Responsive Design */
@media (max-width: 992px) {
	.benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2rem;
	}

	.benefit-card {
		padding: 25px 20px;
	}
}

@media (max-width: 576px) {
	.benefits-grid-section {
		padding: 60px 0;
	}

	.section-header {
		margin-bottom: 40px;
	}

	.section-title {
		font-size: 1.8rem;
	}

	.benefits-grid {
		grid-template-columns: 1fr;
	}

	.icon-wrapper {
		width: 70px;
		height: 70px;
	}
}
/*benefit section end*/

/* Section Header */

.section-header h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--secondary);
}

.section-header h2 span {
	color: var(--primary);
	background: var(--red-bg);
	-webkit-text-fill-color: #fff0;
	background-clip: text;  position: relative;
}



.section-header p {
	color: var(--gray);
	max-width: 600px;
	margin: 0 auto 20px;
}

.divider {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	margin: 0 auto;
}

.divider .line {
	flex: 1;
	height: 2px;
	background: linear-gradient(to right, transparent 0%, var(--primary) 50%, transparent 100%);
}

.divider .dot {
	width: 8px;
	height: 8px;
	background: var(--primary);
	border-radius: 50%;
	margin: 0 15px;
}

/* Buttons */
.btn-primary {
	display: inline-flex;
	align-items: center;
	padding: 10px 30px;
	background: var(--secondary-light);
	color: white;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-primary i {
	margin-right: 8px;
}

.btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(226, 23, 33, 0.3);
	color: white;
}

/* Categories Section */
.categories-section {
	padding: 50px 0;
	background: linear-gradient(to bottom, var(--light) 0%, #ffffff 100%);
}

.categories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.category-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

/*.category-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(226, 23, 33, 0.15);
}*/

.category-card .image-container {
	background: var(--light-gray);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.category-card img {
	width: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
	height: 450px;
}

.category-card:hover img {
	transform: scale(1.1);
}

.category-card .content {
	padding: 25px;
	text-align: center;
}

.category-card h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.category-card p {
	color: var(--gray);
	font-size: 0.95rem;
	margin-bottom: 20px;
}

/*Special Offers Section - Premium Redesign Start*/
.special-offers-premium {
	padding: 3rem 0;
	background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
	position: relative;
	overflow: hidden;
}



/* Section Header */

.section-title {
	font-size: 3.5rem;
	font-weight: 800;
	color: var(--secondary);
	margin: 0;
	letter-spacing: 1px;
}

.gradient-text {
	background: var(--red-bg);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.countdown-timer {
	background: #2B2D42;
	color: white;
	padding: 12px;
	border-radius: 8px;
	text-align: center;
}

.timer-label {
	font-weight: 600;
	font-size: 14px;
	color: #FFD166;
	display: block;
	margin-bottom: 5px;
}

.timer {
	font-family: 'Courier New', monospace;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: white;
}

/* Offer Showcase Layout */
.offer-showcase {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

/* Featured Offer Styles */
.featured-offer {
	/* Base styling */
	position: relative;
	max-width: 800px;
	margin: 2rem auto;
	padding: 25px;
	border-radius: 15px;
	background: white;
	box-shadow: 0 10px 40px rgba(255, 105, 0, 0.25);
	transition: transform 0.3s ease;
	/* Highlight effects */
	background-image: 
	linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
	linear-gradient(135deg, #FFF5F0 0%, #FFFFFF 50%, #F0F9FF 100%);
	animation: pulseHighlight 2s infinite alternate;
}

/* Animation */
@keyframes pulseHighlight {
	0% {
		box-shadow: 0 10px 40px rgba(255, 105, 0, 0.25);
	}
	100% {
		box-shadow: 0 10px 50px rgba(255, 105, 0, 0.4);
	}
}

/* Responsive */
@media (max-width: 768px) {
	.featured-offer {
		padding: 15px;
	}
	.featured-offer .product-title {
		font-size: 20px;
	}
	.current-price {
		font-size: 24px;
	}
	.category-card img
	{
		height: 350px;
	}
}
.featured-offer:hover {
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.offer-tag {
	position: absolute;
	top: -10px;
	left: 20px;
	background: var(--red-bg);
	color: white;
	padding: 5px 20px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 4px 8px rgba(255, 65, 108, 0.3);
	z-index: 2;
}


.featured-offer .product-image-container {
	border: 3px solid white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease;
}

/*.featured-offer .product-image-container:hover {
	transform: scale(1.02);
}
*/


.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.product-image-container:hover .image-overlay {
	opacity: 1;
}

.product-image {
	max-width: 100%;
	height: auto;
	transition: var(--transition);
	/*filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));*/
}

.featured-offer:hover .product-image {
	transform: scale(1.03);
}

.offer-details {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rating {
	font-size: 15px;
	color: #FFC107;
	text-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
}

.review-count {
	color: #666;
	font-weight: 600;
}

.featured-offer .product-title {
	font-size: 22px;
	font-weight: 800;
	color: #222;
	margin: 10px 0;
	position: relative;
	display: inline-block;
	line-height: 1.4;
	letter-spacing: 1px;
	color: var(--dark);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.featured-offer .product-title::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #FF6B00, transparent);
}
.product-desc {
	color: #555;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.price-container {
	margin-top: 20px;
	padding: 15px;
	background: #FFF9F0;
	border-radius: 10px;
	border: 2px dashed #FFB347;
}

.current-price {
	font-size: 28px;
	font-weight: 800;
	color: var(--primary);
	background: var(--red-bg);
	-webkit-text-fill-color: #fff0;
	background-clip: text;
	margin-bottom: 5px;
}

.price-comparison {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.original-price {
	font-size: 18px;
	color: #888;
	text-decoration: line-through;
}


.discount-badge {
	background: var(--red-bg);
	color: white;
	padding: 3px 10px;
	border-radius: 20px;
	font-weight: 700;
	font-size: 14px;
	width: max-content;
}

.offer-actions {
	display: flex;
	gap: 1rem;
	margin: 1.5rem 0;
}

.add-to-cart {
	background: var(--red-bg);
	color: var(--white);
	border: none;
	padding: 1rem 2rem;
	border-radius: 50px;
	font-weight: 700;
	cursor: pointer;
	transition: var(--transition);
	flex-grow: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 4px 15px rgba(226, 23, 33, 0.3);
}

.add-to-cart:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(226, 23, 33, 0.4);
}

.wishlist-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--white);
	border: 1px solid var(--light-gray);
	color: var(--gray);
	font-size: 1.2rem;
	cursor: pointer;
	transition: var(--transition);
	display: flex;
	align-items: center;
	justify-content: center;
}

.wishlist-btn:hover {
	color: var(--primary);
	border-color: var(--primary-light);
	background: rgba(226, 23, 33, 0.05);
}

.offer-meta {
	margin-top: auto;
}

.stock-indicator {
	margin-top: 1.5rem;
}

.stock-bar {
	height: 6px;
	background: var(--light-gray);
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.stock-progress {
	height: 100%;
	background: var(--red-bg);
	border-radius: 3px;
}

.stock-indicator span {
	font-size: 0.9rem;
	color: var(--gray);
}

/* Secondary Offers Styles */
.secondary-offers {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 1.5rem;
}

.offer-card {
	background: var(--white);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	transition: var(--transition);
}

.offer-card:hover {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.offer-card.highlight {
	border: 2px solid var(--primary-light);
}

.card-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--secondary-light);
	color: var(--white);
	padding: 0.3rem 1rem;
	border-radius: 30px;
	font-weight: 600;
	font-size: 0.8rem;
	z-index: 2;
}

.card-image {
	background: linear-gradient(145deg, #f1f3f5 0%, #e9ecef 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.card-image img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
}

.offer-card:hover .card-image img {
	transform: scale(1.05);
}

.card-content {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.card-content h4 {
	font-size: 2rem;
	color: #000;
	margin: 0.5rem 0;
	line-height: 1.4;
	letter-spacing: 1px;
	color: var(--dark);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-price {
	margin: 0.5rem 0;
}

.card-price .current {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--primary);
}

.card-price .original {
	font-size: 0.9rem;
	color: var(--gray);
	text-decoration: line-through;
	margin-left: 0.5rem;
}

.card-discount {
	background: var(--secondary-light);
	color: var(--white);
	padding: 0.2rem 0.6rem;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 700;
	display: inline-block;
	margin: 0.5rem 0;
}

.quick-view {
	background: transparent;
	color: var(--secondary);
	border: 1px solid var(--light-gray);
	padding: 0.5rem 1rem;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
	transition: var(--transition);
	margin-top: 0.5rem;
	align-self: flex-start;
}

.quick-view:hover {
	background: var(--secondary-light);
	color: var(--white);
	border-color: var(--secondary-light);
}

/* Responsive Design */
@media (max-width: 992px) {
	.offer-showcase {
		grid-template-columns: 1fr;
	}

	.featured-offer {
		grid-template-columns: 1fr;
	}

	.secondary-offers {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
}

@media (max-width: 768px) {
	.section-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.section-title {
		font-size: 2.5rem;
	}

	.featured-offer, .secondary-offers {
		grid-template-columns: 1fr;
	}

	.offer-details {
		padding: 1rem;
	}
}

@media (max-width: 576px) {
	.secondary-offers {
		grid-template-columns: 1fr;
	}

	.offer-actions {
		flex-direction: column;
	}

	.wishlist-btn {
		width: 100%;
		height: auto;
		padding: 0.8rem;
	}
	.card-content h4
	{
		font-size: 1rem;
	}
	.special-offers-premium
	{
		  padding: 1rem 0;
	}
}

/* Animation for Countdown Timer */
@keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0.7; }
	100% { opacity: 1; }
}

.seconds {
	animation: pulse 1s infinite;
}
/*Special Offers Section - Premium Redesign End*/


/* Best Selling Products Start */
.best-selling {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #f9f9f9;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 30px;
}

.product-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.best-selling .discount-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: var(--red-bg);
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 600;
	z-index: 2;
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(226, 23, 33, 0.15);
}



.best-selling .product-image-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.product-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.5s ease;
}

.product-card:hover .product-image {
	transform: scale(1.05);
}

.product-content {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}



.rating span {
	color: var(--gray);
	font-size: 0.8rem;
	margin-left: 5px;
}

.product-card h3, .product-card h3 a {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.4;
	letter-spacing: 1px;
	color: var(--dark);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-card p {
	color: var(--gray);
	font-size: 0.9rem;
	margin-bottom: 15px;
	line-height: 1.5;
	flex: 1;
	letter-spacing: 1px;
}

.price {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 15px;
}

.price span {
	font-size: 1rem;
	color: var(--gray);
	margin-left: 8px;
}

.best-selling .product-content .price span
{
	text-decoration: line-through;	
}

.productListing .productdetails .productdetailstext .price .discounted-price
{
	text-align: center;
    font-size: 15px;
    color: #FFF !important;
    font-weight: 500;
    background-color: #e21721;
    padding: 5px 10px;
}
.actions {
	display: flex;
	gap: 10px;
	margin-top: auto;
	justify-content: space-between;
}

.wishlist-btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--light-gray);
	border-radius: 4px;
	color: var(--gray);
	transition: all 0.3s ease;
}

.wishlist-btn:hover {
	color: var(--primary);
}

/* Responsive Design */
@media (max-width: 992px) {
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.products-grid {
		grid-template-columns: 1fr;
	}

	.section-header h2 {
		font-size: 2rem;
	}

	.product-image-container {
		height: 200px;
	}
}
/* Best Selling Products End */


/* Feature Banner Start*/
.feature-banner {
	padding: 50px 0;
	background: linear-gradient(95deg, 
		rgba(226, 23, 33, 0.1) 0%, 
		rgba(255, 255, 255, 1) 30%, 
		rgba(255, 255, 255, 1) 70%, 
		rgba(226, 23, 33, 0.1) 100%);
}

.banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.feature-box {
	flex: 1;
	max-width: 480px;
	padding: 30px;
	background: rgba(255,255,255,0.9);
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	text-align: center;
	transition: all 0.3s ease;
}

.feature-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(226,23,33,0.15);
}

.feature-box .icon {
	width: 60px;
	height: 60px;
	background: var(--red-bg);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin: 0 auto 20px;
}

.feature-box h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 15px;	
	line-height: 1.4;
	letter-spacing: 1px;
	color: var(--dark);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.feature-box p {
	color: var(--gray);
	letter-spacing: 1px;
}

.center-image {
	flex: 1;
	text-align: center;
	position: relative;
}

.center-image img {
	max-height: 250px;
	width: auto;
	filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
}

/* Responsive Design */
@media (max-width: 1200px) {
	.offer-grid {
		grid-template-columns: 1fr;
	}

	.main-offer {
		flex-direction: column;
	}
}

@media (max-width: 992px) {
	.categories-grid,
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.banner-content {
		flex-direction: column;
	}

	.feature-box {
		margin-bottom: 40px;
		max-width: 100%;
	}

	.center-image {
		order: -1;
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.categories-grid,
	.products-grid {
		grid-template-columns: 1fr;
	}

	.section-header h2 {
		font-size: 1.3rem;
	}
}
/* Feature Banner End*/

/* Footer Styles */
.footer {
	background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
	color: var(--light-gray);
	padding: 70px 0 0;
	position: relative;
	overflow: hidden;
}

.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://images.unsplash.com/photo-1513519245088-0e12902e5a38?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover;
	opacity: 0.05;
	z-index: 0;
}

.second-footer {
	position: relative;
	z-index: 1;
}

.widget-area {
	margin-bottom: 30px;
}

/* Footer Logo */
.footer-logo img {
	max-height: 60px;
	transition: all 0.3s ease;
	padding: 10px;
	background: white;
	border-radius: 8px;
}


/* Contact Info */
.widget_contact_wrapper {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.widget_contact_wrapper li {
	margin-bottom: 18px;
	display: flex;
	align-items: flex-start;
	position: relative;
}



.widget_contact_wrapper a {
	color: var(--light-gray);
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.widget_contact_wrapper a:hover {
	color: var(--primary-light);
}

.widget_contact_wrapper svg {
	margin-right: 12px;
	fill: var(--light-gray);
	width: 18px;
	height: 18px;
	transition: all 0.3s ease;
}

.widget_contact_wrapper a:hover svg {
	fill: var(--primary-light);
}

/* Social Icons */
.social-icons ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 12px;
}

.social-icons a {
	color: var(--white);
	background: rgba(255,255,255,0.1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(255,255,255,0.2);
}

.social-icons a:hover {
	background: var(--primary);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(226, 23, 33, 0.3);
	border-color: var(--primary);
}

/* Widget Titles */
.widget-title {
	color: var(--white);
	font-size: 1.4rem;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	font-weight: 600;
}

.widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background-color: var(--primary);
	border-radius: 3px;
}

/* Footer Links */
.menu-footer-quick-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-footer-quick-links li {
	position: relative;
	overflow: hidden;
	width: max-content;
}

.menu-footer-quick-links li::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--primary-light);
	transition: width 0.3s ease;
}

.menu-footer-quick-links li:hover::before {
	width: 100%;
}

.menu-footer-quick-links a {
	color: var(--light-gray);
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	padding: 5px 0;
}

.menu-footer-quick-links a:hover {
	color: var(--primary-light);
}

/* Newsletter Form */
.newsletter-form p {
	margin-bottom: 15px;
}

.newsletter-form input[type="email"] {
	width: 100%;
	padding: 14px 20px;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.05);
	color: var(--white);
	border-radius: 6px;
	transition: all 0.3s ease;
	font-size: 1rem;
}

.newsletter-form input[type="email"]:focus {
	border-color: var(--primary);
	outline: none;
	background: rgba(255,255,255,0.1);
	box-shadow: 0 0 0 3px rgba(226, 23, 33, 0.2);
}

.newsletter-form input[type="email"]::placeholder {
	color: rgba(255,255,255,0.6);
}

.inng-btn {
	background: var(--red-bg);
	color: var(--white);
	border: none;
	padding: 14px 30px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9rem;
	box-shadow: 0 4px 15px rgba(226, 23, 33, 0.3);
}

.inng-btn:hover {
	background: var(--primary-light);
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(226, 23, 33, 0.4);
}

/* Bottom Footer */
.bottom-footer-text {
	background: rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.1);
	position: relative;
	z-index: 1;
}

.copyright {
	color: var(--light-gray);
	font-size: 0.9rem;
}

.copyright a {
	color: var(--primary-light);
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 600;
}

.copyright a:hover {
	color: var(--white);
	text-decoration: underline;
}

/* Payment Methods */
.payment-methods {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.payment-methods img {
	height: 25px;
	width: auto;
	transition: all 0.3s ease;
}

.payment-methods img:hover {
	transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
	.footer {
		padding: 50px 0 0;
	}

	.widget-area {
		margin-bottom: 40px;
	}

	.widget-title {
		margin-bottom: 20px;
	}

	.copyright {
		text-align: center !important;
		margin-bottom: 15px;
	}

	.payment-methods {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.footer {
		padding: 40px 0 0;
	}

	.widget-title {
		font-size: 1.3rem;
	}

	.newsletter-form input[type="email"] {
		padding: 12px 15px;
	}

	.inng-btn {
		padding: 12px 20px;
	}

	.payment-methods img {
		height: 20px;
	}
}


/*Cart CSS*/

/* Cart Dropdown with Your Color Scheme */
#cartShow {
	position: relative;
	list-style: none;
}

#cartLink {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--secondary);
	text-decoration: none;
	transition: var(--transition);
}

#cartLink:hover {
	color: var(--primary);
}

.nav-icon {
	width: 20px;
	height: 20px;
	filter: brightness(0.8);
}

.cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background: var(--primary);
	color: var(--white);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
}

.cartdropdown {
	position: absolute;
	right: 0;
	top: 100%;
	width: 650px;
	background: var(--white);
	border: 1px solid var(--light-gray);
	box-shadow: var(--shadow);
	z-index: 1000;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: var(--transition);
	margin-top: 10px;
}

#cartShow:hover .cartdropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.cartdropdown .inner {
	padding-right: 5px;
}

/* Scrollbar */
.cartdropdown .inner::-webkit-scrollbar {
	width: 5px;
}

.cartdropdown .inner::-webkit-scrollbar-track {
	background: var(--light-gray);
}

.cartdropdown .inner::-webkit-scrollbar-thumb {
	background: var(--gray);
	border-radius: 10px;
}

/* Cart Items */
.cartItem {
	margin-bottom: 15px;
}

.cartItem .single {
	padding: 15px 0;
	border-bottom: 1px solid var(--light-gray);
}

.cartItem .single:last-child {
	border-bottom: none;
}

.row {
	display: flex;
}

.image {
	position: relative;
	border-radius: 4px;
}

.image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.quantity {
	position: absolute;
	top: -8px;
	right: -8px;
	background: var(--primary);
	color: var(--white);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: bold;
}

.text {
	flex: 1;
	position: relative;
	padding-right: 20px;
}

.text h5 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--secondary);
	line-height: 1.3;
	transition: var(--transition);
}

.text h5:hover {
	color: var(--primary);
}

.text h6 {
	margin: 0 0 8px 0;
	font-size: 14px;
	color: var(--dark);
	font-weight: 500;
}

.text p {
	margin: 3px 0;
	font-size: 12px;
	color: var(--gray);
}

.text p span {
	color: var(--secondary-light);
	font-weight: 500;
}

.deletecart {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	color: var(--gray);
	text-decoration: none;
	line-height: 1;
	transition: var(--transition);
}

.deletecart:hover {
	color: var(--primary);
}

/* Total Section */
.total {
	margin: 10px 0;
	padding: 15px 0;
	border-top: 1px solid var(--light-gray);
	border-bottom: 1px solid var(--light-gray);
}

.total .single {
	margin: 8px 0;
}

.total p {
	margin: 0;
	font-size: 14px;
	color: var(--secondary-light);
}

.total .price p {
	font-weight: 600;
	color: var(--secondary);
}

/* Buttons */
.buttons {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.buttons a {
	flex: 1;
	padding: 12px;
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: var(--transition);
}

.gotocart {
	background: var(--light);
	color: var(--secondary);
	border: 1px solid var(--light-gray);
}

.gotocart:hover {
	background: var(--light-gray);
	border-color: var(--gray);
}

.checkout {
	background: var(--primary);
	color: var(--white);
	border: 1px solid var(--primary);
	background-image: var(--red-bg);
}

.checkout:hover {
	background: var(--primary-light);
	border-color: var(--primary-light);
	transform: translateY(-1px);
}


/* Account Dropdown Container */
li {
	position: relative;
	list-style: none;
}

/* Account Link Styling */
.nav-link {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav-link:hover {
	color: var(--primary); /* Use your primary color variable */
}

.nav-icon {
	width: 20px;
	height: 20px;
}

/* Dropdown Menu */
.profileLinks {
	position: absolute;
	right: 0;
	top: 100%;
	width: 220px;
	background: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	margin-top: 5px;
}

li:hover .profileLinks {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Dropdown Links */
.profileLinks ul {
	padding: 10px 0;
	margin: 0;
}

.profileLinks li {
	padding: 0;
}

.profileLinks a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 20px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.2s ease;
}

.profileLinks a:hover {
	background-color: #f8f9fa;
	color: var(--primary);
}

.profileLinks svg {
	width: 16px;
	height: 16px;
	color: #666;
}

.profileLinks a:hover svg {
	color: var(--primary);
}

/* Logout Link Special Styling */
.profileLinks li:last-child a {
	color: #e21721; /* Your --primary color or red for logout */
}

.profileLinks li:last-child a:hover {
	background-color: rgba(226, 23, 33, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.profileLinks {
		right: auto;
		left: 0;
		width: 200px;
	}
}


.actions .btn-primary {
	gap: 15px;
}



/* ===== Product Section - Final Perfect CSS ===== */
.product .container {
	padding: 3rem 15px;
	margin: 0 auto;
}

.product .section-title {
	margin-bottom: 2.5rem;
	text-align: center;
}

.product .title {
	font-size: 2.25rem;
	color: var(--dark);
	position: relative;
	display: inline-block;
}



.product .text-base-secondskin {
	color: var(--primary);
}

/* ===== Perfect Product Card ===== */
.product .single {
	background: var(--white);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--shadow);
	margin-bottom: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: var(--transition);
	border: 1px solid var(--light-gray);
}

.product .image {
	text-align: center;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .image img {
	max-height: 170px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: var(--transition);
}

.product .single:hover .image img {
	transform: scale(1.05);
}

.product .text {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/* ===== Perfect Rating ===== */
.product .rating {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	height: 20px;
	justify-content: center;
}

.product .rating svg {
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

/*.product .rating svg:not(.filled) {
	fill: var(--light-gray);
}*/

.product .rating span {
	font-size: 0.85rem;
	color: var(--gray);
	margin-left: 5px;
}

/* ===== Perfect Title ===== */
.product .title h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0 12px 0;
	line-height: 1.4;
	min-height: 3em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ===== Perfect Description ===== */
.product .descripition p {
	font-size: 0.9rem;
	color: var(--gray);
	margin: 0 0 15px 0;
	line-height: 1.5;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 4.5em;
}

/* ===== Perfect Price ===== */
.product .price p {
	margin: 0 0 20px 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--dark);
	display: flex;
	align-items: baseline;
}

.product .price p span {
	font-size: 0.9rem;
	color: var(--gray);
	text-decoration: line-through;
	margin-left: 8px;
	font-weight: 400;
}

/* ===== Perfect Action Buttons ===== */
.product .hover {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid var(--light-gray);
}

.product .hover .row {
	display: flex;
	margin: 0 -5px;
	align-items: center;
}

.product .addtocart {
	flex: 2;
	padding: 0 5px;
}

.product .wishlist, 
.product .compare {
	flex: 1;
	padding: 0 5px;
}

.product-newsection .SingleCartAdd {
	justify-content: center;
	font-size: 0.95rem;
	transition: var(--transition);
	border: none;
	cursor: pointer;
	white-space: nowrap;

	display: inline-flex;
	align-items: center;
	padding: 10px 30px;
	background: var(--secondary-light);
	color: var(--white);
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.product-newsection .SingleCartAdd:hover {

	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(226, 23, 33, 0.3);
}

.product-newsection .SingleCartAdd svg {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	fill: var(--white);
}

.product-newsection .wishlist a, 
.product-newsection .compare a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	background: var(--light);
	color: var(--gray);
	transition: var(--transition);
	border: 1px solid var(--light-gray);
}

.product-newsection .wishlist a:hover, 
.product-newsection .compare a:hover {
	background: var(--white);
	color: var(--primary);
	border-color: var(--primary-light);
}

.product-newsection .wishlist svg, 
.product-newsection .compare svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

/* ===== Perfect Responsive ===== */
@media (max-width: 991px) {
	.product-newsection .image {
		height: 200px;
		padding: 20px;
	}

	.product-newsection .image img {
		max-height: 160px;
	}
		.cart-count
	{
		width: 16px;
    height: 16px;
	}
}

@media (max-width: 767px) {
	.product-newsection .title {
		font-size: 1.8rem;
	}

	.product-newsection .image {
		height: 180px;
	}

	.product-newsection .SingleCartAdd {
		padding: 8px 12px;
		font-size: 0.9rem;
	}
}

@media (max-width: 575px) {
	.product-newsection .container {
		padding: 2rem 15px;
	}

	.product-newsection .title {
		font-size: 1.6rem;
	}

	.product-newsection .image {
		height: 160px;
		padding: 15px;
	}

	.product-newsection .image img {
		max-height: 130px;
	}

	.product-newsection .hover .row {
		flex-wrap: wrap;
	}

	.product-newsection .addtocart {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.product-newsection .wishlist, 
	.product-newsection .compare {
		flex: 0 0 calc(50% - 10px);
	}
	p, .section-header p
	{
		font-size: 0.8rem;
	}
}


/* ===== White SVG for Add To Cart Button ===== */
.product-newsection .SingleCartAdd svg {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	fill: var(--white); /* Force white color */
	color: var(--white); /* Additional fallback */
	stroke: var(--white); /* For line-based icons */
}

/* ===== Complete Add To Cart Button Styling ===== */

.product-newsection .SingleCartAdd:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(226, 23, 33, 0.3);
}

/* ===== SVG Color Override (Important) ===== */
.product-newsection .SingleCartAdd svg path {
	fill: var(--white) !important;
	stroke: var(--white) !important;
}

/* ===== If SVG uses stroke instead of fill ===== */
.product-newsection .SingleCartAdd svg line,
.product-newsection .SingleCartAdd svg path,
.product-newsection .SingleCartAdd svg polyline {
	stroke: var(--white) !important;
}

* body .orderpage table tbody tr td .pending-order-btn
{
	display: flex;
	justify-content: center;
	gap: 5px;
}
* body .orderpage table tbody tr td .pending-order-btn a
{
		border: 1px solid #000;
    height: 35px;
    border-radius: 5px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    width: max-content;
    margin: auto;
    font-size: 12px;
}




/* Cart Dropdown Container */
.cartdropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 450px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #eaeaea;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 10px;
    padding: 0;
}

.cartdropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cartdropdown .inner {
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

/* Cart Items */
.cartItem {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cartItem .single {
    padding: 15px 0;
}

.cartItem .single:first-child {
    padding-top: 0;
}

.cartItem .row {
    display: flex;
    gap: 10px;
    padding: 0 10px;
    align-items: flex-start;
    position: relative;
}

.cartItem .image {
    position: relative;
    padding: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
}

.cartItem .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cartItem .image:hover img {
    transform: scale(1.05);
}

.cartItem .image .quantity {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--primary);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(46, 204, 113, 0.3);
}

.cartItem .text {
    flex: 1;
    position: relative;
}

.cartItem .deletecart {
    position: absolute;
    top: -5px;
    right: 0;
    width: 24px;
    height: 24px;
    background: #ff6b6b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1;
}

.cartItem .deletecart:hover {
    background: #ff5252;
    transform: scale(1.1);
}

.cartItem h5 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.cartItem h5 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cartItem h5 a:hover {
    color: #3498db;
}

.cartItem h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
}

.cartItem .size,
.cartItem .color {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.cartItem .size span,
.cartItem .color span {
    font-weight: 600;
    color: #333;
}

/* Total Section */
.total {
    padding: 5px 0 0 0;
}

.total .single {
    padding: 0;
    border-bottom: 1px dashed #e0e0e0;
    margin: 0;
}

.total .single:last-child {
    border-bottom: none;
    font-weight: 700;
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
}

.total .single:last-child .price {
    color: var(--primary);
    font-size: 18px;
}

.total .single .single-row
{
	display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px 0;
}

.total .single .single-row.cart-total .text p, .total .single .single-row.cart-total .price p 
{
	font-size: 18px;
}

.total .text {
    font-size: 14px;
    color: #666;
    padding: 0;
}

.total .price {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

/* Buttons */
.buttons {
    display: flex;
    gap: 12px;
}

.buttons a {
    flex: 1;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.buttons .gotocart {
    background: #f8f9fa;
    color: #333;
    border: 2px solid #e0e0e0;
}

.buttons .gotocart:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    transform: translateY(-2px);
}

.buttons .checkout {
    background: var(--primary);
    color: white;
    border: 2px solid transparent;
}

.buttons .checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

/* Empty Cart State */
.cartdropdown.empty .cartItem,
.cartdropdown.empty .total,
.cartdropdown.empty .buttons {
    display: none;
}

.cartdropdown.empty .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

.cartdropdown.empty .inner::before {
    content: "🛒";
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.cartdropdown.empty .inner p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

/* Scrollbar Styling */
.cartdropdown .inner::-webkit-scrollbar {
    width: 6px;
}

.cartdropdown .inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.cartdropdown .inner::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.cartdropdown .inner::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Responsive */
@media (max-width: 480px) {
    .cartdropdown {
        width: 320px;
        right: -20px;
    }
    
    .cartItem .image {
        width: 60px;
        height: 60px;
    }
    
    .buttons {
        flex-direction: column;
    }
    
    .buttons a {
        width: 100%;
    }
}



/* Product Details Wishlist Button */
.productdetailstext .SingleWishList {
		width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #dedede;
    color: #888;
    color: var(--gray);
    transition: all 0.3s ease;
}


/* SVG Heart Styling */
/*.productdetailstext .SingleWishList svg {
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    stroke-width: 0.5;
}*/

/* Empty Heart (bi-heart) */
/*.productdetailstext .SingleWishList .bi-heart {
    color: #666;
    stroke: #999;
    stroke-width: 1;
}*/

/* Filled Heart (bi-heart-fill) */
/*.productdetailstext .SingleWishList .bi-heart-fill {
    color: #e74c3c;
    fill: #e74c3c;
    transform: scale(1.1);
}*/

/* Hover Effects for Empty Heart */
/*.productdetailstext .SingleWishList:hover .bi-heart {
    color: #e74c3c;
    stroke: #e74c3c;
    transform: scale(1.1);
}*/


/* Active/Clicked State */
.productdetailstext .SingleWishList:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Tooltip Compatibility */
.productdetailstext .SingleWishList[title] {
    position: relative;
}


/* Loading State */
.productdetailstext .SingleWishList.loading {
    pointer-events: none;
    opacity: 0.7;
}

/* Text Styling */
.productdetailstext .SingleWishList span {
    font-size: 14px;
    font-weight: 500;
}

/* Disabled State */
.productdetailstext .SingleWishList.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Ripple Effect on Click */
.productdetailstext .SingleWishList {
    position: relative;
    overflow: hidden;
}


/* Counter Badge (if you add one later) */
.productdetailstext .SingleWishList .wishlist-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e74c3c;
    color: white;
    font-size: 11px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(231, 76, 60, 0.3);
}

/* Focus State for Accessibility */
.productdetailstext .SingleWishList:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .productdetailstext .SingleWishList {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .productdetailstext .SingleWishList svg {
        width: 16px;
        height: 16px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .productdetailstext .SingleWishList {
        background: #2d2d2d;
        color: #fff;
        border-color: #444;
    }
    
    .productdetailstext .SingleWishList:hover {
        background: #333;
        border-color: #666;
    }
    
    .productdetailstext .SingleWishList .bi-heart {
        color: #aaa;
        stroke: #777;
    }
}

/* Alternative Style - Floating Button */
.productdetailstext .SingleWishList.floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.productdetailstext .SingleWishList.floating span {
    display: none;
}

.productdetailstext .SingleWishList.floating svg {
    width: 24px;
    height: 24px;
}


/*--------------------------------------------------------------------------------------- HOME CTA SECTION CSS START*/

.shop-banner {
    width: 100%;
    background: var(--primary-gradient);
    border-top: 3px solid var(--primary);
    border-bottom: 3px solid var(--border-color);
    padding: 28px 40px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
  }

  .shop-banner::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(227,19,29,0.07) 0%, transparent 70%);
    pointer-events: none;
  }

  .shop-banner-container
  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

  }

  .banner-left {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .store-icon img
  {
    border-radius: 8px;
  }

  .banner-text .label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 3px;
  }

  .banner-text .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
  }

  .banner-text .subtitle {
    font-size: 13px;
    color: var(--text-light);
    margin-top: 3px;
  }

  .banner-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
  }


  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
  }

  .shop-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-gradient-2);
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(227,19,29,0.3);
    transition: box-shadow 0.2s, transform 0.2s;
    white-space: nowrap;
  }

  .shop-btn:hover {
    box-shadow: 0 8px 22px rgba(227,19,29,0.4);
    color: #fff;
  }

  .shop-btn svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s;
  }

  .shop-btn:hover svg {
    transform: translateX(3px);
  }

  @media (max-width: 600px) {
    .shop-banner-container {
      flex-direction: column;
      text-align: center;
      padding: 22px 20px;
    }
    .banner-left { flex-direction: column; }
  }


  /*--------------------------------------------------------------------------------------- HOME CTA SECTION CSS END*/


  /* Clean Official Social Icons */
.social-icons-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gap-3 {
    gap: 16px;
}

/* Minimal Official Style */
.social-icons-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    text-decoration: none;
    background: #fff;
    border: none;
}
.social-icons-list li a:hover 
{
	background-color: #fff;
}

.social-icons-list li a svg {
    width: 24px;
    height: 24px;
    transition: all 0.2s ease;
}

/* Official Brand Colors */
.social-icons-list li a[aria-label="Facebook"] svg path {
    fill: #1877f2;
}

.social-icons-list li a[aria-label="twitter"] svg path,
.social-icons-list li a[aria-label="Twitter"] svg path {
    fill: #000000;
}

.social-icons-list li a[aria-label="linkedin"] svg path,
.social-icons-list li a[aria-label="LinkedIn"] svg path {
    fill: #0a66c2;
}

.social-icons-list li a[aria-label="google plus"] svg path,
.social-icons-list li a[aria-label="Google Plus"] svg path {
    fill: #db4437;
}

.social-icons-list li a[aria-label="Instragram"] svg path,
.social-icons-list li a[aria-label="Instagram"] svg path {
    fill: #e4405f;
}

/* Hover Effects */
.social-icons-list li a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.social-icons-list li a:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

/* Responsive */
@media (max-width: 768px) {
    .gap-3 {
        gap: 14px;
    }
    
    .social-icons-list li a svg {
        width: 22px;
        height: 22px;
    }
}