/**
 * Body
 */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #656d78;
  background: #edf0f5;
  overscroll-behavior: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

/**
 * Heders
 */
h1,
h2,
h3,
h4,
h5,
legend {
  text-transform: uppercase;
}
/**
 * Links
 */
a {
  color: #aab2bd;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #434a54;
  text-decoration: none;
}

/**
 * Paragraph
 */
p {
  line-height: 26px;
}

/**
 * Forms
 */
.form-control {
  color: #656d78;
  background: #ffffff;
  border-top: 1px solid #ccd1d9;
  border-left: 1px solid #ccd1d9;
  border-right: 1px solid #ccd1d9;
  border-bottom: 1px solid #aab2bd;
  border-radius: 3px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #656d78;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #aab2bd;
}
.form-control::-moz-placeholder {
  color: #aab2bd;
}
.form-control:-ms-input-placeholder {
  color: #aab2bd;
}

.well {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #ccd1d9;
}

legend {
  color: #656d78;
  border: none;
}

.has-error .form-control,
.has-error .form-control:focus {
  border: 1px solid #aab2bd;
  box-shadow: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.text-danger {
  color: #e9573f;
}

div.required .control-label:before {
  content: "* ";
  color: #ff0000;
  font-weight: bold;
}

/*
 * Tables
 */
.table,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #d6dde5;
}

.table > thead {
  font-weight: 700;
}

.table > tbody + tbody {
  border-top: none;
}

/**
 * Panel
 */
.panel-group .panel {
  border-radius: 3px;
}

.panel-heading {
  padding: 12px 15px;
}

.panel-default {
  background: #ffffff;
  border: none;
  box-shadow: 0 1px 2px 0 #ccd1d9;
}
.panel-default > .panel-heading {
  color: #656d78;
  background: #ffffff;
  border-color: #e7eaf0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffffff;
}

.panel-footer {
  background: #e7eaf0;
  border-color: #e7eaf0;
}

.filter .panel-heading,
.filter .panel-footer {
  font-weight: 700;
  background: #ffffff;
  border-color: #e4e7ec;
}

/**
 * Lists
 */
.list-group {
  /* box-shadow: 0 1px 2px 0 #ccd1d9;*/
}
.list-group .list-group-item {
  border-top: 1px solid #e4e7ec;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.list-group .list-group-item:first-child {
  border-top: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group a.list-group-item {
  color: #656d78;
  text-transform: lowercase;
}
.list-group a.list-group-item:hover,
.list-group a.list-group-item:focus {
  color: #434a54;
  background: #f5f7fa;
}
.list-group a.list-group-item.active,
.list-group a.list-group-item.active:hover,
.list-group a.list-group-item.active:focus {
  color: #434a54;
  background-color: #e6e9ed;
  border-color: #f5f7fa;
  border-top: 1px solid #d6dadf;
  border-bottom: 1px solid #d6dadf;
}

/**
 * Rating
 */
.fa-stack {
  font-size: 6px;
}

.fa-star-o {
  color: #ffce54;
  font-size: 14px;
}

.fa-star {
  color: #ffce54;
  font-size: 14px;
}

.fa-star + .fa-star-o {
  color: #ffce54;
}

/**
 * Refine Search
 */
.ref-search-link {
  margin: 0;
  padding: 0;
}
.ref-search-link a {
  display: block;
  margin-bottom: 6px;
  padding: 12px 15px;
  text-align: center;
  color: #656d78;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #ccd1d9;
}
.ref-search-link a:hover {
  background: #f8fafd;
  color: #434a54;
}

/**
 * Slideshow
 */
.slideshow img {
  width: 100%;
}

/**
 * 404
 */
.not-found {
  margin: 120px 0;
}

/**
 * Back Top
 */
#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 9;
}
#back-top i {
  color: #2b2f35;
  font-size: 18px;
  background: #ffffff;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 #ccd1d9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#back-top i:hover {
  color: #37bc9b;
  background: #f8fafd;
}

@media (max-width: 767px) {
  #back-top i {
    display: none;
  }
}
/**
 * Alert
 */
.alert {
  margin: 30px 0;
  padding: 10px 16px;
  border-radius: 3px;
}
.alert:hover {
  color: #ffffff;
  opacity: 1;
}

