/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */
@font-face {
    font-family: 'SodaHand';
    src: url('fonts/HossRoundCondensed-Bold.woff2') format('woff2'),
        url('fonts/HossRoundCondensed-Bold.woff') format('woff'),
        url('fonts/HossRoundCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SodaHand';
    src: url('fonts/HossRoundCondensed-Regular.woff2') format('woff2'),
        url('fonts/HossRoundCondensed-Regular.woff') format('woff'),
        url('fonts/HossRoundCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SodaHand';
    src: url('fonts/HossRoundCondensed-Light.woff2') format('woff2'),
        url('fonts/HossRoundCondensed-Light.woff') format('woff'),
        url('fonts/HossRoundCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SodaHand';
    src: url('fonts/HossRoundCondensed-Black.woff2') format('woff2'),
        url('fonts/HossRoundCondensed-Black.woff') format('woff'),
        url('fonts/HossRoundCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SodaHand';
    src: url('fonts/HossRoundNarrow-Regular.woff2') format('woff2'),
        url('fonts/HossRoundNarrow-Regular.woff') format('woff'),
        url('fonts/HossRoundNarrow-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SodaHand';
    src: url('fonts/HossRoundNarrow-Bold.woff2') format('woff2'),
        url('fonts/HossRoundNarrow-Bold.woff') format('woff'),
        url('fonts/HossRoundNarrow-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


.header__background {
    z-index: -10;
    display: block!important;
    width: 100%;
    position: absolute;
	  padding:0 15px;
    left: 0;
    right: 0;
    top: 15px;
    height: 0;
    transition: height .5s cubic-bezier(.4, 0, .2, 1) 0s,background-color .5s cubic-bezier(.4, 0, .2, 1) .5s,box-shadow .5s cubic-bezier(.4, 0, .2, 1) .5s;
}
.inner__background {
    width: 100%;
	  max-width:1540px;
    height: 100%;
   background-color: #fff;
	margin:0 auto;
	    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
}

.header-on-scroll .header__background {
    height: 80px;
	    transition: height .5s cubic-bezier(.4, 0, .2, 1);
}
.header-on-scroll .nm-header-col {
		height:110px;
	  transition: height .5s cubic-bezier(.4, 0, .2, 1);
}
.header-on-scroll .nm-header-logo img {
    height: 60px;
	  transition: height .5s cubic-bezier(.4, 0, .2, 1);
}
@media (max-width: 400px){
  .nm-header-logo img {
      height: 50px ;
  }
.header-on-scroll .nm-header-logo img {
    height: 50px;
}
.nm-header-col {
    padding: 10px 0;
}
.header-on-scroll .nm-header-col {
    padding: 10px;
}
}
.nm-header-row.nm-row {
    justify-content: center;
	padding:0 15px;
}
.nm-header-col {
    position: static;
	  max-width:1540px;
    display: flex;
    justify-content: space-between;
    align-items: center;
		height:100px;
	  transition: height .5s cubic-bezier(.4, 0, .2, 1);
}

.nm-header.menu-centered .nm-header-logo {
    float: left;
    width: auto;
	  width: 215px;

}
.nm-header.menu-centered .nm-main-menu {
    float: none;
    width: auto;
    text-align: center;
}

.nm-header.menu-centered .nm-right-menu {
    max-width: inherit;
    margin-right: 0;
    width: auto;
}

.nm-menu li a{
    padding: 0 16px;
	transition: all .5s cubic-bezier(.4, 0, .2, 1);
}
.nm-main-menu li a{
    padding: 0 12px 0 0;
}
.nm-main-menu li a:after{
    content:'/';
	  margin-left:12px;
}

.nm-main-menu .nm-sub-menu-ul li a:after{
    content:'';
	  margin-left:0px;
}
.nm-main-menu li:last-child a:after{
	display:none;
}

.nm-header.menu-centered .nm-right-menu > ul {
    margin-right: 0;
}
.nm-header.menu-centered .nm-right-menu > ul {
    margin-right: 0;
    display: flex;
    align-items: center;
}
a#nm-menu-cart-btn {
    font-size: 36px;
    display: flex;
    align-items: center;
	 padding: 0 0 0 16px
}

span.nm-menu-cart-count.count {
background-color: transparent !important;

color: #fff !important;
}
.header-on-scroll span.nm-menu-cart-count.count {
background-color: transparent !important;

color: #c44592 !important;
}

li.nm-menu-account.menu-item-default.has-icon {
    display: none;
}
@media (max-width: 1180px){
.nm-menu li.nm-menu-offscreen {
    display: block;
}
	.nm-header.menu-centered .nm-main-menu{
		 display: none;
	}
	li.nm-menu-search.menu-item-default.has-icon {
		   display: none;
}
	.top-bar-mobile-none .nm-top-bar {
    display: none;
}
}

@media (max-width: 550px){
.header-mobile-default .nm-menu-icon {
    width: 32px;
}
}

@media (max-width: 768px) {
    .nm-shop-header.centered .list-spaced.thumbnails-top .nm-shop-categories img, .nm-shop-categories img {
      display: block
    }
    .nm-shop-header.centered .list-spaced.thumbnails-top .nm-shop-categories img {
    display: block;
    width: auto;
    height: 46px;
    margin: 7px auto 7px;
}
.zoom-instagram.feed-32826 .zoom-instagram-widget__items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}
}

li.cat-item-15 {
    display: none !important;
}

.woocommerce-cart .nm-page-wrap-inner > .nm-row{
  max-width: 100% !important
}
.shop_table.cart tr td {
    vertical-align: top !important;
}


span.custominput {
    display: flex;
}
.show #nm-shop-sidebar-popup .nm-shop-sidebar .widget .nm-shop-widget-col:last-child{
  height: 200px;
}

.nm-shop-taxonomy-header {
    height: 200px;
    padding-top: 120px !important;
    padding-bottom: 41px;
    background-image: url(https://arlequinpaperstore.es/wp-content/uploads/2023/08/pattern-lila2@2x.webp);
    text-align: center;
    text-transform: uppercase;
    color: #c34592 !important;
    background-size: 150px;
}
