/*
	Theme Name: FrameMyPhoto
	Theme URI: http://www.finedesign.co.uk
	Description: 
	Version: 1.0.0
	Author: Fine Design
	Author URI: http://www.finedesign.co.uk
	Tags: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #666;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

.uk-modal-container hr {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

/* NAVY PRICES TABLE */

#giclee h4,
#delux h4 {
	color: #e6bc5a;
}

.uk-prices-white .uk-table-divider> :first-child>tr:not(:first-child),
.uk-prices-white .uk-table-divider> :not(:first-child)>tr,
.uk-prices-white .uk-table-divider>tr:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

#giclee .uk-table thead,
#delux .uk-table thead {
	font-size: .8rem;
	color: rgba(255, 255, 255, .6);
}

#giclee .uk-table tbody tr td:nth-child(2),
#delux .uk-table tbody tr td:nth-child(2) {
	color: rgba(255, 255, 255, .6);
}

/* WHITE PRICES TABLE */


.uk-prices-white .uk-table tbody tr td:nth-child(2),
.uk-prices-white .uk-table tbody tr td:nth-child(2) {
	color: rgba(255, 255, 255, .6);
}

.uk-prices-white .uk-table thead,
.uk-prices-white .uk-table thead {
	font-size: .8rem;
	color: rgba(0, 0, 0, .6);
}

.uk-prices-white .uk-table tbody tr td:nth-child(2),
.uk-prices-white .uk-table tbody tr td:nth-child(2) {
	color: rgba(0, 0, 0, .6);
}

.uk-prices-white .uk-subnav>li {
	padding-right: 20px;
	border-right: 1px solid rgba(0, 0, 0, .7);
}

.uk-prices-white .uk-subnav>li:last-of-type {
	border-right: none;
}

.uk-prices-white .uk-subnav>li>a {
	font-weight: 700;
}

.uk-prices-white .uk-subnav>*> :first-child {
	color: #203248;
}

.uk-prices-white .uk-subnav>.uk-active>a {
	color: #e6bc5a;
}

.uk-prices-white .uk-subnav>li>a:hover {
	color: #e6bc5a;
}

/* NAVY PRICES */

#giclee .uk-table-divider> :first-child>tr:not(:first-child),
#giclee .uk-table-divider> :not(:first-child)>tr,
#giclee .uk-table-divider>tr:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

#delux .uk-table-divider> :first-child>tr:not(:first-child),
#delux .uk-table-divider> :not(:first-child)>tr,
#delux .uk-table-divider>tr:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.uk-subnav>li {
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, .5);
}

.uk-subnav>li:last-of-type {
	border-right: none;
}

.uk-subnav>li>a {
	font-weight: 700;
}

.uk-subnav>*> :first-child {
	color: #fff;
}

.uk-subnav>.uk-active>a {
	color: #e6bc5a;
}

.uk-subnav>li>a:hover {
	color: #e6bc5a;
}

@font-face {
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
}

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* ================================================== */
/* =============== FINE DESIGN CUSTOM =============== */
/* ================================================== */


/* Make sure to update dependancies (UIKit etc) before construction.  */

