@font-face {
  font-family: "BrandonGrotesqueBlack";
  src: url("/fonts/BrandonGrotesque-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

:root {
  --main-red: #c00e1a;
  --main-blue: #005490;
  --main-yellow: #e3de00;
  --main-dark-yellow: #c8d200;
  --main-gray: #b0b0b0;
  --main-light-gray: #f1f1f1;
  --main-dark-gray: #3b3b40;
}

html,
body {
  /* max-width: 100vw;
    height: 100vw; */
  font-family: "BrandonGrotesqueBlack", sans-serif !important;
  background: none;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 500;
  font-family: "BrandonGrotesqueBlack", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  color: #7b7b7b;
  font-weight: 400;
  line-height: 1.6;
  font-family: "BrandonGrotesqueBlack", sans-serif;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

/* scroll bar */
.cd-cart-items::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.cd-cart-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

.cd-cart-items::-webkit-scrollbar-thumb {
  background: var(--main-blue);
}

/* .cd-cart-items::-webkit-scrollbar-thumb:hover {
  background: #b30000;
} */

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/* @font-face {
    font-family: "FuturaBT-Book";
    src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FuturaBT-Book.woff") format("woff"),
        url("../fonts/FuturaBT-Book.ttf") format("truetype"),
        url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg");
    font-weight: normal;
    font-style: normal;
} */

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
  color: #1e1e1e;
  font-size: 40px;
  font-weight: 700;
}

.section-title h2:first-letter {
  text-transform: capitalize;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.spad {
  /* padding-top: 50px; */
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */

.primary-btn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
}

.site-btn {
  color: #1e1e1e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 40px;
  border: 2px solid #1e1e1e;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

.elements-section {
  padding-top: 100px;
}

.el-title {
  margin-bottom: 75px;
}

.element {
  margin-bottom: 100px;
}

.element:last-child {
  margin-bottom: 0;
}

/*---------------------
  Header
-----------------------*/

.header-section {
  height: 90px;
  /* padding-top: 14px;
    padding-bottom: 14px; */
  /* padding-left: 10px; */
  padding-right: 45px;
  position: fixed;
  background-color: var(--main-blue);
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
}

.right-section {
  height: 90px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}

.right-section img {
  height: 50px;
}

.right-section span {
  color: #fff;
  /* font-weight: bold; */
  font-size: 12px;
}

.header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding-bottom: 8px;
  cursor: pointer;
}

.header-item.account {
  background-color: var(--main-blue);
  position: relative;
}

.header-item.account ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 90px;
  right: 0;
  display: none;
  box-shadow: 1px 3px 12px -5px rgba(0, 0, 0, 0.75);
  border-top: none;
  border-bottom: none;
  background-color: white;
  width: 200px;
  text-align: center;
  padding: 0 20px;
}

.header-item.account ul li {
  padding: 10px 20px;
  list-style: none;
}

/* .header-item.account ul li:hover {
    background-color: var(--main-red);
} */

/* .header-item.account ul li:hover a {
    color: white;
} */

.header-item.account ul li a {
  font-size: 0.9em;
  text-decoration: none;
  color: black;
}

.header-item.account:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

.header-item.cart {
  background-color: var(--main-dark-yellow);
  position: relative;
}

.header-item.cart .cantidadCarrito {
  font-size: 13px;
  color: white;
  width: 20px;
  height: 20px;
  background: var(--main-blue);
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  /* font-weight: 600; */
  position: absolute;
  right: 27px;
  top: 11px;
}

/* .header-section .logo img {
    height: 70px;
    top: 0;
    position: absolute;
} */

.inner-header .logo {
  float: left;
}

.inner-header .header-right {
  float: right;
  line-height: 30px;
  padding-top: 18px;
}

.inner-header .header-right img {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

.inner-header .header-right a {
  display: inline-block;
  position: relative;
}

.inner-header .header-right a img {
  margin-right: 0;
  margin-left: 4px;
}

.inner-header .header-right a span {
  font-size: 15px;
  color: white;
  width: 22px;
  height: 22px;
  border: 2px solid #d0d7db;
  background: red;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  position: absolute;
  left: -12px;
  top: 8px;
}

.inner-header .user-access {
  float: right;
  margin-right: 100px;
}

.inner-header .user-access a {
  color: #1e1e1e;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  line-height: 42px;
}

.inner-header .user-access a.in {
  color: #838383;
  margin-left: 15px;
  position: relative;
}

.inner-header .user-access a.in::before {
  position: absolute;
  left: -13px;
  top: 1px;
  color: #1e1e1e;
  content: "/";
}

.inner-header .main-menu {
  float: right;
  margin-right: 25px;
}

.inner-header .main-menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.inner-header .main-menu ul li a {
  color: #ed1b24;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  line-height: 42px;
}

.inner-header .main-menu ul li a.active:after {
  opacity: 1;
}

.inner-header .main-menu ul li a:hover:after {
  opacity: 1;
}

.inner-header .main-menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 2px;
  background: #ed1b24;
  content: "";
  opacity: 0;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-header .main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.inner-header .main-menu ul li .sub-menu {
  position: absolute;
  list-style: none;
  width: 220px;
  left: 0;
  top: 100%;
  padding: 20px 0;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  background: #fff;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
}

.inner-header .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}

.inner-header .main-menu ul li .sub-menu li a {
  display: block;
  color: #ed1b24;
  margin-right: 0;
  padding: 0px 20px;
  font-size: 14px;
  line-height: 2.3;
}

.inner-header .main-menu ul li .sub-menu li a:after {
  display: none;
}

.slicknav_menu {
  display: none;
}

#boxCategorias {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  /* overflow-x: scroll; */
  margin-top: 90px;
  position: absolute;
  right: 0;
  left: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
}

#boxCategorias::-webkit-scrollbar {
  height: 0 !important;
}

