/*
Theme Name: WikiBook Child
Theme URI: https://demo.theme-sky.com/wikibook/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: wikibook
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: wikibook-child
*/


/* Make product image sticky on single product page */
.single-product div.product div.images {
    position: sticky;
    top: 0px; /* adjust based on header height */
}
.elementor-testimonial--align-left .elementor-testimonial {
    background-color: #f5f5f5;
    text-align: left;
    padding: 20px;
}
header .logo img, .widget-container.ts-social-icons .normal-logo {
    width: 200px;
}
.header-sticky:not(.is-sticky) .header-middle {
        --hd-padding-vertical: 14px;
    }
ul#menu-main-menu {
    display: flex;
    justify-content: center;
}
p#billing_country_field {
    display: none;
}
.menu-wrapper.hidden-xs {
    width: 100%;
}
.ts-store-notice {
    
    padding: 15px 0;
    
    background: linear-gradient(70deg, #46b9b5 30%, #b4e599 100%);
 border:0px;
    font-size: 16px;
}
.ts-store-notice .close {
    
    display: none;
}
:where(.header-top,.header-middle,.header-bottom) > .container {
    display: flex;
    gap: 0 30px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.login-popup-content .form-content > h4 {
  
    text-align: left;
}
.ts-popup-modal .popup-container{    padding: 0 30px 0px 0px;}
.breadcrumb-title-wrapper.breadcrumb-v4 {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
}