

.adas_main_div::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.adas_main_div::-webkit-scrollbar-track {
  background: #f1f1f1;        /* color of the tracking area */
}

.adas_main_div::-webkit-scrollbar-thumb {
  background-color: grey;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 4px solid #f1f1f1;  /* creates padding around scroll thumb */
}


.adas-default-search-layout-section{
	position: relative;
    display: inline-flex;
    width: 100%;
}


.adas-default-search-layout-section .default_dropdown{
	display: inline-block;
	margin:0px 3px;
	width: 12%;
}

.adas-default-search-layout-section .default_search_div{
	position: relative;
	display: inline-block;
	margin:0px 3px;
	width: 64%;
}

.adas-default-search-layout-section .adas-search-btn-box{
	display: inline-block;
	margin:0px 3px;
	width: 12%;
}


/*====== Full Width Layout Classes =====*/

.adas-fullwidth-search-layout-section .adas_dropdown{
	display: inline-block;
	margin:0px 3px;
	width: 15%;
}


.adas-fullwidth-search-layout-section .adas_search_div{
	margin: 15px 5px;
    width: 85%;
    position:  relative;
}

.adas-fullwidth-search-layout-section .adas_main_div{
	width: 100%
}

.adas-fullwidth-search-layout-section .adas-search-btn-box{
	    width: 15%;
}

.adas-search-form{
	text-align:left!important;
}

