@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://db.onlinewebfonts.com/c/0d49fc455f4a8951a42daf952412a713?family=Helvetica+Neue+Regular);
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
body {
	font-family: -apple-system, BlinkMacSystemFont, "Lato", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: rgba(0, 0, 0, 1) /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a, .btn-link{
	color: rgb(0 0 0) /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: rgba(200, 29, 36, 1) /*{link-text-hover-colour}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Lato", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{headers-font-family}*/;
	color: rgba(0, 0, 0, 1) /*{headers-colour}*/;
}
.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #ffffff /*{carousel-text-colour}*/;
}
h1, .h1 {
	font-size: 34px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 28px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 16px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{buttons | btn-default-text-colour}*/;
	background-color: #ffffff /*{buttons | btn-default-background-colour}*/;
	border-color: #cccccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{buttons | btn-primary-text-colour}*/;
	background-color: rgba(9, 43, 65, 1) /*{buttons | btn-primary-background-colour}*/;
	border-color: rgba(9, 43, 65, 1) /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #ffffff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #ffffff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{buttons | btn-success-text-colour}*/;
	background-color: #28a745 /*{buttons | btn-success-background-colour}*/;
	border-color: #28a745 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #ffffff /*{buttons | btn-info-text-colour}*/;
	background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
	border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.breadcrumb-section, #n_customer_account .breadcrumb {
	background-color: #f6f6f6 /*{breadcrumb-background-colour}*/;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #6c6c6c /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #6c6c6c /*{breadcrumb-text-colour}*/;
}
.pagination .page-link{
	color: #ffffff /*{pagination-text-colour}*/;
	background-color: rgba(9, 43, 65, 1) /*{pagination-bg-colour}*/;
	border-color: rgba(9, 43, 65, 1) /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #ffffff /*{pagination-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{pagination-bg-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: rgba(200, 29, 36, 1) /*{pagination-bg-colour-active}*/;
	border-color: rgba(200, 29, 36, 1) /*{pagination-border-colour-active}*/;
}
.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #006ff5 /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}
.card {
	border-color: rgba(9, 43, 65, 1) /*{panel-border-colour}*/;
}
.card-header {
	background-color: rgba(9, 43, 65, 1) /*{panel-header-bg-colour}*/;
	border-color: rgba(9, 43, 65, 1) /*{panel-header-border-colour}*/;
}
.card-header, .card-header *, body .card-header *:hover {
	color: rgba(255, 255, 255, 1) /*{panel-header-text-colour}*/;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
}
.wrapper-header .navbar-toggler,
#header-call .fa,
#header-cart .fa {
	color: rgba(200, 29, 36, 1) /*{header-icon-colour}*/;
}
.wrapper-header .menu-section, .wrapper-header .header-topbar {
	background-color: #071f2f /*{navbar-default-bg-colour}*/;
}
.wrapper-header .navbar {
	background-color: rgba(255, 255, 255, 0) ;
}
.wrapper-header .navbar .navbar-nav .nav-link,
.wrapper-header .header-topbar .nav-link,
.wrapper-header .header-topbar .nav-link,
.wrapper-header .header-topbar .nav-item i {
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus,
.wrapper-header .header-topbar .nav-link:hover,
.wrapper-header .header-topbar .nav-link:focus,
.wrapper-header .header-topbar .nav-item i:hover,
.wrapper-header .header-topbar .nav-item i:focus {
	color: rgba(200, 29, 36, 1) /*{navbar-default-link-colour-hover}*/;
	font-weight: 700;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show,
.wrapper-header .navbar-nav .nav-link.active{
	color: rgba(200, 29, 36, 1) /*{navbar-default-link-colour-active}*/;
	font-weight: 700;
}
.dropdown-menu,
.mega-menu>li.nav-item:last-child a {
	background-color: rgba(9, 43, 65, 1) /*{dropdown-menu-bg}*/;
	border-color: rgba(9, 43, 65, 1) /*{dropdown-menu-border-colour}*/;
}
.dropdown-item,
#cartcontents,
#cartcontents a,
.mega-menu>li.nav-item:last-child a {
	color: #ffffff /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active,
.mega-menu>li.nav-item:last-child a:hover,
.mega-menu>li.nav-item:last-child a:focus,
.mega-menu>li.nav-item:last-child a:active {
	color: #ffffff /*{dropdown-menu-link-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{dropdown-menu-link-bg-hover}*/;
}
/* Theme Colour */
body, * {
	--theme-colour-primary: rgba(9, 43, 65, 1) /*{theme-primary-colour}*/; 
	--theme-colour-secondary: rgba(200, 29, 36, 1) /*{theme-secondary-colour}*/; 
}
/* Categorybox Homepage */
.dah_homecategories .thumbnail .caption h5>a:active,
.dah_homecategories .thumbnail .caption h5>a:focus,
.dah_homecategories .thumbnail .caption h5>a:hover,
.dah_homecategories .thumbnail:hover .caption h5>a,
.dah_homecategories .thumbnail .caption h5>a {
	color: #ffffff /*{category-box-heading-colour}*/;
}
.dah_homecategories .thumbnail .caption a.btn {
	color: #ffffff /*{category-box-button-colour}*/;
	background-color: rgba(200, 29, 36, 1) /*{category-box-button-background-colour}*/;
}
.dah_homecategories .thumbnail .caption a.btn:hover,
.dah_homecategories .thumbnail .caption a.btn:focus,
.dah_homecategories .thumbnail .caption a.btn:active {
	color: #ffffff /*{category-box-button-hover-colour}*/;
	background-color: rgba(9, 43, 65, 1) /*{category-box-button-hover-background-colour}*/;
}
.dah_homecategories .thumbnail .caption {
	background-color: rgba(9, 43, 65, 0.8) /*{category-box-caption-background-colour}*/;
}
.dah_homecategories .thumbnail:hover .caption {
	background-color: rgba(200, 29, 36, 0.65) /*{category-box-caption-hover-background-colour}*/;
}
/* Footer section */
.wrapper-footer {
	background-color: #071620 /*{footer-background-colour}*/;
}
.wrapper-footer p {
	color: #b3babf /*{footer-font-colour}*/;
}
.wrapper-footer a {
	color: #b3babf /*{footer-link-colour}*/;
}
.wrapper-footer a:hover,
.wrapper-footer a:focus {
	color: #c81d24 /*{footer-link-colour-hover}*/;
}
.wrapper-footer nav h4.nav-link, .wrapper-footer nav h4.nav-link:hover, .wrapper-footer nav h4.nav-link:focus {
    color: #ffffff /*{footer-heading-colour}*/;
}
/*14/08/24*/
.slider-section-2 {
    padding: 35px 0px;
    padding-bottom: 0;
}
.slider-headding-1 h3 {
    text-align: center;
    margin-bottom: 50px;
}
.bg-img img {
    width: 100%;
} 
.both-column .bg-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 62%;
    bottom: 0;
    display: flex;
    align-items: center;
}
.content56 h1 {
    font-weight: 700;
    line-height: 54.94px;
    color: #fff;
    font-family: 'DM Sans';
    font-size: 35.73px;
}
.content56 p {
    font-family: DM Sans;
    font-size: 21.98px;
    font-weight: 400;
    line-height: 38.46px;
    text-align: left;
    color: #FFFFFF;
}
.content56 a.btn-pr {
    margin-left: 0;
    margin-top: 0;
}
.content56  h1 {
    margin: 0;
} 
.brand-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 21px;
}
.logo-section-main .Brand-w .Featured-Brand svg {
    width: 100%;
    object-fit: contain;
    padding: 8px 0;
}
.logo-section-main .Brand-w .Featured-Brand svg{
    border: 1px solid #CCCFD6;
    border-radius: 10px;
}
.logo-section .toogle-b a {
    font-weight: 700;
    font-size: 16px;
    font-family: 'DM Sans';
    text-transform: uppercase;
}
.logo-section .toogle-b a svg path {
    color: #000;
    fill: #000;
}
.logo-section .toogle-b a svg {
    vertical-align: text-bottom;
}
.logo-section .header-search.pt-2.pt-md-0 {
    min-width: 41%;
}
.logo-section {
    padding: 1px 0 !important;
}
.home-baneer ul.slick-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    z-index: 9;
}
.arrow-dots .slick-dots li.slick-active{
background: #97D700;
}
.text-lefr5 h3 {
    font-size: 39.73px;
    font-weight: 700;
    line-height: 67.56px;
    text-align: left;
    color: #000;
    
}
.thumb_list .card-footer .btn, .thumbnail.card-body .buying-options .btn {
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    height: 50px;
}
.text-lefr5 h1 {
    text-transform: uppercase;
}  
.car-info.row {
    padding: 33px 0 14px;
}
.text-lefr5 h1 {
    font-family: Kanit;
    font-size: 179.45px;
    font-style: italic;
    font-weight: 800;
    line-height: 209.45px;
    text-align: left;
    color: #222222;
}
.car-info.row {
    background: rgb(236,255,204);
    background: linear-gradient(292deg, rgba(236,255,204,1) 39%, rgba(148,202,60,1) 36%);
    align-items: center;
}
.car-info.row .text-lefr5 {
    padding: 32px;
}
.image56  img {
    width: 100%;
}
ul.sub-manu {
    display: none;
}
.toogle-content h2 {
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 31.7px;
    text-align: left;
}
.menu-content ul {
    list-style: none;
    padding: 0;
}
.menu-content li.dropdown-menu {
    position: unset;
    display: block;
    background: transparent;
    border: unset;
    float: unset;
}
.menu-content ul li.dropdown-menu.selected ul.sub-manu {
    display: block;
}
.toogle-content h2 {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 17px 15px;
}
.toogle-content a {
    font-family: Helvetica Neue;
    font-size: 20px;
    font-weight: 500;
    line-height: 31.7px;
    text-align: left;
    color: #6A6A6A;
}
.menu-content {
    padding: 25px 0;
}
.menu-content ul li {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 14px;
}
.menu-content ul li a {
    padding: 0 9px;
}
.menu-content li.dropdown-menu {
    border-bottom: 1px solid #e9e9e9;
}
ul.sub-manu {
    border-top: 1px solid #e9e9e9;
    margin-top: 17px;
}
ul.sub-manu {
    margin-left: -15px;
}
.toogle-headding {
    display: flex;
    align-items: center;
    justify-content: space-between;
}  
.toogle-headding .close-toogle a {
    font-size: 23px;
    font-family: cursive;
}
/*16-08-224*/
.menu-content {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: calc(-1*(100% - 37px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 400px;
    z-index: 99;
    background: #fff;
}
.open-nav .menu-content {
    -webkit-box-shadow: 0 5px 20px 0 rgba(158, 153, 133, .3);
    -moz-box-shadow: 0 5px 20px 0 rgba(158, 153, 133, .3);
    -ms-box-shadow: 0 5px 20px 0 rgba(158, 153, 133, .3);
    box-shadow: 0 5px 20px 0 rgba(158, 153, 133, .3);
    left: 0;
}
.nav-open:after {
    background: rgba(0,0,0,.4);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.banner-text {
    z-index: 999;
}
.logo-section-main .logo-headding {
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 27px;
}
.headding-slick-slider h3 {
    text-align: center;
    margin-bottom: 0;
}
.reating-text span {
    font-family: DM Sans;
    font-size: 25.06px;
    font-weight: 400;
    line-height: 40.1px;
    text-align: center;
    color: #222222;
}
.slick-slider-main .slick-sliders .element {
    border: 1.49px solid #CCCFD6;
}
.slick-slider-main .slick-slider button.slick-arrow {
    font-size: 0;
    background: transparent;
    border: unset;
}
.retting h4 {
    font-family: DM Sans;
    font-size: 25.06px;
    font-weight: 700;
    line-height: 40.1px;
    text-align: center;
    color: #222222;
}
.slick-slider-main .slick-slider button.slick-next.slick-arrow:after {
    content: '';
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
}
.slick-slider-main .slick-slider button.slick-prev.slick-arrow:after {
    content: '';
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-38deg);
}
.reating-text {
    margin-bottom: 10px;
}
.logo-section-main .feature-1 {
    margin-top: 35px;
}
.product-slide h3.accs {
    padding-bottom: 35px;
    padding-left: 0;
}
.logo-section-main .Featured-Brand h3 {
    margin-bottom: 50px;
}
.logo-section-main .logo-headding h3 {
    text-align: center;
}
/*
*/
div#header-cart a#cartcontentsheader {
    background: #bce47a !important;
}
ul.non-user {
    background: #bce47a;
}
.arrow-dots .slick-dots li button {
    display: none;
}
.arrow-dots .slick-dots li {
    cursor: pointer;
    list-style-type: none;
    margin: 0 6px;
    background: #c1c1c19c;
    height: 6px;
    width: 140px;
    margin-top: 30px;
    border-radius: 10px;
}
.arrow-dots .slick-dots {
    display: flex !important;
    justify-content: center;
}
.arrow-dots .slick-dots li {
    cursor: pointer;
    list-style-type: none;
    margin: 0 6px;
    background: #e1e1e19c;
    height: 7px;
    width: 140px;
    margin-top: 30px;
    border-radius: 10px;
}
/*newsleter*/
.slick-slider-main .slick-slider .element {
    height: 100px;
    width: 100px;
    background-color: #fff;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    /* display: -webkit-box; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.slick-slider-main .slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}
.slick-slider-main {
    background: #ECFFCC;
    padding: 35px 100px;
}
.main-content p {
    color: #000;
}
.slick-slider-main .slick-slide {
    height: auto !important;
    padding: 30px 26px;
}
.profile-sl .profile-content {
    color: #000;
}
.retting-top-img {
    display: flex;
    gap: 5px;
}
.retting-top-img img {
    width: 115px;
}
.profile-sl {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
}
.profile-img img {
    width: 75px;
    border-radius: 50px;
}
.profile-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.retting {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.retting h4 {
    color: #000;
    font-size: 24.06px;
    font-weight: 700;
    line-height: 40.1px;
}
.retting {
    padding: 15px 0;
}
.headding-slick-slider {
    color: #000;
    padding: 0px 15px;
    text-align: center;
    margin-bottom: 0;
}
.reating-text {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 5px 0;
}
@media (max-width: 767px) {
	.slick-slider-main {
    padding: 34px 10px;
}
.section.Categories-cus .Accessories {
    justify-content: space-between;
}
.text-lefr5 h3 {
    font-size: 36.73px;
}
.product-slide {
    margin-bottom: 25px;
}
div#header-cart {
    margin-left: 0 !important;
}
.logo-section .wrapper-logo {
    order: 2;
    flex: 0 0 42.33333%;
    max-width: 42.33333%;
}
.logo-section .wrapper-logo {
    text-align: center;
}
.logo-section .wrapper-logo img.logo {
    width: 52%;
}
.logo-section .col-md-2 {
    order: 1;
    width: 26%;
}
.logo-section .desktop {
    display: none;
}
div#header-cart {
    margin-left: 0;
}
.logo-section .on-mobile.col-12 {
    flex: 0 0 30%;
    max-width: 30%;
}
.logo-section .mobile89 {
    display: none !important;
}
.logo-section .on-mobile {
    display: block !important;
    order: 3;
}
.logo-section .on-mobile .header-search.pt-2.pt-md-0 {
    display: none;
}
.featured-brands .brand-item img.img-fluid {
    height: 35px;
}
.product-slide .left-image img {
    margin-bottom: 80px;
}
.bd-example.bd-example-tabs .nav.nav-tabs a {
    padding: 0 7px;
    font-size: 14px;
}
.bd-example.bd-example-tabs .nav.nav-tabs {
    margin-bottom: 20px;
}
.bd-example .slider {
    margin: 0 15px;
}
.n_automotiv .bd-example.bd-example-tabs .tab-content button.slick-prev.slick-arrow {
    right: 50px;
    top: -88px;
}
.n_automotiv .bd-example.bd-example-tabs .tab-content button.slick-next.slick-arrow {
    right: 22px;
    top: -88px;
}
.product-slide .left-image {
    display: flex;
    justify-content: center;
    position: relative;
}
.n_automotiv .product-slide .textleft {
    padding: 0px 23px;
    padding-right: 15px;
}
}
a:hover {
    color: #97d700 !important;
}
@media (min-width:321px) and (max-width:767px) {
.card.thumbnail.card-body.text-center a.btn.btn-primary.btn-loads {
    line-height: 38px;
    height: 44px;
}
.slick-slider-main {
    padding: 34px 10px;
}
.n_automotiv .text-lefr5 h3 {
    font-weight: 900;
    font-size: 16.73px;
}
.n_automotiv .footer-main .cocial-ico-botm .first-section-f:last-child {
    width: 100%;
}
.n_automotiv .section.Categories-cus .text6 h3 {
    font-size: 24.73px;
}
.slider-headding-1 h3 {
    font-size: 30px;
}
.n_automotiv .section.Categories-cus .text6 h3 {
    text-align: center;
}
.section.Categories-cus .row:first-child .col-md-4 {
    margin: auto;
    width: 62%;
}
.menu-content {
    width: 80%;
    z-index: 999;
}
.bd-example.bd-example-tabs .nav.nav-tabs a {
    font-size: 11px;
    margin: 0;
    padding: 0 7px;
}
.n_automotiv .product-slide .textleft a.btn {
    width: 100%;
}
.card.thumbnail.card-body.text-center button.btn-primary.btn.btn-loads span {
    font-size: 14px;
}
.text-lefr5 h3 {
    font-size: 29.73px;
}
.n_automotiv .product-slide {
    margin-bottom: 25px;
}
.n_automotiv .content56 h1 {
    font-size: 20px;
}
.n_automotiv .content56 p {
    font-size: 15.98px;
    line-height: 35.46px;
    font-family: 'helvetica neue';
}
.bg-img img {
    height: 190px;
}
.n_automotiv .retting h4 {
    font-size: 12.06px;
    line-height: 24.1px;
}
.n_automotiv .slick-slider-main .slick-sliders .element {
    padding: 5px 15px;
}
.retting h1 {
    font-size: 12px;
}
.reating-text {
    gap: 4px;
}
.n_automotiv .reating-text span {
    font-size: 11.06px;
}
.n_automotiv .card-design .card.thumbnail p.card-title.h4 a {
    font-size: 13.49px;
    line-height: 15.25px;
}
}
/*16-08-224*/
.slick-slider-main .slick-sliders {
    display: flex;
    width: 100%;
    align-items: center;
}
.slick-slider-main .slick-sliders .element {
    width: 240px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 30px;
}
 .retting-top-img img {
    width: 16px;
}
/*balbir css */
.with-icon-part {
    background: #ED6912;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-fluid.bg-primary.text-white.text-center.top-bar-1 {
    background-color: #ed6912 !important;
}
.with-icon-part p {
    margin: 0;
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 29.33px;
    text-align: center;
}
.with-icon-part {
    padding: 1px 0;
}
.with-icon-part svg.bi {
    margin-right: 11px;
}
.with-icon-part b {
    margin-right: 10px;
}
.with-icon-part p a {
    margin-left: 10px;
    font-family: Arimo;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 29.33px;
    text-align: center;
    color: #fff;
    text-decoration: underline;
}
.with-icon-part p  a.m-close {
    position: absolute;
    right: 38px;
}
.with-icon-part p a.m-close svg {
    padding: 3px;
}
.header-1 .row {
    align-items: center;
}
.header-1 {
    background: #010101;
}
.header-1 p {
    margin-bottom: 0;
}
.header-1 a {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    text-align: center;
}
.header-1 h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    text-align: center;
    color: #fff;
    margin: 0;
}
.header-1 {
    background: #010101;
     height: 38.8px;
    display: flex;
    align-items: center;
}
.header-1 .social-icon {
    text-align: right;
}
.header-1 .social-icon a {
    margin-right: 14px;
}
.header-1 .calling-nub a:last-child {
    margin-left: 14px;
}
.header-1 .calling-nub svg {
    margin-right: 7px;
}
.header-topbar {
    display: none;
}
div#header-call ul {
    list-style: none;
    display: flex;
    align-items: center;
}
div#header-call ul a.nav-link {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #000000 !important;!i;!;
}

