/*--- chung ---*/
.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;
}
.unsel{
    cursor: not-allowed;
}
#pagination .paginator a, #pagination .paginator span.currentPage{
    border: 1px solid #60a703;
    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;
}
#pagination .paginator a:hover, #pagination .paginator span.currentPage{
    background: #97c505;
    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;
}
.ui-tooltip{
    padding: 10px 15px;
    color: white!important;
    box-shadow: 0 0 7px black;
    font-size: 14px;
    position: absolute;
}
.ui-tooltip, .arrow:after {
    background: black!important;
    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);
}
/*--- chung ---*/
iframe {
    max-width: 100%;
}
.logo{
    height: 100px;
}
.logo img{
    max-height: 100%;
}
.list_product_related .pro-loop {
    marrgin-bottom: 10px;
    padding: 5px 0;
}
.list_product_related .product_related_name{
    margin: 0;
    font-size: 18px;
}
.owl-controls .owl-prev {
    top: 60px;
    left: -10px;
    position: absolute;
    padding: 5px 10px;
    background: #eee;
    border-radius: 100%;
}
.owl-controls .owl-next {
    top: 60px;
    right: -10px;
    position: absolute;
    padding: 5px 10px;
    background: #eee;
    border-radius: 100%;
}
#buy-now{
    font-size: 17px;
    background: #f2600d;
    height: 40px;
    line-height: 25px;
    border-radius: 20px;
    color: #ffffff;
    margin-bottom: 3px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    border: 1px solid #f2600d;
}
#buy-now:hover{
    background: #97c505;
    color: #fff;
    text-shadow: none;
    border-color: #97c505;
}
.image-zoom .sale_label{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #97c505;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 10px;
}
.widget_product_price_slide label{
    font-weight: normal;
}
.widget_product_price_slide a{
    font-size: 17px;
}
.widget_content{
    max-height: 300px;
    overflow: auto;
}
.pro-price-del{
    text-decoration: line-through;
}
#share_product ul li {
    display: inline-block;
    vertical-align: middle;
}
#share_product ul li a {
    padding: 0 15px;
    border: 1px solid #f6f6f6;
    font-size: 11px;
    color: #696969;
    background-color: #f6f6f6;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}