#boxCategorias .categoria.active {
  background-color: var(--main-dark-yellow);
  color: white;
}

#boxCategorias .categoria {
  text-align: center;
  font-size: 12px;
  width: 180px;
  padding: 12px;
  clear: both;
  white-space: nowrap;
  cursor: pointer;
}

#boxCategorias .categoria:hover {
  background-color: var(--main-dark-yellow);
  color: white;
}

#boxCategorias .categoria:first-child {
  color: var(--main-dark-gray);
}

#boxCategorias .categoria svg {
  height: 50px;
  width: 50px;
}

#boxCategorias img {
  max-height: 40px;
}

#ShowCategorias {
  position: fixed;
  top: 0;
  max-height: calc(100vh - 182px);
  max-width: 70vw;
  margin-top: 182px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  left: -70vw;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

#ShowCategorias.speed-in {
  left: 0;
}

/*---------------------
  Search Bar
-----------------------*/

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: none;
  color: #999;
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 6px;
  font-size: 26px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 300;
}

/*---------------------
  Header Info
-----------------------*/

.header-info {
  background: #ed1b24;
  overflow: hidden;
  padding: 10px 45px;
  margin-top: 183px;
}

.header-info .header-item {
  overflow: hidden;
}

.header-info .header-item img {
  display: inline-block;
  margin-right: 13px;
}

.header-info .header-item p {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  top: 3px;
}

/*---------------------
  Hero Slider
-----------------------*/

.hero-items .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  text-align: center;
}

.hero-items .owl-dots button {
  display: inline-block;
  height: 11px;
  width: 11px;
  background: #969d9e;
  border-radius: 50%;
  margin-right: 9px;
}

.hero-items .owl-dots button.active {
  background: #1e1e1e;
}

.hero-items .owl-nav button[type="button"] {
  display: inline-block;
  height: 68px;
  width: 68px;
  background: #b0bcc2;
  font-size: 35px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 60px;
  top: calc(50vh - 120px);
}

.hero-items .owl-nav button[type="button"].owl-next {
  left: auto;
  right: 60px;
}

.single-slider-item {
  padding: 0;
  text-align: center;
  height: 100%;
}

.single-slider-item h1 {
  color: #fff;
  font-size: 110px;
  font-weight: 700;
  line-height: 85px;
}

.single-slider-item h2 {
  color: #fff;
  font-size: 96px;
  font-weight: 400;
  margin-bottom: 28px;
}

.single-slider-item .primary-btn,
.single-slider-item h1,
.single-slider-item h2 {
  position: relative;
  top: 50px;
  opacity: 0;
}

.hero-items .owl-item.active .single-slider-item h1,
.hero-items .owl-item.active .single-slider-item h2,
.hero-items .owl-item.active .single-slider-item .primary-btn {
  top: 0;
  opacity: 1;
}

.hero-items .owl-item.active .single-slider-item h1 {
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}

