@font-face {
 font-family: "wild_worldbold";
 src: url("https://assets.codepen.io/756881/wild_world-webfont.woff2")
   format("woff2"),
  url("https://assets.codepen.io/756881/wild_world-webfont.woff") format("woff");
 font-weight: normal;
 font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

.home_banner {
  padding-top: 100px;
  background-image: url(/theme_voltro/static/src/images/banner/banner-vector.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  .home_banner {
    height: auto;
  }
}
.home_banner .wrapper .slider_grid {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
  perspective: 1000px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .home_banner .wrapper .slider_grid {
    display: block;
    padding-top: 200px;
  }
}
.home_banner .wrapper .slider_grid .banner_heading {
  display: inline-block;
}
.home_banner .wrapper .slider_grid .banner_heading h1 {
  font-family: "wild_worldbold";
  font-size: clamp(2.25rem, 1.9874rem + 1.1173vw, 3.7rem);
  text-align: center;
  line-height: 0.67;
  text-align: center;
  color: #111;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 999;
  color: transparent;
  letter-spacing: 4px;
  opacity: 1;
  transition: all 0.5s ease;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .home_banner .wrapper .slider_grid .banner_heading h1 {
    top: 70px;
    line-height: 1;
    letter-spacing: 7px;
  }
}
.home_banner .wrapper .slider_grid .banner_heading h1:first-child {
  position: absolute;
  top: 200px;
  right: 0px;
  z-index: 999;
  margin: 0;
  color: white;
}
@media screen and (max-width: 992px) {
  .home_banner .wrapper .slider_grid .banner_heading h1:first-child {
    top: 70px;
    line-height: 1;
  }
}
.home_banner .wrapper .slider_grid .right .banner_right {
  text-align: center;
  padding-top: 50px;
}
.home_banner .wrapper .slider_grid .right .banner_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/theme_voltro/static/src/images/banner/banner-vector.svg);
  background-size: contain;
  background-position: right;
  opacity: 0.1; /* Adjust opacity for the background image */
  z-index: -1; /* Ensure it is behind the content */
}
.home_banner .wrapper .slider_grid .right .banner_right .offer {
  font-size: 24px;
  letter-spacing: 1px;
}
.home_banner .wrapper .slider_grid .right .banner_right p {
  font-size: 18px;
  margin-bottom: 30px;
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .home_banner .wrapper .slider_grid .right .banner_right p {
    padding-top: 15px;
  }
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --voltro-primary: #1740B5;
  --voltro-secondary: #F5C000;
  --brand-dark: #242424;
  --voltro-bg-section:#0D0D0D;
  --card-bg:#1E1D22;
  --footer-bg:#1B1717;
  --brand-heading: #0C0C0C;
  --brand-text: #767676;
  --brand-sub-text: #C4C4C4;
  --white-color: #ffff;
  --grey-color-900: #757575;
}

