.fs-arrow {
    right: 5px !important;
    bottom: 12px !important;
    border: 0 !important;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 12px !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    background-image: url('/wp-content/themes/bootscore-main/img/arrow_down.png') !important;
    background-position: center top;
    background-size: 14px;
}

.facetwp-type-sort select{
  background-image: url('/wp-content/themes/bootscore-main/img/arrow_down.png') !important;  
  background-position: right 14px !important;  
  background-size: 14px !important;  
}
.product_loop .wrap {
    border: 1px solid #e4e4e4;
    margin: 0 !important;
    position: relative;
    padding-top: 5px;
    z-index: 0;
    background: white;
}
.loop_image {position: relative; bottom: 45px;}

.loop_desc {
    font-size: 14px;
}
.price ins {
    font-weight: 900;
    color: #cd181e;
    text-decoration: none;
}
.af {
/*    margin-bottom: 100px;*/
    margin-top: 50px !important;
}
.product-pos.viewone{
    margin-bottom: 60px;
}
.viewmode {
    margin-bottom: 60px;
}
.price_loop ins {
    color: #cd181e;
    text-decoration: none;
}
.add_to_cart_loop {
    border: 0;
    background: transparent;
}
form.catcart.cart_loop {
    display: inline-block;
    vertical-align: top;
}

.wishlist_loop a {
    color: black !important;
    font-size: 22px !important;
    padding: 7px 1px 1px 1px !important;
}
.price_loop {
    margin-bottom: 8px;
}
.wishlist_loop a.add_to_wishlist.button.alt{
    padding:0 !important;
}

.loop_title a {
    text-decoration: none;
    color: inherit;
    font-family: 'BagueSansProBold', Arial, Helvetica, sans-serif !important;
}
.author_loop .author_name {
    font-size: 13px;
}
a.pname {
    font-size: 16px;
    padding-bottom: 7px;
    display: block;
}
.shadow_cat{
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.54); 
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.54);
}
.price_loop ins {
    font-size: 20px;
    font-family: 'BagueSansProBold', Arial, Helvetica, sans-serif !important;
}
a.highlight_cat {
    background: #4e505a;
    color: white !important;
    padding: 3px 6px;
}

.price_range span {
    display: inline-block;
    margin-bottom: 17px;
}
.noUi-handle {
    border: 1px solid #000000 !important;
    background: #000 !important;
}
.noUi-horizontal {
    height: 2px !important;
}
.noUi-target {
    border: 0px solid #000000 !important;
    background: #000000 !important;
}
.noUi-connect {
    background: #000 !important;
}
.noUi-horizontal .noUi-handle {
    width: 4px !important;
    top: -8px !important;
}
.optionselect {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    cursor:pointer
}

.itsnew_cat {
    color: #dc3545;
    background: url(/wp-content/themes/bootscore-main/img/white_badge_mini.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    padding: 0px 8px 3px 8px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    background-position: top center;
}
.redbadge_cat {
    color: white;
    background: url(/wp-content/themes/bootscore-main/img/red_badge_mini.png);
    background-repeat: no-repeat;
    background-size: 101%;
    display: inline-block;
    padding: 2px 13px;
    text-align: center;
    font-size: 12px;
    background-position: center;
    vartical-align:top;
}

@media (min-width: 320px) {
  .product_loop {
/*    margin-bottom: calc(3.125rem + ((1vw - 5.76px) * 9.6726)) !important;*/
    min-height: 0vw;
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1920px) {
  .product_loop {
    margin-bottom: 180px !important;
  }
}

@media (max-width:768px){
 .loop_image {position: static;}
 .loop_title {min-height: 0px; line-height: 20px;}
 .loop_desc {min-height: 0px;}
}