* {
	outline: none !important;
}
body {
	color: #6F6E6E;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	background-color: #F9FCFD;
	overflow-x: hidden !important;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
	background-color: #424242;
	border-radius: 0px;
}
body::selection {
	color: #FFFFFF;
	background-color: #00c8ff;
}
p {
	font-size: 16px;
}
a {
	color: #db0707;
	font-size: 16px;
	text-decoration: none;
	box-shadow: none;
}
h1, h2, h3 {
	font-family: "Poppins", sans-serif;
}
h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}
@keyframes marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.05);
		opacity: 0.9;
	}
}
@keyframes shineGlow {
	0% {
		text-shadow: 0 0 5px rgba(225, 49, 36, 0.3),
		             0 0 10px rgba(225, 49, 36, 0.2);
		transform: scale(1);
	}
	50% {
		text-shadow: 0 0 15px rgba(225, 49, 36, 0.6),
		             0 0 25px rgba(225, 49, 36, 0.4),
		             0 0 35px rgba(225, 49, 36, 0.2);
		transform: scale(1.02);
	}
	100% {
		text-shadow: 0 0 5px rgba(225, 49, 36, 0.3),
		             0 0 10px rgba(225, 49, 36, 0.2);
		transform: scale(1);
	}
}
header#site-header {
	position: relative;
}
section#top_full_bar {
	background-image: url(/themes/maddparts/images/top-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
section#top_full_bar #top-bar {
	width: 100%;
}
section#top_full_bar .top-bar-primary {
	background-color: #ffffff;
	width: 100%;
}
section#top_full_bar .free-shipping-banner {
	color: #E13124;
	font-weight: 700;
	font-size: 18px;
	animation: shineGlow 2.5s ease-in-out infinite;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}
section#top_full_bar .top-bar-secondary {
	background-color: #E13124;
	width: 100%;
}
section#top_full_bar .top-bar-secondary .head_social span,
section#top_full_bar .top-bar-secondary .head_social a {
	color: #ffffff;
	margin: 0 5px;
}
header#site-header section#top_full_bar #top-bar #language-selector select,
header#site-header section#top_full_bar #top-bar #currency-selector select {
	background-color: transparent;
	border: 0;
	color: #ffffff;
	font-size: 14px;
}
header#site-header section#top_full_bar #top-bar #language-selector select option,
header#site-header section#top_full_bar #top-bar #currency-selector select option {
	background-color: #e13123;
	color: #fff;
}
#google-translate-element select,
#google-translate-element .goog-te-gadget-simple span {
	color: #ffffff;
}
#google-translate-element .goog-te-gadget-simple {
	border: none;
	background-color: transparent;
}
header#site-header section#top_full_bar #logo-bar .logo {
	display: inline-block;
	background-color: #000;
	padding: 20px;
	min-width: 230px;
	text-align: center;
}
header#site-header section#top_full_bar #logo-bar .logo img {
	max-width: 150px;
}
header#site-header section#top_full_bar #logo-bar .head_shop a {
	color: #fff;
	font-size: 32px;
	position: relative;
}
header#site-header section#top_full_bar #logo-bar .head_shop a span {
	color: #E13124;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	background-color: #fff;
	padding: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}
