/**********************************/
/* CUSTOM CSS FOR CATEGORY PAGES */
/********************************/
h1 {
    margin-bottom: 15px;
}

#adorini .category-sub-menu .collapse.in {
    display: inline-block;
    width: 100%;
}

#adorini .category-top-menu li .category-sub-menu li[data-depth="0"] {
    margin-bottom: 30px;
}

#isDivider {
    height: 3px;
    display: inline-block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
        margin-right: 0px;
        margin-left: 0px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 30px;
}

#noteAboutPrices {
    margin-bottom: 44px;
    margin-top: 4px;
    font-style: italic;
    line-height: 1.4em;
    font-size: 12px;
    position: relative;
    padding: 0;   
}

.breadcrumb .bread {
    margin-bottom: 9px;
}

.total-product {
    width: 100%;
}

.sort-by-row {
    margin-left: 15px !important;
}

.total-products p {
    display: inline-block;
    font-size: .875rem;
}

.wb-product-grid .item-product {
    display: inline-block;
    vertical-align: top;
}

#category .block-category {
    box-shadow: none;
}

.heading-home {
	padding-bottom: 0;
}

.grid-sort {
	margin-bottom: 0;
}

#category-description {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.5em;
}

.block-category #category-description strong {
    font-weight: 600;
    color:  #222;
}

.inline_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.inline_list li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 25%;
    margin-bottom: 6%;
}

.inline_list img {
    width: 100%;
    height: auto;
    padding-left: 8%;
    padding-right: 8%;
}

#category-description br {
	margin-bottom: 4px;
}

#category-description a {
    text-decoration: underline;
}

#category-description p {
    margin-bottom: 33px;
}

.cat_img_align_right {
    float: right;
}

#subcategories {
    margin-bottom: 5px;
}

.cat_name-wrap {
    height: 3.3em;
    display: table;
    width: 100%;
    margin-bottom: 6px;
}

.cat_name-wrap a {
    text-align: center;
    font-weight: 600;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 16px;
}

.products-selection .total-products {
    margin-top: 11px;
}

.sort-by {
    float: left;
}

.wb-grid-list.display {
    float: right;
}

.wb-product-list {
    margin-top: 45px;
}

#wbgrid {
    display: inline-block;
}

#content-wrapper .wb-product-grid .product-miniature {
    padding-top: 45px;
    padding-bottom: 30px;
}

.subcat_img-wrap {
  text-align: center;
}

@media (max-width: 360px) {
    #js-product-list .wb-image-block {
        width: 100%;
    }
}

@media (max-width: 501px) {
    .inline_list li {
        width: 100%;
        margin-right: 0;
        max-width: 100% !important;
    }
}

@media (max-width: 575.99px) {
    .wb-grid-list.display {
        margin-top: 0.8em !important;
        margin-left: 4%;
    }

    .sort-by-row {
        margin: 0 !important;
    }

    .total-product {
        padding: 0;
        margin-top: 0.5em !important;
    }

    .total-products p {
        text-align: left;
        margin-left: 4px;
    }

    .products-selection .total-products {
        margin-bottom: 4px;
        float: left;
        width: 73%;
    }

    .listimg {
        margin: 0 0 0 10px;
    }

    #content-wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    #gridListButtons {
        padding: 0;
    }
}

@media (max-width: 766.99px) {
    .wb-product-grid .item-product {
        float: none;
        width: 32.9%;
        width: 100%;
        padding-left: 0;
    }

    #isDivider {
        margin: 0 15px;
    }

    #category-description {
        margin: 30px 15px 0 15px;
    }

    #noteAboutPrices {
        margin: 4px 15px 44px 15px;
    }

    #js-product-list-top .total-products {
        width:  100%;
    }

    .wb-grid-list.display {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1409px) {
    .span3 {
        width: 31.2%;
    }
}

@media (max-width: 991.99px) {
    .span3 {
        width: 47.6%;
    }
}

.priceAndDto, .circleAvBullet {
    display: inline-block;
  }
  
  .circleAvBullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
    bottom: 1.5px;
  }
  
  .greenBullet {
    background-color: #60a500;    
  }
  
  .yellowBullet {
    background-color: #ffc347;    
  }
  
  .redBullet {
    background-color: #d60000;    
  }
