/*
Theme Name: The Viper Store
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  A powerful starter theme built using modern and robust technologies: React JS (for fast, interactive user interfaces), Bootstrap (for responsive, mobile-first design), and PHP (for seamless backend integration). This theme is licensed under the GPL, giving you full freedom to use, modify, and remove the footer credit as needed. You can use this theme as a base for your next web development project.

Your feedback on how we can continuously improve this starter theme will be highly appreciated.
Page templates include Right-sidebar (default), Left-Sidebar, Full-Width, Blank with container, and Blank without container.

Other features – Currently using Bootstrap v5, React JS, widgetized footer area, eCommerce ready, compatible with Contact Form 7 and Visual Composer.
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------------------
        Custom css
--------------------------------------------------------------*/
section .wpb_text_column {
  margin-bottom: 0;
}
.owl-nav {
    margin: 0 !important;
}
a:hover {
    color: #25ab00 !important;
}
ul{
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 0 !important;
}
section,p{
  margin: 0 !important;
  padding: 0;
}
a{
  text-decoration: none !important;
  padding: 0px !important;
  background: none !important;
  transition: all 0.5s ease-in-out;
}
input{
  box-shadow: none !important;
  outline: none !important;
}
img{
  transition: all 0.5s ease-in-out;
}
.vc_section .web_btn a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 63px;
    margin: 0 auto;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    border: 1px solid #25ab00 !important;
    color: #fff !important;
    font-size: 23px;
    margin-top: 50px;
    box-shadow: -2px 3px 10px 0px #00000059;
    font-weight: 400;
    padding: 0px 40px !important;
    transition: all 0.5s ease-in-out;
}
ul li{
  font-size: 18px;
  line-height: 34px;
  position: relative;
}
.vc_custom_heading {
    margin: 0px !important;
    padding: 0 !important;
}
.wpb_single_image {
    margin-bottom: 10px !important;
}
img {
    transition: all 0.5s ease-in-out !important;
}
.wpb_single_image.viper_log_hdng img {
    width: 26.09vw !important;
    height: 4.22vw !important;
}
body,html{
  overflow-x: hidden;
}

p {
    font-family: 'Archivo' !important;
    font-size: 18px;
    line-height: 34px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Roboto', sans-serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
    font-size: 3.125vw;
    line-height: 3.3vw;
    padding: 0;
    margin: 0;
    letter-spacing: 3px;
    font-weight: 500;
    color: #000 !important;
}
h3 {
  font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    font-family: 'Archivo' !important;
    line-height: 20px;
    color: #15bf15;
    font-weight: 700;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
    color: #25ab00;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
  html {
    font-size: 95%;
  }
header#masthead .rit_box ul#menu-top-menu {
    gap: 20px;
}
header#masthead .raw-1 {
    padding: 10px 15px 10px 15px;
}
.vc_section.sec_banner {
    padding-left: inherit !important;
    padding-right: inherit !important;
}
.vc_section.sec_welcome,.vc_section.Performance_Upgrades,
.vc_section.sec_cat_box_iner_page {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.vc_section.sec_welcome:before, .vc_section.sec_welcome:after {
    background-size: 100% 100% !important;
    width: 284px;
    height: 164px;
}
}

@media only screen and (max-width: 1399px) {
  header#masthead .raw-1 .lft_box {
    padding-right: 30px !important;
}
.second-nav .cstm-search-form .woocommerce-product-search button {
    width: 10% !important;
}
.sec_hd_line p {
    font-size: 16px !important;
}
.sec_hd_line .textwidget {
    width: 100% !important;
}
.open-panel-btn {
    width: 101px !important;
    height: 48px !important;
}
.vc_section .car-image-row .car-img-box {
    width: 500px;
    height: 250px;
}
.vc_section.sec_banner:after {
    width: 100%;
    height: 244px;
    bottom: 40px;
}
section.vc_section.sec_welcome {
    padding-top: 210px !important;
    z-index: 2;
}
.vc_section.sec_welcome p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px !important;
}
section.vc_section.sec_interior_parts {
    background-size: 140% 100% !important;
    background-position: 55% 100% !important;
    padding: 80px 60px !important;
}
.vc_section .web_btn a {
    margin-top: 20px;
}
.vc_section .int_boxes_inner .boxer h3 {
    font-size: 20px;
    line-height: 30px;
}
.ftr_warpper #footer-widget .container {
    padding: 60px 0px 20px;
}
.ftr_warpper #footer-widget .ftr-4 .own_infor ul li {
    margin-bottom: 0px;
}
.ftr_warpper #footer-widget .ftr-4 .own_infor ul.f_u_btm {
    margin: 10px 0 !important;
}
 :root {
    --pr25: 1.3rem/1.3rem 'Roboto', sans-serif !important;
  }
.vc_section.sec_cat_box_iner_page h3 a {
  font-size: 18px;
}
.cate_wrapper {
    padding: 0px 10px !important;
}
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px !important;
}
}
@media (max-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px !important;
}
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
.navbar-collapse.collapse.show {
    transform: unset;
}
.navbar-collapse {
    background: #000 !important;
    width: 700px;
    right: 0% !important;
    position: fixed !important;
    z-index: 999;
    top: 0 !important;
    transition: all 0.5s ease-in-out;
    padding: 0px 0px;
    height: 100%;
    transform: translate(100%, 0);
    display: block !important;
}
#masthead .btn-close {
    background: transparent !important;
    border: none;
    color: #fff;
    font-weight: 700 !important;
    font-size: 30px;
    top: 10px;
    position: relative;
    display: block !important;
    outline: none !important;
    left: 14px;
}
#masthead .navbar-collapse #menu-header-menu li a {
    color: #fff;
    padding: 16px 0px !important;
    text-align: right;
    margin-right: 15px;
}
#masthead #menu-header-menu li {
    border-bottom: 1px solid #fff;
}
}
#masthead .btn-close{
  display: none;
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*-------------------------------------------
          Headers
--------------------------------------------*/
#masthead {
    padding: 0px 0px;
    font-family: var(--fr) !important;
    font-weight: 600;
    text-transform: capitalize;
}
#masthead .hdr_box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
#masthead .rit_box ul#menu-top-menu {
    flex-direction: row !important;
    justify-content: flex-end;
    gap: 60px;
}
#masthead .raw-1 .lft_box ul.cntc_info {
    display: flex;
    gap: 40px;
}
#masthead .raw-1 .lft_box ul.cntc_info li a {
    position: relative;
    padding-left: 22px !important;
    color: #fff;
    font-size: 16px;
}
#masthead .raw-1 .lft_box ul.cntc_info li a:before {
    content: "";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
}
#masthead .raw-1 .lft_box ul.cntc_info li:first-child a:before {
    content: "\f095";
}
#masthead .raw-1 .lft_box ul.cntc_info li:last-child a:before {
    content: "\f0e0";
}
#masthead .raw-1 {
    border-bottom: 1px solid #15bf15;
    padding: 10px 50px 10px 25px;
    background: linear-gradient(to bottom right, #009300 0, #15bf15 38%) !important;
}
#masthead .hdr_box-2 {
    border-left: 1px solid #15bf15;
}
#masthead .raw-1 .lft_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#masthead #menu-header-menu li a {
    font-weight: 700;
    color: #fff;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
    font-size: var(--p16);
}
#masthead #menu-header-menu li a:hover {
    color: #d5003e;
    transition: all 0.5s ease-in-out;
}
#masthead .row {
    justify-content: space-between;
    align-items: center;
}
.second-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 33px;
    width: max-content;
    position: relative;
    margin: 0 0 0 auto;
}

