@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.new_p {
    /* position: relative;
  overflow: hidden; */
    width: 100%;
    /* color: #ffffff; */
    text-align: center;
    font-size: 15px;
    /* background-color: #000000; */

    position: absolute;
    top: 25px;
    left: 0;
    width: 285px;
    height: 265px;
    padding: 25px;
    border: 1px solid #ccc;
    background: #fff;
}

figure.new_p * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

figure.new_p img {
    max-width: 93%;
    backface-visibility: hidden;
    vertical-align: top;
}

figure.new_p:after,
figure.new_p figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

figure.new_p:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

figure.new_p figcaption {
    z-index: 1;
    padding: 40px 30px;
}

figure.new_p h3,
figure.new_p .links {
    width: 100%;
    margin: 5px 0;
    padding: 0;
}

figure.new_p h3 {
    line-height: 1.1em;
    font-size: 17px;
    /* text-transform: uppercase; */
    /* opacity: 0; */
}

figure.new_p p {
    font-size: 13px;
    font-weight: 300;
    opacity: 0;
    top: 50%;
    color: #A6A6A6;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    letter-spacing: -0.5px;
}

figure.new_p i {
    position: absolute;
    bottom: 15px;
    right: 10px;
    padding: 20px 25px;
    font-size: 34px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    color: #A6A6A6;
}

figure.new_p a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

figure.new_p:hover img,
figure.new_p.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

figure.new_p:hover:after,
figure.new_p.hover:after {
    background-color: black;
    opacity: 0.8;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */

}

figure.new_p:hover p,
figure.new_p.hover p,
figure.new_p:hover i,
figure.new_p.hover i {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.pro_list_new1 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
    overflow: hidden;
}

.pro_list_new1 li {
    width: 450px;
    box-sizing: border-box;
    margin: 10px 10px;
}

.pro_list_new1 li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    transition: box-shadow 0.4s;
    padding: 5% 3%;
}



.pro_list_new1 li a h3:nth-of-type(1) {
    font-size: 15px;
    font-weight: 500;
}

.pro_list_new1 li a h3:nth-of-type(2) {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.pro_list_new1 li a img {
    transition: 0.2s;
}

.pro_list_new1 li a:hover img {
    transform: scale(1.05);
}

.pro_list_new1 li a p {
    text-align: left !important;
    /*     margin-left: 20%; */
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: -1px;
    line-height: 25px;
    padding: 0 5%;
}

.pro_list_new1 li a:hover {
    box-shadow: 5px 5px 5px 2px #e0e0e0;
}

.product_new_tot {
    border-bottom: 1px solid lightgrey;
}

.product_new_tot:first-child {
    border-top: 1px solid lightgrey;
}

.product_new_tot td {
    padding: 15px 0;
}

.product_new_con>tbody>tr:nth-of-type(1)>td {
    padding: 8px 10px;
}

.product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(1) {
    width: 25%;
}

.product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(1)>a {
    display: block;
    width: 250px;
    /* padding: 8px 10px; */
    background: #eee;
    border: solid 1px #ccc;
    margin: 0 20px 0 10px;
}

.product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(1)>a>img {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    /*background: #fff;*/
    /* background: linear-gradient(black, #ab001e); */


    background: #919191;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #919191 0%, #ffffff 67%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #919191 0%, #ffffff 67%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #919191 0%, #ffffff 67%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */


    background-size: 400% 400%;
    animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(2) h3 {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
}

.product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(2) dd:nth-of-type(2) {
    display: none;
}


.product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(3) {
    width: 15%;
}

.product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(3) .tab-ul-list {
    transition: 0.2s;
}

.product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(3) .tab-ul-list:hover {
    color: #ff6a6a;
}

.devShowDiv {
    margin: 5px 5px;
    padding: 10px;
    border-radius: 3px;
    background: #333333;
    color: #ffffff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .product_new_con>tbody>tr:nth-of-type(1)>td>a {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(1) {
        display: block;
        width: 100%;
    }

    .product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(1)>a {
        margin: 0 auto;
    }

    .product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(2) {
        display: block;
        width: 100%;
    }

    .product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(2)>div {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(3) {
        display: block;
        width: 100%;
    }

    .product_new_con>tbody>tr:nth-of-type(2n)>td:nth-of-type(3)>div {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
        word-break: keep-all;
    }


    .product_new_con .tab-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product_new_con .tab-ul .tab-ul-list {
        display: inline-block;
        margin: 5px 5px;
        padding: 10px;
        border-radius: 3px;
        background: #333333;
        color: #ffffff;
    }

}