@media(max-width: 767px) {
    .products .col-6 { padding-right: 7.5px !important; padding-left: 7.5px !important; }
}
.products .products-title { display: flex; align-items: center; text-align: center; margin: 0; color: #000000; letter-spacing: .1rem; }
.products .products-title::before,
.products .products-title::after { content: ''; flex: 1; border-bottom: 2px solid #3D4144; }
.products .products-title::before { margin-right: .25em; }
.products .products-title::after { margin-left: .25em; }

.products .card { box-shadow: 0 1px 1px rgba(0,0,0,.05) -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; }
.products .card:hover { box-shadow: 0 0px 15px -6px rgba(0,0,0,.9); -moz-box-shadow: 0 0px 15px -6px rgba(0,0,0,.9); -webkit-box-shadow: 0 0px 15px -6px rgba(0,0,0,.9); }
.products .card .card-body { background: #FFF !important; color: #3D4144; }

.products .card img { height: 205px !important; object-fit: contain; }

.products .card .card-body .card-title { font-size: 1em; font-weight: 500; text-align: center; letter-spacing: .1rem; height: 40px; }
.products .card .card-body .card-price { font-size: 1.2em; font-weight: 500; text-align: center; letter-spacing: .1rem; color: #E51C20; }
.products .card .card-hover-btn .btn-view { background-color: #FFF; color: #333; }
.products .card .card-hover-btn .btn-view:hover { background-color: #3D4144; color: #FFF; }
.products .card .card-hover-btn .btn-view:focus { box-shadow: none; }
.products .card .card-hover-btn { position: absolute; z-index: 2; bottom: 40%; left: calc(50% - 25px); text-align: center; visibility: hidden; opacity: 0; }