@CHARSET "UTF-8";

/*cancel icon on selected things*/
ul li{
    list-style-type: none;
}
.ccas_chosen::before {
    background-image: url("cancel.png");
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    float: left;
    margin: 3px 3px 0px;
    content: "";
    cursor: pointer;
}
.caf_label_class .ccas_chosen::before {
    background-image: url("cancel.png");
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    position: absolute;
    top: -7px;
    right: -7px;
    content: "";
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: block!important;
}
.caf_label_class .ccas_chosen {
    position: relative;
}
.caf_picker_class .ccas_chosen::before {
    background-image: url("checked.png");
    display: block !important;
    background-size: 100% 100%;
    content: "";
    cursor: pointer;
    float: left;
    height: 20px;
    width: 20px;
    margin: 5px 7px 0;
}

/* css for tag-cloud*/
.ccas_ajax_tagcloud a {
    font-size: 15px;
}

/* category*/
.ccas-product-categories li a input[type="checkbox"] {
    margin-right: 5px;
}

/*
* css for search box for search product widget
*/
.ccas_searched_product_ul {
    background-color: #f7f7f7;
    box-shadow: 0 10px 10px #ccc;
    max-width: 224px;
    position: absolute;
    width: 100%;
    z-index: 999;
    max-width: 80%;
}

.ccas_searched_pro_list {
    border-bottom: 1px solid #ccc;
}

.ccas_searched_pro_list img {
    padding: 5px;
}



#suggesstion-box_ccas_ {
    position: relative;
    display: block;
}


.caf_picker_class li {
	float:left;
}

.ccas_pro_search_div input#search-box_ccas_ {
    display: inline-block;
    margin-right: 0px;
    width: 80%;
}
.ccas_ajax_shop_loading_div {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    padding-top: 30%;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.ccas_ajax_shop_loading_div img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.blink_me {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

/*
* css for type-n-search loader
*/
img.ccas_ajax_pro_search_loader{
    width:35px;
    height:35px;
    display: inline-block;
    vertical-align: middle;
}

/*
* css for search cross button
*/
.ccas_pro_cross_class {
    position: absolute;
    margin-left: -24px;
    margin-top: 4px;
    cursor: pointer;
}
.ccas_pro_cross_class img {
    width: 20px;
}

/*version 1.0.4*/
.caf_picker_class li a {
    border: none;
    display: block;
    height: 30px;
    margin-bottom: 2px;
    margin-left: 3px;
    width: 30px;
    border-radius: 50%;
}
.ccas_ajax_attribute_filter_anchor_class {
    box-shadow: none!important;
}
.ccas_hidden_item {
    display: none !important;
}
 .ccas_items_info_wrapper_parent {
    position: relative;
}
.ccas_items_info_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -122px;
}
.caf_picker_class > li {
  text-align: center;
}
.caf_picker_class .count {
    padding: 4px 10px;
    background-color: #ffffff;
    margin-top: 2px;
    display: inline-block;
}
.caf_label_class li {
    background-color: #0078d7;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
}
.caf_label_class .ccas_ajax_attribute_filter_anchor_class {
    color: #ffffff;
}
.caf_label_class .ccas_ajax_attribute_filter_anchor_class {
    padding: 8px !important;
    width: 82px;
    display: inline-block;
}
.caf_label_class .ccas_ajax_attribute_filter_anchor_class:hover {
    color: #ffffff !important;
}


.ccas_searched_product_ul > li a .ccas_disign_adjust {
    padding: 2px;
    text-align: center;
}
.ccas_searched_product_ul > li a::after {
  clear: both;
  content: "";
  display: table;
}
.ccas_searched_product_ul > li a .ccas_disign_adjust ,
.ccas_searched_product_ul > li a img {
  float: left;
  width: 50%;
  box-shadow: none;
}
.ccas_searched_product_ul > li a .ccas_disign_adjust .price del {
    display: block!important;
}