

/*-------------------GALLERY----------------------*/

.wrapper{
	min-height:100%;
	overflow:hidden;
	display:flex;
	flex-direction:column;
}
.project-page-container{
	padding:50px 30px 0px 30px;
	flex:1 1 auto;
	/*border:1px solid blue;*/
}
.project-container{
	/*border:1px solid red;*/
	max-width: 1300px;
	margin:0px auto;
	margin-bottom: 40px;
}
.project-row{
	display:flex;
	/*border:1px solid yellow;*/
	margin:0px -10px;
	flex-wrap:wrap;
	justify-content:center;
}
.project-column{
	
	padding:0px 10px;
	line-height: 23px;
	/*border:1px solid green;*/
}
#col1, #col11{
	padding-right:20px;
	flex:0 0 40%;
	
}
#col2, #col22{
	padding-left:20px;
	flex:0 0 60%;
}
.project-item{
    /*border:1px solid magenta;*/
}
.preview{
	/*max-width:600px;*/
	margin-bottom:15px;
    /*border: 1px solid red;*/
}
.preview img {
/*border: 1px solid #444;*/
padding: 1px;
width:100%

}
.thumbnails img {
height: 60px;
/*border: 1px solid #555;*/
padding: 1px;
margin: 0 10px 10px 0;

}
.thumbnails img:hover {
border: 1px solid #00ccff;
cursor:pointer;
}
.rating-row, .price-row{
	display:flex;
	/*border:1px solid yellow;*/
	margin:0px -10px;
	flex-wrap:wrap;
	justify-content:center;
}

.rating-column, .price-column{
	flex:0 1 50%;
	padding:0px 10px;
	line-height: 23px;
	/*border:1px solid blue;*/
	
}
#price-item{
	text-align:right;
}


.project-title{
	/*border:1px solid blue;*/
	font-family: 'Merriweather Sans', sans-serif;
	font-size:1.6em;
	font-weight:600;
	color:#038ece;
	margin-bottom: 8px;
	
}
.listing-subtitle{
	font-family: 'Nunito', sans-serif;
	font-size:1.2em;
	font-weight:400;
	color:#453931;	
}
.price-text{
	font-family: 'Merriweather Sans', sans-serif;
	font-size:1.3em;
	font-weight:600;
	color:#453931;
}



button {
	background-color:#dad9d6;
  font-size:1em;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  width: 30%;

}
button:hover {
  opacity: 0.8;
}
button[type=selectbutton]{
	font-family: 'Nunito', sans-serif;
	color: #7b7b79;
	font-weight:500;
	margin-top: 40px;
	background-color:white;
  font-size:1em;
  padding: 6px 20px;
  border:1px solid #bebdba;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.addbttncont{
	justify-content: right;
}

button[type=addbutton]{
	font-family: 'Nunito', sans-serif;
	font-size:1.2em;
	font-weight:500;
	margin-top: 30px;
	color:#453931;	
}


select{
	font-family: 'Nunito', sans-serif;
	color: #453931;
	font-weight:500;
	margin-top: 40px;
	background-color:white;
  font-size:1em;
  padding: 6px 20px;
  border:1px solid #bebdba;
  cursor: pointer;
  width: 100%;
  text-align: left;
}


.pttrn-info-cont{
	margin-top:60px;
	/*border:1px solid yellow;*/
}
.project-info-row{
	display:flex;
	/*border:1px solid blue;*/
	/*+	margin:0px -10px;
	/*flex-wrap:wrap;*/
	justify-content:left;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

#inforow{
	margin-top:30px;
}
.project-info-column1, .project-info-column2{
	flex:0 1 50%;
	padding:0px 10px;
	/*border:1px solid black;*/
	font-family: 'Nunito', sans-serif;
	font-size:1.1em;
	font-weight:400;
	color:#453931;	
}
.project-info-column1{
	font-weight:700;
}
.project-notes-container{
	/*border:1px solid #c2c2bd;*/
	padding: 0px;
	margin-top: 5px;
}

#addit-info{
	margin-top:30px;
}





.refund-policy{
	margin-top: 30px;
	padding: 10px 10px;
	border-top:1px solid #c6c3be;
}

.refund-info{
	font-size:1em;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:500;
	color:#038ece;
}
.additional-info{
	font-size:1.1em;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:500;
	color:#038ece;
}
.refund-info-text, .additional-info-text{
	font-family: 'Nunito', sans-serif;
	font-size:1em;
	font-weight:400;
	color:#453931;
	line-height:20px;
}
.additional-info-text{
	font-size:1.1em;
	line-height:23px;
}