.second-nav .cart-count_inner .cart-icon, .whishlist-icon span.wishlist-count {
    position: absolute;
    top: -7px;
    right: -8px;
    background: linear-gradient(to bottom right, #f59653 0, #ee3823 38%) !important;
    width: 18px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 0;
    filter: invert(1);
}
.whishlist-icon span.wishlist-count {
    right: -8px;
    top: -5px;
}
.second-nav .whishlist-icon {
    position: relative;
}
.second-nav .src_icons {
    background: url(inc/assets/images/src.png) no-repeat;
    background-size: 100% 100%;
    height: 25.6px;
    width: 25.6px;
}
.second-nav .hdr_btn a {
    display: flex !important;
    height: 60px;
    width: 176px;
    background: #141446 !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #D9D9E1 !important;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
}
.second-nav .cart-count_inner {
    background: url(inc/assets/images/crt.png) no-repeat;
    background-size: 100% 100%;
    height: 25px;
    width: 25px;
    position: relative;
    filter: invert(1);
}
.second-nav .whish_profile {
    background: url(inc/assets/images/ti.png) no-repeat;
    background-size: 100% 100%;
    height: 24px;
    width: 28px;
}
/*#masthead .raw-1 .lft_box ul.zoom-social-icons-list li.zoom-social_icons-list__item:first-child span.zoom-social_icons-list-span {
    background: url(inc/assets/images/fb.png) no-repeat;
    height: 17px;
    width: 9px;
}
#masthead .raw-1 .lft_box ul.zoom-social-icons-list li.zoom-social_icons-list__item:nth-child(2) span.zoom-social_icons-list-span {
    background: url(inc/assets/images/ins.png) no-repeat;
    height: 17px;
    width: 17px;
}
#masthead .raw-1 .lft_box ul.zoom-social-icons-list li.zoom-social_icons-list__item:last-child span.zoom-social_icons-list-span {
    background: url(inc/assets/images/li.png) no-repeat;
    height: 17px;
    width: 17px;
}*/
#masthead .raw-1 .lft_box ul.zoom-social-icons-list li.zoom-social_icons-list__item span.zoom-social_icons-list-span {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    background-size: contain !important;
}
#masthead .rit_box ul#menu-top-menu li a {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2rem;
}
#masthead .raw-1 .lft_box ul.zoom-social-icons-list li.zoom-social_icons-list__item {
    margin-right: 14px;
}
#masthead .raw-2 {
    padding: 14px 20px;
}
#masthead .main_nav_hdr {
    padding: 0px 30px;
    background: linear-gradient(to bottom right, #009300 0, #15bf15 38%) !important;
    border: 1px solid #15bf15;
    border-left: none;
    border-right: none;
}
#masthead nav ul#menu-header-menu {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.second-nav .cstm-search-form {
    height: 50px;
    width: 31.25vw;
    display: flex;
    background: #00000000;
    border-radius: 50px;
    border: 1px solid #15bf15;
}
.second-nav .cstm-search-form .woocommerce-product-search button {
    order: -1;
    background: url(inc/assets/images/src.png) no-repeat;
    background-size: 63% 50%;
    height: 100%;
    width: 7%;
    font-size: 0;
    border: none;
    display: flex;
    background-position: 96% 45%;
    margin: 0 auto;
    outline: none !important;
    filter: invert(1);
}
.second-nav .cstm-search-form .woocommerce-product-search {
    display: flex;
}
.second-nav .hs-form, .second-nav .hs-form form, .second-nav .hs-form .custom-product-search {
    width: 100%;
    height: 100%;
}
.second-nav .hs-form input.search-field {
    width: 92%;
    margin: 0 0 0 auto;
    padding-left: 10px;
    background: transparent;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-size: var(--p16);
    color: #000;
}
.second-nav .hs-form input.search-field::placeholder {
    color: #000;
}
.second-nav .user_acont .us_icon {
    background: url(inc/assets/images/us.png) no-repeat;
    height: 26px;
    width: 25px;
    background-size: 100% 100%;
    filter: invert(1);
}
.second-nav .user_acont a i {
    color: #000;
    font-size: 25px;
    line-height: 30px;
}
.navbar-brand {
    width: 45%;
}

#masthead .row .rit_box .top_rit_inner {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
}
#masthead .row .rit_box .top_rit_inner .gtranslate_wrapper a {
    color: #15bf15 !important;
}
#masthead .row .rit_box .top_rit_inner .gtranslate_wrapper {
    background: #fff;
    padding: 4px 8px;
}
#masthead ul.zoom-social-icons-list li.zoom-social_icons-list__item {
    margin: 0px 5px !important;
}
#masthead ul.zoom-social-icons-list {
    margin-top: 0 !important;
}
#masthead .order_btn a {
    border: 1px solid #15bf15 !important;
    height: 50px !important;
    display: flex;
    max-width: fit-content;
    padding: 0px 30px !important;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
}
#masthead nav ul#menu-header-menu li:last-child a {
    background: #ffffff !important;
    padding: 12px 20px !important;
    color: #15bf15;
}
#masthead .order_btn ul {
    display: flex;
    gap: 10px;
}
#masthead .order_btn ul li:last-child a img {
    width: 66%;
}
#masthead .order_btn ul li:last-child a {
    padding: 0px 0px !important;
}
/*------------------------------
    Side Panel
--------------------------------*/
.sec_side_panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.side-panel {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: white;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    opacity: 0.9;
    transform: translate(0%, -100%);
    z-index: 99999;
}
.side-panel.is-visible {
    top: 0;
    transform: translate(0%, 0%);
}
.open-panel-btn:before {
    content: "";
    background: url(inc/assets/images/mn.png) no-repeat;
    height: 13px;
    width: 23px;
    position: absolute;
    left: 9px;
    top: 17px;
    background-size: 100% 100%;
}
.open-panel-btn {
    background-color: #25ab00;
    color: white;
    border: none;
    cursor: pointer;
    position: relative;
    width: 122px;
    height: 52px;
    text-align: left;
    padding-left: 40px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--fr);
    border: none !important;
    outline: none !important;
}
 .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}
.cate_wrapper {
    column-count: 4;
    padding: 0px 100px;
}
.cate_wrapper section.widget_media_image {
    height: 150px;
    border: 1px solid;
    width: 98%;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.5s ease-in-out;
}
.cate_wrapper section img {
    height: 100% !important;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}