div#header-cart a#cartcontentsheader  span {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #222222;
}
div#header-call ul {
    margin-bottom: 0;
}
div#header-call ul a.nav-link {
    position: relative;
    top: 2px;
}
#header-cart a#cartcontentsheader>div>span:first-child {
    position: relative;
    top: 3px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 14px;
}
#header-cart a#cartcontentsheader>div>span:last-child {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-colour-secondary);
    line-height: 1;
}
.logo-section .header-search .input-group-append button {
     background: #bce47a;
     border: unset;
     padding: 0 15px;
}
.logo-section .header-search .input-group-append button i.fa.fa-search {
    font-size: 19px;
    font-weight: 600;
}
.logo-section .header-search input#name_search {
    background: #FFFBFB !important;
}
.logo-section .header-search input::placeholder {
    font-size: 0;
}
#header-cart a#cartcontentsheader>div>span:last-child {
    display: none;
}
.menu-section.mb-2.mb-md-0 {
    background: #97D700;
}
.menu-section .container {
    display: flex;
    align-items: center;
}
.menu-section a.nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.menu-section .toogle-b {
    background: #070707;
    padding: 12px 20px;
}
.menu-section .toogle-b a {
    color: #fff;
}
.menu-section .toogle-b a, .menu-section nav.navbar {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
}
.menu-section nav.navbar {
    margin-left: 30px;
}
.menu-section .toogle-b a svg {
    margin-right: 7px;
}
.top-icons ul {
    list-style: none;
    padding: 1px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.top-icons ul .icon-list a {
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #000000;
    display: flex;
    align-items: center;
}
div#compat_list p {
    display: none !important;
}
.n_automotiv div#compat_list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:0px 12px;
}
.image3 img {
    width: 100%;
}
div#compat_list {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    gap: 5px 30px;
    background: #bce47a;
    padding: 40px 40px;
    border-radius: 11.31px;
    margin-bottom: 15px;
}
.n_automotiv div#compat_list button.btn.btn-primary.text-uppercase.font-weight-bold.dah_compat-btn.col-12.col-md-auto.btn-pr.btn.btn-1.hover-filled-slide-left {
    margin-top: 7px;
}
div#compat_list select {
    background: transparent;
    border: unset;
    height: 52.01px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    border: 2px solid #006d33;
    width: 100% !important;
}
div#compat_list button.btn {
    height: 52.01px;
    background: #97d700;
    color: #000;
    border: unset;
}
div#header-call .divider {
    display: none;
}
.top-icons ul .icon-list a svg {
    margin-right: 6px;
}
.top-icons ul .icon-list a:hover {
    color: #222222;
}
.textslder {
    position: relative;
}
.textslder .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    left: 0;
}
.textslder .content span.auto {
    color: #97D700;
    font-weight: 200;
}
.banner-text {
    display: inline-block;
}
.textslder .content h1 {
    color: #fff;
    font-family: Kanit;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 0;
}
a.btn-pr {
    width: 170px;
    height: 50px;
    border-radius: 5px;
    background: #bce47a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    color: #000000;
    text-align: center;
    border: 2px solid #bce47a;
}
.section.Categories-cus {
    background: #ECFFCC;
    padding: 35px 0 15px;
    /* margin-top: -68px; */
}
.Categories-cus .Accessories {
    background: #fff;
    padding: 20px;
    transition: .3s;
    border: 1px solid #E4E4E4;
    box-shadow: 0 3px 10px #f8f9fa;
}
.Categories-cus .Accessories h1 {
    font-family: 'Arimo';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin: 0 0 7px;
}
.Categories-cus .Accessories p {
    margin: 0;
    font-family: 'helvetica neue';
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #383E47;
}
.section.Categories-cus .Accessories {
    margin-bottom: 20px;
}
.section.Categories-cus .row:last-child .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.section.Categories-cus a.btn-pr {
    margin-top: 0;
    margin-right: 0;
}
h3 {
    font-family: 'DM Sans';
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    margin: 0;
}
.Categories-cus .row:first-child {
    margin-bottom: 25px;
    align-items: center;
}
.section.Categories-cus .Accessories {
    align-items: center;
}
.img-s {
    text-align: right;
}
.img-s img {
    width: 94%;
    text-align: right;
    margin: auto;
}
.section.Categories-cus .row:first-child .col-md-4 {
    text-align: right;
}
@media (min-width: 990px) {
.d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center.on-mobile {
    padding-left: 0;
}
.section.Categories-cus .Accessories .content-s {
    width: 70%;
    padding-right: 20px;
}
.logo-section .col-7.col-sm-4.col-md-3.wrapper-logo.text-sm-left {
    flex: 0 0 10%;
    max-width: 10%;
padding-right: 0;
}
.logo-section .col-md-2 {
    flex: 0 0 9.66667%;
    max-width: 9.66667%;
    padding-right: 9px;
    padding-left: 0;
}
.logo-section .d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center {
    flex: 0 0 80%;
    max-width: 80%;
}
}
@media (min-width: 1300px) {
   .container, .container-lg, .container-md, .container-sm {
        max-width: 1390px;
    }
.logo-section .header-search.pt-2.pt-md-0 {
    min-width: 42%;
}
body#n_customer_account .logo-section .header-search.pt-2.pt-md-0 {
    min-width: 37%;
}
}
@media (min-width: 1400px) {
.logo-section .header-search.pt-2.pt-md-0 {
    min-width: 44%;
}
}

