@charset "UTF-8";
@font-face {
  font-family: "Gotham-Thin";
  src: url("../fonts/Gotham-Thin.otf");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.otf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.otf");
  font-weight: 900;
  font-style: normal; }
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
img,
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;
  text-decoration: none; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }
img{
  max-width: 100%;
}
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 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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-appearance: textfield;
  box-sizing: content-box; }

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; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-family: "Gotham-Book", sans-serif;
  line-height: 1.75em;
  font-weight: 400;
  background-color: #FFFFFF; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

header, main, footer {
  width: 100%; }

section {
  display: block;
  padding: 80px 0;
  position: relative;
  width: 100%; }

ul {
  padding: 0;
  margin: 0; }

.fw {
  display: block;
  position: relative;
  width: 100%; }

.box {
  max-width: 1280px;
  margin: auto;
  display: block; }

.grid_cont {
  display: grid;
  grid-gap: 20px; }

.clear::after {
  display: block;
  clear: both;
  content: ""; }

.inner_container {
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.generic_container {
  display: block;
  width: 100%;
  margin: 1em;
  padding: 0;
  position: relative; }

div::-webkit-scrollbar {
  width: 8px;
  z-index: 100000; }

div::-webkit-scrollbar-track {
  background: #f1f1f1; }

div::-webkit-scrollbar-thumb {
  background: #888; }

-webkit-scrollbar {
  width: 8px;
  z-index: 100000;
  overflow: overlay; }

-webkit-scrollbar-track {
  background: #f1f1f1;
  overflow: overlay; }

-webkit-scrollbar-thumb {
  background: #888;
  overflow: overlay; }

@media (max-width: 1200px) {
  .box {
    max-width: 90%; } }
@media (max-width: 576px) {
  .inner_container {
    padding: 0; } }
body.mainMenuOpen {
  overflow: hidden; }

a {
  color: #404040; }

h1 {
  font-family: "Fira Sans", sans-serif; }

h2 {
  color: #303245;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif; }

.section_header {
  width: 100%;
  text-align: center; }

.all_container {
  position: relative; }

.main_header {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E4E4E4;
  box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.2);
  margin-bottom: 5px; }
  .main_header ul {
    display: flex;
    flex-direction: row; }
    .main_header ul li {
      list-style-type: none; }
      .main_header ul li a {
        display: block;
        padding: 0.625rem 0.9375rem;
        text-decoration: none;
        font-weight: 600;
        position: relative;
        padding: 34px 1.1rem; }

.section_active {
  border-bottom: 3px solid #303245; }

.main_header ul .hd_icon_login a {
  padding-right: 0; }

.header_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.grid_header_3 {
  grid-template-columns: 4fr 2fr 2fr; }

.header_title {
  font-family: "Oxygen", sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  padding: 1.5rem 0; }

.contract_date {
  display: block;
  font-family: "Oxygen", sans-serif;
  font-weight: 100; }

.hd_icon_search {
  position: relative; }

.search_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1.5rem 0 0.125rem 0.9375rem; }
  .search_wrapper a {
    z-index: 2; }

.search_input {
  border: 1px solid #a9a9a9;
  border-radius: 80px;
  padding: 9px 11px;
  width: 39px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.open_search .search_input {
  width: 200px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.has_sub_menu {
  background-image: url(../img/icon_arrow_next_dark.svg);
  background-repeat: no-repeat;
  background-position: 99% 52%; }

.main_header #core-menu ul {
  display: block; }

#core-menu.core-menu {
  text-align: center;
}

#core-menu.core-menu li {
  position: relative;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

#core-menu .toggle:before {
  content: url(../img/icon_arrow_next_dark.svg); }

.main_header #core-menu .dropdown {
  margin-top: 0;
  padding: 0.3em 0 0.4em 0;
  position: absolute;
  width: 180px;
  background: #303245;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.main_header #core-menu li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.main_header #core-menu .dropdown.columns_dropdown{
  width: 500px;
  columns: 3;
  padding: 20px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%) translateY(100%);
  z-index: 99;
}

#core-menu .dropdown li {
  display: block;
  position: relative; }

