/* Sections
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section 
{
	padding: 50px 0px 50px 0px;
	text-align: center;
}
.section_heading
{
	text-align: left;
	color: #060607;
	font-size: 64px;
	line-height: 76px;
	font-weight: 700;
}
.section_description 
{
	color: #060607;
	text-align: left;
	margin: 10px 0px 10px 0px;
}
h1.section_heading 
{
	font-size: 50px;
	line-height: 76px;
	font-weight: 400;
}
h2.section_heading 
{
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
}
h3.section_heading 
{
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
}
h4.section_heading 
{
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0px;
}
/* Up to 550px */
@media only screen and (max-width: 550px) {
	h1.section_heading 
	{
		text-align: center;
	}
}

/* Section - Header
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.header 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* Section - Nav Bar
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.navbar_container
{
	/*height: 100px;*/
	/*transition: height .4s ease, opacity .3s ease;*/
}
.navbar 
{
	position: fixed; 
	top: 0px;
	width: 100%;
	z-index: 9500;
	height: 100px;
	background-color: #ffffff;
	box-shadow: inherit;
	padding: 0px 0px 0px 0px;
	transition: height .4s ease, opacity .3s ease;
	transition: box-shadow .4s ease, opacity .3s ease;
}
.navbar_container .centre-vertically-container
{
	height: 100px;
}
.navbar_logo
{
	float: left;
	text-align: left;
	top: 0px;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	width: 250px;
	z-index: 10;
	transition: height .4s ease, opacity .3s ease;
	transition: width .4s ease, opacity .3s ease;
}
.navbar_logo img
{
	max-width: 100%;
	display: block;
}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* CUSTOM Sizes (devices and browser) */
@media only screen and (max-width: 350px) {
	.navbar 
	{
		/*height: 150px;*/
		/*box-shadow: 0 5px 10px rgba(0,0,0,0.3);*/
		/*text-align: center;*/
	}
	.navbar_logo
	{
		overflow: hidden;
		/*margin: 15px auto;*/
		width: 175px !important;
		/*height: 120px;*/
	}
}
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

/* Standard Menu */
.menu
{
	float: right;
	height: auto;
	margin: 0px 0px 0px 0px;	
	transition: margin-top .4s ease, opacity .3s ease;
}
.menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: height .4s ease, opacity .3s ease;
}
.menu ul li:first-of-type
{
	margin-left: 10px;
}
.menu ul li
{
	float: left;
	list-style: none;
	margin: 5px 0px 0px 30px;
}
.menu ul li a
{
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #262324;
	text-decoration: none;
	text-transform: uppercase;
}
.menu ul li a:hover
{
	border-bottom: 4px solid #edcb48;
	text-decoration: none;
}
.menu ul li a.active
{
	color: #262324;
	border-bottom: 4px solid #edcb48;
	text-decoration: none;
}

/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.menu ul li
	{
	}
	.menu ul li a
	{
	}
}
/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (max-width: 1023px) {
}

/* Responsive Menu */
#responsive_menu_buttons
{
	position: absolute;
	right: 0px;
	top: -10px;
	display: none;
	z-index: 10;
	width: 36px;
	height: 32px;
	border: 1px solid #eee;
	background: #f5f5f5;
	color: #060607;
	padding: 5px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
}
#responsive_menu_buttons a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #060607;
}
#responsive_menu_buttons a:hover
{
	text-decoration: none;
}
#responsive_menu_open_button
{
	display: block;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}
#responsive_menu_close_button
{
	display: none;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}

#responsive_menu 
{
	position: absolute;
	display: none;
	width: 100%;
	z-index: 50;
	background-color: #b79679;
	padding-top: 120px;
	padding-bottom: 40px;
}