.alert-dismissable .close {
  color: black;
}

.alert-info {
  background-color: #7cd1ef;
  border-color: #4fc1e9;
}
.alert-info a,
.alert-info .close {
  color: #31708f;
}
.alert-info a {
  font-weight: 700;
}

.alert-warning {
  background-color: #ffdd87;
  border-color: #ffce54;
}
.alert-warning a,
.alert-warning .close {
  color: #8a6d3b;
}
.alert-warning a {
  font-weight: 700;
}

.alert-danger {
  background-color: #f2838f;
  border-color: #ed5565;
}
.alert-danger a,
.alert-danger .close {
  color: #a94442;
}
.alert-danger a {
  font-weight: 700;
}

.alert-success {
  background-color: #b9df90;
  border-color: #a0d468;
}
.alert-success a,
.alert-success .close {
  color: #3c763d;
}
.alert-success a {
  font-weight: 700;
}

.close {
  color: #434a54;
  font-size: 17px;
  font-weight: 400;
  text-shadow: none;
  opacity: 1;
}
.close:hover {
  color: #ffffff;
  opacity: 1;
}

/**
 * Blog
 */
.blog-post {
  margin-bottom: 30px;
}
.blog-post h3 a {
  color: #37bc9b;
}
.blog-post h3 a:hover {
  color: #434a54;
}
.blog-post img {
  padding: 0 30px 30px 0;
}
.blog-post .post-separator {
  display: block;
  height: 1px;
  width: 100%;
  background: #ccd1d9;
}

.recent-post {
  display: block;
}
.recent-post img {
  width: 90px;
  height: 90px;
  padding: 0 15px 15px 0;
}

.tags-sidebar li {
  background: #e6e9ed;
  margin: 3px 1px;
  padding: 2px 12px;
  border-radius: 3px;
}

/**
 * Breadcrumb
 */
.breadcrumb {
  background: #f8f9fa;
  padding: 2rem 1.5rem;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.breadcrumb-nav {
  position: relative;
  z-index: 2;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #66666681;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.breadcrumb-item:last-child {
  color: #666;
  font-weight: 600;
}

.breadcrumb-item:hover:not(:last-child) {
  color: #666666bb;
  transform: translateY(-1px);
}

/* Separadores */
.breadcrumb-separator {
  margin: 0 0.75rem;
  color: rgba(6, 6, 6, 0.6);
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

/* Iconos */
.breadcrumb-icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  opacity: 0.9;
}

/*
 * Buttons
 */
.btn {
  background: none;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-default {
  color: #656d78;
  background: #ffffff;
  border-top: 1px solid #ccd1d9;
  border-left: 1px solid #ccd1d9;
  border-right: 1px solid #ccd1d9;
  border-bottom: 1px solid #aab2bd;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  color: #434a54;
  background: #f5f7fa;
  border: 1px solid #aab2bd;
}

.btn-primary {
  /* background: #37bc9b; */
  background: #d0072b;

  border: 1px solid #37bc9b;
  color: #f5f7fa;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 30px;
  text-shadow: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #434a54;
  border: 1px solid #656d78;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.btn-danger {
  color: #aab2bd;
  border: 1px solid #656d78;
  background: none;
  text-shadow: none;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background: #37bc9b;
  border: 1px solid #37bc9b;
  text-shadow: none;
  box-shadow: none;
}

/**
 * Shopping Cart
 */
#cart .navbar-toggle i {
  font-size: 21px;
}
#cart > .btn {
  color: #ffffff;
  /* color: #656d78; */
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  line-height: 24px;
  background: transparent;
  border: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
}
#cart > .btn:hover,
#cart > .btn:active {
  outline: 0;
}
#cart .cart-icon {
  display: inline-block;
  position: relative;
}
#cart .cart-icon strong {
  display: block;
  position: relative;
  color: #ffffff;
  /* color: #656d78; */
  border: 2px solid #ffffff;
  /* border: 2px solid #656d78; */
  padding: 2px 9px;
  margin-left: 15px;
  z-index: 9;
}
#cart .cart-icon .cart-icon-handle {
  position: absolute;
  top: -6px;
  left: 50%;
  height: 8px;
  width: 15px;
  border: 2px solid #ffffff;
  /* border: 2px solid #656d78; */
  border-bottom: 0;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}
