#logo-page{
    height: 90px;
    text-align: center;
}
#logo-page a{
    display: unset;
}
#logo-page img{
    max-height: 100%;
}
.attr a {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    border: 1px solid #fff;
    margin-right: 4px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #FF7A00;
}
#buy-now span.cart_image img{
    top: 28%;
    left: 10%;
    position: absolute;
}
#buy-now span.tile.text_buy{
    top: 0;
    left: 33%;
    position: absolute;
    font-size: 19px;
}
.unsel{
    cursor: not-allowed;
}
#pagination .paginator a, #pagination .paginator span.currentPage{
    border: 1px solid #0f9ed8;
    padding: 7px 13px;
    font-weight: bold;
    font-size: 15px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    /*margin-right: 3px;*/
    margin: 0 5px;
}
#pagination .paginator a:hover, #pagination .paginator span.currentPage{
    background: #0f9ed8;
    color: #fff;
}
.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;
}
.product-actions .btn-add-to-cart,.product-actions .btn_quickview{
    transition: all 0.2s ease-out !important;
}
.product-image .img-link {
    height: 250px;
    display: flex;
}
.product-image .img-link img {
    margin: auto;
}
.main-contact .title-page-contact h1, .main-contact .title-page-contact h4 {
    padding: 5px 0;
}
.main-contact .content-page-contact ul li {
    padding: 5px 0;
}
.action-readmore {
    display: none;
}
.pro_loop .action-readmore {
    display: block;
}


/*********** Phone Gif Mobile ****************/
.boxPhone{
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    width: 45px;
    height: 45px;
}
.img_hotline{
    float: left;
    margin-right: 15px;
    padding: 5px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #000;
    animation-name: stretch;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
@keyframes stretch {
    0% {
        transform: scale(.95) rotate(-5deg);
        background-color: #39ac00;
        border-radius: 100%;
    }
    40% {
        transform: scale(.8)  rotate(10deg);
        background-color: red;
    }
    50% {
        transform: scale(.8)  rotate(30deg);
    }
    60% {
        transform: scale(.8)  rotate(10deg);
    }
    70% {
        background-color: #39ac00;
        transform: scale(.8)  rotate(30deg);
    }
    80% {
        transform: scale(.8)  rotate(10deg);
    }
    100% {
        transform: scale(1.07);
        background-color: red;
    }
}
/*********** End Phone Gif Mobile ************/

.content_article table tr td {
    border: 1px solid #ccc;
    padding: 5px;
}


@media screen and (min-width: 1200px){
    .product-wrapper:nth-child(4n+1) {
        clear: both;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .product-wrapper:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 991px){
    .product-wrapper:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 480px){
    .product-list .product-block{
        height: 410px !important;
        overflow: hidden;
    }
    .product-list .product-block .product-image{
        height: auto !important;
    }
}
