.sale-price .money {
  color: #ff0000;
}
.list_button_cart .checkout_green {
  background-color: #3aa808;
  color: #fff;
  padding: 5px 25px;
  font-size: 15px;
  border-color: #3aa808;
  margin: 0 0 0 5px;
}
.template-cart .continue_shop {
  display: inline-block;
  float: left;
  width: auto;
}
.payment_aligned .img-responsive {
  display: inline-block;
}
img.app_logo {
  width: 15%;
  margin: 0 5px 1px 0;
  vertical-align: bottom;
}

@media screen and (max-width: 365px){
  .list_button_cart .checkout_green {
    margin: 10px 0 0;
  }
  .payment_aligned .img-responsive {
    display: inline-block;
    width: 80%;
  }
  img.app_logo {
    width: 15%;
  }
  .payment-img {
    margin: 15px 0 0;
  }
  .template-cart .continue_shop {
    float: right;
  }
}

@media screen and (max-width: 479px){
  .payment-img.pull-right > img.imgres {
    margin: 10px 0 0 !important;
  }
}

.ajaxcart.ajaxcart--modal.is-visible .showOnpop {
  display: inline-block !important;
}
.payment_aligned.showOnpop {
  float: right;
  margin: 10px 0 0;
  text-align: right;
  vertical-align: top;
  width: auto;
}
.payment-img.pull-right > img.imgres {
  display: inline-block;
  width: 100%;
}
.cart_specific > input#paypal-express-button {
  margin: 10px 0 0;
  width: 166px;
}
@media screen and (max-width: 767px){
  .product-block:hover .product-additional{bottom:500px;display: none;}
  .product-block .product_img_link img {
    padding: 30px;
  }
  .navbar-header {
  top: -132px;
    z-index:99999;
}
}

.collimage img {
    width: 100%;
}
.collimage {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px){
input.btn.btn-outline.checkout_green {
    width: 220px;
    margin-bottom: 20px;
    padding: 10px 25px;
}
  a.btn.con-ajax-cart.btn-outline {
    width: 220px;
}
}
.template-product section#apollo-menucanvas.mm-opened {
    display: inline-block !important;
}

/*** filter menu ***/
.filter-group .has_selected .active {
    display: none;
}

.filter-group .has_selected .selected {
    display: inherit;
}
  
  .filter-group .selected a {
    font-weight: bold;
}

.filter-group {
    position: relative;
}

.filter-group .filter-clear {
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 10px;
    padding: 0 5px;
    background-color: #EEE;
    text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}

.filter-group .filter-clear:hover {
    background-color: #DDD;
}

.filter-group .collection-container
{
    overflow: hidden;
    position: relative;
}

.filter-group .collection-count
{
    position: absolute;
    right: 0px;
}

.filter-group h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px; 
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
}

.filter-group ul {
  display: block;
  margin: 0;
}

.filter-group ul li {
  display: block;
}

.filter-group li a {
    display: inline-block;
    margin-left: 6px;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
}

.sort-selector {
    margin: 0 10px;
}

i.check-icon {
    background-image: url(checkbox-black-retina_18034630564605688672.png);
    background-position: 0px -176px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    vertical-align: text-top;
    width: 16px;
}

.selected i.check-icon {
    background-position: 0px -144px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.1),
only screen and (min-device-pixel-ratio: 1.1) {
    i.check-icon {
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 16px 96px;
        background-position: 0px -32px;
    }

        .selected i.check-icon {
        background-position: 0px 0px;
    }
} 

.filter-menu .has_group_selected {
    display: inherit;  
}

.filter-group li a::before {
  color: #888;
  content: "\f096";
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 6px;
}
.filter-group li a {
  display: block;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding: 6px 15px;
  position: relative;
  text-transform: none !important;
}
.has_selected .collection-name > a::before {
  content: "\f046";
}
.filter-group li a:hover::before {
  content: "\f046";
}
.filter-menu .check-icon {
  display: none;
}
.filter-group h4 {
  color: #7e7f80;
  font-weight: bold;
}
.filter-menu.mobile-filter {
  padding: 15px;
}