body{
    font-family: 'Poppins', sans-serif !important;
}

.item-price.text-pink {
    color: #0c9ca3 !important;
}

h1, h2, h3, h4, h5{
    font-family: 'Poppins', sans-serif !important;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #0c9ca3;
    text-decoration: none;
}

#header .logo img.logo-speed{
    max-height: initial !important;
    width: 10em;
}

#hero h1{
    /*color: #ff145e !important;*/
    color:#000 !important;
}

#hero h2{
    color: #000;
    font-weight: 300;
    font-size: 1.3em;
}

#hero::before{
    background-color: #ffc30c17 !important;
}

body{
    color: #000;;
}

.text-gift{
    text-align: left;
    color:#000;
    font-weight:600;
    font-size: 0.9rem;
    margin-top:5px;
}

.text-miles{
    text-align: right;
    margin-top:5%;
    color: #000;
    font-weight:600;
    font-size: 1.4rem;
}

.navbar .getstarted{
    border: 1px dashed #0c9ca3;
    background: #fff !important;
    color: #0c9ca3;
    padding: 5px 20px;
    margin-left: 30px;
    line-height: 1;
    border-radius: 50px;
    font-weight: 200;
}

.navbar .getstarted .miles{
    font-weight:600;
}

.navbar .getstarted:hover{
    color:#0c9ca3;
}

#footer .footer-newsletter form input[type=submit]{
    background: #0c9ca3;
}

.back-to-top {
    background: #0c9ca3;
}

.contact .php-email-form button[type=submit] {
    border: 2px solid #0c9ca3;
    color: #0c9ca3;
}

.contact .php-email-form button[type=submit]:hover{
    background: #0c9ca3;
}

.section-title h2{
    color: #0c9ca3;
}

.col-miles{
    box-shadow: 5px 0px 0px 0px #f1adad;
    margin-bottom: 10px;
}

.card{
    border:0px;
}

.card:hover{
    box-shadow: 0px 0px 4px 2px #0c9ca326;
}

.btn-canjear{
    border: 2px solid #0c9ca3;
    color: #0c9ca3;
    background: #fff;
    padding: 10px 24px;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 5px;
}

.btn-canjear:hover{
    border: 2px solid #0c9ca3;
    background: #0c9ca3;
    color: #fff;
}

.btn-catalogo{
    border: 2px solid #0c9ca3;
    padding: 10px 24px;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 5px;
    background: #0c9ca3;
    color: #fff;
}

.btn-catalogo:hover{
    border: 2px solid #0c9ca3;
    background: #fff;
    color: #0c9ca3;
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none;
}

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

.section-bg, #footer .footer-newsletter{
    background-color: #0c9ca317 !important;
}

#footer{
    background-color: #fff !important;
}

.py-4{
    background: #fff;
}


.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a{
    color: #0c9ca3;
    font-weight: bolder;

}

/*
.navbar .active{
    color: #0c9ca3;
    padding: 10px;
    border: 1px solid #0c9ca3;
}*/
/*##- SHOP -##*/
.product {
    position: relative;
    margin-bottom: 1rem;
    transition: box-shadow .35s ease;
    background-color: #fff;
}
.product {
    overflow: hidden;
}
.product:hover {
    box-shadow : 0px 7px 20px rgb(137 137 137 / 16%)
}
.products .product {
    width: 100%;
}
.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
}
.product-image {
    display: block;
    width: 100%;
    height: auto;
}
.product-label.label-new {
    color: #fff;
    background-color: #a6c76c;
}
.product-media > a {
    display: block;
}

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.product:hover .product-action, .product:focus .product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.product.product-7 .btn-product {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #0c9ca3;
    /*background-color: #fff;*/
    background: #ffffff12;
    text-transform: uppercase;
    border-bottom: 0.1rem solid #ebebeb;
    width: 100%;
}