header#site-header section#top_full_bar #logo-bar .head_search form.search-form {
	border-radius: 5px;
	background-color: #FFF;
	position: relative;
	display: flex;
}
header#site-header section#top_full_bar #logo-bar .head_search form.search-form select {
    background-color: transparent;
    border: 0;
    padding: 15px;
    width: 30%;
    min-width: 200px;
    color: #5B5B5B;
    font-size: 15px;
    font-weight: 500;
    border-right: 1px solid #ECECEC;
    margin-left: 6px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/></svg>");
    background-repeat: no-repeat;
}
header#site-header section#top_full_bar #logo-bar .head_search form.search-form input {
    background-color: transparent;
    border: 0;
    padding: 15px;
    width: 70%;
    color: #5B5B5B;
    font-size: 15px;
    font-weight: 500;
}
header#site-header section#top_full_bar #logo-bar .head_search form.search-form button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	border: 0;
	border-radius: 5px;
	background-color: #E13124;
	color: #fff;
	padding: 10px;
	width: 45px;
}
header#site-header section#top_full_bar #logo-bar .head_search form.search-form button:hover {
	background-color: #000000;
}
header#site-header section#menubar nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link {
	color: #000;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	padding: 25px 20px;
	position: relative;
}
header#site-header section#menubar nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link.all_cat_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FA0;
	color: #fff;
	min-width: 230px;
	height: 100%;
}
header#site-header section#menubar nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link.all_cat_nav:hover {
	background-color: #E13124;
}
header#site-header section#menubar nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link:not(.all_cat_nav):hover {
	color: #e13123;
}
#main-menu ul.navbar-nav li.active a.nav-link {
	color: #e13123 !important;
}
header#site-header section#menubar nav.navbar #main-menu ul.navbar-nav li.nav-item:not(:first-child):not(:last-child) a.nav-link::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #E9E9E9;
}
section#opening_sec {
	background-image: url(/themes/maddparts/images/opening-image.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
}
section#opening_sec .open_slide .open_caption #op_cap_head h1 {
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #FFF;
	color: transparent;
	font-size: 128px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 110px;
	margin: 0;
}
section#opening_sec .open_slide .open_caption #op_cap_head h1 > span {
	color: #FFF;
}
section#opening_sec .open_slide .open_caption #op_cap_sub p {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
}
section#opening_sec .open_slide .open_caption #op_cap_sub h6 {
	color: #FFF;
	font-size: 36px;
	font-weight: 800;
	margin: 0;
}
section#opening_sec .open_slide .open_caption #op_cap_sub h6 > span {
	color: #E13124;
}
section#opening_sec .open_slide .open_caption form#op_cap_form select {
	color: #575757;
	font-size: 14px;
	border-radius: 2px;
	background: #FFF;
}
section#opening_sec .open_slide .open_caption form#op_cap_form button {
	font-weight: 500;
	border: 0;
	border-radius: 2px;
	color: #fff;
	background-color: #E13124;
	padding: 12px 40px;
}
section#opening_sec .open_slide .open_caption form#op_cap_form button:hover {
	background-color: #000000;
}
section#all_categories h3 {
	color: #191C1F;
	font-size: 40px;
	font-weight: 300;
}
section#all_categories h3 > span {
	color: #F00;
	font-weight: 800;
}
section#all_categories {
    background: #fff;
}
section#all_categories .full_cat_slider {
	position: relative;
}
section#all_categories .full_cat_slider .cat_sld_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	cursor: pointer;
}
section#all_categories .full_cat_slider #cat_sld_prev {
	left: -15px;
}
section#all_categories .full_cat_slider #cat_sld_next {
	right: -15px;
}
section#all_categories .full_cat_slider .cat_sld_arrow i {
	color: #fff;
	font-size: 25px;
	padding: 12px;
	border-radius: 100px;
	background-color: #F00;
}
section#all_categories .full_cat_slider .category_slider_wrap .each_cat {
	text-align: center;
	border-radius: 4px;
	border: 1px solid #E4E7E9;
	background-color: #FFF;
	padding: 15px;
	margin: 10px;
	height: 300px;
}
.cat_icon {
    height: 180px;
    overflow: hidden;
}
section#all_categories .full_cat_slider .category_slider_wrap .each_cat a.cat_link .cat_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
section#all_categories .full_cat_slider .category_slider_wrap .each_cat a.cat_link h4.cat_name {
	color: #191C1F;
	font-size: 18px;
	margin: 15px 0 10px;
}

