.white-gradient{
    position:relative;
}

.white-gradient::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.square-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.square-img-sm{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.teak-type{
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.sticky-action {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
}

.sticky-action img {
    height: 50px;
    width: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
}

.sticky-action:hover img {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-bottom: 0;
}

.mobile-fix-option {
    display: none;
}

.slick-prev:before, .slick-next:before{
    color:#aaa;
}

.header7 .header-contain .icon-block ul.theme-color li svg {
    width: 100%;
    height: 50%;
}

.media-banner .media-banner-box .media:hover .media-body .media-contant .product-detail, 
.product .product-box:hover .product-detail.detail-center .detail-title
{
    opacity:1;
    visibility: visible;
}

.product .product-box .product-detail .detail-title .detail-left .rating-star i:last-child {
    color: #ffa800;
}

.square-img-fluid{
    object-fit: cover;
    width: 100%;
}

.alert-stick {
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    -webkit-transition: .5s ease;
    position: fixed; 
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 9999;
    margin-bottom: 0;
    font-weight: bold;
    opacity: .5;
}
.alert-stick.shown{
    bottom: 0;
    opacity: 1;
}

.load-more-btn{
    display:block;
    padding: .5em 1em;
    background: #fff;
    margin-top: 1em;
    text-align: center;
}
.load-more-btn:hover{
    background: #ccc;
    color:#000;
}

.ajax-loader-wrapper {
    opacity: .85;
}

#faq-accordion .accordion-button {
    background: #fff;
}

@media (min-width: 1024px) {
    .category-header-2 .navbar-menu .category-right .contact-block {
        display:block!important;
    }
}

@media (max-width: 768px) {
    .furniture-slide .slide-main .slide-contain {
        background-color: rgba(255,255,255,.5);
    }
    .furniture-slide .slide-main .slide-contain h3, .furniture-slide .slide-main .slide-contain p {
        color:#333;
    }
    .square-img {
        height: 170px;
    }
}

@media (max-width: 575px) {
    .icon-block .mobile-search {
        position: relative!important;
        bottom: 0!important;
        color: #a03b41;
    }
    .icon-block .mobile-search svg {
        fill: #a03b41!important;
        color: #a03b41!important;
        width: 20px!important;
        height: 20px!important;
    }
}