/*********************************************************************************
	Template Name: Shore - Auto Parts eCommerce Bootstrap5 Html Template
	Description: A perfect template to build beautiful and unique Autopart websites. It comes with nice and clean design.
	Version: 1.0
**********************************************************************************/

/* =======================================================================
Table of Content:

    1. Basic Styles
    2. Typography
    3. Container
    4. Breadcrumb
    5. Header
    7. Homepage Sections
		7.1 Common Section
		7.2 YMM Form
		7.3 Products Tabs
		7.4 Collection Section
		7.5 Category Section
		7.6 Small Banners Section
		7.7 Blog Post Section
		7.8 Newsletter Section
		7.9 Support Section
    8. Footer
    9. Page Banner
    10. Pagination
    11. Sidebar
	12. Pages Section
		12.1 Contact Us
		12.2 About Us
		12.3 Payments page
		12.4 Privacy Policy Page
    13. Product Grid & List
    14. Shopping Cart Page
    15. Checkout Page
    16. Error Page
	17. FAQ Page
    18. Login Page
    19. Wishlist Page
	20. Compare Page
	21. My Account Page
	22. Product Detail Page
	23. Pre-loader
	24. Newsletter Popup Styles

============================================================================ */

/*======================================================================
  1. Basic Styles
========================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow: hidden;
  overflow-y: auto;
}
body {
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
	font-display: swap;
  color: #232323;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
	font-display: swap;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #303030;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
input,
textarea {
  padding: 10px 18px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(../images/arrow-select.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  line-height: 1.2;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  padding: 8px 28px 8px 15px;
  background-size: auto !important;
  border-radius: 0;
}

iframe {
  border: 0;
  width: 100%;
  display: block;
}

a {
  color: #303030;
  text-decoration: none;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a,
a:after,
a:before {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  color: #0eb700;
  outline: 0;
}
a:hover,
a:focus {
  color: #0eb700;
}
a:hover {
  color: #0eb700;
  text-decoration: none;
}

a:hover .item {
  color: #252525;
}

p {
  margin: 0 0 24px;
}
p:last-child {
  margin-bottom: 0;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
.list-items {
  margin-left: 15px;
}
.hide {
  display: none !important;
}

/*======================================================================
  2. Typography
========================================================================*/
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 30px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
	font-display: swap;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}

img {
  max-width: 100%;
  height: auto;
}

.red-text {
  color: #d30a0c;
}

input,
button,
select,
textarea {
  color: #232323;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
	font-display: swap;
  background: transparent;
  border: 1px solid #e8e8e9;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.form-control:focus,
.form-control:active {
  outline: none;
  border-color: #5b77d8;
  box-shadow: none;
  -webkit-box-shadow: none;
}
input,
select,
textarea {
  width: 100%;
  font-size: 16px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
}
input,
select {
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
  width: 18px;
  height: 18px;
  padding: 0;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
  box-shadow: none !important;
}
.form-label {
  margin-bottom: 0.2rem;
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.fl-1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

hr {
  margin: 25px 0;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  display: block;
  clear: both;
  width: 100%;
}

.hidden {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.poss_relative {
  position: relative;
}
.poss_absolute {
  position: absolute;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}

table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-family: "Poppins", sans-serif;
  font-weight: 600; /* text-transform:uppercase; */
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Text specialized */
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  font-style: underline;
}
/* Font specialized */
.body-font {
  font-family: "Poppins", Arial, Tahoma !important;
}
.heading-font {
  font-family: "Poppins", Arial, Tahoma !important;
}
/*.body-font { font-family:'Work Sans',Arial,Tahoma !important; }
.heading-font { font-family:'Work Sans',Arial,Tahoma !important; }*/
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}

.large-text {
  font-size: 18px;
  line-height: 30px;
}

.list--inline {
  padding: 0;
  margin: 0;
}
.list--inline li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.green {
  color: #0eb700;
}

/* Buttons */
.btn,
.btn-primary {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  height: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.75rem 1.75rem;
  background-color: #0eb700;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  white-space: normal;
  font-size: 15px;
  letter-spacing: 2px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #9500ff;
  color: #fff;
  text-decoration: none;
  border-color: #9500ff;
}
.btn--small {
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.btn-secondary {
  background-color: #232323;
  color: #ffffff;
  border: 1px solid #232323;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #1f2a31;
  color: #ffffff;
  border: 1px solid #1f2a31;
}
.btn--link {
  color: #232323;
  background-color: transparent;
  border: 0;
  margin: 0;
  text-align: left;
  text-decoration: underline;
  outline: none !important;
  box-shadow: none !important;
}
.btn--link:hover,
.btn--link:focus {
  color: #0eb700;
  text-decoration: none;
  background-color: transparent;
}
.btn-lg,
.btn-large {
  font-size: 16px;
  padding: 1rem 2rem;
}
.btn .btn-large-sc {
  font-size: 16px;
  padding: 1rem 2rem;
  border-radius: 10px;
  background-color: #f0f8ff00;
  border: 1px solid #ffffff;
}
.btn-link {
  color: #0eb700;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.btn-link:after {
  content: "";
  border-bottom: 2px solid #0eb700;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}
.btn-link:hover {
  color: #232323;
}
.btn-link:hover:after {
  border-color: #232323;
}
.btn-outline-primary {
  color: #d30a0c;
  border: 2px solid #d30a0c;
  background-color: transparent;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  color: #fff;
  background-color: #d30a0c;
  border: 2px solid #d30a0c;
}
.btn-border {
  color: #303030;
  border: 2px solid #eaeaea;
  background-color: transparent;
}
.btn-border:focus,
.btn-border:hover {
  color: #d30a0c;
  background-color: transparent;
  border: 2px solid #d30a0c;
}
.btn:focus,
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus,
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
}
.btn.soldOutBtn {
  background-color: #d90000;
  border-color: #d90000;
}
.btn.soldOutBtn:hover {
  background-color: #c80a0a;
  border-color: #c80a0a;
}
/* End Buttons */

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

label {
  margin-bottom: 3px;
}

.mask-overlay {
  content: "";
  position: fixed;
  background-color: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.gray-text {
  color: #757575;
}
.red-text {
  color: #d30a0c;
}

.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.rounded-3 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
}
.large-font {
  font-size: 24px;
  line-height: 36px;
}
.white-text {
  color: #fff !important;
}
.text-large {
  font-size: 22px;
  line-height: 26px;
}

.list-items {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.list-items > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.list-items > li:before {
  content: "\f00c";
  font-family: "capacity-bold";
  font-size: 18px;
  color: #0eb700;
  position: absolute;
  left: 0;
  top: -1px;
}

.lists-style1 {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.lists-style1 > li {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.lists-style1 > li:before {
  content: "\f058";
  font-family: "capacity-bold";
  color: #0eb700;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.lists-style2 {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.lists-style2 > li {
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.lists-style2 > li:before {
  content: "\f105";
  font-family: "capacity-bold";
  color: #0eb700;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: -1px;
}

blockquote {
  background: #f4f4f4;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 30px 30px 30px 80px;
  margin: 40px 0 !important;
  border-radius: 5px;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  font-family: "capacity-bold";
  font-size: 38px;
  position: absolute;
  left: 25px;
  top: 10px;
}

.flex-1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 !important;
}
.display-table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

/*======================================================================
  3. Container
========================================================================*/
.container {
  max-width: 1320px;
  padding-left: 30px;
  padding-right: 30px;
}
.container-xl {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  padding: 0 55px;
}
.container-fluid:before,
.container-fluid:after {
  content: "";
  clear: both;
  display: block;
}

.page-wrapper {
  position: relative;
  left: 0;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*======================================================================
  4. Breadcrumb
========================================================================*/
.breadcrumb a,
.breadcrumb span {
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-size: 15px;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: none !important;
}
.breadcrumb-item.active {
  color: #fff !important;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #4b5256;
}

/*======================================================================
  5. Header
========================================================================*/
.top-bar {
  color: #fff;
  font-size: 15px;
  font-weight: 500; /*text-transform: uppercase;*/
  background-color: #000000;
}
.top-bar .link {
  padding-right: 20px;
}
.top-bar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-bar i {
  font-size: 23px;
  vertical-align: middle;
  padding-left: 0 !important;
}
.top-bar a {
  color: #0eb700;
}
/*.top-bar a { color:#fff; }*/
.top-bar a:hover {
  color: #fff;
  opacity: 0.8;
}
.top-bar .email-id {
  border-left: 2px solid #9e0709;
  padding-left: 15px;
  margin-left: 15px;
}
.top-bar .hours {
  border-right: 2px solid #9e0709;
  padding-right: 15px;
  margin-right: 15px;
  line-height: normal;
}
.top-dropdown select {
  color: #fff;
  background-image: url(../images/arrow-select-w.png) !important;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding-left: 3px;
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
  padding-right: 1.5rem;
}
.top-dropdown option {
  color: #000;
  background: #fff;
  padding: 5px;
}
.language-dropdown {
  border-left: 2px solid #9e0709;
  border-right: 2px solid #9e0709;
  padding: 0 15px;
  margin: 0 15px;
}
.top-bar .social-icons a i {
  font-size: 18px;
}

.settingBox {
  position: relative;
}
.setting-link {
  font-size: 26px;
  position: relative;
  cursor: pointer;
}
.home .setting-link i {
  color: #fff;
}
.setting-link > a:after {
  content: "\f107";
  font-family: "capacity-bold";
  font-weight: 900;
  margin-left: 5px;
}
#settingsBox {
  color: #000;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, 0.3);
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  width: 200px;
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 99;
}
#settingsBox.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#settingsBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#settingsBox li a {
  color: #000;
  position: relative;
  font-size: 15px;
}
#settingsBox li a:hover {
  color: #0eb700;
}
#settingsBox li a:hover:before {
  background-color: #0eb700;
}

.social-icons li {
  line-height: normal;
}
.social-icons a {
  font-size: 18px;
}

#header {
  position: relative;
}
.header {
  margin: 0 auto;
}
.home #header {
  position: absolute;
  z-index: 1400;
  width: 100%;
  padding: 0 0 0;
}
/* .home #header { background-color:#2323237a; position: absolute; z-index: 110; width: 100%; padding: 0 0 0; } */
.home .header > .container {
  /*background-color:#ffcb00;*/
}
.home .logo.diapo {
  display: none;
}
.home .logo.comun {
  display: block;
}
.home .logo-black,
.logo.diapo {
  display: block;
}
.home .logo-black,
.logo.comun {
  display: none;
}
.logo-black {
  display: block;
}

