
/*
Theme Name: Richmond Wheel and Castor
Author: Emote Digital
Version: 1.0.0
License: COMMERCIAL
Description: Theme developed for Richmond Wheel and Castor

This file is autogenrated by Gulp.theme, do not edit directly.
*/

@media(max-width:767px){
    .login-section {
        padding-left: 0.9375rem !Important;
        padding-right: 0.9375rem !Important;
    }
}

@media(max-width:767px){
    .usps {
        display: none !important;
    }
}

.commentvalie {
    display: none;
}

.removecl {
    color: #c61b21;
}

.removecl a {
    font-weight: 600;
}

body.single-product .cart{
    border-bottom:none;	
}
.product__add.online.quote {
    padding-bottom: 1.5rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #D8D8D8;
}

/* 
* New Style
*/
p.product__online.international {
	font-size: 10px;
	font-weight: 500;
	width: 125px;
	text-align: center;
	line-height: 1;
}
p.product__online.international img {
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.product-cat-content {
	display: flex;
	align-items: center;
	gap: 40px;
}
section.product-category-banner {
	background-color: #FFE501;
	overflow: hidden;
}
.product-cat-thumb {
	flex: 0 0 390px;
	margin-left: 4px;
	position: relative;
}
.product-cat-title {
	flex: 0 0 300px;
}
.product-cat-title h1 {
	font-size: 42px;
	font-weight: 900;
	color: #DC1F24;
	line-height: normal;
	letter-spacing: -0.84px;
}
.product-cat-thumb img {
	width: 100%;
}
.product-cat-thumb::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background: linear-gradient(270deg, #FFE501 0%, rgba(0, 0, 0, 0.00) 100%);
}
.p_cat_gallery {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.p_cat_gallery img {
	display: none;
}
.p_cat_gallery img:first-child {
	display: block;
}
section.product-subcategory {
    padding: 32px 0;
}
section.product-subcategory .breadcrumb {
	font-weight: 500;
	font-family: 'Montserrat';
	line-height: normal;
	letter-spacing: -0.24px;
	margin-bottom: 32px;
}
section.product-subcategory .breadcrumb:last-child {
    margin-bottom: 0;
}
.subcategory-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	gap: 18px;
}
.single-subcategory-item {
	font-family: 'Montserrat';
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 8px 8px 8px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.single-subcategory-item .category-name-link {
	flex: 0 0 auto;
	max-width: 170px;
	min-width: 100px;
	display: flex;
	gap: 20px;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding: 8px 0;
}
.single-subcategory-item .category-name-link h4 {
	font-size: 23px;
	font-weight: 900;
	line-height: normal;
	letter-spacing: -0.46px;
	color: #343434;
}
.single-subcategory-item .category-name-link a {
	font-size: 12px;
	font-weight: 500;
	color: #DC1F24;
	letter-spacing: -0.24px;
	line-height: normal;
	text-decoration: underline;
}
.single-subcategory-item .category-name-link a:hover {
	font-weight: 700;
}
section.product-tabs-section {
	padding: 32px 0 64px;
	background: linear-gradient(180deg, rgba(255,229,1,1) 62%, rgba(255,255,255,1) 62%);
	overflow: hidden;
	position: static;
	max-height: 540px;
}
.loading-shell {
    background: #fff9d6;
    padding: 2rem;
    border-radius: 8px;
    min-height: 220px;
}
div#product-tabs-content {
    position: relative;
}
#product-tabs-content.ui-block::before {
	content: '';
	display: block;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid rgba(255,229,1,1);
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	z-index: 9;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#product-tabs-content.ui-block::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #fff9d6;
}
ul.product-tab-nav {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 19px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.38px;
	margin-bottom: 24px;
}
ul.product-tab-nav li a.active {
	color: #DC1F24;
	font-weight: 700;
}
.tab-product-slider {
	margin: 0 -6px;
}
.tab-product-slider > .slick-list {
	overflow: visible;
}
.product-slider-item {
	position: relative;
	padding: 15px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	max-width: 230px;
	margin: 0 6px;
	min-height: 390px;
	display: flex;
	flex-direction: column;
}
.product-slider-item .product-label {
	position: absolute;
	top: 12px;
	right: 9px;
	z-index: 10;
}
.product-gallery-slider {
	height: 170px;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
}
.product-gallery-slider img {
	max-height: 170px;
	width: auto;
	margin: 0 auto;
}
.tab-product-view_all .product-gallery-slider img {
	max-height: 170px;
	width: auto;
	margin: 0 auto;
}
.product-gallery-slider > button.slick-prev {
	position: absolute;
	left: 0;
	z-index: 9;
}
.product-gallery-slider > button.slick-next {
	position: absolute;
	right: 0;
	z-index: 9;
}
.product-gallery-slider > button.slick-prev::before, .product-gallery-slider > button.slick-next::before {
	position: absolute;
	inset: 0;
	color: #D9D9D9;
	font-size: 20px;
}
.product-title-content {
	line-height: 17px;
	height: 70px;
	overflow: hidden;
	margin-bottom: 14px;
}
.product-sku span {
	font-size: 10px;
	font-weight: 600;
	line-height: 17px;
	color: #DC1F24;
	letter-spacing: -0.2px;
}
.product-title-content .product-title h6 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #000;
}
.product-pricing-html {
	text-align: center;
	line-height: 17px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.36px;
}
.product-pricing-html small {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: -0.2px;
}
.product-slider-item .addToCart {
	padding: 11px 22px;
	text-align: center;
	display: block;
	border: 2px solid #DC1F24;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #DC1F24;
	margin-top: auto;
}
.product-slider-item .addToCart:hover {
	background: #DC1F24;
	color: #fff;
}
.product-cat-desc {
    color: #343434;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    padding: 24px 0;
}
.product-cat-desc a {
	font-weight: 700;
	text-decoration: underline;
	color: #ff2a13;
}
.product-cat-desc strong {
    display: block;
    font-size: 16px;
    margin-top: 16px;
    font-weight: 700;
    padding-left: 24px;
    border-left: 5px solid #DC1F24;
    font-style: italic;
}