.fpd-topbar .fpd-navigation {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

h3 {
	margin-top: 15px;
}

a:hover {
	text-decoration: none !important;
}

p {
	margin: 0;
	line-height: 1.6
}

em,
i {
	color: #8DBAD8;
}

.Outer_upload ul {
	margin-left: 30px;
}

.btn_upload {
	cursor: pointer;
}

.uk-mobile-price div {
	border-left: 1px solid #ccc;
}

.uk-mobile-price .uk-first-column {
	border-left: 0px solid #ccc;
}

.default ul {
	padding: 10px 0;
}

.default ul li {
	line-height: 1.4;
	margin-bottom: 10px;
}

.wrapper {
	max-width: 1600px;
	width: 92%;
	margin: 0 auto;
	positon: relative;
}

.wrapper-medium {
	max-width: 1200px;
}

a:hover {
	color: #e6bc5a
}

.hp-price {
	font-size: 3.2rem;
	font-weight: 700;
	color: #203248;
	letter-spacing: -1px;
}

.uk-grid-divider> :not(.uk-first-column)::before {

	border-left: 1px solid #aaa;
}

.btn {
	font-size: 1.2rem;
	color: white;
	background: #203248;
	border: 1px solid #203248;
	padding: 12px 20px;
	font-weight: 600;
	display: inline-block;
	transition: all .2s;
}

.btn-yellow {
	border: 1px solid #e6bc5a;
	background: #e6bc5a;
	color: #203248;
}

.btn-clear {
	border: 1px solid #203248;
	background: #fff;
	color: #203248;
}

.btn:hover {
	color: #203248;
	background: #fff;
}

.btn-yellow:hover {
	border: 1px solid #203248;
	color: #203248;
}

.btn-clear:hover {
	border: 1px solid #e6bc5a;
	color: #203248;
	background-color: #e6bc5a;
}

.logo-small {
	max-width: 72%;
}

.logo-flat {
	opacity: 0;
	transition: all 0.5s;
}

.logo-flat-hidden {
	opacity: 1;
	transition: all 0.5s;
}

.homepage-dotnav a {
	width: auto;
	height: auto;
	text-indent: unset;
	overflow: visible;
	border-radius: 0;
	font-weight: 600;
	padding: 10px 20px;
	background: #8DBAD8;
	border: none;
	color: white;
}

.homepage-dotnav a:hover,
.homepage-dotnav .uk-active a {
	background: #678ba3;
}

#search-form {
	padding: 0;
}

#search-form .uk-modal-dialog {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(0, 0, 0, .8);
}

#search-form .search {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

#search-form .search input {
	margin: 0;
	padding: 7px 10px;
	border: 0;
	font-size: 3rem;
	width: 80%;
	background: none;
	color: white;
	text-align: center;
}

#search-form .search input:focus {
	border: 0;
	outline: 0;
}

#search-form .search button {
	margin: 0;
	padding: 7px 10px;
	border: 0;
	margin-left: -4px;
	font-size: 1.25rem;
	font-weight: 600;
}

#search-form .uk-modal-close-default {
	color: white;
}

header {
	background: rgba(255, 255, 255, .95);
	height: 75px;
	transition: all .4s;
}

header .wrapper {
	height: 100%;
	width: 92%;
	margin: 0 auto;
	position: relative;
}

header nav ul {
	margin: 0;
}

header nav li {
	display: inline-block;
}

header nav li a {
	color: #203248;
	font-size: 1rem;
	font-weight: 700;
	margin-right: 7px;
	padding-right: 7px;
	display: inline-block;
	line-height: .8;
}

header nav .border-right a {
	border-right: 1px solid #848E9A;
}

header .stickylogo {
	background: #203248;
	max-width: 130px;
	max-height: 140px;
	width: 140px;
	margin-right: 30px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.15);
}

header .stickylogo img {
	max-width: 100%;
}

header.uk-active {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.15);
}

.header-cart-icon {
	stroke-width: 2px;
}

header .logo-small {
	width: 200px;
	max-width: 80%;
}

header .bg-dark-blue {
	background: #203248;
}

.txt-colour-white {
	color: white;
}

.txt-colour-navy {
	color: #203248;
}

.hero .blue {
	background: #203248;
	text-align: center;
	padding: 4em 0;
}

.hero .blue-small {
	background: #203248;
	text-align: center;
	padding: 2em 0;
}

.hero .intro h1 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 400;
	width: 100%;
	margin: 0 auto;
	padding: 2em 0 3em 0;
}

.hero .wrapper {
	width: 100%;
}

.single .hero .wrapper {
	width: 92%;
}

.hero .blue .logo {
	width: 186px;
}

.hp .intro-text {
	background: #f4f4f4;
	padding: 2em 0 3em 0;
}

.hp .intro-text p {
	font-size: 1.375rem;
	text-align: center;
	color: #000;
}

.hp .intro-text .leaf-graphic {
	width: 75px;
	margin: 0 auto 20px auto;
	display: block;
}

.frame-feature {
	background: #203248;
	color: white;
	padding: 3em 0 4em 0;
	text-align: center;
}

.frame-feature img {
	display: block;
}

.frame-feature .btn {
	margin-top: 30px;
	font-size: 1rem;
}

.frame-feature .text p {
	font-size: 1.625rem;
	font-weight: 700;
	margin-top: 40px;
}

.frame-feature .text img {
	margin: 0 auto;
}