#share_product{
    margin-top: 5px;
    padding: 5px 0;
}
#share_product ul li.twitter:hover a, #share_product ul li.twitter:hover a i {
    background: #00AAF0;
    color: #fff;
}
#share_product ul li.facebook:hover a, #share_product ul li.facebook:hover a i {
    background: #435F9F;
    color: #fff;
}
#share_product ul li.google:hover a, #share_product ul li.google:hover a i {
    background: #E04B34;
    color: #fff;
}
#cssmenu>li.active>a, .filter_brand .widget_content li.active a {
    padding-left: 20px;
    color: #97c505;
}
#cssmenu li.active a:before, .filter_brand .widget_content li.active a:before {
    opacity: 1;
    visibility: visible;
    color: #97c505;
    margin-left: 5px;
    margin-right: 5px;
}
#wrapper-collection{
    padding: 30px 0;
}
#layout-account .btn {
    text-shadow: none;
    background-color: #ff6517;
    background: #ff6517;
    color: #fff;
    border-radius: 0px;
    /*border-color: #ff6517;*/
    text-transform: uppercase;
    position: relative;
    box-shadow: none;
    border-radius: 0px;
    padding: 9px 15px;
}
#layout-account .btn:hover {
    text-shadow: none;
    color: rgb(255, 255, 255);
    box-shadow: none;
    background: #97c505;
}
.news-item .img-news {
    position: relative;
}
.news-item .img-news:hover .mask-brg {
    opacity: 0.6;
}
.news-item .img-news .btn-readmore {
    display: none;
    position: absolute;
    top: 40%;
    left: 40%;
    color: #fff;
    padding: 5px 15px;
    border: 2px solid #fff;
    border-radius: 7%;
    font-weight: 500;
}
.news-item .img-news .btn-readmore:hover {
    background-color: #60a703;
}
.news-item .img-news:hover .btn-readmore {
    display: block;
}
.news-item .img-news img {
    width: auto;
}
.list-gallery li a:hover .bkg-fancybox {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.list-gallery li a:hover:before {
    background-color: transparent;
}
.list-gallery li a:hover:after {
    opacity: 0;
}
.main-contact .content-page-contact ul li {
    padding: 5px 0;
}
#img_product .product_thumb .item_img {
    padding: 0 5px;
}
#img_product .product_thumb .item_img.active {
    border: 1px solid #f2600d;
}
.content-product-list .product-img img{
    height: 262.5px;
    object-fit: cover;
}
.main-footer {
    padding: 20px 0;
}
.main-footer .fi-title {
    font-weight: 700;
    padding: 10px 0;
    font-size: 17px;
    text-transform: uppercase;
}
.bkg-fancybox img {
    display: none;
}
.wapper .wap1 .page-item{
    display: inline-block;
}
.banner_home:hover {
    transition: unset;
    transform: unset;
}
.banner_home:hover .img_banner_home {
    animation: bounceIn 1000ms ease-in-out;
    /*animation-name: zoomInUp;*/
    /*animation-duration: 1s;*/
}
/*--- slide from left product image ---*/
/*.content-product-list .product-wrapper {*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*margin-bottom: 30px;*/
    /*border-color: transparent;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
/*}*/
.product-wrapper .product-img {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product-wrapper .product-img img {
    max-width: 100%;
    margin: 0 auto;
}
.product-wrapper .product-img .second-image {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
}
.product-wrapper .product-img .first-img, .product-wrapper .product-img .second-image {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.product-wrapper:hover .product-img .has-img.first-img {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.product-wrapper:hover .product-img .second-image {
    left: 0;
    right: 0;
}
/*--- end slide from left product image ---*/

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .list-contact-wrapper .list-info-contact li>div {
        margin-bottom: 5px;
    }
}
@media (min-width: 1041px){
    .news-item .img-news img{
        height: 230px;
    }
}
@media (min-width: 992px){
    .ajax_block_product.box-product:nth-child(3n+1), .clear-4:nth-child(4n+1), .clear-3:nth-child(3n+1){
        clear: both;
    }
    .sponline{
        padding-right: 7px;
    }
    .pad-top-xs-10{
        padding-top: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .clear-2:nth-child(2n+1){
        clear: both;
    }
    .sponline{
        float: none;
    }
}
@media (max-width: 768px) {
    .header {
        overflow: hidden;
    }
    #cart_block .cart-heading p{
        display: none !important;
    }
    .tab-content table {
        width: 100% !important;
    }
}
@media (max-width: 543px) {
    .img_banner_home {
        width: 200px;
        height: 200px;
    }
}
.boxPhone{
    display: none;
}
.boxSms{
    display: none;
}
@media screen and (max-width: 991px) {
    .boxPhone{
        display: block !important;
    }
    .boxSms{
        display: block !important;
    }
}
.fixIcon{
    position: fixed;
    bottom: 80px;
    left: 30px;
    z-index: 1000;
}
.boxSms{
    bottom: 30px;
}
.fixItem{
    width: 45px;
    height: 45px;
    font-size: 30px;
    float: left;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    border-radius: 100%;
    background-color: #000;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.boxPhone .fixItem{
    animation-name: stretch;
}
.boxSms .fixItem{
    animation-name: sms;
}
@keyframes stretch {
    0% {
        transform: scale(.95);
        background-color: #39ac00;
        border-radius: 100%;
    }
    40% {
        transform: scale(.8) ;
        background-color: #39ac00;
    }
    50% {
        transform: scale(.8);
    }
    60% {
        transform: scale(.8) ;
    }
    70% {
        background-color: #39ac00;
        transform: scale(.8) ;
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1.07);
        background-color: #39ac00;
    }
}
@keyframes sms {
    0% {
        transform: scale(.95);
        background-color: #3399FF;
        border-radius: 100%;
    }
    40% {
        transform: scale(.8) ;
        background-color: #3399FF;
    }
    50% {
        transform: scale(.8);
    }
    60% {
        transform: scale(.8) ;
    }
    70% {
        background-color: #3399FF;
        transform: scale(.8) ;
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1.07);
        background-color: #3399FF;
    }
}
@media only screen and (max-width: 768px){
    .sponline span.phonehl{
        display: block;
    }
}
.btn-face-fixed{
    bottom: 140px;
}