.product-cat-desc .cat-description strong
 {
    display: block;
    font-size: 16px;
    margin-top: 16px;
    font-weight: 700;
    padding-left: 24px;
    border-left: 5px solid #DC1F24;
    font-style: italic;
}
.product-cat-desc > :is(strong, em):first-child {
    margin-bottom: 16px;
    margin-top: 0;
}
.product-cat-desc > :is(strong, em):last-child a {
	text-decoration: none;
}

@media screen and (max-width: 1199px) {
	.subcategory-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.product-cat-content {
		flex-wrap: wrap;
		gap: 16px;
	}
	.product-cat-content > * {
		flex: 1;
	}
	.product-cat-desc {
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 991px) {
	.subcategory-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.subcategory-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	ul.product-tab-nav {
		gap: 12px;
		font-size: 16px;
	}
	.product-cat-content {
		flex-direction: column;
		gap: 24px;
	}
	.product-cat-desc {
		padding: 8px 0 32px;
	}
}




/*check*/

/*
.newslatter_main_content {
    justify-content: center;
}

@media and (max-width: 1640px) {
.menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>.header-menu>li>a, .menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>ul#menu-main-services-1>li:last-child a, ul#menu-our-range a.Product_Name_li {
    padding: 0 70px;
    font-size: 15px !important;
}
ul#menu-main-services-1 {
    gap: 0;
    width: max-content;
}
.menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list {
    justify-content: flex-start;
}
.toggle_home_menu a {
    margin-right: 0;
}
}



@media  and (max-width: 1341px) {
	ul#menu-main-services-1 {
    justify-content: flex-start !important;
}
.toggle_home_menu a {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.main_header_class .container:has(.menu_home_destop_bjbh) {
    margin: 0;
}
.header_menu_right_part a, .my_account_hfjh {
    gap: 6px;
}
.menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>.header-menu>li>a, .menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>ul#menu-main-services-1>li:last-child a, ul#menu-our-range a.Product_Name_li {
    padding: 0 30px !important;
    font-size: 18px !important;
}
.header_menu_right_part a {
    font-size: 12px !important;
}
.main_header_class .header_menu_right_part {
    gap: 10px;
}
.main_header_class .header_menu_class {
    gap: 0px;
}

.main_header_class .header_menu_rger {
    padding: 10px 10px;
}
html, body {
    overflow-x: hidden;
}
}


@media (max-width: 1341px)  {
.footer_main_class .container, section.newslatter_main_div_fwh .container, section.product-category-banner .container, section.product-subcategory .container {
    padding-left: 20px;
    padding-right: 20px;
}
}

*/

@media (max-width: 767px)  {
body section.product-tabs-section .product-slider-item a.addToCart {
    background: #DC1E24 !important;
    color: #fff !important;
}
section.product-tabs-section {
    padding-bottom: 30px;
}
}




