/*--------------------------- Color variations ----------------------*/
/*--------------------------- Fonts ----------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:500,700|Roboto:400,500");

@font-face {
  font-family: 'GOTHIC';
  src: url('/fonts/GOTHIC.TTF') format('truetype');
  font-family: 'GOTHICB';
  src: url('/fonts/GOTHICB.ttf') format('truetype');
  font-family: 'GOTHICBI';
  src: url('/fonts/GOTHICBI.ttf') format('truetype');
  font-family: 'GOTHICI';
  src: url('/fonts/GOTHICI.ttf') format('truetype');

  /* Agrega aquí más formatos y fuentes si es necesario */
}

:root {
  --bs-white-rgb: 255, 255, 255;
}

/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* Section Gaps css
============================================================================================ */
/* Section title css
============================================================================================ */
.section-title {
  margin-bottom: 50px;
}

.section-title h1 {
  font-size: 36px;
}

.section-title p {
  margin-bottom: 0;
}

/* Start Gradient Area css
============================================================================================ */
.gradient-bg,
.primary-btn,
.add-bag .add-btn,
.single-product .product-details .prd-bottom .social-info span:after,
.grid-btn:hover,
.list-btn:hover,
.grid-btn.active,
.list-btn.active,
.pagination a.active,
.pagination a:hover,
.s_Product_carousel .owl-dots div.active,
.s_product_text .card_area .icon_btn:after,
.product_description_area .nav.nav-tabs li a.active,
.blog-pagination .page-item.active .page-link,
.single-footer-widget .click-btn {
  background: -webkit-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
  background: -moz-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
  background: -o-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
  background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
}


/* Start primary btn css
============================================================================================ */
.primary-btn {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 10px;
  display: inline-block;
  /*text-transform: uppercase;*/
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 180px;
  margin-top: 10px !important;
  border: none;
}

.primary-btn:before {
  position: absolute;
  left: -145px;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -ms-transform: skew(40deg);
  -o-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn:hover:before {
  left: 180px;
  opacity: .3;
}

body {
  line-height: 24px;
  font-size: 14px;
  /* font-family: "Roboto", sans-serif; */
  font-family: 'GOTHIC', sans-serif;
  /*font-family: 'Dela Gothic One', cursive;*/
  font-weight: 400;
  color: #777777;
  background: #fff;
}

html,
body {
  height: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  color: #222222;
  font-weight: 500;
  line-height: 1.2 !important;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #ffba00;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777777;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ffba00;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ffba00;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ffba00;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ffba00;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #ffba00;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}




/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../img/banner/banner-bg.webp) top center;
  height: 90px;
}

.header_area .main_menu .main_box {
  background: transparent;
  margin: 0px auto 0;
  max-width: 1200px;
  box-shadow: none;
  transition: all 0.3s ease 0s;
}

.header_area .navbar {
  background: #fff;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .header_area .navbar .navbar-collapse {
    margin-top: 30px;
    background: url(../img/banner/banner-bg.webp) top center;
    ;
  }

  .header_area .navbar .navbar-collapse .nav-item {
    padding: 10px;
  }
}

.header_area .navbar .navbar-toggler .icon-bar {
  color: #000;
  height: 2px;
  width: 20px;
  content: "";
  background: #000;
  display: block;
  margin: 5px;
}

.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}

.header_area .navbar .nav .nav-item .nav-link {
  text-transform: initial;
  padding: 0px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #2D3257;
}

@media (min-width: 991px) {
  .header_area .navbar .nav .nav-item .nav-link {
    padding: 10px 0;
  }
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #ffffff;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 85%;
    left: 0px;
    min-width: 225px;
    text-align: left;
    opacity: 0;
    -webkit-transition: visibility 0.5s ease;
    -moz-transition: visibility 0.5s ease;
    -o-transition: visibility 0.5s ease;
    transition: visibility 0.5s ease;
    visibility: hidden;
    display: block;
    border-radius: 10px;
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active {
  background: #ffba00;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
  color: #fff;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #ffba00;
  color: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

@media (min-width: 991px) {
  .header_area .navbar .nav.navbar-nav.navbar-right {
    display: -webkit-inline-box;
  }
}

.header_area .navbar .nav.navbar-nav.navbar-right li {
  margin-left: 25px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  .header_area .navbar .nav.navbar-nav.navbar-right li {
    margin-left: 0px;
  }
}

.header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
    display: none;
  }
}

.header_area .navbar .nav.navbar-nav.navbar-right li span {
  color: #ffffff;
  line-height: 80px;
  font-weight: 900;
  font-size: 19px;
}

