/**
* Theme Name:        avanam-furnista
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-furnista
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.anchor_hover:hover{
	text-decoration:underline !important;
	color:#990000;
}

.card_heading{
    position: relative;
}

.card_heading::after {
    position: absolute;
    content: "";
    width: 29%;
    background: #262626;
    height: 1px;
    top: 18px;
    right: -45px;
}

.card_heading::before {
    position: absolute;
    content: "";
    width: 29%;
    background: #262626;
    height: 1px;
    top: 18px;
    left: -45px;
}

.card_heading:hover::before {
    background: #990000;
}

.card_heading:hover::after {
    background: #990000;
}


/* Product page design css */
/*
#pg-thumbnails-2646, 
.base-product-gallery-thumbnails {
    position: absolute !important; 
    top: 0 !important;
    left: 330px !important; 
    width: 85px !important; 
    max-width: 85px !important;
    height: 350px !important; 
    margin: 0 !important;
    padding: 0 !important;
    right: auto !important;
    z-index: 99 !important;
}

.thumb-wrapper.splide__slider,
.splide__track--ttb {
    height: 100% !important;
    width: 100% !important;
}

.base-product-gallery-thumbnails .splide__slide {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important;
    display: flex !important;
    justify-content: center !important;
}

.base-product-gallery-thumbnails .splide__slide img {
    max-width: 250px !important; 
    height: auto !important;
    border: 1px solid #eee;
}

.product-after-images-element {
    position: relative !important;
    z-index: 1 !important;
    clear: both !important;
    margin-top: 185px !important;
}

.woocommerce div.product div.images {
    margin-bottom: 1em;
    padding-bottom: 170px;
}


@media screen and (max-width: 1024px) {
    #pg-thumbnails-2646, 
    .base-product-gallery-thumbnails {
        position: relative !important; 
        left: auto !important;        
        top: auto !important;
        width: 100% !important;        
        max-width: 100% !important;
        height: auto !important;       
        margin-top: 10px !important;
    }
	
    .woocommerce div.product div.images {
        padding-bottom: 0 !important;
    }

    .base-product-gallery-thumbnails .splide__list {
        display: flex !important;
        flex-direction: row !important; 
        justify-content: center !important;
    }

    .base-product-gallery-thumbnails .splide__slide {
        width: 70px !important;    
        margin-right: 10px !important;
        margin-bottom: 0 !important;
    }

    .product_image {
        max-width: 100% !important;
        width: 100% !important;
    }
	
    .product-after-images-element {
    margin-top: 20px !important;
}
}

.product_image {
    position: relative !important;
    width: 600px !important;
}

.base-product-gallery-main{
    margin-right:0% important
}
*/
/* Footer button css */
.footer-widget5 .wp-block-button a:hover {
    background:#990000 !important;
}