/*
Theme Name:         Zenwares Child Theme
Theme URI:          http://wp.smartaddons.com/themes/sw_zenwares/
Description:        A child theme of Zenwares
Author:             Smartaddons
Template:      			zenwares
Author URI:      		http://www.smartaddons.com/
Version:            1.0.2
License:            GNU General Public License v2 or later
*/

.dgwt-wcas-search-wrapp{
	margin-top:25px;
}

.dgwt-wcas-search-wrapp {
    max-width: 600px;
    float: left;
    width: 230px;
}

.badge{
   margin-top: 32px;
   margin-left: 10px;
}

#contents .products-wrapper .product-category img{ max-width:25% !important; margin:0px auto;}
#contents .products-wrapper .product-category.product{ max-width:25% !important; margin-bottom: 30px; text-align: center;}
#contents .products-wrapper .product .products-entry .products-thumb img{ max-width:50% !important; }

#contents h2{font-size:14px;}

#hamburgerclick{
	    position: fixed;
    top: 40px;
    left: 5px;
    width: 30px;
	height:30px;
    cursor: pointer;
    z-index: 9999999999;
background:url("http://zlhc.zetademos.com/wp-content/uploads/2020/07/hamburger-icon-1.png") no-repeat left top;
}
#hamburgerclick.imgClass{
background:url("http://zlhc.zetademos.com/wp-content/uploads/2020/07/hamburger-icon-active-1.png") no-repeat left top;
}
.fixed-container{
	display:none;
	background: #2105af ;
	color:#fff;
    text-align: center;
    z-index: 999999999;
    top: 0;
    padding: 10px 0;
    width: 400px;
	  height:100%;
	  overflow-y:scroll;
    position: fixed;
}

.inner-wrap-container {
    width: 94%;
    margin: 0px auto;
}
.zlogo{ padding:20px 0 10px 0; width:150px; margin:0px auto;}

.zbox {
    width: 90%;
    margin: 10px auto;
    border-bottom: 1px #fff solid;
    padding-bottom: 10px;
}

.fixed-container h2 {
    font-size: 18px;
    color: #fff;
    text-align: left;
}

.zbox > div {
    font-size: 14px;
    text-align: left;
    font-family: sans-serif;
}
.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #002839;
    background-color: #002839;
    border-radius: 50px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
}
.fbox input {
    width: 90%;
    margin: 10px 0 10px 0;
}
.fixed-container::-webkit-scrollbar {
  width: 10px;
}

.fixed-container::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.fixed-container::-webkit-scrollbar-thumb {
  background: #888; 
}

.fixed-container::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.fixed-container .textfield-input{
	border-radius: 50px;
    height: 35px;
}


@media screen and (max-width: 922px) {
  .dgwt-wcas-search-wrapp{
	width:100% !important;
  }
	.header{
		height:210px !important;
	}
	.dgwt-wcas-search-wrapp{
		margin-top:9px !important;
	}
	
}
@media screen and (max-width: 640px) and (min-width: 481px){
	.header .header-top .sidebar-top ul > li > a {
    	padding: 0 10px !important;
	}
}
@media screen and (max-width: 480px) {
	.badge{
		margin-top: 18px;
	}
	.dgwt-wcas-search-wrapp{
		margin-top:9px !important;
		margin-left: 0px !important;
        min-width: 104px !important;
        max-width: 128px !important;
	}
	.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{
		max-width:none !important;
	}
}
@media screen and (max-width: 340px) {
	.dgwt-wcas-search-wrapp{
		margin-left: 0px !important;
        min-width: 104px !important;
        max-width: 128px !important;
	}	
}