.shipping-msg {
  text-transform: uppercase;
}

.home .search-icon,
.home .wishlist-icon,
.home .cart-icon,
.home .icon-md {
  color: #fff;
}
.search-icon {
  font-size: 24px;
  text-align: center;
  padding: 0;
}
.search-open {
  max-width: 200px;
  position: relative;
  margin-right: 20px;
}
.search-open .input-text {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  border-radius: 50px;
  border: 0;
  padding: 0 40px 0 20px;
}
.search-open .search {
  position: absolute;
  right: 10px;
  font-size: 30px;
  border: 0;
}
.search-drawer {
  padding: 40px 50px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.search-drawer .container {
  position: relative;
}
.search-drawer.search-drawer-open {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  visibility: visible;
}
.search-drawer.search-drawer-open .block {
  background-color: transparent;
  padding: 0;
}
.search-drawer .title {
  color: #000000;
  font-size: 15px;
  margin-bottom: 20px;
}
.search-drawer .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-drawer .control {
  border-bottom: 0;
}
.search-drawer .input-text {
  font-size: 16px;
  padding: 5px 40px 5px 0;
  background: none;
  border: 0;
  border-bottom: 2px solid #e8e8e9;
}
.search-drawer .action.search {
  font-size: 24px;
  position: absolute;
  right: 0;
  border: 0;
  background: none;
  cursor: pointer;
  height: 38px;
}
.search-drawer .action.search:hover {
  color: #000000;
}
.search-drawer .closeSearch {
  color: #050000;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.search-drawer .searchField {
  display: table;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.search-drawer .search-category {
  display: table-cell;
  padding-right: 10px;
}
.search-drawer .search-category select {
  font-size: 13px;
  border: 0;
}
.search-drawer .input-box {
  display: table-cell;
  width: 100%;
  position: relative;
}
#search-popup {
  padding: 50px 60px;
  text-align: left;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: 10;
}
#search-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10000;
}
.showOverly .modalOverly {
  display: block;
}
.search-active #header {
  z-index: 1000;
}
.search-active .top-bar {
  position: relative;
  z-index: 1000;
}

.header.is-fixed {
  position: fixed;
  max-width: 100%;
  right: 0;
  top: -120px;
  left: 0;
  width: 100%;
  z-index: 1400;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.is-fixed.is-small {
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.home .header.is-fixed {
  background: #000000;
}

/* Cart Drawer */
.wishlist-icon {
  font-size: 26px;
  margin-right: 20px;
  position: relative;
}
.wishlist-icon .items {
  color: #000;
  font-size: 13px;
  background-color: #fff;
  min-width: 18px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: -10px;
  top: 0;
}
.cart-popup {
  position: relative;
}
.cart-icon {
  font-size: 30px;
  text-align: center;
  padding: 0;
  position: relative;
  line-height: normal;
}
.cartDetail {
  margin-top: -7px;
  margin-left: 5px;
}
.cart-icon .items {
  font-size: 16px;
}
.cart-icon .items.price {
  padding-left: 5px;
}
#cart-drawer {
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, 0.3);
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  width: 300px;
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 99;
}
#cart-drawer.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#cart-drawer > h4 {
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
#cart-drawer .close-cart {
  color: #000;
  font-size: 17px;
  float: right;
  margin-top: -3px;
  opacity: 0.8;
  text-decoration: none;
}
.minicart-right-drawer.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  max-width: 100%;
  height: 100%;
  z-index: 1024;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.minicart-right-drawer.right .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
  overflow-y: auto;
}
.minicart-right-drawer.right.fade .modal-dialog {
  right: -350px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.minicart-right-drawer.right.fade.show .modal-dialog {
  right: 0;
}
.modal-open {
  padding-right: 0 !important;
}
.minicart-header {
  margin: 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.minicart-header > h4 {
  color: #666666;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0;
}
.minicart-content {
  padding: 0;
  margin: 0;
}
.minicart-content ul {
  margin: 0;
}
.minicart-content .item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  line-height: normal;
  display: block;
  border-bottom: solid 1px #eee;
}
.minicart-content .item:last-of-type {
  border-bottom: 0;
}
.minicart-content .item .product-image {
  width: 25%;
  float: left;
  border: 1px solid #dddedf;
  padding: 5px 0;
}
.minicart-content .item .product-details {
  float: left;
  width: 75%;
  padding-left: 15px;
  text-align: left;
}
.minicart-content .item .product-title {
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  white-space: normal;
  text-decoration: none;
  display: block;
  line-height: 20px;
  margin-right: 45px;
  margin-bottom: 0;
}
.minicart-content .item .product-title:hover {
  color: #0eb700;
}
.minicart-content .item .remove {
  color: #5c5c5c;
  float: right;
  font-size: 14px;
  padding: 0 2px 0 7px;
  margin-top: 0;
  text-decoration: none;
}
.minicart-content .item .remove:hover {
  color: #000;
}
.minicart-content .item .remove i {
  vertical-align: middle;
}
.minicart-content .item .product-price {
  color: #232323;
  font-weight: 400;
  font-size: 15px;
}
.minicart-content .item .edit-i.remove .icon {
  font-size: 12px;
  padding-top: 0;
}
.minicart-content .item .qtyField {
  display: inline-block;
  border: 1px solid #d7d7d7;
}
.minicart-content .item .qtyField a {
  display: none;
}
.minicart-content .item .qtyField span {
  display: inline-block;
  padding: 0;
  border: 0;
}
.minicart-content .item .variant-cart {
  color: #777;
  font-size: 12px;
  margin: 5px 0;
}
.minicart-content .item .wrapQtyBtn {
  display: block;
  float: none;
  margin: 5px 0 0;
}
.minicart-content .item .qtyField .qtyBtn,
.minicart-content .item .qtyField .qty {
  font-size: 12px;
  width: 25px;
  height: 28px;
  line-height: 26px;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.minicart-content .item .qtyField .qty {
  border: 0;
}
.minicart-content .item .qtyField .qtyBtn.plus {
  border-left: 1px solid #ddd;
}
.minicart-content .item .qtyField .qtyBtn.minus {
  border-right: 1px solid #ddd;
}
.minicart-content .item .qtyField a .fa {
  font-size: 11px;
}
.minicart-bottom {
  padding-top: 10px;
  background-color: #fff;
}
.minicart-bottom .subtotal {
  padding: 5px 0 20px;
}
.minicart-bottom .subtotal:before,
.minicart-bottom .subtotal:after {
  content: "";
  clear: both;
  display: block;
}
.minicart-bottom .subtotal.list {
  border: 0;
  margin: 0;
  padding: 0;
}
.minicart-bottom .subtotal.list > span {
  font-size: 16px;
  font-weight: 500;
}
.minicart-bottom .subtotal > span {
  float: left;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
}
.minicart-bottom .subtotal .product-price {
  float: right;
  font-weight: 600;
}
.minicart-bottom .proceed-to-checkout {
  width: 100%;
  margin: 10px 0;
}
.minicart-bottom .btn-secondary {
  width: 100%;
  margin-bottom: 10px;
}
.minicart-bottom .freeShipMsg {
  margin-bottom: 0;
}
.minicart-bottom .freeShipMsg .icon-md {
  font-size: 15px;
  width: 23px;
  display: inline-block;
  vertical-align: middle;
}
/* End Cart Drawer */

.modal-open {
  padding-right: 0 !important;
}
.modal-open .modal {
  padding-right: 0 !important;
}

.logo.diapo img {
  height: 46px;
}

/* Header Menu */
#siteNav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#siteNav.right {
  text-align: right;
}
#siteNav.left {
  text-align: left;
}
#siteNav.center {
  text-align: center;
}
#AccessibleNav {
  padding-left: 0;
}
.mobile-nav-wrapper,
.site-header__logo.mobileview {
  display: none;
}
@media (min-width: 992px) {
  .header .container .d-menu-col {
    position: static;
  }
  #siteNav a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
    position: relative;
  }
  #siteNav > li {
    display: inline-block;
    text-align: left;
  }
  #siteNav > li > a {
    color: #303030;
    font-size: 14px;
    line-height: 80px;
    letter-spacing: 1px;
    padding: 0;
    margin-right: 50px;
    text-transform: uppercase;
    position: relative;
  }
  .home #siteNav > li > a {
    color: #fff;
  }
  #siteNav > li > a .icon-md {
    color: #0eb700;
  }
  #siteNav > li:last-of-type > a {
    margin-right: 0;
  }
  #siteNav.medium > li a {
    font-weight: 400;
  }
  #siteNav.hidearrow > li > a .an {
    display: none;
  }
  #siteNav > li > a .an {
    vertical-align: middle;
  }

  #siteNav > li:hover > a,
  #siteNav > li > a:hover:hover,
  #siteNav > li > a:hover,
  #siteNav > li > a.active,
  #siteNav > li ul.dropdown li a.active {
    /*color:#0EB700;*/
  }

  #siteNav > li .megamenu {
    opacity: 0;
    visibility: hidden;
    padding: 50px;
    width: 100%;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 600px;
    overflow: auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  #siteNav > li .megamenu.style2 {
    width: 600px;
  }
  #siteNav > li .megamenu ul {
    padding: 0;
    list-style: none;
  }
  #siteNav > li:hover > .megamenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  #siteNav > li .megamenu.style1 {
    width: 100%;
    overflow: hidden;
  }
  #siteNav > li .megamenu .title {
    color: #323f49;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e9;
    padding-bottom: 20px;
  }
  #siteNav > li .megamenu.style1 .lvl-1 {
    margin-bottom: 0;
  }
  #siteNav > li .megamenu .lvl-1 a.lvl-1 {
    color: #323f49;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 8px;
    font-weight: 400;
  }
  #siteNav > li .megamenu .lvl-1 .site-nav {
    color: #323f49;
    padding: 9px 0;
    font-weight: 400;
    text-transform: none;
  }
  #siteNav > li .megamenu .lvl-1 .site-nav:hover,
  #siteNav > li .megamenu .lvl-1 .site-nav.active {
    color: #0eb700;
  }
  #siteNav > li .megamenu img {
    height: auto;
  }
  #siteNav > li .megamenu .viewAll {
    color: #0eb700 !important;
  }
  #siteNav > li .megamenu .viewAll:hover {
    color: #000 !important;
  }

  #siteNav > li .megamenu.style1 {
    overflow: hidden;
  }
  #siteNav > li .megamenu.style2 .lvl-1 {
    margin-bottom: 0;
  }
  #siteNav > li .megamenu .menu-title {
    font-weight: 600 !important;
  }
  #siteNav > li .megamenu .imageCol {
    padding-bottom: 25px;
  }

  #siteNav > li ul.dropdown li a .an {
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 8px;
  }

  #siteNav a .lbl {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 4px;
    background-color: #0a9339;
    position: relative;
    vertical-align: middle;
  }
  #siteNav a .lbl:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    left: -7px;
    border: 4px solid transparent;
    border-right-color: transparent;
    border-right-color: #0a9339;
    display: none;
  }
  #siteNav a .lbl.nm_label3 {
    background-color: #fb6c3e;
  }
  #siteNav a .lbl.nm_label1 {
    background-color: #ff0000;
  }
  #siteNav a .lbl.nm_label4 {
    background-color: #fdb818;
  }
  #siteNav a .lbl.nm_label4:after {
    border-right-color: #fdb818;
  }
  #siteNav a .lbl.nm_label3:after {
    border-right-color: #fb6c3e;
  }
  #siteNav a .lbl.nm_label1:after {
    border-right-color: #ff0000;
  }

  #siteNav > li.dropdown {
    position: relative;
  }
  #siteNav > li .dropdown,
  #siteNav > li .dropdown ul {
    background-color: #fff;
    list-style: none;
    opacity: 0;
    visibility: hidden; /*width:200px;*/
    width: max-content;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 20px;
  }
  #siteNav > li:hover > .dropdown,
  #siteNav > li .dropdown li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  #siteNav > li ul.dropdown li {
    position: relative;
  }
  #siteNav > li ul.dropdown li a {
    color: #000;
    font-weight: 400;
    padding: 8px 0;
    background-color: #fff;
    text-transform: none;
    position: relative;
  }
  #siteNav > li ul.dropdown li a i {
    position: absolute;
    right: 5px;
    top: 13px;
  }
  #siteNav > li ul.dropdown li:hover > a,
  #siteNav > li ul.dropdown li a:hover {
    color: #0eb700;
  }
  #siteNav > li ul.dropdown li ul {
    top: 20px;
    left: 100%;
  }
  #siteNav > li ul.dropdown li:hover > ul {
    top: 0;
  }

  #siteNav .menu-brand-logo {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  #siteNav .menu-brand-logo a {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  #siteNav .menu-brand-logo a:hover {
    border-color: #000;
  }
  #siteNav .menu-brand-logo a img {
    display: inline-block;
    vertical-align: middle;
  }

  .mm-Banners:before,
  .mm-Banners:after {
    content: "";
    clear: both;
    display: block;
  }
  .mm-Banners {
    clear: both;
  }
  .mm-Banners .imageCol {
    padding-bottom: 0 !important;
  }
}
/* End Header Menu */