.sec_side_panel .top_raw {
    padding-top: 80px;
}
.cate_wrapper section.widget_text {
    text-align: center;
    font-size: var(--p16);
}
.cate_wrapper section.widget_media_image a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cate_wrapper section.widget_text h3 {
    font: var(--pa20);
    font-weight: 700;
    word-spacing: 2px;
    margin-top: 10px;
}
.cate_wrapper section.widget_text p a {
    font-size: var(--p16);
    line-height: var(--lh24);
    color: #FF0000;
    font-weight: 700;
}
.sec_side_panel .mnu_raw {
    padding: 100px;
    text-align: center;
    font-size: var(--p16);
    font-family: var(--fr);
}
.sec_side_panel .mnu_raw h3 {
    font: var(--pa20);
    font-weight: 800;
    word-spacing: 2px;
    margin: 0;
    padding: 18px 10px;
    color: #25ab00;
}
.sec_side_panel .mnu_raw ul.menu.nav li a {
    font-size: var(--p16);
    line-height: var(--lh24);
    color: #fff;
    font-weight: 700;
    background: #000 !important;
    padding: 16px 20px !important;
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
}
.sec_side_panel .mnu_raw .widget_nav_menu {
    border: 1px solid;
}
div#myPanel .close-btn {
    background: red;
    height: 60px;
    width: 60px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-size: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    z-index: 9999;
    border: 1px solid #e60000 !important;
    outline: none !important;
    transition: all 0.5s ease-in-out;
}
/*-------------------------------------------
      sec headlines
--------------------------------------------*/
.sec_hd_line {
    background: #ffffff;
    text-align: center;
    padding: 16px 0px;
}
.sec_hd_line p {
    color: #000000;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
}
.sec_hd_line p marquee br {
    display: none;
}
.sec_hd_line .textwidget {
    height: 24px;
    width: 70%;
    margin: 0 auto;
}
/*-------------------------------------------
    sec categories
--------------------------------------------*/
.sec_cate .boxer {
    border: 4px solid #15bf15;
    border-radius: 10px;
    text-align: center;
    padding: 10px 10px 20px 10px;
}
.sec_cate .boxer .f-image {
    height: 210px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.sec_cate .boxer .f-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(2px 4px 6px black);
}
.sec_cate .boxer .info-wrapper h3 {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
/*-------------------------------------------
          sec why choose us
--------------------------------------------*/
.wpb_single_image.hdng_thum {
    width: 6%;
    margin: 0 auto;
}
.sec_whychose_us .inr_del {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 90%;
}

.sec_whychose_us .inr_del .de_icon {
    width: 22%;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    padding: 21px;
    box-shadow: 0px 0px 20px 0px #0000000f;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_whychose_us .del_info h3 {
    margin-bottom: 10px;
    line-height: 20px;
}

.sec_whychose_us .del_info p {
    font-size: 16px;
    line-height: 26px;
}
.sec_whychose_us .inr_del .de_icon img {
    transition: all 0.5s ease-in-out;
}
.sec_whychose_us .inr_del:hover .de_icon {
    background: linear-gradient(to bottom right, #009300 0, #15bf15 38%) !important;
}
.sec_whychose_us .inr_del:hover .de_icon img {
    filter: brightness(100);
}
body .quantity input.button {
    background: #000 !important;
    color: #fff;
    font-size: 17px;
    padding: 0;
    height: 40px;
    width: 40px;
    top: -2px;
}
/*-------------------------------------------
      Performance Upgrades
--------------------------------------------*/

.Performance_Upgrades p {
    font: var(--pr25);
    color: #524A4A;
    margin-top: 30px !important;
    font-weight: var(--prfw-m);
}

.Performance_Upgrades .cate_boxes_inner .boxer {
    box-shadow: -5px 2px 15px 0px #0000003d;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 0px;
    transition: all 0.5s ease-in-out;
}
.Performance_Upgrades .cate_boxes_inner .boxer .f-image {
    margin-bottom: 30px;
}
.Performance_Upgrades .cate_boxes_inner .boxer .info-wrapper {
    text-align: left;
    padding: 0px 30px;
}
.Performance_Upgrades .cate_boxes_inner .boxer .info-wrapper {}

.Performance_Upgrades .cate_boxes_inner .boxer .info-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #8B8D91;
    font-style: normal;
}
.Performance_Upgrades .cate_boxes_inner .boxer .info-wrapper a, .sec_factory_replacement .fac_boxes_inner .info-wrapper a {
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    border: 1px solid #25ab00 !important;
}
.Performance_Upgrades .cate_boxes_inner .boxer .info-wrapper a:hover {
    background: transparent !important;
    color: #25ab00;
}
/*-------------------------------------------
    sec factroy Parts Replacement
--------------------------------------------*/
.sec_factory_replacement h3 {
    font: var(--h3a);
    color: var(--h2clr);
}
.sec_factory_replacement .fac_boxes_inner .f-image img {
    background: #fff;
}
.sec_factory_replacement .fac_boxes_inner .p-new {
    background: #d2001b;
    color: #fff;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-bottom: 0;
    animation: soft-heartbeat 2s ease-in-out infinite;
}
.sec_factory_replacement .fac_boxes_inner .info-wrapper h3 {
    font-family: var(--fa);
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
}
.sec_factory_replacement .fac_boxes_inner .info-wrapper {
    background: #ADAFB9;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px 20px;
}
.sec_factory_replacement .fac_boxes_inner .info-wrapper a {
    margin-top: 10px;
    width: 100px;
}
.sec_factory_replacement .fac_boxes_inner {
    position: relative;
    width: 14.2%;
    flex: 14.2% 0 0;
    box-shadow: 0px 0px 20px 0px #00000000;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 20px;
}
.sec_factory_replacement .factory_raw {
    justify-content: space-between;
}
.sec_factory_replacement .fac_boxes_inner:nth-child(11) {
    width: 31%;
    flex: 31% 0 0;
}
.sec_factory_replacement .fac_boxes_inner:last-child {
    width: 22%;
    flex: 20% 0 0;
}
/*-------------------------------------------
        sec Doge Explore
--------------------------------------------*/

/*-------------------------------------------
        sec interior Part
--------------------------------------------*/
.vc_section.sec_interior_parts {
    background-size: 120% 100% !important;
    background-position: 60% 100% !important;
}
.sec_interior_parts .wpb_single_image img {
    filter: invert(1);
}
.sec_interior_parts h2 {
    color: #fff;
}
.sec_interior_parts p {
    color: #fff;
    font: var(--pr25);
    margin-top: 20px !important;
    line-height: 2.5rem;
}
.vc_section p strong {
    color: #FF0000;
}
.int_boxes_inner .boxer {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.int_boxes_inner .boxer .info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.int_boxes_inner .boxer .f-image img {
    width: 100%;
}
.int_boxes_inner .boxer h3 {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-family: var(--fa) !important;
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    z-index: 999;
}
.int_boxes_inner .boxer .info-wrapper a {
    position: absolute;
    background: transparent;
    font-size: 0;
    height: 50px;
    width: 50px;
    z-index: 9999999999;
}
.int_boxes_inner .boxer .info-wrapper .overlay_top, .int_boxes_inner .boxer .info-wrapper .overlay_btm {
    background: #ff000070;
    height: 50%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.int_boxes_inner .boxer .info-wrapper .arow {
    background: #ffffff;
    width: 4px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999999999;
    margin: 0 auto;
    border-radius: 20px;
}
.int_boxes_inner .boxer .info-wrapper .arow_s {
    transform: rotate(90deg);
}
.int_boxes_inner .boxer .info-wrapper .overlay_btm {
    transform: translate(0%, 150%);
}
.int_boxes_inner .boxer .info-wrapper .overlay_top {
    transform: translate(0%, -150%);
    z-index: 9;
}
.int_boxes_inner .boxer .info-wrapper:hover .overlay_top, .int_boxes_inner .boxer .info-wrapper:hover .overlay_btm {
    transform: translate(0%, 0%);
}

.int_boxes_inner .boxer .info-wrapper .overlay_top .arow_f.arow {
    bottom: -15px;
}

.int_boxes_inner .boxer .info-wrapper .overlay_btm .arow_s {
    top: -14px;
}
/*-------------------------------------------
      sec exteriror Parts
--------------------------------------------*/
.sec_exterior_parts h2 {
    margin-bottom: 30px !important;
}
.sec_exterior_parts p {
    font: var(--pa20);
    color: #7E7E7E;
    line-height: 36px;
    font-weight: 500;
}
/*-------------------------------------------
      sec engine Parts
--------------------------------------------*/
.vc_section.sec_engine_parts {
    background-size: 100% 35% !important;
    background-position: top !important;
    padding-top: 0 !important;
}
.sec_engine_parts h2 {font: var(--h2ar);color: #fff;font-weight: 500;margin-bottom: 20px !important;}
.sec_engine_parts p {
    font: var(--pa20);
    color: #fff;
}
/*-------------------------------------------
        Sec Viper Everything Els
--------------------------------------------*/
.sec_viper_everything {
    position: relative;
}
.sec_viper_everything:before,.sec_viper_everything:after {
    content: "";
    background: red;
    height: 16px;
    width: 488px;
    position: absolute;
    top: 0;
}
.sec_viper_everything:before {
    left: 0;
}
.sec_viper_everything:after {
    right: 0;
}
.sec_viper_everything .int_boxes_inner .boxer {
    border-radius: 0;
    margin-bottom: 0;
}
.sec_viper_everything .row {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
}
.sec_viper_everything .row .int_boxes_inner {
    flex: 100%;
    max-width: 18%;
    box-shadow: 6px 4px 10px 0px #00000047;
    padding: 0;
    transition: all 0.5s ease-in-out;
}
.sec_viper_everything .int_boxes_inner .boxer .f-image {
    width: 100%;
}
.sec_viper_everything .web_btn a {
    margin-top: 80px;
}
.sec_viper_everything h2 {
    font: var(--h2ar);
    font-weight: 500;
    margin-bottom: 20px !important;
}
.sec_viper_everything p {
    font: var(--pa20);
    color: #7E7E7E;
    line-height: 36px;
    font-weight: 500;
}
/*-------------------------------------------
        sec store
--------------------------------------------*/
.sec_store .f-image img:hover {
    transform: scale(1);
}
.sec_store .f-image {
    height: 39.9vw;
    overflow: hidden;
    width: 100%;
}
.sec_store .f-image img {
    height: 100%;
    width: 100%;
}
.sec_store .owl-nav button {
    position: absolute;
    top: 50%;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    height: 60px !important;
    width: 60px !important;
    color: #fff !important;
    outline: none !important;
    font-size: 28px !important;
    line-height: 0 !important;
    border: 1px solid #25ab00;
}
.sec_store .owl-nav button.owl-next {
    right: -4px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.sec_store .owl-nav button.owl-prev {
    left: -6px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*-------------------------------------------
        Footer
--------------------------------------------*/
.ftr_warpper {
    background: #000;
}
#footer-widget .container {
    padding: 100px 0px 50px;
}
.ftr-1 .widget_media_image {
    width: 40%;
}
#footer-widget .zoom-social-icons-list li.zoom-social_icons-list__item {
    height: 46px;
    width: 46px;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#footer-widget .zoom-social-icons-list {display: flex;margin: 50px 0px 0px 0px !important;}
#footer-widget ul li a, #footer-widget ul li {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    transition: all 0.5s ease-in-out;
}
.ftr-2 .menu-footer-menu-container ul li {
    margin-bottom: 26px;
}
#colophon .site-info {
    padding: 24px 0px;
    border-top: 1px solid #BFBFBF;
}
#colophon .site-info p a {
    color: #25ab00 !important;
    font-weight: 500;
}
#colophon, div#footer-widget {
    background: transparent !important;
}

#footer-widget .ftr-4 .own_infor ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    width: fit-content;
    margin: 0 auto
}
#footer-widget .ftr-4 .own_infor ul li {
    margin-bottom: 0;
    position: relative;
    padding-left: 26px;
}
#footer-widget .ftr-4 .own_infor ul.f_u_btm li,#footer-widget .ftr-4 .own_infor ul.f_u_top li:first-child {
    padding-left: 0!important
}
#footer-widget .ftr-4 .own_infor ul.f_u_btm li:first-child {
    padding-left: 40px
}
#footer-widget .ftr-4 .own_infor ul li:before {
    content: "";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-family: "Font Awesome 5 Free"
}
#footer-widget .ftr-4 .own_infor .f_u_top li:nth-child(2):before {
     content: "\f879";
    transform: rotate(90deg);

}
#footer-widget .ftr-4 .own_infor .f_u_top li:nth-child(3):before {
    content: "\f879";
    transform: rotate(90deg);
}
#footer-widget .ftr-4 .own_infor ul li.mail:before {
    content: "\f0e0"
}
#footer-widget .ftr-4 .own_infor ul.f_u_btm:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 24px
}
#footer-widget .ftr-4 .own_infor ul.f_u_btm {
    position: relative;
    padding-left: 30px !important;
    margin: 20px 0 !important;
    color: #25ab00;
}
.ftr_warpper .ftr-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ftr_warpper .ftr-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.ftr_warpper .ftr-3 {
    padding-left: 50px;
}
#footer-widget .ftr-4 ul li:before {
    color: #25ab00;
}
#footer-widget .ftr-4 .own_infor ul.f_u_btm li {
    font-size: 14px;
    margin-bottom: 0px !important;
}
#footer-widget .ftr-4 .own_infor ul.f_u_top li:first-child {
    margin-bottom: 6px
}
#footer-widget .ftr-4 .own_infor ul.f_u_top li:first-child:before,
#footer-widget .ftr-4 .own_infor ul.f_u_btm li:last-child:before {
    display: none;
}
.ftr_warpper .ftr-1 p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Archivo' !important;
    margin-top: 20px !important;
    padding-right: 20px;
}
.ftr_warpper h3 {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
#colophon ul li {
    color: #fff;
    font-size: 16px;
    font-family: 'Archivo' !important;
    font-weight: 400;
}
#colophon ul li a {
    font-weight: 600;
    margin: 0px 4px;
}