/*footer abhi*/
body .footer-main .cocial-ico-botm {
    padding-bottom: 50px;
}
.footer-main .logo-part img.img-fluid.mt-4.mt-md-0 {
    width: 100%;
}
.footer-main .logo-part {
    width: 100%;
    margin-top: -3px;
}
.footer-main ul.nav.flex-column h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-main .section2 {
    margin: 16px 0;
}
.footer-main .section2 input.btn.btn-primary {
    width: 20%;
    padding: 15px 15px;
    background: #95ca3d;
    margin-left: -7px;
    z-index: 99;
    border: unset;
    color: #94c93e;
}
.footer-main .cocial-icon  img {
    width: 100%;
    height: 100%;
}
.footer-main label.small.mb-0.d-sm-flex.d-block.align-items-center {
    color: #fff;
    font-size: 16px;
}
.footer-main .checkbox.mt-2 a.mx-1, a.ml-1 {
    display: none;
}
.footer-main label.small.mb-0.d-sm-flex.d-block.align-items-center {
    color: #fff;
    font-size: 18px;
}
.footer-main .checkbox.mt-2 input.terms_box.mr-1 {
    min-width: 25px;
    height: 22px;
}
.footer-main input.form-control.mr-1 {
    padding: 24px 15px;
}
.footer-main {
    background: #222222;
}
.footer-main .first-section-f .section1 nav.row {
    padding-top: 15px;
}
.footer-main .first-section-f .section1 nav.row li.nav-item a.nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.footer-main .cocial-ico-botm {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer-main .cocial-ico-botm .first-section-f span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.footer-main .cocial-ico-botm ul.nav {
    gap: 18px;
}
.footer-main .cocial-ico-botm ul.nav i.fab {
    padding: 5px 12px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #898989;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-main .section2 h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
}
.footer-main .checkbox.mt-2 input.terms_box.mr-1 {
    display: none;
}
.footer-main input.form-control.mr-1 {
    padding: 25px 15px;
}
.slick-snext {
    opacity: 1;
    transform: translate3d(127%, 0, 0px);
    z-index: 1;
    filter: opacity(0.5);
}
.slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}
.slick-sprev {
    opacity: 1;
    transform: translate3d(-127%, 0, 0px);
    filter: opacity(0.5);
}
.toogle-headding h2 {
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 31.7px;
    text-align: left;
}  
.toogle-headding {
    padding: 0 15px;
}
.footer-main .logo-part img.img-fluid.mt-4.mt-md-0 {
    max-width: 200px;
}
/*responosve jeader balbir*/
@media(max-width:767px) {
/* abhi 08/22/24 */
.n_automotiv .tabs.tabs-products ul li a {
    font-size: 15px;
    padding: 0;
}
.brand-all-btn {
    margin-top: 0;
    margin-bottom: 40px;
}
.logo-section .toogle-b a }
    font-size: 11px;
}
.n_automotiv section.featured-brands .row  {
    display: grid;
}
h3.accs {
    text-align: center;
}
.n_automotiv .card-design button.slick-prev.slick-arrow {
    top:-95px;
}
.n_automotiv .card-design  button.slick-next.slick-arrow {
    top:-95px;
}
.tabs.tabs-products ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.tabs.tabs-products ul li {
    width: 100%;
}
/* abhi closed 08/22/24 */
.text-lefr5 h1 {
    font-size: 75px;
}
.menu-content {
    left: calc(-1*(100% - -41px)) !important;
}
.menu-section.mb-2.mb-md-0 {
    display: none;
}
.top-icons ul {
    /* justify-content: left !IMPORTANT; */
    text-align: center;
}
body .with-icon-part {
	p {
		font-size: 8.1px;
		line-height: 24.33px;
		a {
			font-size: 8px !important;
		}
		a.m-close {
			position: absolute;
			right: 11px;
			font-size: 20px;
			svg {
				padding: 0;
			}
		}
	}
	b {
		margin-right: 3px;
	}
	svg.bi {
		margin-right: 8px;
	}
	svg {
		width: 10px;
	}
}
.footer-main {
	padding: 0 40px;
	padding: 0 40px;
	text-align: center;
	.cocial-ico-botm {
		ul.nav {
			gap: 2px;
		}
		.first-section-f {
			&:last-child {
				
			}
		}
	}
	.container {
		padding-left: unset;
		padding-right: unset;
	}
}
/*abhi*/
.image3 img {
    height: 500px;
}
.both-column .containtn.section-1 {
    margin-bottom: 8px;
}
.both-column .bg-content {
    top: 0;
    width: 80%;
    bottom: 0;
}
.content56 h1 {
    line-height: 32px;
    font-size: 24px;
}
.content56 p {
    font-size: 17.98px;
    line-height: 40.46px;
}
.retting h4 {
    font-size: 16.06px;
    line-height: 24.1px;
}
.main-content p {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}
.reating-text span {
    font-size: 14.06px;
}
.section.Categories-cus .row:first-child .col-md-4 {
    margin: auto;
    width: 53%;
}
.section.Categories-cus .text6 h3 {
}
.logo-section-main .slick-slider-main .slick-sliders .element {
    padding: 5px 20px;
}
.section1 {
    text-align: justify;
}  
}
@media (min-width:768px) and (max-width:1024px) {
.text-lefr5 h1 {
    font-size: 165.45px;
}
.top-icons {
    padding: 10px 0;
    overflow: auto;
}
.top-icons ul {
    gap: 71px;
    width: 1243px;
    margin: auto;
}
.image3 img {
    height: 100%;
}
.Categories-cus .row:last-child {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.section.Categories-cus .Accessories.d-flex {
    width: 330px;
}
.top-icons {
    overflow: scroll;
}
.product-slide .col-md-9 {
    max-width: 58%;
    margin-left: 10px;
}
.product-slide .col-md-3 {
    min-width: 40%;
}
.n_automotiv .product-slide .textleft a.btn {
    width: 100%;
}
.n_automotiv .product-slide .textleft {
    padding: 0px 45px;
    padding-left: 16px;
}
.retting h4 {
    font-size: 15.06px;
}
.footer-main .col-md-3 {
    min-width: 100%;
}
.footer-main .col-md-2 {
    min-width: 25%;
}
.footer-main .col-md-7 {
    min-width: 75%;
}
.n_automotiv .product-slide .left-image img {
    height: 382px;
    width: 100%;
}
.bg-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
.n_automotiv .tabs.tabs-products ul li a {
    font-size: 16px;
    padding: 0;
}
.bd-example.bd-example-tabs .tab-content {
    padding: 30px 14px;
}
.bd-example.bd-example-tabs .tab-content button.slick-next.slick-arrow {
    right: 11px;
}
}
/*balbirheer tabs*/
.tabs {
  & > ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    font-size: 0;
    .indicator {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 20%;
      background:#1E88E5;
      transform: translateZ(0) translateX(0);
      transition: all 0.3s ease;
    }
    li {
      display: inline-block;
      font-size: 14px;
      width:20%;
      a {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 20px;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        color: black;
        transition: all 0.3s ease 0.4s;
        &:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          background: #1E88E5;
          transform: translateZ(0) translateY(100%);
          transition: all 0.3s ease 0.3s;
          z-index: -1;
        }
        &[aria-selected] {
          color: white;
          &:before {
            transform: translateZ(0) translateY(0);
          }
        }
      }
    }
  }
  & > section {
    &[aria-hidden="true"] {
      display: none;
    }
  }
}   
/* 08/22/24 abhi  tab */
.n_automotiv .tabs.tabs-products ul li a:before {
    background: unset;
}
.tabs.tabs-products ul li a {
    color: #999999 !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 42.88px;
}
.n_automotiv .tabs.tabs-products ul .indicator {
    background: unset;
}
.n_automotiv .tabs.tabs-products ul li [aria-selected="true"] {
    color: #000 !important;
    border-bottom: 2px solid #97D700;
}
.make0 button.slick-prev.slick-arrow {
    position: absolute;
    top: -63px;
    right: 42px;
    font-size: 0;
    border: unset;
    background: unset;
}
.make0 button.slick-next.slick-arrow {
   position: absolute;
    top: -64px;
    right: 14px;
    font-size: 0;
    border: unset;
    background: unset;
}
.make0 button.slick-next.slick-arrow:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(132deg);
}
.make0 button.slick-prev.slick-arrow:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-43deg);
}
.tabs.tabs-products .card-design {
    margin-top: 15px;
}
.make0 ul.slick-dots {
    display: none !important;
    justify-content: center;
    margin: 40px 0;
    gap: 20px;
}
.make0 ul.slick-dots  li button {
    display: none;
}
.make0 ul.slick-dots li {
    list-style-type: none;
    background: #AFAFAF33;
    height: 5px;
    width: 100px;
    border-radius: 20px;
}
.make0 ul.slick-dots li.slick-active {
    background: #97D700;
}
.card-design .card.thumbnail {
    border: 1.15px solid #E4E4E4;
    border-radius: 10px;
}
.card-design .card.thumbnail p.card-title.h4 a {
    height: 40px;
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
}
.card-design .card.thumbnail p.price span {
    font-family: Inter;
    font-size: 14.12px;
    font-weight: 800;
    line-height: 15.86px;
    color: #97D700;
}
.card-design .card.thumbnail p.card-title.h4 {
    text-align: left;
}
.card-design .card.thumbnail p.price {
    justify-content: left;
    flex-direction: unset;
    margin: 10px 0 15px;
}
.card-design .card.thumbnail form.form-inline button.addtocart.btn-primary.btn.btn-loads {
    width: 100%;
    background: #bce47a;
    border: unset;
}
.tabs.tabs-products {
    margin-bottom: 70px;
}
/* product slider abhi 23/08/24 */
.product-slide .textleft {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    height: 50%;
    bottom: 0;
    padding: 0px 34px;
    padding-left: 14px;
}
.product-slide .textleft span.gren {
    font-size: 14.9px;
    font-weight: 400;
    line-height: 29.8px;
    color: #97D700;
}
.product-slide .textleft h3 {
    font-size: 39.73px;
    font-weight: 700;
    line-height: 48.46px;
    color: #fff;
}
.product-slide .textleft p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29.8px;
    color: #fff;
    font-family: 'helvetica neue';
}
.product-slide .textleft a.btn {
    width: 98%;
    height: 51.35px;
    background: #97D700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-size: 14.93px;
    font-weight: 900;
    line-height: 14.93px;
    text-align: center;
    right: 5px;
}
.product-slide {
    margin-bottom: 37px;
}
.thumb_list .card-body .card-title, .thumbnail.card-body .card-title {
    height: unset;
}
.product-slide .singal-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 50px;
    top: -65px;
    font-size: 0;
    border: unset;
    background: unset;
}
.product-slide .singal-slider button.slick-prev.slick-arrow:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-43deg);
}
section.featured-brands .row button.slick-prev.slick-arrow {
    position: absolute;
    right: 50px;
    top: -53px;
    font-size: 0;
    border: unset;
    background: unset;
}
section.featured-brands .row button.slick-prev.slick-arrow:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-43deg);
}
.product-slide .singal-slider button.slick-next.slick-arrow:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(132deg);
}
section.featured-brands .row button.slick-next.slick-arrow {
    position: absolute;
    right: 20px;
    top: -55px;
    font-size: 0;
    border: unset;
    background: unset;
}
section.featured-brands .row button.slick-next.slick-arrow:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(132deg);
}
.product-slide .singal-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 20px;
    top: -65px;
    font-size: 0;
    border: unset;
    background: unset;
}
.product-slide .left-image img {
    height: 402px;
    width: 326px;
}
.both-column {
    margin-bottom: 29px;
}
.bd-example.bd-example-tabs .nav.nav-tabs a {
    background: unset;
    border: unset;
    color: #999999;
    font-weight: 700;
    line-height: 42.88px;
}
.bd-example.bd-example-tabs .tab-content {
    border: unset;
}
.bd-example.bd-example-tabs .nav.nav-tabs {
    border-bottom: 1px solid #999999;
}
.bd-example.bd-example-tabs .nav.nav-tabs a.active {
    border-bottom: 3px solid #97D700;
    color: #000;
}
.bd-example.bd-example-tabs .tab-content button.slick-prev.slick-arrow {
    position: absolute;
    right: 30px;
    top: -75px;
    background: unset;
    border: unset;
    font-size: 0;
}
.bd-example.bd-example-tabs .tab-content button.slick-next.slick-arrow {
    position: absolute;
    right: 0px;
    top: -76px;
    background: unset;
    border: unset;
    font-size: 0;
}
.bd-example.bd-example-tabs .tab-content button.slick-next.slick-arrow:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(132deg);
}
.bd-example.bd-example-tabs .tab-content button.slick-prev.slick-arrow:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-43deg);
}
.section.Categories-cus .Accessories.d-flex {
    height: 140px;
    border-radius: 5px;
}
.featured-brands .brand-item img.img-fluid {
    width: 100%;
    height: 58px;
    object-fit: cover;
}
.featured-brands h3 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -30px;
}
.card.thumbnail.card-body.text-center .brand-logo-container img {
    width: 80px !important;
}
.close-toogle a {
    background: #fff;
    border-radius: 50px;
    padding: 7px 10px;
    font-size: 13px !important;
    text-align: left;
    cursor: pointer;
}
.toogle-headding .close-toogle a:hover {
    background: #97d700;
}
.toogle-headding .close-toogle a:hover {
    color: #fff !important;
}
.logo-section .header-search input#name_search {
    border: 0;
}
.top-icons ul .icon-list a svg {
    width: 25px;
}
.top-icons ul .icon-list span {
    font-weight: 500;
}
.browser-cat .toogle-b a {
    color: #000f;
    text-decoration: none;
    font-weight: 700;
}
body .browser-cat {
    background: #bce47a ;
}
body .btn.p-0.vehicle-icon {
    background: #bce47a;
}  
.browser-cat .toogle-b a svg path {
    color: #fff;
    fill: #fff;
}

