.product-title {
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
    color: #48283C;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none;
}

.product-strapline {
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
    color: #48283C;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin: 0px 0 9px 0;
    text-decoration: none;
}

.product-price {
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
    color: #48283C;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    margin: 0px 0 9px 0;
    text-decoration: none;
	margin: 20px 0 0 0;
}

div.fathersday-heading h2 {
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
    color: #cc9252;
	text-transform: none;
	font-size: 40px;
	font-style: italic;
	font-weight: 600;
}

.col44 {
float: left; 
width: 44%; 
}

.col22 {
float: left; 
width: 22%; 
}

.col33 {
float: left; 
width: 33%; 
}
.myline {
clear:both;
}

@media (max-width:700px) {
.product-strapline {
   font-size:18px;
}
.product-title {
   font-size:30px;
}
.product-price {
  font-size:30px;
}
.myline {
clear:both;
border-bottom:1px solid rgba(70,40,60,0.1);
margin-bottom:10px;
}
.product-price {
	margin: 0;
}

}
@media (max-width:570px) {


.col33 {
float: left;
width: 40%;
}

.col44 {
float: left;
width: 60%;
}

.col22 {
float: left;
width: 100%;
}
   
}

@media (max-width:320px) {


.col33 {
float: left;
width: 100%;
}

.col44 {
float: left;
width: 100%;
text-align:center !important;
}

.col22 {
float: left;
width: 100%;
}
   
}