.header_area .navbar .nav.navbar-nav.navbar-right .search {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.header_area .navbar .nav .nav-item .nav-link {
  /*font-family: 'Dela Gothic One', cursive;*/
  font-weight: 800;
  font-size: 14px !important;
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

.sticky-wrapper {
  position: absolute;
  /*top: 40px;*/
  width: 100%;
}

@media (max-width: 991px) {
  .sticky-wrapper {
    top: 0;
  }
}

.banner-area {
  background: url(../img/banner/image_banner.webp) center no-repeat;
  background-size: cover;
  position: relative;
  /* background: #242f5b; */
  padding-top: 21px !important;
}

.banner-area .vector-banner {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

/*@media (max-width: 768px) {
  .banner-area .fullscreen {
    height: 650px !important;
  }
}*/

/*--------------------------------------------------------------
# Butons Control Banner Section
--------------------------------------------------------------*/

.banner-area .active-banner-slider .owl-nav {
  position: absolute;
  /*right: 0;*/
  /*bottom: -20px;*/
  top: 315px;
}

.banner-area .active-banner-slider .owl-nav .owl-next {
  position: relative;
  left: 1115px;
}

@media (min-width: 1681px) and (max-width: 1920px) {
  .banner-area .banner-content {
    padding-left: 110px !important;
    width: 700px !important;
  }

}

@media (min-width: 1200px) and (max-width: 1680px) {

  .banner-area .active-banner-slider .owl-nav {
    right: 10px;
    left: 50px !important;
  }

  .banner-area .active-banner-slider .owl-nav .owl-next {
    position: relative !important;
    left: 960px !important;
  }

  .banner-area .banner-content {
    padding-left: 110px !important;
    width: 700px !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .banner-area .active-banner-slider .owl-nav {
    left: 15px !important;
  }

  .banner-area .active-banner-slider .owl-nav .owl-next {
    position: relative !important;
    left: 800px !important;
  }

  .banner-area .banner-content {
    padding-left: 110px !important;
    width: 536px !important;
  }

}

@media (max-width: 991px) {
  .banner-area .active-banner-slider .owl-nav {
    display: none;
  }

  .banner-area .banner-content {
    padding-left: 0;
  }

}


.banner-area .active-banner-slider .owl-nav .owl-prev,
.banner-area .active-banner-slider .owl-nav .owl-next {
  display: inline-block;
  margin: 10px;
  opacity: .5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



.banner-area .active-banner-slider .owl-nav .owl-prev:hover,
.banner-area .active-banner-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

/*.banner-area .banner-content {
  padding-left: 10px;
  width: 700px;
}*/

/*--------------------------------------------------------------
# Butons Control Banner Section End
--------------------------------------------------------------*/

.banner-area .banner-content h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .banner-area .banner-content h1 {
    font-size: 35px;
    line-height: 46px;
  }
}

.banner-area .banner-content p {
  margin: 0;
}


@media (max-width: 320px) {
  .banner-area .banner-img img {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .banner-area .banner-img img {
    /*display: none;*/
    height: 270px !important;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .banner-area .banner-img img {
    /*display: none;*/
    height: 400px !important;
  }
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

.organic-breadcrumb {
  /*background: url(../img/banner/common-banner.jpg) center no-repeat;*/
  background-size: cover;
  padding-top: 130px;
}

@media (max-width: 991px) {
  .organic-breadcrumb {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .organic-breadcrumb {
    background: none;
    background: -webkit-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
    background: -moz-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
    background: -o-linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
    background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
  }
}

#category .organic-breadcrumb {
  margin-bottom: 100px;
}

.breadcrumb-banner {
  padding: 90px 0 20px 0;
}

.breadcrumb-banner h1 {
  font-weight: 600;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 767px) {
  .breadcrumb-banner h1 {
    font-size: 30px;
  }
}

.breadcrumb-banner p {
  margin-bottom: 0;
  color: #fd8141;
  font-size: 17px;
}

.breadcrumb-banner nav a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
}

.breadcrumb-banner nav a span {
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb-banner .col-first {
  padding-right: 15px;
}

@media (max-width: 1680px) {
  .breadcrumb-banner .col-first {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-banner .col-first {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .breadcrumb-banner .col-first {
    width: 100%;
  }
}

/* Section Form CONTACTOS
============================================================================================ */
.exclusive-deal-area {
  background: #f9f9ff;
  background: url(/img/bg-form.webp) center no-repeat;
  background-size: cover;
}

.sectionform {
  padding-top: 130px;
  /* padding-bottom: 170px; */
}

.exclusive-deal-area .exclusive-left {
  background-size: cover;
  text-align: center;
}

.exclusive-deal-area .exclusive-left h2 {
  color: #243058;
  font-weight: 800;
  text-align: initial;
  font-size: 35px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {

  .exclusive-deal-area .exclusive-left h2 {
    font-size: 20px;
  }

  .exclusive-deal-area .exclusive-left p {
    line-height: 25px !important;
  }

}

.exclusive-deal-area .exclusive-left p {
  text-align: initial;
  font-size: 17px;
  line-height: 29px;
}

.exclusive-deal-area .exclusive-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: start;
  margin-bottom: 30px;
}

.exclusive-deal-area .exclusive-right h1 {
  color: white;
  font-weight: 600;
  font-size: 40px;
  /* margin-bottom: 30px; */
}

.exclusive-deal-area .exclusive-right ul li {
  color: white;
  font-size: 26px;
  margin-bottom: 15px;
  list-style: disc;
}


@media (max-width: 1023px) and (min-width: 768px) {
  .sectionform {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .exclusive-deal-area .exclusive-left {
    padding: 54px 0 !important;
  }

}

@media (max-width: 767px) and (min-width: 320px) {
  .sectionform {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .exclusive-deal-area .exclusive-left {
    padding: 25px 0 !important;
  }

}

@media (max-width: 840px) {
  .exclusive-deal-area .exclusive-right h1 {
    font-size: 30px;
  }
}


@media (max-width: 1024px) {
  .exclusive-deal-area .exclusive-left {
    padding: 175px 0;
  }
}

.exclusive-deal-area .exclusive-left .primary-btn {
  margin-top: 40px;
}


@media (max-width: 991px) {
  .exclusive-deal-area .exclusive-right .active-exclusive-product-slider .single-exclusive-slider {
    padding-bottom: 80px;
  }

  .exclusive-deal-area .exclusive-right .active-exclusive-product-slider .single-exclusive-slider img {
    max-width: 450px;
    margin: 0 auto;
  }
}

.exclusive-deal-area .exclusive-right .product-details h4 {
  font-size: 24px;
  text-transform: uppercase;
}

.exclusive-deal-area .exclusive-right .product-details .price h6 {
  font-size: 14px;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 15px;
}

.exclusive-deal-area .exclusive-right .product-details .price .l-through {
  text-decoration: line-through;
  color: #cccccc;
  margin-bottom: 0;
}

.exclusive-deal-area .exclusive-right .product-details .add-bag {
  margin: 30px 0;
}

.exclusive-deal-area .exclusive-right .product-details .add-bag .add-btn {
  height: 30px;
  width: 30px;
  line-height: 32px;
}

.exclusive-deal-area .exclusive-right .product-details .add-bag .add-btn span {
  transform: rotate(0deg);
}

.subtotal-area {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.subtotal-area .subtotal {
  margin-left: 200px;
  font-weight: 500;
  color: #222222;
  font-size: 18px;
}


.sidebar-categories .head {
  line-height: 60px;
  background: #243058;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.sidebar-categories .main-categories {
  padding: 0 20px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(153, 153, 153, 0.1);
}

.sidebar-categories .main-nav-list a {
  font-size: 14px;
  display: block;
  line-height: 50px;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
}

.sidebar-categories .main-nav-list a:hover {
  color: #ffba00;
}

.sidebar-categories .main-nav-list a .number {
  color: #cccccc;
  margin-left: 10px;
}

.sidebar-categories .main-nav-list a .lnr {
  margin-right: 10px;
  display: none;
}

.sidebar-categories .main-nav-list.child a {
  padding-left: 32px;
}

.sidebar-filter {
  margin-top: 50px;
}

.sidebar-filter .top-filter-head {
  line-height: 60px;
  background: #243058;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.sidebar-filter .head {
  line-height: 60px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 700;
  color: #f1ba2e;
  text-transform: uppercase;
  margin-top: 5px;
}

.sidebar-filter .common-filter {
  order: 1px solid #243058;
  padding-bottom: 25px;
  background: #243058;
  border-radius: 5px;
}

.sidebar-filter .common-filter .filter-list {
  position: relative;
  padding-left: 28px;
}

.filter-list {
  line-height: 30px;
}

.filter-list i {
  margin-right: 10px;
  cursor: pointer;
}

.filter-list .number {
  color: #ccc;
}

.filter-list label {
  margin-bottom: 3px;
  cursor: pointer;
}

.latest_product_inner {
  margin-bottom: -35px;
}

/* End Product Sidebar Area css
============================================================================================ */
/* Single Product Area css
============================================================================================ */
.product_image_area {
  padding-top: 20px;
  padding-bottom: 10px;
}

.s_Product_carousel .owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.s_Product_carousel .owl-dots div {
  height: 5px;
  width: 20px;
  background: #dddddd;
  margin: 5px;
  display: block;
  content: "";
  border-radius: 50px;
}

.s_Product_carousel .owl-dots div.active {
  width: 30px;
}

.s_product_text {
  margin-left: -15px;
  margin-top: 65px;
}

@media (max-width: 575px) {
  .s_product_text {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.s_product_text h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2D3257;
  /*background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.s_product_text h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

.s_product_text .list li {
  margin-bottom: 5px;
}

.s_product_text .list li a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #555555;
}

.s_product_text .list li a span {
  width: 90px;
  display: inline-block;
}

.s_product_text .list li a span:hover {
  color: #555;
}

.s_product_text .list li a.active span {
  color: #555;
  -webkit-text-fill-color: #555;
}

.s_product_text .list li:last-child {
  margin-bottom: 0px;
}

.s_product_text p {
  padding-top: 5px;
  /*border-top: 1px dotted #d5d5d5;*/
  margin-top: 20px;
  margin-bottom: 10px;
  border-left: 3px solid #2D3257;
  padding-left: 30px;
}

.s_product_text .card_area .primary-btn {
  line-height: 38px;
  padding: 0px 38px;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 5px;
}

.s_product_text .card_area .icon_btn {
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #828bb2;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  z-index: 1;
}

.s_product_text .card_area .icon_btn:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.s_product_text .card_area .icon_btn:hover:after {
  opacity: 1;
  visibility: visible;
}

.product_count {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}

.product_count label {
  font-size: 14px;
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding-right: 10px;
}

.product_count input {
  width: 76px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding-left: 10px;
}

.product_count button {
  display: block;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  font-size: 14px;
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product_count button:hover {
  color: #222222;
}

.product_count .increase {
  top: -4px;
}

.product_count .reduced {
  bottom: -8px;
}

.product_description_area {
  padding-bottom: 120px;
  margin-top: 60px;
}

.product_description_area .nav.nav-tabs {
  background: #e8f0f2;
  text-align: center;
  display: block;
  border: none;
  padding: 10px 0px;
}

.product_description_area .nav.nav-tabs li {
  display: inline-block;
  margin-right: 7px;
}

.product_description_area .nav.nav-tabs li:last-child {
  margin-right: 0px;
}

@media (max-width: 441px) {
  .product_description_area .nav.nav-tabs li:last-child {
    margin-top: 15px;
  }
}

.product_description_area .nav.nav-tabs li a {
  padding: 0px;
  border: none;
  line-height: 38px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 30px;
  color: #222222;
  font-size: 13px;
  font-weight: normal;
}

@media (max-width: 570px) {
  .product_description_area .nav.nav-tabs li a {
    padding: 0 15px;
  }
}

.product_description_area .nav.nav-tabs li a.active {
  color: #fff;
  border: 1px solid transparent;
}

.product_description_area .tab-content {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px;
}

.product_description_area .tab-content .total_rate .box_total {
  background: #e8f0f2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product_description_area .tab-content .total_rate .box_total h4 {
  font-size: 48px;
  font-weight: bold;
}

.product_description_area .tab-content .total_rate .box_total h5 {
  color: #222222;
  margin-bottom: 0px;
  font-size: 24px;
}

.product_description_area .tab-content .total_rate .box_total h6 {
  color: #222222;
  margin-bottom: 0px;
  font-size: 14px;
  color: #777777;
  font-weight: normal;
}

.product_description_area .tab-content .total_rate .rating_list {
  margin-bottom: 30px;
}

.product_description_area .tab-content .total_rate .rating_list h3 {
  font-size: 18px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
  font-size: 14px;
  color: #777777;
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
  color: #fbd600;
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
  color: #eeeeee;
}

.product_description_area .tab-content .table {
  margin-bottom: 0px;
}

.product_description_area .tab-content .table tbody tr td {
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.product_description_area .tab-content .table tbody tr td h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #777777;
  margin-bottom: 0px;
  white-space: nowrap;
}

.product_description_area .tab-content .table tbody tr:first-child td {
  border-top: 0px;
}

.review_item {
  margin-bottom: 15px;
}

.review_item:last-child {
  margin-bottom: 0px;
}

.review_item .media {
  position: relative;
}

.review_item .media .d-flex {
  padding-right: 15px;
}

.review_item .media .media-body {
  vertical-align: middle;
  align-self: center;
}

.review_item .media .media-body h4 {
  margin-bottom: 0px;
  font-size: 14px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
}

.review_item .media .media-body i {
  color: #fbd600;
}

.review_item .media .media-body h5 {
  font-size: 13px;
  font-weight: normal;
  color: #777777;
}

.review_item .media .media-body .reply_btn {
  border: 1px solid #e0e0e0;
  padding: 0px 28px;
  display: inline-block;
  line-height: 32px;
  border-radius: 16px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #222222;
  position: absolute;
  right: 0px;
  top: 14px;
}

.review_item .media .media-body .reply_btn:hover {
  background: #ffba00;
  border-color: #ffba00;
  color: #fff;
}

.review_item p {
  padding-top: 10px;
  margin-bottom: 0px;
}

.review_item.reply {
  padding-left: 28px;
}

.review_box h4 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 20px;
}

.review_box p {
  margin-bottom: 0px;
  display: inline-block;
}

.review_box .list {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.review_box .list li {
  display: inline-block;
}

.review_box .list li a {
  display: inline-block;
  color: #fbd600;
}

.review_box .contact_form {
  margin-top: 15px;
}

.review_box .primary-btn {
  line-height: 38px !important;
  padding: 0px 38px;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 5px;
  border: none;
}

/* End Single Product Area css*/


/*============ blog_left_sidebar css ==============*/



.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #222222;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff;
}

/* .blog_right_sidebar {
  border: 1px solid #eeeeee;
  background: #fafaff;
  padding: 30px;
} */

.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
  background: #ffba00;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .input-group .form-control {
  font-size: 14px;
  border: 0px;
  width: 100%;
  font-weight: 300;
  color: #fff;
  border-radius: 3px;
  z-index: 0;
  background: #f97c39;
  padding: 20px 20px;
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group .btn-default {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0px;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.blog_right_sidebar .newsletter_widget .bbtns {
  background: #ffba00;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: 500;
  padding: 0px 24px 0px 24px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .text-bottom {
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 0px 13px;
  margin-bottom: 8px;
  transition: all 0.3s ease 0s;
  color: #222222;
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #ffba00;
  color: #fff;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  padding-top: 25px;
  padding-bottom: 95px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c5322d;
  border-color: #eee;
}


/* End Contact Success and error Area css
============================================================================================ */

/*# sourceMappingURL=main.css.map */
.banner-area .banner-content h1 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 800;
  margin-bottom: 30px;
  color: white;
  text-shadow: 0px 2px 3px black;
  text-transform: uppercase;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}

.banner-img {
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}

.card {
  margin-bottom: 30px;
}

/* Section Sucursales
============================================================================================ */

.con-items {
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 70vh;
  margin-top: -60px;*/
  margin-bottom: 50px;
}

.sucursales .vector {
  /*position: relative;
  top: 0;*/
  position: relative;
  width: 100%;
  top: -130px;
}

@media (max-width: 1920px) {
  .sucursales .vector {
    top: -15px;
  }
}

@media (max-width: 1440px) {
  .sucursales .vector {
    top: -90px;
  }
}

@media (max-width: 1200px) {
  .sucursales .vector {
    top: -75px;
  }
}

@media (max-width: 991px) {
  .sucursales .vector {
    top: -60px;
  }
}

@media (max-width: 870px) {
  .sucursales .vector {
    top: -55px;
  }
}

@media (max-width: 767px) {

  .sucursales .vector {
    top: -50px;
  }
}

@media (max-width: 570px) {
  .sucursales .vector {
    top: -40px;
  }
}

@media (max-width: 480px) {

  .sucursales .vector {
    top: -25px;
  }

}

/* Cards Sucursales*/

/*.sucursales .card {
  font-weight: 400;
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  width: 100%;
}*/

@media (min-width: 1023px) {
  .sucursales .card {
    margin-top: 40px;
  }
}

.sucursales .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /*border: 1px solid rgba(0,0,0,.025);*/
  border: 0;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  /*margin-top: 40px;*/
  transition: all ease-in-out 0.4s;
}

.sucursales .card:hover {
  transform: translateY(-10px);
}


.sucursales .card-head::before {
  content: '';
  background: #ff7c00;
  width: 110%;
  height: 50%;
  left: -21px;
  bottom: 290px;
  position: absolute;
  transform: rotate(180deg);
  border-radius: 50%;
}

.sucursales .orange-2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  transition: all ease-in-out 0.4s;
}

.sucursales .orange-2:hover {
  transform: translateY(-10px);
}

.sucursales .card-head-2::before {
  content: '';
  background: #2D3257;
  width: 110%;
  height: 50%;
  left: -21px;
  bottom: 290px;
  position: absolute;
  transform: rotate(180deg);
  border-radius: 50%;
}

.sucursales .card-head-2 h2 {
  color: #fff;
  z-index: 99999;
  position: relative;
  margin-top: -10px;
  font-size: 25px;
  font-weight: 800;
}

.sucursales .card-head h2 {
  color: #fff;
  z-index: 99999;
  position: relative;
  margin-top: -10px;
  font-size: 25px;
  font-weight: 800;
}

.sucursales .card-content h3 {
  color: #ff7c00;
  font-weight: bold;
  font-size: 20px;
}

.sucursales .card-content-2 h3 {
  color: #2D3257;
  font-weight: bold;
  font-size: 20px;
}

.sucursales .card-content .icon i {
  color: #ff7c00;
  font-size: 30px;
}

.sucursales .card-content-2 .icon i {
  color: #2D3257;
  font-size: 30px;
}

.sucursales .card .more {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  background-color: #F07D19;
  border: 2px solid #F07D19;
  /*text-shadow: 0px 2px 3px black;*/
}

.sucursales .card .more:hover {
  color: #F07D19;
  border: 2px solid #F07D19;
  background: #fff;
}

.sucursales .orange-2 .more {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  background-color: #2D3257;
  /*text-shadow: 0px 2px 3px black;*/
  border: 2px solid #2D3257;
}

.sucursales .orange-2 .more:hover {
  color: #2D3257;
  border: 2px solid #2D3257;
  background: #fff;
}

/*.item {
  width: 360px;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .05);
  border-radius: 40px;
  margin: 0px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .25s ease;
  position: relative;
}*/

/*.item:not(.color):hover {
  transform: scale(1.05);
}*/

.item:hover .con-img {
  transform: scale(1.15);
}

.item.color:hover {
  transform: scale(1.15);
}

.con-img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}

.con-img img {
  width: 130px;
}

.item1 {
  padding-right: 45px;
}

.item2 {
  z-index: 100;
}

.item3 {
  padding-left: 45px;
}

.item.color {
  background: #ff7c00;
  color: #fff;
  transform: scale(1.1);
}

.item.color li {
  color: rgba(255, 255, 255, .75);
}

.item.color li b {
  color: rgba(255, 255, 255, 1);
}

.item.color li i {
  color: rgba(255, 255, 255, 1);
}

.item header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.item header h3 {
  font-size: 2rem;
}

.item header p {
  font-size: 1.2rem;
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  color: rgb(61, 203, 171);
  font-weight: bold;
  font-size: .85rem;
}

.item ul {
  padding: 20px 0px;
  flex: 1;
  width: 100%;
}

.item ul li {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: rgb(var(--color), .5)
}

.item ul li b {
  color: rgb(var(--color), 1)
}

.item ul li i {
  font-size: 1.6rem;
  margin-right: 15px;
  color: rgb(var(--color), 1)
}

.item button {
  padding: 14px 20px;
  width: 100%;
  background: rgb(255 124 0);
  border: 3px solid transparent;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  /* box-shadow: 0px 10px 25px 0px rgba(61, 203, 171, .35); */
  cursor: pointer;
  transition: all .25s ease;
}

.item button:not(.border):hover {
  transform: translate(0, 5px);
  /* box-shadow: 0px 0px 0px 0px rgba(61, 203, 171, .35); */
}

.item button.border {
  border: 3px solid #fff;
}

.item button.border:hover {
  background: #fff;
  color: rgb(255 124 0);
}

/* About-us Section
============================================================================================ */

/*.contact-area {
  background: linear-gradient(to right, rgba(244, 186, 0, 0.8) 0%, rgba(240, 125, 25, 0.8) 100%), url(/img/pintando-acuarelas.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
}*/

.contact-area {
  background: url(/img/banner/common-banner.jpg) fixed center no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
  margin-bottom: -160px;
}

/* .contact-area:before {
  content: "";
  background: rgba(244, 186, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

/*--------------------------------------------------------------
# Nosotros
--------------------------------------------------------------*/
.main-nosotros {
  width: 100%;
  /*background: url(../img/MC402\ fondo.jpg) center;*/
  background: url(../img/banner/MG-801s.webp) center center;
  background-size: cover;
  position: relative;
  height: 60vh;
  padding: 240px 0;
}


@media (max-width: 480px) {

  .main-nosotros {
    height: 100vh;
  }

}

.main-nosotros::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  /*background: rgba(45, 50, 87, 0.9);*/
  /*background:  linear-gradient(to right, rgba(244, 186, 0, 0.8) 0%, rgba(240, 125, 25, 0.8) 100%)*/
  ;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.main-nosotros h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-shadow: 0px 2px 3px black;
}

.main-nosotros p {
  color: #fff;
  line-height: 30px;
  font-size: 23px;
  text-shadow: 0px 2px 3px black;
}

#nosotros h1 {
  color: #2D3257;
  font-weight: 800;
}

#nosotros p {
  font-size: 18px;
  line-height: 34px;
  color: #414141;
  text-align: justify;
  margin-bottom: 40px;
}

.about {
  background: linear-gradient(to right, rgb(0 0 0 / 76%) 0%, rgb(30 30 30 / 84%) 100%), url(../img/banner/portada1.webp) fixed center center;
  background-size: cover;
  padding: 0px 0px 80px;
  ;
}

.about p {
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 900;
  text-shadow: 0px 2px 3px black;
}

/*--------------------------------------------------------------
# Contactos
--------------------------------------------------------------*/
#contact-form {
  padding-top: 0;
  position: relative;
}

.form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.form-control {
  font-size: 13px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #F07D19 !important;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240, 125, 25, .25);
}

.form button {
  background-color: #F07D19;
  padding: 0px 60px;
  line-height: 50px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 2px 3px black;
  cursor: pointer;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #2D3257;
  position: relative;
  z-index: 2;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  /* background: url(../img/banner/banner-bg.jpg) top center; */
  background: #262a49;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 40px 0;
  background: #2D3257;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 7px;
  color: #F07D19;
  font-size: 18px;
  line-height: 1;
  margin-top: 5px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  /* align-items: center; */
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  /* line-height: 1; */
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #F07D19;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

#footer .copyright {
  float: left;
  font-size: 11px;
}

#footer .credits {
  float: right;
  font-size: 11px;
}

#footer .credits a {
  transition: 0.3s;
  color: #ff7c00;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.item {
  /*width: 410px;*/
  /*background: #fff;*/
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .05);
  border-radius: 40px;
  margin: 0px;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*transition: all .25s ease;*/
  position: relative;
}

.card {
  margin-bottom: 0px !important;
}

/*
============================================================================================ */
/* start cards products
============================================================================================ */

.items-product {
  background-color: #2D3257;
  padding: 15px 0px 100px;
  ;
}

.items-product .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  height: 240px;
  transition: all ease-in-out 0.4s;
}

@media (max-width: 1200px) {
  .items-product .card {
    height: auto;
  }
}

/*.items-product .card:hover {
  transform: translateY(-10px);
}*/

.items-product .card img {
  object-fit: contain;
  height: 200px;
  width: 100%;
  transition: all .3s ease-in;
  position: relative;
  overflow: hidden;
}

.items-product .card img:hover {
  transform: scale(1.1);
  transition: .5s;
}

.items-product .card .social {

  position: absolute;
  right: 5%;
  top: -5px;
  /* opacity: 0; */
  border-radius: 4px;
  transition: 0.5s;
  /* background: rgba(255, 255, 255, 0.3); */
  background: #08cc87;
  z-index: 2;
}


@media (min-width: 1024px) {
  .items-product .card .social {


    position: absolute;
    right: 100%;
    top: -5px;
    opacity: 0 !important;
    border-radius: 4px;
    transition: 0.5s;
    /*background: rgba(255, 255, 255, 0.3);*/
    background: #08cc87;
    z-index: 2;
    cursor: pointer;
  }
}

.items-product .card:hover .social {
  right: 8px;
  opacity: 1 !important;
}

.items-product .card .social a {
  transition: color 0.3s;
  /*color: rgba(55, 55, 63, 0.4);*/
  color: #fff;
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
  cursor: pointer;
}

.items-product .card .social a:hover {
  color: #000;
}

.items-product .card .social i {
  font-size: 20px;
}

.items-product .card .name {
  margin-top: 15px;
  font-weight: 800;
  color: #2D3257;
  margin-bottom: 11px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: -webkit-right;
}


.single-product .product-details .set h2 {
  font-weight: 800;
  font-size: 13px;
  /* display: inline-block; */
  color: #853e00;
  text-align: right;
}

.single-product .product-details .box h3 {
  font-weight: 800;
  font-size: 13px;
  /* display: inline-block; */
  color: #2D3257;
  text-align: right;
}

.single-product .product-details .prd-bottom a {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0px 10px;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  background-color: #2d3257;
  margin-top: 10px;
  border: 2px solid #2d3257;
  /* transition: all ease-in-out 0.3s; */
  /*text-shadow: 0px 2px 3px black;*/
}

.single-product .product-details .prd-bottom a:hover {
  color: #F07D19;
  border: 2px solid #F07D19;
  background: #fff;
}

/*
============================================================================================ */
/* start single product
============================================================================================ */

.page-title-overlap {
  background-color: #2D3257;
  padding-bottom: 6.375rem;
  padding-top: 130px !important;
}

.page-title-overlap+* {
  margin-top: -4.875rem;
}

.rounded-3 {
  border-radius: 10px !important;
}

.ps-xl-5 {
  padding-left: 3rem !important;
}

.border-start {
  border-left: 1px solid #e3e9ef !important;
}



/*--------------------------------------------------------------
SCROLL
--------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #F07D19;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #F07D19;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
  background-color: #F07D19;
}

::-webkit-scrollbar-track {
  background: #2D3257;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #2D3257;
}

.btn-slider {
  text-align: center;
  font-weight: 800;
  font-size: 15px;
}

.navbar-brand {
  padding-top: 15px !important;
}

.header_area .navbar .nav .nav-item.active .nav-link {
  text-shadow: 0px 2px 2px black;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
  /*margin-right: 60px;*/
}


.dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  width: 300px;
  font-size: 14px;
}

.bd-shop-m {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #243059;
  padding: 4px 7px;
  border-radius: 12px;
  color: rgb(255 255 255);
  font-weight: bold;
  font-size: 15px;
}

.shop {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 992px) {
  .shop {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 35px;
    right: 25px;
  }
}

.dropdown-toggle::after {
  content: none !important;
}

.detall-product {
  margin-top: -20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 17px;
  text-align: end;
  color: #2d3257;
}


.custom-shape-divider-bottom-1694197641 {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694197641 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 152px;
}

.custom-shape-divider-bottom-1694197641 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-1694200461 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694200461 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 84px;
}