.frame-feature .subtext {
	margin-top: 10px;
	font-size: 1.2rem;
	font-weight: 500;
}

.hp .hanging-artwork {
	overflow: hidden;
	padding: 0 0 3em 0;
	background: rgb(255, 255, 255);
	background: linear-gradient(240deg, rgba(255, 255, 255, 1) 0%, rgba(201, 201, 201, 1) 100%);
}

.hp .hanging-artwork>img {
	min-width: 925px;
}

.hp .hanging-artwork .text p {
	font-size: 1.625rem;
	color: #203248;
	font-weight: 700;
}

.orange-block {
	background: #8DBAD8;
	color: white;
	padding: 2em;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
}

.hawaii {
	background: #203248 url('img/hawaii-photo-graphic-1.jpg') no-repeat;
	background-position: left center;
	background-size: 100%;
	background-position: top;
}

.hawaii .text {
	text-align: left;
	padding: 1em 0 4em 0;
	max-width: 600px;
}

.hawaii .text p {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 7400;
	line-height: 1.2;
}

hr {
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}

hr.thin {
	width: 68px;
	display: inline-block;
	border-top: 1px solid #203248;
}

.search-text {
	color: #203248;
	font-weight: 700;
}

footer {
	background: #203248;
	padding: 4em 0 6em 0;
}

footer nav.main ul {
	list-style-type: none;
	padding: 0;
}

footer nav.main li a {
	font-size: 0.8125rem;
	color: white;
	font-weight: 600;
}

footer nav.main .line {
	width: 50px;
	height: 1px;
	background: #848E9A;
	display: block;
}

footer .search input {
	margin: 0;
	padding: 7px 10px;
	border: 0;
	font-size: 0.75rem;
}

footer .search input::placeholder {
	color: white;
}

footer .search button {
	margin: 0;
	padding: 7px 10px;
	border: 0;
	margin-left: -4px;
	font-size: 0.75rem;
	font-weight: 600;
}

footer .free-shipping {
	color: #8DBAD8;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 20px;
}

footer .social-icons {
	list-style-type: none;
	padding: 0;
}

footer .social-icons li {
	display: inline-block;
}

footer .logo {
	width: 145px;
}

footer nav.second ul {
	list-style-type: none;
	padding: 0;
}

footer nav.second li {
	display: inline-block;
	margin-right: 10px;
}

footer nav.second li a {
	color: white;
	font-size: 0.75rem;
}

footer .reg-number {
	color: white;
	font-size: 0.8125rem;
}

footer .copyright {
	color: white;
	font-size: 0.625rem;
	margin-top: 30px;
}


.imagewrapper {
	background: #f4f3f3;
	width: 100%;
	transition: width 2s;
	border: 1px solid #efefef;
	transition: all .3s;
	cursor: pointer;
}

.imagewrapper:hover {
	transform: rotate(4.5deg);
	background: #fff;
}

.imagewrapper img {
	transition: all .3s;
}

.imagewrapper:hover img {
	transform: scale(1.12) rotate(-4.5deg);
}

.home .imagewrapper {
	background: #efefef;
	width: 100%;
	transition: width 2s;
	border: 1px solid #efefef;
	transition: all .3s;
	cursor: pointer;
}

.home .imagewrapper:hover {
	transform: rotate(4.5deg);
	background: #fff;
}

.home .imagewrapper img {
	transition: all .3s;
}

.home .imagewrapper:hover img {
	transform: scale(1.12) rotate(-4.5deg);
}

.uk-accordion-title::before {
	filter: grayscale(1) brightness(2);
}

.wallart .uk-accordion-title {
	background: #203248;
	color: #fff;
}

.wallart .uk-accordion-content {
	background: #efefef;
	margin-top: 0 !important;
	border-bottom: 3px solid #203248;
}

.pagination div a {
	color: #203248;
	font-weight: 600;
}

.pagination div a:hover {
	color: #8DBAD8;
}

.wallart strong {
	color: #333;
}

.filterlist .portrait {
	width: 100px;
	height: 140px;
	display: block;
	position: relative;
}

.filterlist .landscape {
	width: 140px;
	height: 100px;
	display: block;
	position: relative;
}

.filterlist .square {
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
}