section#about_sec {
	position: relative;
}
section#about_sec:after {
	content: "";
	background-image: url(/themes/maddparts/images/about-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	filter: grayscale(1);
}
section#about_sec .abt_head h2 {
	color: #FFF;
	font-size: 55px;
	font-weight: 300;
	line-height: 55px;
	margin: 15px 10px;
	writing-mode: vertical-lr;
	pointer-events: none;
	transform: rotate(180deg);
	white-space: nowrap;
}
section#about_sec .abt_head h2 > span {
	color: #E13124;
	font-weight: 800;
}
section#about_sec .abt_head h2 > span:last-child {
	color: #000;
}
section#about_sec .abt_cnt {
	position: relative;
	padding: 35px 35px 75px;
	background-color: #FFF;
	box-shadow: -10px 5px 50px 0px rgba(0, 0, 0, 0.20);
}
section#about_sec .abt_cnt p {
	color: #475156;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
}
section#about_sec .abt_cnt .abt_more_btn {
	display: inline-block;
	background-color: #E13124;
	transform: skewX(-45deg);
	position: absolute;
	right: -15px;
	bottom: -40px;
	overflow: hidden;
	transition: all 0.1s ease-in-out;
}
section#about_sec .abt_cnt .abt_more_btn .abt_skew {
	transform: skewX(45deg);
}
section#about_sec .abt_cnt .abt_more_btn .abt_skew a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 30px 90px;
	display: inline-block;
	text-transform: uppercase;
}
section#about_sec .abt_cnt .abt_more_btn:hover {
	background-color: #000000;
	transform: skewX(45deg);
}
section#about_sec .abt_cnt .abt_more_btn:hover .abt_skew {
	transform: skewX(-45deg);
}
section#featured_brand_sec {
	background-image: url(/themes/maddparts/images/brands-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
section#featured_brand_sec h3 {
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
}
section#featured_brand_sec h3 > span {
	color: #F00;
	font-weight: 800;
}
section#featured_brand_sec .brand_slider_wrap .each_brand {
	border-radius: 13px;
	background-color: #FFF;
	display: flex;
	height: 220px;
	justify-content: center;
	align-items: center;
	margin: 10px;
	padding: 30px;
}
section#featured_brand_sec .brand_slider_wrap .each_brand a.brand_link img {
	width: 100%;
}
section#featured_brand_sec .brand_more_btn {
	display: inline-block;
	background-color: #E13124;
	transform: skewX(-45deg);
	overflow: hidden;
	transition: all 0.1s ease-in-out;
}
section#featured_brand_sec .brand_more_btn .brand_skew {
	transform: skewX(45deg);
}
section#featured_brand_sec .brand_more_btn .brand_skew a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 30px 50px;
	display: inline-block;
	text-transform: uppercase;
}
section#featured_brand_sec .brand_more_btn:hover {
	background-color: #000000;
	transform: skewX(45deg);
}
section#featured_brand_sec .brand_more_btn:hover .brand_skew {
	transform: skewX(-45deg);
}
section#shop_now_sec {
	background: #fff;
}
section#shop_now_sec .each_shop_sec.shop_sec1 {
	background-color: #F2F4F5;
	padding: 45px;
	border-radius: 4px;
	display: flex;
	height: 100%;
}
section#shop_now_sec .each_shop_sec.shop_sec1 .shop_sec_cnt span {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 2px;
	background: #2DA5F3;
	padding: 6px 12px;
	display: inline-block;
}
section#shop_now_sec .each_shop_sec.shop_sec1 .shop_sec_cnt h3 {
	color: #191C1F;
	font-size: 32px;
	font-weight: 600;
}
section#shop_now_sec .each_shop_sec.shop_sec1 .shop_sec_cnt p {
	color: #475156 !important;
}
section#shop_now_sec .each_shop_sec.shop_sec2 {
	background-color: #191C1F;
	padding: 45px 45px 0;
	border-radius: 4px;
	display: flex;
	height: 100%;
}
section#shop_now_sec .each_shop_sec.shop_sec2 .shop_sec_cnt span {
	color: #191C1F;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 2px;
	background: #EFD33D;
	padding: 6px 12px;
	display: inline-block;
}
section#shop_now_sec .each_shop_sec.shop_sec2 .shop_sec_cnt h3 {
	color: #FFF;
	font-size: 32px;
	font-weight: 600;
}
 section#shop_now_sec .each_shop_sec.shop_sec2 .shop_sec_cnt p {
	color: #ADB7BC;
} 
section#shop_now_sec .each_shop_sec .shop_sec_cnt a.show_now {
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.175px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 25px;
	border-radius: 2px;
	background-color: #F00;
}
section#shop_now_sec .each_shop_sec .shop_sec_cnt a.show_now:hover {
	background-color: #000;
}
section#shop_now_sec .each_shop_sec .shop_sec_image {
	height: 100%;
	width: 100%;
	display: flex;
	position: relative;
}
section#shop_now_sec .each_shop_sec .shop_sec_image span {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	border-radius: 50%;
	background-color: #F00;
	padding: 30px 18px;
	position: absolute;
	top: -25px;
	right: 25px;
}
section#shop_now_sec .each_shop_sec .shop_sec_image img {
	width: 100%;
}
section#featured_products {
    background: #F8F8F8;
}
section#featured_products .fea_pro_head .jst_pro_head h3 {
	color: #191C1F;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
}
section#featured_products .fea_pro_head .all_fpro_links a {
	color: #5F6C72;
	margin: 0 10px;
}
section#featured_products .fea_pro_head .all_fpro_links a:hover {
	color: #F00;
}
section#featured_products .fea_pro_head .all_fpro_links a:last-child {
	margin-right: 0;
	color: #F00;
	font-weight: 600;
}
section#featured_products .each_product {
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #E4E7E9;
	background-color: #FFF;
	height: 100%;
}
section#featured_products .each_product .each_pro_image img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}
section#featured_products .each_product .review_star i {
	color: #FA8232;
	margin: 15px 0;
}
section#featured_products .each_product .review_star span {
	color: #77878F;
	font-size: 14px;
}
section#featured_products .each_product .each_pro_name h4 {
	color: #191C1F;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