.hero-items .owl-item.active .single-slider-item h2 {
  -webkit-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.hero-items .owl-item.active .single-slider-item .primary-btn {
  -webkit-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}

/*---------------------
  Features Section
-----------------------*/

.features-section {
  padding-bottom: 0;
}

.features-ads {
  padding-bottom: 0;
}

.features-ads .single-features-ads {
  text-align: center;
  margin-bottom: 30px;
}

.features-ads .single-features-ads.first {
  margin-top: 39px;
}

.features-ads .single-features-ads.second {
  margin-top: 8px;
}

.features-ads .single-features-ads img {
  margin-bottom: 15px;
}

.features-ads .single-features-ads h4 {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
}

.features-ads .single-features-ads p {
  color: #727272;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
}

.features-box .single-box-item {
  position: relative;
}

.features-box .single-box-item.first-box {
  margin-bottom: 35px;
}

.features-box .single-box-item.first-box .box-text {
  position: absolute;
  right: 60px;
  top: 106px;
}

.features-box .single-box-item.first-box .box-text .trend-alert {
  color: #1e1e1e;
  display: block;
  font-size: 22px;
  font-family: "FuturaBT-Book";
  letter-spacing: 2px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.features-box .single-box-item.first-box .box-text .primary-btn {
  border-color: #d0d7db;
  color: #1e1e1e;
}

.features-box .single-box-item.second-box {
  margin-bottom: 35px;
}

.features-box .single-box-item.second-box .box-text {
  position: absolute;
  left: 56px;
  top: 150px;
}

.features-box .single-box-item.second-box .box-text .trend-year {
  color: #fff;
  opacity: 1;
}

.features-box .single-box-item.second-box .box-text .trend-alert {
  color: #5b5b5b;
  display: inline-block;
  font-size: 16px;
  font-family: "FuturaBT-Book";
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 45px;
}

.features-box .single-box-item.large-box .box-text {
  position: absolute;
  left: 125px;
  top: 60px;
}

.features-box .single-box-item.large-box .box-text .trend-year {
  color: #838383;
  opacity: 1;
}

.features-box .single-box-item.large-box .box-text h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 56px;
}

.features-box .single-box-item.large-box .box-text .trend-alert {
  color: #5b5b5b;
  display: inline-block;
  font-size: 22px;
  font-family: "FuturaBT-Book";
  letter-spacing: 2px;
  line-height: 36px;
  text-transform: uppercase;
}

.features-box .single-box-item img {
  min-width: 100%;
}

.features-box .single-box-item .box-text .trend-year {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 700;
  opacity: 0.32;
  display: inline-block;
}

.features-box .single-box-item .box-text h2 {
  color: #1e1e1e;
  font-size: 48px;
  font-weight: 600;
  line-height: 38px;
}

/*---------------------
  Latest Product
-----------------------*/

.latest-products {
  padding-top: 55px;
  padding-bottom: 55px;
}

/* .product-filter {
    margin-bottom: 50px;
} */

.product-filter .section-title {
  margin-bottom: 20px;
}

.product-filter .product-controls li {
  list-style: none;
  display: inline-block;
  color: #838383;
  font-size: 14px;
  margin-right: 42px;
  font-weight: 500;
  cursor: pointer;
}

.product-filter .product-controls li.mixitup-control-active {
  color: #1e1e1e;
}

.product-filter .product-controls li:hover {
  color: #1e1e1e;
}

.product-filter .product-controls li:last-child {
  margin-right: 0;
}

.single-product-item {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ddd;
}

.single-product-item figure {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.single-product-item figure .p-status {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 5px 16px;
  font-size: 12px;
  background: #1e1e1e;
  color: #fff;
  border-radius: 50px;
}

.single-product-item figure .p-status.sale {
  background: #fe439f;
}

.single-product-item figure .p-status.popular {
  background: #d0d7db;
}

.single-product-item .product-text {
  text-align: center;
}

.single-product-item .product-text h6 {
  color: #727272;
  margin-bottom: 15px;
}

.single-product-item .product-text p {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

/*---------------------
  Lookbok Section
-----------------------*/

.lookbok-left {
  padding-top: 105px;
}

.lookbok-left .section-title {
  margin-bottom: 30px;
}

.lookbok-left .section-title h2 {
  line-height: 50px;
}

.lookbok-left p {
  color: #787878;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 40px;
}

.lookbok-left .primary-btn.look-btn {
  background-color: #b0bcc2;
}

.lookbok-pic {
  position: relative;
}

.lookbok-pic img {
  min-width: 100%;
  height: 100%;
}

.lookbok-pic .pic-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 135px;
  color: #fff;
  font-weight: 600;
  line-height: 97px;
}

/*---------------------
  Logo Section
-----------------------*/

.logo-section {
  padding: 70px 120px;
}

.logo-section .logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  opacity: 0.1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.logo-section .logo-item:hover {
  opacity: 1;
}

.logo-section .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
  background: var(--main-blue);
  padding-bottom: 0;
}

.footer-section p {
  margin: 3px 0;
}

.newslatter-form form {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.newslatter-form form input {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  height: 53px;
  background: white;
  color: #29539f;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}

.newslatter-form form button {
  width: 310px;
  height: 53px;
  background: var(--main-dark-yellow);
  border: 2px solid var(--main-dark-yellow);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 0.25rem 0.25rem 0;
  position: absolute;
  right: 0;
}

.newslatter-form form button:hover {
  background: var(--main-yellow);
  border: 2px solid var(--main-yellow);
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget .single-footer-widget {
  margin-bottom: 30px;
}

.footer-widget .single-footer-widget h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 44px;
}

.footer-widget .single-footer-widget ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  line-height: 36px;
  opacity: 0.5;
}

/* .social-links {
  display: flex;
  gap: 30px;
  padding-top: 40px;
  justify-content: flex-end;
}

.social-links-warp {
  background: #29539f;
  text-align: center;
}

.social-links a {
  display: inline-block;
}

.social-links a:last-child {
  margin-right: 0;
} */

.social-links {
  display: flex;
  justify-content: space-evenly;
}

.social-links a i {
  font-size: 30px;
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* .social-links a span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */

.social-links a:hover span {
  color: #ddd;
}

#formnewletter {
  padding-bottom: 40px;
}

/*---------------------------- Other Pages Styles ----------------------------*/

/*---------------------
  Page Add
-----------------------*/

.page-add {
  padding-top: 31px;
  margin-bottom: 40px;
}

.page-add .page-breadcrumb {
  padding-top: 34px;
}

.page-add .page-breadcrumb h2 {
  color: #1e1e1e;
  font-size: 48px;
  font-weight: 600;
}

.page-add .page-breadcrumb h2 span {
  color: #b0bcc2;
}

.page-add .page-breadcrumb a {
  color: #838383;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 6px;
  position: relative;
}

.page-add .page-breadcrumb a.active {
  color: #1e1e1e;
}

.page-add .page-breadcrumb a:last-child:after {
  display: none;
}

.page-add .page-breadcrumb a:after {
  position: absolute;
  top: 1px;
  right: -5px;
  content: "/";
}

/*---------------------
  Categories Page
-----------------------*/

.categories-controls {
  margin-bottom: 45px;
}

.categories-controls .categories-filter .cf-left {
  float: left;
}

.categories-controls .categories-filter .cf-left .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  position: relative;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #838383;
}

.categories-controls .categories-filter .cf-left .nice-select:before {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #838383;
  content: "";
}

.categories-controls .categories-filter .cf-left .nice-select:after {
  height: 9px;
  right: 2px;
  top: 46%;
  width: 9px;
}

.categories-controls .categories-filter .cf-left .nice-select .list {
  border-radius: 0;
  margin-top: -8px;
}

.categories-controls .categories-filter .cf-right {
  float: right;
  line-height: 30px;
}

.categories-controls .categories-filter .cf-right span {
  color: #838383;
  font-size: 12px;
  font-weight: 500;
  margin-right: 24px;
}

.categories-controls .categories-filter .cf-right a {
  color: #838383;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
}

.categories-controls .categories-filter .cf-right a.active:after {
  opacity: 1;
}

.categories-controls .categories-filter .cf-right a:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categories-controls .categories-filter .cf-right a:hover:after {
  opacity: 1;
}

.categories-controls .categories-filter .cf-right a:last-child {
  margin-right: 0;
}

.categories-page {
  padding-top: 0;
}

.categories-page .single-product-item figure {
  position: relative;
  z-index: 1;
}

.categories-page .single-product-item figure:hover:after {
  opacity: 0.48;
}

.categories-page .single-product-item figure:hover .hover-icon {
  opacity: 1;
  visibility: visible;
}

.categories-page .single-product-item figure:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categories-page .single-product-item figure .p-status {
  z-index: 99;
}

.categories-page .single-product-item figure .hover-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 1px;
  padding: 30px;
}