.enlarge {
	padding: 15px 10px 15px 15px;
	color: #fff;
	background: #203248;
}

.enlarge span {
	color: #fff !important;
}

.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped>tr:nth-of-type(odd) {
	background: #f4f3f3;
}

.uk-table {
	caption-side: bottom;
}

.uk-table caption {
	margin-top: 6px;
}

.single_imagewrapper {
	border: 1px solid #efefef;
	text-align: center;
	background: #f4f3f3;
}

.single_imagewrapper {
	max-width: 100%;
}

.cta {
	display: inline-block;
	text-align: center;
	padding: 8px 14px;
	border: 1px solid #203248;
	transition: all .2s;
}

.cta__navy {
	background: #203248;
	color: #fff;
}

.cta__navy:hover {
	background: #fff;
	color: #203248;
}

.cta__mount {
	color: #203248;
	background: #fff;
}

.cta__mount:hover,
.cta__mount--active {
	background: #203248;
	color: #fff;
	cursor: pointer;
}

.cta__mount--color,
.cta__frame--color,
.cta__frame--color--contemp,
.cta__frame--color--tryptich {
	font-size: .5em;
	height: 37px;
	width: 37px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.cta__mount--color .check,
.cta__frame--color .check,
.cta__frame--color--contemp .check,
.cta__frame--color--tryptich .check {
	background: #203248;
	color: #fff;
	border: 1px solid #fff;
	display: none;
	width: 20px;
	min-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.filterselect .portrait .uk-position-center,
.filterselect .landscape .uk-position-center,
.filterselect .square .uk-position-center {
	position: relative !important;
	left: 0 !important;
}

.filterselect {
	padding-left: 15px;
}

.filterlist li,
.filterselect li {
	display: inline-block;
	line-height: 26px;
}

.filterlist li a,
.filterselect li a {
	background: #fff;
	border: 2px solid #ccc;
	padding: 6px 10px 6px 10px;
	border-radius: 10px;
	color: #ccc;
	font-weight: 700;
	font-size: 12px;
}

.filterselect li a {
	margin-right: 5px;
	padding-left: 22px !important;
	position: relative;
}

.filterselect li a:before {
	position: absolute;
	left: 8px;
	top: 2px;
	content: "X";
	color: #fff;
}

.filterselect li a:hover:before {
	color: #203248;
}

.filterlist li a.selected,
.filterlist li a:hover,
.filterselect li a.selected,
.filterselect li a:hover {
	border: 2px solid #203248;
	padding: 6px 10px 6px 10px;
	border-radius: 10px;
	color: #fff;
	background: #203248;
	transition: all .2s;
}

.filterlist li a.selected:hover,
.filterselect li a.selected:hover {
	background: #fff;
	color: #203248;
}

/* .uk-list>*>ul, .uk-list>:nth-child(n+2) {margin-top:10;} */

.breadcrumb {
	padding: 0 0 20px 0;
	color: #203248;
}

.breadcrumb a {
	display: inline-block;
	color: #203248;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #8DBAD8;
	text-decoration: none;
}

.woocommerce-mini-cart__buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.woocommerce-mini-cart__buttons a {
	display: inline-block;
	width: 50%;
	background: #fff;
	color: #203248;
	padding: 25px 15px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #203248;
}

.woocommerce-mini-cart__buttons a:first-of-type {
	color: rgba(32, 50, 72, .4);
	border-bottom: 1px solid rgba(32, 50, 72, .4);
}

.woocommerce-mini-cart__buttons a.checkout {
	border-radius: 0;
	background: #203248;
	color: #fff;
	border-left: 1px solid #203248;
	border-right: 1px solid #203248;
	transition: all .2s;
}

.woocommerce-mini-cart__buttons a.checkout:hover {
	color: #203248;
	background: #fff;
}

.woocommerce-mini-cart__buttons a:hover {
	background: #203248;
	color: #fff;
}

.woocommerce-mini-cart__buttons a:first-of-type:hover {
	color: rgba(32, 50, 72, 1);
	border-bottom: 1px solid rgba(32, 50, 72, 1);
	background: #fff;
}

.uk-offcanvas-bar {
	background: #fff;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	border-left: 0 !important;
	padding-left: 0;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
	margin-bottom: 0;
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
	line-height: 1;
}

.woocommerce-product-gallery__image {
	padding: 40px;
	;
	background-color: #f4f3f3;
	border: 1px solid #efefef;
}

.woocommerce-mini-cart {
	color: #203248;
	padding-left: 0;
}

.woocommerce-mini-cart li {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #8DBAD8;
	width: 100%;
	font-weight: 700;
}

.woocommerce-mini-cart li .quantity {
	display: block;
	color: #203248;
	line-height: 1.4;
	font-weight: 400;
}

.woocommerce-mini-cart li a {
	color: #203248;
}

.woocommerce-mini-cart li a:hover {
	color: #8DBAD8;
}

.woocommerce-mini-cart__total {
	padding: 20px 0 10px 0;
	color: #203248;
	text-align: right;
}

button.uk-icon:not(:disabled) {
	cursor: pointer;
	color: #ccc;
}

.input-text {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #f8f8f8;
	color: #666;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #203248 !important;
	border: 1px solid #203248;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	transition: all .2s;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #fff !important;
	color: #203248;
}

.woocommerce a.remove {
	color: #fff !important;
	background: #8DBAD8;
	border: 1px solid #8DBAD8;
	transition: all .2s;
}

.woocommerce form .form-row .required {
	color: #8DBAD8;
}

.woocommerce a.remove:hover {
	color: #8DBAD8 !important;
	background: #fff;
}

#billing_country_field {
	display: none;
}

.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
	padding-top: 90px;
}