.browser-cat {
    padding: 11px 20px;
    border-radius: 3px;
    border: 2px solid #008140;
    background: #97d700;
    height: 45px;
}
.close-toogle a:hover {
    text-decoration: none;
    color: #97d700;
}
.logo-section .header-search input#name_search {
    background: #FFFBFB !important;
    height: 41px;
    border-radius: 5px;
}
/* balbir */
.preloader {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px; /* Center the preloader */
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.bd-example,
.tab-content{
  width:100%;
  display:inline-block;
  vertical-align: top;
}
.slider h3 {
    background: #000;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.rev_slide.slick-slide .slider-headding-1 {
    display:none;
}
.rev_slide.slick-slide .slider-headding-1 {
    position: absolute;
    width: 100%;
    top:0;
}
/*bb css here*/
.image3 {
    height:375px;
}
.rev_slide .slider-headding-1 {
    display:none;
}
.card-title a:hover {
    color: #97d700;
    text-decoration: none;
}
/*mini laptop*/
@media screen and (min-width: 1025px) and (max-width: 1199px) { 
.section.Categories-cus .Accessories .content-s {
    width: 100%;
}
.logo-section .toogle-b a {
    font-size: 12px;
}
.browser-cat {
    padding: 11px 8px;
}
.Categories-cus .Accessories p {
    font-size: 13.7px;
    line-height: 16.96px;
}
.Categories-cus .Accessories h1 {
    font-size: 18px;
    line-height: 25px;
}
.slider-section-2 .rev_slider .slider-headding-1 h3 {
    display: none;
}
.thumb_list .card-footer .btn, .thumbnail.card-body .buying-options .btn {
    font-size: 12px;
}
.card-design .card.thumbnail p.card-title.h4 a {
    font-size: 13.49px;
    line-height: 18.25px;
}
.product-slide .left-image img {
    height: 333px;
    width: 100%;
}
.product-slide .textleft a.btn {
    width: 100%;
}
.product-slide .textleft {
    padding-right: 63px;
}
.product-slide .textleft h3 {
    font-size: 24.73px;
    line-height: 38.46px;
}
.thumb_list .card-footer .btn, .thumbnail.card-body .buying-options .btn {
    font-size: 11px;
}
.content56 h1 {
    line-height: 35.94px;
    font-size: 20.73px;
}
.content56 p {
    font-size: 17.98px;
    line-height: 30.46px;
    margin-top: 15px;
}
.retting h4 {
    font-size: 16px;
    line-height: 28.1px;
    margin-top: 11px;
}
.main-content p {
    color: #000;
    font-size: 16px;
    text-align: center;
}
.retting h1 {
    font-size: 16px;
    margin-top: 11px;
}
div#header-call ul {
    margin-bottom: 0;
    display: -webkit-inline-box;
}
div#header-call ul li.icon78 {
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 1100px) and (max-width: 1300px)  {
body#n_customer_account span.nhu7 {
    font-size: 12px !important;
}
body#n_customer_account div#header-cart a#cartcontentsheader {
    padding: 5px 3px !important;
}
body#n_customer_account div#header-cart {
    gap: 15px;
}
.d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center.on-mobile {
    /* justify-content: space-between !important; */
}
div#header-call ul a.nav-link {
    font-family: DM Sans;
    font-size: 12px !important;
}
span.vehicle-menu {
    font-family: DM Sans;
    font-size: 10px !important;
}
h3 {
    font-family: 'DM Sans';
    font-size: 32px;
}
.logo-section .header-search.pt-2.pt-md-0 {
    min-width: 38%;
}
.textslder .content h1 {
    font-size: 49.18px;
}
.logo-section .toogle-b a {
    font-weight: 700;
    font-size: 14px;
}
}
ul.custom-mini-cart.open-minicart {
    display:block;
}
div#header-cart p.m-0.h2 svg {
    margin-right: 0px !important;
}

/*big scrren*/
@media screen and (min-width: 1200px) and (max-width: 1366px)  {
.header-search {
    width: 294px;
}
span.rrp-price {
    font-size: 10px !important;
}
div#header-cart p.m-0.h2 svg {
    margin-right: 0px !important;
}
.product-slide .left-image img {
    height: 350px;
    width: 100%;
}
.product-slide .textleft h3 {
    font-size: 22.73px;
}
.product-slide .textleft a.btn {
    width: 100%;
}
.product-slide .textleft {
    padding-right: 35px;
}
.bg-content h1 {
    font-size: 28px;
    line-height: 30px;
}
.content56 p {
    font-size: 19.98px;
}
.slick-slider-main .retting h4 {
    font-size: 15px;
    padding-top: 15px;
}
.main-content p {
    font-size: 16px;
    text-align: center;
}
.retting h1 {
    font-size: 15px;
    padding-top: 15px;
}
div#header-call ul {
    margin-bottom: 0;
    display: -webkit-inline-box;
}
div#header-call ul li.icon78 {
    display: flex;
    align-items: center;
}
.n_automotiv .browser-cat {
    padding: 10px 9px;
}
.header-1 a {
    font-size: 12px;
}
}
@media(min-width:1200px) {
.d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center.on-mobile {
    justify-content: space-between !important;
}
}
/*btn css animation*/
.btn.hover-filled-slide-left::before, button.addtocart::before {
  top: 0; bottom: 0; left: 0;
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-left:hover::before, button.addtocart:hover:before {
  width: 0%;
}
.btn-1::before {
    background-color: #bce47a;
    transition: 0.3s ease-out;
    border-radius: 0;
}
 button.addtocart:before {
    background-color: #bce47a;
    transition: 0.3s ease-out;
    border-radius: 7px;
}
a.btn-pr.btn-1.hover-filled-slide-left span {
    color: #000;
    z-index: 9;
}
div#compat_list button.btn {
    background: #fff;
}
div#compat_list button.btn:before {
    content: '';
    position: absolute;
    border-radius: 4px;
}
div#compat_list button.btn span {
    z-index: 9;
    position: relative;
    font-family: Inter;
    font-size: 16.15px;
    font-weight: 600;
    line-height: 16.15px;
    color: #000000;
    text-align: center;
}
.card-design .card.thumbnail form.form-inline button.addtocart.btn-primary.btn.btn-loads span {
    color: #000000;
    z-index: 9;
    position: relative;
}
.card-design .card.thumbnail form.form-inline button.addtocart.btn-primary.btn.btn-loads:hover span {
    color: #000;
}
.bd-example div#nav-tab a:hover {
    color: #000;
}
a.btn-pr.btn-1.hover-filled-slide-left{
    position: relative;
    background-color: #97d700;
    cursor: pointer;
}
.card-design .card.thumbnail form.form-inline button.addtocart.btn-primary.btn.btn-loads {
    position: relative;
    background-color:#ecffcc;
    border: none;
    cursor: pointer;
    border: 1px solid #bce47a;
}
a.btn-pr.btn-1.hover-filled-slide-left::before, .card-design .card.thumbnail form.form-inline button.addtocart.btn-primary.btn.btn-loads:before {
    content: '';
    position: absolute;
}
.section.Categories-cus .Accessories.d-flex a:hover {
    color: #97d700;
    text-decoration: unset;
}
 
.card-title a{
color: #97d700;
 text-decoration: unset;
}
.slider-headding-1.top-heading {
    font-family: 'DM Sans';
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.slider-section-2 .test .slider-headding-1 {
    display: none !important;
}
@media screen and (min-width: 1025px) and (max-width: 1100px)  {
.container, .container-lg, .container-md, .container-sm {
      max-width: 1025px;
}
.header-1 a, .header-1 h5 {
    font-size: 10px;
}
.header-1 .social-icon svg {
    width: 13px;
}
.textslder .content h1 {
    font-size: 42.18px;
}
h3 {
    font-size: 32px;
}
.text-lefr5 h1 {
    font-size: 61.45px;
    line-height: 85.45px;
}
section.featured-brands.row.text-center.my-3 .brand-item {
    padding: 0px 8px;
}
}
.n_automotiv .footer-main .section1 ul.nav li.nav-item a:hover {
    color: #95ca3d;
}
.rev_slide.slick-slide.slick-active {
    opacity: 0.5;
}
.rev_slide.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}
.menu-content ul li a:hover {
    color: #97d700;
    text-decoration: none;
}
a:hover, a:active, a:focus, .btn-link:hover {
    color: rgba(200, 29, 36, 1) /*{link-text-hover-colour}*/;
}
.menu-content.open {
    left: 0 !important;
}
.home-baneer {
    position: relative;
}
.fhilter90 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0;
}
.fhilter90 .parts-finder-content-new div#compat_list {
    border: 1.13px solid #97d700;
    background: #bce47a;
    margin-top: 18%;
}
.fhilter90 {
    background: #bce47a;
}
div#compat_list button.btn {
    cursor: pointer;
}
body .textslder .content {
    top: 45%;
    transform: translateY(-50%);
}
.slick-slide img {
    object-fit: cover;
    height: 100%;
}
.slider-headding-1.top-heading a:hover {
    text-decoration: unset;
}
.footer-main .cocial-ico-botm ul.nav li:hover i {
    border-color: #94c93d;
    background: #94c93d;
} 
@media(max-width:767px) {
.section.Categories-cus {
    margin-top: 0;
}
a.btn-pr {
    font-weight: 600;
}
#neto-dropdown #cartcontents {
    color: #000;
    margin-top: 58px;
}
.home-baneer ul.slick-dots {
    z-index: 9;
}
ul.custom-mini-cart.open-minicart {
    width: 80%;
}
.fhilter90.open-finder {
    right: 0 !important;
    background: #bce47a;
    width: 81% !important;
    z-index: 9999 !important;
    margin-top: -1px;
    height: 100%;
}
ul.non-user {
    margin-right: 15px;
}
.logo-section .wrapper-logo {
    text-align: center !important;
}
div#header-call {
    display: flex !important;
}
div#header-call ul.non-user li.nav-item {
    display: none;
}
#header-cart a#cartcontentsheader>div>span:first-child {
    display: none;
}
.logo-section-main {
    padding-bottom: 0;
}
.product-slide .left-image img {
    height: 233px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
h3 {   
    font-size: 30px;
}
.product-slide .left-image img {
    height: 100%;
    width: 100%;
}
body .textslder .content {
    top: 8% !important;
}
a.btn-pr.btn-1.hover-filled-slide-left {
    margin-top: 14px;
}
.section.Categories-cus {
    background: #ECFFCC;
    padding: 30px 0;
}
.slider-headding-1.top-heading {
    font-size: 24.73px;
}
.slider-section-2 {
    padding: 30px 0px;
    padding-bottom: 0;
}
.bd-example.bd-example-tabs .tab-content button.slick-next.slick-arrow {
    top: 40% !important;
    right: 5px !important;
}
    .n_automotiv .bd-example.bd-example-tabs .tab-content button.slick-prev.slick-arrow {
        left: -10px !important;
        top: 50% !important;
        z-index: 9;
        transform: translateY(-50%) !important;
    }
.logo-section-main {
    padding-bottom: 25px;
}
.home-baneer ul.slick-dots {
    position: absolute;
    bottom: 42px;
    right: 0;
    left: 0;
    padding-left: 0;
    width: 84%;
    margin: auto;
}
.parts-finder-content-new.py-1.collapse.d-md-block {
    display: block;
}
.fhilter90 {
    position: absolute;
    bottom: 48px;
    width: 80%;
    margin: auto;
    right: calc(-1*(100% - 0px)) !important;
    left: auto;
}
span.vehicle-menu {
    display: none;
}
button.d-md-none.btn.btn-primary.btn-block.mb-2.font-weight-bold.text-uppercase {
    display: none !important;
}
.n_automotiv .product-slide .textleft .image3 {
    height: 275px !important;
}
.browser-cat {
    background: #070707;
    padding: 7px 7px !important;
    border-radius: 4px;
}     
.n_automotiv div#compat_list {
    gap: 0px 10px;
padding: 19px 15px;
}
.fhilter90 div#compat_list {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.image3 img {
    height: 100%;
    object-fit: cover;
}
div#compat_list button.btn {
    opacity: 1;
    margin-top: -11px;
}
.text-lefr5 h1 {
    font-size: 75px;
    line-height: 53px;
}
.car-info.row .text-lefr5 {
    padding: 17px;
    text-align: center;
}
.logo-section .on-mobile {
    display: flex !important;
    order: 3;
}
.header-1 .row .col-sm-4.free-sheeping {
    flex: 0 0 100%;
    max-width: 100%;
}
.image3 {
    height: 275px;
}
/* abhi 27/08/2024 */
.car-info.row .text-lefr5 {
    padding: 0;
}
.n_automotiv .text-lefr5 h1 {
    font-size: 38px;
}
.n_automotiv .text-lefr5 h1 {
    line-height: 10px;
}
.text-lefr5 h3 {
    font-weight: 900;
    font-size: 19.73px;
    line-height: 55px;
    text-transform: uppercase;
}
.car-info.row {
    padding-bottom: 60px;
}
.car-info.row {
    padding: 40px 0 14px;
}
.car-info.row .col-md-6:first-child {
    max-width: 60%;
}
.car-info.row .col-md-6:last-child {
    width: 40%;
}
.car-info.row {
    padding-bottom: 83px;
}
.image56 {
    position: absolute;
    width: 210px;
    left: -60px;
    top: -31px;
}
.product-slide .singal-slider button.slick-prev.slick-arrow {
    left: 7px;
    top: 40%;
    z-index: 5;
}
.product-slide .singal-slider button.slick-next.slick-arrow {
    top: 40%;
    right: 6px;
}
.product-slide .singal-slider button.slick-next.slick-arrow:after {
    width: 14px;
    height: 14px;
}
.product-slide .singal-slider button.slick-prev.slick-arrow:after {
    width: 14px;
    height: 14px;
}
.both-column .col-md-6:last-child {
    display: none;
}
.footer-main .cocial-ico-botm {
    display: grid;
    justify-content: center;
}
.footer-main .cocial-ico-botm .first-section-f:nth-child(1) {
    order: 1;
    padding-top: 20px;
}
.footer-main .cocial-ico-botm .first-section-f:last-child {
    width: 100%;
    margin: auto;
    padding-top: 27px;
}
.browser-cat {
    display: flex;
    width: max-content;
}
.browser-cat .toogle-b a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
}
#n_home .products-row article.pb-2, .products-row article.pb-2 {
    padding-left: 5px;
    padding-right: 5px;
}  
@media screen and (min-width: 430px) and (max-width: 767px)  {
.fhilter90 {
    bottom: 47px;
}
}
@media screen and (min-width: 821px) and (max-width: 1024px)  {
.thumb_list section.row.products-row article.col-12.pb-2 a.btn.btn-primary.btn-loads {
    font-size: 12px !important;
    line-height: 22px;
    position: relative;
    top: 13px;
}
.fhilter90 {
    width: 66% !important;
    z-index: 9999 !important;
}
div#header-call ul.non-user {
    width: 34%;
    padding-right: 18px;
    margin: 0 0 0 auto;
    justify-content: center;
    padding-left: 13px;
}
.product-slide .col-md-3 {
    display: none;
}
.product-slide .col-md-9 {
    max-width: 100%;
}
.retting-top-img img {
    width: 69px;
}
.brand-item.col-6.col-md-4.col-lg-2 {
    max-width: 100%;
}
span.vehicle-menu {
    display: none;
}
div#header-cart .desktop {
    display: none;
}
.browser-cat {
    padding: 10px 10px;
}
.container, .container-md, .container-sm {
    max-width: 98%;
}
.logo-section .header-search.pt-2.pt-md-0 {
    min-width: 75%;
}