/*---------------------------------------
        Cate Box Page
----------------------------------------*/
.sec_cat_box_iner_page .mpg p {
    font-size: 20px;
    line-height: 38px;
    margin: 20px 0px !important;
}
.sec_cat_box_iner_page h3 a {
    color: #7E7E7E !important;
    font-size: 20px;
    margin-bottom: 6px !important;
    display: block;
    font-weight: 700;
}
.sec_cat_box_iner_page h3 a strong {
    font-weight: 700;
}
.sec_cat_box_iner_page p a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column-inner {
    box-shadow: 0px 0px 10px 0px #00000000;
    padding: 20px;
    border: 1px solid #00000017;
    transition: all 0.5s ease-in-out;
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column-inner .vc_single_image-wrapper img {
    height: 300px;
    object-fit: cover;
    margin-bottom: 14px;
    transform: scale(1);
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column_container {
    flex: 100%;
    max-width: 100%;
    width: 50%;
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column_container:first-child .vc_column-inner {
    border-bottom-right-radius: 20px;
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column_container:nth-child(2) .vc_column-inner {
    border-bottom-left-radius: 20px;
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column_container:nth-child(3) .vc_column-inner {
    border-top-right-radius: 20px;
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column_container:nth-child(4) .vc_column-inner {
    border-top-left-radius: 20px;
}
/*---------------------------------------
        Sub cate page
----------------------------------------*/
.sec_gen_parent_cate .sub-categories-grid .cat_thum {
    height: 180px;
    overflow: hidden;
}
.sec_gen_parent_cate .sub-categories-grid .cat_thum img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.sec_gen_parent_cate .sub-categories-grid .subcategory-box .inner_box {
    box-shadow: 0px 0px 20px 0px #00000042;
    padding: 10px;
}
.sec_gen_parent_cate .sub-categories-grid .subcategory-box h4 {
    background: #25ab00;
    color: #fff;
    width: 100%;
    padding: 14px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #25ab00;
    transition: all 0.5s ease-in-out;
}
.sec_gen_parent_cate .sub-categories-grid .subcategory-box {
    margin-bottom: 50px;
}
/*---------------------------------------
     Child Cate Page
----------------------------------------*/
.archive.tax-product_cat aside#secondary {
    display: none;
}
.archive.tax-product_cat section#primary {
    flex: 100%;
    max-width: 100%;
    padding: 0px 0px 80px 0px;
    text-align: center;
}
.archive.tax-product_cat section#primary h1 {
    color: #ffffff;
    font-size: 3.13vw;
    line-height: 3.65vw;
    font-weight: 700;
    /* background-image: linear-gradient(to bottom right, #009300 0, #15bf15 38%) !important; */
    height: 200px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 6px;
    margin-bottom: 50px !important;
    background: url(inc/assets/images/cbnr.jpg) no-repeat;
    background-size: 100% 100%;
}
.archive.tax-product_cat section#primary ul.products li {
    margin-bottom: 30px !important;
}
.archive.tax-product_cat section#primary ul.products li.product img {
    border: 4px solid #25ab00;
    transform: scale(1);
}
.archive.tax-product_cat section#primary ul.products li.product h2 {
    background: #25ab00;
    color: #fff;
    padding: 12px 10px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
.archive.tax-product_cat section#primary ul.products li.product h2 mark.count {
    display: none;
}
.archive.tax-product_cat  li.product-category.product.first {
    margin-left: 15px !important;
}

