/*
	Theme Name:   Amulet of Ashes
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Amulet of Ashes
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.1
*/


/* Child theme CSS
--------------------------------------------------------------- */

html body #nm-product-gallery-thumbs-inner{
  position:relative!important;
}

html body .thumbnails-vertical .woocommerce-product-gallery .flex-control-thumbs{
  height:auto!important;
}

.variations_form{
  padding-bottom:20px!important;
}

.slick-slider .nm-banner img, .nm-banner img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

.nm-banner-slider.flickity-enabled:hover .flickity-prev-next-button.next, .nm-banner-slider.slick-slider:hover .slick-next {
    right: 19px!important;
}
.nm-banner-slider.flickity-enabled:hover .flickity-prev-next-button.previous, .nm-banner-slider.slick-slider:hover .slick-prev {
    left: 19px!important;
}

#nm-header-search .nm-header-search-wrap {
    padding: 30px 0 30px;
}

.nm-header.default .nm-header-logo {
    line-height: 0;
}

.nm-shop-loop-attribute a {
    margin-right: 7px;
    margin-bottom: 7px;
}

.nm-shop-loop-attribute a .nm-pa-image-thumbnail-wrap {
    width: 11px;
    height: 11px;
}
.nm-shop-loop-attribute a img {
    width: 11px;
    height: 11px;
}

.nm-banner-link.type-txt {
    color: #292929;
    border-bottom: 1px solid #292929;
}

.header-border-1 .nm-header {
    border-bottom: none!important;
}

.nm-product-category-text .nm-product-category-heading a {
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 12px !important;
    line-height: 1;
    margin: 0 6px 6px 0;
    padding: 5px 10px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #282828;
}

.nm-product-category-inner:hover .nm-product-category-heading a{
    background: #dc9814;
}

@media screen and (max-width: 768px) {
  .slick-slider .nm-banner img, .nm-banner img {
      height: 300px;
  }
  .hidemob{
    display:none!important;
  }
  .nm-shop-categories-btn-wrap{
    width:100%;
  }
  .nm-shop-categories-btn-wrap > a{
    display:block;
    width:100%;
    color:#282828!important;
    font-size: 18px!important;
    font-weight: bold;
    text-decoration: underline;
  }
  .nm-infload-controls > .nm-infload-btn{
    color:#282828!important;
    font-size: 18px!important;
    font-weight: bold;
    text-decoration: underline;
  }
  .nm-shop-categories-btn-wrap > a::before{
    content:"Click Here For ";
  }
  .nm-shop-categories-btn-wrap.active > a::before{
    content:"";
  }
  .nm-infload-controls > .nm-infload-btn::before{
    content:"Click Here To ";
  }
}