.custom-shape-divider-bottom-1694200461 .shape-fill {
  fill: #FFFFFF;
}

.logo_h:hover {
  transform: scale(1.07);
  transition: 0.3s all;
}

.logo_h {
  transition: 0.3s all;
}



.bg-dot.primary {
  background-image: radial-gradient(#f67835 2px, transparent 2.5px);
}

ape.rellax {
  position: absolute;
}

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

.h-20 {
  height: 10rem !important;
}

.w-16 {
  width: 6rem !important;
}

.shape.rellax {
  position: absolute;
}

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

.position-relative .shape.rellax+figure {
  position: relative;
  z-index: 2;
}

.bg-dot,
.bg-line {
  opacity: 0.5;
}

.bg-dot {
  background-size: 0.75rem 0.75rem;
}

.overlap-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.overlap-grid-2 .item:nth-child(1) {
  width: 70%;
  margin-top: 0;
  margin-left: 30%;
  z-index: 3;
}

.item figure,
.swiper-slide figure {
  position: relative;
}

.rounded {
  border-radius: 0.4rem !important;
}

.shadow {
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04) !important;
}

figure {
  margin: 0;
  padding: 0;
}

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

.rounded img {
  border-radius: 0.4rem;
}

.overlap-grid-2 .item:nth-child(2) {
  width: 55%;
  margin-top: -45%;
  margin-left: 0;
  z-index: 4;
}