.categories-page .single-product-item .product-text {
  text-align: left;
  display: block;
}

.categories-page .single-product-item .product-text a {
  display: block;
}

.more-product {
  margin-top: 16px;
}

.more-product .primary-btn {
  color: #242424;
  border-color: #d0d7db;
  font-weight: 700;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

/*---------------------
  Product Page
-----------------------*/

.product-control {
  margin-bottom: 53px;
}

.product-control a {
  color: #838383;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 25px;
}

.product-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 34px;
  text-align: center;
}

.product-slider .owl-dots button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 11px;
  width: 11px;
  background: #969d9e;
  border-radius: 50%;
  margin-right: 10px;
}

.product-slider .owl-dots button:last-child {
  margin-right: 0;
}

.product-slider .owl-dots button.active {
  background: #ffffff;
}

.product-img figure {
  margin: 0;
  position: relative;
}

.product-img figure img {
  min-width: 100%;
}

.product-img figure .p-status {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 3px 16px;
  font-size: 12px;
  background: #1e1e1e;
  color: #fff;
  border-radius: 50px;
}

.product-content {
  padding-top: 42px;
}

.product-content h2 {
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 12px;
}

.product-content .pc-meta {
  margin-bottom: 35px;
}

.product-content .pc-meta h5 {
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 18px;
}

.product-content .pc-meta .rating i {
  font-size: 20px;
  color: #ffd200;
  margin-right: 4px;
}

.product-content p {
  color: #838383;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 35px;
}

.product-content .tags {
  margin-bottom: 52px;
}

.product-content .tags li {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  list-style: none;
}

.product-content .tags li span {
  color: #838383;
}

.product-content .product-quantity {
  display: inline-block;
  margin-right: 10px;
}

.product-content .product-quantity .pro-qty {
  height: 56px;
  width: 173px;
  border: 2px solid #eef1f2;
  border-radius: 50px;
  text-align: center;
}

.product-content .product-quantity .pro-qty input {
  width: 50px;
  text-align: center;
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: "BrandonGrotesqueBlack", sans-serif;
  font-weight: 700;
  height: 100%;
}

.product-content .product-quantity .pro-qty .qtybtn {
  color: #838383;
  cursor: pointer;
  font-size: 18px;
  font-family: "BrandonGrotesqueBlack", sans-serif;
  font-weight: 700;
  padding: 16px 0;
}

.product-content .pc-btn {
  border-color: #d0d7db;
  color: #4a4a4a;
}

.product-content .p-info {
  margin-top: 75px;
}

.product-content .p-info li {
  display: inline-block;
  list-style: none;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  margin-right: 28px;
  cursor: pointer;
}

/*---------------------
  Related Products
-----------------------*/

.related-product {
  padding-top: 95px;
  padding-bottom: 65px;
}

.related-product .section-title {
  margin-bottom: 60px;
}

/*---------------------
  Cart Page
-----------------------*/

.page-add.cart-page-add {
  margin-bottom: 34px;
}

.cart-table {
  margin-bottom: 28px;
}

.cart-table table {
  width: 100%;
}

.cart-table table thead {
  border-bottom: 2px solid #d0d7db;
}

.cart-table table thead tr th {
  color: #838383;
  font-size: 12px;
  font-weight: 500;
  padding: 16px 0;
}

.cart-table table tbody td {
  margin-top: 15px;
}

.cart-table table .product-h {
  text-align: left;
}

.cart-table table .quan {
  padding-left: 30px;
}

.cart-table table .product-col {
  display: table;
}

.cart-table table .product-col img {
  max-width: 70px;
}

.cart-table table .product-col .p-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 15px;
}

.cart-table table .product-col .p-title h5 {
  color: #1e1e1e;
  font-weight: 600;
}

.cart-table table .price-col {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  width: 14%;
  padding-right: 15px;
}

.cart-table table .quantity-col {
  width: 28%;
}

.cart-table table .quantity-col .pro-qty,
.pro-qty {
  height: 56px;
  width: 130px;
  border: 2px solid #eef1f2;
  border-radius: 50px;
  text-align: center;
}

.cart-table table .quantity-col .pro-qty input,
.pro-qty input {
  width: 50px;
  text-align: center;
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: "BrandonGrotesqueBlack", sans-serif;
  font-weight: 700;
  height: 100%;
}

.cart-table table .quantity-col .pro-qty .qtybtn,
.pro-qty .qtybtn {
  color: #838383;
  cursor: pointer;
  font-size: 18px;
  font-family: "BrandonGrotesqueBlack", sans-serif;
  font-weight: 700;
  padding: 16px 0;
}

