.navigation {
width: 100%;
position: relative;
font-family: inherit;
display: flex;
align-items: center;
padding: 0;
justify-content: space-between;
height: 100%;
}
.navigation * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
height: 100%;
}
.navigation-fixed {
position: fixed;
top: 0;
left: 0;
z-index: 19998;
}
.navigation-hidden {
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.align-to-right {
float: right;
}
.nav-header {
width: 120px;
height: auto;
background: #fff;
padding: 0;
border-radius: 50%;
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
margin: 0rem;
transform: scale(1);
transition: 1s ease-in-out;
position: absolute;
top: 2rem;
right: 0;
left: 0;
margin: auto;
z-index:1;
}
.navigation-hidden .nav-header {
display: none;
}
.nav-brand img {
padding: 0.3rem;
width:100%;
height:100%;
}
.nav-brand:hover,
.nav-brand:focus {
color: #343a40;
}
.navigation-portrait .nav-brand {
font-size: 18px;
line-height: 48px;
}
.nav-logo > img {
height: 48px;
margin: 11px auto;
padding: 0 15px;
float: left;
}
.nav-logo:focus > img {
outline: initial;
}
.navigation-portrait .nav-logo > img {
height: 36px;
margin: 6px auto 6px 15px;
padding: 0;
}
.nav-toggle {
width: 30px;
height: 30px;
padding: 6px 2px 0;
position: absolute;
top: 5px;
margin-top: -14px;
left: -33vw;
display: none;
cursor: pointer;
}
.header-scrolled .nav-toggle {
top: 20px;
}
.nav-toggle:before {
content: "";
position: absolute;
width: 24px;
height: 2px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}
.navigation-portrait .nav-toggle {
display: block;
}
.navigation-portrait .nav-menus-wrapper {
width: 320px;
height: 100%;
top: 0;
left: -400px;
position: fixed;
background-color: #fff;
z-index: 20000;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition-duration: 0.2s;
transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
left: auto;
right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
left: 0;
}
.navigation-portrait
.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
left: auto;
right: 0;
}
.nav-menus-wrapper-close-button {
width: 100%;
height: 50px;
margin: 0;
display: none;
float: right;
color: #ffffff;
text-align: right;
font-size: 26px;
cursor: pointer;
background: #BF8734;
padding: 10px;
}
.navigation-portrait .nav-menus-wrapper-close-button {
display: block;
}
.nav-menu {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
font-size: 0;
}
.navigation-portrait .nav-menu {
width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
float: none;
text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
float: none;
}
.nav-menu > li {
display: inline-block;
float: left;
text-align: left;
}
.navigation-portrait .nav-menu > li {
width: 100%;
position: relative;
border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
border-top: none;
}
.nav-menu > li > a {
padding: auto;
display: inline-block;
text-decoration: none;
font-size: 18px;
color: #616161;
transition: 0.3s all;
padding: 0 20px;
}
.nav-menu > li > a:hover {
color: #000;
font-weight: 600;
transition: 0.3s all;
}
.navigation-portrait .nav-menu > li > a {
width: 100%;
height: auto;
padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
color: #000;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
width: 18px;
height: 16px;
line-height: 16px;
transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
width: 16px;
display: inline-block;
transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
width: 100%;
text-align: center;
}
.nav-menu.nav-menu-social > li {
text-align: center;
float: none;
border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
padding: 15px;
}
.submenu-indicator {
margin-left: 6px;
margin-top: 6px;
float: right;
transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
width: 54px;
height: 44px;
margin-top: 0;
position: absolute;
top: 0;
right: 0;
text-align: center;
z-index: 20000;
}
.submenu-indicator-chevron {
height: 8px;
width: 8px;
display: block;
border-style: solid;
border-width: 0 3px 3px 0;
border-color: transparent #000 #000 transparent;
transform: rotate(45deg);
transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
position: absolute;
top: 18px;
left: 24px;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
transform: rotate(-180deg);
}
.nav-overlay-panel {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
display: none;
z-index: 19999;
}
.navigation-portrait .nav-button {
width: calc(100% - 52px);
margin: 17px 26px;
}
.nav-text {
margin: 25px 15px;
display: inline-block;
color: #343a40;
font-size: 14px;
}
.navigation-portrait .nav-text {
width: calc(100% - 52px);
margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
margin-top: 15px;
}
.nav-dropdown {
min-width: 180px;
margin: 0;
padding: 0;
display: none;
position: absolute;
list-style: none;
z-index: 98;
white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
width: 100%;
position: static;
left: 0;
}
.nav-dropdown .nav-dropdown {
left: 100%;
}
.nav-dropdown > li {
width: 100%;
float: left;
clear: both;
position: relative;
text-align: left;
}
.nav-dropdown > li > a {
width: 100%;
padding: 16px 20px;
display: inline-block;
text-decoration: none;
float: left;
font-size: 15px;
color: #343a40;
background-color: #f7eee3;
font-family: Futura PT Heavy;
}
.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
color: #84826B;
}
.nav-dropdown.nav-dropdown-left {
right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
left: auto;
right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
padding-left: 90px;
}
.navigation-portrait
.nav-dropdown
> li
> ul
> li
> ul
> li
> ul
> li
> ul
> li
> a {
padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
right: 15px;
top: 10px;
position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
right: 0;
top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
transform: rotate(-45deg);
}
.navigation-portrait
.nav-dropdown
.submenu-indicator
.submenu-indicator-chevron {
transform: rotate(45deg);
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
left: 10px;
}
.navigation-landscape
.nav-dropdown.nav-dropdown-left
.submenu-indicator
.submenu-indicator-chevron {
transform: rotate(135deg);
}
.nav-dropdown-horizontal {
width: 100%;
left: 0;
background-color: #fdfdfd;
border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
width: 100%;
top: 100%;
left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
border-top: none;
}
.nav-dropdown-horizontal > li {
width: auto;
clear: none;
position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
width: 100%;
}
.nav-dropdown-horizontal > li > a {
position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
height: 18px;
top: 11px;
transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
height: 42px;
top: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.navigation-portrait
.nav-dropdown-horizontal
.submenu-indicator.submenu-indicator-up {
transform: rotate(-180deg);
}
.megamenu-panel {
width: 100%;
padding: 15px;
display: none;
position: absolute;
font-size: 14px;
z-index: 98;
text-align: left;
color: inherit;
border-top: solid 1px #f0f0f0;
background-color: #fdfdfd;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}
.navigation-portrait .megamenu-panel {
padding: 25px;
position: static;
display: block;
}
.megamenu-panel [class*="container"] {
width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
padding: 0;
}
.megamenu-panel-half {
width: 50%;
}
.megamenu-panel-quarter {
width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
width: 100%;
}
.megamenu-panel-row {
width: 100%;
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
content: "";
display: table;
line-height: 0;
}
.megamenu-panel-row:after {
clear: both;
}
.megamenu-panel-row [class*="col-"] {
display: block;
min-height: 20px;
float: left;
margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
float: none;
display: block;
width: 100% !important;
margin-left: 0;
margin-top: 15px;
}
.navigation-portrait
.megamenu-panel-row:first-child
[class*="col-"]:first-child {
margin-top: 0;
}
.megamenu-panel-row .col-1 {
width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
width: 22.75%;
}
.megamenu-panel-row .col-4 {
width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
width: 48.5%;
}
.megamenu-panel-row .col-7 {
width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
width: 74.25%;
}
.megamenu-panel-row .col-10 {
width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
width: 100%;
}
.megamenu-tabs {
width: 100%;
float: left;
display: block;
}
.megamenu-tabs-nav {
width: 20%;
margin: 0;
padding: 0;
float: left;
list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
width: 100%;
}
.megamenu-tabs-nav > li > a {
width: 100%;
padding: 10px 16px;
float: left;
font-size: 13px;
text-decoration: none;
color: #343a40;
border: solid 1px #eff0f2;
outline: 0;
background-color: #fff;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
background-color: #f5f5f5;
}
.megamenu-tabs-pane {
width: 80%;
min-height: 30px;
padding: 20px;
float: right;
display: none;
font-size: 13px;
color: #343a40;
border: solid 1px #eff0f2;
background-color: #fff;
}
.megamenu-tabs-pane.active {
display: block;
}
.navigation-portrait .megamenu-tabs-pane {
width: 100%;
}
.megamenu-lists {
width: 100%;
display: table;
}
.megamenu-list {
width: 100%;
margin: 0 0 15px;
padding: 0;
display: inline-block;
float: left;
list-style: none;
}
.megamenu-list:last-child {
margin: 0;
border: none;
}
.navigation-landscape .megamenu-list {
margin: -15px 0;
padding: 20px 0;
border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
border: none;
}
.megamenu-list > li > a {
width: 100%;
padding: 10px 15px;
display: inline-block;
color: #343a40;
text-decoration: none;
font-size: 13px;
}
.megamenu-list > li > a:hover {
background-color: #ff6b00;
color: #fff;
}
.megamenu-list > li.megamenu-list-title > a {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #343a40;
}
.megamenu-list > li.megamenu-list-title > a:hover {
background-color: transparent;
}
.navigation-landscape .list-col-2 {
width: 50%;
}
.navigation-landscape .list-col-3 {
width: 33%;
}
.navigation-landscape .list-col-4 {
width: 25%;
}
.navigation-landscape .list-col-5 {
width: 20%;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
color: #84826B;
}
.main_header_area.sticky {
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #fff;
z-index: 9999;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 99;
}
.navigation-portrait .nav-menu > li > a {
width: 100%;
height: auto;
padding: 10px 10px 10px 30px;
}
ul#menu-sidebar-menus {
list-style: none;
padding: 60px 20px;
}
ul#menu-sidebar-menus li {
padding: 5px 0;
margin: 5px;
position: relative;
}
ul#menu-sidebar-menus li a:after {
content: "";
position: absolute;
left: 0;
width: 100%;
bottom: -7px;
height: 2px;
background: #BF8734;
}
ul#menu-sidebar-menus li a {
position: relative;
width: 100%;
display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.nav-dropdown > li > a,
.megamenu-list > li > a {
width: 65%;
}
}@media only screen and (min-width:3000px){.nav-toggle{left:-18vw!important}.banner-section{min-height:40vh}.delivery-section::before{height:7vw}.mobile-serachbar{display:none}.page-id-42502 .product-name h3{font-size:22px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:16px}.page-id-42502 span.woocommerce-Price-amount.amount,.page-id-42502 span.woocommerce-Price-amount.amount bdi,.page-id-42502 span.woocommerce-Price-currencySymbol{font-size:20px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.page-id-42502 .product-add-to-cart{margin-left:auto}}@media only screen and (min-width:1800px){.nav-toggle{left:-30vw}.mobile-serachbar{display:none}.site-search{margin-left:50px}.page-id-42502 .product-name h3{font-size:22px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:16px}.page-id-42502 span.woocommerce-Price-amount.amount,.page-id-42502 span.woocommerce-Price-amount.amount bdi,.page-id-42502 span.woocommerce-Price-currencySymbol{font-size:20px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.page-id-42502 .product-add-to-cart{margin-left:auto}}@media only screen and (min-width:1600px) and (max-width:1750px){.site-search{margin-left:50px}.page-id-42502 .product-name h3{font-size:22px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:16px}.page-id-42502 span.woocommerce-Price-amount.amount,.page-id-42502 span.woocommerce-Price-amount.amount bdi,.page-id-42502 span.woocommerce-Price-currencySymbol{font-size:20px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.page-id-42502 .product-add-to-cart{margin-left:auto}}@media only screen and (min-width:1401px) and (max-width:1599px){.Vehicle_main_grid{grid-template-columns:1fr 1fr 1fr 1fr}.mbile-serachbar{display:none}.site-search{margin-left:110px}.page-id-42502 .product-name h3{font-size:22px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:16px}.page-id-42502 span.woocommerce-Price-amount.amount,.page-id-42502 span.woocommerce-Price-amount.amount bdi,.page-id-42502 span.woocommerce-Price-currencySymbol{font-size:20px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.page-id-42502 .product-add-to-cart{margin-left:auto}}@media only screen and (min-width:1201px) and (max-width:1400px){.mobile-serachbar{display:none}form.search_form_2{gap:10px;padding-right:10px;margin-left:auto;width:100%}.nav-toggle{left:-40vw}.banner-slider .owl-dots{display:flex;width:100%;position:absolute;left:0;bottom:10%;background-color:transparent;height:auto;align-items:center;justify-content:center;flex-direction:row;gap:20px}.filter-products .tab-content .tab-pane .products,.filter-products .tab-content .tab-pane .products.shop-product{grid-template-columns:1fr 1fr 1fr}.Vehicle_main_grid{grid-template-columns:1fr 1fr 1fr 1fr}form.search_form_2 [type=submit]{height:40px;width:40px;flex:0 0 40px;padding:0}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important}.cart_totals .checkout-button{width:auto;padding:8px 16px}}@media only screen and (max-width:1050px){.banner-section{min-height:40vh}}@media only screen and (min-width:1300px) and (max-width:1400px){form.search_form_2{width:85%!important;margin-left:50px!important}.page-id-42502 .product-name h3{font-size:22px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:16px}.page-id-42502 span.woocommerce-Price-amount.amount,.page-id-42502 span.woocommerce-Price-amount.amount bdi,.page-id-42502 span.woocommerce-Price-currencySymbol{font-size:20px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.page-id-42502 .product-add-to-cart{margin-left:auto}}@media only screen and (min-width:1201px) and (max-width:1299px){form.search_form_2{width:75%!important;margin-left:100px!important}.page-id-42502 .product-name h3{font-size:22px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:16px}.page-id-42502 span.woocommerce-Price-amount.amount,.page-id-42502 span.woocommerce-Price-amount.amount bdi,.page-id-42502 span.woocommerce-Price-currencySymbol{font-size:20px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.page-id-42502 .product-add-to-cart{margin-left:auto}}@media only screen and (min-width:1101px) and (max-width:1200px){.mobile-serachbar{display:none}form.search_form_2 .outer{margin:unset}}@media only screen and (min-width:1100px) and (max-width:1200px){.mobile-serachbar form.search_form_2{width:100%}.nav-toggle{left:-37vw;top:5px}form.search_form_2{width:85%!important;margin-left:50px!important}form.search_form_2 .select_mate{width:auto}.banner-slider .owl-dots{display:flex;width:100%;position:absolute;left:0;right:0;bottom:8%;background-color:transparent;height:auto;align-items:center;justify-content:center;flex-direction:row;gap:20px}.filter-products .tab-content .tab-pane .products,.filter-products .tab-content .tab-pane .products.shop-product{grid-template-columns:1fr 1fr 1fr}.Vehicle_main_grid{grid-template-columns:1fr 1fr 1fr 1fr}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important}.woocommerce td.product-name{width:45%}.page-id-42502 .product-name h3{font-size:22px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:16px}.page-id-42502 span.woocommerce-Price-amount.amount,.page-id-42502 span.woocommerce-Price-amount.amount bdi,.page-id-42502 span.woocommerce-Price-currencySymbol{font-size:20px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.page-id-42502 .product-add-to-cart{margin-left:auto}}@media only screen and (min-width:992px) and (max-width:1100px){.mobile-serachbar form.search_form_2{display:flex;width:100%!important;margin-left:0!important}.nav-toggle{left:-42vw;top:5px}form.search_form_2{display:none}.banner-slider .owl-dots{display:flex;width:auto;position:absolute;left:0;bottom:10%;background-color:transparent;height:auto;align-items:center;justify-content:flex-start;flex-direction:row;gap:20px}.main-heading{font-size:2.5rem;line-height:40px}.sub-heading{font-size:2.2rem;line-height:40px}p{font-size:1rem}.single-product-slider .owl-nav button{position:unset}.Vehicle_main_grid,.filter-products .tab-content .tab-pane .products,.filter-products .tab-content .tab-pane .products.shop-product{grid-template-columns:1fr 1fr 1fr}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important}ul#menu-sidebar-menus{padding:0 20px 60px}.woocommerce td.product-name{width:40%}.woocommerce-account .woocommerce-MyAccount-navigation{width:25%!important}.woocommerce-account .woocommerce-MyAccount-content{width:71%!important}.page-id-42502 .product-name h3{font-size:22px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:12px}.page-id-42502 span.woocommerce-Price-amount.amount{font-size:22px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .product-add-to-cart{margin-left:auto}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}}@media only screen and (min-width:800px) and (max-width:900px){.page-id-42502 .additional-info-wrapper{display:flex!important;flex-direction:row!important;gap:20px!important;margin-bottom:10px!important;justify-content:space-between!important}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}}@media only screen and (min-width:768px) and (max-width:991px){.active-category,.category-list{position:absolute!important;background:#fff!important;transition:.5s}ul#menu-sidebar-menus{padding:0 20px 60px}.woocommerce ul.products{display:grid!important;align-items:center;flex-direction:row;flex-wrap:wrap;grid-template-columns:1fr 1fr 1fr;margin:0!important;gap:20px}.woocommerce ul.products li.product{width:100%!important;margin:0!important}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{display:none!important}.nav-toggle{left:-32vw;top:5px}.banner-slider .owl-dots{left:0;position:relative;width:auto;display:flex;align-items:center;flex-direction:row;margin-bottom:1rem}.addCart,.banner-slider{margin:0}.banner-slider .owl-dots button.owl-dot.active{width:15px;height:15px}.md-block,.product-sidebar.ps-active span:nth-child(2),form.search_form_2{display:none}.mobile-serachbar form.search_form_2{display:flex}.banner-section{min-height:40vh}.main-heading{font-size:2rem;line-height:40px}.offer-heading,.sub-heading{font-size:1.8rem;line-height:40px}.Offer-section .col-md-4.col-lg-3{margin-bottom:2rem}p{font-size:1rem}button.redirect{min-width:140px;min-height:45px;font-size:1rem}.mobile-serachbar,.sm-block{display:block}.filter-products{flex-wrap:wrap;gap:30px}.filter-products .category-list{flex:100%;margin:0}.product-slider .owl-nav{width:95}.single-product-slider .owl-nav button{position:unset}header.woocommerce-Address-title.title h3{font-size:24px}.woocommerce .cart-collaterals .cart_totals,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important}.Vehicle_main_grid,.filter-products .tab-content .tab-pane .products.shop-product{grid-template-columns:1fr 1fr 1fr 1fr}.filter-products .tab-content .tab-pane .products{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.variations_form table.variations tbody{display:grid;grid-template-columns:1fr 1fr}.woocommerce-product-gallery img,table.shop_table.shop_table_responsive,table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents{width:100%}.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{margin-bottom:20px}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{font-size:20px}.woocommerce-message a{line-height:2;padding:5px 28px;font-size:14px;width:180px}.category-list{transform:translateX(-110%);z-index:1;width:70%!important;left:0;top:-10px;padding:0 0 20px!important;border:1px solid grey!important}.active-category{transform:translateX(0)}.products .product-box{min-height:280px;margin-bottom:15px}.product-box .figure{height:130px;margin-top:0}.addCart.shop-btn a{min-width:unset;height:unset;min-height:unset;font-size:13px;padding:8px;line-height:normal}.addCart{height:55px}.sub-label{font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.price-list{gap:5px}span.woocommerce-Price-amount.amount bdi,span.woocommerce-Price-currencySymbol{font-size:16px!important}ul.sub-category li a{font-size:16px;line-height:34px}section.products-showcase h3.sub-heading{display:flex;gap:12px;flex-direction:row-reverse;justify-content:start;align-items:center}.product-sidebar{display:flex;align-items:center;flex-direction:column;gap:6px}.product-sidebar span{display:block;width:25px;height:3px;background:#000;border-radius:5px;transition:.5s}.product-sidebar.ps-active span:first-child{transform:rotate(45deg);position:relative;top:3px}.product-sidebar.ps-active span:nth-child(3){transform:rotate(-45deg);position:relative;top:-5px}section.header-section h2.sub-heading{font-size:44px;padding:30px 0 0}.woocommerce-cart-form img{max-width:70px!important}.woocommerce td.product-name a{font-size:15px}.woocommerce td.product-name{width:32%}h1,h2,h3,h4{font-size:35px}.woocommerce-additional-fields h3,div#coderockz-woo-delivery-public-delivery-details h3{font-family:Rambla-b!important}.page-id-42502 .product-name h3{font-size:16px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:12px}.page-id-42502 span.woocommerce-Price-amount.amount{font-size:17px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.page-id-42502 span.woocommerce-Price-amount.amount bdi,.page-id-42502 span.woocommerce-Price-currencySymbol{font-size:20px!important}}@media only screen and (max-width:767px){.active-category,.category-list{position:absolute!important;background:#fff!important;transition:.5s}.header-right ul li:first-child,.mobile-serachbar,.sm-block{display:block}ul#menu-sidebar-menus{padding:0 20px 60px}.mobile-serachbar form.search_form_2{display:flex}.mobile-serachbar form.search_form_2 input[type=submit]{width:38px}.mobile-serachbar form.search_form_2 input{padding-left:15px}.accountPage,.woocommerce-cart-form .coupon,nav.woocommerce-MyAccount-navigation ul{flex-direction:column}.woocommerce ul.products{display:grid!important;align-items:center!important;grid-template-columns:1fr 1fr!important;gap:20px}.filter-products,.top-footer{flex-wrap:wrap;gap:30px}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{display:none!important}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-MyAccount-navigation ul li,.woocommerce-page ul.products[class*=columns-] li.product{width:100%!important;margin:0!important}.Vehicle_main_grid,.filter-products .tab-content .tab-pane .products,.filter-products .tab-content .tab-pane .products.shop-product{grid-template-columns:1fr 1fr 1fr 1fr}.woocommerce-account .woocommerce-MyAccount-content p{font-family:Rambla-r!important;font-size:1rem!important}.nav-toggle{left:-32vw;top:5px}.md-block,.product-sidebar.ps-active span:nth-child(2),form.search_form_2{display:none}.filter-products .category-list{flex:100%;margin:0}.banner-slider .owl-dots{left:-40px}.Offer-section .col-md-4.col-lg-3,.content{margin-bottom:2rem}.banner-slider .owl-dots button.owl-dot.active{width:15px;height:15px}.product-image{height:auto}.banner-slider{margin:0}.banner-section{min-height:60vh;align-items:center}.main-heading{font-size:2rem;line-height:40px}.offer-heading,.sub-heading{font-size:1.8rem;line-height:40px}p{font-size:1rem}button.redirect{min-width:140px;min-height:45px;font-size:1rem}.header-right{margin-right:2rem}.top-footer{justify-content:center;margin-bottom:0}.top-footer:before{transform:translateY(9rem)}.showcase-featured{height:250px}.contact-section h6{font-size:1.1rem;font-family:Rambla-b}.contact-section .col-12{margin-top:2rem}.offer-box .heading-box{min-height:90px}.offer-box .content{min-height:100px}.delivery-section::before{height:11vw}.newsletter{width:100%;flex-wrap:wrap}.newsletter .form{flex:100%}.newsletter form{flex-wrap:wrap;justify-content:center}.product-slider .owl-nav{width:95vw}.single-product-slider .owl-nav button{position:unset}header.woocommerce-Address-title.title h3{font-size:24px}.woocommerce-cart-form table td.product-thumbnail,table.variations{width:100%}h1.product_title.entry-title{font-size:30px}div#wooot_order_tip_form{flex-wrap:wrap!important}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{margin:0;padding:0}.cart_totals .checkout-button,.shop_table.shop_table_responsive{width:100%!important}.woocommerce-cart-form__contents .coupon button{font-size:15px!important}.woocommerce-error li,.woocommerce-info,.woocommerce-message{align-items:self-start!important;flex-direction:column!important}form.variations_form.cart .woocommerce-variation-add-to-cart .quantity{width:135px!important;margin:0!important}form.cart button.single_add_to_cart_button.button.alt{padding:5px 30px}.category-list{transform:translateX(-110%);z-index:1;width:70%!important;left:0;top:-10px;padding:0 0 20px!important;border:1px solid grey!important}.active-category{transform:translateX(0)}.products .product-box{min-height:280px;margin-bottom:15px}.product-box .figure{height:130px;margin-top:0}.addCart.shop-btn a{min-width:unset;height:unset;min-height:unset;font-size:13px;padding:8px;line-height:normal}.addCart{margin:0;height:55px}.sub-label{font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.price-list{gap:5px}span.woocommerce-Price-amount.amount bdi,span.woocommerce-Price-currencySymbol{font-size:18px!important}ul.sub-category li a{font-size:16px;line-height:34px}section.products-showcase h3.sub-heading{display:flex;gap:12px;flex-direction:row-reverse;justify-content:start;align-items:center}.product-sidebar{display:flex;align-items:center;flex-direction:column;gap:6px}.product-sidebar span{display:block;width:25px;height:3px;background:#000;border-radius:5px;transition:.5s}.product-sidebar.ps-active span:first-child{transform:rotate(45deg);position:relative;top:3px}.product-sidebar.ps-active span:nth-child(3){transform:rotate(-45deg);position:relative;top:-5px}section.header-section h2.sub-heading{font-size:44px;padding:30px 0 0}.Vehicle_main_grid_child .addCart.shop-btn a{min-width:unset;min-height:unset;line-height:2;padding:5px 8px;font-size:14px}.Vehicle_main_grid_child .addCart.shop-btn{margin:8px}.Vehicle_main .product-box{min-height:300px}.Vehicle_main_grid_child .product-box .figure{height:110px}.header-right ul.nav li:last-child a{text-indent:-9999px}.header-right ul.nav li a{gap:0}.header-right ul.nav li{padding:0 1rem}.nav{width:120px;justify-content:center}td.product-quantity,td.product-subtotal{display:flex!important;align-items:center}.woocommerce-cart-form img{max-width:120px;margin:0 auto}.woocommerce td.product-name{width:100%;display:flex!important;text-align:left!important}span.woocommerce-Price-amount.amount{text-align:right}td.product-subtotal{justify-content:space-between;width:100%}.woocommerce table.shop_table_responsive tr td.product-quantity::before,.woocommerce-page table.shop_table_responsive tr td.product-quantity::before{padding-top:0!important}td.product-quantity{justify-content:space-between}.woocommerce-cart-form table input.qty{padding:0!important}tr.woocommerce-cart-form__cart-item.cart_item td{margin:10px 0!important}h1,h2,h3,h4{font-size:25px}.woocommerce-additional-fields h3,div#coderockz-woo-delivery-public-delivery-details h3{font-family:Rambla-b!important}.woocommerce-checkout-review-order-table tr.cart_item{gap:14px}table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,table.shop_table.woocommerce-checkout-review-order-table tr.order-total{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.page-id-42502 .product-name h3{font-size:16px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:12px}.page-id-42502 span.woocommerce-Price-amount.amount{font-size:17px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.page-id-42502 .wishlist_table.mobile li .item-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.page-id-42502 .wishlist_table.mobile li .item-wrapper .item-details{display:flex;justify-content:space-between;width:100%}.single-product form.cart .quantity{width:50%!important;margin:0 10px!important}.yith-wcwl-add-button,.yith-wcwl-wishlistexistsbrowse{top:0}.yith-wcwl-wishlistaddedbrowse{top:0!important}}@media only screen and (max-width:600px){.active-category,.category-list{position:absolute!important;background:#fff!important;transition:.5s}.header-right ul li:first-child,.mobile-serachbar{display:block}.mobile-serachbar form.search_form_2{display:flex}.mobile-serachbar form.search_form_2 input[type=submit]{width:38px}.mobile-serachbar form.search_form_2 input{padding-left:15px}.slider{flex-wrap:wrap-reverse}.newsletter{width:100%;flex-wrap:wrap}.newsletter form{flex-wrap:wrap;justify-content:center}.newsletter .form,.slider .content{flex:100%}.nav-toggle{left:-32vw;top:5px}.nav-header{width:100px;transform:translateX(0)!important}.banner-slider .owl-dots{left:0;width:100%;bottom:-3rem;display:flex;flex-direction:row}.banner-slider{margin:4rem 0}.values-section::after,.values-section::before{width:100px;height:100px}.top-footer:before{transform:translateY(9rem)}.single-product-slider .owl-nav button{position:unset}.accountPage,.woocommerce-cart-form .coupon{flex-direction:column}header.woocommerce-Address-title.title h3{font-size:24px}.Vehicle_main_grid,.filter-products .tab-content .tab-pane .products.shop-product{grid-template-columns:1fr 1fr 1fr}table.variations{width:100%}h1.product_title.entry-title{font-size:30px}div#wooot_order_tip_form{flex-wrap:wrap!important}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{margin:0;padding:0}.cart_totals .checkout-button,.shop_table.shop_table_responsive{width:100%!important}.woocommerce-cart-form__contents .coupon button{font-size:15px!important}.woocommerce-error li,.woocommerce-info,.woocommerce-message{align-items:self-start!important;flex-direction:column!important}form.variations_form.cart .woocommerce-variation-add-to-cart .quantity{width:135px!important;margin:0!important}form.cart button.single_add_to_cart_button.button.alt{padding:5px 30px}ul#menu-sidebar-menus{padding:0 20px 60px}.category-list{transform:translateX(-110%);z-index:1;width:70%!important;left:0;top:-10px;padding:0 0 20px!important;border:1px solid grey!important}.active-category{transform:translateX(0)}.products .product-box{min-height:280px;margin-bottom:15px}.product-box .figure{height:130px;margin-top:0}.addCart.shop-btn a{min-width:unset;height:unset;min-height:unset;font-size:13px;padding:8px;line-height:normal}.addCart{margin:0;height:55px}.sub-label{font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.price-list{gap:5px}span.woocommerce-Price-amount.amount bdi,span.woocommerce-Price-currencySymbol{font-size:16px!important}ul.sub-category li a{font-size:16px;line-height:34px}section.products-showcase h3.sub-heading{display:flex;gap:12px;flex-direction:row-reverse;justify-content:start;align-items:center}.product-sidebar{display:flex;align-items:center;flex-direction:column;gap:6px}.product-sidebar span{display:block;width:25px;height:3px;background:#000;border-radius:5px;transition:.5s}.product-sidebar.ps-active span:nth-child(2){display:none}.product-sidebar.ps-active span:first-child{transform:rotate(45deg);position:relative;top:3px}.product-sidebar.ps-active span:nth-child(3){transform:rotate(-45deg);position:relative;top:-5px}section.header-section h2.sub-heading{font-size:44px;padding:30px 0 0}.Vehicle_main_grid_child .addCart.shop-btn a{min-width:unset;min-height:unset;line-height:2;padding:5px 8px;font-size:14px}.Vehicle_main_grid_child .addCart.shop-btn{margin:8px}.Vehicle_main .product-box{min-height:300px}.Vehicle_main_grid_child .product-box .figure{height:110px}.header-right ul.nav li:last-child a{text-indent:-9999px}.header-right ul.nav li a{gap:0}.header-right ul.nav li{padding:0 1rem}.nav{width:110px;justify-content:unset}h1,h2,h3,h4{font-size:25px}.woocommerce-additional-fields h3,div#coderockz-woo-delivery-public-delivery-details h3{font-family:Rambla-b!important}.woocommerce-checkout-review-order-table tr.cart_item{gap:14px}table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,table.shop_table.woocommerce-checkout-review-order-table tr.order-total{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.page-id-42502 .product-name h3{font-size:16px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:12px}.page-id-42502 span.woocommerce-Price-amount.amount{font-size:17px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.single-product form.cart .quantity{width:50%!important}.yith-wcwl-add-button,.yith-wcwl-wishlistexistsbrowse{top:0}.yith-wcwl-wishlistaddedbrowse{top:0!important}}@media only screen and (max-width:500px){.active-category,.category-list{position:absolute!important;background:#fff!important;transition:.5s}.header-right ul li:first-child,.mobile-serachbar{display:block}.mobile-serachbar form.search_form_2{display:flex}.mobile-serachbar form.search_form_2 input[type=submit]{width:38px}.mobile-serachbar form.search_form_2 input{padding-left:15px}.Vehicle_main_grid,.filter-products .tab-content .tab-pane .products{grid-template-columns:1fr 1fr 1fr;gap:10px}.top-footer{margin-bottom:0}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{display:none!important}.woocommerce ul.products{grid-template-columns:1fr!important}.single-product-slider .owl-nav button{position:unset}.accountPage,.woocommerce-cart-form .coupon{flex-direction:column}.cart_totals .checkout-button,.shop_table.shop_table_responsive,.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:100%!important}header.woocommerce-Address-title.title h3{font-size:24px}.filter-products .tab-content .tab-pane .products.shop-product{grid-template-columns:1fr 1fr 1fr}table.variations{width:100%}h1.product_title.entry-title{font-size:30px}div#wooot_order_tip_form{flex-wrap:wrap!important}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{margin:0;padding:0}.woocommerce-cart-form__contents .coupon button{font-size:15px!important}.woocommerce-tabs .panel h2:first-of-type{font-size:28px}.woocommerce-cart-form table input.qty{padding:0!important}.woocommerce-error li,.woocommerce-info,.woocommerce-message{align-items:self-start!important;flex-direction:column!important}form.variations_form.cart .woocommerce-variation-add-to-cart .quantity{width:135px!important;margin:0!important}form.cart button.single_add_to_cart_button.button.alt{padding:5px 30px}ul#menu-sidebar-menus{padding:0 20px 60px}.category-list{transform:translateX(-110%);z-index:1;width:70%!important;left:0;top:-10px;padding:0 0 20px!important;border:1px solid grey!important}.active-category{transform:translateX(0)}.products .product-box{min-height:280px;margin-bottom:15px}.product-box .figure{height:130px;margin-top:0}.addCart.shop-btn a{min-width:unset;height:unset;min-height:unset;font-size:13px;padding:8px;line-height:normal}.addCart{margin:0;height:55px}.sub-label{font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.price-list{gap:5px}span.woocommerce-Price-amount.amount bdi,span.woocommerce-Price-currencySymbol{font-size:16px!important}ul.sub-category li a{font-size:16px;line-height:34px}section.products-showcase h3.sub-heading{display:flex;gap:12px;flex-direction:row-reverse;justify-content:start;align-items:center}.product-sidebar{display:flex;align-items:center;flex-direction:column;gap:6px}.product-sidebar span{display:block;width:25px;height:3px;background:#000;border-radius:5px;transition:.5s}.product-sidebar.ps-active span:nth-child(2){display:none}.product-sidebar.ps-active span:first-child{transform:rotate(45deg);position:relative;top:3px}.product-sidebar.ps-active span:nth-child(3){transform:rotate(-45deg);position:relative;top:-5px}section.header-section h2.sub-heading{font-size:44px;padding:30px 0 0}.Vehicle_main_grid_child .addCart.shop-btn a{min-width:unset;min-height:unset;line-height:2;padding:5px 8px;font-size:14px}.Vehicle_main_grid_child .addCart.shop-btn{margin:8px}.Vehicle_main .product-box{min-height:300px}.Vehicle_main_grid_child .product-box .figure{height:110px}.header-right ul.nav li:last-child a{text-indent:-9999px}.header-right ul.nav li a{gap:0}.header-right ul.nav li{padding:0 8px}.nav{width:80px;justify-content:center}h1,h2,h3,h4{font-size:25px}.woocommerce-checkout form[name=checkout]{display:unset!important;width:100%}.woocommerce-checkout-review-order-table tr.cart_item{gap:14px}table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,table.shop_table.woocommerce-checkout-review-order-table tr.order-total{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.page-id-42502 .product-name h3{font-size:16px}.page-id-42502 .wishlist_table .product-add-to-cart a.button{font-size:12px}.page-id-42502 span.woocommerce-Price-amount.amount{font-size:17px!important}.page-id-42502 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{padding:0}.page-id-42502 .additional-info-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:10px;justify-content:space-between}.page-id-42502 .wishlist_table.mobile li{border-bottom:1px solid #d1d1d1}.single-product form.cart .quantity{width:50%!important;margin:0 10px!important}.yith-wcwl-add-button,.yith-wcwl-wishlistexistsbrowse{top:0}.yith-wcwl-wishlistaddedbrowse{top:0!important}}