/*
Theme Name: Ecomall Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
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: ecomall-child
*/

.custom-con-padding{
    padding-top:0px !important;
    padding-bottom:0px !important;
    align-items: unset !important;
}

.ts-header .custom-menu  .menu .menu-item .menu-label {
    font-size: 22px !important;
    font-family: poppins, sans-serif !important;
    font-weight: 600 !important;
}

.custom_btn {
    height: 100% !important;
    border-radius: 0px  !important;
    font-family: "poppins", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    background-color: #FDD040 !important;
    border-color: #FDD040 !important;
    fill: #013087 !important;
    color: #013087 !important;
}

.custom_btn:hover , .custom_btn a:hover {
    background-color: #013087 !important;
    border-color: #013087 !important;
    color: #fff !important;
    fill: #fff !important;
}
.ts-header .header-template .header-left .custom_height {
    max-height: 90px !important;
    z-index: 10000 !important;
}

.ts-header .is-sticky .header-bottom {
    display: block !important;
}

@media only screen and (max-width:768px) {
    .custom_btn{
        font-size: 14px !important;
        width: 125px !important;
        height: 60px !important;
        border-radius: 8px !important;
    }
	.custom-con-padding .header-left {
        display: flex !important;
    }
    
    .header-left {
        display: none !important;
    }
}

@media only screen and (max-width: 1279px) {
    .header-v3 .header-bottom .menu-wrapper, .header-bottom .menu-wrapper {
        width: 130px;
    }
}



.ts-summary-custom-content {
    display: none;
}