section#featured_products .each_product .each_pro_name h4 a {
	color: #191C1F;
}
section#featured_products .each_product .each_pro_name span.pro_price {
	color: #F00;
	font-weight: 600;
}
section#support_sec {
	background: linear-gradient(90deg, #820900 0%, #000 100%);
	position: relative;
}
section#support_sec .supp_full_cnt span {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	border-radius: 2px;
	background: #F00;
	padding: 4px 12px;
	display: inline-block;
}
section#support_sec .supp_full_cnt h3 {
	color: #FFF;
	font-size: 48px;
	font-weight: 600;
}
section#support_sec .supp_full_cnt p {
	color: #FFF;
	font-family: "Public Sans", sans-serif;
	font-size: 24px;
	line-height: 32px;
}
section#support_sec .supp_full_cnt a.supp_link {
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #FA0;
	padding: 15px 32px;
	display: inline-block;
}
section#support_sec .supp_full_cnt a.supp_link:hover {
	background-color: #000;
}
section#support_sec .support_side_img {
	position: relative;
	height: 100%;
	min-height: 400px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
section#support_sec .support_side_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
section#seller_sec .oem_access {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px;
	border-radius: 4px;
	background: #F7E99E;
}
section#seller_sec .oem_access .seller_oem_wrap img {
	width: 35%;
	margin-bottom: 15px;
}
section#seller_sec .oem_access .seller_oem_wrap h4 {
	color: #191C1F;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
}
section#seller_sec .oem_access .seller_oem_wrap p {
	color: #475156;
}
section#seller_sec .oem_access .seller_oem_wrap .sell_oem_price p {
	display: inline-block;
	margin: 0;
}
section#seller_sec .oem_access .seller_oem_wrap .sell_oem_price span {
	color: #191C1F;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 3px;
	background-color: #FFF;
}
section#seller_sec .oem_access .seller_oem_wrap a.shop_now {
	color: #FFF;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.175px;
	text-transform: uppercase;
	padding: 12px 80px;
	border-radius: 2px;
	background-color: #F00;
	display: inline-block;
}
section#seller_sec .oem_access .seller_oem_wrap a.shop_now:hover {
	background: #000;
}
section#seller_sec .best_sellers h4,
section#seller_sec .top_rated h4 {
	color: #191C1F;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