.featured_categories {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .featured_categories {
    padding-bottom: 50px;
  }
}
.featured_categories .wrapper .featured_content {
  padding-top: 30px;
}
.featured_categories .wrapper .featured_content .fearured_product_card {
  width: 200px;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.featured_categories .wrapper .featured_content .fearured_product_card .img_wrapper{
height: 200px; /* Should match max-height above */
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured_categories .wrapper .featured_content .item{
    margin: 0px 5px;
}
.featured_categories .wrapper .featured_content .fearured_product_card .img_wrapper img {
  object-fit: contain;
  max-height: 200px;
  transition: opacity 0.5s ease-in-out;
}
.featured_categories .wrapper .featured_content .fearured_product_card .img_wrapper .product-img {
  transition: opacity 0.3s ease;
}
.featured_categories .wrapper .featured_content .fearured_product_card h6 {
  color: white;
  font-size: 18px;
  padding-top: 15px;
  font-weight: 400;
}

.offer_section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .offer_section {
    margin-bottom: 40px;
  }
}
.offer_section .offer_bg {
  height: 70vh;
  background-image: url(/theme_voltro/static/src/images/offer/offer_bg.png);
  background-position: left;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.offer_section .offer_bg .content {
  padding-right: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .offer_section .offer_bg .content {
    padding: 0px 15px;
  }
}
.offer_section .offer_bg .content .p_top {
  font-weight: 100;
}
.offer_section .offer_bg .content h4 {
  font-size: 32px;
  font-weight: 600;
}
.offer_section .offer_bg .content .p_bottom {
  padding-top: 15px;
}

.new_arrivals {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .new_arrivals {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.new_arrivals .wrapper .new_arrivals_content {
  padding-top: 30px;
}

.voltro_product_card {
  padding: 20px 20px;
  background-color: var(--card-bg);
}
.voltro_product_card .type {
  font-size: 14px;
  font-weight: 500;
  color: #565659;
  padding-bottom: 10px;
}
.voltro_product_card h6 {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.voltro_product_card .fix_height {
  display: flex;
  justify-content: center;
  align-items: center;
}

.voltro_product_card .fix_height .img_wrapper img {
  width: 100%;
  transform: scale(1);
  transition: scale 250ms ease, transform 250ms ease;
}



.voltro_product_card:hover img {
  width: 100%;
  transform: scale(1.2) !important;
  transition: transform 250ms;
}

.launches {
  padding-bottom: 80px;
}
.launches .wrapper .section_left_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.launches .wrapper .section_left_heading .ft_wrapp h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.launches .wrapper .section_left_heading .ft_wrapp p {
  font-size: 16px;
  line-height: 1.8;
}

.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.grid .img_wrapper {
  position: relative;
  overflow: hidden;
}
.grid .img_wrapper img {
  width: 100%;
  transition: scale 250ms ease, transform 250ms ease;
}
.grid .img_wrapper:hover img {
  cursor: pointer;
  transform: scale(1.5);
  transition-delay: 0.3s;
}
.grid .img_wrapper .grid_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 15px 15px;
  background-color: rgba(0, 0, 0, 0.226);
  /* Slightly transparent background */
  backdrop-filter: blur(1px);
  text-align: center;
}
.grid .img_wrapper .grid_info h6 {
  font-size: 18px;
  font-weight: 500;
}
.grid .img_wrapper .grid_info p {
  font-size: 16px;
}
.grid .div1 {
  grid-area: 1/1/6/3;
}
.grid .div1 .img_wrapper {
  max-width: 500px;
}
.grid .div1 .img_wrapper img {
  width: 100%;
}
.grid .div2 {
  grid-area: 1/3/3/5;
}
.grid .div2 .img_wrapper {
  max-width: 400px;
}
.grid .div2 .img_wrapper img {
  width: 100%;
}
.grid .div3 {
  grid-area: 1/5/3/7;
}
.grid .div3 .img_wrapper {
  max-width: 400;
}
.grid .div3 .img_wrapper img {
  width: 100%;
}
.grid .div4 {
  grid-area: 3/3/6/7;
}
.grid .div4 .img_wrapper {
  max-width: 1000px;
}
.grid .div4 .img_wrapper img {
  width: 100%;
}

.brands {
  padding-top: 40px;
  padding-bottom: 80px;
}
.brands #brands {
  background-color: var(--card-bg);
}
.brands #brands:hover {
  cursor: pointer;
}

.subscribe {
  padding-bottom: 80px;
}
.subscribe .wrapper {
  background-color: var(--voltro-bg-section);
  padding: 20px 0;
  box-shadow: 0px 2px 1px rgba(200, 200, 200, 0.6);
  padding: 40px 40px;
  letter-spacing: 1px;
  padding-bottom: 50px;
}
.subscribe .wrapper .sub_text {
  font-size: 46px;
  margin-bottom: 30px;
}

.shop_page_ad {
  padding-bottom: 50px;
}
.shop_page_ad .ad_grid {
  display: grid;
  margin-top: -80px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  justify-content: center;
  gap: 2rem;
}
.shop_page_ad .ad_grid .ad_wrapper {
  text-align: center;
  cursor: pointer;
  background: linear-gradient(180deg, #000000, #000000, #010101, #020202, #050505, #0a0a0a, #101010, #161616, #1c1c1c, #232323, #2a2a2a, #313131);
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3), 0px 2px 8px -2px rgba(0, 0, 0, 0.15);
}
.shop_page_ad .ad_grid .ad_wrapper .fix_height {
  height: 300px;
  width: 340px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.shop_page_ad .ad_grid .ad_wrapper .fix_height .img_wrapper {
  max-width: 200px;
}
.shop_page_ad .ad_grid .ad_wrapper .fix_height .img_wrapper img {
  width: 100%;
}
.shop_page_ad .ad_grid .ad_wrapper h6 {
  font-size: 18px;
  padding-bottom: 15px;
}
.shop_page_ad .ad_grid .ad_wrapper:hover {
  box-shadow: 0px 2px 8px -2px rgba(95, 95, 95, 0.252), 0px 4px 16px -4px rgba(128, 128, 128, 0.2);
}

.shop_product {
  padding-top: 50px;
  padding-bottom: 50px;
}
.shop_product .wrapper .top_bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .shop_product .wrapper .top_bar {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .shop_product .wrapper .top_bar .filter {
    margin-bottom: 15px;
  }
}
.shop_product .wrapper .top_bar .filter .f_n {
  font-weight: 600;
  font-size: 18px;
}
.shop_product .wrapper .top_bar .filter a {
  color: var(--brand-sub-text);
  text-decoration: underline;
}
.shop_product .wrapper .top_bar .custom-select-container {
  position: relative;
  display: inline-block;
  width: 300px;
  /* Adjust the width as needed */
}
.shop_product .wrapper .top_bar .transparent-select {
  width: 100%;
  padding: 12px 40px 12px 10px;
  /* Padding to adjust label and right padding for selected option */
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 0px;
  appearance: none;
  /* Remove default select box styling */
  color: var(--white-color);
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;
  /* Change the cursor for a pointer when hovering */
}
.shop_product .wrapper .top_bar .transparent-select:focus {
  outline: none;
  border-color: var(--brand-sub-text);
  /* Change border color on focus */
}
.shop_product .wrapper .top_bar .transparent-select option {
  background-color: var(--dropdown-bg-color, white);
  /* Use a custom background color for options */
  color: #333;
  padding: 10px;
  font-size: 16px;
}
.shop_product .wrapper .top_bar .transparent-select option:disabled {
  display: none;
}
.shop_product .wrapper .top_bar .custom-select-container::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 12px;
  /* Adjust size */
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDEzIj48cGF0aCBkPSJNOC41NjYyOCA2Ljk5ODA1TDIuODgyNjkgMTIuNzEwOUMyLjU4OTcyIDEyLjk3NDYgMi4xNTAyNyAxMi45NzQ2IDEuODg2NjAgMTIuNzEwOUwxLjIxMjc3IDEyLjAzNzFDMC45NDkwOTcgMTEuNzczNCAwLjk0OTA5NyAxMS4zMzQgMS4yMTI3NyAxMS4wNDlMNS43MjQ0OSA2LjVMMS4yMTI3NyAxLjk4ODI4QzAuOTQ5MDk3IDEuNjk1MzEgMC45NDkwOTcgMS4yNTU4NiAxLjIxMjc3IDAuOTkyMTg4TDEuODg2NjAgMC4zMTgzOTVDMi4xNTAyNyAwLjA1NDY4NzMgMi41ODk3MiAwLjA1NDY4NzMgMi44ODI2OSAwLjMxODM5Nkw4LjU2NjI4IDYuMDMxMjVDOC44Mjk5NiA2LjI5NDkyIDguODI5OTYgNi43MzQzNSA4LjU2NjI4IDYuOTk4MDVaIiBmaWxsPSIjMzMzMzMzIi8+PC9zdmc+");
  background-size: contain;
  pointer-events: none;
}
.shop_product .wrapper .top_bar .select_wrapp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.suggested_products {
  padding-top: 100px;
  padding-bottom: 60px;
}
.suggested_products .sp_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center;
  gap: 2rem;
}
.suggested_products .sp_grid .ad_wrapper {
  cursor: pointer;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3), 0px 2px 8px -2px rgba(0, 0, 0, 0.15);
}
.suggested_products .sp_grid .ad_wrapper .sp_product {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.suggested_products .sp_grid .ad_wrapper .sp_product .fix_height {
  height: 130px;
  width: 130px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2b2b2b;
}
@media screen and (max-width: 992px) {
  .suggested_products .sp_grid .ad_wrapper .sp_product .fix_height {
    margin-right: 15px;
    margin-left: 0;
  }
}
.suggested_products .sp_grid .ad_wrapper .sp_product .fix_height .img_wrapper {
  max-width: 100px;
}
.suggested_products .sp_grid .ad_wrapper .sp_product .fix_height .img_wrapper img {
  width: 100%;
}
.suggested_products .sp_grid .ad_wrapper .sp_product .rating {
  margin-bottom: 10px;
}
.suggested_products .sp_grid .ad_wrapper .sp_product h6 {
  font-size: 18px;
  padding-bottom: 5px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 40px;
  justify-content: center;
  margin-bottom: 40px;
}
.pagination .btn {
  border: 1px solid #757575;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}
.pagination .btn-icon {
  width: 24px;
  height: 24px;
  stroke: #757575;
}
.pagination .btn:hover {
  background-color: transparent;
}
.pagination .btn:hover .btn-icon {
  stroke: var(--voltro-secondary);
}
.pagination .page-link:link,
.pagination .page-link:visited {
  text-decoration: none;
  color: white;
  font-size: 14px;
  height: 28px;
  width: 28px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.pagination .page-link:hover,
.pagination .page-link:active,
.pagination .page-link.page-link--current {
  background-color: transparent;
  color: var(--voltro-secondary);
}
.pagination .dots {
  color: #868e96;
}

.about_page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about_page .wrapper .service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .about_page .wrapper .service {
    margin-bottom: 0px;
  }
}
.about_page .wrapper .service .service_wrapprer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  text-align: center;
}
.about_page .wrapper .service .service_wrapprer img {
  width: 70px;
  margin-bottom: 25px;
}
.about_page .wrapper .service .service_wrapprer h5 {
  margin-bottom: 15px;
}
.about_story .wrapper .our_story {
  margin-bottom: 50px;
  padding-top: 50px;
}
.about_story .wrapper .our_story .our_story_right {
  padding-top: 50px;
}
.about_story .wrapper .our_story .our_story_right h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.about_story .wrapper .our_story .our_story_right p {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 15px;
}
.about_story .wrapper .our_story .our_story_left {
  max-width: 750px;
}
@media screen and (max-width: 992px) {
  .about_story .wrapper .our_story .our_story_left {
    margin-top: 50px;
  }
}
.about_story .wrapper .our_story .our_story_left img {
  width: 100%;
}
.about_achievements .wrapper .achievements {
  padding: 100px 0px;
}
@media screen and (max-width: 992px) {
  .about_achievements .wrapper .achievements {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about_achievements .wrapper .achievements .stats_wrapp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
}
@media (max-width: 992px) {
  .about_achievements .wrapper .achievements .stats_wrapp {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
  }
}
.about_achievements .wrapper .achievements .stat {
  text-align: center;
  padding: 15px 15px;
  width: 100%;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.about_achievements .wrapper .achievements .stat:hover {
  background-color: var(--voltro-secondary);
  cursor: pointer;
}
.about_achievements .wrapper .achievements img {
  margin-bottom: 15px;
  margin-top: 15px;
}
.about_achievements .wrapper .achievements p {
  color: var(--white-color);
  font-weight: 400;
}
.about_achievements .wrapper .achievements .number {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.about_team .wrapper .team {
  padding-top: 50px;
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 50px;
}
.about_team .wrapper .team .card_wrapper .img_wrapper {
  max-width: 750px;
  margin: auto;
  margin-bottom: 15px;
}
.about_team .wrapper .team .card_wrapper .img_wrapper img {
  width: 100%;
}
.about_team .wrapper .team .card_wrapper .card_bottom .name {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
.about_team .wrapper .team .card_wrapper .card_bottom .icons {
  padding-top: 15px;
  display: flex;
  gap: 15px;
}

.contact .contact_form_info {
  padding-bottom: 50px;
  padding-top: 50px;
  color: white !important;
}
.contact .contact_form_info .contact_info {
  background-color: #131313;
  padding: 15px 30px;
  padding-top: 20px;
  border: 1px solid #727272;
}
.contact .contact_form_info .contact_info .c_info .icon_name {
  padding-bottom: 20px;
}
.contact .contact_form_info .contact_info .c_info .icon_name img {
  width: 40px;
  margin-right: 15px;
}
.contact .contact_form_info .contact_info .c_info p a {
  color: var(--white-color);
  padding-left: 10px;
}
.contact .contact_form_info .contact-form {
  background-color: #131313;
  padding: 40px 30px;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 0px;
}
.contact .contact_form_info .contact-form label {
  padding-bottom: 10px;
}
.contact .contact_form_info .form-control {
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 25px;
  padding: 0.75rem 0.75rem;
  color: var(--white-color);
}
.contact .contact_form_info .form-control:focus {
  border-color: var(--white-color);
  box-shadow: none;
}
.contact .map {
  margin-top: 100px;
}

.shop_preview {
  padding-top: 50px;
  padding-bottom: 100px;
}
.shop_preview .wrapper {
  /* Hide the default checkbox */
  /* Create a custom checkbox appearance */
  /* Customize the checkmark for each color */
  /* When the checkbox is checked, show the custom color */
  /* Create a checkmark icon inside the box when checked */
  /* Set specific colors for the checked checkboxes */
}
.shop_preview .wrapper .b_bottom {
  border: 1px solid transparent;
  border-bottom-color: #E6E6E6;
  padding-bottom: 20px;
}
.shop_preview .wrapper .preview_wrapp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.shop_preview .wrapper .preview_wrapp .preview_image {
  max-width: 350px;
  position: relative;
}
.shop_preview .wrapper .preview_wrapp .preview_image img {
  width: 100%;
  cursor: zoom-in;
}
.shop_preview .wrapper .drift-pane {
  width: 300px !important;
  /* Set zoom pane width */
  height: 300px !important;
  /* Set zoom pane height */
  border: 1px solid #ddd;
  /* Optional border for better visibility */
  position: absolute;
}
.shop_preview .wrapper .drift-zoom-pane {
  background: none !important;
  /* Remove the background if you don't want it */
  border: none !important;
  /* Optional: remove any border */
}
.shop_preview .wrapper .drift-zoom-pane {
  position: absolute;
  /* Ensure it positions itself absolutely */
  z-index: 9999;
  /* Set high z-index to avoid being overlapped */
  width: 400px;
  /* Set specific width for the zoom pane */
  height: 400px;
  /* Set specific height for the zoom pane */
  border: 1px solid #ddd;
  /* Optional: Add border if needed */
  left: -450px;
  top: 50px;
}
.shop_preview .wrapper .detail {
  position: absolute;
  right: 30%;
  z-index: 999;
  float: right;
}
.shop_preview .wrapper .p_right {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .shop_preview .wrapper .p_right {
    padding-left: 0;
    padding-top: 50px;
    margin-bottom: 40px;
  }
}
.shop_preview .wrapper .product_info {
  position: relative;
}
.shop_preview .wrapper .product_info .name_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_preview .wrapper .product_info .name_wrapper .name {
  font-size: 28px;
  font-weight: 600;
}
.shop_preview .wrapper .product_info .name_wrapper .bt_icons {
  display: flex;
  gap: 20px;
}
.shop_preview .wrapper .product_info .name_wrapper .bt_icons a {
  display: block;
}
.shop_preview .wrapper .product_info .name_wrapper .bt_icons a img {
  width: 25px;
  height: 25px;
}
.shop_preview .wrapper .product_info .price_wrapp {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.shop_preview .wrapper .product_info .price_wrapp span {
  font-size: 18px;
  margin-right: 15px;
}
.shop_preview .wrapper .product_info .price_wrapp .price_option {
  font-size: 16px;
  border: 1px solid;
  border-color: #4C4C4C;
  padding: 5px 10px;
}
.shop_preview .wrapper .product_info .price_wrapp .price_option a {
  color: var(--white-color);
  text-decoration: underline;
}
.shop_preview .wrapper .product_info .price_wrapp .price_option a:hover {
  cursor: pointer;
}
.shop_preview .wrapper .product_desc {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 20px;
}
.shop_preview .wrapper .brand {
  padding-left: 0;
}
.shop_preview .wrapper .brand li {
  padding-bottom: 5px;
  font-size: 14px;
}
.shop_preview .wrapper .checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.shop_preview .wrapper .custom-checkbox input[type=checkbox] {
  display: none;
}
.shop_preview .wrapper .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
.shop_preview .wrapper .custom-checkbox .checkmark {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  background-color: transparent;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.shop_preview .wrapper .custom-checkbox.red .checkmark {
  border-color: red;
}
.shop_preview .wrapper .custom-checkbox.green .checkmark {
  border-color: green;
}
.shop_preview .wrapper .custom-checkbox input:checked + .checkmark {
  background-color: currentColor;
}
.shop_preview .wrapper .custom-checkbox input:checked + .checkmark:after {
  display: none;
}
.shop_preview .wrapper .custom-checkbox.red input:checked + .checkmark {
  background-color: red;
}
.shop_preview .wrapper .custom-checkbox.green input:checked + .checkmark {
  background-color: green;
}
.shop_preview .wrapper .label {
  padding-top: 20px;
  margin-bottom: 20px;
  color: #4C4C4C;
  font-weight: var(--brand-sub-text);
}
.shop_preview .wrapper .heighlights {
  padding-left: 0;
}
.shop_preview .wrapper .heighlights li {
  padding-bottom: 5px;
}
.shop_preview .wrapper .bottom .model,
.shop_preview .wrapper .bottom .shipping {
  padding-top: 15px;
  color: #4C4C4C;
}
.shop_preview .wrapper .bottom .model a,
.shop_preview .wrapper .bottom .shipping a {
  color: #4C4C4C;
  text-decoration: underline;
  margin-left: 20px;
}
.shop_preview .wrapper .bottom .order {
  padding-top: 20px;
  display: flex;
  margin-bottom: 15px;
  gap: 20px;
}
.shop_preview .wrapper .bottom .order .q_btn {
  border: 1px solid #4C4C4C;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100px;
  justify-content: space-around;
}
.shop_preview .wrapper .bottom .order .q_btn button {
  background-color: transparent;
  color: white;
  padding: 3px;
  border: none;
}
.shop_preview .nav-tabs {
  padding-left: 0;
  gap: 10px;
}
.shop_preview .nav-tabs .nav-link {
  color: var(--white-color);
  font-weight: 600;
  border: none;
  position: relative;
}
.shop_preview .nav-tabs .nav-link:hover::after {
  position: absolute;
  content: " ";
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(23, 65, 181, 0.3529411765);
}
.shop_preview .nav-tabs .nav-link.active {
  background-color: transparent;
  position: relative;
}
.shop_preview .nav-tabs .nav-link.active::after {
  position: absolute;
  content: " ";
  height: 3px;
  bottom: -2px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--voltro-primary);
}
.shop_preview .tab-content {
  padding: 30px 30px;
  border: 1px solid white;
  border-radius: 0px;
  margin-top: 20px;
}
.shop_preview .tab-content h6 {
  padding-bottom: 15px;
  font-size: 18px;
}
.shop_preview .tab-content ul li {
  padding-bottom: 10px;
  font-weight: normal;
}
.shop_preview ul {
  padding-left: 20px;
}

.btn {
  border: none !important;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
.btn-primary {
  border-radius: 0px;
  font-size: 14px !important;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--p-brand-green) !important;
  background-color: var(--voltro-primary);
  color: var(--white-color) !important;
  transition: all 0.3s;
  padding: 15px 30px;
}
.btn-primary:hover {
  background-color: var(--white-color);
  color: var(--voltro-primary) !important;
}
.btn-secondary {
  border-radius: 0px;
  font-size: 14px !important;
  text-decoration: none;
  position: relative;
  border: 1px solid white !important;
  background-color: transparent;
  color: var(--white-color) !important;
  transition: all 0.3s;
  padding: 12px 20px;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background-color: var(--white-color) !important;
  color: var(--voltro-primary) !important;
   /* Adds a white border on hover */
}


@media screen and (max-width: 992px) {
  .sidebar {
    margin-bottom: 40px;
  }
}
.sidebar .sidebar_categories {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar .sidebar_categories h5 {
  padding-bottom: 15px;
}
.sidebar .sidebar_categories .custom_checkbox {
  margin-bottom: 15px;
  /* Style the label as a checkbox container */
  /* Create a custom box using ::before */
  /* Checkmark (hidden initially) */
  /* When checkbox is checked, show the checkmark */
  /* Optional: When the checkbox is checked, change box color */
}
.sidebar .sidebar_categories .custom_checkbox input[type=checkbox] {
  display: none;
}
.sidebar .sidebar_categories .custom_checkbox .custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}
.sidebar .sidebar_categories .custom_checkbox .custom-checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #757575;
  border-radius: 0px;
  background-color: transparent;
}
.sidebar .sidebar_categories .custom_checkbox .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 12px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.sidebar .sidebar_categories .custom_checkbox input[type=checkbox]:checked + .custom-checkbox::after {
  opacity: 1;
  border-color: var(--voltro-secondary);
}
.sidebar .sidebar_categories .custom_checkbox input[type=checkbox]:checked + .custom-checkbox::before {
  border-color: var(--voltro-secondary);
}

/* Container */
.range-slider {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 30px;
  width: 60%;
}

.slider-container {
  position: relative;
  width: 80%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2196078431);
  border-radius: 0;
  margin-top: 25px;
}

/* Style the range slider */
.slider {
  margin-top: -7px;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: transparent;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

/* Customize the slider track */
.slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background-color: rgba(9, 167, 9, 0);
}

.slider::-moz-range-track {
  width: 100%;
  height: 6px;
  background-color: rgba(0, 0, 255, 0.136);
}

/* Customize the slider thumb */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #6C5E41;
  border-radius: 3px;
  cursor: pointer;
  pointer-events: all;
  border: 2px solid rgba(211, 182, 182, 0);
}

/* Range Fill */
#range-fill {
  position: absolute;
  top: 0px;
  left: 0;
  height: 6px;
  background-color: #C6C6C6;
  z-index: 1;
  border-radius: 0px;
}

.range_bottom {
  padding-bottom: 15px;
}

.navigation {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navigation .wrapper .navbar {
  padding: 0px 0px;
}
@media screen and (max-width: 992px) {
  .navigation .wrapper .navbar {
    padding: 15px 0;
  }
}
.navigation .wrapper .navbar .navbar-brand {
  display: flex;
  align-items: center;
}
.navigation .wrapper .navbar .navbar-brand img {
  width: 150px;
  margin-right: 15px;
}
.navigation .wrapper .navbar .navbar-collapse {
  justify-content: end;
  justify-content: center;
}
@media (max-width: 992px) {
  .navigation .wrapper .navbar .navbar-collapse {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .navigation .wrapper .navbar .navbar-collapse {
    padding-top: 20px;
    background-color: var(--brand-dark) !important;
  }
}
.navigation .wrapper .navbar .navbar-nav .nav-item {
  margin: 0px 15px;
  padding: 20px 0px;
}
.navigation .wrapper .navbar .navbar-nav .nav-item:hover {
  background-color: var(--grey-color-900);
}
.navigation .wrapper .navbar .navbar-nav .nav-item .nav-link {
  color: var(--white-color);
  font-size: 16px;
  padding: 15px 15px;
}
@media (max-width: 1200px) {
  .navigation .wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 8px;
  }
}
@media (max-width: 992px) {
  .navigation .wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0px;
    padding-left: 15px;
  }
}
.navigation .wrapper .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--brand-blue-900);
  font-weight: 500;
}
.navigation .wrapper .navbar .navbar-nav .nav-item .nav-link2 {
  color: var(--black-color);
}
.navigation .wrapper .navbar .nav_icons ul {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}
.navigation .wrapper .navbar .nav_icons ul li a img {
  width: 20px;
}
.navigation .wrapper .navbar .dropdown-menu {
  background-repeat: no-repeat;
  min-width: 220px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  box-shadow: rgb(239, 239, 239) 0px 1px 0px;
  background-position: right bottom;
  border-image: initial;
  border-style: solid;
  border-color: rgb(244, 244, 244);
  margin: 0px;
  border-radius: 4px;
  padding: 10px;
  overflow: visible;
  border-width: 1px !important;
  top: 70px;
}
.navigation .wrapper .navbar .dropdown-menu .dropdown-item {
  color: var(--brand-dark);
  font-size: 16px;
  padding: 15px 15px;
  padding-bottom: 5px;
}
.navigation .wrapper .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--up-);
}

