

.pages_layout_wrap h1 {
	text-align:center;
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
}

.condition_link {
	width:calc(100% - 20px);
	margin:0 10px;
	padding:10px;
	text-align:center;
	border:1px solid #dedede;
	display:block;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
}

.condition_link:hover {
	text-decoration:underline;
	border:1px solid #9e9e9e;
}

.condition_highlight {
	border:1px solid red;
	color:red;
}


.page_wrapper_new a {
	display:block;
	float:left;
	width:calc((100% / 3) - 15px);
	color:#333;
	text-decoration:none;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #e9e9e9;
}
.page_wrapper_new.split_fours a {
	width:calc((100% / 4) - 15px);
	cursor:pointer;
}

.page_wrapper_new a:hover img {
	opacity:0.75;
}
.page_wrapper_new a:hover .product_name {
	text-decoration:underline;
}
.page_wrapper_new a:nth-child(3n) {
	margin-right:0;
}
.page_wrapper_new a:nth-child(3n + 1) {
	clear:both;
}
.page_wrapper_new.split_fours a:nth-child(3n) {
	margin-right:15px;
}
.page_wrapper_new.split_fours a:nth-child(4n) {
	clear:none;
	margin-right:0;
}
.page_wrapper_new.split_fours a:nth-child(4n + 1) {
	clear:both
}
.page_wrapper_new a img {
	width:100%;
	display: block;
}
.product_detail {
	padding:10px 5px;
}

.page_wrapper_new .product_name {
	font-size:26px;
}

.page_wrapper_new .poa_text {
	font-style:italic;
	font-size:13px;
}

@media all and (max-width:969px) {
	.page_wrapper_new a,
	.page_wrapper_new.split_fours a {
		float:left;
		width:calc((100% / 2) - 10px);
	}
	.page_wrapper_new a:nth-child(3n) {
		margin-right:15px;
	}
	.page_wrapper_new a:nth-child(3n + 1) {
		clear:none;
	}
	.page_wrapper_new.split_fours a:nth-child(4n) {
		margin-right:15px;
	}
	.page_wrapper_new.split_fours a:nth-child(4n + 1) {
		clear:none;
	}
	.page_wrapper_new a:nth-child(2n),
	.page_wrapper_new.split_fours a:nth-child(2n) {
		margin-right:0;
	}
	.page_wrapper_new a:nth-child(2n + 1),
	.page_wrapper_new.split_fours a:nth-child(2n + 1) {
		clear:both;
	}
}
@media all and (max-width:500px) {
	.page_wrapper_new a {
		float:none;
		width:100%;
		margin-right:0;
	}
	.page_wrapper_new.split_fours a {
		margin-right:15px;
	}
	.page_wrapper_new.split_fours a:nth-child(2n) {
		margin-right:0;
	}
}


html {
	background:#454545;
}

body {
	font-family:'Open Sans', sans-serif;
	margin:0;
	padding:0;
	color:#333;
	background:#ffffff;
}

#site_manager_header {
	background:#454545;
}

#site_manager_header nav {
	text-align:right;
}

#site_manager_header nav ul {
	margin:0;
	padding-left:0;
	vertical-align:top;
	display:inline-block;
}

#site_manager_header nav ul li {
	float:left;
	list-style-type:none;
}

#site_manager_header nav ul li a {
	display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-left: 1px solid #2e2e2e;
}

#site_manager_header nav ul li a:hover {
	background:#2e2e2e;
}

header {
	border-bottom:1px solid #e9e9e9;
}

a {
	color:#0645AD;
}

#logo_wrapper {
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #e9e9e9;
}

#site_logo {
	float:left;
	padding:8px 8px 8px 15px;
}

#shopping_bag {
	float:right;
}

#shopping_bag .fa-shopping-cart {
	float:right;
	color:#6e6e6e;
	font-size:25px;
}

#shopping_bag .account_item_nav {
	float:right;
	border-left:1px solid #e9e9e9;
	padding:18px 17px 17px;
	font-size:14px;
	text-decoration:none;
	color:#333;
	position:relative;
}

#shopping_bag .account_item_nav:hover {
	background:#eee;
	cursor:pointer;
}

#shopping_bag .account_item_nav .login_signup_link {
	padding:3px 0;
	display:block;
}

#site_logo img {
	width:224px;
	display:block;
}

