/*____________________ My Cuponik ___________________*/
.hd { width: 100%; position: relative; top: 70px; padding: 10px }
.body_panel {
    margin: 20px; position: relative;
    display: grid; align-items: center; justify-content: center;
}
.cliopciones { background: #9d41f4; }
.hd_mycuponik, .hd_mycuponik2 {
    position: relative; text-align: center;
    width: 100%; height: 70px;
    background: #9d41f4; color: #fff;
    display: flex; align-items: center; justify-content: center;
}
.hd_mycuponik2 { background: #00da4d }
.alterno, .alterno2 {
    position: absolute; width: 39%; height: 60px; cursor: pointer;
    background: #00da4d; color: white;
    border-bottom-left-radius: 60px; right: 0px;
}
.alterno2 { background:#9d41f4 }

.cuponik a {
    display: grid; margin: 20px; cursor: pointer;
    grid-template-columns: 280px;
    grid-template-rows: 182px 100px 170px;
    font-family: roboto; text-align: center;
    border-radius: 18px;
    background: #fff; box-shadow: 3px 3px 10px #838181;
    transition: 1s ease-in-out;
}
.cuponik a{ grid-template-areas: "image" "text" "extra" }

.card-image { 
    border-top-left-radius: 15px; border-top-right-radius: 15px;
    background-size: cover!important;
}
.card-image { grid-area: image }
.card-text { grid-area: text; margin: 10px}
.card-text .title { color: rgba(255,7,110); font-size: 16px }
.card-text p { color: #605e5e; font-size: 16px; font-weight: 500 }
.card-text h2 { margin-top: 0px; font-size: 28px }
.card-extra { 
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr; */
    border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;
    background: antiquewhite;
}
.card-extra .target {
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; padding: 10px; color: #fff;
}
.card-extra .type { font-size: 11px; font-weight: 300; text-transform: uppercase}
.card-extra .value { font-size: 22px; font-weight: 500 }
.cuponik a:hover {
    transform: scale(1.045);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}
/*____________________ Cupons Presentation ___________________*/
.body_cupon { display: grid; align-items: center; justify-content: center }
.header_cupon {
    display: grid;
    grid-template-columns: 2fr 1fr; grid-template-rows: 1fr;
    float: unset; position: relative; border: 1.5px dashed #970ee9;
    border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;
}    
.footer_cupon {
    background: #f0f9ff; float: unset; position: relative;
    border: 1.5px dashed #970ee9;
    border-top-style: none;
    border-top-left-radius: 20px; border-top-right-radius: 20px;
    background-size: cover;
}
.header_cupon #slider_product { width: 25% }
.header_cupon .empr { background-size: cover!important; position: relative; width: 75% }
.header_cupon #slider_product .slide { padding: 5px; display: grid; justify-content: center  }
.header_cupon #slider_product img { width: 100px; cursor: pointer }
.header_cupon .empr img { width: 100%; max-width: 400px; max-height: 600px }
.header_cupon .infop {
    position: relative; width: 100%; padding: 2% 5% 2% 5%;
    border-bottom: 1px dashed #cac9c9;
}
.header_cupon .infop img { width: 40% }
.header_cupon .panels {
    display: inline-flex; width: 100%;
    flex-direction: column;
    align-items: flex-start; justify-content: center; text-align: center;
    z-index: 7;
    padding-bottom: 10px; border-bottom: 1px dashed #cac9c9;
}

.title-cupon { padding: 0px 0 0px }
.header_cupon .descripcion {  
    font-style: normal; font-weight: 400; font-size: 1em; line-height: 23px; color: #6a6a6a; text-align: justify
}
#id-codigo { float: right; font-size: 1rem }
.header_cupon .detalle, .detalle {
    width: 100%; overflow: hidden;
    float: right;
    text-align: center; padding-bottom: 10px;
}
.precio-detail, .cliente-detail div { display: flex; justify-content: center; align-items: center; padding: 0 10px }
.detalle .valor { color: #ff7500; font-weight: 700; font-size: 2em; margin: 4px 0 }
.detalle input.valor { color: #ff7500; font-weight: 700; font-size: 1.5em; margin: 4px 0; border: none; width: 90px }
.detalle .soles { color: #ff7500; font-weight: 600; padding-right: 5px; font-size: 1.5em }


.detalle .box-descuento {
    border-radius: 6px;
    height: 32px; width: 32px;
    display: flex;
    align-items: center; justify-content: center; text-align: center;
    background-color: #4244f0; border: 2px solid #316aff;
    margin-left: 5px; color: #fff
}
.detalle .box-descuento span { font-size: .75em; font-weight: 700; color: #fff }
.detalle .precio-normal { font-weight: 500; text-decoration: line-through; color: #6f6f6f }
.detalle input.precio-normal { font-weight: 500; text-decoration: line-through; color: #6f6f6f; border: none; width: 75px }


.detalle #button { padding-bottom: 10px; border-bottom: 1px dashed #cac9c9 }
.btnUtilizar {
    width: 220px; height: 40px; margin: 8px; line-height: 40px;
    font-family: lato; cursor: pointer;
    position: relative;
    font-size: 1em; font-weight: 700; text-align: center; text-transform: uppercase;
    color: #fff; background: #ff7500;
    border: none;
    -moz-border-radius: 6px!important;
    -webkit-border-radius: 6px!important;
    border-radius: 6px!important;
}
.title-utilizar {
    font-size: 10px; padding: 2px 10px 2px;
    background: linear-gradient(120deg, #5e6bf4, #03a9f4, #9d41f4, #9d41f4, #681bb1); color: #fff;
}
.header_cupon .client-info, .header_cupon .cupon-info { display: flex; justify-content: space-between }
.header_cupon .back {
    background: #fff;
    border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; 
    width: 110%; margin-left: -19px;
}
.title-active { background-size: 400% 400%; animation: move 3s ease-in-out infinite; z-index: 0 }
@keyframes move {
    0%  {background-position: 0% 50%} 50% {background-position: 100% 50%} 100%{background-position: 0% 50%}
}

.activeCuponik {
    position: relative; width: 600px; height: 103%;
    border-radius: 20px;
    overflow: hidden; display: flex; justify-content: center; align-items: center;
}
.activeCuponik::before {
    content: ''; position: absolute; width: 310px; height: 200%;
    background: linear-gradient(#00ccff, #d400d4);
    animation: active 4s linear infinite;
}
.activeCuponik::after { content: ''; background: #000; inset: 4px }
@keyframes active {
    0%  { transform: rotate(0deg) }
    100%{ transform: rotate(360deg) }
}
#estado {
    position: absolute; width: 160px; height: 40px; z-index: 99;
    border: 1.5px solid grey;
    right: 4px; bottom: 4px;
    background: #ff7500;
    display: flex; justify-content: center; align-items: center; color: #fff;
}
/*____________________ Shopping chart ___________________*/
#counter {
    background-color: #3636d2; z-index: 1;
    position: absolute;
    right: -9px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    bottom: 0;
    color: #fff;
    width: 20px; height: 20px;
    border-radius: 50%;
}
/*3. COMPONENTS */
.ps-cart--mini {
    position: relative;
}

.ps-cart--mini .ps-cart__items, .search-content {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    max-height: 420px; overflow: auto;
}
.search-content { border-bottom: 1px inset; position: absolute; width: 100%}
.visible-scroll::-webkit-scrollbar {
    display: block; visibility: visible;
}
/* .ps-cart--mini .ps-cart__items:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 30px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
} */

.ps-cart--mini .ps-cart__items .ps-product--cart-mobile {
    margin-bottom: 26px;
}

.ps-cart--mini .ps-cart__content {
    position: absolute;
    min-width: 370px;
    right: -30px;
    z-index: 30;
    padding-top: 10px;
    -webkit-transform: translate(0 20px);
    transform: translate(0 20px);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    visibility: hidden;
    opacity: 0;
}

.search-results {
    position: absolute; margin-left: -40px; padding-top: 45px;
    width: 400px;
    z-index: 2;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: all .7s ease;
    transition: all .7s ease; opacity: 0; visibility: hidden
}

.ps-cart--mini .ps-cart__footer {
    /* Editado por Wiedens */
    /* padding: 10px 20px 20px; */
    padding: 0px 20px 20px;
    /* margin-top: -20px; */
    background-color: #ffffff; color: #000;
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.ps-cart--mini .ps-cart__footer h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.ps-cart--mini .ps-cart__footer h3 strong {
    float: right;
    color: red;
}

.ps-cart--mini figure {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}

.ps-cart--mini figure .ps-btn { padding: 12px 25px }
.ps-cart--mini figure .ps-btn:hover { color: #fff }

.ps-cart--mini:hover .ps-cart__content {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    visibility: visible;
    opacity: 1;
}
.ps-cart--mini .ps-cart__content:before {
    content: '';
    display: inline-block;
    position: absolute; z-index: 1;
    top: 2px;
    right: 30px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.ps-cart--mobile .ps-cart__content {
    padding: 20px 10px 0;
    min-height: calc(100vh - 250px);
}

.ps-cart--mobile .ps-cart__footer {
    padding: 30px 20px;
    border-top: 1px solid #e1e1e1;
}

.ps-cart--mobile .ps-cart__footer h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.ps-cart--mobile .ps-cart__footer h3 strong {
    float: right;
    color: red;
}

.ps-cart--mobile figure {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}

.ps-cart--mobile figure .ps-btn {
    padding: 12px 25px;
}
/* Second */
.ps-product--cart-mobile {
    display: -webkit-box; padding: 2px 0;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
  
.ps-product--cart-mobile > * {
    width: 100%;
}
  
.ps-product--cart-mobile .ps-product__thumbnail {
    max-width: 56px;
}
.ps-product--cart-mobile .ps-product__thumbnail img {
    max-width: 100%;
}
.search-content img { width: 60px; height: 60px; border: 0.15rem solid #ebb8f3; border-radius: 50% }
  
.ps-product--cart-mobile .ps-product__content {
    position: relative; line-height: 16px;
    /* padding-right: 30px; */
    padding-left: 20px;
}
  
.ps-product--cart-mobile .ps-product__content .ps-product__remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #666;
}

.ps-product--cart-mobile, .ps-product__content a {
    color: #06c; font-size: 13px;
}

.ps-product--cart-mobile .ps-product__content a:hover {
    color: #fcb800;
}

.ps-product--cart-mobile .ps-product__content p strong {
    color: #000;
    font-weight: 500;
}

.ps-product--cart-mobile .ps-product__content small {
    font-size: 14px;
    color: #000;
}

.ps-product--photo {
    position: relative;
    overflow: hidden;
}

.ps-product--photo > a {
    display: block;
}
  
.ps-product--photo > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.05);
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.9));
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
}
.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #fcb800;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}
.ps-btn:hover, .ps-btn:active, button.ps-btn:hover, button.ps-btn:active {
    background-color: #222;
    color: #fff;
}
.borrar-producto { font-size: 18px }
td .borrar-producto { font-size: 24px!important; color: #3636d2!important }

/*____________________ Payments ___________________*/
.cards_container {
    display: flex; justify-content: space-around;
}
.payment_cards {
    background-image: url(../img/almacen/tarjetas.png);
    background-size: 100% 100%;
	background-repeat:no-repeat;
    height: 200px;
    width: 25%;
    margin: 5px;
}
.payment_cards1 {
    background-image: url(../img/almacen/medios_pago.png);
    background-size: 100% 100%;
	background-repeat:no-repeat;
    height: 200px;
    width: 25%;
    margin: 5px;
}
.mp_button {
    width: 200px!important; background: #00da4d!important; font-size: 16px!important; letter-spacing: 0.05rem
}
.mp_button:hover { background: #0ee459!important }
.mp_span {
    content: ''; left: 70px; margin-top: 2px; padding-top: 4px;
    width: 45px; height:38px;
    position: absolute; 
    border-right: 1px solid #eff0f5;
}
/* .mp_span::before {
    content: "\e66b";
} */
.mp_span .icon-lock {
    font-size: 28px; 
}

.objeto {
	position: fixed; z-index: 1;
	width: 90px;
	height: 90px;
	margin-top: 20px;
	left: 10px;
	bottom: 0px;
	animation-name: desplazar;
	animation-duration: 600ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.objeto::before {
    content: '';
    position: absolute;
    background-color: #67f8fc;
    box-shadow: 0px 0px 10px 5px #4ce4e9;
    width: 45px;
    height: 45px;
    border-radius: 20px;
    left: 23px;
    top: 25px;
    animation-name: eyes;
    animation-duration: 600ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes desplazar {
	0% {bottom: 30px}
	100% {bottom: 37px}
}
@keyframes eyes {
    0% {box-shadow: 0px 0px 10px 5px rgba(103,248,252,0)}
    100% {box-shadow: 0px 0px 10px 5px #67f8fc}
}
.logo_tienda{
    position: relative;
    left: 0px;
    bottom: 0px;
    max-height: 90px;
    z-index: 1000;
    display: block;
}

.inpayment > input { text-align: right; height: 65px; }
.inpayment > img { position: absolute; top: -10px; left: 5px; cursor: pointer; }

/*____________________ Pay Elements ___________________*/
.pagar, .pagar2 {
    width: 90px; height: 30px; line-height: 30px;
    background: crimson; border-radius: 10px; color: white;
    text-align: center; cursor: pointer; 
}
.pagar2 {
    width: 400px; height: 50px; line-height: 50%;
}
.pedido-details i, .voucher-details i { color: #9d41f4; font-size: 30px; padding: 0 3px; cursor: pointer }
.pedido-details .cci { color: #07519b }
.voucher-details i { position: absolute; top: 40%; z-index: 1;}
.voucher-details .fa-caret-left { left: 22%; }
.voucher-details .fa-caret-right { right: 22%; }
#numvou { 
    width: 30px; height: 30px; border-radius: 50%;
    background: darkblue; line-height: 30px; text-align: center;
}
.divou { top: 3%; right: 22%; z-index: 1}