section#seller_sec .best_sellers .each_bst_sell,
section#seller_sec .top_rated .each_top_rate {
	display: flex;
	gap: 12px;
	padding: 12px;
	margin-bottom: 16px;
	border-radius: 3px;
	border: 1px solid #E4E7E9;
	background-color: #FFF;
}
section#seller_sec .best_sellers .each_bst_sell:last-child,
section#seller_sec .top_rated .each_top_rate:last-child {
	margin-bottom: 0px;
}
section#seller_sec .best_sellers .each_bst_sell .bst_sell_cnt h5,
section#seller_sec .top_rated .each_top_rate .top_rate_cnt h5 {
	color: #191C1F;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
section#seller_sec .best_sellers .each_bst_sell .bst_sell_cnt span,
section#seller_sec .top_rated .each_top_rate .top_rate_cnt span {
	color: #F00;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
section#seller_sec .best_sellers .each_bst_sell .bst_sell_img img,
section#seller_sec .top_rated .each_top_rate .top_rate_img img {
	max-width: 80px;
}
section#ultimate_sale_sec {
	background-image: url(/themes/maddparts/images/ultra-sale.png);
	background-repeat: no-repeat;
	background-size: cover;
}
section#ultimate_sale_sec .ultimate_sale_cnt h1 {
	color: #FFF;
	font-size: 90px;
	letter-spacing: -3.5px;
}
section#ultimate_sale_sec .ultimate_sale_cnt h2 {
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #FFF;
	color: #ffffff00;
	font-size: 185px;
	letter-spacing: -10.25px;
}
section#ultimate_sale_sec .ultimate_sale_cnt h6 {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
section#ultimate_sale_sec .ultimate_sale_cnt a {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding: 20px 100px;
	margin: 20px 0 10px;
	border-radius: 3px;
	background-color: #F00;
	box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}
section#ultimate_sale_sec .ultimate_sale_cnt a:hover {
	background: #000;
}
section#marque_sec .full_scroll_text {
	display: flex;
}
section#marque_sec .full_scroll_text h1 {
	-webkit-text-stroke: 3px #000;
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3px;
	white-space: nowrap;
	margin: 0;
	opacity: 0.5;
}
section#subscribe_sec {
	background-image: url(/themes/maddparts/images/suscribe-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
section#subscribe_sec:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #970000;
	opacity: 0.8;
	z-index: 0;
}
section#subscribe_sec > .container {
	position: relative;
}
section#subscribe_sec .subs_content h4 {
	color: #FFF;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
}
section#subscribe_sec .subs_content p {
	color: #FFF;
	max-width: 600px;
	margin: 30px auto;
}
section#subscribe_sec .subs_form form {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
}
section#subscribe_sec .subs_form form input[type="email"] {
	padding: 20px;
	width: 100%;
}
section#subscribe_sec .subs_form form button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0%, -50%);
	border: 0;
	border-radius: 2px;
	color: #fff;
	background-color: #E13124;
	padding: 12px 25px;
}
section#subscribe_sec .subs_form form button:hover {
	background: #000;
}
section#subscribe_sec .subs_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
section#subscribe_sec .subs_logo img {
	max-height: 90px;
	max-width: 125px;
}
footer#site-footer {
	background-color: #191C1F;
}
.footer_logo img {
	max-width: 300px;
	margin-bottom: 20px;
}
.footer_details p {
	color: #77878F;
	line-height: 20px;
}
.footer_details a {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	display: inline-block;
}
.footer_details a:hover {
	color: #f00;
}
.foot_column h4 {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.foot_column ul.list-unstyled li a {
	color: #929FA5;
	font-size: 14px;
	font-weight: 500;
	margin: 6px 0;
	display: inline-block;
}
.foot_column ul.list-unstyled li a:hover {
	color: #f00;
}
.foot_column .footer_tags span {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 12px;
	border-radius: 2px;
	border: 1px solid #FFF;
}
.foot_column .footer_tags a:hover span {
	background: #f00;
	border-color: #f00;
}
.foot_column .footer_tags span.active {
	background-color: #303639;
}
#copy_container p {
	color: #ADB7BC;
	font-size: 14px;
	margin: 0;
}
#copy_container p a {
	color: #ADB7BC;
}

#copy_container p a:hover {
	color: #f00;
}

ul.pagination {
 	justify-content: center;
}
.page-link {
	color: #df3124;
}
ul.pagination .active>.page-link {
    background-color: #df3124;
    border-color: #df3124;
}
ul.pagination .page-link:focus {
	box-shadow: none !important;
	color: #000 !important;
}