#cart .dropdown-menu {
  min-width: 100px;
  font-size: 13px;
  margin: 9px 0 0;
  padding: 20px 6px 0;
  z-index: 1001;
}
#cart .dropdown-menu .dropdown-triangle:before {
  left: 70%;
}
#cart .dropdown-menu .btn {
  padding: 7.5px 10px;
}
#cart .dropdown-menu .btn-title {
  font-size: 13px;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu table a:hover {
  color: #37bc9b;
}
#cart .dropdown-menu li > div {
  min-width: 418px;
  padding: 0 10px;
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
#cart .img-thumbnail {
  padding: 4px;
  background: #656d78;
  border: none;
}
#cart .table > tbody > tr > td,
#cart .table > tbody > tr > th,
#cart .table > tbody > tr > td,
#cart .table > tbody > tr > th {
  border-color: #4f5763;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #cart {
    margin-bottom: 20px;
    padding-right: 17px;
  }
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
/**
 * Dropdown menu
 */
.dropdown-menu {
  min-width: 200px;
  background: #434a54;
  border: none;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .dropdown-triangle:before {
  color: #000;
  content: "";
  position: absolute;
  top: -8px;
  left: 10%;
  height: 0;
  width: 0;
  border-bottom: 8px solid #434a54;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.dropdown-menu > li > a {
  padding: 9px 20px;
}
.dropdown-menu > li > a:hover {
  color: #f5f7fa;
  background: #656d78;
}

/**
 * Footer
 */
footer {
  position: relative;
  background: #59711f;
  color: #afb2b6;
  margin: 20px 0 0;
  bottom: 0;
  /*min-height: 660px;
  padding: 63px 0 0;*/
}
footer .fa-cogs {
  position: absolute;
  font-size: 27em;
  color: #3f464f;
}
footer h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 33px;
  margin-bottom: 0;
  line-height: 34px;
}
footer a {
  color: #7d8794;
  text-transform: uppercase;
}
footer .links a,
footer .social a {
  font-size: 12px;
  font-weight: 700;
}
footer .links a {
  float: left;
  margin: 0 10px 0 0;
}
footer .links a:hover {
  color: #f5f7fa;
}
footer .social {
  padding-top: 41px;
}
footer .social li {
  margin: 0 0 4px;
}
footer .social a {
  display: block;
  padding: 14px 0;
  background: #3d434c;
  border: 1px solid #3d434c;
  border-radius: 3px;
  text-align: center;
}
footer .social a:hover {
  color: #f5f7fa;
  background: #434a54;
}
footer .social i {
  font-size: 14px;
  margin: 0 0 0 6px;
}
footer .social .facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
footer .social .twitter:hover {
  background: #55acee;
  border-color: #55acee;
}
footer .social .youtube:hover {
  background: #e52d27;
  border-color: #e52d27;
}
footer .social .skype:hover {
  background: #00aff0;
  border-color: #00aff0;
}
footer .social .google-plus:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}
footer .social .instagram:hover {
  background: #3f729b;
  border-color: #3f729b;
}
footer .payment li {
  float: left;
  margin: 30px 4px 0 0;
}
footer .payment i {
  color: rgba(170, 178, 189, 0.4);
  font-size: 2.4em;
}
footer .powered {
  color: #7d8794;
  font-size: 0.65em;
  letter-spacing: 2px;
  padding: 90px 0 0;
  text-align: left;
  text-transform: uppercase;
}
footer .powered a {
  color: #7d8794;
}
footer .powered a:hover {
  color: #f5f7fa;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .fa-cogs {
    font-size: 22em;
  }
}
@media (max-width: 767px) {
  footer .fa-cogs {
    font-size: 22em;
  }
}
/**
 * Header

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgb(147, 189, 0);
  padding: 10px 0 0 0;
  border-bottom: 1px solid #d0072b;
  color: #ffffff;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fixed-header {
  display: none;
}

#logo img {
  width: 100%;
  max-width: 200px;
}

*/

/**
 * Logo
 */
#logo {
  margin-bottom: 10px;
}

.fixed-header #logo img {
  width: 50%;
}
.fixed-header .no-fixed {
  display: none;
}

/**
 * Navigation
 */
