﻿[v-cloak] {
    display: none;
}

input::placeholder, textarea::placeholder, select::placeholder {
    color: #ffba88 !important;
    opacity: 0.8;
}


/* custom scrollbar */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #555;
}

body {
    scrollbar-width: thin;
}
/* custom scrollbar */

/* swiper - product details */
.swiper-wrapper {
    display: flex;
    padding-bottom: 7px;
}

.swiper-container {
    max-width: 100%;
    overflow: auto;
}

.carousel-indicators {
    margin-left: 0;
    margin-right: 0;
}
/* swiper - product details */

/* header cart box */
.cart-box-width {
    width: 400px;
}

@media (max-width: 420px) {
    .cart-box-width {
        right: -45px;
        width: 96vw;
    }
}
/* header cart box */
ul.vertical-menu-list > li {
    white-space: nowrap;
}

.pro-img img {
    box-shadow: 0 0 3px silver inset;
}

.out-products .owl-carousel .owl-item img {
    height: 100%;
}

.actions-primary a {
    margin-top: 10px;
}

.main-pro-area .post-title, .more-featured-pro .post-title, .latest-blog .post-title {
    background: #ff6d02;
    transition: all 0.25s;
    min-height: 35px;
    padding: 1rem;
}

.post-title h2 {
    margin: 0 !important;
    padding: 0 !important;
}

.main-pro-area .post-title, .more-featured-pro .post-title, .latest-blog .post-title {
    padding: 0;
}

    .main-pro-area .post-title h2, .more-featured-pro .post-title h2, .latest-blog .post-title h2 {
        background: none;
    }

.main-pro-area .post-title, .more-featured-pro .post-title, .latest-blog .post-title {
    background: #ff6d02;
}

.post-title a {
    padding: 0 10px;
}

.post-title a {
    color: white !important;
    display: block;
    width: 100%;
}

.carousel-indicators {
    margin-bottom: -3.5rem;
}

/* jquery */
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: inherit !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: inherit !important;
    font-weight: normal !important
}

.jconfirm-title-c {
    background: #ff6d02;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: white;
    font-size: large;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    padding-bottom: 10px;
}
/* jquery */

.actions-primary a:not(.btn-whatsapp)::before, .add-cart:before {
    font-size: 20px !important;
    padding-left: 0 !important;
    position: relative;
    left: -4px;
    top: -1px;
}

.btn-add-to-cart {
    float: left;
    /* padding: 0 7px;*/
    width: 30px !important;
    height: 30px !important;
    padding-left: 11px;
    border-radius: 50%;
}

    .btn-add-to-cart.processing .fa-spinner {
        margin-left: 15px;
    }

.bg-theme {
    background-color: #ff6d02 !important;
}

.text-theme {
    color: #ff6d02;
}

.btn-wa {
    margin: 10px 15px;
    font-size: 2rem;
}

    .btn-wa .fa-whatsapp {
        margin-top: 10px;
    }

#scrollUp {
    bottom: 10px;
    left: 10px;
}

.wa-status a {
    /*font-size:0.85rem;*/
    font-weight: bold;
}

.contact-wa-icon {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 100%;
    z-index: 1050;
    cursor: pointer;
}

    .contact-wa-icon img {
        width: 50px;
    }

.post-title h2, .hot-deal-three .post-title h2, .second-featured-products.related-pro .post-title h2 {
    height: 36px;
}

.mb-all-30 {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .company-logo img {
        height: 50px !important;
    }
}

.owl-nav div {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 26px;
    right: 40px;
    top: -31px;
}

    .owl-nav div.owl-next {
        right: 5px;
    }

.categorie-search-box input {
    height: 35px;
    padding: 0 35px 0 165px;
}

.categorie-search-box button {
    font-size: 18px;
    height: 26px;
    line-height: 25px;
    top: 4px;
    right: 5px;
    width: 26px;
}

.pro-content h4 a {
    white-space: initial;
}

.mean-container .mean-bar {
    z-index: 1054 !important;
}

@media only screen and (max-width: 420px) {
    .categorie-search-box input {
        padding: 0 40px 0 15px;
    }
}

.mean-container .mean-nav ul {
    max-height: 95vh !important;
}

.mobile-menu {
    right: 5px;
}

.post-title * {
    background: none;
}

.post-title:hover {
    background: #a24500 !important;
}