.banner_img {
  width: 550px;
}
.banner_img img {
  width: 100%;
}

#fixed_nav.scrolled {
  box-shadow: -7px 2px 17px rgba(0, 0, 0, 0.1);
  background-color: black;
  border: 1px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.071); /* Adjust color as needed */
}

.navbar-toggler .bi-list {
  display: inline-block;
  transition: opacity 0.3s ease;
  color: var(--white-color);
  font-size: 40px;
}

.navbar-toggler .bi-x-lg {
  display: none;
  transition: opacity 0.3s ease;
  color: var(--white-color);
  font-size: 36px;
}

/* When the navbar is expanded (not collapsed) */
.navbar-toggler.collapsed .bi-list {
  display: inline-block;
}

.navbar-toggler:not(.collapsed) .bi-list {
  display: none;
}

.navbar-toggler:not(.collapsed) .bi-x-lg {
  display: inline-block;
}

.banner {
  padding-top: 100px;
  background-image: url(/theme_voltro/static/src/images/banner/banner-vector.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  .banner {
    height: auto;
  }
}
.banner .wrapper .slider_grid {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
  perspective: 1000px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .banner .wrapper .slider_grid {
    display: block;
    padding-top: 200px;
  }
}
.banner .wrapper .slider_grid .banner_heading {
  display: inline-block;
}
.banner .wrapper .slider_grid .banner_heading h1 {
  font-family: "wild_worldbold";
  font-size: clamp(2.25rem, 1.9874rem + 1.1173vw, 3.7rem);
  text-align: center;
  line-height: 0.67;
  text-align: center;
  color: #111;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 999;
  color: transparent;
  letter-spacing: 4px;
  opacity: 1;
  transition: all 0.5s ease;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .banner .wrapper .slider_grid .banner_heading h1 {
    top: 70px;
    line-height: 1;
    letter-spacing: 7px;
  }
}
.banner .wrapper .slider_grid .banner_heading h1:first-child {
  position: absolute;
  top: 200px;
  right: 0px;
  z-index: 999;
  margin: 0;
  color: white;
}
@media screen and (max-width: 992px) {
  .banner .wrapper .slider_grid .banner_heading h1:first-child {
    top: 70px;
    line-height: 1;
  }
}
.banner .wrapper .slider_grid .right .banner_right {
  text-align: center;
  padding-top: 50px;
}
.banner .wrapper .slider_grid .right .banner_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/theme_voltro/static/src/images/banner/banner-vector.svg);
  background-size: contain;
  background-position: right;
  opacity: 0.1; /* Adjust opacity for the background image */
  z-index: -1; /* Ensure it is behind the content */
}
.banner .wrapper .slider_grid .right .banner_right .offer {
  font-size: 24px;
  letter-spacing: 1px;
}
.banner .wrapper .slider_grid .right .banner_right p {
  font-size: 18px;
  margin-bottom: 30px;
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .banner .wrapper .slider_grid .right .banner_right p {
    padding-top: 15px;
  }
}