.custom-shape-divider-top-1694235764 {

  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1694235764 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 81px;
}

.custom-shape-divider-top-1694235764 .shape-fill {
  fill: #FFFFFF;
}



.image-wrapper:not(.mobile) {
  background-attachment: fixed !important;
}

.image-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 180px;

}

.image-wrapper.bg-overlay-400:before {
  background: rgb(30 34 40 / 80%);
}

.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(30 34 40 / 80%);
}

.display-1 {
  line-height: 1.2;
  font-size: 2.4rem;
}

.image-wrapper.bg-overlay.bg-content .content,
.image-wrapper.bg-overlay:not(.bg-content) * {
  position: relative;
  z-index: 2;
}

.custom-shape-divider-bottom-1694453273 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694453273 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1694453273 .shape-fill {
  fill: #FFFFFF;
}

.map.map-full {
  height: 100%;
  min-height: 15rem;
}

.card-info {
  padding: 60px 20px;
}

.conte-info {
  margin-left: 10px;
  margin-bottom: 10px;
}

.info-contact {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 2px;
  color: #2d3257;
}



.custom-shape-divider-bottom-1694459235 {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694459235 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 81px;
}

.custom-shape-divider-bottom-1694459235 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-1694459445 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694459445 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 98px;
}

.custom-shape-divider-bottom-1694459445 .shape-fill {
  fill: #2D3257;
}