.cart-table table .total {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  width: 16%;
}

.cart-table table .product-close {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  width: 6%;
  cursor: pointer;
}

.cart-btn {
  background: #f9fbfb;
  padding: 25px;
}

.cart-btn .coupon-input {
  padding-left: 35px;
}

.cart-btn .coupon-input input {
  height: 57px;
  width: 460px;
  border: none;
  border-bottom: 2px solid #d0d7db;
  background: transparent;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
}

.cart-btn .coupon-input input::-webkit-input-placeholder {
  color: #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-btn .coupon-input input::-moz-placeholder {
  color: #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-btn .coupon-input input:-ms-input-placeholder {
  color: #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-btn .coupon-input input::-ms-input-placeholder {
  color: #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-btn .coupon-input input::placeholder {
  color: #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-btn .site-btn.clear-btn {
  color: #4a4a4a;
  border-color: #d0d7db;
  margin-right: 5px;
}

.cart-btn .site-btn.update-btn {
  margin-right: 35px;
}

.shopping-method {
  padding-top: 0;
  padding-bottom: 0;
}

.shipping-info {
  overflow: hidden;
  margin-bottom: 45px;
}

.shipping-info h5 {
  color: #1e1e1e;
  margin-bottom: 50px;
}

.shipping-info .cs-item {
  float: left;
  margin-right: 126px;
}

.shipping-info .cs-item.last {
  margin-right: 0;
}

.shipping-info .cs-item input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.shipping-info .cs-item label {
  color: #838383;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 26px;
  cursor: pointer;
  position: relative;
}

.shipping-info .cs-item label:after {
  position: absolute;
  left: 0;
  top: 3px;
  height: 15px;
  width: 15px;
  border: 2px solid #d0d7db;
  border-radius: 50%;
  content: "";
}

.shipping-info .cs-item label.active {
  color: #1e1e1e;
}

.shipping-info .cs-item label.active:after {
  border-color: #1e1e1e;
  background: #1e1e1e;
}

.shipping-info .cs-item label span {
  color: #838383;
  display: block;
  font-size: 12px;
  text-transform: none;
  margin-top: 9px;
  position: relative;
  cursor: text;
}

.shipping-info .cs-item label span:after {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 136px;
  border-bottom: 2px solid #d6d6d6;
  content: "";
}

.total-info .total-table {
  margin-bottom: 72px;
}

.total-info .total-table table {
  width: 100%;
}

.total-info table tr th {
  color: #838383;
  font-size: 12px;
  font-weight: 500;
  padding: 16px 0;
}

.total-info table tr td {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  padding-top: 22px;
}

.total-info table tr .total {
  width: 26%;
}

.total-info table tr .total-cart {
  text-align: right;
  padding-right: 26px;
}

.total-info table tr .sub-total {
  padding-left: 8px;
}

.total-info table tr .shipping {
  padding-left: 12px;
}

.total-info table tr .total-cart-p {
  padding-right: 40px;
  text-align: right;
}

.total-info .primary-btn.chechout-btn {
  border-color: #1e1e1e;
  color: #1e1e1e;
}

/*---------------------
  Cart Total Page 
-----------------------*/

.cart-total-page.spad {
  padding: 0;
}

.checkout-form h3 {
  color: #1e1e1e;
  margin-bottom: 75px;
  padding-bottom: 14px;
  border-bottom: 2px solid #d0d7db;
}

.checkout-form .in-name {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-top: 18px;
}

.checkout-form input[type="text"] {
  width: 100%;
  border: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #e7ebed;
  color: #838383;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 32px;
}

.checkout-form .cart-select {
  margin-bottom: 35px;
}

.checkout-form .cart-select.country-usa {
  font-size: 16px;
  font-weight: 500;
}

.checkout-form .nice-select {
  border-radius: 0;
  border: none;
  font-size: 12px;
  color: #838383;
  height: 37px;
  width: 100%;
  border-bottom: 2px solid #e7ebed;
}

.checkout-form .nice-select:after {
  display: none;
}

.checkout-form .nice-select .list {
  margin-top: 3px;
  width: 100%;
  border-radius: 0;
}

.checkout-form .nice-select .option {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 14px;
}

.checkout-form .diff-addr {
  margin-top: 12px;
}