#main-carousel .item {
  background-color: transparent;
  max-width: 450px;
}
@media screen and (max-width: 992px) {
  #main-carousel .item {
    margin: auto;
  }
}
#main-carousel .item #main-carousel .owl-stage {
  display: flex;
  align-items: center;
}
#main-carousel .item img {
  width: 100%;
}

#thumbnail-carousel {
  width: 60%;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  #thumbnail-carousel {
    width: 80%;
  }
}

#thumbnail-carousel .item {
  max-width: 60px;
  margin: auto;
  cursor: pointer;
}
#thumbnail-carousel .item img {
  width: 100%;
}

#thumbnail-carousel .owl-item.active .item {
  max-width: 50px;
  margin: auto;
  background-color: img;
  background-color-width: 100%;
  background-color-padding: 0px;
}

#thumbnail-carousel .owl-item.center .item {
  max-width: 100px;
  margin: auto;
}
#thumbnail-carousel .owl-item.center .item img {
  width: 100%;
  padding: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#main-carousel.owl-theme {
  position: relative;
}
#main-carousel.owl-theme .owl-dots {
  position: absolute;
  right: -85%;
  bottom: 0px;
}
#main-carousel.owl-theme .owl-dots span {
  background-color: white;
  height: 8px;
  width: 18px;
  margin: 2px;
  border-radius: 4px;
}
#main-carousel.owl-theme .owl-dots .active span {
  background-color: var(--voltro-primary) !important;
  height: 8px;
  width: 25px;
  margin: 2px;
}
#main-carousel.owl-theme .owl-prev {
  left: 10px;
}
#main-carousel.owl-theme .owl-next {
  right: 10px;
}

