.tp-link-icon {
    position: relative;
    overflow: hidden;
}
.tp-link-icon img.not-hover {
    transform: translateY(0);
}
.tp-link-icon img{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.tp-link-icon img.hover {
    transform: translate(-50%, -50px);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
}
li a:hover .tp-link-icon img.not-hover {
    transform: translateY(50px);
}
li a:hover .tp-link-icon img.hover {
    transform: translate(-50%, 0);
} */

/* .tp-cart-count{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #d61c1f;
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 6px;
    top: 0px;
    text-align: center;
} */
/* ul.dropdown{
    animation: slider_nav_up 0.7s;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 999;
    width: 200px;
    background: #ffffff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    border-radius: 3px;
    text-align: left;
} */
/* ul.dropdown li a {
    display: block;
    padding: 10px;
    color: #333333;
    border-bottom: 1px solid #dddddd;
} */
/* ul.dropdown li:last-child a{
    border-bottom: 0px !important;
} */
/* 
.header-search {
    animation: slider_nav_up 0.7s;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    text-align: left;
    z-index: 9999;
    width: 500px;
    background: #fff;
    line-height: normal !important;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    padding: 5px;
} */


/* .section-policy{
    position: relative;
    transform: translateY(-50px);
    z-index: 2;
    background: #fff;
}
.clearfix{
    clear: both;
}
.section-desc{
    position: relative;
}
.section-desc::after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background: #333333;
    margin: 10px auto 30px;
}
.section-policy button.active{
    background: #d61c1f;
    border-color: #d61c1f;
    color: #Fff
} */
/* .tag-percent{
    line-height: 40px;
} */
/* .product-title h3,.article-title h3{
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
} */
/* .list-variants-img ul li {
    display: inline-block;
    border: 1px solid #f0f0f0;
    margin: 0px;
    padding: 1px;
}
.list-variants-img ul li a {
    display: block;
    max-width: 32px;
    overflow: hidden;
}
.list-variants-img ul li a img {
    width: 100%;
} */
/* .product-item:hover {
    box-shadow: 0px 1px 7px rgb(0 0 0 / 35%);
}
.product-item {
    animation: zoom_pro 0.5s;
}
@-webkit-keyframes zoom_pro {
    0% {
      transform: scale(0, 0); }
    100% {
      transform: scale(1, 1); } }

  @keyframes zoom_pro {
    0% {
      transform: scale(0, 0); }
    100% {
      transform: scale(1, 1); } } */
/* .product-item:hover .product-img a img ,.article-item:hover .article-img a img{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.product-img a img,.article-img a img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
} */
/* .product-actions > div > button.btnAddToCart {
    transform: translateX(200px);
}
.product-actions > div > button.btnQuickView {
    transform: translateX(-200px);
} */
/* .product-actions > div > button {
    margin: 0 5px;
} */
/* .product-item:hover .product-img .product-actions button {
    transform: translate(0px) !important;
}
.product-item:hover .product-img .product-actions button {
    transform: translate(0px) !important;
} */
/* .product-img .product-actions > div > button {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
} */
/* .product-item .product-img .product-actions {
    position: absolute;
    bottom: 0;
    width: 100%;
} */
/* productQuickView */
/* #productQuickView.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .5s;
    z-index: 99 !important;
}
#productQuickView .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 80%;
    max-width: 780px;
    transform: translatey(-30px);
    transition: all .5s;
}
#productQuickView .close {
    color: #d61c1f;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
}
#productQuickView .modal-content .modal-QV-status {
    border-bottom: 1px solid #f0f0f0;
}

#productQuickView .modal-content .modal-QV-status h2 {
    color: #d61c1f;
    margin: 0px;
    padding: 15px;
    display: block;
}

#productQuickView .modal-content .form-quick-view-wrapper {
    padding: 15px;
} */
/* #form-quick-view{
    list-style: none;
    margin: 0;
    padding: 0;
} */
/* .large--five-tenths {
    width: 100%;
} */
/* .section-hero .owl-theme .owl-nav.disabled + .owl-dots{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
} */
/* @media (max-width: 767px){
    .tp-cart-count{
        right: -10px;
        top: -5px;
    }
} */
/* .transform50{
    transform: translateY(-50%);
} */
/* .pagination {
    display: inline-block;
  }

  .pagination li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
  }

  .pagination li.active {
    background-color: #d61c1f;
    color: white;
  }

  .pagination li:hover:not(.active) {background-color: #ddd;} */

/* .changeAtiveTab.active{
    background-color: #d61c1f;
    border-color: #d61c1f;
    color: #fff;
} */
/* .attr.checked{
    border-color: #d61c1f;
    font-weight: bold;
}