.logo-section .col-7.col-sm-4.col-md-3.wrapper-logo.text-sm-left {
    flex: 0 0 17%;
    max-width: 17%;
    padding-right: 0;
}
.logo-section .col-md-2 {
    flex: 0 0 14.66667%;
    max-width: 14.66667%;
    padding-left: 0;
    position: relative;
    left: -11px;
}
.input-group-append {
    margin-left: 0;
}
.logo-section .header-search .input-group-append button {
    height: 44px;
    margin-top: 1px;
}
body .browser-cat {
    height: 46px;
}
div#header-call ul.non-user {
    width: 100%;
    padding: 10px 15px 0 !important;
    display: unset !important;
}
.logo-section .d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center.on-mobile {
    flex: 0 0 68%;
    max-width: 68%;
}
div#header-call {
    display: flex !important;
    width: 21%;
}
.header-1 .calling-nub a:last-child {
    display: none;
}

.textslder .content h1 {
    font-size: 40.18px;
}
.fhilter90 {
    width: 81%;
}
}
@media screen and (min-width: 768px) and (max-width: 820px)  {
.fhilter90 {
    width: 66% !important;
    z-index: 9999 !important;
}
.product-slide {
    margin-bottom: 37px !important;
}
.product-slide .col-md-3 {
    display: none;
}
.product-slide .col-md-9 {
    max-width: 100%;
}
.bg-img img {
    height: 240px;
}
.retting h4 {
    font-size: 12.06px;
    line-height: 24.1px;
}
.retting {
    align-items: flex-start !important;
}
.bd-example.bd-example-tabs .tab-content {
    margin-top: 35px;
}
span.vehicle-menu {
    display: none;
}
.second-box .icon-box {
    min-height: 134px;
}
.second-box {
    grid-template-columns: repeat(3,1fr);
}
#header-cart a#cartcontentsheader span {
    display: none;
}
div#header-call {
    display: flex !important;
}
div#header-call li.nav-item {
    display: none;
}
.desktop {
    display: none;
}
.header-1 .calling-nub a:last-child {
    display: none;
}
.header-1 a, .header-1 h5 {
    font-size: 12px;
}
.browser-cat {
    padding: 9px 9px;
}
.logo-section .col-7.col-sm-4.col-md-3.wrapper-logo.text-sm-left {
    flex: 0 0 13%;
    max-width: 13%;
    padding-right: 0;
}
.d-none.d-md-flex.col-12.col-sm-8.col-md-9.justify-content-end.align-items-center.on-mobile {
    flex: 0 0 70%;
    max-width: 70%;
}
.logo-section .row.align-items-center .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 5px;
    padding-right: 11px;
}
.textslder .content h1 {
    font-size: 35.18px;
}
.fhilter90 {
    width: 90%;
   
}
.bd-example.bd-example-tabs .nav.nav-tabs a {
    font-size: 16px !important;
}
.text-lefr5 h1 {
    font-size: 37.45px;
    line-height: 50.45px;
}
.n_automotiv .text-lefr5 h3 {
    line-height: 56px;
    font-size: 27.73px;
}
section.featured-brands .brand-item.col-6.col-md-4.col-lg-2 {
    margin-bottom: 10px;
}
section.featured-brands .brand-item.col-6.col-md-4.col-lg-2 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.n_automotiv .content56 h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 14px;
}
.n_automotiv .content56 p {
    font-size: 17.98px;
    line-height: 24.46px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1100px)  {
span.vehicle-menu {
    display: none;
}
.browser-cat {
    padding: 9px 9px;
}
div#header-cart .desktop {
    display: none;
}
.logo-section .col-md-2 {
    padding-right: 0;
}
.header-1 .calling-nub a:last-child {
    display: none;
}
.textslder .content h1 {
    font-size: 39.18px;
}
.Categories-cus .row:last-child {
    grid-template-columns: repeat(3,1fr);
}
.Categories-cus .Accessories h1 {
    font-size: 14.54px;
}
.Categories-cus .Accessories p {
    font-size: 13.7px;
}
.Categories-cus .row:last-child .col-md-4 {
    flex: 33.333%;
    max-width: 33.333%;
}
.section.Categories-cus .Accessories.d-flex {
    width: 100%;
} 
}
.footer-main .section2 input.btn.btn-primary {
    content: '';
    background-image: url('https://everything-wd.mymaropost.com/assets/images/Vector.png');
    background-size: 28px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    font-size: 0;
}
div#header-call ul.dropdown-menu.dropdown-menu-right {
    opacity: 0;
    visibility: hidden;
}
div#header-call ul {
    width: 100%;
    display: block;
}
div#header-call  li.nav-item.dropdown:hover ul.dropdown-menu.dropdown-menu-right {
    opacity: 1;
    visibility: visible;
}
div#header-call ul.non-user {
    display: flex;
}
ul.non-user {
    padding: 11px;
}
@media(max-width:390px) {
.n_automotiv .section.Categories-cus .text6 h3 {
    font-size: 24.73px;
    line-height: 34.73px;
}
.section.Categories-cus .row:first-child .col-md-4 {
    width: 59%;
}
.n_automotiv .section.Categories-cus .text6 h3 {
    text-align: center;
}
.section.Categories-cus .row:first-child .col-md-4 {
    width: 70%;
}
.bd-example.bd-example-tabs .nav.nav-tabs a {
    font-size: 9px;
}
.thumb_list .card-footer .btn, .thumbnail.card-body .buying-options .btn {
    font-size: 9px;
}
body#n_category article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 p.card-title.h4 {
    height: 68px;
}
.product-slide .textleft a.btn {
    width: 100%;
}
.card.thumbnail.card-body.text-center p.card-title.h4 a {
    font-size: 12px;
    line-height: 0;
}
.product-slide .col-md-9 {
    margin-top: -45px;
}
}
/*css for tampate*/
.main-box {
    margin: auto;
}
.second-box .icon-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #f9f9f9;
}
.box-des-1 .icon-box span {
    color: #000;
    font-size: 18px;
}
.box-des-1 a {
    text-decoration: none;
}
body#n_content div#main-content {
    padding-top: 0;
}
.banner-video video {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.banner-video  .banner-content h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'DM Sans';
}
.Location p {
    font-family: 'DM Sans';
    font-size: 17px;
}
.banner-video .banner-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-video {
    position: relative;
}
.banner-video .youtube-container:before {
    content: '';
    background: #00000045;
    width: 100%;
    position: absolute;
    left: 0;
    height: 98%;
    top: 0;
    z-index: 99;
    border-radius: 10px;
}
.banner-video  .banner-content {
    z-index: 999;
}
.second-content h1, .main-box h1  {
    font-weight: 700;
    font-family: 'DM Sans';
    text-align: center;
}
.thired-sec-box h1, .installation h1 {
    font-weight: 700;
    font-family: 'DM Sans';
    text-align: center;
}
.second-content p {
    font-family: 'DM Sans';
}
.second-content, .thired-sec-box  {
    margin: 50px 0 25px;
}
.second-content p {
    font-family: 'DM Sans';
    font-size: 17px;
}
.second-box .icon-box span, .main-box p {
    font-size: 16px;
    font-family: 'DM Sans';
}
.second-box .icon-box {
    margin: 9px 10px;
    padding: 10px 10px;
    justify-content: left;
}
span.vehicle-menu {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #222222;
    position: relative;
    top: 0px;
}
.btn.p-0.vehicle-icon {
    display: flex;
    align-items: center;
    gap: 7px;
}
.btn-group .btn.p-0.vehicle-icon svg#Capa_1 {
    width: 30px;
    height: 30px;
}
.second-box .icon-box {
    display: block !important;
    text-align: center;
}
.second-box .icon-box img {
    display: block;
    margin: auto;
}
/*galery*/
/*.gallery {
  display: grid;
  grid-gap: 10px;
  /* fill the page's width with columns, each having from about 200 to 400 px */
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  
  /* first row's height: 250px, second row's: 150px, third row's: 250px, and so on */
  grid-auto-rows: 250px 150px;
  
  /* from MDN: "fill in holes earlier in the grid, if smaller items come up later" */
  grid-auto-flow: dense;
}*/
.item {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* for larger screens... */
  @media (min-width: 480px) {
    
    /* first item will have size 2x2 */
    &:first-child {
      grid-area: 1 / 1 / span 2 / span 2;
    }
    /* and every third item will have size 2x1 */
    &:nth-child(3n) {
      grid-column: span 2;
    }
 
  }
}
@media(max-width:767px) {
.second-box .icon-box span, .main-box p {
    text-align: justify;.fhilter90
}
.second-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
} 
.second-box .icon-box {
    min-height: 136px;
}
}
/* product page */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: rgb(151 215 0) !important;
    border-color: rgb(151 215 0) !important;
}
.tab-content {
    padding: 30px;
    border: unset;
    background: #fff;
}
body, * {
    --theme-colour-primary: rgba(9, 43, 65, 1) /*{theme-primary-colour}*/;
    --theme-colour-secondary: rgba(200, 29, 36, 1) /*{theme-secondary-colour}*/ !important;
}
.call-for-price a.btn.btn-info.btn-lg.btn-block {
    background: #97d700;
    border: unset;
}
#shipbox button.btn {
    background: #97d700;
}
p.product-sku {
    font-size: 18px !important;
    font-weight: 800 !important;
}
button#geo_search {
    padding: 13px 0;
    background: #97d700;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