.img-cart-box {
  width: 70px;
  ;
}

.product-drop {
  padding: 0px !important;
}

.cart_footer {
  padding-top: 30px;
}

.info-product-drop {
  margin-left: 5px;
}

.name-product-cart {
  color: #263053 !important;
  font-weight: 700;
}

.btn-close {
  background: red;
  border: none;
  padding: 4px 7px;
  border-radius: 7px;
}

.btn-close:hover {
  background: #990b0b;
  cursor: pointer;
}

.custom-shape-divider-bottom-1694486924 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694486924 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 33px;
}

.custom-shape-divider-bottom-1694486924 .shape-fill {
  fill: #FFFFFF;
}

.add-item-btn {
  border: none;
  font-weight: 600;
  width: auto;
  padding: 5px 18px !important;
}

.bad {
  display: inline-block;
  padding: 5px 8px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}


/*--------------------------- Shop ----------------------*/

.shop-card {
  position: relative;
  overflow: hidden;
  background-color: #243058;
  height: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  transition: transform 0.3s;
}


.shop-card:hover {
  background-color: #185d28;
}

.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}

.dz-media img,
.dz-post-media img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: transform 0.3s;
}

.shop-card .shop-meta {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.shop-card .shop-meta .btn {
  border-radius: 2px;
  padding: 7px 15px;
  font-weight: 500;
  font-size: 13px;
  height: 30px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 0 3px;
}

.d-md-block {
  display: block !important;
}

.btn-secondary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

.shop-card .shop-meta .meta-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  background-color: var(--secondary);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  justify-content: center;
  border-radius: 2px;
  margin: 0 3px;
  padding: 0;
  border: 0;
}

