/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- 
*/
.blog-post .entry-media img{
	width: 100%;
}
.widget_media_image img{
	width: 100%;
}
.style-2 .octf-cta-header .h-search-form-field{ right: 0; }

.page-id-3355 .side-panel{
	right: auto;
	left: 0;
	transform: translateX(-100%);
}
.page-id-3355 .side-panel.side-panel-open{
	transform: translateX(0);
}

.page-header .container {
    max-width: 600px;
    background: #6666669e;
    vertical-align: middle;
   
}

.page-title {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-header-cart {display:none;}

.woocommerce table.shop_table td .quantity .qty {
    background: none;
    padding-left: 0;
    text-align: center;
    font-size: 18px;
}

tr.order_item {
    border: 1px solid black !important;
    margin: 5px !important;
}

td.product-quantity {
    border: 1px solid black !important;
    padding-left:20px!important;
}
td.product-name {

    padding-left:20px!important;
}

.related.products h2 {
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: unset!important;
    text-align: center;
}

.wcapf-debug-message {
    display: none!important;
}

/* Fix store notice positioning */
.woocommerce-store-notice, p.demo_store {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999 !important;
    padding: 0.5em 0 !important;
    margin: 0;
}

/* Adjust sticky header when store notice is visible */
body.woocommerce-demo-store #site-header.sticky-header,
body.woocommerce-demo-store .site-header.sticky-header {
    top: 55px !important; /* Adjust this value based on your store notice height */
}

/* Handle admin bar presence */
.admin-bar .woocommerce-store-notice {
    top: 32px !important;
}

.admin-bar.woocommerce-demo-store #site-header.sticky-header,
.admin-bar.woocommerce-demo-store .site-header.sticky-header {
    top: 87px !important; /* 32px (admin bar) + 55px (notice height) */
}

@media screen and (max-width: 782px) {
    .admin-bar .woocommerce-store-notice {
        top: 46px !important;
    }
    
    .admin-bar.woocommerce-demo-store #site-header.sticky-header,
    .admin-bar.woocommerce-demo-store .site-header.sticky-header {
        top: 101px !important; /* 46px (mobile admin bar) + 55px (notice height) */
    }
}

/* Remove previous margin adjustment since we're handling it with top position */
.woocommerce-store-notice ~ #site-header {
    margin-top: 0;
}