header nav {
	text-align:center;
}

header #nav_wrapper_mobile {
	display:none;
}

header nav.mobile_navigation {
	display:none;
}

header nav ul {
	margin:auto;
	display:inline-block;
	vertical-align:top;
	list-style-type:none;
	padding-left:0;
}

header nav ul li {
	float:left;
}

header nav ul li a {
	display:block;
	padding:15px 17px;
	text-decoration:none;
	color:#333;
	font-weight:600;
	font-size:14px;
	border-left:1px solid #e9e9e9;
}

header nav ul li:last-child a {
	border-right:1px solid #e9e9e9;
}

header nav ul li a:hover {
	background:#eee;
}

#nav_wrapper_mobile a#nav_open {
	padding:5px;
	display:block;
	width:38px;
	margin:8px auto;
	font-size:25px;
	border:1px solid #dedede;
	border-radius:3px;
	color:#333;
	text-align:center;
	cursor:pointer;
}

#nav_wrapper_mobile a:hover {
	background:#dedede;
}

#mobile_navigation ul {
	display:block;
}

#mobile_navigation ul li {
	float:none;
}

#mobile_navigation ul li a {
	border-left:none;
	text-align:center;
	border-top:1px solid #dedede;
}

div.page_title {
	text-align:center;
	font-family: 'Oleo Script', cursive;
}

.clearfix {
	clear:both;
}

footer {
	text-align:center;
}

@media all and (max-width:767px){
	header nav {
		display:none;
	}
	
	header #nav_wrapper_mobile {
		display:block;
	}
	
	#login_register_desktop {
		display:none;
	}
	
	#site_logo img {
		width:180px;
		display:block;
	}
	
	#order_by_select {
		max-width:150px;
		min-width:0;
	}
}


.red-asterisk {
	color:#FF4C4C;
}

form {
	margin-top:10px;
}

input,
select,
textarea {
    border-radius: 0;
    box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=input],
input[type=date],
input[type=number],
input[type=submit],
input[type=tel],
input[type=time],
input[type=password],
select,
textarea {
  margin-top: 5px;
  min-width: 250px;
  width:100%;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0 8px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #adadad;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #adadad;
  transition: all 0.45s;
  height:40px;
  line-height:40px;
}

textarea {
	height:initial;
	line-height:21px;
	padding:6px 8px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 1px solid #d23c3c;
}

input:hover,
select:hover,
textarea:hover {
  outline: none;
  border-bottom: 1px solid #d23c3c;
}

input[type=submit] {
    background:#d23c3c;
    color:white;
    cursor:pointer;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #adadad;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #adadad;
	max-width:350px;
}

.submit_buttons {
	text-align:center;
}

.form_separator {
	width:100%;
	height:1px;
	border-bottom:1px solid #dedede;
	margin:10px 0 20px 0;
}

.label_add_button {
	margin:0;
	font-size:14px;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

#cart_count {
	position:absolute;
	background:rgba(210, 60, 60, 0.8);
	color:white;
	top:7px;
	right:7px;
	width:25px;
	height:25px;
	border-radius:25px;
	text-align:center;
}

#count_number {
	margin-top:2px;
	display:block;
	font-weight:bold;
}

.form_error {
	font-size: 14px;
	color: red;
	font-style: italic;
}

.from_price_indicator {
	font-weight:normal;
	font-size:13px;
}


.page_wrapper {
	max-width:1200px;
	margin:auto;
	padding:15px 10px;
	position:relative;
}

.page_title_wrapper {
	position:relative;
}

.page_title_h1 {
	margin:0;
	padding:0;
	font-weight:lighter;
	display:inline-block;
}

.float_left {
	width:50%;
	box-sizing:border-box;
	float:left;
}

.float_right {
	width:50%;
	box-sizing:border-box;
	float:right;
}

.float_left .full_name input,
.float_right .full_name input{
	width: calc(50% - 7px);
    box-sizing: border-box;
    position: relative;
    min-width: 100px;
}

.float_left .full_name input[name=first_name],
.float_right .full_name input[name=first_name] {
	margin-right:9px;
}

.form_section {
	padding:10px;
}

.site_button {
	color:white;
	background:#ae86d2;
	display:inline-block;
	padding:8px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:25px;
	cursor:pointer;
	text-decoration:none;
	transition:background 0.3s;
}

