.header__logo img{
	width:270px;
}

.site-header__logo img{
	width:270px;
}

.mobile-header__logo img{
	width:200px;
}

.rating-star.sm {
    font-size: 12px;
    margin-top: -2px;
}

.rating-star i.fa.fa-regular.fa-star {
    color: #ccc;
    padding: 1px;
}

.rating-star i.fa.fa-solid.fa-star.text-yellow {
    color: #ffc107;
    padding: 1px;
}

.rating-star i.fa.fa-solid.fa-star-half-stroke.text-yellow {
    color: #ffc107;
    padding: 1px;
}

.product-card__availability  {
    font-size: 13px;
}

.block-slideshow__slide-text {
    color:#fff;
    line-height: 1.625;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.8s 0.5s;
    transition: all 0.8s 0.5s;
    text-shadow: 1px 1px 4px #212529;
    background: #0000008c;
}

.block-slideshow__slide-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
    text-shadow: 1px 1px 4px #212529;
    background: #0000008c;
    color: #fff;
}

.departments__body {
    width: 100%;
    padding-top: 42px;
    position: absolute;
    background: #3d464d;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    top: 0;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.2;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.1;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.9) 75%, #000000 95%);
                    mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.9) 75%, #000000 95%);
    -webkit-mask-size: 200% 100%;
                    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
                        mask-position: -200% 0%;
    }
}

.placeholder:not(.btn):not([class*=bg-]) {
    background-color: currentColor !important;
}
.placeholder:not(.avatar):not([class*=card-img-]) {
    border-radius: var(--tblr-border-radius);
}

.ratio::before {
    display: block;
    padding-top: var(--tblr-aspect-ratio);
    content: "";
}

.ratio-1x1 {
    --tblr-aspect-ratio: 100%;
}

.card-img,
.card-img-start {
    border-top-left-radius: calc(var(--tblr-border-radius) - (var(--tblr-border-width)));
    border-bottom-left-radius: calc(var(--tblr-border-radius) - (var(--tblr-border-width)));
}

.placeholder {
    background-color: #ccc;
    width: 100%;
}

#filters {
    position:relative;
    width:100%
}

#filters .filters-button{
    position:relative;
    float:left
}

#filters .filters-button:not(:last-child){
   margin-right: 5px;
}

.clearfix{
    clear:both;
}

.remove_filters {
    position: relative;
    right: -80px;
    font-size: 13px;
    color: #343a40;
}

.filter-categories-alt__list--level--2 > .filter-categories-alt__item {
    padding: 4px 0;
    margin-left: 10px;
}

.dropcart__products-list {
    padding: 20px 16px;
    max-height: 350px;
    overflow-y: auto;
}

.user_avatar {
    width: 100px;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.user_avatar img{
    width:100%
}

.card {
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}

.card-header, .card-footer {
    padding: 0.5rem 2rem;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}

#cart_items_data i {
    font-size: 60px;
    margin-bottom: 20px;
    color: #ffc107;
}

.default_address {
    position: relative;
    width: 150px;
    text-align: center;
    float: right;
    top: 0;
}

.invoice_download {
    position: relative;
    right: 0;
    top: 0px;
    margin-top:25px;
    width:150px
}

.product-tabs__item--active, .product-tabs__item--active:hover {
    cursor: pointer;
    border-bottom-color: #ffd333;
    background: transparent;
}

.cursor_pointer{
    cursor:pointer
}

.block-products-carousel {
    pointer-events: initial;
}

.block-products-carousel__cell .product-card {
    width: 100%;
    margin: 5px;
}
.clearfix{
    clear:both;
}

.no_results {
    text-align: center;
    width: 100%;
    margin-top: 70px;
    color: #999;
}

svg {
    display: inline-block;
}

.block-slideshow__slide-image {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.attr_list{
    height:250px;
    overflow-x:hidden;
    overflow-y:auto;
}

#loadAllAttr {
    position: relative;
    margin-left: 15px;
    /* width: 100% !important; */
    display: block;
    margin-top: 19px;
    font-size: 14px;
    color: #ffa707;
}

.product-card__quickview {
    z-index: 2;
    position: relative;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    fill: currentColor;
    padding: 7px;
    cursor: pointer;
    top: 0;
    background: #f0f0f0;
    color: #3d464d;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

.address-shipp {
    background-color: #6c757d;
    color: #fff;
}

[dir=ltr] .totop__button {
    margin-left: 30px;
    margin-right: 24px;
    z-index:999999 !important;
}

.dashboard__orders {
    margin-top: 0px;
    width: 100%;
}

.ticket_header {
    background: #ffd333;
    width: 100%;
    margin: 0;
    padding: 20px;
}