/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/
.error-404 .page-title{
	display:none;
}
.error-404 p{
font-size: 24px !important;
}
.error-404 .s-box{
	display:flex;
}
.error-404 .s-box .searchsubmit{
	    width: 40px;
    background: #262626;
    color: #fff;
    margin: 0;
}

.section-history table tr td:first-child strong {
    line-height: 1 !important;
}

.store-products .no-products{
	text-align:center;
}
header{
	position: fixed;
}
#main{
	margin-top:121px !important;
}
.single .entry-content h2.title {
    display: block !important;
}
@media (max-width: 1000px) {
    #main {
        margin-top:127px !important;
    }
}
@media (max-width: 320px) {
    #main {
        margin-top:165px !important;
    }
}
@media (max-width: 600px) {
    footer {
        padding: 60px 0 120px!important;;
    }
}