.top-nav {
  color: #ffffff;
  font-size: 0.86em;
  background: #679000;
  height: 33px;
  line-height: 33px;
  position: relative;
}
.top-nav a:hover,
.top-nav a:focus,
.top-nav a:active {
  color: #f5f7fa;
}
.top-nav .dropdown-menu {
  margin-top: 9px;
  text-align: center;
}
.top-nav .dropdown-menu a {
  color: #aab2bd;
  font-size: 0.86em;
}
.top-nav .currency {
  margin-right: 15px;
}
.top-nav .links-inline .dropdown-triangle:before {
  left: 75%;
}
.top-nav .search i {
  color: #37bc9b;
  font-size: 14px;
}
.top-nav .search .input-group {
  padding: 0px;
}
.top-nav .search .btn,
.top-nav .search input {
  color: #aab2bd;
  /*background: #656d78; */
  border: 1px solid #656d78;
  height: 32px;
}
.top-nav .search .btn i,
.top-nav .search input i {
  color: #aab2bd;
}
.top-nav .search .btn i:hover,
.top-nav .search input i:hover {
  color: #ccd1d9;
}

/*
 * Menu
 */
.navbar {
  border-radius: 0;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#menu {
  width: 100%;
  position: relative;
}
#menu .nav > li > a {
  color: #ffffff;
  font-weight: 700;
  background: none;
  margin: 0;
  padding-left: 0;
  padding-right: 18px;
  text-transform: uppercase;
  text-shadow: none;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background: none;
}
#menu ul li:hover span:after,
#menu ul li:focus span:after,
#menu ul li:active span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border-bottom: 8px solid #434a54;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#menu .dropdown-menu {
  padding: 12px 0 10px;
  border-radius: 3px;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  clear: both;
  display: block;
  min-width: 200px;
  color: #ccd1d9;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px;
}
#menu .dropdown-inner a:hover {
  color: #f5f7fa;
  background: #656d78;
}
#menu .dropdown-inner .see-all a {
  color: #37bc9b;
  padding-bottom: 8px;
  border-top: 1px solid #4b535e;
}
#menu .dropdown-inner .see-all a:hover,
#menu .dropdown-inner .see-all a:focus {
  color: #ccd1d9;
  background: none;
}
#menu .nav-tabs > li > a,
#menu .nav > li > a:hover,
#menu .nav > li > a:focus {
  border: none;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }

  #menu {
    border-radius: 3px;
    background: #8c8c8c;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background: #ccd1d9;
    border-radius: 0;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: #aab2bd;
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #ffffff;
  }
  #menu .dropdown-inner .see-all a {
    color: #ffffff;
    margin-top: 0;
    padding-bottom: 17px;
    border: none;
    border-radius: 0;
  }
  #menu .dropdown-inner .see-all a:hover,
  #menu .dropdown-inner .see-all a:focus {
    color: #ffffff;
    background: #aab2bd;
  }
  #menu #category {
    float: left;
    margin-left: 15px;
    color: #656d78;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
  }
  #menu .btn-navbar {
    font-stretch: expanded;
    color: #f5f7fa;
    margin-right: 15px;
    padding: 4px 18px;
    float: right;
    background: #656d78;
    border-radius: 3px;
  }
  #menu .btn-navbar:hover,
  #menu .btn-navbar:focus,
  #menu .btn-navbar:active,
  #menu .btn-navbar.disabled,
  #menu .btn-navbar[disabled] {
    color: #656d78;
    background: #f5f7fa;
  }
  #menu .nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  #menu ul li:hover span,
  #menu ul li:focus span,
  #menu ul li:active span {
    display: none;
  }
}
/**
 * Pagination
 */
.pagination > li > a,
.pagination > li > span {
  color: #656d78;
  background: #ffffff;
  border-top: 1px solid #ccd1d9;
  border-left: 1px solid #ccd1d9;
  border-right: 1px solid #ccd1d9;
  border-bottom: 1px solid #aab2bd;
  padding: 8px 14px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #656d78;
  background: #e6e9ed;
  border-top: 1px solid #ccd1d9;
  border-left: 1px solid #ccd1d9;
  border-right: 1px solid #ccd1d9;
  border-bottom: 1px solid #aab2bd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #656d78;
  background: #e6e9ed;
  border-top: 1px solid #ccd1d9;
  border-left: 1px solid #ccd1d9;
  border-right: 1px solid #ccd1d9;
  border-bottom: 1px solid #aab2bd;
}