#responsive_menu select
{
	-moz-appearance: none;
}
#responsive_menu ul
{
	width: 80%;
	margin: 0px 0px 0px 0px;
	padding-left: 10%;
	padding-right: 10%;
	list-style: none;
}
#responsive_menu li
{
	display: inline;
	float: left;
	width: 100%;
	border-top: 2px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#responsive_menu ul li:first-child
{
	border-top: 3px solid #ffffff;
}
#responsive_menu ul li:last-child
{
	border-bottom: 4px solid #ffffff;
}
#responsive_menu li.top
{
	border-top: 3px solid #ffffff;
}
#responsive_menu li.bottom
{
}
#responsive_menu li span
{
	float: left;
	width: 40px;
}
#responsive_menu li a
{
	float: left;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
}
#responsive_menu li a#active_page
{
	font-weight: bold;
}
#responsive_menu li a:hover
{
	color: #555555;
}
/* Menu - Responsive  ---------------------------------- */
@media only screen and (max-width: 910px) {
	#responsive_menu_buttons
	{
		display: inline;
	}
	#responsive_menu 
	{
		display: none;
		visibility: visible;
	}
	.menu
	{
		visibility: hidden;
		height: 0;
		display: none;
	}
}


/* Section - Hero
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.hero
{
	padding: 0px 0px 0px 0px;
	/*background-color: #ebebeb;*/
}
.section.hero .hero-image
{
	background-image: url(../images/heroes/mugs_with_villages.jpg);
	/* With a tint to so that the caption is more readable */
	/*background:
		linear-gradient(
			rgba(0, 0, 0, 0.45),
			rgba(0, 0, 0, 0.45)
		),
		url(../images/heroes/mugs_with_villages.jpg);*/
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 400px;
}
.section.hero .hero-image .caption
{
	position: absolute;
	left: 50px;
	width: 40%;
	height: 100%;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}
.section.hero .hero-image .caption h2
{
	font-size: 42px;
	line-height: 52px;
}
.section.hero .hero-image .social-media-container
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 40%;
	height: 100%;
}
.section.hero .hero-image .social-media-container a
{
	color: #ffffff;
	font-size: 20px;
}
.section.hero .hero-image .social-media-container a i
{
	color: #ffffff;
	font-size: 26px;
}

