/* custom-style.css */

.header .header-container .header-site-logo{
    display: block;
    max-width: 150px;
}



/* Product page -- Start */
/* .single.woocommerce .product .cart .single_add_to_cart_button,.single.woocommerce .product .cart .single_add_to_cart_button:hover{
    background-color: red;
    transition: box-shadow 0.2s ease;
    opacity: 1;
    cursor: pointer;
    margin-bottom: 10px;
}

.single.woocommerce .product .cart .single_add_to_cart_button:hover{
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.4);
}

.product-template-default .single-product-wrapper .content-container{
    display: block !important;
}
.product-template-default .single-product-wrapper .loading-container{
    display: none;
} */

body.single-product section.related.products{
    margin-bottom: 32px;
}

/* Product page -- End */


/* Header color change */
.stick-header header.top-header{
    background: #121c46;
}




/* Change Fonts */
html body:not(.wp-admin){
    font-family: 'IBM plex sans';
    overflow-x: hidden;
}
body:not(.wp-admin) h1,body:not(.wp-admin) h2, body:not(.wp-admin) h3, body:not(.wp-admin) h4, body:not(.wp-admin) h5, body:not(.wp-admin) h6{
    font-family: 'Source Serif 4';
}

/* Admin Style Start */

form#edittag {
    max-width: 1500px;
}

/* Admin Style End */



/* Forum Topic Page -- Start */

/* ensure font sizes of topic content matches reply content */
body.topic.bbpress .bbp-topic-content *{
    font-size: 16px;
}
/* Forum Topic Page -- End */
   


/* Responsive */
@media only screen and (min-width: 768px) {
    .container-fluid .header .header-site-logo{
        top: 50%;
        transform: translateY(-50%);
    }
}