.results {
  padding-top: 27px;
}

/**
 * Product Common
 */
.product-item a {
  display: block;
  color: #434a54;
  font-weight: 700;
}
.product-item a:hover {
  color: #37bc9b;
}
.product-item .price {
  color: #aab2bd;
  font-weight: 700;
}
.product-item .price .price-new {
  color: #37bc9b;
}

/*
 * Product Grid
 */
.product-grid .product-item {
  position: relative;
  width: 100%;
  border: none;
  padding-bottom: 64px;
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #ccd1d9;
  overflow: hidden;
  z-index: 1;
}
.product-grid .product-item img {
  width: 100%;
}
.product-grid .product-item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.product-grid .product-item:hover .item-overlay {
  background: rgba(170, 178, 189, 0.42);
}
.product-grid .product-item .clickable a {
  display: block;
  padding: 100%;
  z-index: 9;
}
.product-grid .product-item .caption {
  position: absolute;
  bottom: -116px;
  display: block;
  min-width: 100%;
  min-height: 180px;
  padding: 6px 15px;
  margin: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.product-grid .product-item .caption .cart {
  display: block;
  padding: 27px 0 0;
  clear: both;
}
.product-grid .product-item .caption .btn-primary {
  width: 100%;
  color: #ffffff;
  background: #37bc9b;
  border: 1px solid #37bc9b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-grid .product-item .caption .btn-primary:hover {
  color: #434a54;
  background: transparent;
  border: 1px solid #656d78;
}
.product-grid .product-item .caption .name a,
.product-grid .product-item .caption .price {
  text-align: center;
}
.product-grid .product-item .caption .name a {
  text-transform: lowercase;
  line-height: 16px;
  margin: 9px 0 0;
}
.product-grid .product-item:hover .caption {
  -webkit-transform: translatey(-83px);
  transform: translatey(-83px);
}
.product-grid .product-item .wishlist,
.product-grid .product-item .compare {
  color: #ffffff;
  display: none;
  margin-bottom: 3px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-grid .product-item .wishlist a,
.product-grid .product-item .compare a {
  display: block;
  color: #ffffff;
  font-size: 14px;
}
.product-grid .product-item .wishlist {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #37bc9b;
}
.product-grid .product-item .wishlist:hover {
  background: #33b091;
}
.product-grid .product-item .compare {
  position: absolute;
  top: 48px;
  left: 15px;
  background: #434a54;
}
.product-grid .product-item .compare:hover {
  background: #393f47;
}
.product-grid .product-item:hover .wishlist,
.product-grid .product-item:hover .compare {
  display: block;
}
.product-grid .product-item .sale-tag {
  width: 50px;
  height: 100px;
  background: #37bc9b;
  position: absolute;
  top: -45px;
  right: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-grid .product-item .sale-tag span {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 2px;
  position: absolute;
  top: 48px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 992px) {
  .product-grid .product-item {
    width: 213px;
  }
}
@media (min-width: 1200px) {
  .product-grid .product-item {
    width: 263px;
  }
}
/*
 * Product List
 */
.product-list .product-item {
  margin-bottom: 20px;
}
.product-list .product-item .image {
  float: left;
  padding-right: 30px;
  margin-bottom: 20px;
}
.product-list .product-item .image img {
  max-width: 263px;
}
.product-list .product-item .name a {
  text-transform: uppercase;
}
.product-list .product-item .description {
  margin: 10px 0 20px;
}
.product-list .product-item .description p {
  line-height: 21px;
}
.product-list .product-item .rating {
  padding: 0 0 11px;
}
.product-list .product-item .price {
  margin-bottom: 10px;
}
.product-list .product-item .sale-tag,
.product-list .product-item .clickable a {
  display: none;
}
.product-list .product-item .btn-primary {
  margin: 0 0 20px;
}

/**
 * Product Sidebar
 */
.product-sidebar {
  width: 100%;
  overflow: auto;
}
.product-sidebar .product-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #ccd1d9;
  float: left;
}
.product-sidebar .product-item .image {
  display: block;
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 10px 0 0;
  padding-bottom: 0;
}
.product-sidebar .product-item .image img {
  width: 100%;
}
.product-sidebar .product-item .name {
  display: block;
  margin: 9px 0 2px;
  line-height: 16px;
  float: none;
}
.product-sidebar .product-item .price {
  display: block;
  color: #aab2bd;
  font-weight: 700;
  float: none;
}

/**
 * Showcase
 */
.showcase {
  margin-bottom: 30px;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.showcase:hover {
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/**
 * Tabs
 */
.nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
  overflow: hidden;
}
.nav-tabs li a {
  color: #656d78;
  font-weight: 700;
  background: #f5f7fa;
  border-top: 3px solid #f5f7fa;
  border-radius: 3px 3px 0 0;
  margin-right: 3px;
  padding: 9px 21px 12px;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  background: #e6e9ed;
  border-top: 3px solid #e6e9ed;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #656d78;
  border-top: 3px solid #37bc9b;
}

.nav-tabs > li > a,
.nav > li > a:hover,
.nav > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.tab-content {
  background: #ffffff;
  padding: 10px;
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 1px 2px 0 #ccd1d9;
}

@media (max-width: 767px) {
  .tab-content {
    margin-bottom: 20px;
  }
}
/**
 * Thumbnails
 */
.img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 3px;
}

.thumbnail {
  border: none;
  background: transparent;
  margin: 0 0 20px;
  padding: 0;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
}
.thumbnails li {
  margin-left: 20px;
}
.thumbnails img {
  width: 100%;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 30.5px;
}

.image-additional {
  max-width: 74px;
}
.image-additional a {
  margin-bottom: 30px;
  display: block;
}

#sidepanel {
  color: #888;
  font-size: 13px;
  position: fixed;
  top: 0;
  right: -280px;
  bottom: 0;
  width: 280px;
  z-index: 3000;
  background-color: #363839;

  overflow-y: scroll;
  display: none;

  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
#sidepanel_overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2999;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#sidepanel_close {
  color: #999;
  background-color: rgba(0, 0, 0, 0.2);

  display: block;
  position: absolute;
  top: 0;
  right: 0;

  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;

  text-align: center;
}
#sidepanel_close:hover {
  color: #fff;
}
#sidepanel.sidepanel-light #sidepanel_close {
  color: #777;
  background-color: rgba(0, 0, 0, 0.1);
}
#sidepanel.sidepanel-light #sidepanel_close:hover {
  color: #333;
}
#sidepanel.sidepanel-theme-color #sidepanel_close {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.1);
}
#sidepanel.sidepanel-theme-color #sidepanel_close:hover {
  color: #fff;
}

