@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-brand a {
  text-decoration: none;
  color: #999;
  font-weight: ;
}

.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:#ea580c;
    font-weight:700;
}

/* =====================
ARROWS FIX
===================== */

/* FIX CLICK DARK PATCH / FOCUS ISSUE */

.featured-slider .slick-prev,
.featured-slider .slick-next{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    background:#fff;
    border:none;
    border-radius:50%;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
    z-index:99;
    outline:none !important;
    overflow:hidden;
    -webkit-tap-highlight-color:transparent;
}

/* remove click shadow */
.featured-slider .slick-prev:focus,
.featured-slider .slick-next:focus,
.featured-slider .slick-prev:active,
.featured-slider .slick-next:active{
    background:#0eb4c2 !important;
    outline:none !important;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
}

/* icon */
.featured-slider .slick-prev:before,
.featured-slider .slick-next:before{
    color:#222 !important;
    font-size:24px;
    opacity:1 !important;
}

/* hover */
.featured-slider .slick-prev:hover,
.featured-slider .slick-next:hover{
    background:#0eb4c2;
}

.featured-slider .slick-prev:hover:before,
.featured-slider .slick-next:hover:before{
    color:#0eb4c2 !important;
}

/* 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;
}

}


element {
}
@media (min-width: 551px) {
  .carousel-tooltip {
    display: none !important;
  }
}


/* HEADER SEARCH BAR */
.custom-search-bar .form-field {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 48px;
}

.custom-search-bar .form-input {
    flex: 1;
    border: none;
    box-shadow: none;
    padding: 0 20px;
    font-size: 15px;
    height: 100%;
}

.custom-search-bar .form-input:focus {
    outline: none;
}

.custom-search-bar .form-button {
    background: #ff8a00;
    color: #fff;
    border: none;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 100%;
    cursor: pointer;
    border-radius: 0 40px 40px 0;
}

.custom-search-bar .form-button:hover {
    background: #e97800;
}

/* hide old icon */
.custom-search-bar .form-button svg,
.custom-search-bar .form-button i {
    display: none;
}

/* remove bottom border / line */
.custom-search-bar .form-field,
.custom-search-bar .form-fieldset,
.custom-search-bar .form,
.custom-search-bar .form-input {
    border: none !important;
    box-shadow: none !important;
}

/* keep clean rounded container */
.custom-search-bar .form-field {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    height: 48px;
}

/* remove underline specifically */
.custom-search-bar .form-input {
    border-bottom: 0 !important;
    outline: none;
}