.archive.tax-product_cat #primary ul.products  .product-category.product.last {
    margin-right: 15px !important;
}

body.archive.tax-product_cat.term-interior-appearance #primary ul.products .product-category.product.last {
    margin: 0 auto !important;
}
body.archive.tax-product_cat.term-performance.term-42 ul.products li.product-category.product.first:nth-child(13) {
    margin-right: 15px !important;
    margin-left: auto !important;
}
body.archive.tax-product_cat.term-performance.term-42  #primary ul.products li.product-category.product:last-child {
    margin-left: 15px !important;
}
form.woocommerce-ordering, p.woocommerce-result-count {
    display: none;
}
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/

/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/

/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*---------------------------------------
        
----------------------------------------*/
/*----------------------------------------
           sec Our Products
------------------------------------------*/
.sec_product .web_btn a {
    width: 145px;
    margin: 0 0 0 auto;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    border: 1px solid #25ab00 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px;
}
#masthead nav {
    width: 100%;
}
.vc_section.sec_product p.shot_des {
    display: block !important;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    order: 3;
}
.custom-product-wrapper {
    display: flex;
    flex-direction: column;
    padding: 12px 0px 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed transparent;
    border-image: repeating-linear-gradient(94deg, #999999 0, #999999 14px, transparent 9px, transparent 18px) 1;
}
h2.woocommerce-loop-product__title {
    font-size: 26px !important;
    font-weight: 500 !important;
    text-transform: lowercase;
    line-height: 36px;
    order: 1;
    padding: 0 !important;
    margin: 10px 0px !important;
}
.custom-product-wrapper span.price {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-decoration: none !important;
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}
.custom-product-wrapper span.price del {
    color: #000 !important;
    opacity: 1 !important;
}
.custom-product-wrapper span.price span.woocommerce-Price-amount.amount {
    color: #000 !important;
}
.woocommerce ul.products > li {
    box-shadow: 0px 0px 20px 0px #00000000 !important;
    border-radius: 10px;
    padding: 20px !important;
    width: 23.5% !important;
    margin: 0 auto !important;
    background: #fff;
    transition: all 0.5s ease-in-out;
}
.pro_fun_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro_eye_icons ul a {
    margin: 0 !important;
    line-height: 0 !important;
    color: #000 !important;
}
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart {
    position: relative !important;
    height: 18px !important;
}
.pro_eye_icons ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pro_eye_icons ul li {
    margin-left: 8px;
}
.pro_eye_icons ul a.button.sp-wqv-view-button i:before {
    font-size: 18px !important;
}
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 22px !important;
    left: 14px !important;
    top: 8px !important;
}
.add_to_cart_box a {
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    width: 100%;
    border: 1px solid #25ab00 !important;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    border-radius: 6px !important;
    margin-top: 24px !important;
    opacity: 0.5;
}
.add_to_cart_box a:hover {
    opacity: 1;
}
ul.products li.product img {
    border: 2px solid #C2C2C2;
    border-radius: 6px;
    padding: 20px 30px;
    height: 260px !important;
    object-fit: contain;
}
.woocommerce ins,.woocommerce del {
    text-decoration: none;
}
.crt_box a.button:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(inc/assets/images/crt.png) no-repeat;
    background-size: 100% 100%;
    height: 19px;
    width: 19px;
}
.crt_box a.button {
    position: relative;
    padding-left: 30px !important;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 0 !important;
}
.woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    width: 100%;
}
.woocommerce ul.products li .pro_eye_icons ul li {
    width: unset !important;
}
/*----------------------------------
      single product page
-----------------------------------*/
.product-template-default.single.single-product #secondary {
    display: none;
}
.product-template-default.single .woocommerce-product-rating {
    padding: 0px 0px;
    display: flex !important;
    align-items: center;
    overflow: hidden;
}

