/* - - - chung - - -*/
.attr a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 29px;
    border: 1px solid #fff;
    margin-right: 7px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0 2px;
}

.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #FF7A00;
}

.unsel {
    cursor: not-allowed;
}

.deactive {
    background: #ccc;
    pointer-events: none;
}

#pagination .paginator {
    display: inline-flex;
    margin: 20px 0;
}

#pagination .paginator a, #pagination .paginator span.currentPage {
    border: 1px solid #000;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    margin-right: 3px;
    color: #fff;
    border: 1px solid #e3e3e3;
    background: #cdcdcd;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    background: #58585b;
    color: #fff;
    border-color: #949496;
}

.paginator a.paging-first:before {
    content: "\f100";
    font-family: FontAwesome;
}

.paginator a.paging-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}

.paginator a.paging-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

.paginator a.paging-last:before {
    content: "\f101";
    font-family: FontAwesome;
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}

/* - - - chung - - -*/

.ui-tooltip {
    padding: 5px 10px;
    color: white;
    box-shadow: 0 0 7px black;
    font-size: 14px;
}

.ui-tooltip, .arrow:after {
    background: black;
    /*border: 2px solid white !important;*/
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: -16px;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.no-padding {
    padding: 0;
}

a:hover {
    text-decoration: none;
}
.fixed-menu .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.filter-price {
    margin-left: 10px;
}
#slider-range {
    margin: 10px;
}
.widget_price_filter {
    padding: 10px;
}
.zoomWindowContainer div {
    height: 300px !important;
}
.description {
    padding-top: 10px;
    border-top: 2px solid #ccc;
}
.view-select .active {
    font-weight: 600;
}
.option2.product-item {
    width: calc(100%/2 - 13.5px);
    padding: 0 15px 15px 0;
}
.option2.product-item:nth-child(2n){
    margin-right: 0;
}
.product-item .img img {
    width: 100%;
}
@media (min-width: 968px) {
    .product-lists.select2 .product-item:nth-child(5n+1) {
        display: block;
        width: 60%;
        margin: 0 20%;
    }
    .product-lists.select4 .product-item:nth-child(5n+1) {
        display: block;
        width: 47%;
    }
    .product-lists.select4 .product-item:nth-child(4n+1) {
        padding-left: 15px;
    }
    .product-lists.select4 .product-item .img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

}
@media (max-width: 968px) {
    .view-select {
        display: none;
    }
}