/*Cate slider*/
.vnt-pro-cat {
    margin-bottom: 35px;
}
.vnt-pro-cat__title { 
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #404040; 
    margin-bottom: 20px;
}
.vnt-pro-cat__content {}
.vnt-pro-cat-grid {
    display: grid;
   grid-template-columns:repeat(auto-fit,270px);
    grid-gap: 30px; 
     
    /*place-content:center*/
}
.vnt-pro-cat-grid__item {}
.cat-item {}
.cat-item .c-img {
    height: 270px;
    text-align: center;
    background: #ffcc66;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.cat-item .c-img a {
     display: block;
    outline: 0;
}
.cat-item .c-img a  img{
     height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}


.cat-item .c-img:hover img {
    height: auto;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cat-item .c-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.cat-item .c-img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.cat-item .c-title {
    text-align: center;
        background: #404040;
}
.cat-item .c-title a {
    color: #fff;
    display: block;    
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}






/*Category*/
.vnt-category {}
.vnt-category .vnt-category-item {
        margin-bottom: 45px;
}
.vnt-category .vnt-category-item:last-child {
    margin-bottom: 0;
}

.vnt-category-box {}
.vnt-category__title {
  margin-bottom: 15px;
padding-bottom: 5px;
position: relative;
text-transform: uppercase;
border-bottom: 3px solid #ffcc66;
}
.vnt-category__title h2 {
        font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.vnt-category__title h2 a {
        color: #333333;
    text-decoration: none;
}

.vnt-category__content {}

/*List*/
.vnt-product {}
.cat-desc {    margin-bottom: 15px;}

.vnt-pro-list {}
.vnt-pro-list__item {
    padding: 30px 24px 30px;
    background: #fff;
    border: 1px solid #ececec;
}

.vnt-pro-list .vnt-pro-list__item:nth-child(2n) {
    background: #ececec;
}

.vnt-pro-list .vnt-pro-item  {
        padding:0;
    border: 0;
}
.vnt-pro-list .vnt-pro-item::before  { content: unset !important;}
.vnt-pro-list .vnt-pro-item::after  {
     content: unset !important;
}
.vnt-pro-list .vnt-pro-item  .i-title {
    text-align: left;
    margin-bottom: 15px;
}
.vnt-pro-list .vnt-pro-item  .i-title a {
    font-size: 18px;
    color: var(--web-color);
    text-decoration: none;
    outline: 0;
    font-weight: 700;
    line-height: 25px;

    height:unset;
    overflow:unset;
    text-overflow:unset;
} 


/*Detail*/

 




/************ BEGIN DETAIL **********/
.vnt-product-detail {
   margin-bottom: 30px;
}

.product-detail {
}

.product-detail .pd-grid {
    display: grid;
    grid-template-columns: 460px 1fr;
    grid-column-gap: 30px;
}

.pro-images { }



.vnt-images-slider {
    width: 100%;
    position: relative;
}


#vnt-pic-slider { 
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    position: relative;

    /*max-height: 450px;*/
    overflow: hidden;
}

#vnt-pic-slider .img a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

#vnt-pic-slider .img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}



#vnt-pic-slider  .item .ivideo a {
    position: relative;
}
#vnt-pic-slider .item .ivideo a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 35px;
    background-image: url(../images/iplay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}  

#vnt-thumb-slider {
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    position: relative;
    height: 60px; 
    overflow: hidden;
    margin-top: 10px;
}
#vnt-thumb-slider .slick-list{
    margin: 0 -5px;
}
#vnt-thumb-slider .slick-slide {
    padding: 0 5px;
    border: none;
    cursor: pointer;
}

#vnt-thumb-slider .item .img{
    position: relative; 
    width: 100%;
    height: 50px; 
     border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}

#vnt-thumb-slider .item .ivideo{
    position: relative;
}
#vnt-thumb-slider .item .ivideo::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 21px;
    background-image: url(../images/iplay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
} 

#vnt-thumb-slider .item .img:hover {
    border: 1px solid var(--web-color);
}

#vnt-thumb-slider .slick-slide.slick-current .img{
    border-color: var(--web-color);
}

.vnt-images-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    width: 25px;
    height: 40px;
    margin-top: -20px;
    background: none;
    border: none;
    font-size: 0;
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#333333;

    top:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vnt-images-slider .slick-prev{
    left: 15px;
}
.vnt-images-slider .slick-next{
    right: -10px;
}

