/* Add here all your CSS customizations */

.fa-lh-4 {
    line-height: 4em;
}

.shop-categories a,
.shop-categories a:hover {
    text-decoration: none;
    transition: background-color 0.8s ease;
}

.shop-categories a:hover,
.shop-categories a.active {
    /* background-color: rgba(0, 0, 0, 0.6) !important; */
    background-color: #f6b10c !important;
    color: #ffffff;
}

#google_translate_element {
    z-index: 1011;
    min-height: 60px;
    height: 100%;
    padding: 0 .9rem;
}

.product-thumb-info {
    position: relative;
}
.product-thumb-info-badges-wrapper {
    position: absolute;
    top: 259px;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.product-thumb-info-badges-wrapper,
.product-thumb-info .badge {
    max-width: 100%;
}
.product-thumb-info .badge {
    display: inline-block;
    word-wrap: break-word;
    white-space: break-spaces;
    width: 70%;
    max-width: 100%;
    /* margin-left: 33px; */
}

/* body > .skiptranslate {
    display: none;
} */

html.sticky-header-active .goog-te-gadget {
    padding-top: 21px !important;
    transition: ease padding 300ms;
}

.goog-te-gadget {
    padding-top: 35px !important;
    transition: ease padding 300ms;
}


/* 
.skiptranslate + .body .header-body {
    margin-top: 30px;
} */

@media (max-width: 900px) {
    .header-breadcrumbs-container {
        display: none !important;
    }
    .card-deck .card {
        flex: auto !important;
    }
    .shop-categories a {
        line-height: 2em !important;
        padding: 0 3px !important;
        margin: 0 2px !important;
    }
}

.jq-icon-warning {
    background-color: #e5af0d !important;
}
.product-thumb-info-image .img-fluid {
    max-width: 300px;
    max-height: 300px;
}
.dataTables_filter,
ul.pagination {
    float: right;
}
.dataTables_length .form-control {
    display: inline-block;
    width: auto;
}

/* HEADER Settings */
div.header-breadcrumbs-container {
    height: 100%;
    display: flex;
    align-self: stretch;
    align-items: center;
}
ul.header-breadcrumbs {
    list-style-type: none;
    width: 100%;
}
ul.header-breadcrumbs li {
    color: #aaa;
}
ul.header-breadcrumbs li.active,
ul.header-breadcrumbs li.active a {
    color: #72ba6f;
    font-weight: bold;
}
.sticky-header-active img.shop-logo {
    width: 140px;
    transition: all .4s ease-in-out;
}
img.shop-logo {
    width: 200px;
    transition: all .4s ease-in-out;
    margin-top: 10px;
}
.status-circle,
.status-line,
.status-no-line {
    color: #aaaaaa;
    display: inline-block;
    vertical-align: middle;
}
.status-circle {
    width: 7px;
    height: 7px;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #aaaaaa;
    margin: 0 4px;
}
.status-line {
    /* width: 40px; */
    width: 100%;
    height: 0;
    border-top: 1px solid #aaaaaa;
}
.status-no-line {
    /* width: 40px; */
    width: 100%;
    height: 0;
}
.active .status-circle,
.active .status-line {
    font-weight: bold;
    color: #72ba6f;
    border-color: #72ba6f;
    background: #72ba6f;
}
.order-status-title {
    text-align: center;
}
.menu-footer-menu a:hover,
.nav a:hover {
    transition: all .4s ease-in-out;
    opacity: 0.7;
}
.menu-footer-menu a,
.nav a {
    color: #666666;
    text-decoration: none;
}
.social-media-menu {
    list-style-type: none;
    list-style: none;
}
.social-media-menu a {
    background-color: #C6C6C5;
    width: 32px;
    height: 32px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 4px;
    text-align: center;
}
.scroll-to-top {
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    position: fixed;
    right: 0;
    bottom: 50px;
    display: none;
}
.social-media a span::before, 
.social-media a span::after {
    font-family: ETmodules !important;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-shadow: 0 0;
    direction: ltr;
}
.social-media-facebook a span::before {
    content: "\e093";
}
.social-media-instagram a span::before {
    content: "\e09a";
}
.nav .nav-item a.active {
    font-weight: bold;
}

.select-dropdown-sm .select-option {
    /* font-size: 0.8rem !important; */
    /* padding: 8px !important; */
}
.select-dropdown-sm .select-input {
    /* font-size: 0.8rem !important; */
}
label.error {
    margin-top: -0.9rem;
}
.select-option-flag-icon {
    width: 25px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #777 !important;
}
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image {
    margin-right: 25px;
    margin-top: -4px;
}
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img, .mini-products-list .product-image img {
    margin-top: 5px;
}

.bg-image .h-300 {
    max-height: 300px;
}

.min-height-52 {
    min-height: 52px;
}
.jq-toast-wrap {
    min-width: 270px;
    width: 20vw;
}