.site_button:hover {
	background:#d23c3c;
}

.site_button.grey_button {
	background:#cecece;
	color:#333;
}

.site_button.grey_button:hover {
	background:#aeaeae;
	color:#333;
}

#ajax_response {
	display:none;
	background:#f3f3f3;
	width:calc(100% - 20px);
	border:1px solid #bebebe;
	box-sizing:border-box;
	border-left:4px solid #d23c3c;
	padding:6px 12px;
	border-radius:3px;
	margin-bottom:10px;
	position:fixed;
	top:10px;
	margin:10px;
	z-index:9999;
}

#ajax_response i {
	color:#d23c3c;
}

.ajax_message {
	padding:6px 0;
	display:block;
	float:left;
}

.ajax_button {
	float:right;
	margin:0;
	padding:6px 10px;
}

#ajax_response .ajax_button i {
	color:white;
}

@media all and (max-width:767px) {
	.float_left,
	.float_right {
		width:100%;
		float:none;
		margin-bottom:10px;
	}
	
	.hide_mobile {
		display:none;
	}
}


.product_page .page_title_h1 {
	padding:0;
	font-weight:300;
}

.product_page .product_image {
	width:calc(65% - 10px);
	margin-right:10px;
	float:left;
}

.product_page .product_details {
	width:calc(35% - 10px);
	margin-left:10px;
	float:left;
	background:#eee;
	padding:10px;
	box-sizing:border-box;
}

.product_page img {
	position:relative;
	box-sizing:border-box;
	max-width:100%;
	display:block;
	border:1px solid #eee;
	margin-bottom:10px;
	cursor:pointer;
}

.product_page .product_image img.sub_image {
	max-width:calc((100% - 30px) / 4);
	float:left;
	margin-right:10px;
	cursor:pointer;
	max-height:180px;
}

.product_page .product_image .additional_images img:nth-child(4n) {
	margin-right:0;
}

.product_page .product_image .additional_images img:nth-child(4n + 1) {
	clear:both;
}

.product_page p {
	margin:0 0 5px;
}

.product_page .artist_name {
	margin:0 0 5px;
	font-style:italic;
	font-size:14px;
}

.product_page .artist_name a {
	color:#0645AD;
	text-decoration:none;
}

.product_page .artist_name a:hover {
	text-decoration:underline;
}

.product_page .price {
	font-size:40px;
	margin:20px 0 10px;
	font-weight:300;
}

.product_edit_page .product_images {
	margin-bottom:15px;
}

.product_edit_page .product_images img {
	position:relative;
	box-sizing:border-box;
	max-width:100%;
	display:block;
	border:1px solid #eee;
	margin-bottom:10px;
}

.product_edit_page .product_images span:nth-child(4n) {
	margin-right:0;
}

.product_edit_page .product_images span:nth-child(4n + 1) {
	clear:both;
}

.product_edit_page .product_images span {
	display:inline-block;
	position:relative;
	float:left;
	width:calc((100% - 30px) / 4);
	margin-right:10px;
}

.product_edit_page .product_images span i.main_product_image,
.product_edit_page .product_images span i.edit_product_image,
.product_edit_page .product_images span i.delete_product_image {
	position:absolute;
	z-index:100;
	top:7px;
	right:7px;
	color:#333;
	padding:3px 6px;
	background:white;
	border:1px solid #dedede;
	text-align:center;
	cursor:pointer;
}

.product_edit_page .product_images span i.main_product_image,
.product_edit_page .product_images span i.edit_product_image {
	left:7px;
	right:unset;
}

.product_edit_page .product_images span i.main_product_image {
	cursor:initial;
}

.product_edit_page .product_images span i.edit_product_image:hover,
.product_edit_page .product_images span i.delete_product_image:hover {
	background:#6e6e6e;
	color:white;
}

.add_product,
.edit_product,
.delete_product {
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
}

.add_product:hover,
.edit_product:hover,
.delete_product:hover {
	text-decoration:underline;
}

@media all and (max-width:1023px) {
	.product_page .product_image {
		width:calc(55% - 10px);
	}
	
	.product_page .product_details {
		width:calc(45% - 10px);
	}
}

