/*
	HOMEPAGE FIX 12122023
*/


.category_section {
    margin-top: -85px!important;
}

/* dynamic seo buttons */
.themeDynamicSeoButtonList {
	list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    .themeDynamicSeoButtonList {
    	gap: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .themeDynamicSeoButtonList {
    	grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .themeDynamicSeoButtonList {
    	grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
}

@media screen and (max-width: 425px) {
    .themeDynamicSeoButtonList {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeDynamicSeoButtonList a {
	background-color: var(--themeColor);
    color: #000;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border: 1px solid var(--themeColor);
    border-radius: 4px;
}

.themeDynamicSeoButtonList a:hover,
.themeDynamicSeoButtonList a:focus {
	color: var(--themeColor);
    background-color: #fff;
}



/*
	FONTS
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700&display=swap');

/*
	KEYFRAMES
*/

@keyframes top-bottom {
  from {
    transform: translateY(-100px);;
  }
  to {
    transform: translateY(0px);;
  }
}
.page-builder-layout-section.text-color-dark.main_header_logo.wide-content.desktop-only {
    background-color: white;
}

/*
	GLOBAL CSS
*/
:root {
    --black: #000;
    --themeColor: #fcd404;
}

body, html {
	font-family: font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif !important;
}

a:hover, a:focus {
    color: var(--themeColor) !important;
	text-decoration: none;
}

.d-none {
	display: none !important;
}

.container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.theme_title {
	margin-bottom: 40px;
}

.theme_title h3 {
	font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

@media screen and (max-width: 840px) {
    .theme_title h3 {
    	font-size: 22px;
    }
}

.theme_title h3 span {
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.page-content {
    	margin-top: 110px;
    }
}

.padding_section {
	padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.padding_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.margin_section {
    margin-bottom: 100px;
}

/*
	review link
*/
.trim_review_link a {
	font-size: 18px;
    color: #000;
    font-weight: 700;
}

@media screen and (max-width: 1250px) {
    .trim_review_link a {
    	font-size: 14px;
    }
}

/*
	THEMES
*/
.theme_dynamic_seo_page .search-listing-module .catalog-product .product-image-col>a img {
	max-height: 100%;
    max-width: 100%;
    /*width: 100%;*/
    object-fit: cover;
}

.product-fitment-confirmation-module .product-fitment.does-not-fit {
	color: var(--themeColor);
}

.product-fitment-confirmation-module .product-fitment .fitment-text {
	color: #000;
}

.product-fitment-confirmation-module .browse-fitting-products .add-suggested-to-cart .action-button {
    background-color: transparent;
    border: 1px solid var(--themeColor) !important;
    border-radius: 17px;
    color: var(--themeColor) !important;
}

html body .action-button.place-order-button {
	background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
}

html body .action-button.place-order-button:hover, html body .action-button.place-order-button:focus {
	background-color: #fff;
    color: var(--themeColor);
}

.button {
    background: var(--themeColor) !important;
    color: #000 !important;
    text-shadow: none;
    border: 0 !important;
    font-weight: 500;
}

.button:active, .button:hover {
	text-shadow: none;
    color: #fff !important;
}

#action_account .account.flyout #account_login .button {
	color: #fff !important;
}

.page-subheader-module,
.product-breadcrumbs-module {
	padding: 15px 0;
}

.page-subheader-module .left-content,
.page-subheader-component .left-content {
	padding-bottom: 0;
}

.page-bread-crumbs {
	display: flex;
    align-items: center;
    grid-gap: 15px;
}

.page-bread-crumbs a {
	font-size: 14px;
    color: #000;
}
	
.page-bread-crumbs a.tail {
	font-weight: 700;
    color: var(--themeColor) !important;
}

.search-filters-module {
	border: 0 !important;
    background: #FFFFFF;
    box-shadow: 0px 1.07113px 2.14227px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
}

@media screen and (max-width: 767px) {
    .search-filters-module {
    	margin-bottom: 30px;
    }
}

.search-filters-module strong {
	text-transform: capitalize;
    font-size: 18px !important;
    margin-bottom: 15px;
}

.search-filters-module .refine-select {
	border: 1px solid #DDDDDD !important;
	border-radius: 3px;
    color: #000 !important;
    font-size: 14px;
}

.search-filters-module .refine-reset {
	background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
    font-size: 16px;
    width: 100%;
    padding: 8px 10px;
}

.search-filters-module .refine-reset:hover, .search-filters-module .refine-reset:focus {
	background-color: #fff;
    color: var(--themeColor);
}

.page-builder-layout-module {
	margin-top: 0 !important;
}

.search-listing-module .catalog-product .product-purchase-button .place-order-button {
	background-color: var(--themeColor) !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 10px 10px 10px 35px !important;
}

.theme_dynamic_seo_page .search-listing-module .catalog-product .product-purchase-button {
	text-align: center;
}

.search-listing-module .catalog-product .product-purchase-button .place-order-button:hover {
	color: #fff !important;
}

.search-listing-module .catalog-product .product-purchase-button .place-order-button::before {
	content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(https://rparts-sites.s3.amazonaws.com/fe24ce93d3a277b22a53498fdd0aad51/design/icons/cart.svg);
    background-size: contain;
    width: 17px;
    height: 17px;
    filter: invert(1);
}

.search-listing-module .catalog-product {
	border: 0 !important;
    /*padding: 20px 20px;*/
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
    /*grid-gap: 20px;*/
    border-radius: 3px;
}

@media screen and (max-width: 767px) {
    .search-listing-module .catalog-product {
    	flex-direction: column;
    }
}

.search-listing-module .catalog-product .product-details-col {
	flex: 1;
}

.theme_dynamic_seo_page .search-listing-module .catalog-product .product-details-col {
	display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

.theme_dynamic_seo_page .catalog-product:after {
	display: none;
}

html body .theme_dynamic_seo_page .action-button.place-order-button svg {
	display: none;
}

.theme_dynamic_seo_page .search-listing-module .catalog-product .product-details-col .col-sm-4 {
	margin-block-start: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-listing-module .catalog-product .product-details-col,
.search-listing-module .catalog-product .add-to-cart-col {
	padding: 0;
    width: auto;
}

.search-listing-module .catalog-product:last-child {
	margin-bottom: 0 !important;
}

.search-listing-module .catalog-product .product-more-info {
    font-size: 16px;
    font-weight: 400;
    color: #6B6B6B;
}

.search-listing-module .catalog-product .product-details-col .product-title {
	font-size: 18px;
}

.search-listing-module .catalog-product .product-details-col .product-title a {
	color: #000;
}

.search-listing-module .catalog-product .product-partnum-category .catalog-product-id a {
	color: var(--themeColor);
}

.search-listing-module .catalog-product .list-price {
	font-size: 18px;
    margin-bottom: 10px;
}

.search-listing-module .catalog-product .sale-price {
	font-size: 30px;
    font-weight: 700;
    color: #20BC26;
    
}

.search-listing-module .search-pagination,
.search-pagination {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .search-pagination {
    	margin-bottom: 30px;
    }
}

.search-listing-module .search-pagination .pagination-label {
	display: none;
}

.search-listing-module .search-pagination ul.paginator,
.search-pagination ul.paginator {
	margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    list-style: none;
}

.search-listing-module .search-pagination a,
.search-pagination a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 16px;
    border: 1px solid #B4B4B4;
    color: #B4B4B4;
    text-decoration: none;
}

.search-listing-module .search-pagination a:hover, .search-listing-module .search-pagination a:focus,
.search-pagination a:hover, .search-pagination a:focus {
	color: var(--themeColor) !important;
    background-color: #fff !important;
}

@media screen and (max-width: 767px) {
    .search-listing-module .search-pagination a,
    .search-pagination a {
    	width: 40px;
    	height: 40px;
    }
}

.search-listing-module .search-pagination a.active,
.search-pagination a.active {
	color: #fff;
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
}

.product-right, .product-left {
	padding: 30px 30px;
    background-color: #fff;
    height: auto !important;
}

.product-title-module {
	padding-top: 0;
}

.product-purchase-module .purchase-box .product-price .list-label, .product-purchase-module .purchase-box .product-price label {
	font-size: 18px;
}

.product-page-layout ul.field-list li .list-value {
	font-size: 18px;
}

.product-page-layout ul.field-list li .list-label, .product-page-layout ul.field-list li label {
	font-size: 18px;
}

.product_details_section {
	margin-bottom: 50px;
}

.product-tab-nav-module .tab-nav-wrap {
	margin-bottom: 0;
    padding-top: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.product-tab-nav-module .tab-nav-wrap li {
	padding-right: 0;
}

.product-tab-nav-module .tab-nav-wrap li a {
	border-bottom: 0;
    padding: 20px 20px;
    background-color: #E7E7E7;
    font-size: 16px;
    color: #969696 !important;
    border-top: 2px solid transparent;
}

.product-tab-nav-module .tab-nav-wrap li.tab-active a {
	background-color: #fff;
    color: #000 !important;
    border-top: 2px solid var(--themeColor);
}

.theme_tab_wrapper .page-builder-layout-module {
	background-color: #fff;
    padding: 30px 30px;
}

.theme_tab_wrapper .product-badges-module .product-badges {
	margin: 0 0;
}

.product-recommended-module .product-recommendations .recommendation-name {
	color: var(--themeColor);
}

.product-recommended-module .product-recommendations .recommendation:hover .recommendation-name {
	color: #000;
    text-decoration: none;
}

.product-selected-dealer .find-dealer-button {
	display: none;
}

.product-details-col .product-prices {
	margin-top: 10px;
}

/*
	MAIN HEADER
*/
.search_mobile_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateY(-200px);
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .search_mobile_wrapper {
    	top: 32px;
    }
}

.search_mobile_wrapper .garage-component.svg-icons .garage-icon {
	display: none;
}

.search_mobile_wrapper.openSearch {
	transform: translateY(80px);
}

.search_mobile_wrapper .page-builder-layout-column-wrap {
	background-color: #fff;
    padding: 30px 30px;
    box-shadow: 0px 15px 10px rgba(0,0,0,0.2);
}

.search_mobile_wrapper .button-start-search {
	background-color: var(--themeColor);
}

.search_mobile_wrapper .car-selected-module {
	text-align: center;
}

.search_mobile_wrapper .page-builder-layout-module:first-child {
	margin-bottom: 30px;
}

.mobile_search .fa {
	font-size: 30px;
    padding: 10px 10px;
}

.mobile_search svg {
	width: 30px;
    height: 30px;
}

.mobile_search {
	position: relative;
    top: -4px;
}

.main_header_top {
	background-color: #333;
    padding: 10px 0;
}

.main_header_top .links-list {
	display: flex !important;
    align-items: center;
}

.main_header_top .links-list li {
	margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
    line-height: 10px;
}

.main_header_top .links-list li:last-child {
	margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.main_header_top .links-list a {
	color: #fff;
    text-transform: uppercase;
}

.main_header_top .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_header_logo .contact-us-module {
	padding-top: 0;
    padding-bottom: 0;
}

.main_header_logo .contact-us-module span {
	margin-right: 0 !important;
    color: #fff;
    font-size: 18px;
}

.main_header_logo .contact-message strong {
	font-weight: 300;
}

.main_header_logo .contact-message {
	position: relative;
    padding-left: 30px;
}

.main_header_logo .contact-message::before {
	content: "";
    background-image: url(https://rparts-sites.s3.amazonaws.com/fe24ce93d3a277b22a53498fdd0aad51/design/icons/hotline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
}

.main_header_logo .account-login-module .design-text {
	display: none !important;
}

.main_header_logo .your-account {
	background-color: transparent !important;
    color: #000 !important;
    font-size: 18px !important;
    border: 0 !important;
    font-weight: 700 !important;
    position: relative;
    padding-left: 30px !important;
    padding-right: 0 !important;
    outline: none;
}

@media screen and (max-width: 1250px) {
    .main_header_logo .your-account {
    	font-size: 14px !important;
    }
}

@media screen and (max-width: 1100px) {
    .main_header_logo .your-account {
    	width: 25px;
        height: 25px;
        overflow: hidden;
        background-color: #fff !important;
    }
}

.main_header_logo .your-account:hover {
	color: var(--themeColor) !important;
}

.main_header_logo .your-account::before {
	content: "";
    background-image: url(https://rparts-sites.s3.amazonaws.com/fe24ce93d3a277b22a53498fdd0aad51/design/icons/user.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    filter: invert(1);
}

.main_header_logo .your-account .fa {
	display: none;
}

.main_header_logo #action_account {
	width: auto !important;
    padding-left: 0 !important;
}

.main_header_logo {
	padding: 15px 0;
}

header.container-header.sticky .main_header_logo {
    position: fixed;
    left: 0;
    right: 0;
    top: 00;
    z-index: 101;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
    animation: top-bottom .5s;
}

header.container-header.sticky .main_header_logo .hidden_hamburger {
	display: block;
}

.main_header_logo .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 1100px) {
    .main_header_logo .page-builder-layout-column-wrap {
    	gap: 10px;
    }
}

.main_header_logo .garage-text {
	padding: 10px 10px 10px 70px;
    margin-left: 0 !important;
    border: 1px solid #A1A1A1;
    border-radius: 3px;
    height: 48px;
    display: inline-block;
    position: relative;
    top: -6px;
}

@media screen and (max-width: 850px) {
    .main_header_logo .garage-text {
    	padding: 10px 10px 10px 40px;
    }
}

.main_header_logo .garage-text::before {
	content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    background-image: url('https://rparts-sites.s3.amazonaws.com/fe24ce93d3a277b22a53498fdd0aad51/design/icons/Car.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: auto;
}

.main_header_logo .garage-icon {
	display: none !important;
}

.main_header_logo .image-logo {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.main_header_logo .page-builder-layout-module:nth-child(4) {
	flex: 1;
}

/*.main_header_logo .hidden_hamburger {
	display: none;
}*/

/*.main_header_logo .search-bar-module {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}*/

.main_header_logo .button-start-search {
	background-color: var(--themeColor);
    color: var(--black);
}

.main_header_logo .main-search-wrapper input {
	border: 1px solid #A1A1A1;
    height: 48px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.main_header_logo .main-search-wrapper input::placeholder {
	font-size: 18px;
}

.main_header_logo .cart-button {
	padding: 0;
    color: var(--black);
    background-color: transparent;
}

.main_header_logo .cart-component .cart-button .cart-text {
	font-size: 18px;
    text-transform: capitalize;
}

@media screen and (max-width: 1250px) {
    .main_header_logo .cart-component .cart-button .cart-text {
    	font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    .main_header_logo .cart-component .cart-button .cart-text {
    	display: none;
    }
    .main_header_logo .cart-component {
    	min-width: auto;
    }
}

.main_header_logo .cart-icon .fa {
	display: none;
}

.main_header_logo .cart-wrapper {
    display: flex;
    align-items: center;
}

.main_header_logo .cart_icon {
	margin-right: 10px;
}

.main_header_logo .cart_icon img {
	width: 25px;
}

.main_header_logo .cart-items {
	background-color: var(--themeColor) !important;
    color: #fff !important;
    left: 18px !important;
    font-size: 12px !important;
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.main_header_nav {
	background-color: #C8C8C8;
    border-top: 1px solid #F2F2F2;
}

.desk_hamburger_menu_wrapper {
	display: inline-block;
}

.desk_hamburger_menu_span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.desk_hamburger_menu_span img {
    width: 30px;
    filter: invert(1);
}

.main_header_nav .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_header_nav .links-list {
	display: flex !important;
    align-items: center;
}

.main_header_nav .links-list li {
	margin-right: 30px;
}

.main_header_nav .links-list li:last-child {
	margin-right: 0;
}

.main_header_nav .links-list a {
	color: var(--black);
    text-transform: uppercase;
}

.theme_mobile_header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 15px 10px rgba(0,0,0,0.2);
}

.theme_mobile_header .container-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.theme_mobile_header .page-builder-layout-row:nth-child(2) {
	flex: 1;
}*/

.theme_mobile_header .container-wrap:after {
	display: none;
}

.theme_mobile_header .page-builder-layout-row {
	margin-top: 0 !important;
}

.theme_mobile_header .page-builder-layout-row:nth-child(2) .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    grid-gap: 25px;
    justify-content: flex-end;
}

.theme_mobile_header .cart-icon .fa,
.theme_mobile_header .cart-text {
	display: none;
}

.theme_mobile_header .cart-button {
	padding: 0;
    background-color: transparent;
    height: 30px;
    position: relative;
    top: -4px;
}

.theme_mobile_header .cart-component {
	min-width: auto;
}

.theme_mobile_header .cart-items {
    background-color: var(--themeColor) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    width: 17px;
    height: 17px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.theme_mobile_header .desk_hamburger_menu_span {
	padding: 0;
    background-color: transparent;
}

.theme_mobile_header .desk_hamburger_menu_span img {
    filter: invert(1);
    width: 35px;
    margin-right: 0;
}

/*
	SLIDER
*/
.main_slider_section {
	position: relative;
}

.main_slider_section .main--slider-bg img {
	height: 650px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .main_slider_section .main--slider-bg img {
    	height: 450px;
    }
}

.main_slider_section .page-builder-layout-module {
	margin-top: 0 !important;
}

.main_slider_section .vehicle-picker-module {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background-color: rgba(0,0,0,0.5);
}

.main_slider_section .header-text {
	display: block !important;
    font-size: 30px !important;
    color: #fff;
    margin-bottom: 30px !important;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .main_slider_section .header-text {
    	font-size: 30px !important;
        margin-bottom: 20px !important;
    }
}

.main_slider_section .header-text:after {
	content: "Shop a full line of products to blackout or chrome your ride's trim.";
    display: block;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: normal;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .main_slider_section .header-text:after {
    	font-size: 18px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 710px) {
    .main_slider_section .vehicle-drop-down-component .container-vehicle-dd-module_29 {
    	display: flex;
        flex-direction: column;
    }
}

.main_slider_section .vpicker_buttons {
	margin-left: 0 !important;
    counter-reset: section;
}

.main_slider_section .vpicker_button {
	font-size: 18px !important;
    padding: 12px 10px 12px 40px !important;
    text-align: left;
}

@media screen and (max-width: 710px) {
    .main_slider_section .vpicker_button {
        background-color: rgba(255,255,255,0.9) !important;
    }
}

.main_slider_section .vpicker_button::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.main_slider_section .vpicker_button .dropdown {
	top: 10px !important;
}

.main_slider_section .vpicker-submit {
    background-color: var(--themeColor);
    color: var(--black);
    width: 160px !important;
    padding: 13px 10px !important;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

@media screen and (max-width: 710px) {
    .main_slider_section .vpicker-submit {
    	margin-left: 0 !important;
        width: 100% !important;
    }
}

.main_slider_section .vpicker-submit:hover {
	background-color: #fff;
    color: #000 !important;
}

.client_section {
	padding: 40px 0;
}

.theme_client_slider_img img {
	width: 120px !important;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

/*
	THEME ADS
*/
.theme_ad_section {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .theme_ad_section .col-md-6:first-child {
    	margin-bottom: 30px;
    }
}

.theme_ad_wrapper {
	position: relative;
    cursor: pointer;
}

.theme_ad_wrapper:hover .theme_ad_img img {
	transform: translate3d(0, 0, 0) scale(1);
}

.theme_ad_wrapper_02 .theme_ad_price {
	display: inline-block;
}

.theme_ad_img {
	overflow: hidden;
    z-index: 1;
}

.theme_ad_img img {
	transform: translate3d(-18px, 0, 0) scale(1.1);
    transition: all .3s ease-in-out;
    backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
    .theme_ad_img img {
    	width: 100%;
        height: 300px;
    	object-fit: cover;
    }
}

@media screen and (max-width: 500px) {
    .theme_ad_img img {
        height: 200px;
    }
}

.theme_ad_wrapper_02 .theme_ad_price span {
	display: block;
    margin-left: 0;
    font-size: 18px;
}

.theme_ad_content {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1100px) {
    .theme_ad_content {
    	padding: 10px 10px;
    }
}

.theme_ad_title {
	color: #fff;
    margin-bottom: 20px;
}

.theme_ad_title small {
	letter-spacing: 0.395em;
    font-size: 22px;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .theme_ad_title small {
    	font-size: 16px;
    }
}

.theme_ad_title h3 {
	letter-spacing: 0.08em;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .theme_ad_title h3 {
    	font-size: 22px;
    }
}

.theme_ad_price {
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.theme_ad_price span {
	font-size: 30px;
    font-weight: 600;
    color: var(--themeColor);
    margin-left: 15px;
}

.theme_ad_wrapper .theme_button {
	margin-block-start: auto;
}

.theme_button a {
	display: inline-block;
    padding: 10px 10px;
    border-radius: 3px;
    background-color: var(--themeColor);
    color: var(--black);
    font-weight: 400;
    width: 140px;
    text-align: center;
    border: 1px solid var(--themeColor);
}

.theme_button a:hover {
	color: #000 !important;
    background-color: #fff;
}

/*
	THEME POPULAR CATEGORIES
*/
.theme_popular_categories {
	padding-top: 40px;
    padding-bottom: 80px;
}

.theme_popular_categories_list {
	list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
    grid-gap: 30px;
}

@media screen and (max-width: 1120px) {
    .theme_popular_categories_list {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .theme_popular_categories_list {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_popular_categories_list_img {
	text-align: center;
}

.theme_popular_categories_list_img img {
	width: 200px !important;
}

.theme_popular_categories_list_box {
    background-color: #fff;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    align-items: center;
    padding: 15px 10px;
    height: 100%;
}

.theme_popular_categories_items_list {
	list-style: none;
    margin-bottom: 25px;
}

.theme_popular_categories_items_list li {
	margin-bottom: 5px;
}

.theme_popular_categories_items_list li:last-child {
	margin-bottom: 0;
}

.theme_popular_categories_list_content h4 {
	font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.theme_popular_categories_items_list a {
	color: #000;
    font-weight: 500;
}

.theme_popular_categories_link {
	color: var(--themeColor);
}

/*
	PRODUCT SALE
*/
.theme_sale_product {
	background-color: #000;
    padding: 40px 0;
}

.theme_sale_product_slider_wrapper {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 30px;
}

@media screen and (max-width: 767px) {
    .theme_sale_product_slider_wrapper {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_sale_product_slider_item_reverse .theme_sale_product_slider_wrapper {
	flex-direction: row-reverse;
}

.theme_sale_product_slider_content h3 {
	font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.185em;
    margin-bottom: 20px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .theme_sale_product_slider_content h3 {
    	font-size: 22px;
    }
}

.theme_sale_product_slider_content p {
	color: #fff;
    font-weight: 400;
    letter-spacing: 0.185em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.theme_sale_product_slider_img img {
	max-width: 500px !important;
    width: 100% !important;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .theme_sale_product_slider_img img {
    	max-width: 200px !important;
    }
}

.theme_countdown {
	margin-bottom: 50px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 500px;
    width: 100%;
}

.theme_countdown li {
	color: #fff;
}

.theme_countdown li span {
	text-transform: uppercase;
    font-weight: 400;
}

.theme_number {
	display: block;
    color: var(--themeColor);
    font-weight: 600 !important;
    letter-spacing: 0.185em;
    font-size: 40px;
}

/*
	WHAT WE OFFER
*/
.theme_offer_section {
	padding: 60px 0;
}

.theme_offer_section .page-builder-layout-module {
	margin-top: 0 !important;
}

.theme_offer_wrapper .theme_title {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #C9C9C9;
}

@media screen and (max-width: 630px) {
    .theme_offer_wrapper .theme_title {
    	display: block;
    }
}

.theme_title_tab_list {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

@media screen and (max-width: 630px) {
    .theme_title_tab_list {
        grid-gap: 20px;
        justify-content: center;
        margin-top: 20px;
    }
}

.theme_title_tab_list li.active a {
	color: #000;
    border-bottom: 2px solid var(--themeColor);
}

.theme_title_tab_list li a {
	font-size: 20px;
    color: #969696;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline-block;
}

@media screen and (max-width: 840px) {
    .theme_title_tab_list li a {
    	font-size: 14px;
    }
}

.theme_title_tab_list li a:hover, .theme_title_tab_list li a:focus {
	color: #000 !important;
}

.theme_tab_slider {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    list-style: none;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .theme_tab_slider {
    	grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .theme_tab_slider {
    	grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

@media screen and (max-width: 500px) {
    .theme_tab_slider {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_tab_content_slider {
	display: none;
}

.theme_tab_slider_card {
	background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    padding: 20px 20px;
    height: 440px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .theme_tab_slider_card {
    	height: auto;
    }
}

.theme_tab_slider_img {
	text-align: center;
    overflow: hidden;
}

.theme_tab_slider_img img {
	width: 200px;
    transition: all .3s ease-in-out;
}

.theme_tab_slider_link {
	color: #000;
}

.theme_tab_slider_link:hover, .theme_tab_slider_link:focus {
	color: #000 !important;
}

.theme_tab_slider_link:hover .theme_tab_slider_img img {
	transform: scale(1.1);
}

.theme_tab_slider_card small {
	font-size: 14px;
    font-weight: 500;
    color: #969696;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
}

.theme_tab_slider_card p {
	font-size: 20px;
}

.theme_tab_slider_price {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-start: auto;
}

.theme_tab_slider_number {
	margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

.theme_tab_slider_cart_icon img {
	width: 20px;
    filter: opacity(0.4);
}

/*
	BLOG
*/
.theme_blog_section {
	margin-bottom: 60px;
}

.theme_blog_wrapper {
	padding: 30px 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
}

.theme_blog_list {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

@media screen and (max-width: 767px) {
    .theme_blog_list {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_blog_list_card {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

@media screen and (max-width: 500px) {
    .theme_blog_list_card {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_blog_list_date {
	font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}

.theme_blog_list_title {
	font-size: 20px;
    color: #000;
    margin-bottom: 12px;
}

.theme_blog_list_content p {
	font-size: 16px;
    font-weight: 400;
    color: #6B6B6B;
}

.theme_blog_list_link:hover .theme_blog_list_img img {
	transform: scale(1.1);
}

.theme_blog_list_link:hover .theme_blog_list_content .theme_button {
	background-color: #fff;
    color: #000;
}

.theme_blog_list_img {
	overflow: hidden;
}

.theme_blog_list_img img {
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 500px) {
    .theme_blog_list_img img {
    	width: 100%;
    }
}

.theme_blog_list_content .theme_button {
	display: inline-block;
    padding: 10px 10px;
    border-radius: 3px;
    background-color: var(--themeColor);
    color: var(--black);
    border: 1px solid var(--themeColor);
    font-weight: 400;
    width: 140px;
    text-align: center;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .blog_list_wrapper {
    	margin-bottom: 40px;
    }
}

.blog_list {
	margin-bottom: 0;
    list-style: none;
}

.blog_list_card {
	background-color: #fff;
}

.blog_list_content {
	padding: 30px 30px;
}

.blog_list_title {
	font-size: 30px;
    font-weight: 500;
}

.blog_list_date {
	display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 20px;
}

.blog_list_date small {
	font-size: 14px;
    text-transform: uppercase;
}

.blog_list_date p {
	margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #FF9900;
}

.blog_list_text {
	font-size: 20px;
    color: #6B6B6B;
    font-weight: 400;
    margin-bottom: 40px;
}

.blog_list_img {
	display: inline-block;
    width: 100%;
}

.blog_list_img img {
	height: 300px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: ) {
    .blog_list_img img {
    	height: 200px;
    }
}

.blog_list_item {
	margin-bottom: 40px
}

.blog_list_item:last-child {
	margin-bottom: 0;
}

/*
	FOOTER
*/
.main_footer {
	background-color: #eff0f0;
    padding: 70px 0;
}

@media screen and (max-width: 767px) {
    .main_footer .block-modules {
    	margin-bottom: 30px
    }
    .main_footer .block-modules:last-child {
    	margin-bottom: 0px
    }
}

.main_footer .store-logo-module {
	margin-bottom: 20px;
}

.main_footer .image-logo {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.main_footer .links-list-module .heading,
.main_footer .newsletter-main-text,
.main_footer .social-links-module .heading {
	color: #000;
    font-size: 25px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block;
    padding-left: 25px;
    position: relative;
}

.main_footer .col-md-3 .heading::before {
	font-family: FontAwesome\ 4;
    font-weight: 400;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
}

.main_footer .col-md-3:nth-child(1) .heading::before {
	content: "\F041";
}

.main_footer .col-md-3:nth-child(2) .heading::before {
	content: "\f095";
}

.main_footer .col-md-3:nth-child(3) .heading::before {
	content: "\f05a";
}

.main_footer .social-links-module .nav_social {
	margin-bottom: 0;
}

.theme_copyright {
	margin-top: 30px;
}

.theme_copyright p {
	text-align: center;
}

.theme_copyright_main {
	margin-bottom: 0;
    font-size: 12px;
}

.theme_footer_socials {
	list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.theme_footer_socials li {
	text-align: center;
}

.theme_footer_socials li a {
	position: relative;
    z-index: 1;
}

.theme_footer_socials li svg {
	font-size: 30px;
}

.theme_footer_socials li:nth-child(1) svg path {
	fill: red;
}

.theme_footer_socials li:nth-child(2) svg path {
	fill: #1877f2;
}

.theme_footer_socials li:nth-child(4) svg path {
    fill: #0077b5;
}

.theme_footer_socials li:nth-child(5) a::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1.8em" viewBox="0 0 448 512"><path fill="red" d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"/></svg>');
    position: absolute;
    top: -11px;
    left: 1px;
    z-index: -1;
}

.theme_footer_ratings {
	list-style: none;
    margin-bottom: 0;
}

.theme_footer_ratings li {
	margin-bottom: 30px;
}

.theme_footer_ratings li:last-child {
	margin-bottom: 0;
}

.checkout_wrapper {
	display: flex;
    border: 2px solid #fff;
    border-radius: 3px;
}

.lock_icons_wrapper {
	background-color: #fff;
    display: flex;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.lock_icons {
	display: flex;
    position: relative;
}

.lock_icons::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path fill="white" d="m196-28 75-324L19-570l332-28 129-306 129 306 332 28-252 218 76 324-285-173L196-28Z"/></svg>');
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lock_icons svg path {
	fill: rgba(74,154,35,.8);
}

.lock_checkout_text p {
	margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
}

.lock_checkout_text small {
	font-size: 18px;
}

.lock_checkout_text {
	padding: 5px 10px;
    width: 100%;
    text-align: center;
}

.footer_info {
	margin-top: 0 !important;
    margin-bottom: 30px;
}

.footer_info .links-list li,
.footer_info .links-list li a {
	color: #000;
    font-weight: 300;
}

.footer_info .links-list li,
.footer_info_list .links-list li,
.footer_info_us .links-list li {
	margin-bottom: 15px;
}

.footer_info .links-list li:last-child,
.footer_info_list .links-list li:last-child,
.footer_info_us .links-list li:last-child {
	margin-bottom: 0;
}

.footer_info_list .links-list a,
.footer_info_us .links-list a {
    font-weight: 300;
    position: relative;
}

.footer_info_us .links-list a {
	padding-left: 15px;
}

.footer_info_us .links-list a::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: var(--themeColor);
    border-radius: 1px;
}

.main_footer .newsletter-main-text {
	position: relative;
}

.main_footer .newsletter-main-text::after {
	content: "Subscribe to our Newsletter and get bonuses for the next purchase";
    display: block;
    color: #ACACAC;
    font-weight: 300;
    font-size: 18px;
    text-transform: initial;
    margin-top: 20px;
}

.main_footer .input-custom {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.main_footer .input-custom .subscribe-email {
	margin: 0 !important;
    border: 1px solid #4c4c4c !important;
    height: 50px;
    width: 67% !important;
    background-color: transparent;
}

.main_footer .input-custom .subscribe-email::placeholder {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}

.main_footer .newsletter-button {
	height: 50px;
    background-color: var(--themeColor) !important;
    color: var(--black) !important;
    font-size: 18px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    position: relative;
    top: 1px;
}

/*
	LEFT PANEL
*/
.left_panel::-webkit-scrollbar {
    width: 4px;
}
 
.left_panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}
 
.left_panel::-webkit-scrollbar-thumb {
  background-color: var(--themeColor);
  outline: 1px solid slategrey;
}

.left_panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999;
    transform: translateX(-1000px);
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .left_panel {
    	width: 85%;
    }
}

.left_panel_close {
    cursor: pointer;
	width: 40px;
    height: 40px;
    position: absolute;
    top: 6px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_panel_child_header {
	display: none;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.left_panel_child_title {
	margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    margin-right: 40px;
}

.left_panel_child_link {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    color: #000;
    font-weight: 400;
}

.left_panel_child_link:hover, .left_panel_child_link:focus {
	color: #E61464;
    text-decoration: none;
}

.left_panel_child_back_button {
	font-size: 16px;
    color: #000;
}

.left_panel_child_list {
	list-style: none;
    margin-bottom: 0;
}

.left_panel_child_back_button:hover {
	text-decoration: none;
    color: #E61464;
}

.left_panel_list {
	margin-bottom: 0;
    list-style: none;
}

.left_panel_list02 {
	margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.left_panel_item {
	margin-bottom: 15px;
}

.left_panel_item:last-child {
	margin-bottom: 0;
}

.openChild .left_panel_item {
	margin-bottom: 0;
}

.left_panel_link {
	display: inline-block;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .left_panel_link {
    	font-size: 16px;
    }
}

.left_panel_link:hover, .left_panel_link:focus {
	text-decoration: none;
    color: #E61464;
}

.left_panel_content_wrapper  h3 {
	font-weight: 600;
}

.left_panel_child_wrapper {
	display: none;
}

.left_panel_close svg path {
	fill: var(--darkBlue);
}

.openChild .left_panel_content_wrapper h3, .openChild .left_panel_link {
	display: none;
}

.left_panel_content_wrapper h3 {
	margin-bottom: 20px;
}

.openChild .left_panel_header .links-list-module {
	display: none;
}

.openChildActive .left_panel_child_wrapper {
	display: block;
    animation: show-from-right .6s ease;
}

.openChild .left_panel_header_list {
	display: none !important;
}

.openChild .left_panel_child_header {
	display: flex;
    animation: show-from-right .6s ease;
}

.left_panel_header_list .left_panel_header_item:nth-child(4) {
    margin-top: 10px;
	padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid var(--darkBlue);
}

@keyframes show-from-left {
	0%, 50% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes show-from-right {
	0%, 50% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.left-panel-show .left_panel .left_panel_header {
	animation: show-from-left .6s ease;
}

.left-panel-show .left_panel .left_panel_content {
	animation: show-from-left .7s ease;
    margin-bottom: 30px;
}

.left-panel-show .left_panel .left_panel_footer {
	animation: show-from-left .8s ease;
}

.left_panel_overlay {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 999;
}

body.left-panel-show {
	overflow: hidden;
}

.left-panel-show .left_panel {
	transform: translateX(0);
}

.left-panel-show .left_panel_overlay {
	display: block;
}

.left_panel .container-wrap {
	padding: 0 15px !important;
    height: 100%;
}

.left_panel_header .left_panel_header_list, .left_panel_content .links-list, .left_panel_footer .links-list {
	display: inline-block;
    width: 100%;
}

.left_panel_header .left_panel_header_list, .left_panel_content .links-list {
	margin-bottom: 20px;
    list-style: none;
}

.left_panel_content .left_panel_header_list {
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.left_panel_header .left_panel_header_list li:nth-child(4) a {
	background: var(--themeColor);
    color: #000;
    text-align: center;
    border-radius: 25px;
    width: 170px;
    border: 1px solid var(--themeColor);
}

.left_panel_header .left_panel_header_list li:nth-child(4) a:hover {
	background: #fff;
    opacity: 1;
    color: #000 !important;
}

.left_panel_header .left_panel_header_list a, .left_panel_content .links-list a, .left_panel_footer .links-list a {
    display: inline-block;
	width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	.left_panel_header .left_panel_header_list a, .left_panel_content .links-list a, .left_panel_footer .links-list a {
    	font-size: 16px;
    }
}

.left_panel_header .left_panel_header_list a:hover, .left_panel_content .links-list a:hover, .left_panel_footer .links-list a:hover,
.left_panel_header .left_panel_header_list a:focus, .left_panel_content .links-list a:focus, .left_panel_footer .links-list a:focus {
	text-decoration: none;
    color: var(--themeColor);
    opacity: 1;
}

.left_panel_content .heading {
	padding: 10px 10px;
}

/*
	THEME SIDEBAR
*/
.theme_sidebar_wrapper h4 {
	font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 30px;
}

.theme_sidebar_wrapper {
	margin-bottom: 40px;
}

.theme_sidebar_wrapper:last-child {
	margin-bottom: 0;
}

.theme_blog_sidebar {
	list-style: none;
    margin-bottom: 0;
}

.theme_blog_sidebar li {
	margin-bottom: 30px;
}

.theme_blog_sidebar li:last-child {
	margin-bottom: 0;
}

.theme_blog_sidebar_card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.theme_blog_sidebar_card:hover .theme_blog_sidebar_img img {
	transform: scale(1.1);
}

.theme_blog_sidebar_content {
	padding: 15px 15px;
}

.theme_blog_sidebar_img {
	overflow: hidden;
}

.theme_blog_sidebar_img img {
	transition: all .3s ease-in-out;
}

.theme_blog_sidebar_content h3 {
	color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}

.theme_blog_sidebar_content p {
	color: #FF9900;
    margin-bottom: 0;
    font-size: 16px;
}

/*
	LARGEST COLLECTIONS
*/
.largest_section {
	margin-top: -65px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .largest_section {
    	margin-top: 40px;
    }
}

.largest_section .largest_collection_wrapper {
	background-color: #fff;
    padding: 30px 30px;
}

@media screen and (max-width: 780px) {
    .largest_section .largest_collection_wrapper {
    	padding: 15px 15px;
    }
}

.largest_collection_list {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

@media screen and (max-width: 767px) {
    .largest_collection_list {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 450px) {
    .largest_collection_list {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.largest_collection_card {
	text-align: center;
    padding: 15px 15px;
    background-color: #dfdfdf;
}

.largest_collection_card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.largest_collection_card p {
	margin-bottom: 0;
    margin-top: 15px;
    font-size: 18px;
}

/*
	THEME TABS
*/
.theme_cat_tab_wrapper .theme_title h3 {
	text-align: center;
}

.theme_cat_tab_list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    list-style: none;
    margin-bottom: 0;
}

.theme_cat_tab_item.active .theme_cat_tab_link {
	border-bottom: 2px solid var(--themeColor);
    background-color: #fff;
}

.theme_cat_tab_link {
	display: inline-block;
    width: 100%;
    padding: 15px 15px;
    background-color: #dddddd;
    text-align: center;
    font-size: 20px;
    color: var(--black);
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

@media screen and (max-width: 767px) {
    .theme_cat_tab_link {
    	padding: 10px 10px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

.theme_cat_tab_link:hover, .theme_cat_tab_link:focus {
	color: #000 !important;
}

.theme_cat_tab_content_list {
	display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    list-style: none;
    margin-bottom: 0;
    padding: 30px 30px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media screen and (max-width: 767px) {
    .theme_cat_tab_content_list {
    	grid-template-columns: repeat(2, 1fr);
        padding: 15px 15px;
    }
}

@media screen and (max-width: 500px) {
    .theme_cat_tab_content_list {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_cat_tab_content_img img {
	width: 100%;
    height: 200px;
    object-fit: cover;
}

.theme_cat_tab_content_list a {
	position: relative;
    display: inline-block;
    width: 100%;
}

.theme_cat_tab_content_list a:hover .theme_cat_tab_content_img img {
	transform: scale(1.1);
}

.theme_cat_tab_content_list a:hover p {
	border-bottom: 3px solid var(--themeColor);
}

.theme_cat_tab_content_img {
	position: relative;
    overflow: hidden;
}

.theme_cat_tab_content_img img {
	transition: all .3s ease-in-out;
}

.theme_cat_tab_content_list p {
	margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
}

.tab_content_bymodel .theme_cat_tab_content_list li:last-child a,
.tab_content_newproducts .theme_cat_tab_content_list li:last-child a {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.tab_content_bymodel .theme_cat_tab_content_list li:last-child p,
.tab_content_newproducts .theme_cat_tab_content_list li:last-child p {
	position: initial;
    background-color: transparent;
    color: #000;
    border-bottom: 0;
}

/* PAGE: FAQs
=============================================================================== */
#faq-drawers-wrap {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 2px dotted #d7d7d7;
}

#faq-drawers-wrap ul {
    list-style: disc;
    margin-left: 1.5rem;
}

#faq-drawers-wrap ul li {
    margin-bottom: .5rem;
}

#faq-drawers {
    
}

.faq-drawer {
    background: white;
    margin-bottom: 1rem;
    cursor: pointer;
}

.faq-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    background: #fcd404;
    border-radius: .5rem;
}

.faq-drawer.open .faq-drawer-header {
    background: #BF9A0B;
}

.faq-drawer-header_left {
    display: flex;
    align-items: center;
}

.faq-drawer-header_left .faq-icon-a {
    color: white;
    font-size: 1.5rem;
}

.faq-drawer-header_left h3 {
    color: black;
    transition: all .2s ease;
    margin: 0;
    font-size: 1.5rem;
}

.faq-drawer:hover .faq-drawer-header_left h3 {
    padding-left: .25rem;
}

.faq-icon {
    font-weight: bold;
    font-size: 1.25rem;
    font-family: 'Rubik', sans-serif;
    transition: all .2s ease
}

.faq-drawer-header_right {
    position: relative;
    display: flex;
}

.faq-drawer-header_right .fa {
    font-size: 1.25rem;
    color: white;
    transition: all .2s ease;
}

.faq-drawer:hover .faq-drawer-header_right .fa {
    transform: rotateZ(-30deg);
}

.faq-drawer.open .faq-drawer-header_right .fa {
    transform: rotateZ(-180deg);
}

.faq-icon-a {
    margin-right: 1rem;
}

.faq-drawer-body {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding: 0 2rem;
    border: 1px solid #d7d7d7;
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    transition: all .3s ease;
    overflow: hidden;
}

.faq-drawer-body .faq-answer {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #000000;
    margin-bottom: 1rem;
}

.faq-drawer-body .faq-icon-a .faq-icon {

}

.faq-drawer-body p {

}

.faq-drawer-body ul {

}

.faq-drawer-body ul li {
    
}

/*
	PRODUCT TAB
*/
.product_tab_list {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

@media screen and (max-width: 700px) {
    .product_tab_list {
    	display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 570px) {
    .product_tab_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 380px) {
    .product_tab_list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.product_tab_list_link {
	display: inline-block;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #E7E7E7;
    color: #969696;
    border-top: 2px solid transparent;
    width: 100%;
}

.product_tab_list_item.active .product_tab_list_link {
	border-top: 2px solid var(--themeColor);
    background-color: #fff;
    color: #000;
}

.product_tab_content {
	padding: 15px 15px;
    background-color: #fff;
}

.product_tab_content_details .theme_video {
	display: none;
}

/*.product_tab_content_details .product-description br {
	display: none;
}*/

.product_tab_content_video .field-list li {
	display: none !important;
}

.product_tab_content_video .health-warning {
	display: none;
}

/*.product_tab_content_video .description.product-description {
	display: table-row !important;
}*/

.product_tab_content_video .list-label,
.product_tab_content_video .description_body p {
	display: none !important;
}

.product_tab_content_video ul.field-list {
	width: 100%;
}

.theme_video {
	max-width: 700px;
    width: 100%;
}

/*
	PATENTS
*/
.theme_patents_section .image-logo {
	max-width: 750px !important;
    width: 100% !important;
    height: auto !important;
    max-height: 120% !important;
    margin-bottom: 50px !important;
    display: inline-block;
}

.theme_patents_section h1 {
	font-size: 30px;
    margin-bottom: 20px;
}

/*
	SUPPORTS
*/
.support_left_wrapper h2 {
	font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

.support_left_wrapper h3,
.support_right_wrapper h3 {
	font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.support_left_wrapper .support_list {
	list-style: none;
    padding-left: 20px;
    margin-bottom: 40px;
}

.support_left_wrapper .support_list li {
	margin-bottom: 20px;
    cursor: pointer;
}

.support_left_wrapper .support_list li:last-child {
	margin-bottom: 0;
}

.support_left_wrapper .support_list li a:hover,
.support_left_wrapper .support_list li a:focus {
	text-decoration: underline;
    color: #1a7db7 !important;
}

.support_section .contact-form-module {
	margin-bottom: 40px;
}

.support_map {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.support_right_wrapper ul {
	margin-bottom: 0;
    list-style: none;
}

/*
	REVIEW HEADER
*/
.theme_review_header_wrapper {
	display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.theme_review_numbers {
    color: #fff;
	font-size: 32px;
    font-weight: bold;
    background-color: #019f17;
    padding: 16px 0;
    margin: 0;
    text-align: center;
}

.theme_review_outof {
	background-color: var(--black);
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 15px;
    display: inline-block;
}

.theme_review_stars p {
	text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 22px;
}

.theme_review_stars_list .on {
    width: 25px;
    height: 24px;
    background-image: url(https://rparts-sites.s3.amazonaws.com/104d422aeac5459cdc2d445edd9d3a5b/design/img/star-full.svg);
    display: inline-block;
    margin: 1px;
}

.theme_review_stars_list .off {
    width: 25px;
    height: 24px;
    background-image: url(https://rparts-sites.s3.amazonaws.com/104d422aeac5459cdc2d445edd9d3a5b/design/img/star-empty.svg);
    display: inline-block;
    margin: 1px;
}

.review_merchant_stars .on {
	width: 20px;
    height: 19px;
    background-image: url(https://rparts-sites.s3.amazonaws.com/104d422aeac5459cdc2d445edd9d3a5b/design/img/star-full.svg);
    display: inline-block;
    margin: 1px;
}

.review_merchant_stars .off {
	width: 20px;
    height: 19px;
    background-image: url(https://rparts-sites.s3.amazonaws.com/104d422aeac5459cdc2d445edd9d3a5b/design/img/star-empty.svg);
    display: inline-block;
    margin: 1px;
}

.theme_review_percentage p {
	text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 22px;
}

.theme_review_percentage small {
	text-align: center;
    margin-bottom: 0;
    font-size: 10px;
    display: inline-block;
}

#review_merchant_list {
	list-style: none;
    margin-bottom: 0;
}

.review_merchant_card {
	padding: 20px 15px;
}

.review_merchant_item {
	border-top: 1px solid #ccc;
}

.review_merchant_ratings {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.review_merchant_info p {
	font-size: 12px;
    color: #555555;
}

.review_merchant_custom_questions h4 {
	font-weight: 700;
}

.review_merchant_selection {
	margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*
	THEME MODAL
*/
.theme_modal_wrapper {
    display: none;
}

.theme_modal {
	background-color: rgba(39,41,41,.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_modal_content {
    min-width: 320px;
    max-width: 580px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.24), 0 0 0 1px rgba(0,0,0,.08);
    border-radius: 3px;
    padding: 0 0 80px;
    position: relative;
    padding: 30px 30px;
}

.theme_modal_content h4 {
	font-size: 22px;
}

.theme_modal_content .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

/* Interior Header - 061523 */
.interior-header {
    text-align: center;
    padding: 1rem 0;
}
.interior-header img {
    max-width: 620px;
    margin-bottom: 1rem;
}

/* li formatting - 061523  */
/* dont use css like this it will affect everything  */
/*.custom-html-module ul li {
    margin-left: 30px!important;
    }*/

.col-xs-2 {
    float: left;
    width: 30.66667%;
}
.search-listing-module .catalog-product .product-image-col>a img {
    margin: auto;
    max-height: 123%;
    max-width: 122%;
}

.search-listing-module .catalog-product .product-image-col>a {
    background-color: #fff;
    border: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /*display: block!important;*/
    width: 220px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.search-listing-module .catalog-product .product-image-col>a {
 
    height: 300px!important;
}

@media screen and (max-width: 767px) {
    .search-listing-module .catalog-product .product-image-col>a {
    	height: 285px !important;
    }
}

li.vp_chooser_bc.vp_chooser_bc_trim.active {
    display: none;
}

.theme_dynamic_seo_page .catalog-product {
	flex-direction: column;
    margin-bottom: 0 !important;
    padding: 0;
}

.theme_dynamic_seo_page .catalog-product:hover .product-details-col .col-sm-4 {
	top: -10px;
    bottom: 0;
}

.theme_dynamic_seo_page .catalog-products {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

@media screen and (max-width: 1200px) {
    .theme_dynamic_seo_page .catalog-products {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 550px) {
    .theme_dynamic_seo_page .catalog-products {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_dynamic_seo_page .product-image-col {
	width: 100% !important;
}

.theme_dynamic_seo_page .search-listing-module .catalog-product .product-image-col>a {
	width: 100%;
}

.theme_dynamic_seo_page .search-listing-module .catalog-product .add-to-cart-col {
	display: block !important;
}

.theme_dynamic_seo_page .search-listing-module .catalog-product .mobile-add-to-cart {
	display: none !important;
}
/* cart fix */
@media only screen and (min-width: 300px)
.paypal-button-row {
    
    height: 37px!important;
    max-height: 200px!important;
}

/*Best Selling Tab*/
.theme_best_selling_wrap {
	padding: 0 40px;
    position: relative;
}

.theme_best_selling_title h3 {
	font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}

.theme_best_selling_wrap .owl-prev,
.theme_best_selling_wrap .owl-next{
	position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.theme_best_selling_wrap .owl-prev {
	left: -35px;
}

.theme_best_selling_wrap .owl-next {
	right: -35px;
}

.theme_best_selling_wrap .owl-prev.disabled .arrow {
    border-right: 30px solid #c5c5c5;
    pointer-events: none;
}

.theme_best_selling_wrap .owl-next.disabled .arrow {
    border-left: 30px solid #c5c5c5;
    pointer-events: none;
}

.theme_best_selling_wrap .arrow {
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block;
}

.theme_best_selling_wrap .arrow.arrow-left {
	border-right: 30px solid #000;
}

.theme_best_selling_wrap .arrow.arrow-right {
	border-left: 30px solid #000;
}

.theme_best_selling_nav {
	display: grid;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.theme_best_selling_item a {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 65px;
}

.theme_best_selling_item.active a {
	color: var(--themeColor);
}

.selling_content {
	padding: 0 40px;
}

.theme_selling_content_wrapper img {
	width: 100%;
}

.theme_selling_content_wrapper {
	position: relative;
    cursor: pointer;
}

.theme_selling_content_wrapper:hover .selling_content_desc {
	display: block;
}

.selling_content_desc {
	position: absolute;
    display: none;
}

.selling_content_desc .selling_button {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #fcd404;
    border-radius: 50px;
    border: 2px solid #fff;
    position: relative;
}

.selling_content_desc .selling_button::before {
	content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.selling_content_desc .selling_button:hover::before {
	opacity: 1;
}

.selling_content_card {
	display: none;
    position: relative;
    z-index: 9;
}

.selling_content_card.openCard {
    display: block;
}

.selling_content_text {
	background-color: #fff;
    max-width: 500px;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .selling_content_text {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.selling_content_text_button a {
	display: inline-block;
    width: 100%;
    background-color: var(--themeColor);
    color: #000 !important;
    border-radius: 3px;
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #000;
}

.selling_content_01 .selling_content_desc02 .selling_button {
	margin-left: auto;
}

.selling_content_02 .selling_content_desc03 .selling_button {
	margin-left: auto;
}

.selling_content_03 .selling_content_desc02 .selling_button {
	margin-left: auto;
}

.selling_content_03 .selling_content_desc03 .selling_button {
	margin-left: auto;
}

.selling_content_04 .selling_content_desc03 .selling_button {
	margin-left: auto;
}

.selling_content_05 .selling_content_desc02 .selling_button {
	margin-left: auto;
}

.selling_content_05 .selling_content_desc03 .selling_button {
	margin-left: auto;
}

.selling_content_06 .selling_content_desc03 .selling_button {
	margin-left: auto;
}

.selling_content_07 .selling_content_desc01 .selling_button {
	margin-left: auto;
}

.selling_content_07 .selling_content_desc02 .selling_button {
	margin-left: auto;
}

.selling_content_08 .selling_content_desc03 .selling_button {
	margin-left: auto;
}

.selling_content_09 .selling_content_desc01 .selling_button {
	margin-left: auto;
}

.selling_content_09 .selling_content_desc02 .selling_button {
	margin-left: auto;
}

.selling_content_09 .selling_content_desc03 .selling_button {
	margin-left: auto;
}

.selling_content_09 .selling_content_desc04 .selling_button {
	margin-left: auto;
}

.selling_content_09 .selling_content_desc05 .selling_button {
	margin-left: auto;
}

.selling_content_09 .selling_content_desc07 .selling_button {
	margin-left: auto;
}

.selling_content_01 .selling_content_desc01 {
    left: 150px;
    top: 250px;
}

.selling_content_02 .selling_content_desc01 {
	left: 215px;
    top: 160px;
}

.selling_content_03 .selling_content_desc01 {
	left: 100px;
    top: 190px;
}

.selling_content_04 .selling_content_desc01 {
	left: 215px;
    top: 140px;
}

.selling_content_05 .selling_content_desc01 {
	left: 80px;
    top: 270px;
}

.selling_content_06 .selling_content_desc01 {
	left: 240px;
    top: 160px;
}

.selling_content_07 .selling_content_desc01 {
	right: 280px;
    top: 100px;
}

.selling_content_08 .selling_content_desc01 {
	left: 205px;
    top: 150px;
}

.selling_content_09 .selling_content_desc01 {
	right: 80px;
    top: 170px;
}

@media screen and (max-width: 1250px) {
    .selling_content_01 .selling_content_desc01 {
    	left: calc(90px + (150 - 90) * ((100vw - 768px) / (1250 - 768)));
        top: calc(130px + (250 - 130) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_02 .selling_content_desc01 {
        left: calc(115px + (215 - 115) * ((100vw - 768px) / (1250 - 768)));
        top: calc(90px + (160 - 90) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_03 .selling_content_desc01 {
        left: calc(50px + (100 - 50) * ((100vw - 768px) / (1250 - 768)));
        top: calc(100px + (190 - 100) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_04 .selling_content_desc01 {
        left: calc(120px + (215 - 120) * ((100vw - 768px) / (1250 - 768)));
        top: calc(75px + (140 - 75) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_05 .selling_content_desc01 {
        left: calc(45px + (80 - 45) * ((100vw - 768px) / (1250 - 768)));
        top: calc(150px + (270 - 150) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_06 .selling_content_desc01 {
        left: calc(135px + (240 - 135) * ((100vw - 768px) / (1250 - 768)));
        top: calc(85px + (160 - 85) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_07 .selling_content_desc01 {
        right: calc(160px + (280 - 160) * ((100vw - 768px) / (1250 - 768)));
        top: calc(50px + (100 - 50) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_08 .selling_content_desc01 {
        left: calc(115px + (205 - 115) * ((100vw - 768px) / (1250 - 768)));
        top: calc(85px + (150 - 85) * ((100vw - 768px) / (1250 - 768)));
    }
    .selling_content_09 .selling_content_desc01 {
        right: calc(30px + (80 - 30) * ((100vw - 768px) / (1250 - 768)));
        top: calc(100px + (170 - 100) * ((100vw - 768px) / (1250 - 768)));
    }
}

.selling_content_01 .selling_content_desc02 {
    right: 250px;
    top: 140px;
}

.selling_content_02 .selling_content_desc02 {
    left: 310px;
    top: 100px;
}

.selling_content_03 .selling_content_desc02 {
    right: 310px;
    top: 55px;
}

.selling_content_04 .selling_content_desc02 {
    left: 310px;
    top: 90px;
}

.selling_content_05 .selling_content_desc02 {
    right: 310px;
    top: 120px;
}

.selling_content_06 .selling_content_desc02 {
    left: 330px;
    top: 100px;
}

.selling_content_07 .selling_content_desc02 {
    right: 215px;
    top: 185px;
}

.selling_content_08 .selling_content_desc02 {
    left: 280px;
    top: 85px;
}

.selling_content_09 .selling_content_desc02 {
    right: 210px;
    top: 190px;
}

@media screen and (max-width: 1250px) {
    .selling_content_01 .selling_content_desc02 {
    	right: calc(135px + (250 - 135) * ((100vw - 768px) / (1250 - 768)));
        top: calc(70px + (140 - 70) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_02 .selling_content_desc02 {
        left: calc(175px + (310 - 175) * ((100vw - 768px) / (1250 - 768)));
        top: calc(50px + (100 - 50) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_03 .selling_content_desc02 {
    	right: calc(170px + (310 - 170) * ((100vw - 768px) / (1250 - 768)));
        top: calc(30px + (55 - 30) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_04 .selling_content_desc02 {
    	left: calc(170px + (310 - 170) * ((100vw - 768px) / (1250 - 768)));
        top: calc(50px + (90 - 50) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_05 .selling_content_desc02 {
    	right: calc(160px + (310 - 160) * ((100vw - 768px) / (1250 - 768)));
        top: calc(65px + (120 - 65) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_06 .selling_content_desc02 {
    	left: calc(190px + (330 - 190) * ((100vw - 768px) / (1250 - 768)));
        top: calc(55px + (100 - 55) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_07 .selling_content_desc02 {
    	right: calc(115px + (215 - 115) * ((100vw - 768px) / (1250 - 768)));
        top: calc(100px + (185 - 100) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_08 .selling_content_desc02 {
    	left: calc(155px + (280 - 155) * ((100vw - 768px) / (1250 - 768)));
        top: calc(40px + (85 - 40) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_09 .selling_content_desc02 {
    	right: calc(110px + (210 - 110) * ((100vw - 768px) / (1250 - 768)));
        top: calc(100px + (190 - 100) * ((100vw - 768px) / (1250 - 768)));
    }
}

.selling_content_02 .selling_content_desc03 {
    right: 150px;
    top: 270px;
}

.selling_content_03 .selling_content_desc03 {
    right: 240px;
    top: 140px;
}

.selling_content_04 .selling_content_desc03 {
    right: 160px;
    top: 290px;
}

.selling_content_05 .selling_content_desc03 {
    right: 195px;
    top: 180px;
}

.selling_content_06 .selling_content_desc03 {
    right: 140px;
    top: 280px;
}

.selling_content_08 .selling_content_desc03 {
    right: 140px;
    top: 280px;
}

.selling_content_09 .selling_content_desc03 {
    right: 420px;
    top: 120px;
}

@media screen and (max-width: 1250px) {
    .selling_content_02 .selling_content_desc03 {
        right: calc(80px + (150 - 80) * ((100vw - 768px) / (1250 - 768)));
        top: calc(145px + (270 - 145) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_03 .selling_content_desc03 {
        right: calc(130px + (240 - 130) * ((100vw - 768px) / (1250 - 768)));
        top: calc(75px + (140 - 75) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_04 .selling_content_desc03 {
        right: calc(60px + (160 - 60) * ((100vw - 768px) / (1250 - 768)));
        top: calc(165px + (290 - 165) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_05 .selling_content_desc03 {
        right: calc(105px + (195 - 105) * ((100vw - 768px) / (1250 - 768)));
        top: calc(100px + (180 - 100) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_06 .selling_content_desc03 {
        right: calc(70px + (140 - 70) * ((100vw - 768px) / (1250 - 768)));
        top: calc(170px + (280 - 170) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_08 .selling_content_desc03 {
        right: calc(70px + (140 - 70) * ((100vw - 768px) / (1250 - 768)));
        top: calc(170px + (280 - 170) * ((100vw - 768px) / (1250 - 768)));
    }
    
    .selling_content_09 .selling_content_desc03 {
        right: calc(240px + (420 - 240) * ((100vw - 768px) / (1250 - 768)));
        top: calc(60px + (120 - 60) * ((100vw - 768px) / (1250 - 768)));
    }
}

.selling_content_09 .selling_content_desc04 {
    right: 210px;
    top: 120px;
}

@media screen and (max-width: 1250px) {
	.selling_content_09 .selling_content_desc04 {
        right: calc(110px + (210 - 110) * ((100vw - 768px) / (1250 - 768)));
        top: calc(60px + (120 - 60) * ((100vw - 768px) / (1250 - 768)));
    }
}

.selling_content_09 .selling_content_desc05 {
    right: 620px;
    top: 420px;
}

@media screen and (max-width: 1250px) {
	.selling_content_09 .selling_content_desc05 {
        right: calc(340px + (620 - 340) * ((100vw - 768px) / (1250 - 768)));
        top: calc(225px + (420 - 225) * ((100vw - 768px) / (1250 - 768)));
    }
}

.selling_content_09 .selling_content_desc06 {
    left: 100px;
    top: 250px;
}

@media screen and (max-width: 1250px) {
	.selling_content_09 .selling_content_desc06 {
        left: calc(60px + (100 - 60) * ((100vw - 768px) / (1250 - 768)));
        top: calc(130px + (250 - 130) * ((100vw - 768px) / (1250 - 768)));
    }
}

.selling_content_09 .selling_content_desc07 {
    right: 400px;
    top: 310px;
}

@media screen and (max-width: 1250px) {
	.selling_content_09 .selling_content_desc07 {
        right: calc(200px + (400 - 200) * ((100vw - 768px) / (1250 - 768)));
        top: calc(165px + (310 - 165) * ((100vw - 768px) / (1250 - 768)));
    }
}

.catalog-also-known-as.catalog-info-row {
    display: none;
}

/* description nice */
.description_body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.description_body ul {
    list-style-type: none;
    padding: 0;
}

.description_body ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.description_body ul li:last-child {
    border-bottom: none;
}

.highlightedPhrase {
    color: black; /* bright yellow */
    font-weight: bold;
}
.vp_breadcrumbs li.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #453eeb;
    color: #333;
    display: none;
}
.store-logo-module .store-logo-link img {
    margin: 10px 0;
    max-height: 70px!important;
    max-width: 100%;
}

@media screen and (max-width: 1250px) {
    .store-logo-module .store-logo-link img {
    	max-height: 50px!important;
    }
}

.product-page-layout ul.field-list li .list-value {
    font-family: serif;
    font-size: 18px!important;
}
.product-page-layout ul.field-list li .list-value li {
    font-family: serif;
    font-size: 18px!important;
}
.page-builder-layout-module .store-logo-module .store-logo-link .image-logo {
    width: 100%; /* default size for desktop */
    height: 100%; /* default size for desktop */
    object-fit: contain;
}

/* This will apply when the screen is 768px or smaller (like on a tablet) */
@media (max-width: 768px) {
  .page-builder-layout-module .store-logo-module .store-logo-link .image-logo {
    width: 100%; /* adjust as necessary */
    height: 100%; /* adjust as necessary */
  }
}

/* This will apply when the screen is 480px or smaller (like on a phone) */
@media (max-width: 480px) {
  .page-builder-layout-module .store-logo-module .store-logo-link .image-logo {
    width: 100%; /* adjust as necessary */
    height: 100%; /* adjust as necessary */
  }
}

.theme_dynamic_seo_page .col-md-8,
.theme_dynamic_seo_page .col-sm-4 {
	width: 100%;
    padding: 15px 15px;
}

.theme_dynamic_seo_page .col-md-8 .product-partnum-category,
.theme_dynamic_seo_page .col-md-8 .product-more-info {
	display: none;
}

.theme_dynamic_seo_page .pp-list {
	/*padding: 15px;*/
    background-color: #fff;
}

.theme_dynamic_seo_page .card .card-header {
	padding: 0;
}

.theme_dynamic_seo_page .card .card-header a {
	padding: 15px 15px;
    border-bottom: 1px solid #f0eeef;
    text-transform: uppercase;
    font-weight: 600;
}

.theme_dynamic_seo_page .card:last-child .card-header a {
	border-bottom: 0;
}

.product-fitment-module .fitment-table-wrap {
	overflow: auto;
}
.text-color-dark .promotional-banner-wrap .promotional-banner-link {
    color: #333;
    font-size: 20px;
    background-color: #DFDFDF;
}
.promotional-banner-wrap.text-wrapping .promotional-banner-text {
    white-space: nowrap;
    background-color: #DFDFDF;
}
.view-offers-link {
    display: none;
}

/*
	theme category page
*/
.theme_category_parts_page {
	padding: 0 60px;
}

@media screen and (max-width: 767px) {
    .theme_category_parts_page {
    	padding: 0 15px;
    }
}
.yotpo .text-m {
    font-size: 22px;
    font-weight: 600;
    padding-left: 5px;
}

#distributors-link-container {
    padding: 10px 0;
}

.distributors-link a {
    color: #333;
    text-decoration: none;
}

.distributors-mobile {
    top: 90px;
}

@media screen and (max-width: 767px) {
    .distributors-mobile {
    	top: 70px;
    }
    .distributors-mobile .container-wrap {
    	justify-content: center;
    }
}

/*.theme_mobile_header .container-wrap {
    justify-content: center;
}*/


/* header fix */
@media screen and (max-width: 767px) {
    .promotional-banner-wrap {
        position: relative !important;
    }
    .themeMobileHeaderNew {
    	position: relative !important;
    }
    .theme_mobile_header.distributors-mobile {
        position: relative !important;
    	top: 0 !important;
    }
    .page-content {
    	margin-top: 0 !important;
    }
    header.sticky .themeMobileHeaderNew {
    	position: fixed !important;
        left: 0;
        right: 0;
        top: 00;
        z-index: 101;
        background: #fff;
        padding: 15px 0;
        box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
        animation: top-bottom .5s;
    }
}
/* search results logo fix */
.search-listing-module .catalog-product .product-manufacturer .product-manufacturer-data span img {
    margin: 0 5px 0 0;
    max-height: 50px;
    max-width: 130px;
    min-height: 30px;
    min-width: 45px;
}

/* Hides the VIN collection field on the cart page */
.collect-vin-form-module {
    display: none;
}

/* chrome delete */
.themeBannerWrap {
	position: relative;
}

.themeBannerContent {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.themeBannerContent h1 {
	font-weight: 700;
    color: #000;
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .themeBannerContent h1 {
    	font-size: 18px;
    }
}

.themeFirstSection {
	padding: 50px 0;
}

.themeFirstWrap h1 {
	text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .themeFirstWrap h1 {
    	font-size: 30px;
    }
}

.themeFirstRow {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .themeFirstRow {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeFirstContent h2 {
	font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .themeFirstContent h2 {
    	font-size: 22px;
    }
}

.themeFirstContent p {
	text-align: center;
}

.themeFirstButtons {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.themeFirstButtons a {
	display: inline-block;
   	text-transform: uppercase;
    padding: 10px 20px;
    background-color: var(--themeColor);
    color: #333;
    font-weight: 700;
    border: 2px solid var(--themeColor);
    max-width: 345px;
    width: 100%;
    text-align: center;
}

.themeFirstButtons a:hover,
.themeFirstButtons a:focus {
	background-color: #fff;
    color: #333 !important;
}

.themeSecondSection {
	padding: 50px 0;
}

.themeSecondWrap h3 {
	text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.themeSecondWrap p {
	text-align: center;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.themeSecondList {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .themeSecondList {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeSecondList a {
	height: 100%;
}

.themeSecondImg {
	margin-bottom: 20px;
}

.themeSecondList img {
	width: 100%;
    height: 250px;
    object-fit: cover;
}

.themeSecondCard {
	padding-bottom: 20px;
    border-bottom: 5px solid #919191;
    height: 100%;
}

.themeSecondCard h3 {
	text-align: left;
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
}

.themeBannerImg {
	margin-bottom: 30px;
}

.themeBannerImg img {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .themeBannerImg img {
    	height: 250px;
    }
}

.themeSecondCard p {
	text-align: left;
    color: #000;
    margin-bottom: 0;
}

.themeSecondProductList {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    list-style: none;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .themeSecondProductList {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 550px) {
    .themeSecondProductList {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeSecondProdCard {
	background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.themeProdImg img {
	width: 100%;
    height: 150px;
    object-fit: contain;
}

.themeProdContent {
	padding: 20px 20px;
}

.themeSecondProductList a {
	color: #000;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.themeHotProd {
	position: absolute;
    right: -90px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    gap: 10px;
    background-color: #ff3737;
    color: #fff;
    font-weight: 700;
    height: 30px;
    font-size: 14px;
    transform: rotate(45deg) translateX(33px);
    text-transform: uppercase;
}

.themeHotProd svg {
	width: 15px;
    height: 15px;
    fill: #fff;
}

.themeSecondProductList a:hover,
.themeSecondProductList a:focus {
	color: #333 !important;
    opacity: .9;
}

.themeProdContent h4 {
	font-weight: 700;
    font-size: 18px;
}

.themeProdNumber {
	text-align: left !important;
    font-size: 14px;
    margin-bottom: 10px !important;
}

.themeProdManu {
	display: flex;
    align-items: center;
}

.themeProdManu img {
	width: 100px;
}

.themeProdManu strong {
	font-size: 12px;
}

.themeProdFooter .themeProdmsrp {
	margin-bottom: 5px;
    font-size: 18px;
    text-decoration: line-through;
    color: #757575;
}

.themeProdFooter .themeProdSaleP {
	font-size: 30px;
    font-weight: 700;
    color: #20BC26;
}

.themeProdFooter {
	text-align: center;
    padding-bottom: 20px;
    margin-block-start: auto;
}

.themeProdCartButton {
	background-color: var(--themeColor);
    width: 200px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.themeAccordWrap h3 {
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.themeAccordionItem {
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    cursor: pointer;
}

.themeAccordionItem h4 {
	font-size: 16px;
    color: #444;
    font-weight: 600;
    margin-bottom: 0;
}

.themeAccordionContent {
    margin-top: 15px;
    display: none;
}

.themeBannerSection .selling_content_desc {
	display: block;
}

.themeBannerSection .theme_selling_content_wrapper {
	margin-bottom: 20px;
}

.themeBannerTitle h1 {
	text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .themeBannerTitle h1 {
    	font-size: 24px;
    }
}

    .selling_content_09 .selling_content_desc01 {
        right: calc(55px + (80 - 30) * ((100vw - 768px) / (1250 - 768)));
        top: calc(100px + (170 - 100) * ((100vw - 768px) / (1250 - 768)));
    }