.sub_banner {
  padding-top: 100px;
  background-image: url(/theme_voltro/static/src/images/banner/sub-banner.png);
  background-size: cover;
  background-position: center;
  height: 50vh;
}
.sub_banner .sub_banner_content {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  align-items: center;
}
.sub_banner h3 {
  text-transform: uppercase;
  font-size: 32px;
  padding-bottom: 10px;
}
.sub_banner .breadcrumb-item a {
  color: var(--white-color);
  padding-right: 5px;
  font-weight: 600;
}
.sub_banner .breadcrumb-item.active {
  color: #757575 !important;
  font-weight: 600;
}
.sub_banner .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.rotating-image {
  transform-style: preserve-3d;
  transition: transform 0.5s ease-out;
  will-change: transform;
}

.split-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}

.whole-text {
  opacity: 1;
}

.about_banner {
  padding-top: 100px;
  background-size: cover;
  background-position: center;
}

.flat_header {
  padding-top: 150px;
}
.flat_header .breadcrumb {
  padding-bottom: 15px;
}
.flat_header .breadcrumb-item a {
  color: var(--white-color);
  padding-right: 5px;
  font-weight: 600;
}
.flat_header .breadcrumb-item.active {
  color: #757575 !important;
  font-weight: 600;
}
.flat_header .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}


