/*
Theme Name: Friend in a box
Theme URI: http://yoursite.com/page-for-your-theme
Description: Theme Description
Version: x.x
Author:Peekaboo/ Clark-Studios
Author URI: http://yoursite.com
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
img{
	max-width: 100%;
}
@font-face {
  font-family: "museo",serif;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hunterswood';
  src: url('fonts/hunterswood-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/hunterswood-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/hunterswood-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/hunterswood-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/hunterswood-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/hunterswood-regular-webfont.svg#hunterswood-regular-webfont') format('svg'); /* Legacy iOS */


  font-weight: normal;
  font-style: normal;
}

body{
	color: #404041!important;
	font-family: "museo",serif;
	line-height: 30px;
	font-size: 18px;
	overflow-x:hidden;
}
p{
	margin-bottom: 20px;
}
strong { font-weight: bold; }
h1, h2, h3, h4, h5, h6{
	margin-bottom: 15px;
	line-height: 1.1;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 28px;
}
h4{

	font-size: 21px
}
.img_cta h3{
	font-size: 30px;
	font-family: 'Hunterswood';
}
h3{
	font-size: 24px;
}
.wrapper{
	/*max-width: 1440px;*/
	margin: auto;
}
.page .wp-content h2{
	color: #75CBCA;
}
.page .wp-content h1{
	font-family: 'Hunterswood';
}
.wp-content, .wp-content-shop{
	margin-top: 1em;
}
.wp-content .sidebar_area ul{
	text-align: left;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 2em;
}
.wp-content .sidebar_area ul li{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}
.wp-content .sidebar_area ul li:last-child{
	border-bottom: none;
}
.wp-content .sidebar_area ul li a{
	color: #404041!important;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;

}
.wp-content .sidebar_area ul li a:hover{
	opacity: 0.8;
}
.wp-content ul{
	margin-left: 20px;
	list-style: inherit;
}
.wp-content ol{
	margin-left: 20px;
	list-style: decimal;
}
.wp-content .alignleft{
	text-align: left;
	margin-right: 10px;
	float: left;
}
.wp-content .alignright{
	text-align: right;
	margin-left: 10px;
	float: right;
}
.wp-content .aligncenter{
	text-align: center;
	margin: auto;
	display: block;
}
.wp-content a{
	color: #76CBCA;
}
.wp-content em{
	font-style: italic;
}
.container{
	max-width: 1170px;
}
.header{
	min-height: 120px;
	display: block;
}
.bg_cover {
	background-size: cover!important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.banner{
	position: relative;
	
}
@media screen and ( min-width: 768px ) {
	.banner{
		min-height: 500px;
	}
}
@media screen and ( min-width: 768px ) {
	.banner-shop {
		min-height: 450px;
	}
}
.banner-single{
	max-height: 330px;
}
.woocommerce-cart .banner-single{
	display: none!important;
}
.woocommerce-checkout .banner-single{
	display: none!important;
}
.woocommerce-order-received .banner-single{
	display: block!important;
}
.banner-page{
	max-height: 396px;
}
@media screen and ( min-width: 768px ) {
	.banner-page {
		height: 396px;
	}
}
.banner-single-product{
	max-height: 400px;
	padding-top: 11em;
	padding-bottom: 11em;
}
.banner-single-product .banner_title{
	padding-top:0px; 
}
.banner-single-product{
	max-height: 400px;
}
.banner_box h1{
	font-family: 'Hunterswood';
	font-size: 36px;
	margin-bottom: 1em;
}
.banner_box{
	max-width: 440px;
    margin-top: 12%;
    color: #fff;
	padding: 30px 20px 30px 20px;
	background: rgba(0, 0, 0, 0.3);
}


.banner_title{
	font-family: 'Hunterswood';
	color: #fff;
	text-align: center;
    margin: auto;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  
}
.banner_title h1{
	font-size: 45px;
	margin-bottom:0px;
}

.banner_box .button{
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 10px 15px 10px 15px;
}
/*.nav ul li:last-child{
	text-transform: uppercase;
}*/
.nav ul li{
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	margin-left: 20px;
}
@media screen and ( max-width: 1199px ) {
  .nav ul li{
    margin-right: 15px;
    margin-left: 15px;
  }
}
.footer_nav ul li{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.footer_nav ul li a{
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	color: #fff;
}
.footer_nav ul li a:hover{
	opacity: 0.8;
}
.product_meta {
	display: none;
}
.wc_page_title {
  color:#fff;
  text-align:center;
  margin-top:50px;
}
@media (max-width: 767px) {
	.wc_page_title {
		color:#fff;
		text-align:center;
		margin-top:-15vw!important;
	}
	 h1.wc_page_title {
		font-size:28px;
	}
}	
@media (max-width: 499px) {
	 h1.wc_page_title {
		font-size:22px;
	}
}	
.term-description{
  margin-bottom:1em;
}
@media screen and ( max-width: 767px ) {
  .term-description{
    max-height:33vh;
    overflow:auto;
    overflow-y:scroll;
    margin-left:-5px;
    margin-right:-5px;
  }
}
.shop_content h3 a{
	color: #000;
}
.blue_bar{
	background-color: #76CBCA;
	display: inline-block;
	padding: 5px 0px 5px 0px;
	width: 100%;
}
.blue_bar a{
	color: #fff;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.blue_bar a:hover{
	opacity: 0.8;
}
.blue_bar .blue_bar_left{
	float: left;
}
.blue_bar .blue_bar_right{
	float: right;
}
.blue_bar .blue_bar_right .head_account{
	display: inline-block;
	margin-left: 20px;
}
.blue_bar .blue_bar_right .head_basket{
	display: inline-block;
	margin-right: 10px;
}
.blue_bar .blue_bar_right a:hover, .blue_bar .blue_bar_left a:hover{
	text-decoration: none;
}
.top_bar .nav ul li a{
	color: #404041;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.nav ul li a:hover{
	opacity: 0.8;
}
/*
.top_bar .nav ul li:last-child a{
	padding: 10px 15px 10px 15px;
    border: 2px solid #76CBCA;
    color: #76CBCA;
    letter-spacing: 2px;
    font-size: 14px;
    background-color: #fff;
}
*/
.top_bar{
	min-height: 120px;
	text-align: center;
}
.title_bar{
	background-color: #76CBCA;
	color: #fff; 
	padding: 10px 20px;
}
.logo{
	margin-top: 25px;
}
.logo a{
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.logo a:hover{
	opacity: 0.8;
}
.footer_contact{
	margin-left: 10px;
	margin-top: 10px;
}
.footer_contact a{
	color: #fff;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.footer_contact a:hover{
	opacity: 0.8;
}
.footer_contact p{
	margin-bottom: 0px;
}
.nav{
	margin-bottom: 20px;
	margin-top: 45px;
}
.overlay{
	padding: 10px;
}
.overlay{
	background: rgba(255, 255, 255, 0.9);
}
.step h3{
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 19px;
	color: #EC8984;
	text-transform: uppercase;
}
.step{
	max-width: 300px;
	font-size: 14px;
	margin: auto;
}
.price{
	color: #EC8984;
}
.item_details .product_price .price{
	color: #fff;
	padding-top: 5px;
}
.price_shop{
	color: #75CBC9;
}
.item_details .price__variable {
 /* display:none;*/
}
.special{
	color: #fff;
}
.bottom_banner{
	background-image: url('https://friendinabox.co.uk/wp-content/uploads/2022/03/FIAB_Feb22-26b-40pc.jpg');
	text-align: center;
	color: #fff;
	min-height: 300px;
}
.bottom_banner a{
	border: 2px solid #fff;
	color: #fff;
	letter-spacing: 1.3px;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
}

.bottom_content{
	margin: auto;
    margin-top: 4em;
    margin-bottom: 3em;
    max-width: 580px;
}
.footer{
	padding-top: 3em;
	padding-bottom: 4em;
	font-size: 14px;
	color: #fff;
	background-color: #76CBCA;
}
.copyright{
	font-size: 13px;
	margin-top: 30px;
}
.steps, .cta_area{
	text-align: center;
	margin-bottom: 1em
}
.steps .step_head{
	margin-top: 1em;
	margin-bottom: 2em;
}
.step_head h2{
	margin-bottom: 10px;
}
.steps .step_head p{
	text-transform: lowercase;
	font-weight: 400;
}
.steps .step_head strong{
	color: #EC8984;
}
.cta_area{
	margin-top: 2.5em;
}
.text_cta {
    min-height: 200px;
    padding: 10px;
    margin-bottom: 2em;
}
.text_cta header .second_title{
	font-family: 'Hunterswood';
}
 a.cta_url:hover{
	text-decoration: none;
}
.text_cta header{
	border: 1px solid #fff;
    min-height: 190px;
    padding-top: 60px;
}
.text_cta header p.second_title{
	color: #fff;
	font-size: 28px;
}
.text_cta header h4{
	color: #404041;
	font-size: 25px;
}
.text_cta header p:hover, header h4:hover{
	text-decoration: none;
	opacity: 0.8;
}
.text_cta header a, header h4{
	text-decoration: none;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.img_cta h3{
	margin-top: 10px;
    margin-bottom: 10px;
}
.img_cta h2.promo-text{
	color: #75CBCA;
	margin-top: 10px;
    margin-bottom: 1em;
}
.img_cta a:hover{
	display: block;
}
.img_cta img{
	position: relative;
	opacity: 0.5

}
.img_cta .price{
	display: none;
}
.cta_img img:hover{
	opacity:1;
    background-color:black;
    cursor:pointer;
   	background: rgba(0,0,0,.5);
}
.img_cta .cta_img .cta_button .button {
    border: 2px solid #fff;
    color: #fff;
}
.cta_img:hover .cta_button{
	display: block; 
	top: 0px;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.7);
}
.cta_button{
	 position:absolute;
}
.cta_button a{
	display: none;
}
.cta_button span{
	display: none;
}
@media screen and ( max-width: 400px) {
  .text_cta header p.second_title {
    font-size:26px;
  }
}
.button{
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.button:hover{
	text-decoration: none;
	opacity: 0.8;
}

.social{
	text-align: right;
}
.social p{
	margin-bottom: 30px;
}
.social .button:hover{
	text-decoration: none;
	color: #fff;
}
.social .button{
	letter-spacing: 1px;
}
.button-f{
	margin-right: 2em;
}
@media screen and ( min-width: 768px) and ( max-width: 1200px ) {
	.button-f {
		margin-right: 0;
	}
}
.button-t i, .button-f i{
	margin-right: 15px;
}
.testimonials{
	margin-top: 2em;
	margin-bottom: 2em;
}
.testimonial{
    border: 1px solid #DADEEF;
    padding: 0px 20px 0px 20px;
}
.testimonial .publish_date{
	color: #EC8984;
}
.testimonial a{
	color: #000;
}
.testimonial a:hover{
	text-decoration: none;
}
.testimonial_head{
	margin-left: 20px;
	display: inline-block;
	color: #75CBCA;
	font-size: 32px;
}
.testimonial_header{
	margin-bottom: 2em;
	margin-top: 2em;
}
.testimonial blockquote p{
	color: #747474;
	font-weight: 300;
}
.testimonial blockquote strong{
	display: block;
}
.post_wrap h4{
	margin-top: 1em;
}
.product_links i{
	float: right;
	margin-top: 5px;
	color: #75CBCA;
}
.banner-single-product .banner_title {
	padding-top:0em; 
	padding-bottom:0em;
}
.banner-single-product{
	margin-bottom:2em; 
}
/*#menu-product-page-links-menu li:after{
	content: '';
	border-bottom: 1px solid #666;
}
*/
#menu-product-page-links-menu li{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DADEF0;
}
#menu-product-page-links-menu li:last-child{
	border-top: none;
	border-bottom: 1px solid #DADEF0;
}
.product_links{
	margin-top: 3em;
}
.product_links a{
	color: #000;
	text-decoration: none;
}
.product_links hr{
	border-top: 1px solid #DADEF0;
}
.product_image, .product_content{
	margin-top: 2em;
}
.product_content .quantity {
	display: none!important;
}
.product_content .quantity input{
	width: 100px;
	margin-left: 120px;
}
.quantity label.label{
	color: #000;
	font-size: 16px;
}
.product_content h1, .product_content h2{
	font-family: 'Hunterswood';
}
.product_wrap h3{
	font-family: 'Hunterswood';
}
.product_content .single_add_to_cart_button, .woocommerce.add_to_cart_inline a.add_to_cart_button{
	margin-top: 1em;
	background-color: #EC8984;
	font-size: 15px;
    padding: 10px 20px 10px 20px;
    letter-spacing: 2px;
    color: #fff;
}

.wp-content-shop .product_wrap{
	text-align: center;
}
.wp-content-shop .product_wrap a h3{
	color: #000;
}
.wp-content-shop .product_wrap span{
	text-align: center;
}
.wp-content-shop{
	margin-bottom: 2em;
}
.product_wrap{
	font-size: 14px;
	margin-bottom: 2em;
}
.product_wrap li .price_shop{
	display: none;
}
.product_wrap .shop_content{
	text-align: center;
	min-height: 80px;
} 

@media screen and ( min-width: 768px ) {
	.product_wrap .product_excerpt {
		min-height: 60px;
	}
}

.product_wrap h1, .product_wrap h2 {
	font-size: 18px;
}
.product_wrap h3{
	margin-top: 1em;
	margin-bottom: 0.7em;
	font-size: 32px;
}
.product_wrap .button{
	display: none;
}
.product_wrap a:hover{
	text-decoration: none;
}
.product_wrap p{
	max-width: 80%;
    text-align: center;
    margin: auto;
}
.product_wrap a{
	max-width: 80%;
    text-align: center;
    margin: auto;
    color: #000;
}
.product_wrap img{
	/*
	max-height: 285px;
	max-width: 500px;
	*/
}
.bottom_content .product_logo{
	margin-bottom: 2em;
}
.bottom_content .product_logo p{
	margin-top: 1.3em;
}
.no-pad{
	padding: 0px;
}
.spaced{
	margin-bottom: 20px;
}
.item_details{
	display: inline;
	overflow: hidden;
}
.item_details .product_title{
	float: left;
	margin-bottom: 10px;
}
.product_image .images .thumbnails a.zoom img{
	margin-top: 5px;
}
.item_details .product_price{
	text-align: right;
}
.item_details .product_price .price del .amount{
  
    border: 1px solid #ED9F9C;
    margin-left: 1em;
    background-color: #ED9F9C;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
}
.item_details .product_price .price .amount{
   	border: 1px solid #75CBCA;
    margin-left: 1em;
    background-color: #75CBCA;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
}
.item_details .product_price .price ins .amount{
    border: 1px solid #75CBCA;
    margin-left: 1em;
    background-color: #75CBCA;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
}
.product_price .price ins{
	text-decoration: none;
}
.woocommerce-main-image img{
	/*margin-bottom: 5px;*/
}
.first{
	margin-right: 5px;
}
.images .first {
	margin-right:.5%;
}
.images .last {
	margin-left:.5%;
}
.attachment-shop_thumbnail{
	/*width:33% !important;
	height: auto !important;
	max-height: 1000px !important;
	max-width: 1000px !important;*/
}
.attachment-shop_single{
	max-width: 2000px;
	width: 100%;

}
.woocommerce .login{
	max-width: 600px;
	margin:auto!important;
}
.woocommerce .create-account{
	border-top: 2px solid #76CBCA;
	background-color: #f7f6f7;
	display: block;
	padding: 10px 20px!important;
	font-size: 22px;
	margin-top: 1em!important;
}
.woocommerce .woocommerce-checkout h3{
	background-color: #76CBCA;
	color: #fff; 
	padding: 10px 20px;
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address{
	float: none!important;
}
.checkbox{
	display: inline;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce input.button.alt, .woocommerce a.button.alt{
	background-color: #ED9F9C;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.woocommerce input.button.alt:hover, .woocommerce a.button.alt:hover{
	background-color: #ED9F9C;
	opacity: 0.8;
}
.woocommerce input.button{
	background-color: #76CBCA;
	color: #fff;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.woocommerce input.button:hover{
	background-color: #76CBCA;
	color: #fff;
	opacity: 0.8;
}
.woocommerce .woocommerce-info{
	border-top-color: #76CBCA;
}
.woocommerce-thankyou-order-received{
	border-top-color: #76CBCA;
}
.woocommerce .woocommerce-info a, .woocommerce .woocommerce-info:before{
	color: #76CBCA;
}
.woocommerce table.shop_table_responsive.cart th{
	background-color: #76CBCA;
	color: #fff;
}
.woocommerce .woocommerce-info, .woocommerce table.cart, .woocommerce .myaccount_user{
	margin-top: 3em!important;
}
.woocommerce .woocommerce-message{
	border-top-color: #76CBCA;
}
.woocommerce .woocommerce-message:before{
	color: #76CBCA;
}
.order-info,
.woocommerce-message{
	padding: 1em 2.5em 1em 2.5em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #76CBCA;
}
.woocommerce-message .button{
	background-color: #76CBCA;
	color: #fff;
	margin-right: 1em;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out; 
}
.woocommerce-message .button:hover{
	color: #fff;
	opacity: 0.8;
}
.thankyou_wrapper .woocommerce-thankyou-order-received{
	font-family: 'Hunterswood';
	font-size: 55px;
	text-align: center;
	max-width: 400px;
	margin: auto;
	padding: 10px;
	line-height: 1.1;
	color: #76CBCA;
	margin-bottom: 20px;
}
.thankyou_wrapper img{
	text-align: center;
	margin: auto;
	display: block;
	margin-bottom: 1em;
}
.thankyou_wrapper strong{
	text-align: center;
	margin: auto;
	display: block;
	font-size:25px;
	padding: 10px;
}

@media screen and ( min-width:768px ) {
	#coupon_code{
		margin-right: 15px;
	}
}

.last{
	margin-left: 5px;
}
blockquote{
	margin-top: 2em;
  margin-bottom: 2em;
}
.post blockquote {
  background: #eef9f8;
  border-left: 10px solid #cbeceb;
  margin: 1.5em 30px;
  padding: 0.5em 10px;
}
.mt-20 {
  margin-top:20px;
}
.category_wrap .shop_content{
	text-align: center;
} 
.category_wrap h3{
	font-family: 'Hunterswood';
}
.category_wrap{
	font-size: 14px;
	margin-bottom: 2em;
}
.category_wrap h3{
	margin-top: 1em;
	margin-bottom: 0.7em;
	font-size: 32px;
}
.category_wrap .button{
	display: none;
}
.category_wrap a:hover{
	text-decoration: none;
}
.category_wrap p{
	max-width: 80%;
    text-align: center;
    margin: auto;
}
.category_wrap img{
	max-height: 285px;
	max-width: 100%;
}
/**/
div.cta_img {
    position: relative;
}
div.cta_img:hover img{
	background: rgba(0,0,0,.5);
}
div.cta_img:hover a {
    display: block;
    text-decoration: none;
}
div.cta_img:hover span{
	display: block;
	text-decoration: none;
}
.cta_button .button{
	position:absolute;
   	left: 22%;
   	right: 22%;
   	font-size: 12px;
    top: 40%;
    padding: 5px 15px 5px 15px;
}
@media screen and (max-width: 768px){
	.footer_logo, .copyright, .footer_nav, .footer_contact, .social{
	text-align: center;
}
.copyright{
	margin-top: 10px;
}
.copyright p{
	margin-bottom: 00px;
}
.banner_box{
	left: 0;
}
.big-testimonial{
	font-size: 14px;
}
.bottom_content .button{
	font-size: 12px;
}

.banner-shop .banner_title{
	padding: 2em;
	position: absolute;
    top: 9em;
    left: 0;
}

}

@media screen and (max-width: 1200px){
	.text_cta header a{
	font-size: 32px;
}
	.text_cta header h4{
	font-size: 20px;
}
.item_details .product_price .price .amount{
		margin-left: 0em!important;
	}
	.item_details .product_price .price{
		margin-bottom: 0px;
	}
	.item_details .product_price{
		text-align: left;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.item_details .product_title{
		float: none;
	}
}
@media screen and (max-width: 992px){
	.text_cta header a{
	  font-size: 24px;
  }
	.text_cta header h4{
	  font-size: 16px;
  }
  .nav ul li{
    margin-left: 6px; 
    margin-right:6px;
    font-size:15px;
  }
  .social .button{
    font-size: 12px;
  }
}

#toggle_product_desc{
	color: #000;
}
#toggle_product_desc:hover{
	color: #000;
	text-decoration: none;
}

.wccf_field_container_product_textarea small, .wccf_product_field_textarea small, .wccf_field_container_textarea small { /* tmc wccf description b4 field */
	font-size:80%;
}

.banner-page-shop {
	position: relative;
}

@media screen and ( max-width:768px ) {

	.banner-page {
		overflow: hidden;
	}

	.product-description {
		height:275px;
		overflow-y: hidden;
		position:relative;
		margin-bottom: 1em;
	}

	.product-description.active {
		height:auto;
		overflow-y: visible;
	}

	.description-toggle {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		text-align:center;
		padding: 2.5em 0 0 0;
		 background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%);
		 background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%); 
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%); 
		 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 

	}

	.product-description.active .description-toggle {
		display: none;
	}

	.mobile-slide{
		display: block;
	}
	.slides .banner{
		background-image: none!important;
	}
	.banner-single, .banner-single-product, .banner-page, .banner-shop{
		background: none!important;
		max-height: auto;
	}
	.banner-single, .banner-single-product, .banner-page, .banner-shop{
		padding: 0px;
	}
	.banner-single img, .banner-page img, .banner-shop img{
		width: 100%;
		display: block;
		margin: auto;
		
	}

	.banner-page .banner_title_img {
		position: absolute;
		top:50%;
		max-width: 280px;
		width: auto;
		margin-top: -35px;
		left:50%;
		margin-left: -140px;
	}

	.banner-single-product{
		display: none;
	}
	.banner_box{
		position: static;
		margin-top: 1em;
		text-align: center;
		margin: auto;
		background: none;
		max-width:1000px;
		color: #000;
	}
	.banner_box h1{
		color: #75CBCA;
	}
	.slides li {
	text-align: left;
	padding: 0px!important;
	}
	.banner_box .button{
		color: #000;
		border-color: #000;
	}
  .banner-single {
    max-height:1000px;
  }
  .banner_title {
    color:#666;
    padding-top:1.0em;
    padding-bottom:0;
  }
}
/* tmc blog title & banner */
@media screen and ( min-width:768px ) {
  .banner-single {
    padding-top:320px;
    max-height:330px;
  }
  .banner_title {
    color:#666;
    padding-top:2.2em;
    padding-bottom:0;
  }
  .blog-content { 
    margin-top:80px;
  }
}