.uk-offcanvas-close {
	top: 80px;
}

.woocommerce-privacy-policy-link {
	color: #203248 !important;
}

/* .woocommerce-product-gallery__image img {border:5px solid #000;} */
.woocommerce-Price-amount {
	font-size: 2rem;
	color: #203248;
}

.woocommerce-loop-product__title {
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #203248;
	text-align: center;
	color: #fff;
	padding: 12px;
}

.woocommerce div.products div.product .button,
.single_add_to_cart_button {
	border: 1px solid #8DBAD8;
	transition: all .4s;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #8DBAD8;
	color: #fff;
	font-size: 1.2rem;
	bottom: 0;
	padding: 12px;
}

.woocommerce div.products div.product .button:hover,
.single_add_to_cart_button:hover {
	background: #fff;
	color: #8DBAD8;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #c5e5fb !important;
	color: #fff;
	border-color: #c5e5fb;
	width: 200px;
}

.woocommerce div.products div.product a img {
	margin-top: 30px;
}

.woocommerce div.products div.product .price {
	display: none;
}

.woocommerce-message {
	border-top-color: #8DBAD8;
	line-height: 2;
}

.woocommerce-message::before {
	color: #8DBAD8;
}

.woocommerce-info {
	border-top-color: #203248;
}

.woocommerce-info::before {
	color: #203248;
}

.woocommerce-notices-wrapper a {
	color: #203248;
}

..wpcf7-form-control {
	border: 1px solid #203248;
}

.wpcf7-submit {
	background: #203248;
	border: 1px solid #203248;
	color: #fff;
	padding: 10px 50px;
	transition: all .2s;
}

.wpcf7-submit:hover {
	background: #fff;
	color: #203248;
}

.wpcf7-spinner {
	position: absolute;
	left: 0;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	text-align: center;
	display: block;
	background: #203248 !important;
	border: 1px solid #203248 !important;
	color: #fff;
	padding: 15px 30px !important;
}

.fpd-blue-btn {
	text-align: center;
	width: 200px;
	background: #8DBAD8;
	border-radius: 5px !important;
	border: 1px solid #8DBAD8;
	color: #fff;
	transition: all .4s;
	padding: 12px;
}

.fpd-blue-btn:hover {
	background: #fff;
	border: 1px solid #8DBAD8;
	color: #8DBAD8;
}

.variations select {
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #f8f8f8;
	color: #666;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
}

.continueshopping {
	transition: all .2s;
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #fff;
	background-color: #203248;
	border: 1px solid #203248;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.continueshopping:hover {
	background-color: #fff;
	color: #203248;
}

a.navytext {
	color: #203248;
}

a.navytext:hover {
	color: #8DBAD8;
}

.itemsperpage svg:hover rect {
	fill: #203248;
}

.itemsperpage svg.selected rect {
	fill: #203248;
}