.checkout-form .diff-addr input {
  width: auto;
  border: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.checkout-form .diff-addr input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.checkout-form .diff-addr label {
  color: #838383;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding-left: 26px;
  position: relative;
}

.checkout-form .diff-addr label.active:after {
  border-color: #1e1e1e;
}

.checkout-form .diff-addr label:after {
  position: absolute;
  left: 0;
  top: 1px;
  height: 15px;
  width: 15px;
  border: 2px solid #d0d7db;
  border-radius: 50%;
  content: "";
}

.order-table {
  background: #f9fbfb;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
}

.order-table .cart-item {
  overflow: hidden;
  margin-bottom: 25px;
}

.order-table .cart-item span {
  display: inline-block;
  color: #838383;
  font-size: 12px;
  font-weight: 600;
}

.order-table .cart-item p {
  display: inline-block;
  float: right;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.order-table .cart-item p.product-name {
  font-size: 14px;
  font-weight: 600;
}

.order-table .cart-total {
  overflow: hidden;
  padding-top: 20px;
  border-top: 2px solid #d0d7db;
  margin-top: 110px;
}

.order-table .cart-total span {
  display: inline-block;
  color: #838383;
  font-size: 12px;
  font-weight: 600;
}

.order-table .cart-total p {
  display: inline-block;
  float: right;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* .payment-method {
  padding-top: 22px;
} */

.payment-method h3 {
  margin-bottom: 0;
  padding-bottom: 18px;
}

.payment-method ul {
  margin-bottom: 56px;
}

.payment-method ul li {
  color: #838383;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 25px;
}

.payment-method ul li img {
  margin-left: 20px;
}

.payment-method ul li label {
  cursor: pointer;
  position: relative;
}

.payment-method ul li label.active:after {
  border-color: #1e1e1e;
}

.payment-method ul li label:after {
  position: absolute;
  right: -35px;
  top: 4px;
  height: 15px;
  width: 15px;
  border: 2px solid #d0d7db;
  border-radius: 50%;
  content: "";
}

.payment-method ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.payment-method button {
  color: #1e1e1e;
  background: transparent;
  border: none;
  font-weight: 600;
  width: 100%;
  padding: 16px;
  border: 2px solid #1e1e1e;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
}

/*---------------------
  Cart Total Page 
-----------------------*/

.contact-section {
  padding-bottom: 20px;
}

.contact-form input {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #838383;
  border: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid #e7ebed;
  margin-bottom: 25px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--main-gray);
  font-style: italic;
  font-weight: normal;
}

.contact-form textarea {
  width: 100%;
  border-bottom: 2px solid #e7ebed;
  font-size: 12px;
  font-weight: 600;
  color: #838383;
  border-left: 0;
  height: 215px;
  border-right: 0;
  border-top: 0;
  resize: none;
  margin-bottom: 40px;
}
.contact-form button {
  border: none;
  font-size: 14px;
  font-weight: normal;
  padding: 16px 50px;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
}

.contact-form button.inactivo {
  background: var(--main-gray);
  color: white;
  border: 2px solid var(--main-gray);
}

.contact-form button.activo {
  color: var(--main-light-gray);
  background: var(--main-blue);
  border: 2px solid var(--main-blue);
}

/* .contact-form button:hover {
    transition: all .3s ease;
    color: #ed1b24;
    background: white;
} */

.contact-widget .cw-item h5 {
  color: #1e1e1e;
  font-weight: 600;
}

.contact-widget .cw-item ul li {
  color: #838383;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  line-height: 28px;
}

.map {
  padding-top: 50px;
}

.map iframe {
  width: 100%;
}

.myButton {
  background: linear-gradient(to bottom, #ed1b24 5%, #ed1b24 100%);
  background-color: #ed1b24;
  border-radius: 5px;
  border: 2px solid #d83526;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 5px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}

.myButton:hover {
  background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
  background-color: #ce0100;
}

.myButton:active {
  position: relative;
  top: 1px;
}

#tablemobile {
  display: none;
}

#busquedaProductos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#inpnewletter::placeholder {
  color: var(--main-gray) !important;
  font-weight: normal;
}

.float {
  right: 20px;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  background-color: #25d366;
  color: #fff !important;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 95px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  right: 20px;
}

.my-float {
  margin-top: 16px;
}

.float:hover,
.float2:hover {
  transform: scale(1.3);
  transition: all 0.5s;
}

#badge {
  font-size: 13px;
  color: white;
  width: 22px;
  height: 22px;
  border: 2px solid #d0d7db;
  background: red;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  position: absolute;
  left: 5px;
  top: 7px;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(245, 245, 245);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1001;
}

.logopreloader {
  height: 100px;
}

.loading-bar {
  width: 200px;
  height: 2px;
  background: #cfcfcf;
  margin-top: 22px;
  position: relative;
  overflow: hidden;
}

.loading-bar::before {
  content: "";
  width: 68px;
  height: 2px;
  background: var(--main-blue);
  position: absolute;
  left: -34px;
  animation: redbar 1.5s infinite ease;
}

@keyframes redbar {
  50% {
    left: 160px;
  }
}

/* ---------------------------------- Responsive Media Styles ---------------------------------*/
/* @media all and (min-width: 768px) and (max-width: 820px) {
  #social-links-container {
      align-content: center;
  }
} */

@media only screen and (max-width: 820px) {
  #busquedaProductos {
    flex-direction: column;
  }

  #tablemobile {
    display: block;
  }

  #tabledesktop {
    display: none;
  }

  .header-info .col-md-4 {
    text-align: center !important;
  }

  .header-info img {
    margin: auto !important;
    text-align: center !important;
  }

  #formnewletter {
    padding-top: 40px;
  }

  /* .social-links {
    padding-top: 0;
    justify-content: center;
  } */
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
  .inner-header .user-access {
    float: right;
    margin-right: 200px;
  }
  .inner-header .main-menu {
    float: right;
    margin-right: 238px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
  .inner-header .user-access {
    margin-right: 60px;
  }
  .inner-header .main-menu {
    padding-top: 20px;
    margin-right: 55px;
  }
}

/* Medium Device : 1280px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-header .main-menu {
    margin-right: 70px;
  }
  .inner-header .main-menu ul li {
    margin-left: 30px;
  }
  .inner-header .user-access {
    display: none;
  }
  .header-info .shipping-chrg {
    margin-right: 10px;
  }
  .lookbok-left {
    padding-top: 0px;
  }
  .lookbok-pic .pic-text {
    font-size: 95px;
    line-height: 68px;
  }
  /* .social-links a {
    margin-right: 50px;
  } */
  .product-content {
    padding-top: 20px;
  }
  .product-content .p-info {
    margin-top: 35px;
  }
  .cart-btn .site-btn.update-btn {
    margin-right: 0;
    padding: 16px 35px;
  }
  .header-info .shipping-chrg p {
    font-size: 13px;
  }
  .logo-section {
    padding: 70px 0;
  }
  .order-table .cart-item p.product-name {
    font-size: 12px;
    font-weight: 600;
    padding-top: 3px;
  }
}

