/*
Theme Name: Bookstore
Template: astra
Author: Александр Протасов
Version: 1.0
*/

/* Импорт стилей родительской темы */
@import url("../astra/style.css");

span.posted-on {
    display: none;
}
.author::after {
    content: "/ Стихи детям";
}


form.cart {
display: none !important;
} 

.custom-buy-now-button {
    display: inline-flex;       
    align-items: center;       
    justify-content: center;     
    padding: 6px 18px;          
    background-color: #0073e6;
    color: white;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
   transition: background-color 0.3s ease;
    line-height: normal;       
    width: auto;                 
}

.custom-buy-now-button:focus,
.custom-buy-now-button:active {
    outline: none;        
    background-color: #0073e6; 
    color: white;          
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

a.custom-more-button {
    display: block;      
    width: 100%;         
    text-align: center;   
    margin-top: 5px;      
    box-sizing: border-box; 
    background-color: #007cba; 
    color: #fff;        
    padding: 10px 0;      
    border-radius: 4px;   
    text-decoration: none; 
}

.ast-card-action-tooltip,.ast-on-card-button .ahfb-svg-iconset, li.page_item.page-item-1346.current-menu-item.menu-item.current-menu-item, li.page_item.page-item-1346.menu-item  {display: none !important;}

.vidcontainer22 {
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.vid65{position:absolute;top:0;left:0;width:100%;height:100%}
pre {background:none !important;}
.ast-article-single figure, .ast-article-single img:not(figure img) {
    box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.15); */
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
}