.vnt-images-slider .slick-arrow:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 50px;
    line-height: 50px;
    color:#333333;
}
.vnt-images-slider .slick-prev:before{
    content: "\f104";
}
.vnt-images-slider .slick-next:before{
    content: "\f105";
}
.vnt-images-slider .slick-arrow:hover{
    color:#bcd02f;
}


#vnt-pic-slider:hover .slick-arrow {
    opacity: 1;
}


#vnt-thumb-slider .slick-arrow {  
    height: 30px; 
    margin-top: -15px;
}
 
#vnt-thumb-slider:hover .slick-arrow {
    opacity: 1;
}

#vnt-thumb-slider .slick-prev{
    left: 10px;
}
#vnt-thumb-slider .slick-next{
    right: -10px;
}
#vnt-thumb-slider .slick-arrow:before { 
    font-size: 30px;
    line-height: 30px; 
} 





.pro-details {
}

.product-detail .the-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px; 
     margin-bottom: 10px;
}

.product-detail .the-title h1,
.product-detail .the-title h2 {
        text-transform: uppercase;
   font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: var(--web-color);
    
         
}

.product-detail .the-price  {
    margin-bottom: 15px; 
} 

.product-detail .the-content {
     
}




.vnt-social-share {
    display: flex;
    align-items: center;

    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}
.vnt-social-share .social-txt {
    margin-right: 10px;
}
.vnt-social-share .social-list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -5px;
    padding: 0;
}
.vnt-social-share .social-list .i-social {
    padding: 0 5px;
}
.vnt-social-share .social-list .i-social a {
    display: block;
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
}
.vnt-social-share .social-list .i-social a:hover {
    border-radius: 0;
}
.vnt-social-share .social-list .i-social i,
.vnt-social-share .social-list .i-social img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.vnt-social-share .social-list .i-social i {
    font-size: 16px;
}










/*About*/

.vhabouhome{
    margin-top: 75px;
    margin-bottom: 20px;
}
.hpabouhome .abgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -36.5px;
}
.hpabouhome .abgrip > div{
    padding: 0 36.5px;
}
.hpabouhome .abgrip .mcol{
    width: 52.937%;
}
.hpabouhome .abgrip .hcol{
    width: calc(100% - 52.937%);
}
.tpabouhome .abthumb{
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.tpabouhome .abthumb::before{
    content: '';
    position: absolute;
    left: -20px;
    bottom: -20px;
    height: 50%;
    width: 75%;
    background-color: #ffcc66;
    z-index: -1;
    pointer-events: none;
}
.tpabouhome .abthumb img{
    width: 100%;
}

.a-mobile { display: none;}
.vnt-about-title .dscapts{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px; 
}
.vnt-about-title .dstitle{
    margin-bottom: 10px;
    color: var(--web-color);
    text-transform: uppercase;
}
.vnt-about-title .dstitle, .vnt-about-title .dstitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpabouhome .dsconts{
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 24px;
}
.tpabouhome .dsconts ul{
    margin-top: 10px;
}
.tpabouhome .dsconts li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.tpabouhome .dsconts li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #ff6000;
    border-radius: 100%;
}
.tpabouhome .dsviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    background-color: #ffcc66;
    color: #333333;
    padding: 9px 20px;
    text-decoration: unset;
}
.tpabouhome .dsviews a:hover{
    background-color: #ff6000;
    color: #fff;
}
.tpabouhome .dsviews a span{
    display: block;
    position: relative;
    padding-right: 16px;
}
.tpabouhome .dsviews a span::before{
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}





@media all and (max-width: 991px) {         
     .vnt-pro-cat {
        display: none;
     }

    .product-detail .pd-grid {
        display: block;
    }
    .pro-images {
        max-width: 460px;
        margin: 0 auto 20px;
    }


     .hpabouhome .abgrip .mcol{
        width: 100%;
    }
    .hpabouhome .abgrip .hcol{
        width: 100%;
    }

    .a-desktop { display: none;}
    .a-mobile { display: block;}
    

    .product-detail .the-title h1, .product-detail .the-title h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .vnt-category__title h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media all and (max-width: 767px){    
    
}

@media all and (max-width: 480px) { 

    #vnt-thumb-slider {
        margin-top: 5px;
    }
    .vnt-category__title {
        margin-bottom: 8px;
        padding-bottom: 5px;
    }

    .vnt-about-title .dscapts {
        font-size: 18px;
    }

    .vnt-about-title .dstitle, 
    .vnt-about-title .dstitle h2  {
        font-size: 24px;
        line-height: 30px;
    }
}

@media all and (max-width: 360px) {
    
}
