#logo2 {
  display: none;
}

#logo2 img.menu {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

#logo2 a img {
  padding: 10px 0;
  height: 90px;
}

@media only screen and (max-width: 1015px) {
  #boxCategorias,
  #logo1 {
    display: none;
  }

  .latest-products.productos {
    margin-top: 75px !important;
  }

  #logo2 {
    display: flex;
    align-items: center;
  }

  #logo2 a img {
    height: 70px;
    padding: 0;
  }

  .header-section,
  .right-section {
    height: 75px;
  }

  .header-item {
    width: 90px;
  }

  .header-item.account ul {
    top: 75px;
  }
}

/* Tablet Device : 768px */
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .page-add .page-breadcrumb {
    margin-bottom: 20px;
  }
  .lookbok-left {
    margin-bottom: 30px;
  }
  /* .social-links a {
    margin-right: 15px;
  }
  .social-links a i {
    margin-right: 10px;
  } */
  .cart-btn {
    padding: 50px 30px;
  }
  .cart-btn .coupon-input {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cart-btn .coupon-input input {
    width: 100%;
  }
  .shipping-info .cs-item {
    margin-right: 15px;
  }
  .contact-form {
    margin-bottom: 40px;
  }
  .logo-section {
    padding: 70px 0;
  }
  .lookbok-left {
    padding-top: 0;
  }
}

/* Large Mobile : 480px */

@media only screen and (max-width: 848px) {
  .slicknav_nav ul {
    margin: 0 0 0 0;
  }
  .single-slider-item h1 {
    font-size: 72px;
  }
  .single-slider-item h2 {
    font-size: 42px;
  }
  .lookbok-left {
    margin-bottom: 30px;
  }
  .contact-form {
    margin-bottom: 40px;
  }
  /* #inpnewletter::placeholder {
        color: #29539f !important;
    } */
  .newslatter-form form button {
    position: relative;
    margin-top: 15px;
    width: 100%;
  }
  .newslatter-form form {
    position: relative !important;
  }
  .header-info .shipping-chrg {
    float: none;
    margin-right: 0;
  }
  .header-info .student-disc {
    float: none;
  }
  .header-info .coupon-code {
    float: none;
  }
  .hero-items .owl-nav button[type="button"] {
    left: 5px;
  }
  /* .social-links {
    text-align: center;
  }
  .social-links a {
    margin-right: 20px;
  }
  .social-links a i {
    margin-right: 0;
  }
  .social-links a span {
    display: none;
  } */
  .lookbok-pic .pic-text {
    font-size: 115px;
    line-height: 82px;
  }
  .page-add .page-breadcrumb {
    margin-bottom: 20px;
  }
  .cart-table {
    overflow-y: auto;
  }
  .cart-btn {
    padding: 50px 30px;
  }
  .cart-btn .coupon-input {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cart-btn .coupon-input input {
    width: 100%;
  }
  .shipping-info .cs-item {
    margin-bottom: 15px;
  }
  .total-info .total-table {
    overflow-y: auto;
  }
  .logo-section {
    padding: 70px 0;
  }
  .lookbok-left {
    padding-top: 0;
  }
  .header-info .header-item {
    margin-bottom: 7px;
  }
  .search-model-form input {
    width: 100%;
  }
  /* 
    .right-section span, #inputSearchBox {
        display: none;
    } */
}

/* Small : 320px */

@media only screen and (max-width: 479px) {
  .features-box .single-box-item.first-box .box-text {
    right: 9px;
    top: 7px;
  }
  .features-box .single-box-item .box-text h2 {
    font-size: 40px;
  }
  .features-box .single-box-item.first-box .box-text .trend-alert {
    margin-bottom: 7px;
  }
  .features-box .single-box-item.second-box .box-text {
    left: 20px;
    top: 56px;
  }
  .features-box .single-box-item.large-box .box-text {
    left: 20px;
    top: 28px;
  }
  .features-box .single-box-item.large-box .box-text h2 {
    font-size: 40px;
  }
  .product-filter .product-controls li {
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 36px;
  }
  .lookbok-pic img {
    height: auto;
  }
  .lookbok-pic .pic-text {
    font-size: 65px;
    line-height: 47px;
  }
  /* .social-links a {
    margin-right: 10px;
  } */
  .product-content .product-quantity {
    margin-bottom: 15px;
  }
  .cart-btn .coupon-input input {
    width: 100%;
  }
  .cart-btn .site-btn.update-btn {
    margin-right: 0;
  }
  .cart-btn .site-btn.clear-btn {
    margin-bottom: 15px;
  }
  .header-info .header-item img {
    display: block;
  }
  .header-info {
    padding: 10px 0;
  }
  .btnLinks {
    font-size: 10px;
  }
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btnLinks {
  cursor: pointer;
  width: 100%;
  background-color: var(--main-blue);
  color: white;
  border-radius: 4px;
  border-color: var(--main-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}

.btnLinks:hover {
  color: white;
}

.imgBanner {
  margin-top: 90px;
}

/* Busqueda */
.wrapper {
  position: relative;
  display: flex;
  width: 50%;
}

.wrapper.mobile {
  display: none;
}

.search {
  border: none;
  /* border-radius: 4px; */
  height: 40px;
  width: 100%;
  padding: 4px 15px;
  outline: 0;
  background-color: white;
  font-size: 16px;
  color: var(--main-blue);
}

.search::placeholder {
  color: var(--main-blue);
  font-style: italic;
  font-style: 16px;
}

.clear-icon {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 30px;
  cursor: pointer;
  color: var(--main-blue) !important;
  /* visibility: hidden; */
}

/* cart */
#cd-cart {
  position: fixed;
  top: 0;
  height: 80%;
  width: 450px;
  /* header height */
  margin-top: 90px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  right: -1000px;
  background: #fff;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}

.commonContainer {
  border-radius: 10px;
  margin: 40px auto;
  padding: 40px;
  background-color: #f2f2f2;
  width: 80%;
}

@media only screen and (max-width: 1015px) {
  #cd-cart {
    margin-top: 75px;
  }

  .imgBanner {
    margin-top: 75px;
  }

  .header-item.cart .cantidadCarrito {
    right: 15px;
    top: 5px;
  }

  .commonContainer {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  #cd-cart {
    width: 100vw;
  }

  #cd-cart.speed-in {
    padding-left: 10px;
  }
}

#cd-cart.speed-in {
  right: 0;
}