@media only screen and (max-width: 1050px) {
	.section.hero .hero-image
	{
		height: 300px;
	}
	.section.hero .hero-image .caption h2
	{
		font-size: 34px;
		line-height: 36px;
	}
}
@media only screen and (max-width: 800px) {
	.section.hero .hero-image
	{
		height: 200px;
	}
	.section.hero .hero-image .caption h2
	{
		font-size: 22px;
		line-height: 26px;
	}
	.section.hero .hero-image .caption
	{
		width: 60%;
	}
}
@media only screen and (max-width: 500px) {
	.section.hero .hero-image
	{
		height: 125px;
	}
	.section.hero .hero-image .caption
	{
		left: 0px;
		width: 90%;
		margin: 0px auto;
	}
}
@media only screen and (max-width: 400px) {
	.section.hero .hero-image
	{
		height: 115px;
	}
	.section.hero .hero-image .caption h2
	{
		font-size: 18px;
		line-height: 20px;
	}
}

	
/* Section - Announcer
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.announcer
{
	padding: 30px 0px 0px 0px;
	background-color: #ffffff;
}
.section.announcer .container
{
	background-color: #edcb48;
}
.section.announcer .img_container
{
	height: 120px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
}
.section.announcer img
{
}
.section.announcer h1.section_heading
{
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 8px 10px;
	text-align: center;
	background-color: #edcb48;
	font-size: 22px;
	line-height: 26px;
	color: #555555;
}
.section.announcer h1.section_heading span
{
	font-size: 46px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: #f5f5f5;
}

/* Section - Feature Blocks
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.feature-blocks
{
	padding: 20px 0px 30px 0px;
}
.section.feature-blocks p, .section.feature-blocks h3, .section.feature-blocks h4
{
	margin: 5px 0px 5px 0px;
	color: #ffffff;
}
.section.feature-blocks h3
{
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	color: #ffffff;
}
.section.feature-blocks h4
{
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
}
.section.feature-blocks h5
{
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}
.section.feature-blocks .feature-box-container
{
	display: table;
	width: 100%;
	min-height: 220px;
	height: 100%;
}
.section.feature-blocks .feature-box-1
{
	background: 
    linear-gradient(
      rgba(0, 0, 0, 0.15), 
      rgba(0, 0, 0, 0.15)
    ),
    url(../images/map.jpg);
	background-size: cover;
	background-position: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.section.feature-blocks .feature-box-2
{
	background-color: #edcb48;
	padding: 20px 5px 20px 5px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.section.feature-blocks .feature-box-2 a
{
	color: #000000;
	line-height: 40px;
}
.section.feature-blocks .feature-box-3
{
	background-color: #213445;
	padding: 20px 5px 20px 5px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.section.feature-blocks .feature-box-3 a
{
	color: #edcb48;
	line-height: 40px;
}


@media only screen and (max-width: 920px) {
	.section.feature-blocks .column,
	.section.feature-blocks .columns,
	.section.feature-blocks .three.columns,
	.section.feature-blocks .six.columns 
	{
		width: 100%;
		float: left;
		box-sizing: border-box; 
		margin-left: 0;
	}
	.section.feature-blocks .row.equal_kids
	{
		display: block;
	}
}

/* Section - Ticks
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.ticks
{
	padding: 30px 0px 30px 0px;
}
.section.ticks h5.section_heading
{
	background-color: #edcb48;
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}
.section.ticks h5.section_heading i
{
	margin-left: 10px;
}

/* Section - Mugs
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.mugs
{
	padding: 30px 0px 0px 0px;
}
.section.mugs h1.section_heading 
{
	border-bottom: 10px solid #eeeeee;
}
.section.mugs .feature_mug
{
	background-color: #f5f5f5;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}
.section.mugs h3.section_heading
{
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 0px;
	text-align: center;
}
.section.mugs .section_description
{
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

/* Section - Location
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.location
{
	padding: 0px 0px 30px 0px;
}
.section.location h1.section_heading 
{
	border-bottom: 10px solid #eeeeee;
}
.section.location h3.section_heading
{
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 0px;
	padding-top: 5px;
	text-align: center;
}
.section.location .section_description
{
	margin: 0px 0px 15px 0px;
	padding-bottom: 20px;
	text-align: left;
	border-bottom: 10px solid #eeeeee;
}
.section.location .breadcrumb
{
	text-align: left;
	color: #9f9f9f;
	margin: 0px 0px 20px 0px;
}
.section.location .breadcrumb a
{
	color: #060607;
}
.section.location .feature_mug
{
	background-color: #f5f5f5;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}
.section.location .feature_mug .section_description
{
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	padding-bottom: 0px;
	text-align: center;
	border-bottom: none;
}
/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.section.location h1.section_heading 
	{
		font-size: 30px;
	}
}


/* Section - About Page
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.about_page
{
	padding: 0px 0px 100px 0px;
}
.section.about_page h1.section_heading 
{
	margin-top: 0px;
	padding-top: 0px;
	line-height: 50px;
}


/* Section - Contact Page
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.contact_page
{
	padding: 0px 0px 100px 0px;
}
.section.about_page h1.section_heading 
{
	margin-top: 0px;
	padding-top: 0px;
	line-height: 50px;
}
#xcontact_form
{
	float: left;
	width: 420px;
}
#contact_form .form-row
{
	float: left;
	width: 100%;
}
.section.contact_page .recaptcha_container
{
	height: 90px;
    width: 305px;
    font: 13px/24px;
    padding: 6px 6px 6px 6px;
    margin: 3px 0px 0px 80px;
    color: #444;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
	margin-top: 3px;
}
#contact_form label
{
	clear: both;
	float: left;
	background-color: #ffffff;
	width: 75px;
	height: 17px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 0px;
	font-size: 15px;
}
#contact_form input
{
	float: left;
	width: 330px;
	height: 17px;
	color: #2b2a29;
	background-color: #ebecec;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
.section.contact_page input,
.section.contact_page textarea
{
	width: 100%;
}
.section.contact_page textarea
{
	height: 200px;
}
.section.contact_page label
{
	text-align: left;
}
.section.contact_page #contact_block
{
	background-color: #edcb48;
	padding: 30px 10px 20px 10px;
	margin: 0px 0px 50px 0px;
}
.section.contact_page #contact_block ul
{
	margin-left: 30px;
}
.section.contact_page #contact_block li
{
	text-align: left;
	margin: 10px 10px 10px 10px;
}
.section.contact_page p.section_description
{
	margin: 10px 0px 40px 0px;
}

/* Section - Product Page
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.product_page
{
	padding: 0px 0px 30px 0px;
	text-align: left;
}
.section.product_page h1.section_heading 
{
	border-bottom: 10px solid #eeeeee;
}
.section.product_page .breadcrumb
{
	color: #9f9f9f;
	margin: 0px 0px 20px 0px;
}
.section.product_page .breadcrumb a
{
	color: #060607;
}
.section.product_page .collectable_note
{
	background-color: beige;
	border: dashed 1px #c80000;
	padding: 6px 8px 6px 8px;
	margin: 0px 0px 20px 0px;
	border-radius: 4px;
}
.section.product_page .collectable_note span
{
	font-weight: bold;
}
.section.product_page .image_switch
{
	width: 100%;
	text-align: center;
}
.section.product_page .image_switch ul
{
	display: inline;
	list-style: none;
	width: 100%;
	text-align: center;
}
.section.product_page .image_switch ul li
{
	display: inline;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
}
.section.product_page .image_switch ul li:first-child
{
	border-right: 1px solid #060607;
}
.section.product_page .image_switch ul li a
{
	cursor: pointer;
}

.section.product_page .price
{
	font-size: 16px;
	font-weight: 700;
	color: #c80000;
	margin: 20px 0px 20px 0px;
}
.section.product_page .price span
{
	font-size: 11px;
}
.section.product_page .buy_button
{
}
.section.product_page .buy_button input[type=submit] 
{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #ffffff;
	margin: 30px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	background-color: #edcb48;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
}
.section.product_page .buy_button input[type=submit]:hover
{
	color: #000000;
	background-color: #edcb48;
}
/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.section.product_page h1.section_heading 
	{
		text-align: left;
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 10px;
	}
}


/* Section - Shop Page
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.shop_page
{
	padding: 0px 0px 30px 0px;
	text-align: left;
}
.section.shop_page p
{
	background-color: #edcb48;
	color: #ffffff;
	padding: 2px 10px 2px 10px;
}
.section.shop_page .locality
{
    -webkit-columns: 4 200px;
       -moz-columns: 4 200px;
            columns: 4 200px;
}
.section.shop_page .locality h3
{
	font-size: 36px;
	line-height: 44px;
	letter-spacing: normal;
	margin: 10px 0px 2px -4px;
	/*-webkit-column-span: all; 
  			column-span: all;*/ 
}
.section.shop_page .locality h3:first-of-type
{
	margin-top: 0px;
	font-size: 36px;
	line-height: 36px;
	/*-webkit-column-span: all; 
  			column-span: all;*/ 
}