@media all and (max-width:767px) {
	.product_page .product_image {
		width:100%;
		margin:0;
		float:none;
	}
	.product_page .product_details {
		width:100%;
		margin:0;
		float:none;
	}
	.product_edit_page .product_images span {
		display:inline-block;
		position:relative;
		float:left;
		width:calc((100% - 30px) / 2);
		margin-right:10px;
	}
	.product_edit_page .product_images span:nth-child(4n) {
		margin-right:10px;
	}
	
	.product_edit_page .product_images span:nth-child(4n + 1) {
		clear:none;
	}
	.product_edit_page .product_images span:nth-child(2n) {
		margin-right:0;
	}
	
	.product_edit_page .product_images span:nth-child(2n + 1) {
		clear:both;
	}
}

@media all and (max-width:400px) {
	.product_page .product_image {
		width:100%;
		margin:0;
		float:none;
		box-sizing:border-box;
	}
	.product_page .product_details {
		width:100%;
		margin:0;
		float:none;
		box-sizing:border-box;
	}
}


#image_viewer_backdrop,
#image_viewer {
	display:none;
}

#image_viewer_backdrop,
#image_viewer {
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:1000;
}

#image_viewer_backdrop {
	background:rgba(0,0,0,0.8);
}

#image_viewer #close_window {
	position:fixed;
	z-index:1001;
	top:10px;
	right:10px;
	color:white;
	cursor:pointer;
}

#image_viewer {
	width:auto;
}

#image_viewer img.main_image {
	position:fixed;
	max-width:73%;
	max-height:73%;
	top:45%;
	left:50%;
	transform: translate(-50%, -50%);
}

#image_viewer .image_legend {
	position:fixed;
	bottom:24px;
	text-align:center;
	left:50%;
	transform: translate(-50%, 0);
	width:calc(100% - 20px);
}

#image_viewer .image_legend .legend_image {
	max-width:80px;
	display:inline;
	cursor:pointer;
	max-height:80px;
}

#image_viewer .image_legend .legend_image:last-child {
	margin-right:0;
}


.cart_page .page_title_h1 {
	padding:10px 0 15px;
}

.cart_page table {
	width:100%;
	border-collapse:collapse;
}

.cart_page table th {
	text-align:left;
	font-weight:300;
	font-size:14px;
}

.cart_page table th.center_text,
.cart_page table td.center_text {
	text-align:center;
}

.cart_page table th.right_text,
.cart_page table td.right_text {
	text-align:right;
}

.cart_page th {
	border-bottom:1px solid #dedede;
	padding-bottom:5px;
}

.cart_page td {
	border-bottom:1px solid #dedede;
	padding:8px 2px;
}

.cart_page td img {
	max-width:100px;
	display:block;
	margin:auto;
	padding:4px;
	border:2px solid #eee;
}

.cart_page td a {
	text-decoration:none;
}

.cart_page td a:hover {
	text-decoration:underline;
}

.cart_page tr.delivery_row {
	background:#fcfcfc;
}

.cart_page tr.totals_row {
	background:#f9f9f9;
}

.cart_page tr.totals_row td {
	font-weight:bold;
}

.cart_page a.product_name_link {
	color:inherit;
}

.cart_page .product_variation_name {
	font-size:13px;
	font-weight:bold;
}

.cart_page .remove_cart_item {
	font-size:12px;
	font-style:italic;
	margin-top:5px;
	cursor:pointer;
	display:block;
}

.cart_page .cart_buttons {
	margin-top:20px;
}

.cart_page .clear_cart_button {
	text-decoration:none;
}

.cart_page .clear_cart_button:hover {
	text-decoration:underline;
}

.cart_page .checkout_button {
	float:right;
	border-radius:0px;
	font-size:25px;
	padding:10px 30px;
}


.delivery_address {
	padding-right:20px;
	padding-bottom:15px;
	padding-left:10px;
	border-right:1px solid #dedede;
}

.billing_address {
	padding-right:10px;
	padding-bottom:15px;
	padding-left:20px;
}

.page_title_h3 {
	margin-top:0;
}

#billing_form {
	display:none;
}

@media all and (max-width:767px) {
	.delivery_address,
	.billing_address {
		padding:10px;
		border:none;
	}
}


.order_wrapper {
	padding-bottom:15px;
	border-bottom:1px solid #dedede;
	margin-bottom:15px;
}