.product-template-default.single .woocommerce-product-rating .star-rating:before,
.product-template-default.single .woocommerce-product-rating .star-rating span:before{
    color: #F6D157;
    
}
.woocommerce-product-rating a.woocommerce-review-link {
    color: #000;
    font-weight: 600;
}
.product-template-default.single .woocommerce-product-rating .star-rating {
    height: 24px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    overflow: visible;
    margin-top: 7px;
}
.product-template-default.single.single-product section#primary {
    flex: 100%;
    max-width: 100%;
    padding: 80px 15px 0px 15px;
}
.wp-singular.single.single-product .pro_notice p a {
    color: #25ab00;
    font-weight: 600;
}
.product-template-default.single.single-product div#content {
    background: #00000008;
    padding: 0px 0px 80px;
}
.product-template-default.single.single-product h1.product_title.entry-title {
    font-size: 30px;
    border: none;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Archivo';
    line-height: 40px;
}
.product-template-default.single.single-product .summary.entry-summary {
    flex-direction: column;
    display: flex;
}
.product-template-default.single.single-product .woocommerce-product-details__short-description {
    margin: 10px 0px 0px 0px !important;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px !important;
}
.product-template-default.single.single-product p.price del {
    text-decoration: line-through;
    margin-right: 10px;
}
.product-template-default.single.single-product button.single_add_to_cart_button.button {
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    outline: none !important;
    height: 46px !important;
    margin-top: -10px !important;
    border: 1px solid #25ab00 !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 0 !important;
    padding: 0px 20px;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    border-radius: 0;
}
.product-template-default.single.single-product .flex-viewport a {
    height: 100% !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 35% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 62% !important;
}
.product-template-default.single.single-product button.minus,
.product-template-default.single.single-product button.plus {
    background: #000000 !important;
    border: none !important;
    color: #fff !important;
}
.product-template-default.single.single-product .form-submit input#submit {
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    color: #fff !important;
    width: 150px;
    align-items: center;
    font-size: 18px !important;
    height: 50px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    transition: all 0.5s ease-in-out;
    border: 1px solid #25ab00 !important;
}
div#review_form_wrapper .comment-form-author input, div#review_form_wrapper .comment-form-email input {
    width: 100% !important;
    height: 40px;
}
.product-template-default.single.single-product .product_meta a {
    color: #db3f24;
    font-weight: 800;
}
.product-template-default.single.single-product section.related.products h2,
.product-template-default.single.single-product div#reviews h2.woocommerce-Reviews-title {
    font-size: 36px;
    text-transform: capitalize;
    color: #000000;
}
.product-template-default.single.single-product .stars a {
    color: #db3f24;
}
.product-template-default.single.single-product .woocommerce-product-gallery__image {
    background: #fff;
    height: 100% !important;
}
.product-template-default.single-product .woocommerce-product-gallery__wrapper {
    height: 100% !important;
}
body.product-template-default.single.single-product .woocommerce-product-gallery__image img {
    height: 100% !important;
    object-fit: contain !important;
    margin-bottom: -6px !important;
    width: 100% !important;
    padding: 80px;
}
.product-template-default.single.single-product .flex-viewport {
    border: none !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 14px 0px #00000012;
    align-items: center;
    justify-content: center;
}
span.onsale {
    display: none;
}
.product-template-default.single.single-product .flex-viewport {
    border: none !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px #0000001c;
}
.product-template-default.single.single-product h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
}
.product-template-default.single.single-product ul.tabs.wc-tabs li::before,
.product-template-default.single.single-product ul.tabs.wc-tabs li a::after {
    display: none !important;
    border: none !important;
}
.product-template-default.single.single-product .stock.in-stock {
    font-size: 18px !important;
    color: #f23750 !important;
    font-weight: 700;
}
.product-template-default.single.single-product .product_meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-template-default.single.single-product  ul.tabs.wc-tabs li {
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    margin-right: 10px !important;
}
.product-template-default.single.single-product ul.tabs.wc-tabs li a {
    padding: 10px 30px !important;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    border: 1px solid #25ab00 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 0px !important;
    transition: all 0.5s ease-in-out;
}
.product-template-default.single.single-product ol.flex-control-nav.flex-control-thumbs li {
    width: 20% !important;
    border: 1px solid #4a4a4a61;
    margin-right: 10px !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.product-template-default.single.single-product ol.flex-control-nav.flex-control-thumbs {
    margin-top: 40px !important;
}
.product-template-default.single.single-product p.price {
    color: #25ab00;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px !important;
    line-height: 34px;
    font-family: 'Roboto';
}
.product-template-default.single.single-product a.tinvwl_add_to_wishlist_button {
    color: #f23750;
    transition: all 0.5sease-in-out;
    width: 100% !important;
    display: flex;
    align-items: center;
    margin-top: 30px;
    display: none;
}
.product-template-default.single.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after:before {
    font-size: 50px;
}
.product-template-default.single.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after span {
    display: block !important;
    color: #f23750;
    font-size: 20px;
}
#tab-description {
    margin-bottom: 0;
}
.product-template-default.single.single-product .woocommerce-message a.button.wc-forward {
    background: #db3f24 !important;
    color: #fff;
    font-weight: 500;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 18px;
    text-transform: capitalize;
}
.product-template-default.single.single-product .woocommerce-message {
    padding-right: 0;
    padding-left: 30px;
    outline: none;
}
.product-template-default.single.single-product .woocommerce-message:before {
    left: 0;
}

.wp-singular.single.single-product .pro_notice {
    background: #EEEEEE;
    padding: 40px 50px;
}
.wp-singular.single.single-product .pro_notice p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px !important;
}
.wp-singular.single.single-product .pro_notice p br {
    display: none;
}
.wp-singular.single.single-product .pro_notice p:last-child {
    margin-bottom: 0 !important;
}
.wp-singular.single.single-product .pro_notice p strong {
    color: #25ab00;
    font-weight: 700;
}




.custom-product-buttons .button-wrapper {
    display: flex;
    gap: 20px;
}
.product-template-default.single.single-product .custom-product-buttons .return-policy-section {
    width: 48%;
    flex: 48% 0 0;
    margin-bottom: 0 !important;
}
.product-template-default.single.single-product .custom-product-buttons .more-info-section {
    width: 46%;
    flex: 46% 0 0;
}
.product-template-default.single.single-product .custom-product-buttons h4 {
    font-weight: 600;
    color: #25ab00;
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 26px;
}
.product-template-default.single.single-product .custom-product-buttons p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 13px !important;
}
.product-template-default.single.single-product   .custom-product-buttons .button-wrapper a {
    margin: 0 !important;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    border: 1px solid #25ab00 !important;
    transition: all 0.5s ease-in-out;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    width: max-content;
    padding: 0px 20px !important;
}
.product-template-default.single.single-product .custom-product-buttons p a {
    color: #25ab00;
    font-weight: 600;
}
.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper h2 {
    display: none;
}
.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper p,
.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul li {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0px 0px 0px !important;
    color: #000;
}
.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper p br,
section.related.products {
    display: none;
}
div#reviews ol.commentlist {
    padding-left: 0;
    margin: 40px 0px 10px 0px !important;
}
.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul li {
    list-style: outside;
}
.product-template-default.single-product .summary.entry-summary table.variations tbody tr {
    display: flex !important;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px;
}

.product-template-default.single-product table.variations tbody tr ul.variable-items-wrapper li {
    background: #000 !important;
    color: #fff;
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 4px 6px !important;
    width: max-content;
    height: 32px;
    font-weight: 600;
}

.product-template-default.single-product table.variations tbody tr ul.variable-items-wrapper li span {
    font-size: 16px;
}

.product-template-default.single-product table.variations tbody tr a.reset_variations {
    position: absolute;
    top: 0;
    margin-left: 28%;
    color: #25ab00;
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 3px;
}
.product-template-default.single-product table.variations tbody tr span.woo-selected-variation-item-name {
    display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px rgb(255 0 0 / 90%) !important;
}
.product-template-default.single-product div#tab-additional_information table.shop_attributes th {
    width: 50px;
    padding: 0 !important;
}
.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size p {
    margin: 0 !important;
    padding: 0 !important;
}
.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size {
    height: 60px;
}

/* --------------------------------------
      Cart CSS
-------------------------------------------*/
.sec_cart h1 { 
   font-size: 40px; border: none;
 }