.description-toggle .button{
	background-color:#75CBCA;
	color: #fff!important;
	padding: 5px 15px; 
}
.description-toggle .button i{
	padding-left: 20px;
}
.cart_warning{
	font-size: 80%;
}
.step img{
	max-height: 100px;
}
#billing_email_field {
width:100% !important
}
.product_links{
	display: none!important;
}
.product_image {
position:relative;
}

.woocommerce-product-gallery__trigger {
   
/*--adjust as necessary--*/
    background: #76CBCA;

    padding:.5em;
	width: 35px;
	height: 35px;
    position: absolute;
    top: 10px;
	right: 10px;
	z-index: 111;

	display: inline-block;
} 

.woocommerce-product-gallery__trigger:after {
	position: absolute;
	top: .1em;
	left: .5em;
	content: "\f00e";
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
}

.woocommerce-product-gallery__trigger img {
	display: none !important;
}


div.pp_woocommerce div.ppt{
	display: none!important;
}



@media screen and ( min-width:769px ) {

	.description-toggle {
		display: none!important;
	}
	.mobile-slide{
		display: none;
	}
	.banner_box .button{
		display: none;
	}
	.banner-single img, .banner-single-product img, .banner-page img, .banner-shop img{
		display: none;
	}

	.banner-page-shop {
		padding-top:0;
		padding-bottom: 0;
		height:396px;
		position: relative;
		max-height: 1000px;
	}

	.banner-page .banner_title_img {
		display: block;
		margin: auto;
		position: relative;
		margin-top:7em;

	}
}
@media screen and ( min-width:768px ) and ( max-width:1024px ){
	.text_cta header p.second_title{
		font-size: 26px;
	}

}
@media screen and ( max-width:1024px ){
	.wccf_product_textarea{
		min-height: 250px;
	}

}
@media screen and (max-width: 768px){
	.text_cta header a{
	font-size: 38px;
}
	.text_cta header h4{
	font-size: 25px;
	font-weight: 300;
}
	.testimonial_header{
		text-align: center;
	}
	.testimonial {
		margin-bottom:1em;
	}
	.top_bar {
		display: none;
	}
	.header{
		min-height: 0px;
		margin-top: 4.5em;
	}
	.mobile-nav-area{
		display: block;
	}
	.blue_bar{
		display: none;
	}
	.thankyou_wrapper .woocommerce-thankyou-order-received{
		font-size: 45px;
	}
	.thankyou_wrapper strong{
		font-size: 22px;
	}
	.steps .step_head p, .step_head h2{
		display: none;
	}

	.steps .step_head strong{
		font-size: 22px;
	}

}
@media screen and (max-width: 968px) {
	.logo{
	margin-top: 40px;
	}
}
@media screen and (min-width: 769px) {
	.mobile-nav-area{
		display: none;
	}
	.blue_bar{
		display: block;
	}
	.banner_box-right {
	float:right;	
	}
	.nav{
	float: right;
	}

}
@media screen and (max-width: 600px) {
	.thankyou_wrapper .woocommerce-thankyou-order-received{
	font-size: 35px;
}
.thankyou_wrapper strong{
	font-size:16px;
}
.woocommerce .woocommerce-thankyou-order-details li{
	float: none;
	text-align: center;
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #76CBCA;
}
}
@media screen and (min-width: 993px) and (max-width: 1200px){
.product_wrap img{
	max-width: 300px;
}
}
/*
@media screen and (max-width: 1200px) and (min-width:992px) {
	.cta_button .button{
		left: 20%;
	}
}
@media screen and (max-width: 992px) and (min-width:768px){
	.cta_button .button{
		left: 10%;
	}
}
@media screen and (max-width: 767px) {
	.cta_button .button{
		left: 35%;
	}
}

*/
.item_details .single_add_to_cart_button{
	display: none;
}
.item_details .variations_form{
	display: none;
}