/*---------------------YARN------------------------*/
.yarn{
	/*border:1px solid black;*/
	margin-top:30px;
}
.yarn-container{
	border: 1px solid #b3b2a7;
	max-width:900px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
}
/*.yarn-title-container{
	max-width:600px;
	margin:0 auto;
}*/
.yarn-title{
	font-size:1.1em;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:500;
	color:#038ece;
	margin-bottom:8px;
}
.yarn-brand-row{
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: 20px;
}
#brand-col-1{
	flex:0 1 80%;
}
#brand-col-2{
	flex:0 1 20%;
}
h4.brand{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:400;
	font-size:1.1em;
	color:#453931;
}
.yarn-row{
	display:flex;
	/*border:1px solid green;*/
	margin:0px -10px;
	flex-wrap:wrap;
	justify-content:center;
	
}
.yarn-column{
	flex:0 1 16.666%;
	padding:0px 10px;
	max-width:165px;
	/*border:1px solid red;*/
	
}
.yarn-item{
	/*border:1px solid black;*/
	padding-bottom:20px;
	
}
.colour-sample img{
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.yarn-item-name{
	font-family: 'Nunito', sans-serif;
	font-weight:600;
	color:#453931;
	font-size:1em;
	text-align:center;
	margin-top:15px;
}
.yarn-amount{
	font-family: 'Nunito', sans-serif;
	font-weight:600;
	color:#453931;
	font-size:1em;
	text-align:center;
	margin-top:8px;
}
.yarn-bttn{
background-color:#dad9d6;
  border: none;
	display: block;
	margin-left:14px;
	text-align:center;
	max-width:100%;
}
.yarn-bttn a, .yarn-bttn a:visited{
  background-color:#dad9d6;
  border: none;
  cursor: pointer;
  	
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-size:1em;
	font-weight:500;
	color:#453931;

	margin: 0px;
	text-align:center;
	padding:5px 10px 5px 10px;
	max-width:100%;
}





/*=======================================================================*/
/*--------------------------------*CONFIRMATION WINDOW*------------------*/

#in-basket-container{

  position:absolute;

	border:1px solid #c0bfbd;
	width: 95%;
	max-width: 600px;
	padding: 25px 25px;
	margin:0px auto;
	background-color: #e7e4de;
	z-index: 10005;
	line-height:  1.2;
}
.in-basket-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.in-basket-column{
	flex: 0 1 100%;
}
.in-basket-item{
	/*border:1px solid blue;*/
}
.in-basket-title{
	font-family: 'Nunito', sans-serif;
	font-size:1.2em;
	font-weight:700;
	color:#453931;
	text-align: center;	
	margin-bottom: 15px;
}
.in-basket-name, .in-basket-category{
	font-family: 'Nunito', sans-serif;
	font-size:1.05em;
	font-weight:500;
	color:#453931;
	text-align: center;	
	margin-bottom: 5px;
}
.in-basket-category{
	margin-bottom: 10px;
}
.in-basket-bttn-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.in-basket-bttn-column{
	flex: 0 1 50%;
	padding-left: 10px;
	padding-right: 10px;
}
button[type=cont-bttn], button[type=check-bttn]{
	font-family: 'Nunito', sans-serif;
	font-size:1em;
	font-weight:700;
	color:#453931;
	width: 100%;	
	background-color: white;
	margin-top: 15px;
	border:1px solid #c0bfbd;
}

#window_close{
 position:absolute;
 top:10px;
 right:15px;
 color:#000000;
 cursor:pointer; cursor:hand;
 font-family: 'Nunito', sans-serif;
 font-size:1.5em;
}

/*--------------------------------*END CONFIRMATION WINDOW*------------------*/
/*===========================================================================*/











/*-----------------------ROW-1-----------------------*/

@media (max-width:1324px){
	.pttrn-info-cont{
	margin-top:20px;
}
#addit-info{
	margin-top:5px;
}
}

@media (max-width:1150px){
.project-info-row{
	margin-bottom: 3px;
}
}

@media (max-width:1112px){
#col1{
	flex:0 1 50%;
	padding-right: 7px;
}
#col2{
	flex:0 1 50%;
	padding-left: 7px;
}
}

@media (max-width:1000px){
.project-title{
	/*border:1px solid blue;*/
	font-size:1.4em;
	font-weight:600;
	color:#038ece;
	margin-bottom: 8px;
}
.listing-subtitle{
	font-size:1.05em;
}
.price-text{
	font-size:1.1em;
}
button[type=selectbutton]{
	margin-top: 20px;
}
button[type=addbutton]{
	margin-top: 15px;
	width: 50%;
	font-size: 1.1em;
	padding-top: 5px;
	font-weight: 700;
}
.project-info-column1{
	flex: 0 1 30%;
	font-size:1em;
	} 
.project-info-column2{
	flex: 0 1 70%;
	font-size:1em;
}
.additional-info-text{
	font-size:1em;
}
#addit-info{
	margin-top:5px;
}
}

@media (max-width:974px){

.price-column{
	flex: 0 1 100%;
	margin-top: 5px;
}
#price-item{
	text-align:left;
}
.project-title{
	margin-bottom: 0px;
	font-size:1.35em;
}
}

@media (max-width:890px){
	#col1{
	flex:0 1 60%;
	margin-top: 30px;
}
#col2{
	flex:0 1 100%;
	margin-top: 30px;
}
.project-page-container{
	padding-top: 10px;
}
.price-column{
	flex: 0 1 50%;
	margin-top: 5px;
}
#price-item{
	text-align:right;
}
.project-title{
	margin-bottom: 0px;
	font-size:1.4em;
}
button[type=addbutton]{
	width: 30%;
}
.pttrn-info-cont{
	margin-top: 40px;
}
.project-info-column1{
	flex: 0 1 40%;
	font-size:1em;
	} 
.project-info-column2{
	flex: 0 1 60%;
	font-size:1em;
}
#col11{
	flex: 0 1 100%;
	margin-top: 30px;
}
#col22{
	flex: 0 1 100%;
}
}

@media (max-width:698px){
#col1{
	flex:0 1 70%;
	margin-top: 15px;
}
}

@media (max-width:600px){
#col1{
	flex:0 1 90%;
}
}

@media (max-width:474px){
#col1{
	flex:0 1 100%;
}
.project-title{
	text-align: center;
}
.price-column{
	flex: 0 1 100%;
}
.price-item{
	text-align: center;
}
#price-item{
	text-align:center;
}
button[type=addbutton]{
	width: 100%;
}
.project-page-container{
	padding-left: 15px;
	padding-right: 15px;
}
}

@media (max-width:390px){
.project-info-column1, .project-info-column2{
	flex: 0 1 100%;
}
.project-title{
	font-size: 1.2em;
}
}