.shop-card .shop-meta .meta-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  background-color: var(--secondary);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  justify-content: center;
  border-radius: 2px;
  margin: 0 3px;
  padding: 0;
  border: 0;
}

.shop-card .dz-content {
  text-align: center;
  background-color: #243058;
  padding: 15px 20px;
}

.shop-card .product-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-card:hover .shop-meta {
  bottom: 26px;
}

.title-prod {
  font-weight: 800;
  color: #fff;
}

.price-prod {
  color: #ffba00;
  font-size: 12px;
}

.badge-information {
  background: #243058 !important;
  color: white !important;
  font-weight: 200 !important;
  font-size: 12px !important;
  border-radius: 5px !important;
}

.b-two {
  margin-top: 25px;
}

.badge-secondary-info {
  background: #ed5923 !important;
  font-size: 12px !important;
  color: white !important;
  font-weight: 100 !important;
  border-radius: 5px !important;
}

.cate-item {
  color: white !important;
  padding: 10px 15px !important;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}

.shop-card:hover .dz-content {
  background: #185d28 !important;
}

.shop-card:hover .dz-media img {
  transform: scale(1.05);
  /* Ajusta el valor según tus preferencias */
  transition: transform 0.3s;
  /* Agrega una transición suave para la animación */
}

.filter-list label {
  color: #ffffff;
  font-weight: 600
}

.page-item.active .page-link {
  z-index: 1;
  color: #f7b072;
  background-color: #2d3257;
  border-color: #2d3257;
}

.page-link:hover {
  z-index: 2;
  color: #2d3257;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f07d19;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.text-primary {
  font-size: 22px;
  color: #2d3257 !important;
  font-weight: 600;
}

/*--------------------------------------------------------------
# redes sociales
--------------------------------------------------------------*/

.social-rrss {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 30%;
  right: 0;
  margin-bottom: 10px;
  width: 200px;
  z-index: 9999;
}

.social-rrss a {
  text-decoration: none;
  font-weight: bold;
  padding: 0.5em;
  margin: 2px;
  text-align: left;
  transform: translateX(150px);
  transition: all 0.5s;
}

.book {
  color: #fff;
  border-radius: 50px 0px 0px 50px;
}

.social-rrss a i {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
}

.social-rrss>a:hover {
  transform: translateX(0px);
  color: white;
}


.floatWapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #128C7E;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transition: 0.3s all;
}

.floatWapp:hover {
  color: #FFF;
  transform: scale(1.08);
  transition: 0.3s all;
}

.floatWapp svg {
  margin-top: 10px;
}

.floatWapp:after,
.floatWapp:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #128C7E;
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

@-webkit-keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: .6
  }

  50% {
    transform: scale(1.6);
    opacity: .3
  }

  to {
    transform: scale(2.2);
    opacity: 0
  }
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: .6
  }

  50% {
    transform: scale(1.6);
    opacity: .3
  }

  to {
    transform: scale(2.2);
    opacity: 0
  }
}

.form-cotizacion {
  padding-top: 50px;
  padding-bottom: 80px;
}

.card-formcoti {
  background: #2d3257;
  box-shadow: 0px 16px 6px #e9e6e6;
}

.card-formcoti label {
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}

.text-muted {
  color: #ff9947 !important;
}

.text-danger {
  color: #a71d1d !important;
  /*background: #a71d1d;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 4px;*/
  text-align: center;
}

.filter-list label:hover {
  color: #f1ba2e !important;
  transition: 0.3s all;

}

.actived {
  background-color: #101527;
  color: #f1ba2e !important;
}

.actived label {
  color: #f1ba2e !important;
}

/*============================================================================================ */
/* Cart Area css
============================================================================================ */
.cart_area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cart_inner .table thead tr th {
  border-top: 0px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  border-bottom: 0px !important;
  background: #2d3257;
}

.cart_inner .table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  align-self: center;
}

.cart_inner .table tbody tr td .media .d-flex {
  padding-right: 30px;
}