form#store-finder {
    padding-top: 20px;
}
form#store-finder input {
    height: 50px;
}
select#geo_radius {
    height: 50px;
}
#n_product .extra-options form.buying-options .btn:hover {
    background: #bce47a;
}
#shipbox button.btn:hover {
    background: #bce47a;
    color: #fff !important;
}
div#compat_list select {
    margin-bottom: 12px;
}
@media(min-width:1000px) {
	body .with-icon-part {
    p {
        font-size: 12.1px;
        line-height: 24.33px;
    }
}
}
span.nhu7 {
    text-transform: uppercase;
}
.bd-example.bd-example-tabs .tab-content {
    border: unset !important;
}
.maker56 a.btn-pr:hover {
    border: 1px solid #97D700;
}
.maker56 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px;
}
.maker56 a.btn-pr.btn.btn-1.hover-filled-slide-left {
    margin-top: 0;
}
.featured-brands h3 {
    margin-bottom: 0;
    margin: 0;
}
@media(min-width:768px) {
.header-search {
    margin-right: 10px !important;
}
div#header-call ul.non-user {
    border-radius: 4px;
    height: 45px;
}
div#header-cart {
    display: flex;
    align-items: center;
}
.btn.p-0.vehicle-icon {
    box-shadow: inset 0 0 0 0 #97d700;
    transition: cubic-bezier(0.44, 0.11, 0.58, 1) 2.9s;
    cursor: pointer;
    background: unset;
    padding: 7px 10px !important;
    border: 2px solid #008140;
    height: 45px;
    align-items: center;
    border-radius: 4px !important;
}
div#header-cart a#cartcontentsheader {
    box-shadow: inset 0 0 0 0 #97d700;
    transition: cubic-bezier(0.44, 0.11, 0.58, 1) 2.9s;
    cursor: pointer;
    background: unset;
    border: 2px solid #008140;
    height: 45px;
    align-items: center;
    border-radius: 4px !important;
    text-align: center;
}
div#header-cart {
    gap: 10px;
}
div#header-cart {
    margin-top: 0 !important;
}
div#header-cart a#cartcontentsheader {
    justify-content: center;
    white-space: unset !important;
    display: block;
    padding: 0px 10px !important;
}
div#header-cart a#cartcontentsheader:hover, .btn.p-0.vehicle-icon:hover {
    box-shadow: inset -4000px 0 0 0px #97d700;
}
}
.main-cat-desing .card.mb-2 ul.dropdown-menu.dropdown-menu-horizontal {
    display: none;
}
@media(max-width:767px) {
.slider-section-2 button.slick-arrow {
    top: 29%;
}
.slider-section-2 button.slick-prev.slick-arrow {
    left: 0%;
}
.slider-section-2 button.slick-prev.slick-arrow:before {
    width: 16px;
    height: 16px;
}
.slider-section-2  button.slick-next.slick-arrow {
    right: 0%;
}
.slider-section-2 button.slick-next.slick-arrow:before {
    width: 16px;
    height: 16px;
}
body#n_category section.row.top-category-design p {
    height: unset;
}
body#n_category section.row.top-category-design  p {
    font-size: 10px;
    font-family: 'DM Sans';
}
body#n_category div#main-content section.row.top-category-design ul.slick-dots {
    justify-content: center;
}
span.nhu7{
display:none; 
}
.logo-section .on-mobile ul.non-user {
    cursor: pointer;
    background: unset;
    border: 2px solid #008140;
    height: 33px;
    align-items: center;
    border-radius: 4px !important;
    text-align: center;
}
div#header-cart a#cartcontentsheader {
    box-shadow: inset 0 0 0 0 #97d700;
    transition: cubic-bezier(0.44, 0.11, 0.58, 1) 2.9s;
    cursor: pointer;
    background: unset;
    padding: 2px 5px !important;
    border: 2px solid #008140;
    height: 33px;
    align-items: center;
    border-radius: 4px !important;
    text-align: center;
}
#header-cart a#cartcontentsheader>div {
    display: none;
}
div#header-cart {
    margin-top: 0 !important;
}
body div#header-cart p.m-0.h2 svg {
    margin-right: 0 !important;
}
.logo-section div#header-cart a#cartcontentsheader p.m-0.h2 svg {
    position: relative;
    top: -4px;
}
.logo-section .on-mobile ul.non-user li.icon78 {
    position: relative;
    right: 0;
}
.btn.p-0.vehicle-icon {
    box-shadow: inset 0 0 0 0 #97d700;
    transition: cubic-bezier(0.44, 0.11, 0.58, 1) 2.9s;
    cursor: pointer;
    background: unset;
    padding: 2px 5px !important;
    border: 2px solid #008140;
    height: 33px;
    align-items: center;
    border-radius: 4px !important;
    text-align: center;
    margin-left: 14px;
}
}
.fife56 {
    display: flex;
    align-items: center;
    background: #000;
}
.fife56 span.close-toogle-finder {
    right: 8%;
    left: auto;
    font-family: 'circular';
}
.fife56 .title {
    display: flex;
    gap: 20px;
    padding: 14px 26px;
    align-items: center;
}
.fife56 .title svg {
    color: #bce47a;
}
.fife56 .title div {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    font-family: 'DM Sans';
}
@media(max-width:430px) {
.fife56 .title div {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    font-family: 'DM Sans';
}
.btn.p-0.vehicle-icon {
    margin-left: 5px;
}
div#header-call ul.non-user {
    margin-right: 7px;
}
.on-mobile svg {
    height: 15px;
    width: 15px;
}
.logo-section .on-mobile ul.non-user li.icon78 {
    top: -2px;
}
.btn-group .btn.p-0.vehicle-icon svg#Capa_1 {
    width: 15px !important;
    height: 15px !important;
}
a.btn-pr.btn-1.hover-filled-slide-left {
    margin: auto;
}
.section.Categories-cus .row:first-child .col-md-4 {
    width: 100% !important;
    text-align: center !important;
}
.logo-section .on-mobile.col-12 {
    padding-right: 6px;
}
}
.wrapper-product-title>h1 {
    font-family: 'DM Sans';
    line-height: 34px;
}
div#_jstl__header_r p.product-sku {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.wrapper-pricing .h1 {
    color: #000;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail {
    box-shadow: unset !important;
    border: 1px solid #d4d4d4;
    padding: 8px 8px 16px;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail p.card-title.h4 {
    font-family: 'DM Sans';
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail span.rrp-price {
    margin-bottom: -3px;
    color: #a7a0a0;
    margin-right: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'helvetica neue';
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail button, body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail 
 a.btn.btn-primary.btn-loads {
    border-color: #95d400 !important;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
body#n_product .row.products-row article.pb-2 {
    padding-bottom: 11px!important;
}
.main-image.text-center a.embed-responsive.embed-responsive-1by1 {
    height: 450px;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail button:before, a.sign-in:before, body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail a.btn.btn-primary.btn-loads:before {
    background-color: #bce47a;
    transition: 0.3s ease-out;
    border-radius: 7px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail button, body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail a.btn.btn-primary.btn-loads {
    position: relative;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail span, a.sign-in span {
    z-index: 9;
    position: relative;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail button:hover:before, a.sign-in:hover:before, body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail a.btn.btn-primary.btn-loads:hover:before {
    width: 0% !important;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail button:hover, body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail a.btn.btn-primary.btn-loads:hover {
    color: #fff;
    background: #97d700 !important;
    border: 2px solid #006d33 !important;!i;!;
}
.footer-main .container {
    position: relative;
    z-index: 9;
}
section.row.top-category-design a {
    text-align: center;
}
section.row.top-category-design a img.img-fluid {
    display: block;
    margin: auto;
}
body#n_category section.row.top-category-design  p {
    font-size: 13px;
    font-family: 'DM Sans';
}
section.row.top-category-design .col-12.text-center {
    border: unset !important;
}
section.row.top-category-design .col-12.text-center a {
    border: 1px solid #efefef !important;
    display: block;
    margin-top: 6px;
}
body section.row.top-category-design .col-12.text-center {
    border: unset;
    padding-left: 3px;
    padding-right: 3px;
}
body#n_category div#main-content section.row.top-category-design {
    display: block;
    width: 100% !important;
}
body#n_category div#main-content section.row.top-category-design ul.slick-dots {
    display: flex;
    padding: 0;
    list-style: none;
    margin-top: 13px;
}
body#n_category div#main-content section.row.top-category-design ul.slick-dots li button {
    border: unset;
    margin-right: 6px;
    font-size: 0;
    padding: 2px 27px;
    border-radius: 10px;
}
body#n_category div#main-content section.row.top-category-design ul.slick-dots li.slick-active button {
    background: #95d400;
} 
body#n_category .collapse a {
    border-bottom: 1px solid #ecefe870 !important;
    padding-bottom: 13px !important;
}
body#n_category .main-cat-desing aside#left-sidebar a {
    font-family: 'DM Sans';
}
body#n_category .main-cat-desing aside#left-sidebar {
    border: unset !important;
}  
body#n_category .main-cat-desing aside#left-sidebar {
    margin-right: 20px;
    padding: 5px 5px;
}
body#n_category .main-cat-desing .list-group-item:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
}
body#n_category .main-cat-desing .position-relative.border-bottom.dropdown.dropdown-hover a.text-dark.list-group-item.list-group-item-action {
    padding-bottom: 14px;
}
body#n_category .position-relative.border-bottom {
    width: 100%;
    margin: auto;
}

 
body#n_category .card-header {
    padding-bottom: 2px !important;
}

body#n_category .card-header {
    padding-left: 0;
    padding-right: 0;
}
body#n_category .card-header h3 {
    font-weight: 500 !important;
    padding: 2px 9px 10px;
}
body#n_category .main-cat-desing aside#left-sidebar .card-header h3 a.d-block {
    padding-left: 0 !important;
}   
body .with-icon-part {
    & p {
        a {
            font-size: 12px;
        }
    }
}
.header-1 .social-icon a svg {
    width: 20px;
    height: 20px;
}
.logo-section {
    background: #fff;
}
.card.thumbnail.card-body.text-center span.rrp-price {
    color: #c72b2b !important;
    font-weight: 400;
    font-size: 14px;
    margin-right: 11px;
}
.card-design .card.thumbnail p.card-title.h4 a {
    font-weight: 300;
    font-family: 'DM Sans';
}
.card.thumbnail.card-body.text-center:hover {
    box-shadow: 4px 3px 22px -4px #8b8d91a8;
}
.rev_slide.slick-slide.slick-current.slick-active.slick-center img.img-fluid {
    width: 100%;
    width: 100%;
 transition: 0.2s;
}
.slider-section-2 .rev_slide.slick-slide.slick-current.slick-active.slick-center img.img-fluid.img-responsive:hover {
    transform: unset !important;
}
.rev_slide.slick-slide .img-s img {
    width: 96%;
}

.desktop {
    width: 38%;
}

.desktop img {
    width: 95%;
    margin-right: 0;
    margin: auto;
    display: block;
}

.rev_slider .slick-slide{
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.rev_slider .slick-slide,
.rev_slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.3s ease-in-out;
}
/* .rev_slider .slick-center,
.rev_slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
 
}
.rev_slider .slick-current.slick-active{
  transform: scale(1.1);
 
}
*/
.slider-section-2 button.slick-arrow {
    position: absolute;
    top: -70px;
    z-index: 99;
}
.slider-section-2  button.slick-prev.slick-arrow {
    left: 18%;
}
.slider-section-2 button.slick-arrow {
    font-size: 0;
    background: transparent;
    border: unset;
}
.slider-section-2  button.slick-next.slick-arrow {
    right: 18%;
}

.slider-section-2  button.slick-prev.slick-arrow:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-43deg);
}
.slider-section-2 button.slick-next.slick-arrow:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(132deg);
}
.bd-example.bd-example-tabs .nav.nav-tabs a {
    margin-right: 5px;
}

body div#_jstl__header_r p.product-sku {
    font-size: 18px !important;
    font-weight: 500 !important;
}
div#_jstl__buying_options_r .up label.nc_cross_part {
    padding-left: 14px;
}
div#_jstl__buying_options th {
    font-family: 'DM Sans';
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
}
div#_jstl__buying_options label {
    font-family: 'DM Sans';
    font-size: 16px;
}
div#_jstl__buying_options  select {
    font-family: 'DM Sans';
    font-size: 16px;
}
body#n_category .brand-main button.slick-prev.slick-arrow {
    left: 0;
}
body#n_category .brand-main button.slick-arrow {
    top: 42%;
}

body#n_category .brand-main section.top-category-design {
    position: relative;
    top: -21px;
}

.main-image button {
    position: absolute;
    top: 40%;
}
.main-image button.main-prv {
    left: 100px;
    z-index: 9;
    transition-duration: .3s;
    transition-property: transform, opacity, background-color;
opacity: 0;
}
a.embed-responsive.embed-responsive-1by1 .zoom.embed-responsive-item img {
    height: 450px !important;
    object-fit: contain !important;
    padding-left: 100px;
}
.main-image button {
    font-size: 0;
    border: unset;
    background-color: rgba(255, 255, 255, .3);
    transition: background-color .3s ease-in-out;
}
.main-image button.main-prv:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-43deg);
}
.main-image button.main-next:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(132deg);
    right: 15px;
}
.logo-section-main a {
    text-decoration: none;
}  

div#header-cart a#cartcontentsheader span.cart-count {
    position: absolute;
    left: 25px;
    top: 2px;
    background: #ed6912;
    padding: 0 6px;
    border-radius: 36px;
    color: #fff;
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
}
.main-image button.main-prv {
    z-index: 9;
    -webkit-transform: translate3d(-120px, 0, 0);
    -ms-transform: translate3d(-120px, 0, 0);
    -o-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
    transition-duration: .5s;
    left: 176px;
    opacity: 0;
}
.main-image button {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
    width: 80px;
    text-align: center;
    padding-left: 31px;
}
.main-image button {
    font-size: 0;
    border: unset;
    transition: background-color .3s ease-in-out;
}
.main-image.hover-container button.main-prv {
    left: 270px;
    opacity: 1;
}
.main-image.text-center a.embed-responsive.embed-responsive-1by1 {
    border: unset;
}
.main-image button.main-next {
    padding: 0 8px;
}
.main-image button.main-next {
    -webkit-transform: translate3d(120px, 0, 0);
    -ms-transform: translate3d(120px, 0, 0);
    -o-transform: translate3d(120px, 0, 0);
    transform: translate3d(120px, 0, 0);
    transition-duration: .3s;
    transition-property: transform, opacity, background-color;
    right: 86px;
    opacity: 0;
}  
.main-image.hover-container button:after {
    opacity: 1;
}
.main-image button:after {
    opacity: 0;
} 
.main-image.hover-container button.main-next {
    right: 171px;
    opacity: 1;
}
.main-image button:hover {
    background: rgba(255, 255, 255, .5) !important;
}  
.row.product_main_sec .row.align-items-center.products_alt_images {
    gap: 6px;
}
@media(min-width:768px) {
.product-img-slider-mobile {
    display: none !important;
}
div#header-cart {
    margin-left: 8px;
}
.banner-text {
    padding-top: 27px;
}
.banner-text h1 {
    min-height: 100px;
}
.slider-section-2  button.slick-next.slick-arrow {
    right: 4%;
}
.slider-section-2  button.slick-prev.slick-arrow {
    left: 4%;
}
body .with-icon-part {
    svg {
        width: 18px;
    }
}
.mobile67 {
    display: none;
}
}





/*css update*/

.custom_product .disp_sec.productprice.productpricetext {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    margin: auto;
    padding: 19px 33px;
}

button#car_audio_temp_btn {
    position: relative;
}
.custom_product .disp_sec.productprice.productpricetext button:before {
    background-color: #94ca3c;
    transition: 0.3s ease-out;
    border-radius: 7px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.custom_product .disp_sec.productprice.productpricetext button:hover:before {
    width: 0% !important;
}
.custom_product .disp_sec.productprice.productpricetext button span {
    z-index: 99;
    position: relative;
}


.custom_product .disp_sec.productprice.productpricetext .contain6 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.price4 .rrp-di {
    display: inline-block;
}
.price4 {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.comb_qty {
    width: 23%;
}
.contain6 .items-count-wrapper {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 6px;
    font-family: 'DM Sans';
}
.price4 span.rrp_price {
    font-size: 1.175rem;
    font-family: 'DM Sans';
}
.price4 span.fin_pri {
    font-size: 1.175rem;
    font-family: 'DM Sans';
}
.price4 span.kit-subtotal-price {
    font-size: 1.225rem;
    font-weight: 600;
}
.grand-di {
    display: grid;
    width: 100%;
    margin-left: 48px;
}
.price4 span.rrp_price_total {
    font-size: 1.225rem;
    font-weight: 600;
}
.custom_product .disp_sec.productprice.productpricetext .contain6 button {
    width: 33%;
}
.custom_product .disp_sec.productprice.productpricetext .contain6 button {
    background: #bce47a !important;
}  
#n_product  .card-body .box-custom-click h4.title {
    font-weight: 300;
    font-family: 'DM Sans';
    font-size: 16.49px !important;
    display: block;
    text-align: left !important;
}
#n_product .card-body .box-custom-click p.price {
    text-align: left !important;
}
#n_product .cros-sell-sec .card .panel-body.card-body .box-custom-click:hover {
    box-shadow: 0px 0px 15px -4px #8b8d91a8 !important;
}