.sec_cart p.return-to-shop a.button.wc-backward {
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    width: 180px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 2%;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #25ab00 !important;
} 
a.added_to_cart.wc-forward {
    display: none;
}
.sec_cart .cart th {
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    color: #ffffff;
    text-align: left;
    font-weight: 600 !important;
    font-size: 18px;
    text-transform: uppercase;
}
.sec_cart td.product-thumbnail {
    width: 24%;
}
.sec_cart section#primary {
    flex: 0 0 100%; max-width: 100%;
}
 a.shipping-calculator-button {
    color: #db3f24;
    font-weight: 600;
}
.sec_cart .cart tr {
    height: 50px !important;
} 
.sec_cart  .cart_item td span,.sec_cart   .cart_item td a {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
.sec_cart  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    text-align: center;
}
.sec_cart input#coupon_code {
    padding: 9px 10px;
    margin-right: 30px;
}
.sec_cart button.button {
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    color: #fff !important;
    border: solid 1px #25ab00 !important;
    height: 46px;
    text-transform: uppercase;
    font-weight: 600;
}
.sec_cart button.button:hover {
    background: transparent !important;
    color: #25ab00 !important;
}
.sec_cart .wc-forward:hover {
    background: transparent !important;
    color: #25ab00 !important;
    border: solid 1px #25ab00 !important;
}
.sec_cart .wc-forward {
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    border: solid 1px #25ab00 !important;
    margin-bottom: 0 !important;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.sec_cart .woocommerce a.remove {
    background-color: #25ab00 !important;
    color: #fff !important;
    border: solid 1px #25ab00;
    display: flex;
    justify-content: center;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    align-items: center;
}
.sec_cart .woocommerce a.remove:hover {
    color: #a98865!important;
    background: #ffffff !important;
}
.sec_cart h1 {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 40px;
    color: #292929;
}
.sec_cart .cart_totals h2 {
    margin-top: 80px;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 48px;
}
.woocommerce table.shop_table, .woocommerce table.shop_table td {
    border: 1px solid #0000001a;
}
.sec_cart td.product-thumbnail img {
    width: 100% !important;
    height: 100% !important;
}
.sec_cart td.product-thumbnail {
    height: 100% !important;
    width: 200px !important;
    padding: 20px !important;
}
/*----------------------------------
        Check Out CSS
 ---------------------------------*/
.page-id-9  { 
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.sec_check_out h1.entry-title {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 40px;
    color: #101010;
    letter-spacing: 4px;
    font-weight: 600;
}
.sec_check_out .woocommerce-info a {
    color: #25ab00;
}
.sec_check_out .woocommerce-info, .page-id-174 .woocommerce-info::before, .page-id-174  .woocommerce-info {
    border-top-color: #0d8135 !important;
}
.sec_check_out .woocommerce-info {
    border-top-color: #000000 !important;
}
.sec_check_out .woocommerce-info::before {
    color: #000000 !important;
} 
.sec_check_out #customer_details .col-12 {
    padding: 0;
} 
.sec_check_out .form-group .form-control {
    padding: 22px 18px;
} 
.sec_check_out span.woocommerce-input-wrapper {
    width: 100% !important;
}
.sec_check_out .form-group .form-control:focus {
    box-shadow: none !important;
    border: solid 1px #0074c9;
} 
.sec_check_out .form-group label.control-label {
    line-height: 2 !important;
} 
.sec_check_out .select2-container .select2-selection--single {
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border: solid 1px #ced4da;
}
.sec_check_out .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px;
}
.sec_check_out form .form-row textarea {
    width: 100% !important;
    resize: none; height: 50px !important;
    padding-top: 14px;
} 
.sec_check_out .woocommerce-additional-fields label.control-label {
    line-height: 2 !important;
} 
.sec_check_out .woocommerce-privacy-policy-text a {
    color: #25ab00 !important;
}
.sec_check_out button#place_order {
    padding: 15px 50px !important;
    border-radius: 30px !important;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    color: #fff !important;
    border: solid 2px #25ab00 !important;
    margin-top: 20px;
    outline: none !important;
    font-weight: 600;
    text-transform: uppercase;
}
.sec_check_out button#place_order:hover {
    background-color: transparent !important;
    color: #25ab00 !important;
    border: solid 2px !important;
}
.sec_check_out h3 {
    margin-top: 30px !important;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

/*----------------------------------------
           My account page
------------------------------------------*/
.sec_my_account .u-column1, .sec_my_account .u-column2 {
    flex: 100%;
    max-width: 100%;
}

.sec_my_account .woocommerce-button.button.woocommerce-form-login__submit, 
.sec_my_account .woocommerce-Button.woocommerce-button.woocommerce-form-register__submit {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#25ab00, #15bf15) !important;
    color: #fff;
    font-size: 18px;
    outline: none !important;
    font-weight: 600;
    box-shadow: none !important;
    border: 1px solid #25ab00;
    text-transform: uppercase;
    border-radius: 100px;
    margin: 0;
}
.sec_my_account div#customer_login h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 32px;
}
p.woocommerce-LostPassword.lost_password a, .woocommerce-privacy-policy-text a {
    color: #db3f24;
}
.sec_my_account aside#secondary {
    display: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}
