/*

SMARTPHONE MAX 550PX
TABLET MIN 551PX MAX 959PX
DESKTOP MIN 960PX

*/

* {
	padding: 0;
	margin: 0;
	outline: none;
}

html {
	height: 100%;
}

body {
	background: #ededed;
	color: #3b3b3b;
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
}

h2 
{
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
}

h2.pnf
{
    font-size: 24px;
}

a {
	color: inherit;
	text-decoration: none;
}

a.button {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #3b3b3b;
	background: #3b3b3b;
	color: #ededed;
	padding: 5px 10px;
	text-align: center;
	/*text-transform: uppercase;*/
}

.x-buttons {
	width: 100%;
	padding: 15px 0px;
}

.clear
{
    clear: both;
}

.visible
{
    visibility: visible;
}

.hidden
{
    visibility: hidden;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.inline-block {
	display: inline-block;
}

.border-left {
	border-left: 2px solid #3B3B3B;
	margin-left: 10px;
}

.x-content {
	background: #ededed;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.x-social span {
	line-height: 54px;
	width: 35px;
	display: inline-block;
	text-align: center;
}

.x-social-icon {
	font-size: 24px;
	vertical-align: middle;
	line-height: 54px;
}

footer {
	clear: both;
	position: fixed;
	bottom: 50px;
	background: #ff0000;
	margin-left: auto;
	margin-right: auto;
	height: 34px;
}

.x-header {
	height: 100px;
	background: inherit;
	padding: 15px;
}

/*.x-header div {
 display: inline-block;
 }*/

.children {
	list-style: none;
	position: absolute;
	/*margin-left: 0;
	 top: 100%;
	 left: 0;*/
	z-index: 10;
	background: #ededed;
	display: none;
}

.menu-extras {
	display: inline-block;
	font-size: 13px;
	/*border: 1px solid;*/
	width: auto;
	margin: 10px 20px;
}

.x-middle {
	background: inherit;
	margin-top: 20px;
}

.x-footer {
	bottom: 0;
	height: 54px;
	width: 100%;
	background: inherit;
	padding: 25px 0px 15px 0px;
	/*position: absolute;*/
}

.x-footer .menu-extras {
	margin: 0;
	width: 85px;
	text-align: right;
	display: block;
}

.x-footer li {
	float: left
}

.x-footer div {
	height: 100%;
	vertical-align: top;
}

.x-form {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.x-form .x-form-item-right {
	text-align: right;
}

.x-form > div {
	/*float: left;
	 display: block;*/
	display: inline-block;
	/*height: 50px;*/
}

.x-form > div > label {
	/*float:left;*/
	display: inline-block;
	width: 100%;
	margin: 5px;
}

.x-form > div > input, .x-form div > select {
	/*float: left;*/
	display: inline-block;
	height: 30px;
	padding-left: 7px;
	margin: 0px !important;
}

.x-form div > select {
	width: 97%;
}

.x-form > div > input {
	width: 95% !important;
	padding-left: 7px;
	border: 1px solid #3B3B3B;
	background-color: transparent;
	font-family: inherit;
	font-size: inherit
}

.x-form > div > textarea {
	/*width: 95% !important;*/
	padding-left: 7px;
	border: 1px solid #3B3B3B;
	background-color: transparent;
	font-family: inherit;
	font-size: inherit
}

.x-form .is-alone {
	clear: both;
	width: 100% !important;
}

.x-form .styled-select {
	height: 30px;
	width: 97%;
}

.x-form span.required-field
{
    font-size: 13px;
    vertical-align: super;
}

.x-form .note
{
    font-size: 14px;
}

div.styled-select select {
	display: inline-block;
	background: transparent;
	width: 100%;
	height: 100%;
	padding-left: 4.5px;
	padding-bottom: 1px;
	padding-top: 1px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	color: #3b3b3b;
	font-family: inherit;
	font-size: inherit;
}

div.styled-select {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 20px;
	overflow: hidden;
	border: 1px solid #3b3b3b;
	-webkit-appearance: none;
}

div.styled-select:after {
	content: "\25be";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 30px;
	padding: 0 7px;
	pointer-events: none;
	font-size: 35px;
}

.required {
	color: #ff0000 !important;
}

div.dialog {
	display: none;
	z-index: 15px;
}

.x-coupon-code 
{
    text-transform: uppercase;
}

.x-previuos-post {
        float: left;
        margin-left: 10px;
	}
	
		.x-newer-post 
		{
        float: right;
        margin-right: 10px;
	}

/* SMARTPHONE */
@media only screen and (max-width: 480px) {
	img.x-display {
		width: 90%;
	}

	.menu-option {
		display: none;
	}

	.menu-toggle {
		text-align: right;
		display: inline-block;
		width: 90%;
	}

	.x-menu-smartphone {
		display: none;
		position: relative;
		left: 10px;
		background: inherit;
		padding: 5px 0px 10px 10px;
		z-index: 100;
	}

	.x-menu-smartphone .menu-option {
		display: block;
	}

	.x-form > div {
		width: 100%;
	}

	.x-form > div > textarea {
		width: 95% !important;
	}

	a.button {
		width: 80%;
		margin-left: auto;
		margin-right: auto;		
	}
	
	.x-blog-menu-item {
		width: 100%;
		display: inline-block;
		position: relative;
	}
	.x-blog-menu-content {
		margin: 0px 5px 5px 5px;
		position: relative;
	}

	.x-blog-menu-content img {
		width: 100%;
	}

	.x-blog-menu-title {
		position: absolute;
		color: #EDEDED;
		text-align: center;
		width: 100%;
		bottom: 5px;
		height: 35px;
		font-size: 25px;
		vertical-align: middle;
		text-transform: uppercase;
		background-color: rgba(59, 59, 59, 0.8);
	}
	
		.x-category-menu-item {
		width: 100%;
		display: inline-block;
		position: relative;
		clear: both;
		margin-bottom: 35px;
	}
	
	.x-blog-menu-title .left {
        float: left;
        margin-left: 10px;
	}
	
		.x-blog-menu-title .right 
		{
		    display: none;
        float: right;
        margin-right: 10px;
	}
	
			.x-share-on
	{
	    text-align:right;
	    margin-right:15px;
	    text-transform: uppercase;
	}
	
	.x-share-on span
	{
	    display: inline-block;
	    width: 30px;
	    text-align: center;
	}
	
		.x-album-title
	{
	    display:block;
	    font-size:45px;
	    margin-left: 10px;
	}
	
	.x-album-title-sep
	{
	     display:block;
	    border-bottom: 2px solid #3b3b3b;
	}
	
		.x-album-subtitle .left {
        float: left;
        margin-left: 10px;
	}
	
	.x-album-subtitle .right {
        float: right;
        margin-right: 10px;
	}
	
		.x-album-description
	{
	    margin-top:20px;
	    margin-left:10px;
	    margin-right:10px;
	}
	
	.images
	{
	    margin-top: 20px;
	}
	
	.images img
	{
	    display: block;
	    width: 100%;
	    margin: 2px 0px;
	}
	
		.x-form-login
	{
	    width: 80%;
	}
	
		.x-client-title-wrapper
	{
	    display: block;
	    margin: 0px 10px;
	}
	
	.x-client-title-wrapper div.left
	{
	    display: inline-block;
	    width: 85%;	    
	}
	
	.x-client-title-wrapper div.right
	{
	    display: inline-block;
	    width: 15%;
	    text-align: right;
	}
		
	.x-client-title
	{
	    display:block;
	    font-size:45px;	    
	}
	
		.x-store-images
	{
	    text-align: center;
	}
	
	.x-store-images img
	{
	    display: inline-block;
	    width: 100%;
	    margin: 7px 0;
	    cursor: pointer;
	}
	
		.x-store-images i.fa-picture-o
	{
	    cursor: pointer;
	}
	
	.x-store-images i.digital-selected, .x-store-images i.print-selected
	{
	    color: #3b3b3b;
	    margin: 5px;
	    font-size: 25px;
	}
	
	.x-store-images i.digital-notselected, .x-store-images i.print-notselected
	{
	    color: #bbbbbb;
	    margin: 5px;
	    font-size: 25px;
	}
	
	.x-store-dialog-image
	{
	    width: 90%;
	    display: inline-block;
	}
	
	.x-store-dialog-product
	{
	    width: 100%;
	    display: inline-block;
	    overflow-y: scroll;
	    margin-top: 20px;
	}
	
	.dialog .x-store-product
	{
	    background: #3b3b3b;
	    color: #ededed;
	    padding: 5px;
	    cursor: pointer;
	    border: 2px solid #ededed;
	}
	
	.dialog .x-product-name
	{
	    display: inline-block;
	}
	
	.dialog .x-product-price
	{
	    display: inline-block;
	    float: right;
	}
	
	.dialog .x-store-quantity
	{
	    padding: 20px;
	    display: none;
	}
	
	.dialog .x-store-quantity i
	{
	    margin: 0 10px;
	}
	
	.dialog .x-store-quantity input
	{
	    width: 50px;
	}
	
	.x-cart-item
	{
	    clear: both;
	}
	
	.x-cart-item > div
	{
	    float: left;
	    width: 100%;
	}
	
	/*.x-cart-item div
	{
	    display: inline-block;	      
	    clear: both;
	}*/
	
	.x-cart-item-remove
	{
	    margin: 0 30px !important;
	    cursor: pointer;
	    float: right;
	}
	
	.x-cart-item-image
	{
	   width: 100%;
	}
	
	.x-cart-item-image img
	{
	    width: 100%;
	}
	
	.x-cart-item-info
	{
	    width: 85% !important;
	    margin: 0 20px;
	}
	
	.x-cart-item-description, .x-cart-item-quantity, .x-cart-item-amount	   
	{
	    margin-bottom: 12px;
	    width: 100%;
	}
	
	.x-cart-item-quantity input
	{
	    width: 50px;
	    font-family: inherit;
	    font-size: inherit;
	    padding-left: 7px;
	    background: transparent;
	    border: 1px solid #3b3b3b;
	    height: 30px;
	}
	
	.x-cart-item-quantity i
	{
	    margin: 0 10px;
	    cursor: pointer;
	}
	
	.x-cart-item-amount
	{	    
	    text-align: right;
	    margin-right: 10px;		 
	}
	
	.x-cart-coupon-code
	{
	    text-align: right;      
	}
	
		.x-cart-coupon-code input
	{
	    width: 90px;
	    font-family: inherit;
	    font-size: inherit;
	    padding-left: 7px;
	    background: transparent;
	    border: 1px solid #3b3b3b;
	    height: 30px;
	    margin: 0 15px;
	}
	
	.x-cart-totals
	{
	    text-align: right;
	    margin: 30px 30px;	  
	}
	
	.x-cart-totals .left
	{
	    text-align: left;
	    width: 100px;
	    display: inline-block;
	}
	
	.x-cart-totals .right
	{
	    text-align: right;
	    width: 150px;
	    display: inline-block;
	}
	
	.x-cart-buttons
	{
	    text-align: right;
	    margin: 0px 30px;	 
	}
	
		/*.x-cart-buttons a*/
		a.button
	{	    
	    margin: 2px 7px;	 
	}	
	
	.x-cart-btn-apply
	{
	    display:inline-block;
	    text-align:center;
	    width: 100%;
	}
	
	.x-cart-btn-apply a.button
	{
	    width: 65%;
	}
	
		.x-album-suggest-cont
	{
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	
	.x-album-suggest-item
	{
	    width: 40%;
	    display: inline-block;
	    margin: 5px
	}
	
	.x-album-suggest-img
	{
	    width: 100%;
	    overflow: hidden;
	}
	
	.x-album-suggest-img img
	{
	    width: 100%;
	}
	
	.x-album-suggest-text
	{
	    width: 100%;
	}
	
	.x-suggest-pnf-cont
	{
	    width: 100%;	    	   	       	    
	}
	
	.x-suggest-pnf-item
	{
	    display: inline-block;
	    width: 100%;
	    overflow: hidden;
	    margin: 5px 0px;
	}
	
	.x-suggest-pnf-img
	{
	    width: 100%;
	    overflow: hidden;
	}
	
	.x-suggest-pnf-img img
	{
	    width: 100%;
	}
	
	.x-suggest-pnf-text
	{
	    width: 100%;
	    overflow: hidden;
	}
	
		.x-checkbox
	{
	    width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 10px;
	}
	
	.x-checkbox .x-chk
	{
	    width: 30px !important;
	    height: 30px !important;
	    border: 1px solid #3b3b3b;
	    display: inline-block;
	    font-size: 36px;
	}
	
	.x-checkbox label
	{
	    bottom: 2px;
        position: relative;
        margin-left: 10px;
	}
}

/* TABLET */
@media only screen and (min-width: 481px) and (max-width: 959px) {
	img.x-display {
		width: 90%;
	}

	.menu-option {
		display: inline-block;
		margin: 0px 10px;;
		line-height: 32px;
		text-align: center;
		text-transform: uppercase;
	}

	.menu-toggle {
		display: none;
	}

	.x-menu-smartphone {
		display: none;
	}

	.x-form > div {
		width: 50%;
	}

	.x-form > div > textarea {
		width: 98% !important;
	}

	a.button {
		width: 100px;
	}
	
	.x-blog-menu-item {
		width: 50%;
		display: inline-block;
		position: relative;
	}
	.x-blog-menu-content {
		margin: 0px 5px 5px 5px;
		position: relative;
	}

	.x-blog-menu-content img {
		width: 100%;
	}

	.x-blog-menu-title {
		position: absolute;
		color: #EDEDED;
		text-align: center;
		width: 100%;
		bottom: 5px;
		height: 35px;
		font-size: 25px;
		vertical-align: middle;
		text-transform: uppercase;
		background-color: rgba(59, 59, 59, 0.8);
	}
	
		.x-category-menu-item {
		width: 100%;
		display: inline-block;
		position: relative;
		clear: both;
		margin-bottom: 35px;
	}
	
	.x-blog-menu-title .left {
        float: left;
        margin-left: 10px;
	}
	
		.x-blog-menu-title .right {
        float: right;
        margin-right: 10px;
	}
	
		.x-share-on
	{
	    text-align:right;
	    margin-right:15px;
	    text-transform: uppercase;
	}
	
	.x-share-on span
	{
	    display: inline-block;
	    width: 30px;
	    text-align: center;
	}
	
		.x-album-title
	{
	    display:block;
	    font-size:45px;
	    margin-left: 10px;
	}
	
	.x-album-title-sep
	{
	     display:block;
	    border-bottom: 2px solid #3b3b3b;
	}
	
		.x-album-subtitle .left {
        float: left;
        margin-left: 10px;
	}
	
	.x-album-subtitle .right {
        float: right;
        margin-right: 10px;
	}
	
		.x-album-description
	{
	    margin-top:20px;
	    margin-left:10px;
	    margin-right:10px;
	}
	
	.images
	{
	    margin-top: 20px;
	}
	
	.images img
	{
	    display: block;
	    width: 100%;
	    margin: 2px auto;
	}
	
		.x-form-login
	{
	    width: 450px;
	}
	
		.x-client-title-wrapper
	{
	    display: block;
	    margin: 0px 10px;
	}
	
	.x-client-title-wrapper div.left
	{
	    display: inline-block;
	    width: 85%;	    
	}
	
	.x-client-title-wrapper div.right
	{
	    display: inline-block;
	    width: 15%;
	    text-align: right;
	}
		
	.x-client-title
	{
	    display:block;
	    font-size:45px;	    
	}
	
	.x-store-images
	{
	    text-align: center;
	}
	
	.x-store-images div
	{
	    display: inline-block;
	    width: 45%;
	    margin: 11px 11px;
	    /*cursor: pointer;*/
	}
	
	.x-store-images img
	{
	    display: inline-block;
	    width: 100%;
	    /*margin: 11px 11px;*/
	    cursor: pointer;
	}
	
		.x-store-images i.fa-picture-o
	{
	    cursor: pointer;
	}
	
	.x-store-images i.digital-selected, .x-store-images i.print-selected
	{
	    color: #3b3b3b;
	    margin: 5px;
	    font-size: 25px;
	}
	
	.x-store-images i.digital-notselected, .x-store-images i.print-notselected
	{
	    color: #bbbbbb;
	    margin: 5px;
	    font-size: 25px;
	}
	
	.x-store-dialog-image
	{
	    width: 90%;
	    display: inline-block;
	}
	
	.x-store-dialog-product
	{
	    width: 100%;
	    display: inline-block;
	    overflow-y: scroll;
	    margin-top: 20px;
	}
	
	.dialog .x-store-product
	{
	    background: #3b3b3b;
	    color: #ededed;
	    padding: 5px;
	    cursor: pointer;
	    border: 2px solid #ededed;
	}
	
	.dialog .x-product-name
	{
	    display: inline-block;
	}
	
	.dialog .x-product-price
	{
	    display: inline-block;
	    float: right;
	}
	
	.dialog .x-store-quantity
	{
	    padding: 20px;
	    display: none;
	}
	
	.dialog .x-store-quantity i
	{
	    margin: 0 10px;
	}
	
	.dialog .x-store-quantity input
	{
	    width: 50px;
	}
	
	.x-cart-item
	{
	    clear: both;
	}
	
	.x-cart-item > div
	{
	    float: left;
	    width: 50%;
	    margin: 7px 0;	
	}
	
	/*.x-cart-item div
	{
	    /*display: inline-block;
	        
	}*/
	
	.x-cart-item-remove
	{
	    display: inline-block;
	    margin: 0 30px !important;
	    cursor: pointer;
	    width: 10px;
	}
	
	.x-cart-item-image
	{
	   width: 200px;
	   display: inline-block;
	}
	
	.x-cart-item-image img
	{
	    width: 100%;
	}
	
	.x-cart-item-description
	{
	    margin-left: 30px !important;
	    width: 200px;
	    margin-bottom: 12px;
	}
	
	.x-cart-item-description, .x-cart-item-quantity, .x-cart-item-amount
	{
	    margin-bottom: 12px;
	}
	
	.x-cart-item-quantity input
	{
	    width: 50px;
	    font-family: inherit;
	    font-size: inherit;
	    padding-left: 7px;
	    background: transparent;
	    border: 1px solid #3b3b3b;
	    height: 30px;
	}
	
	.x-cart-item-quantity i
	{
	    margin: 0 10px;
	    cursor: pointer;
	}
	
	.x-cart-item-amount
	{
	    width: 100px;
	    text-align: right;
	}
	
	.x-cart-coupon-code
	{
	    text-align: right;
	    margin: 30px 30px;	   
	}
	
		.x-cart-coupon-code input
	{
	    width: 150px;
	    font-family: inherit;
	    font-size: inherit;
	    padding-left: 7px;
	    background: transparent;
	    border: 1px solid #3b3b3b;
	    height: 30px;
	    margin: 0 15px;
	}
	
	.x-cart-totals
	{
	    text-align: right;
	    margin: 30px 30px;	  
	}
	
	.x-cart-totals .left
	{
	    text-align: left;
	    width: 100px;
	    display: inline-block;
	}
	
	.x-cart-totals .right
	{
	    text-align: right;
	    width: 150px;
	    display: inline-block;
	}
	
	.x-cart-buttons
	{
	    text-align: right;
	    margin: 0px 30px;	 
	}
	
	.x-cart-btn-apply
	{
	    display: inline-block;
	}
	
		.x-cart-buttons a
	{	    
	    margin: 0 7px;	 
	}
	
	div.x-cart-buttons a.dummy-continue
	{
	    width: 150px;
	}
	
		.x-album-suggest-cont
	{
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	
	.x-album-suggest-item
	{
	    width: 20%;
	    display: inline-block;
	    margin: 5px
	}
	
	.x-album-suggest-img
	{
	    width: 100%;
	    overflow: hidden;
	}
	
	.x-album-suggest-img img
	{
	    width: 100%;
	}
	
	.x-album-suggest-text
	{
	    width: 100%;
	}
	
	.x-suggest-pnf-cont
	{
	    width: 100%;	    	   	       	    
	}
	
	.x-suggest-pnf-item
	{
	    display: inline-block;
	    width: 46%;
	    overflow: hidden;
	    margin: 5px;
	}
	
	.x-suggest-pnf-img
	{
	    width: 100%;
	    overflow: hidden;
	}
	
	.x-suggest-pnf-img img
	{
	    width: 100%;
	}
	
	.x-suggest-pnf-text
	{
	    width: 100%;
	    overflow: hidden;
	}
	
		.x-checkbox
	{
	    width: 450px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 10px;
	}
	
	.x-checkbox .x-chk
	{
	    width: 30px !important;
	    height: 30px !important;
	    border: 1px solid #3b3b3b;
	    display: inline-block;
	    font-size: 36px;
	}
	
	.x-checkbox label
	{
	    bottom: 2px;
        position: relative;
        margin-left: 10px;
	}
}

/* DESKTOP */
@media only screen and (min-width: 960px) {
	.x-content, .x-footer {
		width: 960px;
	}
	
	img.x-display {
		width: 900px;
	}

	.menu-option {
		display: inline-block;
		margin: 0px 10px;
		text-align: center;
		text-transform: uppercase;
	}

	.menu-toggle {
		display: none;
	}

	.x-menu-smartphone {
		display: none;
	}

	.x-form > div {
		width: 50%;
	}

	.x-form > div > textarea {
		width: 98% !important;
	}

	a.button {
		width: 100px;
	}

	.x-blog-menu-item {
		width: 50%;
		display: inline-block;
		position: relative;
	}
	
	.x-blog-menu-content {
		margin: 0px 5px 5px 5px;
		position: relative;
	}

	.x-blog-menu-content img {
		width: 100%;
	}

	.x-blog-menu-title {
		position: absolute;
		color: #EDEDED;
		text-align: center;
		width: 100%;
		bottom: 5px;
		height: 35px;
		font-size: 25px;
		vertical-align: middle;
		text-transform: uppercase;
		background-color: rgba(59, 59, 59, 0.8);
	}
	
	.x-category-menu-item {
		width: 100%;
		display: inline-block;
		position: relative;
		clear: both;		
		margin-bottom: 35px;
	}
	
	.x-blog-menu-title .left {
        float: left;
        margin-left: 10px;
	}
	
	.x-blog-menu-title .right {
        float: right;
        margin-right: 10px;
	}
	
	.x-share-on
	{
	    text-align:right;
	    margin-right:15px;
	    text-transform: uppercase;
	}
	
	.x-share-on span
	{
	    display: inline-block;
	    width: 30px;
	    text-align: center;
	}
	
	.x-album-title
	{
	    display:block;
	    font-size:45px;
	    margin-left: 10px;
	}
	
	.x-album-title-sep
	{
	     display:block;
	    border-bottom: 2px solid #3b3b3b;
	}
	
		.x-album-subtitle .left {
        float: left;
        margin-left: 10px;
	}
	
	.x-album-subtitle .right {
        float: right;
        margin-right: 10px;
	}
	
	.x-album-description
	{
	    margin-top:20px;
	    margin-left:10px;
	    margin-right:10px;
	}
	
	.images
	{
	    margin-top: 20px;
	}
	
	.images img
	{
	    display: block;
	    width: 900px;
	    margin: 2px auto;
	}
	
	.x-form-login
	{
	    width: 450px;
	}
	
	.x-client-title-wrapper
	{
	    display: block;
	    margin: 0px 10px;
	}
	
	.x-client-title-wrapper div.left
	{
	    display: inline-block;
	    width: 85%;	    
	}
	
	.x-client-title-wrapper div.right
	{
	    display: inline-block;
	    width: 15%;
	    text-align: right;
	}
		
	.x-client-title
	{
	    display:block;
	    font-size:45px;	    
	}
	
	.x-store-images div
	{
	    display: inline-block;
	    width: 31%;
	    margin: 11px;	    
	}
	
	.x-store-images img
	{
	    /*display: inline-block;*/
	    width: 100%;
	    /*margin: 11px 11px;*/
	    cursor: pointer;
	}
	
	.x-store-images i.fa-picture-o
	{
	    cursor: pointer;
	}
	
	.x-store-images i.digital-selected, .x-store-images i.print-selected
	{
	    color: #3b3b3b;
	    margin: 5px;
	    font-size: 25px;
	}
	
	.x-store-images i.digital-notselected, .x-store-images i.print-notselected
	{
	    color: #bbbbbb;
	    margin: 5px;
	    font-size: 25px;
	}
	
	.x-store-dialog-image
	{
	    width: 600px;
	    display: inline-block;
	}
	
	.x-store-dialog-product
	{
	    /*width: 300px;*/
	    display: inline-block;
	    overflow-y: scroll;
	    margin-left: 20px;
	}
	
	.dialog .x-store-product
	{
	    background: #3b3b3b;
	    color: #ededed;
	    padding: 5px;
	    cursor: pointer;
	    border: 2px solid #ededed;
	}
	
	.dialog .x-product-name
	{
	    display: inline-block;
	}
	
	.dialog .x-product-price
	{
	    display: inline-block;
	    float: right;
	}
	
	.dialog .x-store-quantity
	{
	    padding: 20px;
	    display: none;
	}
	
	.dialog .x-store-quantity i
	{
	    margin: 0 10px;
	}
	
	.dialog .x-store-quantity input
	{
	    width: 50px;
	}
	
	.x-cart-item
	{
	    clear: both;
	}
	
	.x-cart-item > div
	{
	    float: left;
	}
	
	.x-cart-item div
	{
	    display: inline-block;
	    margin: 7px 7px;	    
	}
	
	.x-cart-item-remove
	{
	    margin: 0 30px !important;
	    cursor: pointer;
	}
	
	.x-cart-item-image
	{
	   width: 150px;
	}
	
	.x-cart-item-image img
	{
	    width: 100%;
	}
	
	.x-cart-item-description
	{
	    margin-left: 30px !important;
	    width: 200px;
	}
	
	.x-cart-item-quantity input
	{
	    width: 50px;
	    font-family: inherit;
	    font-size: inherit;
	    padding-left: 7px;
	    background: transparent;
	    border: 1px solid #3b3b3b;
	    height: 30px;
	}
	
	.x-cart-item-quantity i
	{
	    margin: 0 10px;
	    cursor: pointer;
	}
	
	.x-cart-item-amount
	{
	    width: 100px;
	    text-align: right;
	}
	
	.x-cart-coupon-code
	{
	    text-align: right;
	    margin: 30px 30px;	   
	}
	
		.x-cart-coupon-code input
	{
	    width: 150px;
	    font-family: inherit;
	    font-size: inherit;
	    padding-left: 7px;
	    background: transparent;
	    border: 1px solid #3b3b3b;
	    height: 30px;
	    margin: 0 15px;
	}
	
	.x-cart-totals
	{
	    text-align: right;
	    margin: 30px 30px;	  
	}
	
	.x-cart-totals .left
	{
	    text-align: left;
	    width: 100px;
	    display: inline-block;
	}
	
	.x-cart-totals .right
	{
	    text-align: right;
	    width: 150px;
	    display: inline-block;
	}
	
	.x-cart-buttons
	{
	    text-align: right;
	    margin: 0px 30px;	 
	}
	
	.x-cart-btn-apply
	{
	    display: inline-block;
	}
	
		.x-cart-buttons a
	{	    
	    margin: 0 7px;	 
	}
	
	div.x-cart-buttons a.dummy-continue
	{
	    width: 150px;
	}
	
	.x-album-suggest-cont
	{
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	
	.x-album-suggest-item
	{
	    width: 20%;
	    display: inline-block;
	    margin: 5px
	}
	
	.x-album-suggest-img
	{
	    width: 100%;
	    overflow: hidden;
	}
	
	.x-album-suggest-img img
	{
	    width: 100%;
	}
	
	.x-album-suggest-text
	{
	    width: 100%;
	}
			
	.x-suggest-pnf-cont
	{
	    width: 100%;	    	   	       	    
	}
	
	.x-suggest-pnf-item
	{
	    display: inline-block;
	    width: 48%;
	    overflow: hidden;
	    margin: 5px;
	}
	
	.x-suggest-pnf-img
	{
	    width: 100%;
	    overflow: hidden;
	}
	
	.x-suggest-pnf-img img
	{
	    width: 100%;
	}
	
	.x-suggest-pnf-text
	{
	    width: 100%;
	    overflow: hidden;
	}
	
	.x-checkbox
	{
	    width: 450px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 10px;
	}
	
	.x-checkbox .x-chk
	{
	    width: 30px !important;
	    height: 30px !important;
	    border: 1px solid #3b3b3b;
	    display: inline-block;
	    font-size: 36px;
	}
	
	.x-checkbox label
	{
	    bottom: 2px;
        position: relative;
        margin-left: 10px;
	}
}