@media(min-width:900px) {
.product-img-slider.thumb-img-slider.slick-initialized.slick-slider.slick-vertical .slick-track .inner-thumb {
    margin: 6px 0;
}
.product-img-slider.thumb-img-slider.slick-initialized.slick-slider.slick-vertical .slick-list.draggable {

    overflow: hidden;
    height: 494px !important;
}
#neto-dropdown #cartcontents font.small {
    position: absolute;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    left: 0;
    width: 68%;
    margin: auto;
    right: -21px;
    font-family: 'DM Sans';
    color: #000;
}
#neto-dropdown #cartcontents font.small:before {
    content: '';
    background-image: url('https://everything-wd.mymaropost.com/assets/images/foter-image/trash-empty-svgrepo-com.svg');
    width: 32px;
    height: 32px;
    position: absolute;
    background-size: cover;
    left: -42px;
    margin-top: -3px;
}

.wrapper-product-title>h1 {
    padding-right: 20%;
}
.col-xs-12.main-pro-col .row:nth-of-type(2) .collapse {
    width: 100%;
}
#n_product .cros-sell-sec .card .panel-body.card-body .box-custom-click {
    width: 19.6% !important;
    flex: 0 0 19.6% !important;
    max-width: 19.6% !important;
}
.component.selector.col-md-8 .panel-body.card-body {
    display: flex;
    flex-wrap: wrap;
}
#n_product .cros-sell-sec .card .panel-body.card-body .box-custom-click {
    margin-bottom: 6px;
}
}
.logo-section .header-search .input-group-append button, .logo-section .header-search .input-group-append button:before {
    border-radius: 0px 3px 3px 0 !important;
}

@media(max-width:767px) {

.product-img-slider-mobile ul.slick-dots li {
    font-size: 0;
}
.product-img-slider-mobile ul.slick-dots {
    justify-content: center;
    display: flex;
    padding: 0;
    gap: 6px;
}

.product-img-slider-mobile ul.slick-dots li button {
    height: 11px;
    border: unset;
    border-radius: 20px;
    width: 11px;
    margin-top: 12px;
}
.product-img-slider-mobile ul.slick-dots li.slick-active button {
    background: #bce47a;
}
.product-img-slider-mobile {
    width: 100% !important;
    overflow: hidden;
}
.slider-section-2 button.slick-arrow {
    z-index: 8 !important;
}
#neto-dropdown #cartcontents font.small:before {
    content: '';
    background-image: url('https://everything-wd.mymaropost.com/assets/images/foter-image/trash-empty-svgrepo-com.svg');
    width: 32px;
    height: 32px;
    position: absolute;
    background-size: cover;
    left: -42px;
    margin-top: -3px;
}
#neto-dropdown #cartcontents font.small {
    position: absolute;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    left: 0;
    width: 68%;
    margin: auto;
    right: -21px;
}
.row.align-items-center.products_alt_images a.embed-responsive.embed-responsive-1by1 {
    height: 100% !important;
    width: 20%;
}
.breadcrumb-item {
    display: inline-block;
    align-items: center;
    width: auto !important;
}
.wrapper-product-title>h1 {
    padding-right: 30%;
}
.poswder4 {
    text-align: center;
}
.mobile67 {
    position: fixed;
    z-index: 9;
    right: 8px;
    bottom: 26px;
    background: #94ca3c;
    padding: 6px 10px;
    border-radius: 30px;
}
.col-xs-12.col-md-4.wrapper-components-thumbnail.box-custom-click.box-selected {
    border: 0px solid #94ca3c !important;
}
div#header-cart a#cartcontentsheader span.cart-count {
    left: 14px;
    width: 14px;
    height: 14px;
    font-size: 8px;
    z-index: 9;
    line-height: 14px;
    padding: 0;
    top: -4px;
}
.custom_product .disp_sec.productprice.productpricetext .contain6 {
    display: block;
}
.price4 {
    width: 100%;
}
.custom_product .disp_sec.productprice.productpricetext .contain6 button {
    width: 100%;
}
.price4 .rrp-di {
    margin-left: 0;
}
.price4 {
    margin-bottom: 6px;
}
.kit-summary-desktop.hotspot_grid {
    width: 100%;
    display: block;
}
a.embed-responsive.embed-responsive-1by1 .zoom.embed-responsive-item img {
    padding-left: 0;
}
.row.align-items-center.products_alt_images a.dahactive.embed-responsive.embed-responsive-1by1 {
    width: 20% !important;
}
[id="n_product"] .row.align-items-center.products_alt_images {
    order: 2;
}
[id="n_product"] div#_jstl__images_r {
    display: grid;
}
[id="n_product"] .main-image.hover-container button.main-prv {
    left: 0;
    opacity: 1;
    transform: unset;
}
[id="n_product"] .main-image.hover-container button.main-next {
    transform: unset;
    right: 0;
}
[id="n_product"] .main-image.text-center a.embed-responsive.embed-responsive-1by1 {
    height: 100% !important;
}
.accordion .btn.btn-link:after {
    top: 18px !important;
}
#n_product .cros-sell-sec .card .card-header {
    padding-left: 0;
    padding-right: 0;
}
}

body#n_category .brand-main button.slick-prev.slick-arrow {
    z-index: 99;
}
.footer-main:before {
    background-position: 50% 172px !important;
filter: opacity(0.1) !important;
}



/*23-10-2024*/

body#n_checkout div#main-content button:before {
    content: '';
    position: absolute;
    background-color: #94ca3c;
    transition: 0.3s ease-out;
    border-radius: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
body#n_checkout div#main-content button {
    position: relative;
    background-color: #ecffcc;
    border: none;
    cursor: pointer;
}
body#n_checkout div#main-content button span {
    position: relative;
}
body#n_checkout div#main-content button:hover:before {
    width: 0%;
}
body#n_checkout div#main-content button:hover {
    color: #000;
}
.table td, .table th, body#n_checkout div#main-content p, body#n_checkout div#main-content label {
    font-family: 'DM Sans';
}
.btn-danger, .btn-danger:hover {
    background: #ed6912;
    border-color: #ed6912;
}
body#n_checkout div#main-content button {
    height: 48px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-family: 'DM Sans';
    color: #fff;
    text-transform: uppercase;
}

.pagination .page-link {
    background: #94ca3c;
    border-color: #ccf190;
}
.pagination .active .page-link, .pagination .active .page-link:hover, .pagination .active .page-link:focus {
    background: #ed6912;
    border-color: #ed6912;
}
body#c_checkout button.btn.btn-primary.btn-lg.btn-block {
    background: #94ca3c;
    border-color: #94ca3c;
}


body#n_checkout div#main-content p a {
    color: #94ca3c;
    font-weight: 400;
    font-family: 'DM Sans';
}
.card.thumbnail.card-body.text-center a.thumbnail-image.pb-2 {
    overflow: hidden;
}
.slider-headding-1.top-heading a:hover {
    color: #97d700;
}
.rev_slider .slick-center,
.rev_slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
 
}
.rev_slider .slick-current.slick-active{
  transform: scale(1.1);
 
}  





/*ccc*/
/* Ankit Start Findify
.findify-components-autocomplete--suggestions {
    padding: 0 32px;
}
body .findify-container .findify-components--cards--product__title {
    width: auto;
}
.findify-container .findify-layouts--autocomplete--dropdown__container {
    margin-bottom: 0 !important;
}
body .findify-container.findify-autocomplete.findify-widget-1 {
    left: -134px !important;
    top: 56px !important;
} 
body .findify-container.findify-autocomplete.findify-widget-1 h4.findify-components-autocomplete--block-title {
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
body .findify-container .findify-components-autocomplete--suggestions__list li span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-style: normal;
    text-transform: none;
    font-family: 'DM Sans';
}
body .findify-container .findify-components-autocomplete--suggestions__list li {
    padding: 10px 10px;
}
body .findify-components-common--grid.findify-components-autocomplete--products__list .findify-components-common--grid__column a.findify-components--cards--product {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 13px 10px;
    -webkit-transition: all 0s;
    transition: all 0s;
}
body .findify-components-common--grid.findify-components-autocomplete--products__list .findify-components-common--grid__column {
    margin-bottom: 10px;
}


body  .findify-container .findify-components--cards--product__content .findify-components--cards--product__divider {
    display: none;
}

body  .findify-components-common--grid.findify-components-autocomplete--products__list .findify-components-common--grid__column a.findify-components--cards--product {
    text-decoration: none;
}
body  .findify-components-common--grid.findify-components-autocomplete--products__list .findify-components-common--grid__column a.findify-components--cards--product:hover {
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .12156862745098039);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .12156862745098039);
    -webkit-transition: all 0s;
    transition: all 0s;
}
body .findify-container .findify-components--cards--product__title {
    font-family: 'DM Sans';
    font-size: 13px !important;
    text-transform: capitalize;
    color: #333;
    font-weight: 300;
}
body  .findify-container .findify-components--cards--product--price__price {
    color: #97d700;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans';
}
.findify-container .findify-components--cards--product--price__price-wrapper {
    margin-top: 5px !important;
}
body .findify-container .findify-components--cards--product__horizontal .findify-components--cards--product__image {
    min-width: 100%;
    margin: 1px 0px 0 0;
    height: 140px;
}
.findify-container .findify-components--cards--product--price__compare {
    font-size: 16px !important;
    margin-left: 6px;
    font-family: 'DM Sans';
}
section.findify-layouts--autocomplete--dropdown, .findify-container .findify-components-common--grid .findify-components-common--grid__column, .findify-container .findify-components-common--grid .findify-components-common--grid__placeholder {
    background: #ffffff !important;
    border-radius: 7px;
}
.findify-components-common--grid__column.findify-components-autocomplete--layout__column.findify-components-common--grid__column-fit {
   padding:0px;
}
.findify-components-autocomplete--suggestions {
    padding: 3px 32px;
    background: #bce47a !important;
    border-radius: 7px 0 0 7px;
    height: 100%;
} 
.findify-container .findify-layouts--autocomplete--dropdown__container {
    margin-bottom: 0;
    border: 1px solid #e7dddd;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .12156862745098039);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .12156862745098039);
    -webkit-transition: all 0s;
    transition: all 0s;
}
.findify-container .findify-layouts--autocomplete--dropdown__container {
    margin-bottom: 0;
}
body .findify-components-common--grid.findify-components-autocomplete--products__list .findify-components-common--grid__column {
    width: 25%;
    flex-basis: calc(25% - 2px) !important;
    max-width: calc(25% - 1px) !important;
}
.findify-container .findify-components-autocomplete--products__list {
    flex-wrap: wrap;
}
.findify-container .findify-components--cards--product--price__price-wrapper {
    margin-top: 6px;
}
body .findify-container .findify-components--cards--product__horizontal .findify-components--cards--product__image {
    min-width: 100%;
    margin: 1px 0px 0 0;
}
body .findify-container .findify-components--cards--product__horizontal .findify-components--cards--product__image img {

    object-fit: contain;
}
a.findify-components-autocomplete--products__view-all {
    color: #bce47a !important;
}
.findify-container .findify-components-common--image {
    height: 100%;
    padding-bottom: 0 !important;
}
body .findify-components-common--grid.findify-components-autocomplete--products__list .findify-components-common--grid__column a.findify-components--cards--product {
    display: grid;
}
@media(min-width:1024px) {
.findify-container .findify-layouts--autocomplete--dropdown {
    width: 1030px !important;
}

Ankit End */
.product-img-slider.thumb-img-slider.slick-initialized.slick-slider.slick-vertical {
    width: 14%;
}
div#_jstl__images_r {
    display: flex;
}
.product-img-slider.thumb-sliders.slick-initialized.slick-slider {
    width: 80%;
}

}