#page-content {
  margin-bottom: 30px;
  min-height: 400px;
}
.home #page-content {
  margin-bottom: 0;
}

/*======================================================================
  7. Homepage Sections
========================================================================*/
/* 7.1 Common Section */
/*.section { padding:140px 0; }*/
.section {
  padding: 60px 0;
}
/*.section-sm { padding:60px 0; }*/
.section-sm {
  padding: 40px 0;
}
.section-title {
  /*text-align: center;*/
  margin-bottom: 80px;
}
.section-title .title {
  font-size: 48px;
  font-weight: 600;
  margin: 0; /*text-transform: uppercase;*/
}
.section-title p {
  color: #0eb700;
  font-weight: 500; /*text-transform: uppercase;*/
  margin: 0 0 20px;
}

/* ---------------- Swiper --------------- */

.home-header-swiper {
  height: 760px;
}

.home-header-swiper .section {
  padding-bottom: 80px;
}

.home-header-swiper .swiper-pagination {
  --swiper-pagination-bottom: 16px;
  left: max((100vw - 1320px) / 2 + 20px, 20px);
  width: auto;
}

.pasos-swiper .swiper-pagination {
  --swiper-pagination-bottom: -10px;
}

.pasos-swiper .swiper-pagination-bullet-active {
  box-shadow: 0 0 4px 2px #0003;
}

.swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-color: #fff;
}

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

.iso-container {
  position: absolute;
  top: -6.5rem;
  right: 0;
  width: 250px;
  aspect-ratio: 1;
}

.precio-violeta {
  background-image: url(../images/fondo_iso_violeta.png);
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  aspect-ratio: 1;
  padding-top: 2rem;
  padding-left: 1.75rem;
}

.iso-azul {
  background-image: url(../images/fondo_iso_azul.png);
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  right: 0;
  top: 40%;
  width: 45%;
  aspect-ratio: 1;
  padding-left: 0.75rem;
  padding-top: 2rem;
}

.precio-desde {
  font-size: 60px;
  font-weight: 500;
}

.bbva-image {
  width: calc(100% - 1.5rem);
}

.bbva-text {
  margin: 0;
  font-weight: 200;
  font-size: 12px;
}

.car-image-container {
  position: relative;
  height: 100%;
}

.car-image {
  position: absolute;
  right: 0;
  width: 150%;
  transform: translate(60px, 10px);
  max-width: unset;
  z-index: 1;
}

.home-slider {
  height: 90dvh;
}