.adas_wide_search_button{
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.adas_dropdown select,
.default_dropdown select{
	height:40px;
	border-radius: 0px;
	width: 100%;
}

.adas_search{
	width: 100%;
	border:1px solid rgb(133, 133, 133) !important;
	background-color: transparent !important;
	box-shadow: none !important;
	height: 40px !important;
}

.adas_excerpt_class{
	color:black!important;
}

.adas_button{
    background-color: #186e8a !important;
    color: white !important;
    height: 40px; 
    width: 100%;
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 24px;
    min-height: 40px;
}

.adas_title{
	padding-left:10px;
}

.adas_hiddenbox{
	display:none;
	position: absolute;
	z-index: 99999;
	width: 100% !important;
	background-color: #ffffff;
}
.adas_gif{
    width: 4%;
    display: none;
    position: absolute;
    right: 5px;
    top: 4px;
}




.adas_main_div{
	overflow-y: scroll;
    overflow-x: hidden;
	max-height: 400px;
	min-height: auto;
	clear: both;
	box-sizing: border-box;
    border: 1px solid #00000024;
}

.adas_result_div_hide{
	display:none !important;
}



.adas_search_thumbnail img{
	max-width: 75px;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 75px;
    object-fit: contain;
}

.adas_link{
	text-align:center; 
}
.adas_search_categories{
	margin-left: 100px;
}
.adas_search_desc{
	background-color: yellow;
}

.adas_search:focus{
    outline: none;
}


.adas_cart_button{
	width:60%;
	height:25px;
	background-color: red;
	color:white;
	margin-top: 10px;
	padding-top: 4px;
}
.adas_row{
	padding:30px;
}

.col-lg-3{
	width:31%;
	float:left;
	border: 2px solid;
	border-color:#ebebeb;
	padding:30px;
	margin-right:20px;
	margin-top:40px;
}
.img{
	width:200px;
	height:210px;
	margin-left:20px;
	border-radius:20px;
}
.title{
	color:black;
	text-align:justify;
	font-size:1.2rem;
	margin-left: 5px;
	 margin-right: 5px;
}



/*========= Full Width Template One ========*/

.adas_product_link{
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.koalaapps_template_one_default,
.koalaapps_template_one_wide,
.adas-right-content{
	box-sizing: border-box;
    overflow: hidden;
    padding: 10px 10px 15px;
    margin-bottom: 15px;
    
}

.adas_result_div a{
	text-decoration: none !important;
}

.adas_search_thumbnail{
	flex-grow: 1;
}

.adas_search_title{
	flex-grow: 4;
}
.adas_pages_search_title{
	flex-grow: 10;
}

.adas_search_title .button{
	font-size: 11px;
    line-height: 21px;
    padding: 5px 12px !important;
}

.adas_search_badges_block{
	flex-grow: 7;
}

.adas_search_badges_block ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.adas_search_badges_block ul li span{
	margin-right: 5px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 20px;
    padding: 0px 5px;
    display: block;
    text-align: center;
}

.greetings-pagination-col-md-12 p{
	font-size: .875em;
	color: #6d6d6d;
	line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

.greetings-pagination-col-md-12 .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: .3342343017em .875em;
    background-color: rgba(0,0,0,.025);
    color: #43454b;
    list-style: none;
    margin: 0;
    text-decoration: none;
    
}

.greetings-pagination-col-md-12 .woocommerce-pagination a {
	text-decoration: none !important;
}

.greetings-pagination-col-md-12 a.page-numbers:hover{
	background-color: rgba(0,0,0,.05);
	text-decoration: none;
}

.greetings-pagination-col-md-12 .woocommerce-pagination .current{
	background-color: #e6e6e6;
    color: #636363;
}
.custom-grid,
.site-main ul li.product{
	display: inline-block;
	float: none !important;
	vertical-align: top;
	margin-bottom: 15px !important;
	margin-right: 0px !important;
}



/*=========== Widget Search =============*/

.widget-area .adas_product_link{
	width: 100%;
    display: block !important;
}


.widget-area .adas_search_badges_block ul li {
	flex-grow: 6; 
}

.widget-area .adas_search_badges_block ul li span{
	margin-top: 10px;
}
.widget-area .adas-fullwidth-search-layout-section{
	display: block !important;
}
.widget-area .adas-default-search-layout-section {
    display: block !important;
}


.widget-area .default_dropdown{
	width: 45% !important;
	margin-bottom: 10px !important;
}

.widget-area .adas_dropdown{
	width: 45% !important;
	margin-bottom: 10px !important;
}

.widget-area .adas-default-search-layout-section .default_search_div{
	width: 64% !important;
}

.widget-area .adas-fullwidth-search-layout-section .adas_search_div{
	width: 64% !important;
}

.widget-area .adas-default-search-layout-section .adas-search-btn-box{
	width: 28% !important;
}

.widget-area .adas-fullwidth-search-layout-section .adas-search-btn-box{
	width: 28% !important;
}

.widget-area .adas_gif{
	width: 12% !important;
}

.widget-area .adas_gif{
	width: 12% !important;
}

.adas_pages_class{
	object-fit: contain;
    height: 324px;
    width: 324px;
}

/*.adas_search_title h4{
	display: block;
	font-size:16px;
	line-height: 26px;
	margin: 0;
	font-weight: 600;
}

.adas_search_title del,
.adas_search_title ins{
	margin: 0px 2px;
}

.adas_search_badges_block ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.adas_search_badges_block ul li{
	margin: 6px 0px;
	display: block;
}

.adas_search_badges_block ul li span{
	display: inline-block;
	padding: 2px 5px;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	max-width: 100px;
}


.adas_main_div::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}



/*.adas_pages_search_title span,
.adas_search_title span{
	text-transform: capitalize;
	font-size: 12px;
	line-height: 22px;
}

.widget_text 
.adas-right-content 
.adas_search_thumbnail {
	float: right;
	text-align: center;
	width: 15%;
}

.adas-right-content .adas_search_badges_block{
	float: none;
}

.adas-right-content .adas_search_thumbnail {
	float: right;
	text-align: center;
	width: 15%;
}

@media all and (max-width:540px){

	.adas-default-search-layout-section .default_dropdown,
	.adas-default-search-layout-section .adas-search-btn-box,
	.adas-fullwidth-search-layout-section .adas_dropdown,
	.adas-fullwidth-search-layout-section .adas-search-btn-box{
		width: 49% !important;
		margin: 0px !important;
	}

	.adas-fullwidth-search-layout-section .adas-search-btn-box{
		float: none !important;
	}

	.adas-default-search-layout-section .default_search_div,
	.adas-default-search-layout-section{
		width: 100% !important;
		display: block !important;
		margin:15px 0px !important;
	}

	.default_search_div,
	.adas_search_div {
		width: 100% !important;
		display: block;
		margin: 10px auto;
	}

	.adas_search_title, 
	.adas_pages_search_title{
		width: 45%;
		font-size: 10px;
	}

	.adas_search_badges_block{
		width: 30%;
	}

	.adas_search_badges_block ul li span {
	    padding: 2px 0px;
	    font-size: 10px;
	    line-height: 20px;
	}
}

*/


/*    Widgets CSS */

/*
.widget-area .adas-search-btn-box{
	    width: 30% !important;
}

.widget-area .adas_gif{
    width: 12% !important;
}


.widget-area
.adas-search-item,
.adas_search_thumbnail,
.widget-area .adas_search_title{
	display: block;
    width: 100% !important;
}


.widget_area .adas_search_div{
    width: 70% !important;
}


.widget_area .adas_result_div{
	padding: 30px 5px 10px !important;
}*/