@media screen and (max-width: 992px) {
  footer {
    height: 100vh;
    overflow-x: scroll;
    padding-left: 15px;
  }
}
footer .wrapper .footer_info .navbar-brand {
  display: block;
  padding-bottom: 20px;
}
footer .wrapper .footer_info p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
}
footer .wrapper .footer_info .footer_icon {
  display: flex;
  gap: 10px;
  padding-left: 0;
  padding-top: 20px;
}
footer .wrapper .footer_info .footer_icon li a {
  cursor: pointer;
}
footer .wrapper .footer_links h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
footer .wrapper .footer_links .ft_links {
  list-style: none;
  padding: 0;
}
footer .wrapper .footer_links .ft_links li {
  position: relative;
  padding-left: 30px;
  /* Space for the arrow */
  margin-bottom: 25px;
  /* Optional spacing between links */
}
footer .wrapper .footer_links .ft_links li::before {
  content: "→";
  /* Unicode for right arrow */
  position: absolute;
  left: 0;
  font-size: 12px;
  /* Adjust size as needed */
  color: #ffffff;
  /* Change arrow color if needed */
}
footer .wrapper .footer_links .ft_links a {
  text-decoration: none;
  color: #ffffff;
}
footer .wrapper .address img {
  margin-right: 10px;
}
footer .wrapper .address .email-input {
  background-color: #505050;
  border: none;
  border-bottom: 2px solid #d3d3d3;
  padding: 10px;
  width: 100%;
  /* Adjust width as needed */
  outline: none;
  /* Remove the default outline when focused */
  height: 100px;
}
footer .wrapper .address .email-input:focus {
  border-bottom-color: #c2c2c2;
  /* Darken border on focus */
}
footer .wrapper .form-control {
  margin-top: 30px;
  background-color: #505050;
  border-color: transparent;
  border-bottom-color: white;
  border-bottom-width: 2px;
  border-radius: 0px;
  color: white;
  height: 60px;
  width: 75%;
  margin-bottom: 30px;
}
.footer_bottom {
  border: 1px solid transparent;
  margin-top: 40px;
  border-top-color: white;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}
footer_bottom a {
  color: white;
}
.footer_bottom a:hover {
  color: var(--voltro-secondary);
}
.footer_bottom ul {
  padding-left: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

*:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

* button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

* {
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px ;
}
*:focus, *:active {
  outline: none !important;
}

*::selection {
  color: rgb(243, 235, 238);
  background-color: black;
}

* a,
a:visited {
  text-decoration: none;
}

body {
  font-family: font-default !important;
  color: var(--white-color);
  background-color: var(--voltro-bg-section);
  overscroll-behavior: none;
  overflow-x: hidden;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

main {
  background-color: var(--voltro-bg-section);
  box-shadow: 3px 2px 2px 0px rgba(51, 51, 51, 0.5);
  background-image: url(/theme_voltro/static/src/images/banner/body-bg.svg);
  background-size: cover;
  background-position: center;
}


.vertical-line {
  width: 1px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.071);
  /* Adjust color as needed */
  margin: 0 10px;
  position: fixed;
  top: 0;
  left: 25%;
}

.vertical-line2 {
  width: 1px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.071);
  /* Adjust color as needed */
  margin: 0 10px;
  position: fixed;
  top: 0;
  right: 25%;
}

.section_left_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section_left_heading {
    flex-direction: column;
    gap: 15px;
    align-items: end !important;
    margin-bottom: 20px;
  }
}
.section_left_heading .ft_wrapp {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section_left_heading .ft_wrapp {
    width: 100%;
  }
}
.section_left_heading .ft_wrapp h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.section_left_heading .ft_wrapp p {
  font-size: 16px;
  line-height: 1.8;
}

p {
  font-size: 16px;
  line-height: 1.8;
}
.contact_info {
	height: 100%;
}



#featured_product{
    display:flex !important;
}
#new_arrivals {
	display: flex;
}

.o_footer .btn-primary{
   background-color: var(--voltro-primary) !important;
}
footer .wrapper{
    margin-top:2rem;
    padding-bottom:100px;
}
.footer_bottom ul li a {
    color:white !important;
}
.footer_bottom p a{
    color:white !important;
}
#main-carousel img, #thumbnail-carousel img {
      display: block;
      width: 100%;
      height: auto;
}
/* Optional: Customize the thumbnail carousel */
#thumbnail-carousel {
      margin-top: 20px;
}
.splide__slide {
      padding: 2px;
}
.splide__slide img {
    transition: transform 0.3s ease;
}

.splide__slide.hovered img {
    transform: scale(1.05);
}
.splide__slide {
  opacity: 0.6;
}

.splide__list{
justify-content:space-between;

}


.splide__slide.is-active {
  opacity: 1;
}
#products_grid {
    margin-top: 75px;
}
#products_grid_before{
    margin-top: 75px;
}

.form-check-input:checked{
    background-color: transparent;
    color: #ffc107 !important;
    border: 1px solid #ffc107 !important;
}

.btn {
  padding: 12px 40px 12px 10px;
  /* Padding to adjust label and right padding for selected option */
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 0px;
  appearance: none;
  /* Remove default select box styling */
  color: var(--white-color);
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;

}