@media screen and (max-width:420px){
	.mobile-nav-area img{
		max-width: 150px;
		margin-top: 13px!important;
	}
	.item_details .single_add_to_cart_button{
		display: block;
	}
	.item_details .variations_form{
	display: block;
	}
	.product_image .images .thumbnails{
		display: none;
	}
	.variations .reset_variations{
		margin-left: 0.6em!important;
	}
	.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before{
		display: none;
	}
}
@media screen and (max-width:400px){
	.banner_title{
		/*padding-top: 3em;
		padding-bottom: 3em;*/
	}
	/*
	.banner-single-product .banner_title{
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.banner-page{
	 	padding-top: 6em;
		padding-bottom: 6em;
	 }
	 */
	.banner-single-product{
		padding: 0px;
	} 
	.woocommerce-message .button{
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 1em;
		margin-right: 0em;
	}
	.woocommerce-message {
		text-align: center;

	}

}

@media screen and (max-width:340px){
	.product_image li img {
		width:140px !important;
	}
}

.flexslider .slides .slide{
	display: inline;
}
.flex-control-nav{
	display: none;
}
input[type="text"],  input[type="email"], textarea{
	border: 1px solid #ccc;
	padding: 10px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea{
	width: 100%;
}
.wpcf7-form input[type="submit"]{
	background-color: #76CBCA;
	color: #fff;
	border: 2px solid #fff;
	letter-spacing: 2px;
	padding: 10px 15px 10px 15px;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.wpcf7-form input[type="submit"]:hover{
	opacity: 0.8;

}
/*Mobile Nav*/
.mobile-nav-area{
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	border-bottom: 5px solid #75CBCA;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 111;
}
.mobile-nav-area img{
	margin-top: 5px;
	margin-left: 25px;
	max-height: 55px;
	left: 0;
}
.mobile-nav-area i{
	color: #75CBCA;
	margin-right: 5px;
	position: fixed;
	right: 10px;
	font-size: 35px;
	top :20px;
}
.mobile-nav-area .mobile-basket i{
	color: #fff;
	margin-right: 5px;
	position: inherit;
	right: 15%;
	font-size: 20px;
	top :20px;
}
.mobile-basket{
	background-color: #75CBCA;
	border: 1px solid #75CBCA;
    padding: 0px 20px 0px 20px;
	position: absolute;
	right: 15%;
	top: 20px;
	border-radius: 30px;
	display: inline-block;
}
.mobile-basket .cart_icon{
	display: inline-block;
}
.mobile-basket .cart_link{
	color: #fff;
	display: inline-block;
	top: 20px;
	right: 18%;
	z-index: 1111;
}
.mobile-basket .cart_link a{
	color: #fff;
	font-size: 16px;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.mobile-basket .cart_link a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.mobile-nav{
	-webkit-transition: left .2s ease-in-out;
      -moz-transition: left .2s ease-in-out;
     -o-transition: left .2s ease-in-out;
     transition: left .2s ease-in-out;
	height: 100%;
	width: 100%;
	left: -100%;
	background-color: #75CBCA;
	margin: auto;
	text-align: center;
	position: fixed;
	top: 80px;
	z-index: 111;
}
.mobile-nav.active {
	left: 0;
}
.mobile-nav ul li:last-child a{
	padding: 10px 15px 10px 15px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    background-color: #76CBCA;
    font-size: 22px;
}
.mobile-nav ul li:last-child{
	margin-top: 2em;
}
.mobile-nav ul li a{
	color: #fff;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   font-size: 22px;
}
.mobile-nav ul li a:hover{
	opacity: 0.8;
}
.mobile-nav ul li{
	margin-top: 1.5em;
}

.hide {
	display: none;
}
/*variation css*/

.variations .label{
	color: #000;
	display: table-cell;
	text-align: left;
    font-size: 16px;
	vertical-align: middle;
}
.variations{
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
	/*
	border-bottom: 1px solid #DADEF0;
	border-top: 1px solid #DADEF0;
	*/
}
.variations tr td{
	padding-top: 15px;
	padding-bottom: 15px;
}
.variations .value select{
	width: 75%;
}
.variations .reset_variations{
	margin-left: 1em;
	color: #75CBCA;
}


input[name="coupon_code"] {
	min-width: 150px;
}


.table-shipping-allocation .quantity label {
	display: none;
}
.table-shipping-allocation .quantity .qty {
	max-width: 50px;
}
.table-shipping-allocation dl.variation {
	font-size: 12px;
}
.shipping_address {
	display:block !important;
}

#ship-to-different-address-checkbox {
  display:none;
}
#address_form small {
	background: #f2f2f2;
	padding:1em;
	font-size: 12px;
	color: #666;
	display: block;
	margin-top: 1em;
}

.button-branded,
#address_form .h2-link {
	border: 1px solid #fff;
    color: #fff !important;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    opacity: 1;
    display: inline-block;
    background: #76CBCA;
    color: #fff;
}