.sec_my_account .u-column1, .sec_my_account .u-column2 {
    flex: 100%;
    max-width: 100%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    padding: 50px 10px;
}
.sec_my_account p.woocommerce-form-row label, p.woocommerce-form-row span {
    width: 100% !important;
}
.sec_my_account #customer_login .show-password-input:after {
    left: unset !important;
    position: absolute;
    top: 6px;
    right: 10px;
}
.sec_my_account #customer_login .form-control {
    height: 50px;
    margin-bottom: 10px !important;
    box-shadow: none !important;
    border-radius: 100px;
}
/*--------- WISHLIST ---------*/
.page-id-172 h1.entry-title {
    border-bottom: 2px solid #f89616;
    font-weight: 400;
    text-transform: uppercase;
}
.page-id-172 .tinv-wraper.woocommerce.tinv-wishlist {
    display: none;
}
.page-id-172 .tinv-header h2 {
    display: inline-block;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-size: 38px;
}
.page-id-172 .tinvwl_add_to_wishlist_button:hover {
    color: #f89616;
    transition: all 0.5s ease-in-out;
}
a.tinvwl_add_to_wishlist_button {
    color: #000;
    transition: all 0.5s ease-in-out;
}
table.tinvwl-table-manage-list th, .tinv-wishlist table td, tr.wishlist_item {

    border: 1px solid #000;
}
td.product-action button {
    width: 130px !important;
}
.social-buttons {
    color: #b30308;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.social-buttons a {
    color: #000;
    transition: all 0.5s ease-in-out;
}
.social-buttons a:hover {
    color: #f89616;
    transition: all 0.5s ease-in-out;
}.tinv-wishlist table td a {
    color: #000;
}
.page-id-172 .widget-area {
    display: none;
}
.page-id-172 .content-area {
    max-width: 100%;
    flex: 100%;
}
.page-id-172 button.button.alt {
    background: #b30308 !important;
    font-weight: 500;
}
.page-id-172 button.button.tinvwl-break-input.tinvwl-break-checkbox {
    background: #b30308 !important;
    font-weight: 500;
    color: #fff !important;
}
.page-id-172 button.button {
    background: #b30308 !important;
    font-weight: 500 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    font-size: 16px;
    height: 40px;
}
.page-id-172 .tinv-wishlist .product-remove button {
    background: #b30308;
    color: #fff !important;
}
.form-allowed-tags,.alert.alert-info {display: none;}
section.vc_section.sec_wishlist,section.vc_section.sec_aboutus {
    background: #e5e5e540 !important;
}
p.return-to-shop a {
    width: 150px;
    background: #b30308 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    height: 40px;
    color: #fff !important;
    font-family: 'Oswald';
}
/* aabout us inner pages  */
.sec_aboutus .abou_thum figure.wpb_wrapper,
.sec_aboutus .abou_thum .vc_single_image-wrapper {
    display: block !important;
}
.sec_aboutus .abou_thum img {
    width: 70%;
    height: 600px !important;
}
.sec_aboutus h2 {
    font-weight: 600;
    letter-spacing: 2px;
    color: #b30308;
    margin-bottom: 10px !important;
}
.sec_wishlisht h2 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 30px !important;
    line-height: 40px !important;
    height: unset !important;
}
/*------------------------------------------------
        Quick View
------------------------------------------------*/
div#yith-quick-view-modal button.single_add_to_cart_button.button.alt {
    background: #b30308;
    border: 1px solid #b30308;
}
 .qib-button {
    background: black !important;
    color: #fff !important;
}
div#yith-quick-view-modal .product_meta a {
    color: #b30308;
}
div#yith-quick-view-modal h1.product_title.entry-title {
    border: none;
}
div#yith-quick-view-content .woocommerce-product-rating {
  display: none !important;
}
div#yith-quick-view-modal .summary.entry-summary {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}
div#yith-quick-view-modal a#yith-quick-view-close {
    height: 30px;
    width: 31px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b30308 !important;
    opacity: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid #b30308;
    box-shadow: 0px 0px 14px 0px #b3030894;
}
/*----------------------------------------------
      wishlist add to cart eye icon style
----------------------------------------------*/
/*---------------------------------
        sec testimonials
---------------------------------*/
.sec_testimonialer .boxer .f-image {
    width: 96px;
    height: 95px;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: 999;
}
.sec_testimonialer .boxer .f-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec_testimonialer .boxer .info-wrapper {
    height: 225px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #00000030;
    margin: 10px;
    width: 512px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 11%;
    padding-right: 0%;
    transition: all 0.5s ease-in-out;
}
.sec_testimonialer .owl-stage-outer {
    padding: 60px 20px 0px 40px;
    height: 630px;
    overflow: hidden !important;
}
.sec_testimonialer .owl-item .boxer .info-wrapper {
    opacity: 0;
}
.sec_testimonialer .boxer .info-wrapper p {
    color: #343434;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px !important;
    margin-top: 0 !important;
}
.sec_testimonialer .boxer .info-wrapper h3 {
    color: #00438F;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Poppins';
}
.sec_testimonialer h2 {
    color: #000000;
}
.sec_testimonialer p {
    color: #000000;
    line-height: 32px;
    padding-right: 15%;
    margin: 40px 0px 60px 0px !important;
}
.sec_testimonialer .owl-dots {
    position: absolute;
    bottom: 100%;
    width: 100% !important;
    display: flex;
    left: 74%;
    margin-left: 20px;
    transform: rotate(-90deg);
    justify-content: center;
}
.sec_testimonialer .owl-dots button.owl-dot.active {
    border: 1px solid #00438F !important;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}
.sec_testimonialer .owl-dots button.owl-dot {
    margin-left: 20px;
    outline: none !important;
    border: none !important;
}
.sec_testimonialer .owl-dots button.owl-dot span {
    background: #757575;
    height: 10px !important;
    width: 10px !important;
    margin: 0;
}
.sec_testimonialer .owl-dots button.owl-dot.active span {
    background: #00438f;
}

.sec_testimonialer .our_tt {
    transform: rotate(90deg);
    height: 600px;
}
.sec_testimonialer .owl-stage {
    top: 260px;
}
.sec_testimonialer .owl-item.center {
    opacity: 1;
    z-index: 999;
    top: 0px !important;
    transition: all 0.5s ease-in-out;
}
.sec_testimonialer .our_tt .owl-item {
    transform: rotate(-90deg);
  top: -60px;
  transition:0.5s;
}
.sec_testimonialer .owl-item.active .boxer .info-wrapper {
    opacity: 0.2;
    transition: all 0.5s ease-in-out;
}
.sec_testimonialer .owl-item.center .boxer .info-wrapper {
    opacity: 1;
  transition:0.5s;
}
.sec_testimonialer .owl-item.active .boxer .f-image {
    opacity: 0.1 !important;
    transition: all 0.5s ease-in-out;
}
.sec_testimonialer .owl-item.active.center .boxer .f-image {
    opacity: 1 !important;
  transition:0.5s;
}
.sec_testimonialer .owl-item .boxer .f-image {
    opacity: 0;
}
/*-----------------------------------
        hover effects
------------------------------------*/
.cate_wrapper section img:hover {
    transform: scale(1.05);
}
.sec_side_panel .mnu_raw ul.menu.nav li a:hover {
    background: #D2001B !important;
    color: #fff !important;
}
div#myPanel .close-btn:hover {
    background: transparent !important;
    color: #ffffff;
    border: 2px solid #fff !important;
}
.sec_banner .bnr_post_raw .bnr_cat_box:hover {
    box-shadow: -5px 0px 13px 0px #0000002e;
}
img:hover {
    transform: scale(1.04);
}
.sec_factory_replacement .fac_boxes_inner:hover {
    box-shadow: 0px 0px 20px 0px #00000054;
}
.Performance_Upgrades .cate_boxes_inner .boxer:hover {
    box-shadow: -9px 2px 15px 0px #0000003d;
    transform: scale(1.03);
}
.Performance_Upgrades .cate_boxes_inner .boxer:hover .f-image img {
    transform: scale(1.03);
}
.Performance_Upgrades .cate_boxes_inner .boxer:hover a {
    background: transparent !important;
    color: #25ab00;
}
.vc_section .web_btn a:hover,.archive.tax-product_cat .products .product:hover h2 {
    background: transparent !important;
    color: #25ab00 !important;
    box-shadow: 2px -1px 10px 0px #00000059;
}
.sec_factory_replacement .fac_boxes_inner:hover .info-wrapper a {
    background: #000000fa !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}
.sec_factory_replacement .fac_boxes_inner:hover .f-image img {
    transform: scale(1.02);
}
.archive.tax-product_cat section#primary ul.products li.product:hover img {
    transform: scale(1.02);
}
.sec_gen_parent_cate .sub-categories-grid  .subcategory-box .inner_box:hover h4 {
    background: transparent !important;
    color: #25ab00;
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column-inner:hover {
    box-shadow: 0px 0px 10px 0px #00000047;
}
.sec_cat_box_iner_page .vc_row.cat_box_btm_raw .vc_column-inner:hover .vc_single_image-wrapper img {
    transform: scale(1.02);
}
.woocommerce ul.products > li:hover {
    box-shadow: 0px 0px 20px 0px #00000033 !important;
}
.product-template-default.single.single-product .custom-product-buttons .button-wrapper a:hover,
.product-template-default.single.single-product button.single_add_to_cart_button.button:hover,
.product-template-default.single.single-product ul.tabs.wc-tabs li a:hover,
.product-template-default.single.single-product .form-submit input#submit:hover {
    background: transparent !important;
    color: #25ab00 !important;
}
/*-----------------------------
    KeyFrames
------------------------------*/
@keyframes soft-heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

