/* popover from bootstrap START */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #ffffff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #ffffff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #ffffff;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
/* popover from bootstrap END */

.d-none{
    display: none !important;
}
.text-right{
    text-align: right !important;
}
.w-100{
    width: 100%;
}
textarea.error{
    background-color: #fff;
}
label.error{
    background: none;
}
.pagination > li > span {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #d5d7d8;
    color: #31353c!important;
    border-radius: 3px;
    font-size: 14px;
    border-bottom: 2px solid #b5b7b8;
}
.pagination > li.active > span {
    background: #fff;   
}
.single-product-title .title, 
.single-product-title .product-price{
    padding: 0;
}
.single-product-title .product-price > span{
    text-decoration: line-through;
    display: inline-block;
    font-weight: normal;
    color: #6d6f73;
    font-size: 22px;
    margin-bottom: 10px;
}
.calculation-form .finalprice{
    font-size: 25px;
}
.popup-holder.popup-interested form textarea {
    height: 206px;
}
.popup-holder.popup-interested form input.error, 
.popup-holder.popup-interested form textarea.error{
    margin-bottom: 2px;
}
.products-holder .product .table-type-2 table tr > td, 
.products-holder .product .table-type-2 table tr > th{
    padding: 5px;
}
.products-holder .product .table-type-2.tbl_pro_stock table tr > th{
    width: 30%;
}
.products-holder .product .product-image img {
    max-height: 240px;
}
.dis_on_grid, .dis_on_list{
    display: none;
}
.products-holder.view-grid .dis_on_grid, 
.products-holder.view-list .dis_on_list{
    display: block;
}
.btn_interested{
    margin-top: 10px;
}
.disclaimer{
    color: #da1e26;
    cursor: pointer;
    font-size: 18px;
}
.noprice{
    display: inline-block;
    font-weight: normal;
    color: #365ddd;
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-form input:not(:last-child){
    margin-bottom: 0;
}

.header-2 .top-header {
    padding: 17px 0;
}
.header-2 .top-header .row .col-lg-9 {
    margin-top: 20px;
}

.filter-section .accordion {
    margin-bottom: 40px;
}
.filter-section form > div {
    margin-right: 10px;
}

/* ************ Responsive ************ */
@media (min-width: 769px){
    .products-holder.view-list .product-image {
        min-height: 305px;
    }
}