/* CSS Document */

.img_espejo{background-position:center; background-size:cover;width:100%; height:300px;}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 5px;  background-color: #077f01;
}
.w100{ width: 100% ;}
 li{list-style:none; }
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 100%;
}
body {
  margin: 0px;
  padding: 0px;
}
label {
  margin-bottom: 0px !important;
  margin-top: 15px !important;
 
}
.item-title a{ color: #077f01; font-weight: bold;}

/* .swal2-popup { zoom: 150% !important} */

/*--------------------------------
    Pagniation
---------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.025em;
}
.pagination > * {
  font-size: 1.4rem;
}
.pagination a {
  color: inherit;
}
.pagination .prev,
.pagination .next {
  height: 4rem;
  min-width: 8rem;
  padding: 1.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  color: #aaa;
}
.pagination .prev {
  margin-right: 0.5rem;
}
.pagination .prev i {
  margin-right: 0.5rem;
}
.pagination .next i {
  margin-left: 0.5rem;
}
.center{display: block;text-align: -webkit-center;float:none !important}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.4s, border 0.4s, color 0.4s;
  line-height: 1;
  padding: 10px;
}
:hover:not(.disabled) > .page-link,
.active:not(.disabled) > .page-link {
  background-color: transparent;
  border-color: #eee;
  color: #2b2215;
  border-radius: 0.3rem;
}

.page-item:not(:last-child) {
  margin-right: 0.5rem;
}

.page-item-dots {
  white-space: nowrap;
}
.page-item-dots::before {
  content: "...";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: 600;
  margin-right: 0.1rem;
  margin-top: -6px;
}

.alert {
  width: 100%;
  position: relative;
  padding: 1.4rem 3.5rem 1.4rem 2rem;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
  line-height: 1.75;
  border: 1px solid;
  letter-spacing: -0.003em;
  border-radius: 0.3rem;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
a:hover {
  text-decoration: none;
}

.conte_paginacion {
  display: inline-block;
  width: 100%;
}
.ncon {
  float: left;
  position: relative;
  top: 10px;
}
.pagination {
  margin-top: 15px;
  float: right;
}
.btn_google {
  width: 100%;
  color: #d14130;
  background: rgba(209, 65, 48, 0.1);
  border-radius: 4px;
  padding: 9px 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
  overflow: hidden;
  border-radius: 15px;
  font-size: 15px;
}
.btn_google:hover {
  color: #fff;
  background: #d14130;
}

.btn_facebook {
  width: 100%;
  color: #3b5998;
  background: rgba(59, 89, 152, 0.1);
  border-radius: 4px;
  padding: 9px 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
  overflow: hidden;
  border-radius: 15px;
  font-size: 15px;
}
.btn_facebook:hover {
  color: #fff;
  background: #3b5998;
}

.bor {
  border: dashed 1px #006cb5;
  padding: 15px;
  margin: 0 auto;
  font-size: 13px;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  color: #006cb5;
}

#total {
  width: 100%;
}

.cart__total__amount {
  background: #ffffff none repeat scroll 0 0;
  display: flex;
  height: auto;
  justify-content: space-between;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: 500;
  color: #b68858;
  font-size: 16px;
  margin: 10px auto;
}

.form-control2 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navlink2 {
  background: #c89b36;
  margin: 5px;
  border-radius: 5px;
  padding: 14px;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-weight: 900;
}
.navlink2:hover {
  color: #2c2616;
  background: aqua;
  border-radius: 5px;
  text-decoration: none;
}
.label_radio {
  padding: 15px;
  margin: 0 auto;
  font-size: 13px;
  width: 100%;
  color: #0163a5;
  font-size: 14px;
  font-weight: 700;
  background: #ecd9bb;
  border-radius: 5px;
}

.xlink {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border-radius: 0;
  border: 0;
  padding: 1.5rem 2.85rem;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
}

.swal2-container.swal2-center > .swal2-popup {
  font-size: 15px !important;
}
.product-single .btn-cart2 {
  flex: 1;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  min-width: 12rem;
  margin-right: 2rem;
}
.wr{ width: auto;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1064px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
.wr{ width: 100% !important; margin-top: 10px !important; margin-left: 0 !important;}
  .img_espejo{background-position:center; background-size:cover;width:100%; height:175px;}

}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 360px) {
}