.cart_inner .table tbody tr td .media .d-flex img {
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.cart_inner .table tbody tr td .media .media-body {
  vertical-align: middle;
  align-self: center;
}

.cart_inner .table tbody tr td .media .media-body p {
  margin-bottom: 0px;
}

.cart_inner .table tbody tr td h5 {
  font-size: 14px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
}

.cart_inner .table tbody tr td .product_count {
  margin-bottom: 0px;
}

.cart_inner .table tbody tr td .product_count input {
  width: 100px;
  padding-left: 30px;
  height: 40px;
  outline: none;
  box-shadow: none;
}

.cart_inner .table tbody tr td .product_count .increase {
  top: -2px;
}

.cart_inner .table tbody tr td .product_count .increase:before {
  content: "";
  height: 40px;
  width: 1px;
  position: absolute;
  left: -3px;
  top: 0px;
  background: #eeeeee;
}

.cart_inner .table tbody tr td .product_count .increase:after {
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  left: -3px;
  top: 22px;
  background: #eeeeee;
}

.cart_inner .table tbody tr td .product_count .reduced {
  bottom: -6px;
}

.cart_inner .table tbody tr.bottom_button .gray_btn {
  line-height: 38px;
  background: #e8f0f2;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
}

.cart_inner .table tbody tr.bottom_button td:last-child {
  width: 60px;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
  margin-left: -446px;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input {
  width: 200px;
  padding: 0px 15px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  height: 40px;
  font-size: 14px;
  color: #cccccc;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-right: -3px;
  outline: none;
  box-shadow: none;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  padding: 0px 38px;
  margin-right: -3px;
  border-radius: 0;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
  padding: 0px 40px;
}

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
  vertical-align: top;
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
  margin-left: -250px;
  text-align: right;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
  margin-bottom: 12px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
  margin-bottom: 0px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
  padding-right: 30px;
  font-size: 14px;
  color: #777777;
  position: relative;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ffba00;
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
  opacity: 1;
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
  font-size: 14px;
  font-weight: normal;
  color: #222222;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
  color: #777777;
  padding-left: 5px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
  display: block;
  width: 100%;
  background: #e8f0f2;
  border: 1px solid #eeeeee;
  height: 40px;
  margin-bottom: 20px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
  width: 100%;
  border-radius: 0px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
  font-size: 14px;
  font-weight: normal;
  color: #777777;
}

.cart_inner .table tbody tr.shipping_area .shipping_box input {
  height: 40px;
  outline: none;
  border: 1px solid #eeeeee;
  background: #e8f0f2;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 20px;
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
  margin-left: -388px;
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
  height: 40px;
  padding: 0px 30px;
  line-height: 38px;
  text-transform: uppercase;
  border-radius: 0;
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
  left: 240px;
}

.gray_btn {
  line-height: 38px;
  background: #e8f0f2;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
}

.colors_data {
  display: flex;
}

.product-details h2 {

  margin-bottom: 5px;
  font-size: 13px;
  line-height: 17px;
  text-align: end;
  color: #2d3257;
}

.dz-content h6 {
  color: #ffba00;
  font-size: 12px;
}

.drop-prodcut p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0px;
  color: #7b7b7b;
}

/* End Cart Area css
============================================================================================ */
/* End Cart Area css
==========================================*/

/* Loader */
#loftloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 999999;
  width: 100%;
  height: 100%;

}

.loaded #loftloader-wrapper {
  -webkit-transform: translateX(-200vw);
  -ms-transform: translateX(-200vw);
  transform: translateX(-200vw);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.0001s 1s, transform 0.0001s 2s;
}

.loaded #loftloader-wrapper.slide-vertical {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.loaded #loftloader-wrapper #loader,
.loaded #loftloader-wrapper .loader-close-button {
  opacity: 0;
  transition: all 0.3s ease-out;
}

#loftloader-wrapper .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
  text-align: center;
  transition: all 0s;
  font-size: 0;
}

#loftloader-wrapper .loader-inner #loader {
  position: relative;
  z-index: 1002;
  top: auto;
  left: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none !important;
  color: #248acc;
}

#loftloader-wrapper .loader-section {
  position: fixed;
  z-index: 999;
  width: 50%;
  height: 100%;
  background: rgb(255 255 255);
  opacity: 0.95;
  transition: all 0s;
  will-change: transform;
}

#loftloader-wrapper .loader-section.section-fade {
  top: 0;
  left: 0;
  width: 100%;
  will-change: opacity;
}

.loaded #loftloader-wrapper .loader-section.section-fade {
  opacity: 0 !important;
  transition: opacity 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#loftloader-wrapper .loader-section.end-no-animation {
  top: 0;
  left: 0;
  width: 100%;
  will-change: opacity;
}

.loaded #loftloader-wrapper .loader-section.end-no-animation,
.loaded #loftloader-wrapper .loader-section.end-no-animation~* {
  opacity: 0;
  transition: all 0s 0s;
}

#loftloader-wrapper .loader-section.section-slide-up {
  top: 0;
  left: 0;
  width: 100%;
}

.loaded #loftloader-wrapper .loader-section.section-slide-up {
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#loftloader-wrapper .loader-section.section-left,
#loftloader-wrapper .loader-section.section-right {
  top: 0;
}

#loftloader-wrapper .loader-section.section-left {
  left: 0;
}

.loaded #loftloader-wrapper .loader-section.section-left {
  transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  transform: translateX(-50vw);
}

#loftloader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loftloader-wrapper .loader-section.section-right {
  transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(50vw);
  -ms-transform: translateX(50vw);
  transform: translateX(50vw);
}

#loftloader-wrapper .loader-section.section-up,
#loftloader-wrapper .loader-section.section-down {
  left: 0;
  width: 100%;
  height: 50%;
}

#loftloader-wrapper .loader-section.section-up {
  top: 0;
}

.loaded #loftloader-wrapper .loader-section.section-up {
  transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-50vh);
  -ms-transform: translateY(-50vh);
  transform: translateY(-50vh);
}

#loftloader-wrapper .loader-section.section-down {
  bottom: 0;
}

.loaded #loftloader-wrapper .loader-section.section-down {
  transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(50vh);
  -ms-transform: translateY(50vh);
  transform: translateY(50vh);
}

#loftloader-wrapper.pl-sun #loader {
  width: 50px;
  height: 50px;
}

#loftloader-wrapper.pl-sun #loader span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: currentColor;
  opacity: 0.9;
  transform-origin: 50% 50%;
  -webkit-animation: spinReturn 4s ease infinite;
  animation: spinReturn 4s ease infinite;
}

#loftloader-wrapper.pl-sun #loader span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  opacity: 0.9;
  content: "";
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#loftloader-wrapper.pl-circles #loader {
  width: 100px;
  height: 60px;
}

#loftloader-wrapper.pl-circles #loader span,
#loftloader-wrapper.pl-circles #loader:before,
#loftloader-wrapper.pl-circles #loader:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.2;
  background: currentColor;
}

#loftloader-wrapper.pl-circles #loader span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: lightUp 1.5s linear infinite 0.5s;
  animation: lightUp 1.5s linear infinite 0.5s;
}

#loftloader-wrapper.pl-circles #loader:before,
#loftloader-wrapper.pl-circles #loader:after {
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#loftloader-wrapper.pl-circles #loader:before {
  left: 0;
  -webkit-animation: lightUp 1.5s linear infinite;
  animation: lightUp 1.5s linear infinite;
}

