/*
Theme Name:   EduBlink Child
Theme URI:    https://demo.edublink.co/
Author:       DevsBlink
Author URI:   https://themeforest.net/user/devsblink/portfolio
Description:  EduBlink Child Theme For LMS and Education Purpose.
Version:      1.0.0
Template:     edublink
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  edublink-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

.single-product #primary {
    padding: 20px;
    margin: 0;
    max-width: 100%;
}
.single-product #primary li, .single-product #primary p {
    margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	width:100%;
}

#product_inq {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9;
    bottom: 0;
    right: 0;
    z-index: 999;
    padding: 25px;
    box-shadow: 0px 7px 14px -4px #00000054;
	max-width: 450px;
	height: 100vh;
    overflow-y: scroll;
}
.eb-contact-me-form .edublink-contact-form-single-item-content input, .eb-contact-me-form .edublink-contact-form-single-item-content textarea {
    border: 1px solid #f2f2f2;
}
.admin-bar #product_inq{
	top: 32px;
}
#topbar a.nav-link {
    height: 30px !important;
    line-height: 40px;
}
.edublink-woocommerce-shop-top {
    display: none;
}
.divecho-adjacent-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}
.divecho-adjacent-links a {
    background-color: #f5f6ff;
    padding: 10px 15px;
    border-radius: 4px;
}
nav.divecho-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
nav.divecho-pagination ul.page-numbers .page-numbers {
    border: 1px solid #f2f2f2;
    padding: 0px 10px;
}
nav.divecho-pagination ul.page-numbers .page-numbers.current {
    border-color: #000;
}
div#divecho-page-wrapper.archive-page {
    max-width: 1200px;
    margin: 15px auto;
}
nav.divecho-pagination ul.page-numbers .page-numbers.dots {
    border: 0;
}