/* THEME COLORS */
.hb-primary {
    color: #ea813e !important;
    font-weight: 500 !important;
}

/*font*/
@import url("https://fonts.googleapis.com/css?family=Berkshire+Swash|Roboto:300,400,500,700,900");

.slider {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.slider .qr-scan {
    padding: 30px;
    background-position: center center;
    background-size: cover;
    background: linear-gradient(rgba(19, 18, 18, 0.7), rgba(19, 18, 18, 0.7));
}

.ht-products
    .ht-product.ht-product-category-right-bottom
    .ht-product-inner
    .ht-product-content
    .ht-product-content-inner
    .ht-product-categories {
    position: inherit;
    float: right;
}

.footer-message {
    background-color: #ff0505;
    bottom: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    color: #fff;
    font-weight: 900;
    font-size: 0.8rem;
    left: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    position: fixed;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
/* PRODUCT CARDS */
.ht-product-image-wrap {
    width: auto;
    height: auto;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-action ul li a i {
    color: #ffffff;
    font-weight: 900;
    text-shadow: #ffffff;
    font-size: 30px;
}
.product-pic-card {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    height: 14em;
}
.product-pic-card-related {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    height: 16em;
}

.prev-index {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    background-image: url("/img/bg/login.jpg");
}

/* PRODUCT LISTS */
.vt-product-image-wrap {
    width: auto;
    height: 16em;
}
.product-pic-list {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 14em;
    height: 100%;
}

/* CATEGORIES CARRUSEL */

.category-selected {
    border-left: 15px solid #ea813e !important;
}

.categories-slider .owl-wrapper {
    display: flex !important;
}

.categories-slider .owl-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    max-width: initial;
}
.categories-slider h4 {
    font-family: "Berkshire Swash", cursive;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 0;
    left: 0;
    font-size: 20px;
}

.categories-slider .mask {
    background-color: rgba(0, 0, 0, 0.56);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.categories-slider .ht-product-inner {
    border-radius: 8px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}

.owl-prev, .owl-next {
    width: 12px;
    height: 4rem;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: -30px; }
.owl-next { right: -32px; }
.owl-prev i, .owl-next i {transform : scale(2.5,5); color: #ea813e;}


/* NO ARROWS NUMERIC INPUTS */
input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* PAGINADOR */
.pro-pagination-style ul li.active {
    background-color: #ea813e;

    -webkit-box-shadow: none;
    box-shadow: none;
}
.pro-pagination-style ul li.active > a {
    color: #fff;
}

.pro-pagination-style ul li {
    display: inline-block;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #ea813e;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}

/* SHOPPING CART */

.cart-table-content table thead > tr th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.cart-table-content table tbody > tr td {
    font-size: 16px;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    text-align: center;
}

.grand-totall {
    padding: 45px 35px 20px;
}

.cart-tax {
    height: 100%;
}

.submit-order a {
    background-color: #ff3535;
    font-size: 12px;
    display: block;
    cursor: pointer;
    padding: 17px 50px 18px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 600l;
    text-align: center;
}

/* SUBMIT CART SUCCESS */
.success-message {
    font-size: 2em;
    font-weight: bolder;
    color: rgb(7, 99, 7);

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("/img/bg/submit-cart.png");
    overflow: hidden;
}

.success-message .container {
    margin: auto;
    background-color: rgba(248, 248, 248, 0.7);
    border-radius: 10px;
    padding: 1em 1em 1em 1em;
}

.success-message .icon i {
    font-size: 3.5em;
    color: rgb(7, 99, 7);
}

/* SHOP CLOSED */
.shop-closed-message {
    text-align: center;
    align-content: center;
    justify-items: center;
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.shop-closed-message img {
    min-height: 50em;
}
/* WHATSAPP */
.whatsapp-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-button {
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 80px;
    height: 80px;
    font-size: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {
    20%,
    100% {
        width: 80px;
        height: 80px;
        font-size: 50px;
    }
    0%,
    10% {
        width: 95px;
        height: 95px;
        font-size: 65px;
    }
    5% {
        width: 80px;
        height: 80px;
        font-size: 50px;
    }
}

.monitor {
    margin: auto;
    position: relative;
}
.monitor .screen {
    margin: auto;
    width: auto;
    height: 100%;
}

.monitor .scan {
    width: 100%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 1;
    -moz-animation: scan 5s infinite;
    -webkit-animation: scan 5s infinite;
    animation: scan 5s infinite;
    animation-direction: alternate-reverse;
    box-shadow: 0px 0px 30px rgba(255, 204, 102, 0.5);
}

@keyframes scan {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(210px);
        transform: translateY(510px);
    }
}