/* Section - Shop View Basket Page
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.shop_view_basket_page
{
	padding: 100px 0px 30px 0px;
	text-align: left;
}
.section.shop_view_basket_page h1.section_heading
{
	font-size: 20px;
	line-height: 24px;
}

.section.shop_view_basket_page .fas
{
	color: red;
}
.section.shop_view_basket_page img
{
	max-width: 90px;
	max-height: 50px;
}
.section.shop_view_basket_page th.right
{
	text-align: right;
	padding-right: 10px;
}
.section.shop_view_basket_page td.right
{
	text-align: right;
	padding-right: 10px;
}
.section.shop_view_basket_page td.left
{
	text-align: left;
	padding-left: 10px;
}
.section.shop_view_basket_page input.button,
.section.shop_view_basket_page a.button
{
	margin-bottom: 20px;
	display: inline-block;
}
.section.shop_view_basket_page table table tr,
.section.shop_view_basket_page table table td,
.section.shop_view_basket_page td.checkout_navigation
{
	border: none;
}
.section.shop_view_basket_page .checkout_navigation
{
	width: 100%;	
}
.section.shop_view_basket_page .checkout_navigation .checkout_button
{
	float: left;
	width: 50%;
}
.section.shop_view_basket_page .checkout_navigation .checkout_button:nth-child(2)
{
	text-align: right;
}
@media only screen and (min-width: 550px) and (max-width: 890px) {
	.section.shop_view_basket_page .checkout_navigation .button
	{
		font-size: 20px;
		line-height: 24px;
		width: auto;
	}
}
/* All Mobile */
@media only screen and (max-width: 767px) 
{
	.section.shop_view_basket_page th.hide_on_mobile,
	.section.shop_view_basket_page td.hide_on_mobile
	{
		display: none;
	}
	.section.shop_view_basket_page th,
	.section.shop_view_basket_page td
	{
		font-size: 11px;
		padding: 6px 2px 6px 2px;
	}
	.section.shop_view_basket_page .checkout_navigation .checkout_button
	{
		width: 100%;
	}
	.section.shop_view_basket_page .checkout_navigation .checkout_button a,
	.section.shop_view_basket_page .checkout_navigation .checkout_button input
	{
		box-sizing: border-box; 
		width: 100%;
	}
	.section.shop_view_basket_page .checkout_navigation .button
	{
		margin: 5px 0px 5px 0px;
	}

}