#categories-list.speed-in {
  left: 0;
}

#cd-cart > * {
  padding: 0 1em;
}

#cd-cart h5 {
  text-transform: uppercase;
  margin: 1em 0;
}

#cd-cart .cd-cart-items {
  padding: 0;
  overflow-y: scroll;
  border-top: 1px solid var(--main-gray);
}

#cd-cart .cd-cart-items li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  border-top: 1px solid var(--main-gray);
}

#cd-cart .cd-cart-items li:first-child,
#cd-cart .cd-cart-items li:last-child {
  border-bottom: none;
}

#cd-cart .cd-cart-items li .product-name,
#cd-cart .cd-cart-items li .product-price {
  width: 33%;
}

#cd-cart .cd-cart-items li .product-name span {
  font-size: 12px;
}

#cd-cart .cd-cart-items li .product-qty {
  width: 20%;
}

#cd-cart .cd-cart-items li .product-qty .product-qty-box {
  display: flex;
  color: black;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  justify-content: space-between;
  height: 30px;
  border: 5px;
  width: 100%;
  background-color: var(--main-light-gray);
}

#cd-cart .cd-cart-items li .product-qty .product-qty-box span:first-child,
#cd-cart .cd-cart-items li .product-qty .product-qty-box span:last-child {
  cursor: pointer;
}

#cd-cart .cd-cart-items li .product-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#cd-cart .cd-cart-items li .product-price .price {
  font-size: 22px;
  color: var(--main-blue);
  padding-top: 4px;
  margin-right: 10px;
}

#cd-cart .cd-cart-items li .product-price img {
  height: 28px;
  cursor: pointer;
}

#cd-cart .cd-item-remove {
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid var(--main-gray);
}

#cd-cart .cd-cart-total-item {
  display: flex;
  justify-content: space-between;
}

#cd-cart .cd-cart-total-item.total {
  font-weight: bold;
}

#cd-cart .cd-cart-total span {
  float: right;
}

#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

#cd-cart .checkout-btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: var(--main-yellow);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}

#cd-cart .footer div {
  text-align: center;
  color: var(--main-gray);
}

#cd-cart .footer div:first-child span {
  font-size: 15px;
  font-weight: bold;
}

#cd-cart .footer div:last-child span {
  font-size: 12px;
  font-weight: 100;
}

.footerDetalle {
  margin-top: 15px;
  text-align: center;
  font-size: 10px;
}

.footerDetalle div {
  text-align: center;
  color: var(--main-gray);
}

.footerDetalle div:first-child span {
  font-size: 15px;
  font-weight: bold;
}

.footerDetalle div:last-child span {
  font-size: 12px;
  font-weight: 100;
}

.swal2-icon.swal2-warning {
  border-color: var(--main-gray) !important;
  color: var(--main-gray) !important;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
  width: 95%;
  margin: auto;
}

.latest-products.productos {
  margin-top: 180px;
  padding-top: 20px;
  background: #f2f2f2;
}

@media all and (min-width: 1500px) {
  #cd-cart .cd-cart-items {
    max-height: 50%;
  }
}

@media all and (max-width: 1500px) {
  .grid-container {
    grid-template-columns: repeat(5, 1fr);
  }

  #cd-cart .cd-cart-items {
    max-height: 40%;
  }
}

@media all and (max-width: 1250px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media all and (max-width: 980px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .wrapper {
    padding-left: 20px;
    width: 70%;
  }

  .wrapper.mobile {
    display: none;
  }
}

@media all and (max-width: 700px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

#inputSearchMobile {
  margin: -20px auto 15px auto;
  background: var(--main-blue);
  padding: 20px;
  display: none;
}

#inputSearchBox2 {
  position: relative;
  width: 100%;
}

@media all and (min-width: 1015px) {
  .cart-total-page.spad {
    margin-top: 220px;
    margin-bottom: 100px;
  }
}

@media all and (min-width: 550px) and (max-width: 1015px) {
  .cart-total-page.spad {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}

@media all and (max-width: 550px) {
  #inputSearchMobile {
    display: flex;
  }

  .clear-icon {
    top: 6px;
    right: 8px;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .wrapper {
    display: none;
  }
  
  .wrapper.mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  .latest-products.productos {
    padding-top: 95px;
  }

  .cart-total-page.spad {
    margin-top: 180px;
    margin-bottom: 75px;
  }
}

.btnCantidades {
  color: var(--main-blue) !important;
  font-weight: bold;
  font-size: 1.3rem;
}

.step h3 {
  cursor: pointer;
}
