.tns-controls{
    display: none !important;
} 
.border-radius-50 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 0 !important;
} 
.clearfix > .img-auto {
    padding: 25px;
    width: 510px !important;
    height: 510px !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.clearfix>.img-auto:hover{
   transform: scale(1.1);
}

.flex-end{
    margin-left: 230px;
    text-align: left !important;
} 
.product-thumbnail img{
    width: 210px !important;
    height:210px !important;
    object-fit: cover;
    margin:0px;
} 
.item>.product-box{
    background-color: #f1f2f7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
} 
.product-box:hover{
   transform: scale(1.01);
} 
.sec-title {
    margin-top: 20px !important;
} 

.tns-inner .product-thumbnail {
    background-color: #f1f2f7;
}
.products-view-grid .product-box {
    margin: 10px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    border: none;
} 
.product-box{
    background-color: #f1f2f7 !important;
}
.product-box .product-thumbnail {
    background-color: #f1f2f7;
} 
.img-item_news img{
    width: 262.5px !important;
    height:200px !important;
    object-fit: cover;
} 

@media only screen and (max-width: 480px) {
    .img-item_news img{
        width: 100% !important;
        height:auto !important;
    } 
}

.section-service__title{
    text-align: center;
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
} 
#service-service_grid_view_2 h2{
color:var(--shop-color-title);
} 
#service-service_grid_view_2 h3 a{
color:var(--shop-color-title);
    font-size: 20px !important;

} 

#news_custom-0 .title{
    color:var(--shop-color-title);
    font-size: 38px;
} 
@media only screen and (max-width: 480px) {
    #section_product-cart--0 .flex-end {margin-left: 0;}
}