/* position */
#sidepanel.sidepanel-inverse {
  right: auto;
  left: -280px;
}
/* colors */
#sidepanel.sidepanel-dark {
  color: #ddd;
  background-color: #59711f; /* #D0072B;*/
  /* background-color:#363839; */
}
#sidepanel.sidepanel-light {
  color: #111;
  background-color: #ffffff;
}
#sidepanel.sidepanel-theme-color {
  color: #fff;
  background-color: #333;
}

/* sidepanel content */
#sidepanel h1,
#sidepanel h2,
#sidepanel h3,
#sidepanel h4,
#sidepanel h5,
#sidepanel h6 {
  color: #ddd;
}
#sidepanel .sidepanel-content {
  margin: 50px 30px;
  overflow-y: auto;
}
#sidepanel .sidepanel-title {
  font-size: 18px;
  line-height: 23px;
}

/* sidepanel menu */
#sidepanel ul > li > a {
  font-size: 14px;
}
#sidepanel ul ul > li > a {
  font-size: 11px;
}
#sidepanel ul {
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  padding-bottom: 30px;
}
#sidepanel ul ul {
  margin-top: 6px;
  border-bottom: 0;
  padding-bottom: 0;
}
#sidepanel ul ul > li {
  padding: 5px 0 5px 32px;
}

#sidepanel .list-group-item {
  background-color: transparent;
  border: 0;
  padding: 8px 0;
}
#sidepanel .list-group-item a {
  color: #ddd;
  display: block;
  text-decoration: none;
}
#sidepanel ul li a[data-toggle="collapse"] {
  /* font-weight:bold; */
}
#sidepanel ul li a[data-toggle="collapse"].collapsed {
  color: #ddd;
  font-weight: normal;
}
#sidepanel ul li a > i.ico-dd {
  float: right;
}
#sidepanel ul li a > i.ico-category {
  width: 20px;
}
#sidepanel .list-group-item a > i {
  margin-right: 6px;
}
#sidepanel .list-group-item .badge {
  float: right;
}

