﻿.flag-icon-background {
    height: 100%;
    max-width: 100%;
    padding: 0.5rem;
    margin-right: 8px;
}

.field-validation-error, .error,
.field-validation-error span, .error span {
    color: #dc3545;
    padding-top: 4px;
    font-size: 0.9rem;
}

ul > li {
    list-style: none;
}

ul.breadcrumb > li.breadcrumb-item {
    padding: 10px;
}

.header_currency .customselect_wrap i.flag {
    position: unset;
    position: unset;
    padding-top: 1px !important;
    padding: 1rem;
}

.btn-dis-cart {
    background-color: gray !important;
    cursor: unset !important;
    background: none;
}

.sf-arrows .sf-with-ul:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#header {
    background-image: url('/images/bg-header0.jpg');
}

.header_search #search-field {
    background-color: #fff;
}

.header_user ul.dropdown-menu > li {
    text-align: left;
}


#left-menu .widget_content li {
    position: relative;
}

    #left-menu .widget_content li:before {
        content: ' ';
        display: inline-flex;
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url(/images/ic-arrow-nice-right-1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    #left-menu .widget_content li.num_2:before {
        background-image: url(/images/ic-arrow-nice-right-2.png);
    }

    #left-menu .widget_content li.num_3:before {
        background-image: url(/images/ic-arrow-nice-right-3.png);
    }

    #left-menu .widget_content li:focus, #left-menu .widget_content li:hover {
        background-color: rgba(0,0,0,.075);
    }

#left-menu .widget_content .selected:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 10px;
    width: 3px;
    background-color: #00c292;
}

.item-opt-price {
    cursor: pointer;
}

    .item-opt-price.selected {
        font-weight: bold;
    }
/************************indicator***************************/
#loading-indicator {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 1000;
}

    #loading-indicator img {
        position: absolute;
        top: 23%;
        left: 45%;
        z-index: 9999;
    }

.w-20 {
    width: 20px !important;
    height: 20px !important;
}

.w-25 {
    width: 25px !important;
    height: 25px !important;
}

.w-30 {
    width: 30px;
    height: 30px;
}

.w-35 {
    width: 35px !important;
    height: 35px !important;
}

.footer .tab img {
    max-height: 24px;
}

.fa.fa-ellipsis-v {
    padding: 0 10px;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border: 1px solid #428bca;
}

.box-paging .lb-page-total {
    padding-left: 1rem;
    padding-top: 2.75rem;
}

.product_desc {
    padding: 0 0 10px;
}

#header .row {
    padding: 18px 0;
}

#logo > div.text-center {
    width: 141px;
}

@media (max-width: 767px) {
    #logo > div.text-center {
        width: 100%;
    }

    .custom_header1, .header_search {
        display: none;
    }
}