.imageframe {
	border: 4px solid #222;
}

.imageframe-triptych {
	border: 0;
	display: none;
}

.imageframe-triptych div {
	border: 4px solid #222;
}

.imageframe-classic {
	border: 20px solid #d7c495;
	padding: 10%;
	background: #ffffff;
	display: none;
}

.product-thumbnail .imageframe {
	border: 2px solid #222;
}

.product-thumbnail .imageframe-triptych {
	border: 0;
	display: block;
}

.product-thumbnail .imageframe-triptych div {
	border: 2px solid #222;
}

.product-thumbnail .imageframe-classic {
	border: 5px solid #d7c495;
	padding: 3%;
	background: #fff;
	display: block;
}

.woocommerce-cart tbody td.product-thumbnail {
	background-color: #ececec;
}

dd {
	font-weight: 400;
}

.woocommerce table.shop_table_responsive tr td.product-name::before,
.woocommerce-page table.shop_table_responsive.product-name tr td::before {
	display: none;
}

.favourite {
	color: #203248;
}

.favourite:hover,
.favourite.selected {
	color: #8DBAD8;
}

.favourite:hover svg path,
.favourite.selected svg path {
	fill: #8DBAD8;
	stroke: #8DBAD8;
}

.delete {
	color: #8DBAD8;
}

.product-name dl.variation {
	margin-top: 0;
}

.restore-item {
	display: none;
}

.uk-modal-body .uk-grid {
	margin-left: 0;
}

.classic_9 {
	display: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 140px;
}

/* tabs */

.uk-tab>.uk-active>a {
	border-color: #203248;
}

.uk-tab>*>a:focus,
.uk-tab>*>a:hover {
	border-color: #203248;
}

.uk-tab>* {
	padding-left: 10px;
}

.uk-tab>*:first-of-type {
	padding-left: 20px;
}

.fpd-modal-overlay>.fpd-modal-wrapper {
	background-color: rgba(255, 255, 255, .9) !important;
}

.fpd-container {
	margin: 0 auto;
}

.archive #primary {
	background: url(img/bg-pattern.svg);
	background-position: center top 50px;
	background-size: 50%;
	background-repeat: no-repeat;
}

.fpd-container .fpd-primary-bg-color,
.fpd-actions-wrapper>.fpd-action-btn:hover,
.fpd-actions-wrapper>.fpd-action-btn.fpd-active,
.fpd-thumbnail-preview>.fpd-preview-price {
	background-color: #203248 !important;
}

.fpd-container .fpd-secondary-bg-color,
.fpd-container .fpd-btn,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn,
.fpd-switch-container.fpd-enabled .fpd-switch-toggle,
.fpd-switch-container.fpd-enabled .fpd-switch-bar,
.fpd-modal-product-designer.fpd-modal-overlay .fpd-done {
	background: #8DBAD8 !important;
}

.fpd-blue-btn {
	margin-bottom: 25px;
}

#fpd-start-customizing-button.fpd-inline {
	margin-left: 0 !important;
	display: block !important;
}

.fpd-catalog-customize {
	display: none !important;
}

.woocommerce-Price-amount {
	margin-bottom: 1em;
	display: block;
}

.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-mini-cart .woocommerce-Price-amount {
	margin-bottom: 0;
	display: block;
}

.fpd-container>.fpd-main-wrapper {
	background-color: #ececec;
}

.up-sells {
	border-top: 1px solid #ccc;
}

.frame-feature .text .blue-txt {
	color: #8DBAD8;
}

.frame-feature .text .dim-optcy {
	opacity: 0.4;
}

.frame-feature .text p {}

.frame-feature .text span {
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.frame-feature .text p {
		font-size: 1.1rem;
		margin: 5px 0;
	}

	.logo-flat {
		opacity: 1;
		transition: all 0.5s;
	}

	.logo-flat-hidden {
		opacity: 1;
		transition: all 0.5s;
	}
}

/* uikit mini */
@media screen and (min-width: 120px) {
	.tosmall {
		display: block;
		position: fixed;
		background: #000;
		color: #fff;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		z-index: 10000000;
	}
}