.login_register_page {
	margin-top:25px;
}

.login_register_page .page_title_h1 {
	margin-bottom:10px;
}

.login_register_page form {
	margin:0;
}

.notification {
	background:#86B155;
	color:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.notification p {
	padding:1em 20px;
}

div.login-wrapper {
	float:none;
	padding:18px;
	font-weight:300;
	position:relative;
	color:#333;
	text-align:left;
	margin:0 20px;
	background:#eee;
}

div.login-wrapper input {
	box-sizing:border-box;
	width:100%;
}


div.form-items {
      display:inline-block;
      background:;
      /* border: 1px solid #dedede; */
      /* box-shadow: 2px 2px 1px #dedede; */
      padding:20px;
      display:none;
      box-sizing:border-box;
      overflow-y:scroll;
      padding-bottom:20px;
}

div.form-items span {
	margin-left:10px;
}

div.form-items span.red-asterisk {
	margin-left:0;
}

div.form-items input,
div.form-items select,
div.form-items textarea {
	box-sizing:border-box;
}

div.form-items input[type=file] {
      padding:10px;
}

div.form-items label {
      font-weight:bold;
}

div.form-items .form-header {
	position:absolute;
	z-index: 99;
}

#form-box {
	position:fixed;
	top:40px;
	right:40px;
	bottom:40px;
	left:40px;
	margin:0;
	width:auto;
	overflow:visible;
	height:auto;
}

#form-box form {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
div.form-items {
	box-sizing:border-box;
	width:100%;
	max-height:100%;
	padding:0;
	padding-bottom:20px;
	overflow-y:scroll;
}
.form-header {
	box-sizing:border-box;
	height:60px;
	width:100%;
	background:#eeeeee;
}
.form-header h2 {
	margin:0;
	padding:15px 10px 10px 15px;
	float:left;
}
.form-header i {
	float:right;
	padding:12px 15px 15px 15px;
	font-size:32px;
	cursor:pointer;
	border-left:1px solid #dedede;
	transition:background 0.5s;
}
.form-header i:hover {
	background:#dedede;
}

.edit-box-section {
	margin-top:55px;padding:15px;	
}

#image-viewer {
	width:49%;
	margin-right:1%;
	float:left;
}
#image-viewer img {
	padding:15px;
}
#image-details {
	width:49%;
	margin-left:1%;
	float:right;
}
#image-detail-contain {
	padding:15px;
}
.rotate-button {
	margin-right: 5px;
    padding: 5px 10px;
    font-size: 20px;
    background: #dedede;
    color: #4e4e4e;
    border-radius: 3px;
}

.submit-button-section {
	text-align:center;
}

div.form-items.small-box {
	max-width:450px;
	position:absolute;
	left:50%;
	margin-left:-225px;
	padding-bottom:20px;
	background:white;
}

input[type=number].quote_cost, input[type=submit].quote_cost {
    min-width: 150px;
    width: 150px;
}

@media all and (max-width:767px) {
      div.form-items {
            width:100%;
            box-sizing:border-box;
      }
      
      #form-box {
			top:15px;
			right:15px;
			bottom:15px;
			left:15px;
		}
	div.form-items.small-box {
		max-width:350px;
		margin-left:-175px;
	}
}

#edit-window {
	position:fixed;
	height:100%;
	width:100%;
	display:none;
	top:0px;
	left:0px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index:1000;
}

#edit-window {
	background-color:rgba(0,0,0, 0.6);
}

.form-box {
	position:fixed;
	top:0px;
	margin-top: 2%;
	margin-bottom: 2%;
    left: 50%;
    height:90%;
    width:416px;
    margin-left: -208px;
    z-index:999999;
    display:none;
    overflow-y:scroll;
}


footer {
	width:100%;
	background:#454545;
	color:white;
	padding:20px 0;
}

.tidal_view_img {
	width:180px;
	margin-top:5px;
}

.socialFooter {
	margin-bottom:20px;
}

.socialFooter h4 {
	margin-bottom:0;
}

.socialFooter a {
	border-radius: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #111;
    margin: 10px 10px 0 0;
    position: relative;
}

.socialFooter a:hover {
	background:#9e9e9e;
}

.socialFooter i {
	color: white;
	font-size: 25px;
	margin: auto;
	display: inline-block;
	padding: 12px 9px;
}