.wrap {
    margin: 0 auto;
    max-width: 1544px;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
}
.nav-overline {
    font-family: 'Suisse Intl', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.h1-subtitle {
    font-family: 'Suisse Intl', sans-serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.main .sans-serif{
	font-family: 'Suisse Intl', sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.button a {
    font-family: 'Suisse Intl', sans-serif;
}
@media all and (max-width: 1366px) {
    .h1-title, .h1-subtitle {
        font-size: 40px;
        letter-spacing: -0.02em;
    }
}
@media all and (max-width: 768px) {
    .h1-title, .h1-subtitle {
        font-size: 32px;
    }
}
@media all and (max-width: 640px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
	.nav-overline{
		font-size: 10px;
	}
    .h1-title, .h1-subtitle {
        font-size: 24px;
    }
    .button a{
        font-size: 9px;
        height: 22px;
        line-height: 22px;
        min-width: auto;
        padding: 0 1.6em;
        width: auto;
    }
}

/*------------------------------- All Issues Section --------------------------------*/
/*------------------------------- General --------------------------------*/
.stockists-publication-page {
	padding-bottom: 35px;
}
.pre-footer-description{
	display: none;
}
.category-top-section{
	padding-bottom: 120px;
	padding-top: 120px;
}
.category-top-subtitle{
    margin-bottom: 20px;
}
.publication-all-issues-content{
    margin: 0 auto;
    overflow: hidden;
}
.publication-all-books-section .publication-all-issues-content{
    border-bottom: 1px solid #ccc;
}

/*------------------- Cols ---------------------*/

@media all and (min-width: 1366px){
	.publication-all-issues-product {
	    float: left;
	    margin-bottom: 120px;
	    margin-right: 30px;
	    position: relative;
	    width: calc((100% - 90px)/4);
	}
	.publication-all-issues-product:nth-of-type(4n){
	    margin-right: 0;
	    float: right;
	}
	.publication-all-issues-product:nth-of-type(4n-1){
	    margin-right: 0;
	}
	.publication-all-issues-product:nth-of-type(4n+1){
	    clear: both;
	}
}
@media all and (max-width: 1365px) and (min-width: 641px){
	.publication-all-issues-product{
		float: left;
		margin-bottom: 90px;
    	width: calc((100% - 60px)/3);
	}
	.publication-all-issues-product:nth-of-type(3n-2){
		margin-right: 30px;
	}
	.publication-all-issues-product:nth-of-type(3n){
		float: right;
	}
}
@media all and (max-width: 640px) and (min-width:481px){
	.publication-all-issues-product{
    	width: calc((100% - 20px)/2);
	}
	.publication-all-issues-product:nth-of-type(2n-1){
		float: left;
	}
	.publication-all-issues-product:nth-of-type(2n){
		float: right;
	}
}
.publication-all-issues-product{
	margin-bottom: 60px;
}

/*------------------- Tiles Typography ---------------------*/

.publication-all-issues-section .tile-title .item-name{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 40px;
    margin-bottom: 35px;
    max-height: 1.6em;
    overflow: hidden;
    line-height: 1.6;
}
.stockists-quantity-label{
	color: #202020;
	font-family: 'Suisse Intl', sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 17px;
}
.publication-product-status{
    color: #666666;
    font-size: 10px;
    margin: 10px 0 0;
    transition: color .2s;
}
.stockists-price-line{
    color: #000;
    font-size: 14px;
    margin-top: 17px;
}
.stockists-price-line-savings{
    color: #757575;
}

/*------------------- Rest of tiles ---------------------*/
.publication-all-issues-product .tile-thumb{
    position: relative;
}
.publication-all-issues-product .buttons-on-hover-wrapper .button a{
	background: rgb( 255, 255, 255 );
}
.publication-all-issues-product .buttons-on-hover-wrapper .button a:hover{
    background: #202020;
}
.publication-all-issues-product .buttons-on-hover-wrapper .button a[disabled="disabled"]{
    background: #f0f0f0 !important;
    border-color: #aaa!important;
    color: #666 !important;
    cursor: inherit;
}
.publication-all-issues-product .buttons-on-hover-wrapper .add-to-cart-button{
    bottom: 15px;
    display: none;
    position: absolute;
    width: 100%;
}
.publication-all-issues-product .tile-thumb:hover .add-to-cart-button{
    display: block;
}
.publication-all-issues-product .buttons-on-hover-wrapper .add-to-cart-button a{
    width: calc(100% - 40px);
}
.stockists-learn-more{
	color: #666;
	display: inline-block;
	font-size: 10px;
}
.publication-product-link {
    display: block;
}
.publication-product-link:hover .publication-product-status {
    color: #000;
}
.stockists-tile-button a{
	font-size: 14px;
    margin-top: 39px;
    min-width: 195px;
}

/*------------------------------ Titles --------------------------------*/

.products-section-title{
    font-size: 12px;
    font-family: 'Suisse Intl', sans-serif;
    font-weight: 400;
    padding: 40px 0;
    border-bottom: 1px solid #666;
    margin-bottom: 60px;
    text-transform: none;
}
.stockists-product-pre-order-text{
	font-family: 'Suisse Intl', sans-serif;
    font-size: 12px;
}
.stockists-product-pre-order-text-wrap{
	display: inline-block;
    margin-bottom: 32px;
    margin-top: 4px;
    min-height: 17px;
    display: none;
}

/*------------------- Quantity Items ---------------------*/

.stockists-quantity-item {
	border: 1px solid #202020;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-family: 'Suisse Intl', sans-serif;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    text-align: center;
    transition: all 0.2s ease;
    width: 38px;
}
.book-section .stockists-quantity-item:first-of-type span{
	left: 0;
}
.stockists-quantity-item:last-of-type {
    margin-right: 0;
}
.stockists-quantity-item:last-of-type span{
	left: -1px;
	position: relative;
}
.stockists-quantity-item.active, .stockists-quantity-item:hover{
	background: #1a1a1a;
	color: #fff;
}

/*------------------------------ Form --------------------------------*/
.products-form{
	font-family: 'Suisse Intl', sans-serif;
	font-weight: 300;
	padding-top: 40px;
}
.products-form form{
    overflow: hidden;
    padding-bottom: 150px;
}
.products-form-title {
    border-top: 1px solid #666;
    font-size: 50px;
    padding: 55px 0 44px;
}
.products-form-field-wrapper{
	float: left;
	width: 65%;
}
.products-form-field{
	display: inline-block;
	width: calc(100% - 180px);
}
.products-form-field span, 
.products-form-field input, 
.products-form-field textarea{
	display: inline-block;
	width: 100%;
}
.products-form-field input, 
.products-form-field textarea{
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 24px;
    line-height: 1.65;
    margin-top: -7px;
}
.products-form-field textarea{
    height: 1.8em;
    min-height: 1.8em;
    padding: 0;
}
.products-form-button {
    float: right;
    position: relative;
    top: -4px;
    width: 30%;
}
.products-form-button input[type=submit]{
	font-size: 15px;
	min-width: 195px;
}
.products-form-button input[type=submit]:hover{
	background: #202020;
	color: #fff;
}
.products-form-field-label{
	padding-bottom: 26px;
    display: inline-block;
    width: 175px;
    font-size: 24px;
    vertical-align: top;
}


/*------------------------------ Rrsponsive --------------------------------*/
@media all and (max-width: 1366px){
	.stockists-publication-page{
		padding-bottom: 0;
	}
}
@media all and (max-width: 1024px){
	.category-top-section{
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.publication-all-issues-section{
		padding-bottom: 0;
	}
	.stockists-quantity-item {
	    height: 32px;
	    line-height: 32px;
	    margin-right: 0px;
	    width: 32px;
	}
	.stockists-price-line {
		font-size: 11px;
	    line-height: 1.6;
	    margin-top: 14px;
	}
	.stockists-tile-button a,
	.products-form-button a{
		font-size: 12px;
	    margin-top: 20px;
    	min-width: 180px;
	}
	.stockists-product-pre-order-text-wrap{
		margin-bottom: 20px;
	}
	.stockists-price-line{
		font-size: 12px;
	}
	.products-form-field-wrapper{
		width: 100%;
	}

	.products-form form {
	    padding-bottom: 90px;
	}
	.products-form-title{
		font-size: 34px;
	}
	.products-form-field-label,
	.products-form-field input, 
	.products-form-field textarea{
		font-size: 20px;
	}
	.products-form-button {
	    margin-top: 20px;
	    text-align: right;
	    top: 0;
		width: 100%;
	}
	.products-form .wpcf7-spinner{
		position: absolute;
	}
}
@media all and (max-width: 768px){
	.category-top-section{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.stockists-publication-page{
		padding-top: 90px;
	}
}
@media all and (max-width: 640px){
	.products-section-title{
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	.category-top-section{
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.stockists-publication-page {
		padding-bottom: 0;
		padding-top: 65px;
	}

	.publication-all-issues-product{
		margin-bottom: 40px;
		text-align: center;
	}
	.publication-all-issues-section .tile-title .item-name{
	    font-size: 14px;
	    margin-top: 22px;
	    margin-bottom: 20px;
	}
	.stockists-quantity-label{
		font-size: 13px;
	}
    .stockists-tile-button a {
        font-size: 10px;
        height: 40px;
        line-height: 38px;
        margin-top: 20px;
        min-width: 0;
        width: 180px;
    }
    .stockists-quantity-item:first-of-type span{
		left: -0px;
	}

	.products-form-title{
		font-size: 28px;
	}
	.products-form-field-label{
	    width: 120px;
	}
	.products-form-field {
	    width: calc(100% - 120px);
	}
	.products-form-field-label{
		font-size: 16px;
		padding-bottom: 22px;
	}
	.products-form-field input, 
	.products-form-field textarea{
		font-size: 16px;
		margin-top: -3px;
	    position: relative;
	    top: -4px;
	}
	.products-form-button input[type=submit] {
	    font-size: 11px;
	    width: 160px;
	}
	.products-form form{
	    padding-bottom: 60px;
	}
}