.address-block-manager {
	background: #eee;
	padding: 1em;
	border:3px solid #ccc;
	width:250px;
}

.address-block-manager .buttons {
	position: static;
	margin-top: 1em;
}
.address-block-manager .buttons a {
	background: #76CBCA;
	color: #fff;
}

.wcms-address-form {
	max-width: 800px;
	margin:auto;
	background: #eee;
	border:2px solid #ccc;
	padding:1.5em;
}

.wcms-address-form label {
	display: block;
}

.wcms-address-form input[type="text"],
.wcms-address-form select,
.wcms-address-form textarea {
	width:100%;
}

.button_set {
	text-align: center;
}

.tac {
	text-align: center;
}

.ship_address label {
	display: block;
}

.cart_item .product-thumbnail .attachment-shop_thumbnail {
	width: auto !important;
}

.container-section {
	/*padding-top:1.5em; tmc home page gap under slider */
}
.fiab-border {
  padding:35px 50px;
  border:1px solid #3fabaa;
  border-radius:8px;

}
.gift-form {
	display: none;
}


.woocommerce-checkout-review-order-table .multi_shipping .ship_address {
	float:none;
	width:100%;
}
@media screen and ( min-width: 992px ) {
	.woocommerce-checkout-review-order-table .multi_shipping .ship_address {
		width:45%;
		float:left;
	}
} 