.voltro_product_card {
  padding: 20px 20px;
  background-color: var(--card-bg); !important;
}
.voltro_product_card .type {
  font-size: 14px;
  font-weight: 500;
  color: #565659;
  padding-bottom: 10px;
}
.voltro_product_card h6 {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.voltro_product_card .fix_height {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.voltro_product_card .fix_height .img_wrapper {
  max-width: 300px;
}
.voltro_product_card .fix_height .img_wrapper img {
  width: 100%;
  transform: scale(1);
  transition: scale 250ms ease, transform 250ms ease;
}
.voltro_product_card .card_bottom .rating {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-bottom: 10px;
}
.voltro_product_card .card_bottom .rating a {
  display: block;
  max-width: 20px;
  gap: 5px;
  align-items: center;
}
.voltro_product_card .card_bottom .rating a img {
  width: 100%;
}
.voltro_product_card .card_bottom .price_icons {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  align-items: center;
}
.voltro_product_card .card_bottom .price_icons .price {
  font-size: 16px;
  font-weight: 400;
}
.voltro_product_card .card_bottom .price_icons .icons {
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 250ms ease, transform 250ms ease;
  transform: translateY(20px);
}
.voltro_product_card .card_bottom .price_icons .icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.voltro_product_card .card_bottom .price_icons .icons a:hover {
  border-color: white !important;
}
.voltro_product_card .card_bottom .price_icons .icons img {
  width: 25px;
}
.voltro_product_card:hover {
  transition: transform 250ms;
}
.voltro_product_card:hover .icons {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: transform 250ms;
}
.voltro_product_card:hover img {
  width: 100%;
  transform: scale(1.2) !important;
  transition: transform 250ms;
}

.oe_product_cart .o_wsale_product_btn .btn{
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #5FED83 !important;
  border-radius: 100% !important;
}

.oe_product_cart .o_wsale_product_btn .btn:hover{
  background-color: transparent !important;
  color: #5FED83 !important;
  border-color: #031B09 !important;
  border-radius: 100% !important;
}

.oe_product_cart .o_wsale_product_btn .btn {
  display: flex;
  gap: 8px;
  transition: opacity 250ms ease, transform 250ms ease;
  transform: translateY(20px);
  padding:0.4rem;
}
.oe_product_cart .o_wsale_product_btn .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.oe_product_cart .o_wsale_product_btn .btn a:hover {
  border-color: white !important;
}
.oe_product_cart .o_wsale_product_btn .btn img {
  width: 25px;
}
.voltro_product_card:hover {
  transition: transform 250ms;
}
.voltro_product_card:hover .o_wsale_product_btn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: transform 250ms;
}

#products_grid:not(.o_wsale_layout_list) td.oe_product .o_wsale_product_btn {
    position: absolute;
    left: 0.5rem;
    bottom: calc(100% + 0.5rem);
    right: 0;
    z-index: 2;
    transform: translate(50px, 50px);
    bottom:75px;
    display:flex;
    align-items:center;
        justify-content: center;
}

.o_wsale_product_btn {
  display: flex;
  align-items:center;
}
.oe_currency_value {
  color:white;
}

.card-body{
    background-color: transparent; !important;
}
.oe_product_cart .oe_product_image{
    background-color: transparent !important;

}
.product_name {
    color: white;
  font-size: 13px;
}
.btn-primary:focus{
    background-color: white !important;
    color: var(--voltro-primary) !important;
}

.product_name:hover {
color :var(--voltro-primary) !important;
}

.voltro_product_card .price_icons {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  align-items: center;
}
.voltro_product_card .price_icons .price {
  font-size: 16px;
  font-weight: 400;
}
.voltro_product_card .price_icons .icons {
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 250ms ease, transform 250ms ease;
  transform: translateY(20px);
}
.voltro_product_card .price_icons .icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.voltro_product_card .price_icons .icons a:hover {
  border-color: white !important;
}
.voltro_product_card .price_icons .icons img {
  width: 25px;
}
.o_wsale_product_btn {
        display: none !important;
   }

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

.voltro_price_icons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    opacity: 0;
    transition: opacity 250ms ease, transform 250ms ease;
    transform: translateY(100%);
}

.o_wsale_product_grid_wrapper:hover .voltro_price_icons {
    opacity: 1;
    transform: translateY(0);
}

.voltro_icons {
    display: flex;
    justify-content: end;
    gap: 8px;
}

.voltro_icon_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: border-color 250ms ease;
    padding: 0.3rem;
}

.voltro_icon_link:hover {
    border-color: white !important;
    border: 1px solid white !important;
}

.voltro_icon_img {
    width:24px;
}
#product_detail{
    margin-top: 75px;
}
#product_details .text-muted {
    --text-opacity: 1;
    color: white !important;
    border: 1px solid transparent;
    border-bottom-color: #E6E6E6;
    padding-bottom: 20px;
}
#o_product_terms_and_share ..text-muted {
    --text-opacity: 1;
    color: white !important;
    border-bottom-color: transparent !important
    padding-bottom: 20px;

}

.radio_input_value .rounded-pill{
    background-color: var(--voltro-primary) !important;

}
#product_specifications .text-muted{
    --text-opacity: 1;
    color: white !important;
    border: 1px solid transparent;
    border-bottom-color: #E6E6E6;
    padding-bottom: 20px;

}
.label {
        font-weight: bold;
        margin-bottom: 10px;
        color:white;
}
.name_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-primary {
  border-radius: 0px;
  font-size: 14px !important;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--p-brand-green) !important;
  background-color: var(--voltro-primary);
  color: var(--white-color) !important;
  transition: all 0.3s;
  padding: 15px 30px;
}

.btn-secondary {
  border-radius: 0px;
  font-size: 14px !important;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--p-brand-green) !important;
  background-color: transparent !important;
  color: var(--white-color) !important;
  transition: all 0.3s;
  padding: 15px 30px;
  border: 1px solid var(--white-color)!important;
}
.css_quantity{
  border: 1px solid #4C4C4C;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100px;
  justify-content: space-around;

}