/* 21-10 */

#top-bar {
	border-bottom: 3px solid #D12619 !important;
}

.head_social {
    border-right: 1px solid #ffffff6b;
    padding-right: 10px;
}

div#language-selector {
    padding-left: 8px;
}

.footer_details h5, .footer_details a, .footer_details p {
	margin-bottom: 10px;
}

.category-header .breadcrumb-item+.breadcrumb-item::before {
	color: #fff !important;
}

/* Hide extra page numbers on smaller screens */
@media (max-width: 768px) {
  .pagination li.page-item:not(.active):not(:first-child):not(:last-child):nth-child(n+4):nth-last-child(n+3) {
    display: none;
  }
}


@media(min-width:1600px) {
	.container {
		max-width: 1450px;
	}
	header#site-header section#menubar nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link:not(.all_cat_nav) {
		padding: 25px 20px;
	}
}
@media(min-width:1200px) {
	.widder_container.container {
		max-width: 100%;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media(min-width:1200px) and (max-width:1400px) {
	header#site-header section#menubar nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link {
		padding: 25px 15px;
		font-size: 14px;
	}
	section#about_sec .abt_cnt .abt_more_btn {
		right: 25px;
	}
}
@media(max-width:1200px) {
	section#top_full_bar #logo-bar .head_search {
		padding: 20px;
		width: calc(100% - 60px);
	}
	section#menubar nav.navbar button.navbar-toggler {
		position: absolute;
		top: -65px;
		right: 15px;
		z-index: 999;
		border: 0;
		outline: 0;
		box-shadow: none;
	}
	section#menubar nav.navbar button.navbar-toggler span.navbar-toggler-icon {
		background-image: none;
	}
	section#menubar nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
		display: inline-block;
		font-family: FontAwesome;
		font-size: 32px;
		color: #FFF;
	}
	section#menubar nav.navbar button.navbar-toggler.collapsed span.navbar-toggler-icon:before {
		content: "\f0c9";
	}
	section#menubar nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
		content: "\f00d";
	}
	section#about_sec .abt_cnt .abt_more_btn {
		right: 35px;
	}
	section#support_sec .support_side_img {
		position: unset;
		margin-top: 30px;
		border-radius: 10px;
	}
	section#seller_sec .oem_access .seller_oem_wrap a.shop_now {
		padding: 12px 50px;
	}
	section#shop_now_sec .each_shop_sec .shop_sec_image span {
		font-size: 12px;
		padding: 15px;
		top: 5px;
	}
	section#featured_products .fea_pro_head .all_fpro_links a {
		margin: 0;
		display: block;
	}
	section#opening_sec {
		padding: 45px 0;
	}
}
@media(max-width:992px) {
	section#opening_sec .open_slide .open_caption #op_cap_head h1,
	section#ultimate_sale_sec .ultimate_sale_cnt h2 {
		font-size: 85px;
	}
	section#ultimate_sale_sec .ultimate_sale_cnt h1 {
		font-size: 65px;
	}
	section#shop_now_sec .each_shop_sec {
		display: block !important;
	}
	section#shop_now_sec .each_shop_sec .shop_sec_image {
		display: block;
		padding: 20px;
		height: auto;
	}
}