#shipping_company_field {
	display: none;
}
input[type="password"]{
	    border: 1px solid #ccc;
    padding: 10px;

}


.item_details .product_price .custom-price-variation {
	color: #000;
}

.item_details .product_price .custom-price-variation .amount {
	margin-left: 0;
}

.woocommerce-variation-price {
	display: block;
}

.woocommerce-variation-price .woocommerce-Price-amount {
	  	border: 1px solid #75CBCA;
 	
    background-color: #75CBCA;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 120%;
    margin-top: 1.5em;
    clear: both;
}

.woocommerce-variation-price .price {
	margin-top: 1.5em;
	display: block;
}

.custom-price-variation {
	color: #000;
}

.woocommerce-variation-price .woocommerce-Price-amount:before {
	content: 'You Pay: ';
}

/* ==== Custom Stuff */
.wccf_field_container_product {
	position: relative;

}

.wccf_field_container_product:after {
	content:"";

	background: red;
	transform: rotate(5%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1111;
}


.wccf_product_field_gift_message_container, .wccf_field_container_product, .wccf_field_container_product_field /* Tmc 9/9/19 resurrect classes from before ;#; '
14/11/2019 re-style to suit Custom Fields plugin */ {
  background: #fff;
  background-image: url("https://friendinabox.co.uk/wp-content/uploads/2016/05/step-img_1.png");  
  background-repeat: no-repeat;
  background-position: 50% 2%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 40px auto;
  width: 90%;
  min-height: 300px;
  padding: 130px 24px 24px 24px;
  position: relative;
  font-size: 0.9em;
}
.wccf_product_field_gift_message_container:before, .wccf_product_field_gift_message_container:after, .wccf_field_container_product:before, .wccf_field_container_product:after, .wccf_field_container_product_field:before, .wccf_field_container_product_field:after /* Tmc ;#; */ {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.wccf_product_field_gift_message_container:before, .wccf_field_container_product:before, .wccf_field_container_product_field:before /* Tmc ;#; */ {
  background: #fefefe;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.wccf_product_field_gift_message_container:after, .wccf_field_container_product:after, .wccf_field_container_product_field:after /* Tmc ;#; */ {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

.wccf_product_field_gift_message_container textarea, .wccf_field_container_product textarea, .wccf_field_container_product_field textarea /* Tmc ;#; */ {
	font-family: 'john-doe', 'courier', sans-serif;
	min-height: 200px;
}
/* Tmc - Dec 2020 undo the lovely box styling for the Alcohol checkbox & Feb 2021 delivery times */
.wccf_field_container_product_field_checkbox, .wccf_field_container_product_field_text {
	background-image:none;
  box-shadow:none;
	border:1px solid #76cbca;
  margin: 40px auto;
  width: 90%;
  min-height: 100px;
  padding: 20px 24px 20px 24px;
  position: relative;
  font-size: 0.9em;
}
.wccf_field_container_product_field_checkbox:before, .wccf_field_container_product_field_text:before {
	background:#fff;
	box-shadow:none;
	left:0;
	top:0;
	transform:none;
}
.wccf_field_container_product_field_checkbox:after, .wccf_field_container_product_field_text:after {
	background:#fff;
	box-shadow:none;
	left:0;
	top:0;
	transform:none;
}
.wccf_field_container_product_field_text input {
	display:none;
}

#wccf_product_field_over_eighteen_container label {
	margin-left:5px;
	font-size:14px;
}
@media screen and (max-width: 767px) {
	.woocommerce-product-gallery__image img {
		height:auto!important;
	}
}
#wccf_product_field_break_msg_container {
	border-color:#a00a00;
}
/* Tmc - 2018 Xmas box css */
.cta_tmc {
	margin-top:0em;
	margin-bottom:0;

}
.cta_xmas {
	margin-top:0.1em;	
}
@media screen and (min-width: 1200px) {
	.text_cta header {
		min-height:229px;
	}
	#xmas-left {
		position: absolute;
		left: 38px;
		top: 21px;
	}
	#xmas-right {
		position: absolute;
		right: 38px;
		top: 21px;
	}
}
@media screen and (max-width: 1199px) {
	.text_cta header {
		min-height:185px;
	}
	#xmas-left img, #xmas-right img {
		width:251px;
		height:auto;
	}
	#xmas-left {
		position: absolute;
		left: 36px;
		top: 21px;

	}
	#xmas-right {
		position: absolute;
		right: 36px;
		top: 21px;
	}
}
@media screen and (max-width: 992px) {
	.text_cta {
		min-height:138px;
	}
	.text_cta header {
		min-height:132px;
		padding-top:30px;
	}
	#xmas-left img, #xmas-right img {
		width:251px;
		height:auto;
	}
	#xmas-left {
		position: absolute;
		width: 170px;
		left: 36px;
		top: 21px;
	}
	#xmas-right {
		position: absolute;
		width: 170px;
		right: 36px;
		top: 21px;
	}
}
@media screen and (max-width: 768px) {
	#xmas-left, #xmas-right {
		display:none;
	}
}
/* End - Tmc - 2018 Xmas box css */