#loftloader-wrapper.pl-circles #loader:after {
  right: 0;
  -webkit-animation: lightUp 1.5s linear infinite 1s;
  animation: lightUp 1.5s linear infinite 1s;
}

#loftloader-wrapper.pl-wave #loader {
  width: 60px;
  height: 30px;
}

#loftloader-wrapper.pl-wave #loader span,
#loftloader-wrapper.pl-wave #loader:before,
#loftloader-wrapper.pl-wave #loader:after {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 100%;
  background: currentColor;
}

#loftloader-wrapper.pl-wave #loader span {
  margin: 0 16px;
  -webkit-animation: wave 0.9s linear infinite 0.3s;
  animation: wave 0.9s linear infinite 0.3s;
}

#loftloader-wrapper.pl-wave #loader:before,
#loftloader-wrapper.pl-wave #loader:after {
  content: "";
}

#loftloader-wrapper.pl-wave #loader:before {
  -webkit-animation: wave 0.9s linear infinite;
  animation: wave 0.9s linear infinite;
}

#loftloader-wrapper.pl-wave #loader:after {
  -webkit-animation: wave 0.9s linear infinite 0.6s;
  animation: wave 0.9s linear infinite 0.6s;
}

#loftloader-wrapper.pl-square #loader {
  width: 50px;
  height: 50px;
  transform-origin: 50% 50%;
  -webkit-animation: spinReturn 4s ease infinite;
  animation: spinReturn 4s ease infinite;
}

#loftloader-wrapper.pl-square #loader span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid currentColor;
  box-sizing: border-box;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#loftloader-wrapper.pl-frame #loader {
  width: 80px;
  height: 80px;
  max-width: 90vw;
}

#loftloader-wrapper.pl-frame #loader:before,
#loftloader-wrapper.pl-frame #loader:after {
  position: absolute;
  width: 100%;
  height: 4px;
  background: currentColor;
  content: "";
}

#loftloader-wrapper.pl-frame #loader:before {
  top: 0;
  right: 0;
  left: auto;
  -webkit-animation: drawframeTop 4s linear infinite;
  animation: drawframeTop 4s linear infinite;
}

#loftloader-wrapper.pl-frame #loader:after {
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-animation: drawframeBottom 4s linear infinite 1s;
  animation: drawframeBottom 4s linear infinite 1s;
}

#loftloader-wrapper.pl-frame #loader span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#loftloader-wrapper.pl-frame #loader span:before,
#loftloader-wrapper.pl-frame #loader span:after {
  position: absolute;
  width: 4px;
  height: 100%;
  background: currentColor;
  content: "";
}

#loftloader-wrapper.pl-frame #loader span:before {
  top: auto;
  right: 0;
  bottom: 0;
  -webkit-animation: drawframeRight 4s linear infinite 0.5s;
  animation: drawframeRight 4s linear infinite 0.5s;
}

#loftloader-wrapper.pl-frame #loader span:after {
  top: 0;
  bottom: auto;
  left: 0;
  -webkit-animation: drawframeLeft 4s linear infinite 1.5s;
  animation: drawframeLeft 4s linear infinite 1.5s;
}

#loftloader-wrapper.pl-frame #loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 240px;
  height: 240px;
}

#loftloader-wrapper.pl-imgloading #loader {
  width: auto;
  height: auto;
  max-width: 90vw;
}

#loftloader-wrapper.pl-imgloading #loader img {
  position: relative;
  z-index: 1;
  display: block;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}

#loftloader-wrapper.pl-imgloading #loader img {
  opacity: 0.3;
}

#loftloader-wrapper.pl-imgloading #loader .imgloading-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 0%;
  transition: 0s;
  overflow: hidden;
  -webkit-animation: imgLoading 6s linear infinite;
  animation: imgLoading 6s linear infinite;
  will-change: height, opacity;
  transform-origin: 0 100%;
}

#loftloader-wrapper.pl-imgloading #loader span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  transition: 0s;
}

#loftloader-wrapper.pl-beating #loader {
  width: 60px;
  height: 60px;
}

#loftloader-wrapper.pl-beating #loader span,
#loftloader-wrapper.pl-beating #loader:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 50px;
  opacity: 0;
}

#loftloader-wrapper.pl-beating #loader span {
  -webkit-animation: beat 1.5s linear infinite;
  animation: beat 1.5s linear infinite;
}

#loftloader-wrapper.pl-beating #loader:before {
  content: "";
  -webkit-animation: beat 1.5s linear infinite 1s;
  animation: beat 1.5s linear infinite 1s;
}

.loader-close-button {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 99999;
  box-sizing: border-box;
  width: auto;
  min-width: 35px;
  height: 35px;
  padding: 5px 30px 5px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-size: 12px;
  line-height: 25px;
  cursor: pointer;
}

.loader-close-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.loader-close-button:before,
.loader-close-button:after {
  position: absolute;
  top: 16px;
  right: 9px;
  display: block;
  width: 18px;
  height: 2px;
  transform-origin: 50% 50%;
  content: "";
  background: #FFF;
}

.loader-close-button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loader-close-button:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.loader-close-button .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  word-wrap: normal !important;
}

.loader-close-button .close-des {
  padding: 0 5px;
  font-size: 12px;
}

@-webkit-keyframes imgLoading {
  0% {
    height: 40%;
    opacity: 1;
  }

  95% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes imgLoading {
  0% {
    height: 40%;
    opacity: 1;
  }

  95% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}



@media (max-width: 767px) {

  .table td,
  .table th {
    background: #fff;
  }

  table.table {
    text-align: left;
    margin: 0;
  }

  table.table thead {
    display: none;
  }

  table.table tbody tr.cart-item {
    /*padding-right: 2rem;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  table.table tbody td.btn-close {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
    /*top: 10px;*/
    width: auto;
    margin-bottom: 10px;
  }

  .buttons-bottom {
    display: flex;
    flex-direction: column;
  }

}


/*galeria*/
.presentacion-img ul {
  list-style-type: none;
  padding: 0px;
}

.presentacion-img ul li {
  margin-bottom: 12px;
  width: 100%;
}

.presentacion-img ul li img {
  width: 100%;
  border: 2px dashed rgb(45, 50, 87);
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  opacity: 1;
}

.presentacion-img ul li img:hover {
  opacity: .6;
}

.presentacion-img .big-img {
  width: 100%;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  border: 2px dashed rgb(45, 50, 87);
}

.presentacion-img .container-img {
  overflow: hidden;
  /*padding-right: 10px;*/
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  background: #fff;
}

#exzoom {
  width: 95vw !important;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  background: #fff;
}


/* zoom imagenes */
#exzoom {
  width: 90%;
  /*height: 400px;*/
}

.hidden {
  display: none;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
  left: 5px;
}

.exzoom_btn .exzoom_prev_btn,
.exzoom_btn .exzoom_next_btn {
  background: var(--rosa) !important;
  color: #FFF !important;
  width: 15px !important;
  border: 0 !important;
}

.exzoom_btn .exzoom_prev_btn {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.exzoom_btn .exzoom_next_btn {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}