#core-menu .dropdown li a {
  display: block;
  color: #FFFFFF;
  padding: 0.4rem 0.9375rem;
  font-size: 0.7em;
  line-height: 1.6em;
  padding-left: 20px; }

.main_header #core-menu .dropdown2, .main_header #core-menu .sub-menu {
  padding: 0.3em 0 0.4em 0;
  position: absolute;
  width: 180px;
  background: #393c5a;
  text-align: left;
  display: none;
  right: -100%;
  top: 0; }

#core-menu .dropdown2 li {
  display: block; }

#core-menu .dropdown2 li a {
  display: block; }

#core-menu li span.toggle2 {
  position: absolute;
  right: 0;
  margin-right: 20px; }

#core-menu .toggle2:before {
  content: url(../img/icon_arrow_next_white.svg); }

.core-menu .dropdown li a:hover {
  background-color: #454A74; }

.full_size_menu {
  position: fixed;
  z-index: 10;
  background-color: #303245;
  height: 100vh;
  display: flex;
  width: 100%;
  transform: translateY(200%);
  min-height: -webkit-fill-available;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.full_sz_footer {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #FFFFFF; }

.legales_small {
  font-size: 0.9em;
  margin-bottom: 10px; }
  .legales_small a {
    color: #FFFFFF; }

.legales {
  color: #CECECE;
  font-size: 0.7em; }

.mobile_search {
  display: none; }

.full_sz_menu_cont {
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5em;
  color: #F1F4F6;
  margin: auto;
  max-width: 1280px;
  height: calc(100vh - 180px);
  overflow-y: auto; }
  .full_sz_menu_cont ul li {
    list-style-type: none;
    font-size: 0.8em;
    line-height: 1.6em; }
    .full_sz_menu_cont ul li a {
      color: #FFFFFF; }

.menu_title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 25px; }

.title_marcas, .title_catalog {
  cursor: pointer; }

.fs_menu_column {
  padding: 0 25px; }
  .fs_menu_column a {
    color: #FFFFFF; }
  .fs_menu_column ul {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.marcasOpen .fs_colum_marcas ul {
  height: 520px;
  overflow: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.catalogOpen .fs_colum_catalog ul {
  height: 420px;
  overflow: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.mobile_menu {
  padding: 0 2rem 0 0; 
  display: none;
}
@media (max-width: 768px) {
  .mobile_menu {
    display: block;
  }
}

.baseBurguer {
  background: transparent;
  border: none;
  cursor: pointer;
  float: none;
  outline: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.4s ease;
  transition: transform 0.5s ease, opacity 0.4s ease, -webkit-transform 0.5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
  height: 24px;
  width: 26px;
  z-index: 100; }

.baseBurguer:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  opacity: 0;
  border-radius: 50%;
  border: 2px dashed #f5f5f5; }

.baseBurguer_icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 26px;
  height: 18px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  will-change: transform;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.baseBurguer_line {
  background-color: #404040;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 10;
  display: block;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

.baseBurguer_line:first-child {
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms; }

.baseBurguer_line:nth-child(2) {
  position: static;
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  width: 70%; }

.baseBurguer_line:last-child {
  bottom: 0;
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  width: 50%; }

.baseBurguer_icon:hover .baseBurguer_line {
  width: 100%; }

.mainMenuOpen .baseBurguer_line:first-child {
  top: 50%;
  transform: translate(0%, -50%) matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0); }

.mainMenuOpen .baseBurguer_line:nth-child(2) {
  background-color: #191919;
  opacity: 0; }

.mainMenuOpen .baseBurguer_line:last-child {
  bottom: 50%;
  transform: translate(0%, 50%) matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  width: 100%; }

.mainMenuOpen .baseBurguer_line {
  background-color: #fff; }

.mb_fs_menu {
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  margin: auto;
  right: 0;
  left: 0;
  top: 30px; }

.main_container {
  width: 100%; }

.item_section {
  width: 100%;
  display: block; }

.white_section {
  background-color: #FFFFFF; }

.blue_section {
  background-color: #F1F4F6; }

.semi_fw {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding-left: 83px;
  position: relative;
  display: block;
  display: flex; }

.slide_contract_nmb {
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  color: #7b7f84; }

.home_section {
  background-image: url(../img/texture_dots.png);
  background-repeat: no-repeat;
  background-size: 73%;
  background-position-x: 100%;
  background-position-y: 63%; }

.slide_arrows {
  margin-top: 35px; }
  .slide_arrows a {
    display: inline-block;
    padding-right: 35px; }
    .slide_arrows a img {
      width: 35px;
      height: 35px; }

.left_grid {
  display: flex;
  align-items: center;
  width: 25%;
  float: left;
  justify-content: center; }

.right_grid {
  align-items: center;
  width: 75%;
  position: relative;
  float: right; }

.inner_category_slide {
  background-color: #F1F4F6;
  text-align: left;
  position: relative;
  padding: 6em 35px;
  cursor: pointer;
  border-right: 1px solid rgba(100, 100, 100, 0.15);
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms; }

.inner_category_slide:hover {
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  background-color: #BCBED0;
  transform: translate3d(-0.2rem, 0, 1rem);
  box-shadow: 0 2px 5px 0 rgba(100, 100, 100, 0.5); }

.inner_category_slide ul {
  line-height: 1.2em; }
.inner_category_slide img {
  height: 60px;
  display: block;
  margin-bottom: 25px; }

.slide_category_name {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.3em;
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 60px;
  height: 56px; }

.slide_sub_category_name {
  height: 76px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.inner_category_slide ul li {
  color: #7b7f84;
  list-style-type: none;
  display: inline-block;
  padding-right: 5px;
  font-size: 0.9em;
  font-weight: 600; }

.plus_sign_view_more {
  position: absolute;
  width: 45px;
  right: 25px;
  height: 45px;
  bottom: 25px; }
  .plus_sign_view_more img {
    width: 100%; }

.inner_cont_item_slide {
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
  border-radius: 12px;
  padding: 35px;
  margin: 10px; }

.inner_cont_item_slide img {
  max-width: 300px;
  width: 100%; }

.slide_product_title {
  height: 63px;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 1.1em;
  line-height: 1.2em;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.slide_product_code {
  font-family: "Gotham-Medium";
  text-transform: uppercase;
  color: #747474;
  margin-bottom: 1.1em; }

.slide_product_price, .woocommerce-Price-amount {
  font-family: "Gotham-Bold";
  font-size: 1.5em;
  margin-bottom: 0.4em; }

.woocommerce-Price-amount {
  font-size: 1.1em; }

.vm_button {
  color: #FFFFFF;
  background-color: #303245;
  border-radius: 180px;
  border: none;
  padding: 12px 40px;
  cursor: pointer;
  display: inline-block;
  will-change: background-position;
  background-size: 210% 100%;
  background-position: 99% center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  background-image: linear-gradient(100deg, #BCBED0 50%, #303245 50%); }

.vm_button:hover {
  background-position: 0 center;
  color: #303245; }

.vm_button_label {
  font-family: "Gotham-Medium";
  font-size: 0.9em; }

.catalog_category_section {
  padding: 20px 0; }

.catalog_section_wrapper {
  padding: 30px 0; }

.prod_category_title {
  margin-bottom: 0; }

.prod_category_title_link {
  position: relative;
  text-decoration: none;
  font-weight: 900;
  vertical-align: middle;
  color: #404040; }

.generic_category_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.15em; }

.list_category_title {
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 1.1em;
  line-height: 1.2em;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.products_pagination {
  width: 100%;
  display: block;
  text-align: center;
  padding: 50px 0 30px; }

.page-numbers {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-align: center; }
  .page-numbers li {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    border: 0;
    list-style-type: none; }

.page-numbers.current {
  font-weight: 900; }

.woocommerce-pagination {
  width: 100%;
  display: block;
  text-align: center;
  padding: 50px 0 30px; }

.page_title {
  margin-bottom: 35px; }

.pr_detail_section h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.7em;
  line-height: 1em; }

.pr_detail_section {
  padding-top: 20px; }

.prod_breadcrumb {
  margin-bottom: 1rem;
  display: block; }

.prod_breadcrumb_nav {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  line-height: 1.571;
  font-size: 0.875rem;
  float: left; }

.prod_breadcrumb_list {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 1rem 0; }

.prod_breadcrumb_list_item {
  max-width: 100%;
  margin: 0;
  padding-left: 0;
  display: inline; }

.prod_breadcrumb_list_item::after {
  content: "›";
  display: inline;
  margin: 0 0.25rem;
  font-size: 1rem;
  line-height: 1.125; }

.prod_breadcrumb_link {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  vertical-align: middle;
  color: #828282; }

.prod_breadcrumb_link::after {
  content: "";
  position: absolute;
  top: -0.75rem;
  bottom: -0.75rem;
  left: -0.5rem;
  right: -0.5rem;
  display: block; }

.prod_breadcrumb_list_item:nth-last-child(1)::after {
  display: none; }

.column, .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  display: block; }

.medium-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.product_info_img_cont {
  display: flex;
  flex-flow: row wrap; 
  align-items: center;
}

.product_all_details {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 5px; }
  .product_all_details p {
    margin: 0; }

.bold_txt {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Oxygen", sans-serif; }

.product-images img {
  margin: auto; }

.buy_this {
  max-width: 320px;
  text-align: center;
  display: block;
  margin-top: 60px; }

.item_amount {
  border-radius: 4px;
  border: 1px solid #828282;
  padding: 6px;
  max-width: 80px;
  text-align: center;
  font-size: 0.9em;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 5px; }

.minus, .plus {
  padding: 0 15px;
  cursor: pointer;
  font-weight: 900; }

.product_filters {
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  float: right; }
  .product_filters select {
    border: 1px solid #828282;
    color: #828282;
    padding: 5px 25px;
    text-align: center;
    margin: 0 10px;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/icon_down_arrow.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 10px; }

footer {
  background-color: #F1F4F6; }

.footer {
  background-color: #303245;
  border-radius: 40px 40px 0 0;
  text-align: center;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column; }

#header_cart {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 25px;
  min-height: 100vh;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.4s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%); }

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  max-width: 80%;
  margin: auto;
  flex-direction: column; }

#header_cart .woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  border-bottom: 1px solid #a0a0a0;
  margin-top: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  #header_cart .woocommerce-mini-cart-item.mini_cart_item a {
    padding: 5px 20px 5px 1.1rem;
    display: flex;
    flex-direction: row;
    align-items: center; }
    #header_cart .woocommerce-mini-cart-item.mini_cart_item a img {
      width: 90px;
      height: auto; }

.remove.remove_from_cart_button {
  color: #000;
  font-size: 15px;
  border-radius: 100%;
  line-height: 0;
  padding: 5px 5px;
  display: inline-block;
  text-align: center;
  top: 0;
  position: absolute;
  z-index: 9; }

.woocommerce-mini-cart__total.total {
  text-align: right;
  max-width: 80%;
  margin: auto;
  margin-top: 45px; }

.woocommerce-mini-cart__buttons.buttons {
  text-align: center;
  max-width: 80%;
  margin: auto; }
  .woocommerce-mini-cart__buttons.buttons a {
    display: block;
    text-align: center;
    padding: 25px 0 0 0;
    color: #1c94ea; }

.woocommerce-tabs.wc-tabs-wrapper {
  display: none; }

.close_icon {
  width: 25px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  cursor: pointer; }

.woocommerce-message {
  position: relative; }

.notices_custom_wrapper {
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.woocommerce-notices-wrapper {
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce-notices-wrapper a {
    display: block;
    color: #22a0de;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 15px; }

.cart-btn {
  float: right;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  line-height: 40px;
  margin-right: 10px;
  font-size: 19px;
  top: 27px;
  left: 11px;
  color: #292929;
  font-weight: 800; }

.cart-btn span {
  position: absolute;
  width: 100px;
  text-align: center;
  bottom: -35px;
  left: 0;
  margin-left: -29px;
  font-size: 12px;
  color: #666;
  font-weight: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out; }

#cart_count {
  position: absolute;
  color: #fff;
  background: #e5293e;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 11px;
  border-radius: 80px;
  top: 0;
  right: 0;
  transition: all 0.5s;
  transform: scale(0);
  right: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  bottom: auto;
  left: auto;
  font-style: inherit; }

.has_items #cart_count {
  transform: scale(1); }

.cart_active #header_cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(-26px); }

.closeMiniCart {
  position: relative;
  width: 100%;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 40px; }

.closeMiniCart span {
  position: absolute;
  right: 20px;
  color: #fff;
  color: #000;
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 0;
  font-size: 34px;
  font-weight: 100;
  top: 0; }

.closeMiniCart span a {
  color: #000; }

.full_sz_menu_cont .sub-menu {
  display: none; }

.search-submit {
  position: absolute;
  right: 0;
  height: 40px;
  border-radius: 0 120px 120px 0;
  border: none;
  border: 1px solid #a9a9a9;
  border-left: none;
  padding: 0 15px;
  z-index: 10;
  opacity: 0;
  visibility: hidden; }

.open_search .search-submit {
  opacity: 1;
  visibility: visible; }

.woocommerce-notices-wrapper {
  width: 100%;
  display: block; }

.woocommerce-message:after, .woocommerce-notices-wrapper:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce-info {
  float: left;
  width: 100%;
  padding: 10px 15px;
  background: #f7f7f7;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px; }

.checkout_coupon {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 20px; }

.checkout_coupon.woocommerce-form-coupon .form-row {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  box-sizing: border-box; }

.checkout_coupon.woocommerce-form-coupon .form-row-first, .checkout_coupon.woocommerce-form-coupon .form-row-last {
  width: 20%; }

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
  margin-bottom: 0; }

.checkout_coupon.woocommerce-form-coupon button {
  margin-top: 0; }

.col2-set {
  float: left;
  width: 100%; }

.woocommerce-checkout .col2-set {
  margin: 30px 0; }

.col-1 {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box; }

.woocommerce-billing-fields {
  float: left;
  width: 100%; }

.col-2 {
  float: left;
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box; }

#order_review {
  float: left;
  width: 100%; }

#payment, .woocommerce-checkout-review-order-table {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.woocommerce-checkout-review-order-table {
  padding-right: 20px; }

.shop_table thead {
  background: #000;
  color: #fff;
  text-transform: uppercase; }

#payment, .woocommerce-checkout-review-order-table {
  float: left;
  width: 50%;
  box-sizing: border-box; }

#payment, .woocommerce-checkout-review-order-table {
  float: left;
  width: 50%;
  box-sizing: border-box; }

#payment {
  padding-left: 20px; }

.wc_payment_methods {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

.wc_payment_method {
  float: left;
  position: relative;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 10px; }

.wc_payment_method .input-radio {
  position: absolute;
  top: 10px;
  left: 10px; }

.woocommerce-cart-form {
  float: left;
  width: 60%;
  overflow: auto; }

.woocommerce-cart-form__contents {
  min-width: 630px; }

.shop_table {
  float: left;
  width: 100%;
  background: #f7f7f7; }

.shop_table thead {
  background: #000;
  color: #fff;
  text-transform: uppercase; }

table tr {
  border: none;
  padding: 0.35em;
  font-size: 14px; }

.shop_table .product-remove {
  width: 30px;
  text-align: center; }

.shop_table th {
  padding: 10px 10px;
  font-size: 12px;
  letter-spacing: 1px; }

.shop_table .product-thumbnail {
  width: 50px;
  text-align: center; }

.shop_table .product-name {
  text-align: left;
  width: calc(50% - 100px);
  line-height: 1em; }

.product-sku {
  font-weight: 900; }

.shop_table .product-price, .shop_table .product-quantity, .shop_table .product-subtotal {
  text-align: center;
  width: 15%; }

.shop_table .product-price, .shop_table .product-quantity, .shop_table .product-subtotal {
  text-align: center;
  width: 15%; }

.shop_table .product-price, .shop_table .product-quantity, .shop_table .product-subtotal {
  text-align: center;
  width: 145px; }

.cart-collaterals {
  float: right;
  width: calc(40% - 20px);
  margin-left: 20px;
  margin-top: -7px; }

.comment-text h2, .page-content h2, .post-content h2 {
  font-size: 28px; }

#header_cart #respond input#submit, #header_cart a.button, #header_cart button.button, #header_cart input.button {
  padding: 15px 35px;
  cursor: pointer;
  border-radius: 0;
  margin: 15px;
  background: #292929;
  -webkit-appearance: none;
  position: relative;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.checkout-button.button.alt.wc-forward {
  width: 100%;
  text-align: center;
  padding: 15px 35px;
  cursor: pointer;
  border-radius: 0;
  margin-top: 15px;
  background: #292929;
  -webkit-appearance: none;
  position: relative;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.woocommerce-notices-wrapper .woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: white !important;
  text-decoration: none;
  font-weight: 100;
  border: 0;
  font-size: 1.5em;
  background-color: black;
  float: right;
  font-weight: 900; }

#logo_header .logoVertical {
  display: none; }

.is-header-fixed #logo_header .logoVertical {
  display: block; }

#logo_header .logoHorizontal {
  width: 185px;
  display: block; }

.is-header-fixed #logo_header .logoHorizontal {
  display: none; }

.single-content-section:after {
  clear: both;
  display: block;
  content: ""; }

.shop_table .product-thumbnail img {
  display: inline-block;
  max-width: 100px;
  height: auto;
  margin-right: 25px; }

.cart_totals h2 {
  margin-top: 0; }

.header_filter_container {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  align-self: center;
  justify-self: center;
  grid-gap: 20px; }
  .header_filter_container div {
    display: flex;
    justify-content: center;
    align-items: center; }
    .header_filter_container div .irs-with-grid {
      width: 100%; }
    .header_filter_container div .woocommerce-breadcrumb {
      display: block; }
  .header_filter_container .bread_grid {
    justify-content: flex-start; }
  .header_filter_container .woof_price_filter {
    display: none; }
  .header_filter_container .woof_container_visibilidaddelproducto {
    display: none; }
  .header_filter_container .chosen-drop .chosen-search {
    display: none; }

.chosen-container-single .chosen-single {
  border: 1px solid #828282;
  color: #828282;
  padding: 5px 25px;
  text-align: center;
  margin: 0 10px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/icon_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 10px;
  height: auto !important;
  box-shadow: none; }

.chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
  background-image: none !important; }

.woof_container {
  margin: 0;
  padding: 0; }

.button.woof_reset_search_form {
  text-transform: none;
  border: 1px solid #828282;
  color: #828282;
  padding: 5px 25px;
  text-align: center;
  margin: 0;
  border-radius: 4px;
  border-radius: 100px;
  color: #FFFFFF;
  background-color: #303245;
  border: none; }

.woof_block_html_items a.chosen-single {
  margin: 0;
  width: 100%; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  width: 100%;
  margin: auto;
  right: 0; }

.woof_submit_search_form_container {
  margin: 9px 0px 15px 10px; }

div.woof_info_popup {
  right: 0;
  max-width: 180px;
  margin: auto;
  text-align: center;
  background-color: #bfbfbf;
  border: none;
  box-shadow: none;
  font-family: "Fira Sans", sans-serif;
  left: 0; }

.woocommerce-notices-wrapper {
  width: 90%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 25px 0; }
  .woocommerce-notices-wrapper a {
    margin-bottom: 0; }

.woocommerce-message:after, .woocommerce-notices-wrapper:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce-info {
  float: left;
  width: 100%;
  padding: 10px 15px;
  background: #f7f7f7;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px; }

.checkout_coupon {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 20px; }

.page-template-default .page-content p {
  color: #5e646a;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 1rem; }

.page-template-default .page-content p {
  color: #5e646a;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 1rem; }

.checkout_coupon.woocommerce-form-coupon .form-row {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  box-sizing: border-box; }

.checkout_coupon.woocommerce-form-coupon .form-row-first, .checkout_coupon.woocommerce-form-coupon .form-row-last {
  width: 20%; }

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
  margin-bottom: 0; }

.checkout_coupon.woocommerce-form-coupon button {
  margin-top: 0; }

.col2-set {
  float: left;
  width: 100%; }

.woocommerce-checkout .col2-set {
  margin: 30px 0; }

.col-1 {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box; }

.woocommerce-billing-fields {
  float: left;
  width: 100%; }

.col-2 {
  float: left;
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box; }

#order_review {
  float: left;
  width: 100%; }

#payment, .woocommerce-checkout-review-order-table {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.woocommerce-checkout-review-order-table {
  padding-right: 20px; }

.shop_table thead {
  background: #000;
  color: #fff;
  text-transform: uppercase; }

#payment, .woocommerce-checkout-review-order-table {
  float: left;
  width: 50%;
  box-sizing: border-box; }

#payment, .woocommerce-checkout-review-order-table {
  float: left;
  width: 50%;
  box-sizing: border-box; }

#payment {
  padding-left: 20px; }

.wc_payment_methods {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

.wc_payment_method {
  float: left;
  position: relative;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 10px; }

.wc_payment_method .input-radio {
  position: absolute;
  top: 10px;
  left: 10px; }

.wc-proceed-to-checkout .cart-pdf-button.button {
  /*display: none */ }

.wc-proceed-to-checkout a:last-child {
  display: none; }

.woocommerce-mini-cart__empty-message {
  text-align: center; }

.cart-pdf-button {
  width: 100%;
  text-align: center;
  background-color: #303245;
  border: none;
  padding: 15px 0;
  color: #fff;
  display: block;
  margin: 15px 0;
  clear: both; }

.button.checkout.wc-forward {
  display: none !important; }

@media (min-width: 1366px) {
  .semi_fw {
    max-width: 1280px;
    margin: auto;
    padding: 0 40px; }

  .home_section {
    background-size: 63%;
    background-position-x: 72%;
    background-position-y: 74%; } }
@media (max-width: 1200px) {
  .vm_button {
    padding: 8px 20px; }

  .inner_cont_item_slide {
    padding: 15px; } }
@media (max-width: 1024px) {
  .generic_category_grid {
    grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 769px) {
  .mb_fs_menu {
    display: none; }

  .header_menu, .name_site_menu {
    display: none; }

  .full_size_menu {
    border-radius: 40px 40px 0 0;
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
    flex-direction: column; }

  .full_sz_footer {
    bottom: 20px; }

  .legales_small {
    margin: 0;
    line-height: 2em; }

  .legales_small span {
    display: block;
    margin-bottom: 0; }

  .mainMenuOpen .baseBurguer_line {
    background-color: #404040; }

  .main_header {
    border: none;
    box-shadow: none; }

  .mobile_search {
    display: block;
    width: 100%;
    padding: 2rem; }

  .mobile_search_input {
    background-image: url(../img/icon_search.svg);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    width: 100%;
    border: 1px solid #a9a9a9;
    border-radius: 80px;
    padding: 9px 11px 9px 50px; }

  .inner_container.box.footer {
    width: 100%;
    max-width: 100%; }

  .generic_container {
    margin: 1em 0; }

  .upper_container_generic_slide {
    max-width: 100%;
    padding: 0; }

  .inner_cont_item_slide {
    padding: 30px; }

  .right_grid {
    align-items: unset;
    width: 100%;
    position: relative;
    float: none;
    display: block; }

  .left_grid {
    display: block;
    align-items: center;
    width: 100%;
    float: none;
    justify-content: center;
    margin-bottom: 20px; }

  .semi_fw {
    flex-direction: column;
    padding: 0 25px; }

  section {
    padding: 30px 0; }

  .slick-dots li {
    margin: 0 2px; }

  .slick-dots li button {
    padding: 2px; }

  .slick-dots li button:before {
    width: 15px;
    height: 15px; }

  .home_section {
    background-image: none;
    padding-top: 0; }

  .hd_icon_search {
    display: none; }

  .inner_category_slide {
    border-right: none; }

  .marcasOpen .fs_colum_marcas ul {
    height: 865px; }

  .catalogOpen .fs_colum_catalog ul {
    height: 420px; }

  .full_sz_menu_cont {
    width: 100%;
    display: block;
    align-items: unset;
    justify-content: unset;
    flex-direction: unset;
    grid-template-columns: unset;
    grid-gap: unset;
    color: #F1F4F6;
    margin: auto;
    max-width: 100%;
    height: calc(100vh - 315px);
    overflow-y: auto;
    text-align: center;
    margin-top: 0; }

  .fs_menu_column ul {
    overflow-y: hidden; }

  .full_sz_menu_cont ul li {
    font-size: 1em;
    line-height: 2em; }

  .slide_arrows {
    display: none; }

  .medium-6 {
    flex: 0 0 100%;
    max-width: 100%; }

  .product-images {
    margin: 0; }
    .product-images img {
      width: 100%; }

  .column, .columns {
    padding: 0; }

  .pr_detail_section h1, p.price {
    text-align: center; }

  .prod_breadcrumb_nav {
    display: none; }

  .product_all_details {
    margin: 40px 0 20px 0;
    grid-gap: 5px 20px; }

  .summary.entry-summary .vm_button {
    padding: 16px 20px;
    font-size: 1.2em;
    margin: auto;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px; }

  .summary.entry-summary {
    position: relative;
    z-index: 1;
    padding-top: 30px; }

  .pr_detail_section {
    padding-bottom: 0; }

  .product_information::after {
    display: none; }

  .product_filters {
    float: none;
    width: 100%; }
    .product_filters select {
      margin: 0 0 15px 0;
      width: 100%; } }
@media (max-width: 576px) {
  .inner_cont_item_slide {
    padding: 20px; }

  .product_information::after {
    position: absolute;
    content: "";
    display: block;
    width: 112%;
    height: 100%;
    top: 0;
    left: -20px;
    right: 0;
    background-color: #F1F4F6;
    z-index: 0;
    clip-path: ellipse(353px 318px at 205px 320px); }

  .generic_category_grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0; }

  .catalog_category_section {
    padding: 0 0 20px 0; }

  .woocommerce-notices-wrapper {
    max-width: 90%;
    border-radius: 8px; }

  ul.woocommerce-mini-cart.cart_list.product_list_widget {
    max-width: 100%; }

  #header_cart .woocommerce-mini-cart__buttons .checkout {
    display: none; }
  #header_cart .woocommerce-mini-cart-item.mini_cart_item a {
    padding: 5px 5px 5px 5px; }

  #header_cart .woocommerce-mini-cart-item.mini_cart_item a img {
    height: auto; }

  .woocommerce-mini-cart__total.total {
    text-align: center; }

  .header_filter_container {
    grid-template-columns: 1fr; }

  .woof_redraw_zone, .woof_container {
    flex-direction: column; }

  .chosen-container.chosen-container-single {
    width: 100% !important; }

  .header_filter_container div {
    width: 100%; }

  .chosen-container .chosen-results {
    width: 100%;
    max-width: 100%; }

  .inner_cont_item_slide .snipcart_view_more.vm_button {
    width: 100%; }

  .woocommerce-cart-form {
    float: none;
    width: 100%;
    overflow: auto; }

  .cart-collaterals {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 25px; }

  .col-1 {
    float: none;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box; }

  .col-2 {
    float: none;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    margin-top: 30px;
    display: block;
    clear: both;
    padding-top: 20px; }

  #payment, .woocommerce-checkout-review-order-table {
    float: none;
    width: 100%;
    box-sizing: border-box; }

  #payment {
    padding-left: 0; } }
@media (max-width: 375px) {
  .product_information::after {
    clip-path: ellipse(353px 318px at 190px 320px);
    clip-path: ellipse(420px 500px at 190px 500px); }

  .generic_category_grid {
    grid-template-columns: 1fr;
    grid-gap: 0; } }
@media (max-width: 321px) {
  .product_information::after {
    clip-path: ellipse(353px 318px at 162px 320px); } }

/*# sourceMappingURL=main.css.map */