.product-img-slider.thumb-sliders button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgb(237 255 209 / 30%);
    width: 80px;
    text-align: center;
    padding-left: 31px;
    border: unset;
}
.product-img-slider.thumb-sliders button.slick-next {
    right: 0;
}
.product-img-slider.thumb-sliders button.slick-next {
    background-color: rgb(237 255 209 / 30%);
    right: -31px;
    opacity: 0;
    transition-duration: .3s;
}
.product-img-slider.thumb-sliders.slick-initialized.slick-slider button.slick-arrow:hover {
    background: #edffd187;
}
.product-img-slider.thumb-sliders.slick-initialized.slick-slider button.slick-prev.slick-arrow::after {
    width: 30px !iMPORTANT;
    height: 30px !important;
}
.product-img-slider.thumb-sliders.slick-initialized.slick-slider button.slick-next.slick-arrow:after {
    width: 30px !iMPORTANT;
    height: 30px !important;
}
.product-img-slider.thumb-sliders:hover button.slick-next {
    right: 10px;
    opacity: 1;
}
.product-img-slider.thumb-sliders:hover button.slick-prev {
    left: 10px;
    opacity: 1;
}
.product-img-slider.thumb-sliders button.slick-prev.slick-arrow {
    left: 0px;
    opacity: 0;
    transition-duration: .3s;
}
.product-img-slider.thumb-sliders:hover button.slick-prev.slick-arrow {
    left: 10px;
    opacity: 1;
}
.product.attribute.description tr {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.product.attribute.description tr strong {
    font-family: 'DM Sans';
    font-weight: 600;
}
.product.attribute.description tr td:last-child strong {
    font-weight: 400;
    color: #2a2c2e;
}
.product.data table tr {
    border-bottom: 1px solid #d3d3d3;
}
.product.attribute.description tr td {
    padding: 14px 10px;
}
.product.attribute.description table {
    width: 100%;
}
i.far.fa-heart {
    font-size: 48px;
}
@media(max-width:767px) {
a.btn.btn-primary.btn-loads span {
    font-family: 'Arimo';
}
.thumbnail.card-body .buying-options .btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail span {
    font-size: 14px;
}
.product-img-slider.thumb-sliders.slick-initialized.slick-slider {
    display: none !important;
}
i.far.fa-heart {
    font-size: 28px;
}
body#n_checkout div#main-content td:nth-of-type(2) {
    padding-right: 0;
    padding-left: 10px;
}
body#n_checkout div#main-content button {
    width: 100%;
}
body#n_checkout div#main-content p.h4 {
    font-size: 12px;
}
body#n_checkout div#main-content p a {
    font-size: 12px;
    line-height: 15px;
}
body#n_category .thumb_list section.row.products-row article.col-12.pb-2 form.form-inline button {
    width: 100%;
}
.thumb_list section.row.products-row article.col-12.pb-2  a {
    font-family: 'DM Sans';
}
body#n_category .thumb_list section.row.products-row article.col-12.pb-2  .col-12.col-md-3.text-right {
    text-align: center !important;
}
body#n_category .thumb_list section.row.products-row article.col-12.pb-2 .col-12.col-md-3.text-right .price.lead.d-block {
    padding-top: 0;
}
body#n_category .thumb_list section.row.products-row article.col-12.pb-2 form.form-inline {
    float: unset !important;
}
body#n_category .thumb_list section.row.products-row article.col-12.pb-2 .col-12.col-md-3.text-right .price.lead.d-block {
    padding-top: 0;
    margin-top: -16px;
    position: relative;
    left: -20px;
}
.bd-example.bd-example-tabs .nav.nav-tabs a {
    font-family: 'DM Sans';
    padding-top: 6px;
    line-height: 27.88px;
}
.product-img-slider.thumb-img-slider.slick-initialized.slick-slider.slick-vertical {
    display: none;
}
.toogle-content a {
    font-size: 16px;
}
.toogle-headding h2 {
    font-size: 17px;
}
.toogle-content h2 {
    font-size: 17px;
}
.slider-headding-1.top-heading {
    margin-bottom: 10px;
}
.slider-section-2 .slick-list.draggable {
    min-height: 17vh;
}
.slider-section-2 button.slick-prev.slick-arrow {
    left: 0 !important;
    top: 45px;
}
.slider-section-2  button.slick-next.slick-arrow {
    right: 0% !important;
    top: 45px;
}

.slider-section-2 button.slick-next.slick-arrow:before{
    width: 16px !important;
    height: 16px !important;
}
.slider-section-2 button.slick-prev.slick-arrow:before {
    width: 16px !important;
    height: 16px !important;
}
.arrow-dots .slick-dots {
    margin-top: -30px;
}
body .thumb_cart .right a.float_right{
    left: auto !important;
right:0px !important;
}
.poswder4 {
    text-align: center !important;
}
}
body .tab-content .card.thumbnail.card-body.text-center a.btn.btn-primary.btn-loads {
    margin-top: 0;
}
body  .tab-content .card.thumbnail.card-body.text-center a.btn.btn-primary.btn-loads {
    min-height: unset;
}
body .tab-content .card.thumbnail.card-body.text-center a {
    min-height: 73px;
}
.findify-container .findify-components-autocomplete--suggestion-item__icon path {
    fill: #000;
}

.additional-attributes-wrapper.table-wrapper td.col, .additional-attributes-wrapper.table-wrapper th.col {
    padding: 14px 10px;
}
.product.attribute.description {
    margin-bottom: 20px;
}

.second-section2 .second-content {
    margin-top: 0;
}

body .card.thumbnail.card-body form.form-inline.buying-options a.btn.btn-primary.btn-loads span {
    position: relative;
    
}
form.form-inline.buying-options a.btn.btn-primary.btn-loads:before {
    content: '';
    position: absolute;
    background-color: #bce47a;
    transition: 0.3s ease-out;
    border-radius: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

body form.form-inline.buying-options a.btn.btn-primary.btn-loads {
    position: relative;
    background: #97d700;
    border: 2px solid #008140;
}
form.form-inline.buying-options a.btn.btn-primary.btn-loads:hover:before {
    width: 0;
}
form.form-inline.buying-options a.btn.btn-primary.btn-loads {
    position: relative;
}
body .row.product_main_sec .col-sm-6:nth-of-type(2) button.btn-lg.btn-loads {
    position: relative;
}

.row.product_main_sec .col-sm-6:nth-of-type(2) button.btn-lg.btn-loads:before {
    content: '';
    position: absolute;
    background-color: #94ca3c;
    transition: 0.3s ease-out;
    border-radius: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.row.product_main_sec .col-sm-6:nth-of-type(2) button.btn-lg.btn-loads:hover:before {
    width: 0%;
}
.row.product_main_sec .col-sm-6:nth-of-type(2) button.btn-lg.btn-loads span {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.row.product_main_sec .col-sm-6:nth-of-type(2) button.btn-lg.btn-loads {
    position: relative;
}
body .row.product_main_sec .col-sm-6:nth-of-type(2) button.btn-lg.btn-loads {
    position: relative;
    background: rgb(188 228 122) /*{buttons | btn-primary-background-colour-hover}*/ !important;
    border-color: rgb(148 202 60) /*{buttons | btn-primary-background-colour-hover}*/;
    border: 2px solid;
}
body .row.product_main_sec .col-sm-6:nth-of-type(2) button.btn-lg.btn-loads:hover {
    border-color: #94ca3c !important;
}
.open-slide-popup:before {
    background: rgba(0,0,0,.4);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

div#header-cart {
    z-index: 8 !important;
}
@media(min-width:820px) {
i.far.fa-heart {
    font-size: 48px;
}
.thumb_list section.row.products-row article.col-12.pb-2 .card-body img.product-image.img-fluid {
    width: 100px;
}
.thumb_list section.row.products-row article.col-12.pb-2 .col-4.col-md-3 {
    flex: 0 0 13%;
    max-width: 13%;
}
.thumb_list section.row.products-row article.col-12.pb-2 .card {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.thumb_list section.row.products-row article.col-12.pb-2  a {
    font-family: 'DM Sans';
}
.thumb_list section.row.products-row article.col-12.pb-2 p[itemprop="description"] {
    display: none;
}
.thumb_list section.row.products-row article.col-12.pb-2  h3.card-title.h4 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.thumb_list section.row.products-row article.col-12.pb-2 .card-body .row {
    align-items: center;
}
.thumb_list section.row.products-row article.col-12.pb-2 {
    padding-bottom: 12px !important;
}
.thumb_list section.row.products-row article.col-12.pb-2 .bg-transparent.border-0.card-footer.pt-0 button {
    white-space: nowrap;
    margin-bottom: 0;
    margin-top: 7px;
}
}
section.productdetails.n-responsive-content h4 {
    font-weight: 800;
    font-family: 'DM Sans';
}
.additional-attributes-wrapper.table-wrapper tr {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.additional-attributes-wrapper.table-wrapper table {
    width: 100%;
}
.additional-attributes-wrapper.table-wrapper table th, .additional-attributes-wrapper.table-wrapper table td {
    padding: 14px 10px;
}
.additional-attributes-wrapper.table-wrapper table td {
    font-weight: 400;
    color: #2a2c2e;
    font-family: 'DM Sans';
}
.additional-attributes-wrapper.table-wrapper {
    font-weight: 800;
    font-family: 'DM Sans';
}
.product.attribute.description tr td {
    padding: 14px 10px;
}
section.productdetails p {
    font-family: 'DM Sans';
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail button, body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail a.btn.btn-primary.btn-loads {
    position: relative;
}
.card.thumbnail.card-body.text-center button {
    font-family: 'Arimo';
}
@media(min-width:900px) {
.slider-section-2 .slick-list.draggable {
    min-height: 22vh;
}
body#n_category .thumb .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2, body#n_content .thumb section.row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.additional-attributes-wrapper.table-wrapper td.col, .additional-attributes-wrapper.table-wrapper th.col {
    width: 56.8%;
    padding: 14px 10px;
}
section.productdetails p {
    font-family: 'DM Sans';
}
body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail button, body#n_product .row.products-row article.col-6.col-sm-6.col-lg-3.col-xl-3.pb-2 .card.thumbnail a.btn.btn-primary.btn-loads {
    position: relative;
}
.card.thumbnail.card-body.text-center button {
    font-family: 'Arimo';
    font-size: 15px;
}
}

@media(min-width:1100px) {
.slider-section-2 .slick-list.draggable {
    min-height: 70vh !important;
}

}


@media(max-width:1500px) {
.logo-section .header-search .input-group-append button {
}
}


@media (min-width: 1024px) and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1100px;
    }
.input-group-append {
    margin-left: 0;
}
.logo-section .header-search .input-group-append button {
    height: 43px;
} 
.header-1 .calling-nub a:last-child {
    display: none;
}
}



.main-cat-desing .card-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px !important;
}

.main-cat-desing .card-header h3 {
    font-weight: 500 !important;
    padding: 2px 9px 10px;
}

div#_jstl__buying_options_r svg#Capa_1 {
    width: 29px;
    padding-right: 7px;
    position: relative;
    top: -1px;
}
div#_jstl__buying_options_r svg#Capa_1 path, div#_jstl__buying_options_r svg#Capa_1 g {
    fill: #fff;
}
body#n_content .main-cat-desing h1.page-header {
    display: none;
}
body#n_content section.top-category-design.slick-initialized.slick-slider {
    position: relative;
    top: -24px;
}
nav ul.pagination.justify-content-center li.page-item.active a.page-link {
    background: #95d400 !important;
}
nav ul.pagination.justify-content-center li.page-item a.page-link {
    background: #bce47a;
    border: 1px solid #95d400 !important;
}

nav ul.pagination.justify-content-center  .page-link:hover {
    background: #95d400 !important;
}

aside#left-sidebar ul.nav.list-group .row {
    display: flex;
}
aside#left-sidebar ul.nav.list-group li.list-group-item {
    border-bottom: 1px solid #ede8e8 !important;
    margin-bottom: 10px;
}
aside#left-sidebar ul.nav.list-group li.list-group-item .col-12.col-lg-7 {
    font-family: 'DM Sans';
} 


.thired-sec-box .gallery {
    overflow: hidden;
}
.thired-sec-box {
    overflow: hidden;
}
.thired-sec-box .gallery .slick-track {
    display: flex;
    overflow: hidden;
}

#n_product .row.btn-stack button.btn.in-Store {
    position: relative;
    background: rgb(188 228 122) /*{buttons | btn-primary-background-colour-hover}*/ !important;
    border-color: rgb(148 202 60) /*{buttons | btn-primary-background-colour-hover}*/;
    border: 2px solid;
}
#n_product .row.btn-stack button.btn.in-Store span {
    font-size: 18px;
    font-weight: 600;
}
#n_product .row.btn-stack button.btn.in-Store:before {
    content: '';
    position: absolute;
    background-color: #94ca3c;
    transition: 0.3s ease-out;
    border-radius: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#n_product .row.btn-stack button.btn.in-Store:hover:before {
    width: 0%;
}
#n_product .row.btn-stack button.btn.in-Store span {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.thumbnail.card-body .buying-options .btn {
    font-size: 16px;
}
a.npopup-btn-close {
    top: 2px;
}
div#payment-method-messaging-element {
    min-height: unset !important;
}
.seperate-offer .d-flex.align-items-center.float-left.w-100 {
    margin-bottom: 0;
}
.seperate-offer .wrapper-pricing.col-12 {
    padding-bottom: 0;
}
@media(max-width:400px) {
.mobile67 {
    right: 0px !important;
}
}


@media(max-width:375px) {
.mobile67 {
    right: -6px !important;
}
}


@media (max-width: 355px) {
    .mobile67 {
        right: -15px !important;
    }
}

/* ——————————————————————
   Align “bonus” panel to your product column
   —————————————————————— */
   
.alert.alert-success {
  width: 90%;
  max-width: 800px;
  margin: 2rem auto;
  padding: 1.5rem;
  box-sizing: border-box;
  background-color: #bce47a;
  text-align: center;
  border: none;
}
.alert.alert-success .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert.alert-success .thumbnail {
  max-width: 200px;
  margin: 0 auto;
}
.alert.alert-success .addtocart {
  display: none !important;
}

/* Force the <h3> to never break, while keeping your container rules alive */
.alert.alert-success h3 {
  display: block;        /* ensure it behaves like a full-width heading */
  width: 100%;           /* span the full alert box */
  white-space: nowrap;   /* never wrap text to the next line */
  overflow: hidden;      /* if it really can’t fit, hide the overflow */
  text-overflow: ellipsis; /* optional: show “…” if it overflows */
  margin-bottom: 1rem;
}



/* 9/6/25 in your single-product.css (or custom.css) */
.product-img-slider .inner-thumb {
  /* assuming your LCP is always square: */
  aspect-ratio: 1 / 1; 
  width: 100%;           /* fill its container */
  overflow: hidden;      /* hide any overshoot */
}
.product-img-slider .inner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;   /* or cover if you prefer */
}
