.pointer {
  cursor:pointer;
}

.em-05{
  font-size:0.5em;
}
.em-06{
  font-size:0.6em;
}
.em-07{
  font-size:0.7em;
}
.em-08{
  font-size:0.8em;
}
.em-085{
  font-size:0.85em;
}
.em-09{
  font-size:0.9em;
}
.em-095{
  font-size:0.95em;
}

.em-11{
  font-size:1.1em;
}
.em-115{
  font-size:1.15em;
}
.em-12{
  font-size:1.2em;
}
.em-125{
  font-size:1.25em;
}
.em-13{
  font-size:1.3em;
}
.em-135{
  font-size:1.35em;
}
.em-14{
  font-size:1.4em;
}
.em-145{
  font-size:1.45em;
}
.em-15{
  font-size:1.5em;
}
.em-16{
  font-size:1.6em;
}
.em-17{
  font-size:1.7em;
}
.em-18{
  font-size:1.8em;
}
.em-19{
  font-size:1.9em;
}

.em-20{
  font-size:2.0em;
}
.em-21{
  font-size:2.1em;
}
.em-22{
  font-size:2.2em;
}
.em-23{
  font-size:2.3em;
}
.em-24{
  font-size:2.4em;
}
.em-25{
  font-size:2.5em;
}

.font-weight-bold{
  font-weight: bold;
}

/*======================================
    Nuevos CSS
========================================*/


.featured-categories .single-category img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: auto;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

/* ################################################# */

.header .navbar-cart .cart-items .shopping-item .bottom .total .total-amount {
  float: right;
  font-size: 18px;
}

.header .navbar-cart .cart-items .shopping-item{
  width: 480px;
  right:-30px;
}

.header .navbar-cart .cart-items .shopping-item .shopping-list li .cart-img-head {
  width: 25%;
}

.cart-single-list {
  padding: 0;

}

.checkout-steps-form-style-1 .single-payment-option {
  width: 50%;

}

.checkout-steps-form-style-1 .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 4px 4px 0 0;
  padding: 8px 25px;
  color: #081828;
  background-color: #fff;
}

.button-checkout .btn {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 30px;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

.button-finalizar-compra .btn {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: bold;
  padding: 13px 30px;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
  position: relative;
  color:white;
  background-color: green;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

#superloading{
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  z-index: 99999;
}

#superloading.success{
 
  background: rgba(0, 128, 0, 0.98);
 
}


.single-widget {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 30px;
}

.single-widget .list li {
  margin-bottom: 12px;
}

.single-widget .list li a {
  color: #666;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
}


.checkout-steps-form-content {
  padding: 25px;
  padding-top: 0;
  border: 1px solid #e6e6e6;
  border-top-color: transparent;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.single-form {
  margin-top: 16px;
  position: relative;
}
.single-form .form-input textarea, .single-form .form-input input {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #e6e6e6;
}

.header .topbar {
  background-color: #081828;
  padding: 10px 0;
}

div.lazy-scroll {
  background: #AAA;
  height: 95vh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

img {
  width: 100%;
}
/* 
.main-img {
  background-image: url('../assets/images/loading_image_bg.gif');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  min-height: 400px;


}

.product-image {
  background-image: url('../assets/images/loading_image_bg.gif');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;

} */

.header .navbar-brand img {
  width: 300px;
}

.breadcrumbs {
  position: relative;
  padding: 20px 0;
  z-index: 2;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 30px rgb(0 0 0 / 8%);
  box-shadow: 0px 7px 30px rgb(0 0 0 / 8%);
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 22px;
  color: #081828;
  font-weight: 600;
  position: relative;
  line-height: 28px;
  text-transform: capitalize;
}

.header .header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.hero-area .hero-slider .single-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
}


 .post-tag ul li {
  display: inline-block;
  margin-right: 10px;
}

 .post-tag ul li:last-child {
  margin: 0;
}

 .post-tag ul li a {
  color: #888;
}

 .post-tag ul li a:hover {
  color: #0167F3;
}

@media (max-width: 767px) {
   .post-social-media {
    margin-top: 20px;
  }
}

 .post-social-media .share-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  color: #888;
}

 .post-social-media ul {
  display: inline-block;
  margin-left: 10px;
}

 .post-social-media ul li {
  display: inline-block;
  margin-right: 15px;
}

 .post-social-media ul li a {
  font-size: 25px;
  font-weight: 800;
  color: #999;
  position: relative;
}

 .post-social-media ul li a:hover {
  color: #0167F3;
}

 .post-social-media ul li a span {
  background-color: #0167F3;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

 .post-social-media ul li a span::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid #0167F3;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

 .post-social-media ul li a:hover span {
  opacity: 1;
  visibility: visible;
  top: -35px;
}

.header .nav-social {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* @media (max-width: 767px) {
  .header .nav-social {
    position: relative;
    margin-top: -50px;
  }
} */

.header .nav-social .title {
  font-size: 14px;
  font-weight: 600;
  color: #081828;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .header .nav-social .title {
    display: none;
  }
}

.header .nav-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.header .nav-social ul li:last-child {
  margin: 0;
}

.header .nav-social ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 14px;
  color: #555;
}

.header .nav-social ul li a:hover {
  color: #fff;
  background-color: #0167F3;
  border-color: transparent;
}

.rotador .slider-head {
  position: relative;
  overflow: hidden;
}


.rotador .tns-controls button {
  width: 35px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  color: black;
  font-size: 17px;
  background: lightgray;
  border: none;
  padding: 2px 5px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -30px;
  border-radius: 0;
}

.rotador .tns-controls button:first-child {
  left: -40px;
  border-radius: 0 4px 4px 0;
}

.rotador .tns-controls button:last-child {
  right: -40px;
  border-radius: 4px 0px 0px 4px;
}

.rotador .slider-head:hover .tns-controls button:first-child {
  left: 0;
}

.rotador .slider-head:hover .tns-controls button:last-child {
  right: 0;
}


.logos-footer {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 32px;
  position: relative;
}




.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  user-select: none;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear .3s;
}


.rzslider .rz-pointer {
  top: -10px;
  z-index: 3;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #0167F3;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  transition: all linear .3s;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: none;
  left: none;
  width: none;
  height: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  content: none;
}

.rzslider .rz-pointer.rz-active {
  top:-10px
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none;
}
.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear .3s;
}


.rzslider .rz-selection {
  z-index: 2;
  background: #77acf7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: background-color linear .3s;
}

.text-link {
  font-weight: 400;
  color: #0d6efd;
  
}
.text-link:hover {
  color: #0a58ca;
  text-decoration: underline;
}
