header nav.navbar{ background: black; }
.m-t-15{ margin-top: 15px; }
.m-r-5{ margin-right: 5px; }
i.left {
    float: left;
    margin-right: 15px;
}
.text-right, .text-md-end{
    text-align: right;
}
.signup-btn i {
    margin: 0;
}
.container h6{
    margin: 0;
}
.strike-through{
    text-decoration: line-through var(--base-color) 3px;
    -webkit-text-decoration-line: line-through;
}
.cover-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease-in-out;
}
.formcontentSec {
    border-radius: 10px;
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
.your_productlist {
    background: #fffef3;
    padding: 15px;
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
h2.headingsec {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 2px dotted #c7c7c7;
    padding: 0 0 20px;
    margin: 0 0 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.left-col .your_productlist ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
.left-col .your_productlist li {
    background: none;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.left-col .your_productlist li:not(:last-child) {
    border-bottom: 1px solid #ded6b0;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.your_productlist li:first-child, .left-col .your_productlist li:last-child {
    color: #000;
    font-size: 15px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.payment-card-group {
    display: flex;
    flex-direction: column;
}
input[type="radio"]{
    width: auto;
    padding: 7px;
}
#bankAccounts ul{
    list-style: none;
}
#bankAccounts ul li{
    clear: both;
    padding: 10px;
}
#bankAccounts ul li img{
    width: 80px;
    float: left;
}
#bankAccounts ul li span{
    display: inline-block;
    padding-left: 10px;
    line-height: 1.5;
}
#banksPaymentBox .voucher{
    margin-bottom: 10px;
    display: flex;
}
.list-payment{ list-style:none; }
#card_icons{
    width: 210px;
    padding: 0 10px 20px;
}
#bank_note{ margin:0; }
@media (max-width: 768px) {
    #bankAccounts ul{
        padding: 0;
    }
    #bankAccounts ul li img{
        width: 30px;
    }
}
button.close {
    -webkit-appearance: none;
    padding: 0px;
    cursor: pointer;
    margin-top: -2px;
    background: 0 0;
    border: 0;
    font-size: 25px;
    font-weight: 700;
    float: right;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: .5;
}
.modal-header h4.modal-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    line-height: 1.42857143;
}
.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 6px 0;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.btn-flat:focus, .btn-flat:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1);
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.btn-medium{ min-width: 150px; }
blockquote figure,
.testimonial-box .image-box figure{
    width: 63px;
    height: 63px;
    background-size: cover;
    background-position: center;
}
blockquote figure{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    margin-top: -15px;
}
.strike-through{
    text-decoration: line-through var(--base-color) 3px;
    -webkit-text-decoration-line: line-through;
}
.white-move .swiper-slide.single-slide{
    cursor: auto;
}
.popup-youtube{
    position: relative;
}
.play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin-left: -25px;
    margin-top: -25px;
    color: #000;
    opacity: .2;
}
.popup-youtube:hover .play-icon{
    opacity: .5;
}
.blog-categories a:hover,
a.post-title:hover{
    color: #000;
}
section .container img.w-100{
    border: 4px solid #1c1c1c;
    border-radius: 10px;
}
blockquote figure,
.testimonial-box .image-box figure{
    width: 63px;
    height: 63px;
    background-size: cover;
    background-position: center;
}
blockquote figure{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    margin-top: -15px;
}
.strike-through{
    text-decoration: line-through var(--base-color) 3px;
    -webkit-text-decoration-line: line-through;
}
.white-move .swiper-slide.single-slide{
    cursor: auto;
}
@media (max-width: 425px) {
    .one-fourth-screen{
        margin-top: 70px;
    }
}
#grid{
    display: block;
}
#grid .product-item-1{
    margin-right: 0;
}
#grid .swiper-slide {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    width: 236.7px;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-bottom: 20px;
    margin-right: 16px;
    float: left;
}
.mat-focus-indicator, .mat-mdc-focus-indicator {
    position: relative;
}
.mat-card {
    transition: box-shadow 280mscubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #e5e5e5;
    color: rgba(0, 0, 0, .87);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
    margin: 4px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
    background: #fff;
}
.product-item-1 .swiper-slide .product-img {
    position: relative;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img .image {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.product-item-1 .swiper-slide .label {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    padding: 4px 4px 2px;
}
.product-item-1 .swiper-slide .price {
    position: absolute;
    background-color: #d1d1d1;
    border-radius: 10px;
    padding: 5px 8px 3px;
    color: #2b2b2b;
    right: 5px;
    bottom: -13px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
    z-index: 1;
}
.product-item-1 .swiper-slide .old_price {
    position: absolute;
    background-color: #afafaf;
    border-radius: 10px;
    padding: 4px 8px 2px;
    color: #737373;
    right: 5px;
    bottom: 21px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: line-through;
    z-index: 1;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
    padding: 20px 10px 10px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #232323;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
    height: 25px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p.city {
    font-size: 12px;
    color: #999;
}
.product-item-1 .mat-card .row{
    margin-left: -10px;
    margin-right: -10px;
}
.yellow{ background: #ffed00; color:#000; }
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.carrito-wrapper {
    margin-top: 60px;
}
.carrito-wrapper p {
    color: #aaa;
    font-size: 14px;
    margin: 4px;
}
.carrito-wrapper .label {
    display: block;
    padding: 0.45em 0.6em 0.25em;
}
.panel {
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.panel .panel-heading {
    background: #e5e5e5 !important;
    border-bottom: 1px solid #ccc;
}
.panel-title {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0 20px;
}
.panel-body {
    padding: 10px;
}
.panel-footer {
    background-color: #e5e5e5;
    border-top: 1px solid #eee;
    padding: 10px;
}
.m-t-10 {
    margin-top: 10px;
}
.note{
    margin-top: 30px;
    font-style: italic;
}
.location-card {
    background: #eef8ff;
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #c9e4ff;
    margin-bottom: 20px;
    width: 100%;
}
.location-row {
    display: flex;
    justify-content: space-between;
}
.location-row:last-child {
    border-bottom: none;
}
.location-row .value {
    color: #111;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-default {
    background-color: #777;
}
.label-info {
    background-color: #5bc0de;
}
.label-sky {
    background-color: #25a6cf;
}
.label-primary {
    background-color: #337ab7;
}
.label-success {
    background-color: #5cb85c;
}
.label-danger {
    background-color: #d9534f;
}
.label-warning {
    background-color: #f3901f;
}
.pagination{
    text-align: right;
    float: right;
}
.pagination li.previous {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.pagination li.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
.pagination a{
    border-left-width: 0;
    background: #dddddd;
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    color: #999999;
    background-color: #e5e5e5;
}
.item.external-event{ position:relative; }
.external-event .price {
    position: absolute;
    background-color: #d1d1d1;
    border-radius: 10px;
    padding: 0px 8px 0px;
    color: #2b2b2b;
    right: 5px;
    top: 124px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
    z-index: 2;
}
.external-event .quitar {
    color: #FFF;
    padding: 8px;
    display: flex;
    background: #000;
    position: absolute;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 10;
}
.external-event .cantidad {
    position: absolute;
    top: 125px;
    background: #e5d005;
    color: #000;
    font-weight: 600;
    padding: 0 13px;
    display: flex;
    left: 5px;
    border-radius: 4px;
    z-index: 2;
}
.external-event .name {
    display: block;
    padding: 5px 10px 0;
    font-weight: 600;
    color: #232323;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.external-event {
    margin: 8px;
    padding: 0;
    cursor: default;
    display: block;
    color: #232323;
    line-height: 32px;
    text-align: left!important;
    font-size: 13px;
    width: 185px;
    color: #000;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
    float: left;
    background: #e5e5e5;
    border-radius: 5px;
}
.external-event .card-image{ overflow: hidden; }
.external-event .card-image .img{
    width: 190px;
    height: 160px;
    background-position: center;
    background-size: cover;
    background-color: #2d333b;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.prod_code {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #888;
    padding: 1px 8px;
    z-index: 2;
}
#infoBox .modal-body p { color: #f2f2f2; }
#infoBox .price{ font-size: 15px; }
.pull-right{ float: right; }
.clearfix{ clear: both; }
.fancybox__container{ z-index: 1055 !important; }
.waves-effect {
    position: relative;
    overflow: hidden;
}
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(230, 230, 230, 0.3);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
}
.margin-35px-bottom{
    margin-bottom: 35px !important;
}
.m-0 {
    margin: 0 !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.btn-medium{ min-width: 150px; }
.shop__details-qty{ margin-left:75px; }
.shop__details-qty .quantity {
    position: relative;
    width: 99px;
}
.shop__details-qty .quantity input {
    width: 100%;
    border-width: 0.25px;
    border-color: #cdd0d3;
    border-style: solid;
    border-radius: 3px;
    background: #f5f6f7;
    height: 53px;
    padding: 13px 40px 13px 25px;
    font-weight: var(--tg-fw-extra-bold);
    font-size: 14px;
    font-family: var(--tg-heading-font-family);
}
.shop__details-qty .quantity .qtybutton-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 18px;
    height: 56px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}
.shop__details-qty .quantity .qtybutton-box span {
    cursor: pointer;
    padding: 5px;
}
.flex{ display:flex; }
.product-link{ display: block; }
.blockUI h2{
	color: #FFFFFF !important;
	font-size: 2em;
	padding: 5px;
	margin: 5px;
}
@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
@media (min-width: 576px) {
    #infoBox .modal-dialog {
        max-width: 800px !important;
    }
}
@media (max-width: 576px) {
    .modal{ width: 90%; }
    #infoBox h4{ padding-top:10px; }
    #infoBox .price{ margin-top:10px; }
    .col-xs-6{ width: 50%; }
    .text-xs-end{ text-align: right; }
    #bank-account-list li a img{ width: 60px; height: 60px; }
    .modal{ width: 90%; }
    .col-xs-6{ width: 50%; }
    .text-xs-end{ text-align: right; }
}
@media (max-width: 425px) {
    .one-fourth-screen{
        margin-top: 70px;
    }
}
@media screen and (max-width: 768px){
    .blockMsg {
        left: 50% !important;
        width: 300px !important;
        margin-left: -150px !important;
    }
    .blockUI h2 {
        font-size: 24px !important;
    }
}