.clip-bottom-right {
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.clip-top-right {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
}

.clip-top-right-3 {
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

.clip-bottom-left {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
}

.clip-vertical {
  clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
}

.clip-vertical-2 {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}

.clip-bottom-right-2 {
  clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
}

.clip-bottom-right-3 {
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.object-position-top {
  object-position: top;
}

.background-slider-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #252525;
}

.background-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.z-100 {
  z-index: 100;
}

.pasos-logo-simple {
  height: 60px;
}

.pill {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1;
  border: 1px solid #cfcfcf;
  color: #333333;
  border-radius: 9999px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}

.icon-sm {
  display: flex;
  font-size: 1rem;
}

.icon-md {
  display: flex;
  font-size: 1.5rem;
}

.pswp__img {
  object-fit: contain;
}

.z-1 {
  z-index: 1;
}

.text-green {
  color: #0eb700;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

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

.bg-conectate-cambio {
  background-image: url(/assets/images/slideshow/center1.webp);
  background-size: cover;
  background-position: center;
  height: 400px;
}

.bg-conoce-mas {
  background-image: url(/assets/images/slideshow/center2.webp);
  background-size: cover;
  background-position: center;
  height: 480px;
}

.pasos-descripcion {
  font-size: 14px;
}

.numero-grande {
  font-size: 5rem;
  color: #252525;
  margin: 0;
  line-height: 1;
	margin-bottom: .5rem;
}

.features-section {
  position: relative;
}
/*.features-section:before, .contact-text-image-section .img:after { content: ''; background:url(../images/bg1.png) no-repeat; height: 40px; position: absolute; top: 0; right: 0; width: 865px; }*/
.features-section .container {
  position: relative;
}
/*.features-section .container:after { content: ''; background:url(../images/bg2.png) no-repeat; height: 215px; position: absolute; bottom: -90px; left: -110px; width: 215px; }*/
.features-list .item {
  display: flex;
  flex-direction: column;
  border: 6px solid transparent;
  border-radius: 20px;
  padding: 1rem;
  -ms-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #fff;
}

.features-list .item .item-image-container {
  height: 160px;
  overflow: hidden;
}

.features-list .item h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0 35px;
}
.features-list .item p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
.features-list .item h2 {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
}
.features-list .item .h4 {
  font-size: 24px;
}
.features-list .item .h5 {
  font-size: 16px;
  font-weight: 400;
}
.features-list .item .shop-btn:before {
  content: "";
  border-top: 2px solid #e8e8e9;
  display: block;
  padding-top: 30px;
  margin-top: 10px;
}
.features-list .item .shop-btn {
  color: #232323;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.features-list:has(.item:hover) .item:not(:hover) {
  opacity: 0.4;
}

.features-list .item:hover,
.features-list .item:has(a:focus) {
  border: 6px solid #11dd04;
  opacity: 1;
}

.btn-suscribirse {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  color: #0eb700;
}

.btn-suscribirse:hover {
  color: #000 !important;
}

/* 7.2 YMM Form */
.ymm-section {
  width: 100%;
  z-index: 100;
  position: absolute;
  bottom: 0;
}

.ymm-section .section-title {
  margin-bottom: 0px;
}

.ymm-section .section-title h2 {
  color: #fff;
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
  padding: 10px 0;
}

.ymm-section .section-title h2 b {
  color: #232323;
  text-shadow: 2px 0 0 #0eb700, -2px 0 0 #0eb700, 0 2px 0 #0eb700, 0 -2px 0 #0eb700, 1px 1px #0eb700,
    -1px -1px 0 #0eb700, 1px -1px 0 #0eb700, -1px 1px 0 #0eb700;
}

.ymm-section .section-title h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.ymm-section .section-title h4 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
}

.ymm-section .section-title p {
  font-size: 20px;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
}
.ymm-form .btn {
  height: 80px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.ymm-form select {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background-position: right 20px center !important;
  background-image: url(../images/arrow-s.png) !important;
}
.ymm-form .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  border-right: 2px solid #dfdfdf !important;
}
.ymm-form .form-control.last {
  border-right: 0 !important;
}
.ymm-form select.rounded-left {
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
}
.ymm-form .btn.rounded-right {
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}
.ymm-form .btn .icon-md {
  font-size: 24px;
}

/* 7.3 Products Tabs */
.bestseller-tabs-section /*{ background:url(../images/bg-ptrn1.png) repeat; }*/
.bestseller-tabs-section .section-title .btn {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.bestseller-tabs-section .section-title .btn:hover {
  color: #000;
  opacity: 0.9;
}
.products-tabs .p-tab-item {
  float: left;
  width: 25%;
  padding-right: 20px;
}
.tab-items li {
  margin: 0 0 30px;
}
.tab-items li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.tab-items li a:hover {
  color: #0eb700;
}
.tab-items li.active a {
  color: #0eb700;
  position: relative;
}
.tab-items li.active a:after {
  content: "";
  height: 2px;
  background-color: #0eb700;
  position: absolute;
  top: 10px;
  width: 100px;
  margin-left: 20px;
}

/* 7.4 Collection Section */
.collection-section,
.about-features {
  position: relative;
}
/*.collection-section:before, .about-features:before, .feature-text-image-section:after { content: ''; background:url(../images/bg1-1.png) no-repeat; height: 40px; position: absolute; top: 0; left: 0; width: 865px; }*/
/*.collection-section .detail { background:url(../images/bg-ptrn2.png) no-repeat #0EB70054; padding: 60px 35px; display: inline-block; border-radius: 5px; -webkit-border-radius: 5px; text-align: center; 
    position: absolute; top: 60px; right: 110px; }*/
.collection-section .detail {
  padding: 30px 30px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 0px;
}
.collection-section .box-2 .detail {
  bottom: 60px;
  left: 110px;
  right: auto;
  top: auto;
}
.collection-section .detail h2 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.collection-section .detail .link {
  color: #232323;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-top: 0px;
  display: inline-block;
}
.collection-section .detail .link:hover {
  color: #0eb700;
}
.collection-section .detail .link:after {
  content: "";
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  display: block;
}

/* 7.5 Category Section */
.category-section {
  background: rgb(241, 241, 241);
  background: -moz-linear-gradient(0deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
  border-bottom: 1px solid #e5e6e6;
}
.category-section .item {
  text-align: center;
  border-right: 1px solid #e5e6e6;
  position: relative;
}
.category-section .item img {
  display: block;
  margin: 0 auto 50px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.category-section .item .title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.category-section .item .detail {
  padding: 100px 0;
  display: block;
}
.category-section .item .detail img {
  opacity: 0.25;
}
.category-section .item:hover .detail img {
  opacity: 1;
}
.category-section .item .button-set {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.category-section .item:hover .button-set {
  opacity: 1;
  visibility: visible;
}
.category-section .item .btn {
  padding: 15px 48px;
}

/* 7.6 Small Banners Section */
.small-banners-section .container-fluid {
  padding: 0;
}
.small-banners-section .small-banner img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.small-banners-section .small-banner:hover img {
  opacity: 0.9;
}
.small-banners-section .col-md-5 {
  width: 38.75%;
}
.small-banners-section .col-md-2 {
  width: 22.5%;
}

/* 7.7 Blog Post Section */
.blog-grid .item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.blog-grid:not(.latest-blog-post-slider) .item {
  margin-bottom: 25px;
}
.blog-grid .item .post-thumb,
.blog-list .item .post-thumb {
  overflow: hidden;
}
.blog-grid .item .post-thumb img,
.blog-list .item .post-thumb img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: auto;
}
.blog-grid .item:hover .post-thumb img,
.blog-list .item:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-grid .item .post-detail {
  padding: 20px;
}
.blog-grid .item .h3,
.blog-list .item .h3 {
  font-size: 18px;
  font-weight: 600;
  min-height: 30px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-grid .item .h3:hover,
.blog-list .item .h3:hover {
  color: #0eb700;
}
.blog-grid .item .meta-post,
.blog-list .item .meta-post {
  margin-bottom: 0;
  border-top: 1px solid #e8e8e9;
  padding-top: 15px;
}
.blog-grid .item .meta-post,
.blog-grid .item .meta-post a,
.blog-list .item .meta-post,
.blog-list .item .meta-post a {
  font-size: 16px;
}
.blog-grid .item .meta-post .sep {
  padding: 0 10px;
}
.blog-grid .item .post-eceprts {
  font-size: 16px;
  line-height: 24px;
}
.blog-grid .item .meta-post a {
  color: #0eb700;
}
.blog-grid .item .meta-post a:hover,
.blog-list .item .meta-post a:hover {
  color: #000;
}
.blog-grid .item .post-excerpt {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-grid .item .readmore,
.blog-list .item .readmore {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-grid .item .readmore i,
.blog-list .item .readmore i {
  font-size: 18px;
  margin-left: 3px;
  margin-top: -2px;
}

.blog-list .item .h3 {
  font-size: 30px;
  font-weight: 600;
  display: block;
  min-height: inherit;
}
.blog-list .item .post-excerpt {
  max-width: 1070px;
  margin: 0 auto;
}

.blog-page-list.blog-grid .item .h3 {
  font-size: 18px;
}

.blog-detail-page .post-title {
  margin: 0;
}
.blog-detail-page .meta-post {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 10px;
}
.blog-detail-page .meta-post .sep {
  padding: 0 10px;
}

.blog-nav {
  font-size: 16px;
  font-weight: 500;
}
.blog-nav a {
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-nav p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-comment {
  margin: 40px 0;
}
.blog-comment h2 {
  font-size: 24px;
}
.blog-comment .comments-list-item .comment-avatar {
  margin-right: 20px;
}
.blog-comment .comment-author {
  font-weight: 600;
}
.blog-comment .comment-text {
  font-size: 16px;
  line-height: normal;
}
.blog-comment .comment-date {
  color: #888;
  font-size: 15px;
}
.blog-comment .comments-list-item + .comments-list-item {
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
  padding-top: 30px;
}
.blog-comment .comment-list-children {
  margin-left: 40px;
  margin-top: 30px;
}
.blog-comment .comment-reply .btn {
  color: #303030;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.comment-form {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
  margin: 60px 0 0;
}
.comment-form .fine-print {
  font-size: 14px;
  line-height: normal;
}
.comment-form h3 {
  position: relative;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
  height: 50px;
  padding-left: 20px;
}
.comment-form .form-group {
  margin-bottom: 20px;
}
.comment-form textarea {
  height: 100px;
  padding-left: 20px;
}

.blog-post-content ul,
.blog-post-content ol {
  padding-left: 2rem;
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.blog-post-content h1:first-child,
.blog-post-content h2:first-child,
.blog-post-content h3:first-child,
.blog-post-content h4:first-child,
.blog-post-content h5:first-child,
.blog-post-content h6:first-child {
  margin-top: 0;
}

.blog-post-content p {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1rem;
}

.blog-post-content h1 {
  font-size: 2rem;
}

.blog-post-content h2 {
  font-size: 1.75rem;
}

.blog-post-content h3 {
  font-size: 1.5rem;
}

.blog-post-content h4 {
  font-size: 1.25rem;
}

.blog-post-content h5 {
  font-size: 1.1rem;
}

.blog-post-content h6 {
  font-size: 1rem;
}

/* End Blog Post Section */

/* 7.8 Newsletter Section */
.newsletter-section {
  background-color: #f0f5f8;
  position: relative;
}
/*.newsletter-section:before { content: ''; background:url(../images/bg1-2.png) no-repeat; height: 61px; position: absolute; top: -28px; left: 0; width: 865px; }*/
.newsletter-section .imgSection {
  position: relative;
}
.newsletter-section .caption {
  background: url(../images/bg-ptrn2.png) no-repeat #232323;
  background-blend-mode: soft-light;
  padding: 40px 40px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 160px;
  right: 0;
}
.newsletter-section .caption h2 {
  color: #0eb700;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.newsletter-section .caption .link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-top: 50px;
  display: inline-block;
}
.newsletter-section .caption .link:hover {
  color: #fff;
  opacity: 0.8;
}
.newsletter-section .caption .link:after {
  content: "";
  height: 2px;
  background-color: #0eb700;
  position: absolute;
  bottom: -5px;
  width: 100%;
  left: 0;
  display: block;
}
.newsletter-section .newsletter-form {
  padding-left: 70px;
}
.newsletter-section .newsletter-form .input-group {
  margin-top: 40px;
}
.newsletter-section .newsletter-form h4 {
  font-size: 48px;
  font-weight: 600;
}
.newsletter-section .newsletter-form p {
  font-size: 18px;
  line-height: 30px;
}
.newsletter-section .newsletter-form .newsletter-input {
  color: #232323;
  height: 80px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border: 0;
  font-size: 18px;
  line-height: 80px;
  padding: 0 160px 0 30px;
}
.newsletter-section .newsletter-form .btn {
  color: #0eb700;
  font-size: 15px;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
.newsletter-section .newsletter-form .btn i {
  font-size: 30px;
  vertical-align: middle;
  margin-top: -5px;
}
.newsletter-section .newsletter-form .btn:hover {
  opacity: 0.8;
}
/* End Newsletter Section */

/* 7.9 Support Section */
.support-section {
  border-top: 2px solid #0eb700;
  margin-top: 200px;
}
.support-text h2 {
  font-size: 36px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 20px;
}
.support-text .btn-large {
  font-size: 24px;
  padding: 25px 60px;
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
}
/* End Support Section */

.marcas {
  align-items: center;
  opacity: 60%;
  text-align: center;
}

.lg-bottom-green {
  background: linear-gradient(360deg, rgba(14, 183, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%);
}

/*======================================================================
  8. Footer
========================================================================*/
.footer {
  background-color: #000000;
  position: relative;
  z-index: 9999999;
}
/*.footer:after { content: ''; background:url(../images/bg1-2.png) no-repeat; height: 40px; position: absolute; bottom: 0; left: 0; width: 865px; }
.footer:before { content: ''; background:url(../images/bg1-3.png) no-repeat; height: 61px; position: absolute; top: -30px; right: 0; width: 866px; }*/
/*.footer-top { padding: 140px 0; }*/
.footer-top {
  padding: 60px 0;
}

.footer-col,
.footer-col a {
  color: #0eb700;
}
.footer-col a:hover {
  color: #fff;
}
.footer-col .title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  color: #fff;
  margin-bottom: 15px;
}
.footer-links li a {
  color: #6f777c; /*text-transform: uppercase; */
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
}
.footer-links li a:hover {
  color: #fff;
}
.footer .green {
  color: #0eb700;
}

.contact-col ul {
  float: none;
  width: 100%; /*text-transform: uppercase; */
  font-size: 16px;
}
.contact-col li {
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
}

.social-col a {
  font-size: 18px;
  line-height: 30px;
  border: 2px solid #a2a2a2;
  color: #a2a2a2;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 100%;
}
.footer .social-col a:hover {
  color: #fff;
  border-color: #fff;
}

.footer-bottom {
  color: #6f777c;
  font-size: 16px;
  text-transform: uppercase;
  padding: 50px 0 0;
  text-align: center;
  border-top: 2px solid #0eb700;
  margin-top: 40px;
}

#site-scroll {
	display: flex;
	align-items: center;
	justify-content: center;
  color: #fff;
  line-height: 35px;
  cursor: pointer;
  font-size: 20px;
  width: 35px;
  height: 35px;
  right: 20px;
  position: fixed;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  bottom: 40px;
  z-index: 999999999;
  background: #0eb700;
	visibility: hidden;
  opacity: 0;
}

#site-scroll i {
  line-height: 35px;
}

#site-scroll.visible {
	visibility: visible;
	opacity: 1;
}

/* End Footer */

/*======================================================================
  9. Page Banner
========================================================================*/

.shop-grid-page .shop-heading-banner,
.wishlist-page .heading-banner {
  background: url(../images/page-banners/shop-banner-1920x360.jpg) no-repeat #fff;
  background-size: cover;
}
.blog-grid-page .heading-banner,
.about-us-page .heading-banner,
.faq-page .heading-banner,
.privacy-policy-page .heading-banner,
.return-policy-page .heading-banner,
.termc-page .heading-banner {
  background: url(../images/page-banners/blog-banner-1920x360_sostenibilidad.jpg) no-repeat #fff;
  background-size: cover;
  transform: skewY(-2deg);
}
.cart-page .heading-banner,
.checkout-page .heading-banner {
  background: url(../images/page-banners/cart-banner-1920x360.jpg) no-repeat #fff;
  background-size: cover;
}
.contact-us-page .heading-banner {
  background: url(../images/page-banners/contact-banner-1920x360.jpg) no-repeat #fff;
  background-size: cover;
}
.payment-page .heading-banner,
.account-page .heading-banner {
  background: url(../images/page-banners/payment-banner-1920x360.jpg) no-repeat #fff;
  background-size: cover;
}
.page-banner {
  padding: 140px 0;
  z-index: 1000;
}
.page-banner h1,
.page-banner .page-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin: 0;
}

/*======================================================================
  10. Pagination
========================================================================*/
.pagination {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 50px 0;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  list-style: none;
}
.pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li a {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.pagination li.arrow a {
  font-size: 24px;
}
.pagination li.active a,
.pagination li:hover a {
  color: #0eb700;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}
/* End Pagination */

/*======================================================================
  11. Sidebar
========================================================================*/
.content-with-sidebar {
  padding: 30px 0;
}
/* Sidebar Blocks */
.sidebar .block {
  margin-bottom: 60px;
  border: 1px solid #e8e8e9;
  padding: 30px;
  border-radius: 10px;
}
.sidebar .block .block-title h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.sidebar .block .block-title,
.shopby-title {
  position: relative;
}
.sidebar .block .items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-block.block {
  padding: 0;
  border: 0;
}
.search-block .search__input {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  border-radius: 10px !important;
  height: 60px;
  background-color: #fff;
}
.search-block .input-group__btn {
  position: absolute;
  right: 0;
}
.search-block .btnSearch {
  color: #232323;
  background-color: transparent;
  height: 60px;
  width: 60px;
  text-align: center;
  padding: 0;
  border: 0;
}
.search-block .btnSearch:hover {
  background-color: transparent;
  opacity: 0.8;
  border: 0;
}
.search-block .btnSearch i {
  font-size: 24px;
  vertical-align: middle;
  line-height: 60px;
}

/* Filter Sidebar */
.sidebar-filters {
  margin-bottom: 40px;
}
.sidebar-filters .block {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e9;
  padding-bottom: 30px;
}
.sidebar-filters .block .block-title {
  padding-left: 0;
}
.shopby-title {
  margin-bottom: 20px;
}
.sidebar-filters .block .block-title h3 {
  font-size: 18px;
  font-weight: 600;
}
.sidebar-filters .block .block-title:before {
  display: none;
}

.nowshopby .title {
  color: #303030;
  font-size: 20px;
}
.nowshopby .items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nowshopby .item {
  margin-bottom: 10px;
}
.nowshopby .item a {
  background-color: #f4f4f4;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
.nowshopby .item a i {
  margin-left: 8px;
}
.nowshopby .item .filter-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.nowshopby .item .filter-label b {
  font-weight: 600;
}

/* Price Range */
.price-filter input[type="text"] {
  font-size: 18px;
  font-weight: 700;
  background: transparent;
  height: 40px;
  padding: 0;
  text-align: left;
  width: 100px;
  border: 0;
}

.filterBox .filter-color .swacth-btn {
  display: block;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  height: 22px;
  width: 22px;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 21px;
  color: #000;
  cursor: pointer;
  border-radius: 100px;
}
.filterBox .filter-size .swacth-btn {
  width: 51px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 0;
  height: auto;
}
.filterBox .filter-color .swacth-btn.checked {
  box-shadow: 0 0 0 1px #dbdbdb, 0 0 0 4px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #dbdbdb, 0 0 0 4px #fff inset;
  -ms-box-shadow: 0 0 0 1px #dbdbdb, 0 0 0 4px #fff inset;
}
.filterBox .filter-color .swacth-btn.medium {
  height: 30px;
  width: 30px;
}
.filterBox .filter-color .swacth-btn.radius {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}
.filterBox .filter-color ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filterBox .filter-color .swacth-btn.medium {
  height: 30px;
  width: 30px;
}
.filterBox .filter-color .black {
  background-color: #000;
}
.filterBox .filter-color .black {
  background-color: #000;
}
.filterBox .filter-color .white {
  background-color: #fff;
  border: 1px solid #ddd;
}
.filterBox .filter-color .red {
  background-color: #fe0000;
}
.filterBox .filter-color .blue {
  background-color: #0000fe;
}
.filterBox .filter-color .pink {
  background-color: #ffc1cc;
}
.filterBox .filter-color .gray {
  background-color: #818181;
}
.filterBox .filter-color .green {
  background-color: #027b02;
}
.filterBox .filter-color .orange {
  background-color: #fca300;
}
.filterBox .filter-color .yellow {
  background-color: #f9f900;
}
.filterBox .filter-color .blueviolet {
  background-color: #8a2be2;
}
.filterBox .filter-color .brown {
  background-color: #a52a2a;
}
.filterBox .filter-color .darkGoldenRod {
  background-color: #b8860b;
}
.filterBox .filter-color .darkGreen {
  background-color: #006400;
}
.filterBox .filter-color .darkRed {
  background-color: #8b0000;
}

.filterBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filterBox ul:not(.filter-color) input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
}
.filterBox ul:not(.filter-color) li label {
  font-size: 16px;
}
/* End Filter Sidebar */

.list-sidebar-products .mini-view_image {
  max-width: 100px;
}
.list-sidebar-products .title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}
.list-sidebar-products .meta-post {
  font-size: 15px;
}
.list-sidebar-products .meta-post .sep {
  padding: 0 10px;
}
.list-sidebar-products .meta-post a {
  color: #0eb700;
}
.list-sidebar-products .product-review {
  color: #f4c402;
  font-size: 16px;
}
.list-sidebar-products .price {
  font-size: 18px;
  font-weight: 600;
}

.block-tags ul {
  list-style: none;
  padding: 0;
}
.block-tags ul.float {
  float: left;
}
.block-tags li a {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  display: block;
  padding: 7px 15px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e8e8e9;
}
.block-tags li {
  float: left;
  margin: 0 5px 10px 0;
}
.block-tags li.no-float {
  float: none;
  padding-right: 35px;
}

.block-instagram a {
  overflow: hidden;
  position: relative;
}
.block-instagram a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.block-instagram a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.block-instagram a:before {
  content: "\f16d";
  font-family: "capacity-brands";
  font-weight: 900;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  z-index: 100;
  margin: -20px 0 0 -10px;
  font-size: 22px;
}
.block-instagram a:hover:before {
  opacity: 1;
  visibility: visible;
}
.block-instagram a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.block-instagram a:hover:after {
  opacity: 1;
  visibility: visible;
}

/* Toolbar */
.filters-toolbar-wrapper {
  border: 0;
  margin: 0 0 15px 0;
}
.filters-toolbar-wrapper .change-view {
  position: relative;
  font-size: 0;
  cursor: pointer;
  border: 0;
  padding: 0;
  text-align: center;
  width: 45px;
  height: 35px;
  border-right: 1px solid #e8e8e9;
}
.filters-toolbar-wrapper .change-view:last-child {
  border-right: 0;
}
.filters-toolbar-wrapper .change-view i {
  font-size: 24px;
  line-height: 35px;
}
.filters-toolbar-wrapper .change-view.active {
  color: #0eb700;
}
.filters-toolbar-wrapper .change-view:hover .tooltip-label {
  opacity: 1;
  top: -28px;
  visibility: visible;
}
.filters-toolbar__product-count {
  font-size: 18px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filters-select .filters-toolbar-select {
  border: 1px solid #cbcbcb;
  padding: 0 10px;
}
.filters-select .show-by {
  width: 60px;
  height: 38px;
  padding: 0;
}
/* End Toolbar */

.large-title {
  color: #303030;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
}

.quality-section .box .title {
  color: #303030;
  font-size: 30px;
}

.video-popup-section {
  background-color: #303030;
}

.block-author .img {
  max-width: 100px;
}
.block-author .social-sharing span {
  font-weight: 600;
  padding-right: 10px;
}
.block-author .social-sharing a {
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 28px;
  margin-right: 5px;
}

/*======================================================================
  12. Pages Section
========================================================================*/
/* 12.1 Contact Us */
.contact-page #page-content {
  margin-bottom: 0;
}
.contact-info .title {
  position: relative;
  border-bottom: 2px solid #ffcb00;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.contact-info .title:after {
  content: "";
  width: 22px;
  height: 20px;
  background: url(../images/ftr-title-bg.png) no-repeat #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -11px;
  padding-right: 35px;
}
.contact-info .title h3 {
  font-size: 24px;
  font-weight: 600;
}
.contact-info .title i {
  color: #0eb700;
  font-size: 48px;
  line-height: 28px;
}
.contact-info p {
  font-size: 16px;
  font-weight: 500;
}

.mailsendbtn {
  display: inline-block;
  position: relative;
}
.mailsendbtn .loading {
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  width: 28px;
  height: 28px;
  text-align: center;
}
.error_msg {
  display: block;
  color: #ff4141;
}
.required {
  color: #d30a0c;
}

.contact-inner .section-title .title {
  font-weight: 700;
}
.contact-inner .form-control {
  font-size: 18px;
  border-radius: 5px !important;
  height: 60px;
  margin-bottom: 5px;
  border-color: #e8e8e9;
}
.contact-inner textarea.form-control {
  height: 160px;
  padding: 15px;
}

.contact-text-image-section {
  position: relative;
  padding: 60px 0;
  margin: 140px 0 0;
}
.contact-text-image-section .img {
  background-image: url(../images/contacto.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}
.contact-text-image-section .img:after {
  left: -70px;
  right: auto;
  top: auto;
  bottom: -40px;
}

.contact-text-image-section #contact-form {
  padding: 60px 0;
}

.contact-us-page .about-features:before {
  display: none;
}

.info-items .item {
  position: relative;
  padding-left: 85px;
}
.info-items .item .icon {
  position: absolute;
  left: 0;
  top: -30px;
  color: #0eb700;
  font-size: 60px;
}
.info-items .item h5 {
  margin: 0 0 10px;
}
/* End Contact Us Info */

/* 12.2 About Us */
.about-us-page #page-content {
  margin-bottom: 0;
}
.about-tabs {
  background: url(../images/bg-ptrn1.png) repeat;
}

.about-features .item {
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 1rem;
  border-radius: 26px;
	height: 100%;
}

.about-features .item .icon {
  border-bottom: 2px solid #dddedf;
  display: inline-block;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.about-features .item .icon i {
  color: #0eb700;
  font-size: 60px;
}
.about-features .item .icon1 {
  display: inline-block;
  margin-bottom: 35px;
}
.about-features .item h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.about-features .item p {
  font-size: 0.95rem;
  line-height: normal;
}
/* End About Us */

.feature-text-image-section {
  position: relative;
}
.feature-text-image-section .img {
  width: 50vw;
}
.feature-text-image-section:after {
  top: auto;
  bottom: -40px;
  left: auto;
  right: -100px;
}
.feature-text-image-section .img img {
  width: 100%;
}
.feature-text-image-section h5 {
  font-size: 24px;
}

/* 12.3 Payments page */
.payment-page .about-features:before {
  display: none;
}
.image-with-text .details {
  background-color: #f3f4f4;
}
.image-with-text .detail {
  padding: 50px;
}
.image-with-text .gray-bg {
  background-color: #f3f4f4;
}
.image-with-text img {
  height: 100%;
  object-fit: cover;
}

.payments-icon .img {
  margin-bottom: 20px;
}
.payments-icon .col-12:nth-child(1),
.payments-icon .col-12:nth-child(2),
.payments-icon .col-12:nth-child(3) {
  margin-bottom: 60px;
}

.simple-text .container {
  border-top: 2px solid #0eb700;
  padding-top: 140px;
}
/* End Payments page */

/* 12.4 Privacy Policy Page */
.privacy-image-text .img {
  text-align: right;
  position: relative;
}
.privacy-image-text .detail {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  background: url(../images/bg-ptrn2.png) no-repeat #0eb700;
  padding: 50px;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  bottom: 60px;
  left: 30px;
}
.twoCol-text-section {
  background: url(../images/bg-ptrn1.png) repeat;
}
.twoCol-text-section.no-bg {
  background: none;
}

.privacy-tabs {
  background: none;
}
.full-img {
  position: relative;
}
.full-img:before {
  content: ""; /*background:url(../images/bg1-4.png) no-repeat; */
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  width: 865px;
}

.privacy-tabs .tabs-listing {
  padding: 80px;
  background-color: #fff;
  margin-top: -200px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
/* End Privacy Policy Page */

.return-policy-page .image-with-text .detail {
  padding-left: 80px;
  padding-right: 0;
}
.how-work-section .item {
  text-align: center;
}
.how-work-section .item img {
  margin-bottom: 30px;
}
.how-work-section .item h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.termc-page #page-content {
  margin-bottom: 0;
}
.tc-with-img-section {
  overflow: hidden;
}
.tc-with-img-section .img {
  width: 50vw;
  padding-left: 110px;
}
.tc-with-img-section.left-img .img {
  padding-left: 0;
  position: relative;
  right: 310px;
}
.termc-page .faqs-section .accordion-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

/*======================================================================
  13. Product Grid & List
========================================================================*/
.products-grid .item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 10px; /*text-align: center;*/
  position: relative;
  padding: 10px 10px 10px;
}
.products-grid .item.gray-bg {
  background-color: #f8f8f8;
}
.products-grid .item .hover {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.products-grid .item:before {
  content: ""; /*background-color: #0EB700e6;*/
  background-color: #2125298a;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.products-grid .item:hover:before {
  opacity: 1;
  visibility: visible;
}
.products-grid .item:hover .hover {
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 100;
}
.products-grid .item .hover .btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  margin-top: -25px;
}
.products-grid .item .hover .btn:hover {
  opacity: 0.9;
}
.products-grid .product-details .h3,
.products-list .product-details .h3 {
  margin: 0;
  line-height: 26px;
}
.products-grid .product-details .h3 a,
.products-list .product-details .h3 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.products-grid .product-details .h3 a:hover,
.products-list .product-details .h3 a:hover {
  opacity: 0.9;
}
.products-grid .price-box,
.products-list .price-box {
  margin: 5px 0;
}
.products-grid .price-box .price,
.products-list .price-box .price {
  color: #0eb700;
  font-size: 18px;
  font-weight: 600;
}
.products-grid .add-to-cart .btn,
.products-list .add-to-cart .btn {
  font-size: 15px;
}
.products-grid .add-to-cart .btn i,
.products-list .add-to-cart .btn i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.products-grid .product-details-in {
  flex: 1;
  -webkit-flex: 2;
  -ms-flex: 2;
  padding-right: 15px;
}
.products-grid .product-review,
.products-list .product-review {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
}
.products-grid .product-image,
.products-list .product-image {
  margin-bottom: 15px;
}
.products-grid .product-image img,
.products-list .product-image img {
  margin: 0 auto;
}
/* End Product Grid */

/* Product List */
.products-list .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.products-list .product-image {
  max-width: 300px;
  margin-right: 20px;
  margin-bottom: 0;
}
.products-list .product-review {
  text-align: left;
  white-space: nowrap;
}
.products-list .sort-description {
  font-size: 16px;
  margin: 15px 0;
  display: block;
}
.products-list .sort-description ul {
  margin: 5px 0 5px 17px;
}
.products-list .product-details .h3 {
  margin-bottom: 5px;
}
.products-list .product-details .h3 a {
  font-size: 20px;
}
.products-list .product-details .h3 a:hover {
  color: #0eb700;
}
/* End Product List */

.qtyField {
  display: table;
  margin: 0 auto;
}
.qtyField .qty {
  width: 40px;
}
.qtyField .qtyBtn,
.qtyField .qty {
  padding: 10px 6px;
  width: 30px;
  height: 42px;
  border-radius: 0;
  float: left;
}
.qtyField a {
  background-color: #fff;
  color: #000;
}
.qtyField a .fa {
  font-size: 12px;
  line-height: 21px;
}
.qtyField > a,
.qtyField > span,
.qtyField input {
  display: table-cell;
  line-height: normal;
  text-align: center;
  padding: 3px 6px;
  border: 1px solid #f5f5f5;
}

.product-labels {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}
.product-labels .lbl {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.product-labels .on-sale {
  right: 5px;
  background: #f54337;
}
.product-labels .pr-label1,
.product-labels .new {
  left: 5px;
  background: #01bad4;
}
.product-labels .pr-label2,
.product-labels .hot {
  left: 5px;
  background: #e9a400;
}
.product-labels .pr-label3 {
  left: 5px;
  background: #81d53d;
}
.product-labels .pr-label4 {
  left: 5px;
  background: #fb6c3e;
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.suscripcion-bullets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1rem;
}

/*======================================================================
  14. Shopping Cart Page
========================================================================*/
.cart-products {
  border: 1px solid #e8e8e9;
  border-collapse: separate;
  border-radius: 10px;
}
.cart-products td {
  color: #303030;
  font-size: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #e8e8e9;
  border-top: 0;
  padding: 20px;
  line-height: 28px;
}
.cart-products td.product-quantity {
  text-align: center;
}
.cart-products tr:last-child td {
  border: 0;
}
.cart-products th {
  font-size: 16px;
  border-top: 0;
  border-bottom: 1px solid #e8e8e9 !important;
  padding: 15px 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-products .product-remove {
  width: 25px;
}
.cart-products .cart-product-image {
  max-width: 75px;
}
.cart-products .product-thumbnail {
  width: 140px;
}
.cart-products .product-name a {
  font-size: 16px;
  font-weight: 600;
}
.cart-products .product-name .variation {
  font-size: 14px;
  float: left;
  width: 100%;
}
.cart-products .product-name .variation .variation-Size {
  float: left;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
  font-weight: 400;
}
.cart-products .product-name .variation .variation-Size p {
  margin: 0;
}
.cart-page .alert-dismissible .btn-close {
  font-size: 10px;
  top: -4px;
}

.button-set-bottom .btn {
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  text-transform: none;
  font-weight: 400;
}

.cart-products .remove {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.cart-products .qtyField {
  width: 130px;
}
.cart-products .qtyField input {
  width: 50px;
  height: 37px;
  border: 1px solid #e6e6e6;
  border-right: 0;
  border-left: 0;
}
.cart-products .qtyField .qtyBtn {
  height: 37px;
  padding: 0;
  line-height: 35px;
  font-size: 15px;
  border: 1px solid #e6e6e6;
}

.cart-total {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e8e8e9;
  border-radius: 10px;
}
.cart-total h5 {
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}
.cart-total .border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-color: #e8e8e9 !important;
}
.cart-total .cart__subtotal {
  color: #0eb700;
}
.cart-total b {
  font-weight: 600;
}

.cart-col .box-content {
  border: 1px solid #e8e8e9;
  border-radius: 10px;
  padding: 30px;
}
.cart-col .box-content .form-control {
  height: 50px;
}
.cart-col .box-content h5 {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
  text-transform: none;
}
/* End Shopping Cart Page */

/*======================================================================
  15. Checkout Page
========================================================================*/
.checkout-style2 .form-label {
  margin-bottom: 0;
}
.checkout-style2 .form-control,
.checkout-style3 .form-control {
  height: 50px;
}
.checkout-style2 .block .title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
.order-summary {
  background-color: #eaeaea;
  padding: 30px;
  border-radius: 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
.order-summary.block .title {
  margin-bottom: 10px;
  padding-left: 0;
}
.order-summary.block .title:before {
  display: none;
}

.order-table .thumb {
  max-width: 80px;
  display: block;
}
.order-table .table {
  border-bottom-color: transparent;
}
.order-table .table th {
  border-bottom-color: #bbbbbb;
  border-bottom-width: 2px;
}
.order-table .table tfoot {
  border-bottom-color: #bbbbbb;
  border-bottom-width: 2px;
  border-top-color: #bbbbbb;
  border-top-width: 2px;
}
.order-table .table tfoot td {
  border: 0;
}

#ship-box-info,
#cbox_info {
  padding-left: 30px;
}

.checkout-style2 .block {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 30px;
}
.checkout-style2 textarea.form-control {
  height: 147px;
  padding: 10px;
}
.checkout-style2 .order-summary {
  background-color: #fff;
  border: 0;
  padding: 0;
}
.checkout-style2 .order-summary .title {
  font-size: 30px;
}
.checkout-style2 .order-table .table th {
  border-bottom-color: #eaeaea;
  border-bottom-width: 1px;
  border-top-color: #eaeaea;
  border-top-width: 1px;
}
.checkout-style2 .order-table .table td {
  border-bottom: 1px solid #eaeaea;
}
.checkout-style2 .order-table .table tfoot {
  border-bottom-color: #eaeaea;
  border-bottom-width: 1px;
  border-top-color: #eaeaea;
  border-top-width: 1px;
}
.checkout-style2 .sub-total {
  font-size: 18px;
  font-weight: 600;
}
.checkout-style2 .sub-total .price {
  font-size: 30px;
  font-weight: 700;
}

.checkout-style2 .block.apply-code {
  margin-top: 40px;
}

.delivery-methods ul {
  margin-bottom: 0;
}
.delivery-methods ul li {
  margin-bottom: 10px;
}

.create-ac-content li,
.cart_tearm {
  position: relative;
  padding-left: 20px;
}
.create-ac-content li input[type="radio"],
.cart_tearm .form-check-input {
  position: absolute;
  left: 0;
}
.create-ac-content li input[type="radio"] {
  top: 4px;
}

/*======================================================================
  16. Error Page
========================================================================*/
.error-404-content {
  background: url(../images/error-page.jpg) no-repeat;
  padding: 11% 0;
  background-size: cover;
}
.error-page #page-content {
  margin: 0;
  min-height: inherit;
}
.error-404-content h1 {
  color: #fff;
  font-size: 150px;
  font-weight: 700;
  margin: 0;
  line-height: 0.9;
}
.error-404-content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.error-404-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

/*======================================================================
  17. FAQ Page
========================================================================*/
.faq-page #page-content {
  margin-bottom: 0;
}
.faqs-section .accordion-item {
  border: 0 !important;
  border-bottom: 1px solid #dddedf !important;
  border-radius: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faqs-section .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
	padding: 0;
  text-transform: none;
}

.faqs-section .accordion-button:not(.collapsed) {
  color: #0eb700;
  box-shadow: none;
  background: transparent;
}
.faqs-section .accordion-button {
  background-color: transparent;
}
.faqs-section .accordion-item .accordion-button:after,
.faqs-section .accordion-button:not(.collapsed):after {
  display: none;
}
.faqs-section .accordion-body {
  padding: 15px 0;
}
.faqs-section.left {
  padding-right: 100px;
  border-right: 2px solid #0eb700;
}
.faqs-section.right {
  padding-left: 70px;
}

.help-section {
  border-top: 2px solid #0eb700;
}
.help-section .item .icon {
  color: #0eb700;
  font-size: 100px;
  text-align: center;
  line-height: normal;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 30px 10px;
}

/*======================================================================
  18. Login Page
========================================================================*/
.login-page #page-content {
  margin-bottom: 0;
}
.login-page-in .box .title {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.login-page-in .box .form-control {
  height: 60px;
  line-height: 60px;
}
.login-page-in .box-login {
}
.login-page-in {
}

/*======================================================================
  19. Wishlist Page
========================================================================*/
.wishlist-table table {
  font-size: 16px;
}
.wishlist-table table th {
  font-size: 18px;
}
.wishlist-table table th,
.wishlist-table table td {
  border-bottom-width: 2px;
  border-bottom-color: #eaeaea;
  padding: 20px;
}
.wishlist-table table .product-thumbnail {
  width: 140px;
}
.wishlist-table table .product-thumbnail a {
  width: 100px;
  display: block;
}
.wishlist-table table .product-remove {
  width: 40px;
}

/*======================================================================
  21. My Account Page
========================================================================*/
.nav-box {
  border: 1px solid #dddedf;
  border-radius: 10px;
  padding: 25px;
}
.nav-box .nav {
  margin: 0 -27px;
}
.dashboard-list li a {
  color: #303030;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 25px;
  margin-bottom: 2px;
}
.dashboard-list li a.active,
.dashboard-list li a:hover {
  color: #fff;
  background-color: #0eb700;
  position: relative;
}
/* .dashboard-list li a.active, .dashboard-list li a:hover { color:#fff; background: linear-gradient(90deg, #075a01, #0EB700); position: relative; } */
.dashboard-content h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px; /* text-transform:uppercase*/
  font-weight: 600;
  padding: 0;
}
.dashboard-content p {
  margin: 0;
}
.product-order .table thead th {
  font-size: 16px;
  padding: 15px 10px;
  font-weight: 600;
  border-bottom-width: 1px;
}
.product-order .table tbody tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 10px;
  border-bottom-width: 1px;
}
.product-order .table tbody tr td a:hover {
  text-decoration: underline;
}
.dashboard-content .billing-address {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0 10px;
}
.dashboard-content .address .view:hover {
  text-decoration: underline;
}
.product-order .alert-danger,
.mytickets-table .alert-danger {
  color: #d30a0c;
  border-color: #e5e5e5;
}
.product-order .alert-primary,
.mytickets-table .alert-primary {
  color: #0090ff;
  border-color: #e5e5e5;
}
.product-order .alert-warning,
.mytickets-table .alert-warning {
  color: #ff8a00;
  border-color: #e5e5e5;
}
.product-order .alert-success,
.mytickets-table .alert-success {
  color: #009c07;
  border-color: #e5e5e5;
}
.profile-form .form-control {
  font-size: 18px;
  height: 60px;
  line-height: normal;
  border: 2px solid #eaeaea;
  border-radius: 0.5rem;
}

/*======================================================================
  22. Product Detail Page
========================================================================*/
.products-single {
  /*background: url(../images/bg-ptrn1.png) repeat;*/
  padding: 90px 0;
}
.products-single .breadcrumb {
  margin-bottom: 30px;
}
.products-single .breadcrumb a,
.products-single .breadcrumb span {
  color: #232323;
}
.products-single .breadcrumb-item.active {
  color: #232323 !important;
}

.font-tabular-nums {
  font-variant-numeric: tabular-nums;
}

.product-details-img {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.product-details-img .product-zoom {
  overflow: hidden;
}

.product-details-img .product-zoom-right {
  position: relative;
  text-align: center;
}

.ZoomContainer {
  z-index: 1100 !important;
}

.ZoomContainer .zoomWindow {
  border-radius: 0.25rem;
  background-color: #fff;
}

.product-thumb-style1 {
  margin-top: 20px;
}

.tooltip-label {
  display: none;
}

.product-buttons {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
}

.product-buttons .btn {
  padding: 0.5rem;
  background: #0eb700;
  color: #ffffff;
  border-color: #0eb700;
}

.product-buttons .btn:hover {
  background-color: #0eb700;
  border-color: #0eb700;
  opacity: 0.8;
}

.product-single-detail {
  font-size: 16px;
  padding-left: 80px;
}
.product-single-detail .product-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-single-detail .product-review {
  font-size: 18px;
  font-weight: 500;
}
.product-single-detail .product-review i {
  color: #0eb700;
  font-size: 18px;
}
.product-single-detail .stock .inStock {
  color: #47ac02;
}

.product-single-detail .price-box {
  font-size: 24px;
  font-weight: 600;
}
.price-box {
  display: block;
  color: #0eb700;
}

.product-single-detail .sort-description {
  margin: 20px 0;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid #d6dbde;
  border-bottom: 1px solid #d6dbde;
  padding: 20px 0;
}
.product-single-detail .sort-description ul {
  list-style: none;
  margin: 10px 0;
}
.product-single-detail .sort-description .title {
  color: #303030;
  font-size: 18px;
}

.product-action .btn-icons .btn-link {
  color: #303030;
  font-size: 24px;
  padding: 0 10px;
}
.product-action .btn-icons .btn-link:hover {
  color: #0eb700;
}

.product-form .qtyField {
  width: 160px;
  border-radius: 5px;
  border: 1px solid #d7dde0;
  background-color: #fff;
}
.product-form .qtyField input {
  width: 76px;
  border: 0;
}
.product-form .qtyField .qtyBtn,
.product-form .qtyField .qty {
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 56px;
}
.product-form .qtyField .qtyBtn {
  border: 0;
  background-color: #fff;
  font-size: 16px;
  width: 40px;
  padding: 0;
  border-radius: 5px;
}

.product-form-submit {
  padding: 0 30px;
}
.product-form-submit .add-to-cart-btn {
  height: 60px;
  border-radius: 5px !important;
  font-size: 18px;
}

.product-form .btn-icons .btn {
  height: 60px;
  line-height: 30px;
  font-size: 26px;
  border-radius: 5px !important;
}

.product-single-detail .social-sharing .sharing-lbl {
  float: left;
  margin-top: 5px;
}
.product-single-detail .social-sharing a {
  font-size: 20px;
  margin-right: 5px;
  border: 0;
  height: 30px;
  width: 30px;
}

.product-single-detail .sku {
  font-size: 18px;
  font-weight: 500;
}
.product-single-detail .sku b {
  font-weight: 600;
}

.product-form {
  margin-bottom: 40px;
}

.tabs-section {
  padding: 90px 0;
}
.tabs-listing .tab-container {
  padding: 30px 0 0;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}
.product-tabs {
  border-bottom: 1px solid #e8e8e9;
}
.product-tabs li a {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0 25px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.product-tabs li.active a,
.product-tabs li:hover a {
  color: #0eb700;
}
.product-tabs li.active a:after {
  content: "";
  background-color: #0eb700;
  height: 1px;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
}
.product-tabs .product-description {
  font-size: 18px;
}

.tabs-listing #reviews input[type="text"] {
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 5px !important;
}
.tabs-listing #reviews textarea {
  height: 100px;
  border: 1px solid #eaeaea;
  border-radius: 5px !important;
}
.tabs-listing #reviews label {
  font-weight: 400;
}
.tabs-listing #reviews .review-list .detail {
  line-height: 22px;
}
.tabs-listing #reviews .review-list .detail small {
  font-size: 14px;
  color: #a2a2a2;
}

.product-page .product-slider {
  background-color: #f4f4f4;
}
.product-slider .section-title .title {
  padding-right: 60px;
}
.product-slider .section-title .title:after {
  display: none !important;
}
.productSlider.products-grid .item {
  margin-bottom: 0;
}

.related-products-section.product-slider .section-title .title {
  padding-right: 0;
}

.product-review i {
  color: #232323;
}
.tabs-listing .product-review i {
  color: #0eb700;
}

.recently-product .title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.recently-product .pro-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.recently-product .list-sidebar-products .product-review {
  margin: 0 !important;
}
.sidebar .recently-product.block .block-title h3 {
  padding-right: 60px;
}

.product-page .product-single-style4 .product-slider {
  background-color: #fff;
}

.product-affilate-page .product-form-submit {
  padding: 0;
}

.product-detail-container .product-form .swatch {
  width: 100%;
}
.product-form .swatch {
  margin-bottom: 30px;
}
.product-form .swatch .product-form__item {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.product-form__item {
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin-bottom: 10px;
  padding: 5px;
}
.product-form .swatch label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
  min-width: 80px;
}
.product-template__container label .slVariant {
  font-weight: 600;
}
.product-form .swatch .swatch-item {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}
.product-form .swatch .swatchInput + .swatchLbl.color.medium {
  width: 50px;
  height: 50px;
}
.product-form .swatch .swatchInput:checked + .swatchLbl {
  border: 0;
  box-shadow: 0 0 0 1px #dcdcdd, 0 0 0 4px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #dcdcdd, 0 0 0 4px #fff inset;
}
.product-form .swatch .swatchInput + .swatchLbl.color {
  width: 25px;
  min-width: 25px;
  padding: 0;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  cursor: pointer;
}
.product-form .swatch .swatchInput + .swatchLbl.large {
  width: 40px;
  height: 40px;
}
.product-form .swatch .swatchInput + .swatchLbl.large:not(.color) {
  line-height: 36px;
}
.product-form .swatch .swatchInput + .swatchLbl {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.product-form .swatch .swatchInput {
  display: none;
}
.product-form .swatch.size-option .swatchLbl {
  border: 1px solid #d7dde0;
  border-radius: 4px;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
}
.product-form .swatch.size-option .swatchInput:checked + .swatchLbl {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #0eb700;
}

.product-form .swatch .black {
  background-color: #000;
}
.product-form .swatch .white {
  background-color: #fff;
  border: 1px solid #ddd;
}
.product-form .swatch .red {
  background-color: #fe0000;
}
.product-form .swatch .blue {
  background-color: #0000fe;
}
.product-form .swatch .pink {
  background-color: #ffc1cc;
}
.product-form .swatch .gray {
  background-color: #818181;
}
.product-form .swatch .green {
  background-color: #027b02;
}
.product-form .swatch .orange {
  background-color: #fca300;
}
.product-form .swatch .yellow {
  background-color: #f9f900;
}

.swatch-element {
  position: relative;
}
.swatch-element:hover .tooltip-label {
  opacity: 1;
  top: -26px;
  visibility: visible;
}

.text-in-stock {
  color: #090;
  text-transform: uppercase;
  font-weight: 600;
}
.text-out-stock {
  color: #dd0101;
  text-transform: uppercase;
  font-weight: 600;
}

.mfp-bg {
  opacity: 0.9;
}
.mfpbox:not(.btn) {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
}
.mfpbox.mfpbox-img {
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  position: relative;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  display: block;
}
.mfpbox.mfpbox-img:before {
  content: "\f144";
  font-family: "capacity-bold";
  font-weight: 900;
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mfpbox .mfp-close {
  top: 10px;
  right: 10px;
  opacity: 1;
  color: #333;
  line-height: 30px;
  height: 30px;
  width: 30px;
}
.mfp-close {
  font-size: 28px !important;
}
.mfp-hide {
  display: none !important;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
}
@-webkit-keyframes ad-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ad-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ad-spin {
  animation: ad-spin 1.5s infinite linear;
  -webkit-animation: ad-spin 1.5s infinite linear;
}
@keyframes scaleimg {
  0%,
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.social-sharing a {
  font-size: 24px;
  line-height: 40px;
  color: #303030;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  float: left;
  margin-bottom: 0;
  margin-right: 12px;
}
.social-sharing a:hover {
  color: #0eb700;
}

.modalOverly {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1450;
  background-color: rgba(0, 0, 0, 0.8);
  -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
  -webkit-transition: filter 400ms, -webkit-filter 400ms;
}

/*======================================================================
  23. Pre-loader
========================================================================*/
#preloader {
  background-color: #1a2127;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*======================================================================
  24. Newsletter Popup Styles
========================================================================*/
#newsletter-modal {
  text-align: center;
  width: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  color: #111;
  margin: 0 auto;
  z-index: 444;
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
}
#newsletter-modal .newsltr-text {
  padding: 0;
}
#newsletter-modal .newsltr-text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
#newsletter-modal .newsltr-text h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 25px;
  letter-spacing: 0;
}
#newsletter-modal .newsltr-text h2 span {
  color: #0eb700;
}
#newsletter-modal .newsltr-text .input-group input {
  font-size: 16px;
  margin: 0;
  height: 50px;
  padding: 0 140px 0 15px;
  border-radius: 4px;
}
#newsletter-modal .newsltr-text p.sub-text {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#newsletter-modal .checkboxlink {
  font-size: 12px;
  cursor: pointer;
  margin-top: 30px !important;
}
#newsletter-modal .checkboxlink label {
  opacity: 0.5;
  cursor: pointer;
}
#newsletter-modal .wraptext {
  margin: 0 auto;
}
#newsletter-modal .btn {
  position: absolute;
  right: 0;
  font-weight: 600;
  font-size: 15px;
  height: 50px;
}
#newsletter-modal.style1 {
  max-width: 500px;
}
.mfp-ready #newsletter-modal {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}
#newsletter-modal .mfp-close {
  color: #fff;
  font-size: 15px !important;
  opacity: 0.8;
}
#newsletter-modal .mfp-close:before {
  content: "\f00d";
  font-family: "capacity-bold";
  font-weight: 900;
}
#newsletter-modal .newsltr-img img {
  height: auto;
}
.newsletter-detail {
  color: #fff;
  padding: 25px;
  text-align: center;
  background-color: #1a2127;
}
.newsletter-detail .form-check-input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-top: 3px !important;
  cursor: pointer;
}

