/*
Theme Name:   Woostify Child
Theme URI:    https://woostify.com
Author:       WeAssemble
Author URI:   https://weassemble.team
Description:  Woostify Child Theme For Toynest
Version:      2.3.7
Requires at least: 4.7
Tested up to: 6.1
Requires PHP: 7.3
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  woostify
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
Template: woostify

*/

.woostify-social-icon a:before {
    display: none;
}

.woostify-social-icon a {
    width: 18px;
}

.topbar, #masthead {
    position: fixed;
    width: 100%;
    z-index: 2;
}
.topbar {
    top: 0;
}
#masthead {
    top: 36px;
}

.grecaptcha-badge {
    display: none;
}

body {
    padding-top: 107px;
}

.site-footer .woostify-container {
    display: block;
    padding: 0;
}

.site-info{
    padding: 11px 15px;
}

.woostify-footer-text-widget ul {
    padding: 0;
}

div#custom_html-2 {
    justify-items: center;
}

div#custom_html-3 {
    justify-items: center;
}

div#custom_html-3 h6 {
    position: relative;
    right: 20px;
}

.pop-main-form input[type=text], .pop-main-form input[type=number]{
    width: 100%;
}

.form-btn input[type=submit] {
    padding: 4px 25px;
    background: #a57f56;
    color: #fff;
}

@media (max-width: 768px){
    div#custom_html-2 {
    justify-items: left;
}

div#custom_html-3 {
    justify-items: left;
}

div#custom_html-3 h6 {
    right: 0;
}

.products{
    padding: 30px 15px;
}

.page-header{
    margin-bottom: 30px !important;
}
}

@media screen and (min-width: 992px) {
    body {
        padding-top: 127px;
    }
}

.product-template-default.single-product .woostify-breadcrumb span, .product-template-default.single-product .woostify-breadcrumb a { 
    color: #7a6853; 
}