
* {
    font-family: 'Open Sans';
    font-size: 14px;
}

a {
    color: #191B1C;
    text-decoration: none
}

h5 {
    font-size: 10px
}
.cscart{margin-bottom:5px}
a:hover {
    color: #191B1C;
    text-decoration: none
}

img {
    margin-bottom: 11px;
}

.product_desc {
    text-align: center
}

.price {
    font-size: 18px;
    font-weight: bolder;
    color: black;
    margin-bottom: 5px;
    display: inline-block;
}

.prods {
    border: 1px solid #eee;
    margin: 5px;
    text-align: center;
    padding: 5px;
}

.prods:hover {
    border: 1px solid #999;
    margin: 5px;
    text-align: center;
}

.add-to-cart {
    line-height: inherit;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
}

.btn-primary {
    color: #fff;
    background-color: #191B1C;
    border-color: transparent;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 23px;
    border: 1px solid #ccc;
    padding: 7px;
    min-width: 70px;
    color: white!important;
    background-color: #191B1C;
}
 #idslide1 {color:white }
 .btn.icon {
    padding: 5px 0;
    min-width: 0;
 }
 .btn.add-to-cart {
    background: #001D41;
 }
 
/* PARA CAJA LISTADO PRODUCTOS */
.product-name-list{
  font-size: 14px;
  color: #666666;
  min-height: 56px;
  display: inline-block;
}
.product-image-container{
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 15px;
}
.box-prices-and-buy-list{
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.slider_price_display{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-prices-list{

}
.box-buy-list{
  margin-top: 4px;
}
.box-prices-list .good_price{
  color: #191B1C;
  font-weight: bold;
  font-size: 24px;
}
.box-prices-list .note-tax-list{
  color: #191B1C;
  font-size: 14px;
  margin-left: 10px;
}
.box-prices-list .note-tax-list.withDiscount{
  width:100%;
  margin: 0;
}
.box-prices-list .old-price{
  color: #D68C00;
  font-size: 12px;
  position: relative;
  margin-left: 10px;
}
.box-prices-list .old-price:before{
  top: 6px;
  content: "";
  border-bottom: 1px solid #D68C00;
  transform: rotate(-32deg);
  width: 90%;
  height: 2px;
  display: inline-block;
  position: absolute;
}
.price-By-unit{
  color: #191B1C;
  font-size: 14px;
  text-align: left;
}
.box-buy-list .yeahbutton a{
  background: #001D41;
  border-radius: 100%;
  display: inline-block;
}
.box-buy-list .yeahbutton.disabled a{
  background: rgba(135, 99, 74, 0.637347);
}
.box-buy-list .icon-cart-list{
  font-size: 18px;
  color: #ffffff;
  padding: 3px 8px;
}
#product-accessories .swiper-slide {
  min-width: 200px;
  max-width: 200px;
}
.nombre_producto{

}
.owl-nav{
  display:none;
}
@media (max-width: 768px) {
  .ajax_block_product .product-container{
    border-bottom: 1px solid #D2D2D2;
    padding-top: 10px;
  }
  .ajax_block_product .left-block{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin-right: 10px;
  }
  .ajax_block_product .right-block{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 116px);
  }
  #product-accessories .ajax_block_product .left-block{
    display: block;
    width: 100%;
  }
  #product-accessories .ajax_block_product .right-block{
    display: block;
    width: 100%;
  }
  .product-image-container{
    border: 0;
  }
}
@media (max-width: 1200px) {
  #layer_cart {
    max-width: 500px;
  }
}
/* FIN */