@media screen and (min-width: 360px) {
	.woocommerce div.product div.images {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.fpd-product-designer-wrapper {
		max-width: 100%;
	}

	header .stickylogo {
		margin-right: 0;
	}

	.woocommerce-message {
		border-top-color: #8DBAD8;
		line-height: 1.22;
	}

	header nav li a {
		font-size: .9em
	}

	.remove-absolute-small {
		position: relative !important;
	}

	.tosmall {
		display: none;
	}

	.hp .hanging-artwork>img {
		min-width: 525px;
	}

	.wrapper {
		max-width: 1600px;
		width: 84%;
		margin: 0 auto;
		position: relative;
	}

	.wrapper-medium {
		max-width: 1200px;
	}

	.hero .intro h1 {
		padding: 1em 0 1em 0;
		font-size: 1.5rem;
	}

	.woocommerce-order-overview {
		margin-top: 1em !important;
		display: block;
		margin-bottom: 1em !important;
	}

	.woocommerce-order-overview li {
		display: block;
		width: 100%;
		border-right: 0 !important;
		border-bottom: 1px dashed #d3ced2;
		padding-bottom: 5px;
	}


}

/* uikit small */
@media screen and (min-width: 640px) {
	header .stickylogo {
		margin-right: 30px;
	}


	header nav li a {
		font-size: 1em
	}

	.hero {
		background: url('img/bg-pattern.svg');
		background-position: left center;
		background-size: 50%;
		background-repeat: no-repeat;
	}

	.hero .intro h1 {
		width: 100%;
		font-size: 1.625rem;
		text-align: right;
		padding: 1em 0 1em 0;
	}

	.hero .wrapper {
		width: 92%;
	}

	.hawaii {
		background-size: 50%;
		background-position: left;
	}

	/* .hero .uk-grid {
		margin-left: -60px;
	} */

	.hero .uk-grid .intro {
		padding-left: 60px;
	}

	.hero .uk-grid .image {
		padding-left: 60px;
	}

}

@media screen and (max-width: 640px) {
	.woocommerce-loop-product__title {
		font-size: .9em;
		padding: 8px;
	}
}

@media screen and (max-width: 960px) {
	.hero .uk-grid .image {
		padding-left: 0px;
	}


}

@media screen and (min-width: 640px) and (max-width: 824px) {}

/* uikit medium */
@media screen and (min-width: 959px) {
	.logo-flat {
		opacity: 0;
		transition: all 0.5s;
	}

	.logo-flat-hidden {
		opacity: 1;
		transition: all 0.5s;
	}

	.woocommerce-message {
		border-top-color: #8DBAD8;
		line-height: 2;
	}

	header nav li a {
		font-size: 1em
	}

	.woocommerce-order-overview li {
		display: inline-block;
		width: auto;
		border-right: 1px dashed #d3ced2 !important;
		border-bottom: 0;
	}

	.wrapper {
		max-width: 1600px;
		width: 92%;
		margin: 0 auto;
		position: relative;
	}

	.wrapper-medium {
		max-width: 1200px;
	}

	.hp .hanging-artwork .text {
		width: 350px;
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		left: 62%;
	}

	.hp .hanging-artwork {
		position: relative;
		padding-bottom: 0;
	}

	.hp .hanging-artwork .wrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.hp .hanging-artwork>img {
		min-width: 925px;
	}

	.hero .intro h1 {
		text-align: center;
		font-size: 2.4rem;
		font-weight: 400;
		margin: 0 auto;
		padding: 2em 0 1em 0;
	}



	.fpd-product-designer-wrapper {
		max-width: 48%;
		margin-right: 2%;
		float: left;
	}
}

/* uikit large */
@media screen and (min-width: 1200px) {}

/*GRID*/
@media (min-width: 1600px) {
	.uk-width-1-10\@xl {
		width: 10%;
	}
}

@media (min-width: 1200px) {
	.uk-child-width-1-8\@l {
		width: 12.5%;
	}
}

@media (min-width: 960px) {
	.uk-child-width-1-6\@m {
		width: 16.6667%;
	}
}

.cart_item .product-thumbnail {
	text-align: center
}

.cart_item .product-thumbnail img {
	opacity: 0;
}

.cart_item .product-thumbnail img.uk-show-thumb {
	opacity: 1;
}


.woocommerce table.cart .product-thumbnail .attachment-woocommerce_thumbnail {
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 768px) {

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: block !important;
	}
}