.input-group-prepend > .btn, .input-group-append > .btn {
  background-color: transparent;
  color: white;
  padding: 3px;
  border: none;
}
.add_to_cart_wrap{

}
.shop_preview {
  padding-top: 50px;
  padding-bottom: 100px;
}
.wrapper {
  /* Hide the default checkbox */
  /* Create a custom checkbox appearance */
  /* Customize the checkmark for each color */
  /* When the checkbox is checked, show the custom color */
  /* Create a checkmark icon inside the box when checked */
  /* Set specific colors for the checked checkboxes */
}
.wrapper .b_bottom {
  border: 1px solid transparent;
  border-bottom-color: #E6E6E6;
  padding-bottom: 20px;
}
.wrapper .preview_wrapp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.wrapper .detail {
  position: absolute;
  right: 30%;
  z-index: 999;
  float: right;
}
.preview_image {
  max-width: 350px;
  position: relative;
}
.preview_image img {
  width: 100%;
  cursor: zoom-in;
}
.drift-pane {
  width: 300px !important;
  /* Set zoom pane width */
  height: 300px !important;
  /* Set zoom pane height */
  border: 1px solid #ddd;
  /* Optional border for better visibility */
  position: absolute;
}
.drift-zoom-pane {
  background: none !important;
  /* Remove the background if you don't want it */
  border: none !important;
  /* Optional: remove any border */
}
.drift-zoom-pane {
  position: absolute;
  /* Ensure it positions itself absolutely */
  z-index: 9999;
  /* Set high z-index to avoid being overlapped */
  width: 400px;
  /* Set specific width for the zoom pane */
  height: 400px;
  /* Set specific height for the zoom pane */
  border: 1px solid #ddd;
  /* Optional: Add border if needed */
  left: -450px;
  top: 50px;
}
.modal-footer{
    background-color: var(--voltro-bg-section);

}
.modal-header{
    background-color: var(--voltro-bg-section);
    color: white


}
.modal-body{
color:white;
}

.modal-body .btn{
    white-space: nowrap;

}
.js_add_cart_json{
background-color: transparent;
}

.js_add_cart_json:hover{
background-color: transparent;

}
.js_add_cart_json:focus{
background-color: transparent !important;

}
.modal-body tr td{
color:white;

}
.btn-close{
background-color :white;
}
.o_carousel_product_indicators{
display:none;

}

.carousel-outer {
    height: 100% !important;
}

.zoomodoo-flyout {
    position:absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
    top: 0;
    width: 100%;
    height: 100%;
    img {
        max-width: 500%;
        width: 200%;
        height: 200%;
    }
}

.oe_website_sale .wishlist-section{
margin-top: 75px;
}
.oe_website_sale .wishlist-section .text-muted{
color:white !important;
}
.oe_website_sale .wishlist-section .btn-secondary{
        padding: 0.375rem 1rem;
}

.oe_website_sale .wishlist-section a{
color:white !important;
}
.oe_website_sale .wishlist-section .btn-link:hover{
color :var(--voltro-primary) !important;

}


.oe_website_sale .wishlist-section a :hover{
color:red !important;
}

.mb32{
margin-top:75px;
}
#cart_products .text-muted{
color: white!important;

}
#cart_products .h6{
color: white!important;

}

#cart_products .a{
color: white!important;

}
#cart_products .js_delete_product{
color: white!important;

}

#cart_products .js_delete_product:hover{
color: var(--voltro-primary) !important;
}

.o_website_sale_checkout .o_total_card .card-body tr  {
    color: white!important;
}

.o_website_sale_checkout #cart_products a:hover{
color: white !important;

}
#cart_total #order_total strong{
    color: white!important;
}



.o_website_sale_checkout .card-body {
    background-color: var(--voltro-bg-section) !important;

}
.o_website_sale_checkout .card-body .text-muted {
    color:white !important;
}
.o_website_sale_checkout .card-body .monetary_field {
      color:white !important;

}



.o_website_sale_checkout .card-body a {
    color:white !important;
}

.o_website_sale_checkout .card-body a:hover{
     color: var(--voltro-primary) !important;

}
#cart_total #order_total{
      color:white !important;

}

.o_website_sale_checkout .o_total_card .accordion-item {
    background-color: var(--voltro-bg-section) !important;
}

.o_website_sale_checkout .o_total_card .accordion-item .accordion-button{
 color:white;

}

.o_website_sale_checkout .o_total_card .accordion-item #cart_total tr td{
color:white !important;
}
#wrapwrap table.table.table-bordered tbody tr th{
color:white!important;

}
#wrapwrap table.table.table-bordered tbody tr td{
color:white!important;

}

#wrapwrap table.table.table-bordered tbody tr th:hover{
     color: var(--voltro-primary) !important;

}
.pt-3{
margin-top:96px;
}
.oe_website_sale .product_summary > *{
color:white !important;
}
.oe_website_sale .product_summary > *:hover{
     color: var(--voltro-primary) !important;

}
span[data-oe-type="monetary"]{
color:white!important;
font-family: "Montserrat", sans-serif !important;
}
.o_website_sale_checkout .oe_cart #address_on_payment span {
color:white!important;
}
.o_website_sale_checkout .oe_cart #address_on_payment b {
color:white!important;
}
.o_portal_wrap .o_portal_content .o_portal_my_home .o_portal_category  a{
background-color: transparent !important;
}

.o_portal_wrap .o_list_table span {
color:white!important;

}
.o_portal_wrap .o_list_table th{
color:white!important;
}
.o_portal_wrap table.table tr th{
color:white!important;

}
.o_portal_wrap table.table tr td{
color:white!important;

}

.o_portal_wrap .o_portal_sidebar .o_portal_sale_sidebar #o_portal_sale_sidebar #portal_sale_content #content #informations #sale_info{

}
.o_portal_wrap table.table thead {
background-color: transparent !important;
}

.o_wizard .o_wizard_step_active p{
color:white!important;
}
.o_wizard .o_wizard_step_active span{
color:white!important;
}
.accordion-button::after{
background-color: #474646 !important;
}
.o_website_sale_checkout .o_total_card .accordion-item #o_wsale_accordion_item #cart_products td{
color:white!important;

}


@media screen and (max-width: 768px) {
#products_grid {
    margin-top: 110px;
}

.mb32{
margin-top:131px;
}

.o_wizard .o_wizard_circle_progress, .o_wizard .o_wizard_circle_progress:before {
    display: flex;
    justify-content: center;
    align-items: center;
}

.o_wizard .o_wizard_circle_progress p{

margin-bottom:0px;
}

.o_website_sale_checkout .card-body {
    background-color: var(--voltro-bg-section) !important;

}
.o_website_sale_checkout .card-body .text-muted {
    color:white !important;
}
.o_website_sale_checkout .card-body .monetary_field {
      color:white !important;

}
.o_wsale_product_grid_wrapper  .o_wsale_product_information .o_wsale_product_sub .product_price span{
color:white !important;
}
/* ELIMINADO: span{color:white!important;} - causaba texto invisible en tienda */
/* Los spans heredan el color de su contenedor padre */

.pt-3{
margin-top:130px;
}


}

@media (max-width: 991.98px){
.o_website_sale_checkout .o_total_card .card-body{
    background-color: var(--voltro-bg-section) !important;
}


}