.product.product-7 .btn-product:hover , .product.product-7 .btn-product:focus {
    color: #fff;
    font-weight:600;
    /*background-color: #c96;*/
    background-color: #f8214b;
    border-bottom-color: #de264a;
    width: 100%;
}

.btn-cart:before {
    font-family: 'bootstrap-icons';
    content: '\f23e';
    margin-right: 10px;
    color: #0c9ca3;
}

.btn-cart:hover:before {
    color: #fff;
}


.btn-cart:hover:before span {
    color: #fff;
}

.btn-product span {
    /*color: #000;*/
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: -.01em;
    transition: all .35s ease;
}

.btn-product.disabled{
    pointer-events: none;
    cursor: default;
}

.btn-cart:hover:before  a{
    color: #fff !important;
}

h3.product-title{
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.product-title > .text-title{
    font-size: 1.3em;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.text-stock{
    font-size: 1.1em;
    margin-top: 10px;
}

.text-stock.text-danger {
    color: red !important;
}

.product-price{
    padding: 10px;
    border: 1px solid #0c9ca3;
    color: #0c9ca3;
    font-size: 1.2em;
    font-weight: 600;
}

.page-header {
    /*padding: 4.6rem 0 5rem;*/
    padding: 6.5rem 0rem 1rem 0rem;
    background-color: #ebebeb38;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sidebar-shop .widget {
    color: #333333;
    margin: 0 0 2rem;
    border-bottom: 0.1rem solid #ebebeb;
}

#amount {
    border:0;
    color:#0c9ca3;
    font-weight:bold;
}

/*.CHECKBOX STYLE.*/
/* Centra el input personalizado con el texto */
.custom-radio-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: arial;
    color:#767676;
}

/* Modificador para dar la imagen de checkbox */
.custom-radio-checkbox__show--checkbox {
    background-image: url(/static/img/check-box-empty.png);
}

/* Modificador para dar la imagen de radio */
.custom-radio-checkbox__show--radio {
    background-image: url(/static/img/radio-uncheck.png);
}

/* Oculta input original */
.custom-radio-checkbox > .custom-radio-checkbox__input {
    display: none;
}

/* Radio personalizado usando <span> */
.custom-radio-checkbox > .custom-radio-checkbox__show {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: .5rem;
    background-size: cover;
}

/* Cambia el checkbox personalizado cuando es pulsado */
.custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--checkbox {
    background-image: url(/static/img/check.png);
}

/* Cambia el radio personalizado cuando es pulsado */
.custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--radio {
    background-image: url(check.png);
}

.custom-radio-checkbox__text{
    font-family: 'Poppins', sans-serif !important;
}

.table .table-cart  td {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.table .remove-col {
    padding-right: 0;
    padding-left: 0;
    width: 38px;
    text-align: right;
}

.table .remove-col .btn-remove {
    margin-right: -0.7rem;
}

.icon-close:before {
    font-family: 'bootstrap-icons';
    content: '\F659';
    font-style: normal;
    font-size: initial;
}

.btn-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #cccccc;
    background-color: transparent;
    font-size: 1.7rem;
    line-height: 1;
    border: none;
    outline: none;
    transition: all .35s;
}


/* DROPDOWN CART*/



.container-cart{
  margin: auto;
  width: 80%;
}

.badge {
  background-color: #f7b82cf8;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}


.badge-warning {
    color: #fff;
    background-color: #ffc107;
    display: inline-block;
}

.badge-success{
    color: #fff;
    background-color: #28a745;
    display: inline-block;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}


.text-primary {
    color: #0d6efd!important;
}

.text-secondary {
    color: #6c757d!important;
}

.text-success {
    color: #198754!important;
}

.text-danger {
    color: #dc3545!important;
}

h1.title-page{
    font-size: 1.9rem;
    font-weight: 400;
}

.shopping-cart {
    z-index: 9;
    opacity: 99%;
    margin: 50px 0;
    right: 0%;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 1px 4px 5px 3px #f7f7f7eb;
}

.btn-dark{
    color:white !important;
}

  .shopping-cart-header {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 15px;
  }

    .shopping-cart-total {
      float: right;
    }


  .shopping-cart-items {
    position: relative;
    display: flex;
    align-items: flex-start;
    /*padding: 1.6rem 2.4rem 1.6rem 0;*/
    box-shadow: none;
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none !important;
  }



.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}