@media(max-width:767px) {
	.social_col {
		display: flex;
		gap: 5px;
		justify-content: center;
		margin-bottom: 10px;
	}
	.welcome-text {
		text-align: center;
	}
	div#logo-bar {
		background: #000000;
	}
}
@media(max-width:575px) {
	 header#site-header section#top_full_bar #logo-bar .head_search form.search-form select {
		width: 20%;
		min-width: 130px;
		font-size: 12px;
		padding: 10px;
	}
	header#site-header section#top_full_bar #logo-bar .head_search form.search-form input {
		padding: 15px;
		font-size: 12px;
	}
	header#site-header section#top_full_bar #logo-bar .head_search form.search-form button {
		right: 5px;
		width: 40px;
	}
	section#opening_sec {
		padding: 0;
	}
	#op_cap_head h1 {
        font-size: 60px !important;
		line-height: 65px !important;
		-webkit-text-stroke-width: 1px !important;
	}
	header#site-header section#menubar nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link {
		padding: 15px 20px !important;
	}
	section#about_sec {
		padding: 20px 20px 45px!important;
	}
	section#about_sec .container {
		padding-top: 10px !important;
	}
	section#about_sec .abt_cnt {
		padding: 20px 20px 35px;
	}
	section#about_sec .abt_head h2 {
		font-size: 45px;
	}
	section#about_sec .abt_cnt p {
		line-height: 28px;
	}
	section#about_sec .abt_cnt .abt_more_btn .abt_skew a {
		padding: 22px 60px;
	}
	.full_abt {
		flex-direction: column;
	}
	section#about_sec .abt_head h2 {
		writing-mode: horizontal-tb;
		font-size: 32px !important;
		transform: none;
	}
	#featured_products {
		padding-top: 0px !important;
	}
	section#subscribe_sec {
		padding: 20px !important;
	}
	header#site-header section#top_full_bar #logo-bar .head_search form.search-form {
		flex-direction: column;
	}
	header#site-header section#top_full_bar #logo-bar .head_search form.search-form select {
		width: 100%;
        min-width: 160px;
        padding: 10px;
        margin-left: 0px;
        border-bottom: 1px solid #dddd;
		border-right: none !important;
		font-size: 12px;
	}
	header#site-header section#top_full_bar #logo-bar .head_search form.search-form input {
		padding: 20px 15px;
		width: 85%;
	}
	header#site-header section#top_full_bar #logo-bar .head_search form.search-form button {
		right: 5px;
		width: 35px;
		top: 70%;
    	transform: translate(0%, -45%);
		padding: 10px;
	}
	/* Fix Ultimate Sale text overlapping on mobile */
	section#ultimate_sale_sec .ultimate_sale_cnt h2 {
		font-size: 70px;
		letter-spacing: 2px;
	}
	section#ultimate_sale_sec .ultimate_sale_cnt h1 {
		font-size: 50px;
		letter-spacing: 0px;
	}

}
@media(max-width:360px) {
	section#about_sec .abt_head h2 {
		font-size: 24px !important;
	}
	section#all_categories h3 {
		font-size: 30px !important;
	}
	section#all_categories .full_cat_slider .cat_sld_arrow i {
		font-size: 16px;
	}
	.footer_details a {
		font-size: 15px;
	}
	.footer_logo img {
		max-width: 250px;
	}
	header#site-header section#top_full_bar #logo-bar .head_shop a {
		font-size: 25px;
	}
	header#site-header section#top_full_bar #logo-bar .logo img {
		max-width: 130px;
	}
	header#site-header section#top_full_bar #logo-bar .logo {
		min-width: 160px;
	}
	section#about_sec .abt_cnt .abt_more_btn .abt_skew a {
		padding: 18px 41px;
	}
	header#site-header section#top_full_bar #top-bar .head_social span, header#site-header section#top_full_bar #top-bar .head_social a {
		margin: 0px !important;
	}
	section#featured_brand_sec .brand_more_btn .brand_skew a {
		padding: 20px 25px;
	}
	section#shop_now_sec .each_shop_sec.shop_sec1 {
		padding: 25px;
	}
	section#shop_now_sec .each_shop_sec.shop_sec2 {
		padding: 25px;
	}
	section#support_sec .supp_full_cnt h3 {
		font-size: 40px;
	}
	section#support_sec .supp_full_cnt a.supp_link {
		font-size: 14px;
	}
	section#ultimate_sale_sec .ultimate_sale_cnt a {
		padding: 20px 45px;
	}
	/* Further reduce Ultimate Sale text for very small phones */
	section#ultimate_sale_sec .ultimate_sale_cnt h2 {
		font-size: 55px;
		letter-spacing: 1px;
	}
	section#ultimate_sale_sec .ultimate_sale_cnt h1 {
		font-size: 40px;
		letter-spacing: 0px;
	}
	section#seller_sec .oem_access .seller_oem_wrap a.shop_now {
		padding: 12px 30px;
	}
	section#marque_sec .full_scroll_text h1 {
		font-size: 50px;
	}
	section#subscribe_sec .subs_logo img {
		max-width: 80px;
	}

}