/* ================================= OPCIONES ================================= */

.contenedor-opciones {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

#contenedor-upgrades,
#contenedor-opcionales {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.opcion-item {
  display: flex;
  justify-content: space-between;
  background: #efefef;
  border: 2px solid transparent;
  padding: 0.5rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  margin: 0;
  cursor: pointer;
}

.opcion-item .radio-item {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.opcion-item:has(.radio-item:checked) {
  background: #fff;
  border: 2px solid #0eb700;
}

.opcion-item-check {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0003;
  padding: 0.125rem;
  border-radius: 50%;
  aspect-ratio: 1;
  align-self: start;
  transition: background 0.125s ease-in-out;
}

.opcion-item-check .icon-sm {
  opacity: 0;
  color: #fff;
  transition: opacity 0.125s ease-in-out;
}

.opcion-item:has(.radio-item:checked) .opcion-item-check {
  border-color: #0eb700;
  background: #0eb700;
}

.opcion-item:has(.radio-item:checked) .opcion-item-check .icon-sm {
  opacity: 1;
}

/* ================================= OPCIONES COLOR ================================= */

.opcion-color {
  --color: #fff;
  height: 36px;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100%;
  margin: 0;
  background: var(--color);
  border: 2px solid transparent;
  cursor: pointer;
}

.opcion-color:has(.radio-color:checked) {
  border: 2px solid #fff;
  box-shadow: 0 0.1rem 0.2rem #0002, 0 0.2rem 0.3rem #0002;
}

.opcion-color .radio-color {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

/* ====================================================================== */

.border-green {
  border: 6px solid #0eb700;
}

.product-zoom .zoompro {
  height: 320px;
  object-fit: contain;
  width: 100%;
}

.label_form {
  font-size: 14px;
  font-weight: 600;
}

input.input_error {
  border-color: red;
}

label.input_error {
  color: red;
}

.line-height-fix {
  line-height: 1 !important;
}

.underline_btn {
  border: none;
  color: #0eb700;
  font-weight: 700;
  border-bottom: 2px solid #0eb7008a;
  padding: 0;
  height: 30px;
  line-height: 1;
}

.underline_btn:hover {
  border-color: #0eb700;
}

.td_btn_txt {
  width: 130px;
}

.row.campo-titulo.alertas {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.img_rounded {
  border-radius: 4px !important;
  padding: 0 !important;
  border-color: transparent !important;
  overflow: hidden !important;
}