/* Section - Commerce Panel
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.commerce_panel
{
	padding: 100px 0px 30px 0px;
	text-align: left;
}
.section.commerce_panel ul
{
	background-color: #000000;
	width: 100%;
	padding: 5px 5px 5px 5px;
	box-sizing: border-box;
	list-style: none;
	text-align: right;
	margin-left: 0px !important;
	margin-bottom: 0px;
}
.section.commerce_panel ul li
{
	display: inline;
	color: #ffffff;
	margin: 0px 15px 0px 10px;
}
.section.commerce_panel ul li span i
{
	font-size: 11px;
}
.section.commerce_panel ul li a
{
	color: #ffffff;
}

/* Section - Shop Checkout Page
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.shop_checkout_page
{
	padding: 100px 0px 30px 0px;
	text-align: left;
}
.section.shop_checkout_page h2.section_heading
{
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #343434;
}
.section.shop_checkout_page h3.section_heading
{
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 5px solid #343434;
	background-color: #eeeeee;
	padding: 8px 2px 8px 2px;
	text-align: center;
}
.section.shop_checkout_page th.right
{
	text-align: right;
	padding-right: 10px;
}
.section.shop_checkout_page td.right
{
	text-align: right;
	padding-right: 10px;
}
.section.shop_checkout_page td.left
{
	text-align: left;
	padding-left: 10px;
}
.section.shop_checkout_page table.no_borders td,
.section.shop_checkout_page table.no_borders th
{
	border: none;
}
.section.shop_checkout_page #customer_details label
{
	font-weight: normal;
	margin-bottom: 2px;
}
.section.shop_checkout_page #customer_details input
{
	width: 100%;
	margin-bottom: 7px;
	background-color: #eeeeee;
}
.section.shop_checkout_page #customer_details input.button
{
	background-color: #edcb48;
}
.section.shop_checkout_page #customer_details input.button:hover
{
	color: #343434;
}
.section.shop_checkout_page #customer_details input.button:focus
{
	color: rgba(237, 203, 72, 0.86);
}
.section.shop_checkout_page #customer_details button#makepayment
{
	width: 100%; 
	box-sizing: border-box;
}
.section.shop_checkout_page #customer_details button#makepayment:focus
{
	color: rgba(237, 203, 72, 0.86);
}
.section.shop_checkout_page #customer_details button#makepayment i
{
	margin-right: 10px;
}
.section.shop_checkout_page #customer_details button#makepayment i#sync
{

	
}

.section.shop_checkout_page .delivery_note
{
	background-color: beige;
	border: dashed 1px #c80000;
	padding: 6px 8px 6px 8px;
	margin: 0px 0px 20px 0px;
	border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.section.shop_checkout_page .delivery_note_icon i
{
    margin-right: 10px;
    margin-bottom: 6px;
    font-size: 32px;
    color: #edcb48;
}
.section.shop_checkout_page .delivery_note_icon
{
    float: left;
    width: 50px;
}
.section.shop_checkout_page .delivery_note_text
{
    float: left;
}
.section.shop_checkout_page .delivery_note a
{
    font-weight: bold;
}

.section.shop_checkout_page #delivery_details select
{
	background-color: #eeeeee;
}
.section.shop_checkout_page a.link
{
	color: #edcb48;
	text-decoration: none;
}
.section.shop_checkout_page a.link:hover
{
	text-decoration: underline;
}
/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) 
{
	.section.shop_checkout_page td,
	.section.shop_checkout_page th
	{
		padding: 6px 8px;
		font-size: 10px;
		line-height: 12px;
	}

}


/* Section - Order Process Page
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.order_process_page
{
	padding: 100px 0px 30px 0px;
	text-align: center;
}
.section.order_process_page pre
{
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}


/* Section - Privacy
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.privacy
{
	padding: 100px 0px 30px 0px;
	text-align: left;
}
.section.privacy a
{
	color: #000000;
	text-decoration: underline;
}
.section.privacy a:hover
{
	color: #edcb48;
	text-decoration: underline;
}


/* Section - Footer
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.section.footer
{
	position: relative;
	padding: 50px 0px 20px 0px;
	background-color: #e8e8e8;
}
.section.footer a
{
	font-weight: 700;
}
.section.footer h5.section_heading
{
	background-color: #efefef;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}
.section.footer .section_description
{
	margin-bottom: 30px;
}
.section.footer ul
{
	text-align: left;
	list-style: none;
}
.section.footer ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 18px;
}
.section.footer li a
{
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
}
#footer_divider
{
	border-top: 2px solid #060607;
	margin: 20px 0px 40px 0px;
}
.footer_logo
{
	float: left;
	text-align: left;
	margin: 0px 0px 20px 0px;
	width: 90%;
}
.footer_logo img
{
	max-width: 100%;
	max-height: 62px;
}
.footer_copyright
{
	margin-top: 18px;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
}
.section.footer .footer_copyright a
{
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.footer_social_media
{
	text-align: right;
}
.section.footer .footer_social_media a
{
	font-size: 32px;	
	line-height: 32px;
	font-weight: 400;
}
/* Social Media Icon */
@media only screen and (max-width: 550px) {
	.footer_social_media
	{
		margin-top: 10px;
		text-align: left;
	}
}

/* #Misc
=================================================================================================================== */
.centered
{
	text-align: center;
}

/* #Media Queries
=================================================================================================================== */

/* Bigger than 1000 */
@media (min-width: 1000px) {

}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