/* Mobile Product Listing - Clean 2 Column Layout */
@media (max-width: 767px) {
    /* Force 2-column grid on mobile */
    #productsList > div[class*="col-"] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 6px !important;
        margin-bottom: 12px;
    }

    /* Compact card styling */
    .product-card {
        border: none !important;
        border-radius: 12px !important;
        overflow: hidden;
        background: #fff !important;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    }

    .product-card:active {
        box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
    }

    /* Image container - fixed aspect ratio */
    .product-image-wrapper {
        position: relative;
        padding-top: 100% !important;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
        overflow: hidden;
        border-bottom: 1px solid #f0f0f0;
    }

    .product-image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 85% !important;
        max-height: 85% !important;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .product-image-wrapper .product-logo {
        opacity: 0.25;
        max-width: 65%;
        max-height: 65%;
    }

    /* Product info - minimal padding */
    .product-info {
        padding: 10px !important;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* Product name - 2 lines max with ellipsis */
    .product-card .product-name,
    .product-name {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        font-weight: 600 !important;
        color: #2c3e50 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        min-height: 36px !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .product-card .product-name a,
    .product-name a {
        color: #2c3e50 !important;
        text-decoration: none !important;
        transition: color 0.2s ease;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .product-card:active .product-name a {
        color: #E13124 !important;
    }

    /* Hide SKU on mobile */
    .product-sku {
        display: none !important;
    }

    /* Show price on mobile */
    .product-price {
        display: flex !important;
        margin-top: 8px !important;
        margin-bottom: 0 !important;
        gap: 6px !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }

    .product-price .current-price {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #E13124 !important;
        line-height: 1 !important;
    }

    .product-price .original-price {
        font-size: 12px !important;
        color: #999 !important;
        text-decoration: line-through !important;
        line-height: 1 !important;
    }

    /* Hide button on mobile */
    .view-product-btn {
        display: none !important;
    }

    /* Hide sale badge on mobile for cleaner look */
    .sale-badge {
        display: none !important;
    }

    /* Wishlist icon on mobile */
    .wishlist-icon-btn {
        width: 30px !important;
        height: 30px !important;
        top: 8px !important;
        right: 8px !important;
    }

    .wishlist-icon-btn i {
        font-size: 14px !important;
    }

    .wishlist-icon-btn:hover {
        transform: none !important;
    }

    .wishlist-icon-btn:active {
        transform: scale(0.9) !important;
    }

    /* Hide list/grid view toggle buttons on mobile */
    .view-toggle-buttons {
        display: none !important;
    }

    /* Clean flex layout for products */
    #productsList {
        display: flex !important;
        flex-wrap: wrap !important;
        align-content: flex-start !important;
        margin: 0 -6px !important;
    }

    /* Make entire card clickable area */
    .product-card .product-image-wrapper .product-link,
    .product-card .product-info .product-name a {
        display: block;
    }

    /* Filters sidebar - keep visible but adjust layout on mobile */
    .filters-sidebar-enhanced {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        max-height: none !important;
        margin-bottom: 1rem;
        width: 100% !important;
    }

    /* Loading states */
    .lazy-image {
        filter: blur(5px);
        transition: filter 0.3s ease;
    }

    .lazy-image.loaded {
        filter: blur(0);
    }

    /* Pagination hidden on mobile */
    .pagination-wrapper {
        display: none !important;
    }

    /* Infinite scroll indicators */
    #infinite-scroll-loader {
        width: 100%;
    }

    #infinite-scroll-loader .spinner-border {
        width: 30px;
        height: 30px;
        border-width: 3px;
        color: #ff9900;
    }
}

/* Very small phones - single column with larger cards */
@media (max-width: 360px) {
    #productsList > div[class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .product-image-wrapper {
        padding-top: 75% !important;
    }

    .product-name {
        font-size: 14px !important;
        -webkit-line-clamp: 3 !important;
        min-height: 54px !important;
    }
}