.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.shopping-cart-products{
    padding: 1.2rem 1rem 1.5rem 1.2rem ;
    margin-top: -1rem;
}

.shopping-cart-items{
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 1.6rem 2.4rem 1.6rem 0;
    box-shadow: none;
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none !important;
}

.shopping-cart-items .shopping-cart-details {
    font-weight: 400;
    max-width: 150px;
    font-size: 0.9rem;
    color: #999999;
    text-align: left;
}

.product-image-container {
    width: 40%;
}

/*
.product-image-container {
    position: relative;
    max-width: 60px;
    margin: 0;
    margin-left: auto;
}

.product-image-container .product-image{
    width: 100%;
    margin-left: 80%;
}*/

img.image-cart{
    width: 100%;
}

.card-miles{
    padding: 20px 10px;
    border: 1px #000 dashed;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2em;
    color: #000;
    border-radius: 5px;
}

.card-total-miles{
    font-size: 1.3em;
    font-weight: 600;
}

.inc-item-name{
    font-size: 0.8em;
}

.inc-item-price{
    color: #0c9ca3 !important;
    font-size: 0.85em;
}

.inc-item-quantity{
    font-size: 0.8em;
}

table .cart-product-quantity{
    display: inline-flex;
}

.btn-less-cart, .btn-add-cart{
    /*padding: 0px 10px;*/
    /*padding: 0px 14%;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 3px;
    font-weight: 700;
    color: #000;
    border-radius: 50%;*/
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}

a.btn-less-cart.btn-block, a.btn-add-cart.btn-block{
    background: #dddddd;
    cursor: not-allowed;
}

.contact .info{
    background: transparent;
    font-size: 48px;
    color: #47536e;
    margin-bottom: 15px;
}

.contact .info i {
    font-size: 48px;
    color: #47536e;
    margin-bottom: 15px;
}

.inc-shopping-cart-products{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom:20px;
}

.block-user-information{
    z-index: 9;
    opacity: 95%;
    margin: 50px 0;
    right: 0%;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
}

.title-user{
    font-weight:200;
    font-size:0.8em;
}

.description-user{
    font-weight:600;
    font-size:0.9sem;
}

.item-session:hover{
    border:1px solid #0c9ca3;
    color: #0c9ca3;
    cursor:pointer;
}

#user_options{
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left:5px;
    margin-right: 5px;
}
#cart{
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.number-gift{
    text-align:center;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #f7f7f752;
    cursor: not-allowed;
}

#tbl_detalle > tbody.border-table > tr.item-product {
    border: 1px solid;
}

.spacing-border{
    width: 30%;
}

.table-gifts{
    width: 40%;
}

.navbar a:hover{
    color:#fff;
}

.btn-inicio-sesion{
    font-weight: 700;
    color: #0c9ca3 !important;
}

.info-millas{
    box-shadow: -2px 1px 2px 2px #edebeb;
    padding: 20px;
}

a.text-menu-profile{
    color: #000;
    display: inline-block;
    margin-left: -20px;
    font-size: 1em;
}

a.text-menu-profile:hover{
    color: #0c9ca3;
    display: inline-block;
    margin-left: -20px;
    font-size: 1em;
}

@media (max-width: 991px) {
    section#productos{
        padding: 20px !important;
    }

    .form-order{
        border: 1px solid #ddd !important;
        border-radius: 5px;
        padding: 20px 0px;
    }

    .spacing-border{
        width: 5%;
    }

    .table-gifts{
        width: 80%;
    }
}