/* light */
#sidepanel.sidepanel-light ul a,
#sidepanel.sidepanel-light ul li a[data-toggle="collapse"].collapsed,
#sidepanel.sidepanel-light
  .list-group-item
  ul
  li
  a[data-toggle="collapse"].collapsed {
  color: #777 !important;
}
#sidepanel.sidepanel-light,
#sidepanel.sidepanel-light h1,
#sidepanel.sidepanel-light h2,
#sidepanel.sidepanel-light h3,
#sidepanel.sidepanel-light h4,
#sidepanel.sidepanel-light h5,
#sidepanel.sidepanel-light h6,
#sidepanel.sidepanel-light ul li a[data-toggle="collapse"],
#sidepanel.sidepanel-light ul a:hover {
  color: #111 !important;
}

/* theme color */
#sidepanel.sidepanel-theme-color ul a,
#sidepanel.sidepanel-theme-color ul li a[data-toggle="collapse"].collapsed,
#sidepanel.sidepanel-theme-color
  .list-group-item
  ul
  li
  a[data-toggle="collapse"].collapsed {
  color: #eee !important;
}
#sidepanel.sidepanel-theme-color,
#sidepanel.sidepanel-theme-color h1,
#sidepanel.sidepanel-theme-color h2,
#sidepanel.sidepanel-theme-color h3,
#sidepanel.sidepanel-theme-color h4,
#sidepanel.sidepanel-theme-color h5,
#sidepanel.sidepanel-theme-color h6,
#sidepanel.sidepanel-theme-color ul li a[data-toggle="collapse"],
#sidepanel.sidepanel-theme-color ul a:hover {
  color: #fff !important;
}
.panel a h4.title {
  color: #d0072b; /*#59711f;  titulo de los articulos*/
}

.img-responsive {
  width: 100%;
}

header a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .affix {
    width: 160px;
  }
}

@media (min-width: 992px) {
  .affix {
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .affix {
    width: 262px;
  }
}
#sidemenu.affix {
  position: sticky;
  top: 200px;
  z-index: 99;
  height: 100%;
}
img .img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.top-nav ul {
  margin-bottom: 1px !important;
}

/* Contenedor principal */
.main-container {
  background: #f5f7fa;
  min-height: calc(100vh - 80px - 100px);
  overflow-y: visible;
}

/* Contenedor del contenido */
#content {
  position: relative;
  padding: 0 0 20px 0;
  min-height: calc(100vh - 80px);
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

/* Eliminamos las clases que pueden causar cambios de estado */
#content.fixed,
#content.sticky,
#content.animated {
  position: relative;
  transform: none;
  transition: none;
}

/* Ajustes para el contenido dentro del contenedor */
#content .container {
  padding: 20px;
  background: transparent;
  box-shadow: none;
}

.container-layout {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/* Modal customization */
#CastyModal .modal-dialog {
  width: 90%; /* Ancho del modal - puedes usar porcentaje o píxeles */
  max-width: 1200px; /* Ancho máximo */
  margin: 30px auto;
}

#CastyModal .modal-content {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#CastyModal .modal-header {
  background: linear-gradient(135deg, #93bd00 0%, #679000 100%);
  color: white;
  border-radius: 15px 15px 0 0;
  padding: 20px 25px;
}

#CastyModal .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}

#CastyModal .modal-body {
  padding: 25px;
  max-height: 70vh; /* Altura máxima del contenido */
  overflow-y: auto; /* Scroll si el contenido es muy largo */
}

#CastyModal .modal-footer {
  border-top: 1px solid #e9ecef;
  padding: 15px 25px;
}

/* Responsive modal sizes */
@media (max-width: 768px) {
  #CastyModal .modal-dialog {
    width: 95%;
    margin: 10px auto;
  }

  #CastyModal .modal-body {
    max-height: 60vh;
  }
}

@media (max-width: 480px) {
  #CastyModal .modal-dialog {
    width: 98%;
    margin: 5px auto;
  }
}