/* === Fixes for Woo Update */
.woocommerce div.product div.images {
	width: 100%;
}

.woocommerce-product-gallery .flex-control-nav {
	margin-top: 1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.woocommerce-product-gallery .flex-control-nav > * {

	margin-bottom: 1.5%;
}

.woocommerce-loop-product__link img {
	margin-bottom: 1em;
}
#announce {
  color:#318a89;
  background:#fff;
  border-bottom:1px solid #ccc;
  font-size:12px;
  text-align:center;
  line-height:1.5;
  padding:10px;
}
#pum_popup_title_14534 {
	text-align:center;
}
#wccf_product_field_break_msg_container {
	border-color:#a00a00;
}
.cli-style-v2 .cli-bar-message {
    text-align: center;
	padding:0 5%;
}
/* UK Only */
#shipping_country_field {
	display:none;
}
.testiblockq blockquote {
    /*font-family: Georgia, serif;*/
    font-size: 18px;
    font-style: italic;
    width: 850px;
    margin: 2.0em 0 2.0em 7.0em;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background:#f8f8f8;
}
.testiblockq blockquote p {
	margin-bottom:1.35em;
}
.testiblockq blockquote:before {
	font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}
.testiblockq blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.testiblockq blockquote cite:before {
    content: "\2014 \2009";
}
@media (max-width: 1199px) {
	.testiblockq blockquote {
		width:750px;
	}
}
@media (max-width: 991px) {
	.testiblockq blockquote {
		width:600px;
		margin-left:2.5em;
	}
}
@media (max-width: 767px) {
	.testiblockq blockquote {
		width:80%;
		margin-left:7.5%;
	}
}