@media only screen and (max-width: 430px) {
  .quickSearchWrap .form-button {
    padding-right: 5px;
  }
}



.socialLinks .icon svg {
  fill: #fff !important;
}


.navPages li.navPages-item:hover > .navPages-action::before,
.navPage-subMenu .navPages-action:hover::before {
  content: none !important;
}


.card-title > a {
  color: #4e4e4e;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-family: roboto;
  font-size: 14px;
  font-weight: inherit;
}

/* */

/* =====================
SLIDER DESIGN
===================== */

.custom-featured-products{
    padding:40px 0;
    background:#fff;
}

.section-title{
    border-bottom:1px solid #e5e5e5;
    margin-bottom:30px;
    position:relative;
}

.section-title h2{
    margin:0;
    font-size:34px;
    font-weight:700;
    padding-bottom:18px;
    display:inline-block;
    position:relative;
}

.section-title h2:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:70px;
    height:3px;
    background:#ff7a00;
}

/* card */
.slide-item{
    padding:0;
}

.custom-product-card{
    text-align:center;
    padding:10px 20px 25px;
    border-right:1px solid #eee;
}

.custom-product-image{
    height:240px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.custom-product-image img{
    max-width:100%;
    max-height:220px;
    object-fit:contain;
}

.custom-product-brand{
    font-size:13px;
    color:#999;
    text-transform:uppercase;
    margin-bottom:10px;
}

.custom-product-name{
    font-size:17px;
    line-height:1.6;
    min-height:58px;
    margin:0 0 15px;
}

.custom-product-name a{
    color:#222;
    text-decoration:none;
}

.custom-product-name a:hover{
    color:#ff7a00;
}

.custom-product-price{
    font-size:30px;
    color:#ff7a00;
    font-weight:700;
}

/* arrows */
.featured-slider .slick-prev,
.featured-slider .slick-next{
    width:42px;
    height:42px;
    z-index:9;
}

.featured-slider .slick-prev{
    left:-45px;
}

.featured-slider .slick-next{
    right:-45px;
}

.featured-slider .slick-prev:before,
.featured-slider .slick-next:before{
    color:#222;
    font-size:32px;
}

/* mobile */
@media(max-width:768px){

.section-title h2{
    font-size:26px;
}

.custom-product-price{
    font-size:24px;
}

.featured-slider .slick-prev{
    left:-10px;
}

.featured-slider .slick-next{
    right:-10px;
}

}