@charset "utf-8";
/******************************************************************************
 * /style/website-style.css
 *
 *
 * Site CSS definitions
 *****************************************************************************/
/****************
reset the css styels
****************/
@import url(reset.css);

/****************
import the component styles
****************/
@import url(components.css);

/****************
import the template styles
****************/
@import url(templates.css);
/****************
import the mini cart styles
****************/
@import url(mini-cart-style.css);
/*************************
General Styles
**************************/
html {
	height: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight:275;
  color: #000000;
	height:100%;
}
a,
a:link,
a:visited,
a:active {
	color: #000000;
	font-weight: 275;
	text-decoration: underline;
}
a:hover {
	/* color: #e9282b; */
}
ul {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 275;
	line-height: 21px;
	margin-left: 15px;
}
ul li::marker {
  font-size: 12px;
}
p,h6 {
	/* padding-bottom: 8px; */
	overflow: visible;
	font-size: 14px;
	line-height: 21px;
}
h6{
	font-weight: 700;
	padding-bottom: 8px;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #c0c0c0;
	color: #c0c0c0;
	width: 100%;
	margin: 3px 0px 10px 0px;
}
img {
	border: 0;
	max-width: none;
}

h1, h2, h3, h4{
	font-family: 'Poppins', sans-serif;
  line-height:normal;
	display:block;
  margin-bottom: 5px;
}

h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #000000;
}
h2 {
	font-style: normal;
	font-weight: 275;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
}
h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 14px;
	font-weight:700;
	list-style-position: 21px;
}
fieldset {
  padding: 5px 15px;
  margin-bottom: 20px;
  border: 1px solid #c0cdd4;
}
legend {
  padding: 0 3px 5px;
}
.clear {
  clear: both;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
	cursor: pointer;
	vertical-align: middle;
	width: 20px;
  height: 20px;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
	background: transparent url("/images/checkbox-icon.svg") no-repeat center;
}

input[type="checkbox"]:checked {
  background: transparent url("/images/checkbox-checked-icon.svg") no-repeat center;
}

input[type=checkbox].disabled {
	opacity: 0.3;
	cursor: default;
}

input[type=checkbox].disabled + label {
  color: #aeaeae;
  text-decoration: line-through;
}

input[type="radio"].small-radio {
	cursor: pointer;
	vertical-align: middle;
	width: 22px;
  min-height: 22px;
	border: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
	background: transparent url("/images/radio-icon.svg") no-repeat center;
}

input[type="radio"].small-radio:checked {
  background: transparent url("/images/checked-radio-icon.svg") no-repeat center;
}

body select {
	cursor: pointer;
	-moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
	background:url('/images/black-down-arrow-icon.svg') no-repeat 90% center;
}

html.modal-mask-open {
  overflow: hidden;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, 0.5);
  display: table;
  transition: opacity .3s ease;
}

.modal .modal-dialog {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  max-width: 1000px;
}

.modal .modal-content {
  position: relative;
  overflow: hidden;
  top: 10vh;
  padding: 10px 20px;
}

.modal .modal-body {
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 20vh;
  -webkit-overflow-scrolling: touch;
  padding: 20px 10px;
}

.modal .modal-header {
  padding: 10px;
	border-bottom: none;
}

.modal .modal-title {
  width: 100%;
	position: relative;
}

.modal .modal-title .modal-title-content {
	text-align: center;
	margin: 10px 0;
}

.modal .modal-title h1 {
  margin-bottom: 0 !important;
	text-align: center;
}

.modal .modal-title h4 {
  font-size: 1.3rem;
}

.modal .modal-footer {
  display: block;
}

.modal .close-icon {
	background: transparent url('/images/circle-close-icon.svg') no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.loading {
  display: none;
	z-index: 9999;
}

.spinner {
  position: relative;
  top: 40vh;
  margin: 100px auto;
  font-size: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #4D4D4D, 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.5), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.7), 1.8em -1.8em 0 0em #4D4D4D, 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.5), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.7), 2.5em 0em 0 0em #4D4D4D, 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.5), 2.5em 0em 0 0em rgba(77, 77, 77, 0.7), 1.75em 1.75em 0 0em #4D4D4D, 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.5), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.7), 0em 2.5em 0 0em #4D4D4D, -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.5), 0em 2.5em 0 0em rgba(77, 77, 77, 0.7), -1.8em 1.8em 0 0em #4D4D4D, -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.5), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.7), -2.6em 0em 0 0em #4D4D4D, -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.5), -2.6em 0em 0 0em rgba(77, 77, 77, 0.7), -1.8em -1.8em 0 0em #4D4D4D;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #4D4D4D, 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.5), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.7), 1.8em -1.8em 0 0em #4D4D4D, 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.5), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.7), 2.5em 0em 0 0em #4D4D4D, 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.5), 2.5em 0em 0 0em rgba(77, 77, 77, 0.7), 1.75em 1.75em 0 0em #4D4D4D, 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.5), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.7), 0em 2.5em 0 0em #4D4D4D, -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.2), -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.5), 0em 2.5em 0 0em rgba(77, 77, 77, 0.7), -1.8em 1.8em 0 0em #4D4D4D, -2.6em 0em 0 0em rgba(77, 77, 77, 0.2), -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.5), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.7), -2.6em 0em 0 0em #4D4D4D, -1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(77, 77, 77, 0.2), 1.8em -1.8em 0 0em rgba(77, 77, 77, 0.2), 2.5em 0em 0 0em rgba(77, 77, 77, 0.2), 1.75em 1.75em 0 0em rgba(77, 77, 77, 0.2), 0em 2.5em 0 0em rgba(77, 77, 77, 0.2), -1.8em 1.8em 0 0em rgba(77, 77, 77, 0.5), -2.6em 0em 0 0em rgba(77, 77, 77, 0.7), -1.8em -1.8em 0 0em #4D4D4D;
  }
}

.div-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.float-right {
	float: right !important;
}

body .hidden-element {
  display: none;
}

body .invisible-element {
  visibility: hidden;
}

.center-element {
	display: inline-flex;
	justify-content: center;
  align-items: center;
}

.text-center {
	text-align: center;
}

.image-button {
	cursor: pointer;
}

.d-inline-block {
	display: inline-block;
}

/*************************
General Layout
**************************/
#container, header, nav, #body, footer, #navigation {
	width: 100%;
	margin:0 auto;
}

#container, body > .container:first-of-type {
	margin-top: 135px;
}

nav{
	/*background-color:#ccc;*/
}

.sticking {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 14px solid #c8c9cb;
    padding-bottom: 5px;
    z-index: 999;
}

.wrapper {
    width: 963px;
    margin: 0 auto;
	position:relative;
}

#content{
	padding: 0;
}
#container{
	min-height:100%;
	position:relative;
}
#content_holder{
	padding:10px;
	padding-bottom:120px; /* must be height of the footer element */
}
#content{
	min-height: 160px;
    padding: 35px 0 220px;
    width: 100%;
}

a.red_but{
	color:#e9282b;
   background-color:#fff;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 4px;
	font-size:14px;
	margin:0 7px;
	border-radius:4px;
}

a.red_but:hover{
   background-color: #e9282b;
    color: #fff;
}

a.red_but:active{
	color:#f8babb;
}

a#back{
	background-image:url(images/back.png);
	background-position:2px -20px;
	background-repeat:no-repeat;
	padding-left:28px;
}

a#back:hover{
	background-position:2px 4px;
}

a#next{
	background-image:url(images/next.png);
	background-position:right 2px top -20px;
	background-repeat:no-repeat;
	padding-right:28px;
}

a#next:hover{
	background-position:right 2px top 4px;
}

a#save{
	background-image:url(images/save.png);
	background-position:right 2px top -20px;
	background-repeat:no-repeat;
	padding-right:28px;
}

a#save:hover{
	background-position:right 2px top 4px;
}

/*************************
Header Component
**************************/
img.page_banner{
	width:100%;
	height:auto;
}
/* */
div#fs_banner{
	background-color:#e9282b;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	height:30px;
	width:100%;
	text-align:center;
	line-height:30px;
}


/*************************
Navigation
**************************/
#menu {
    text-align: right;
    margin-left: 350px;
    margin-top: 25px;
}
#menu ul, #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li {
	font-size: 18px;
	border: 1px solid #ffffff;
}
#menu li a:hover {
	color: #e9282b;
}
#menu li.has-children > a:hover{
	color:inherit;
}
#menu li.has-children a{
	cursor:pointer;
}
#menu li:hover {
	border: 1px solid #c8c9cb;
}
#menu li.active {
	border: 1px solid #c8c9cb;
}
#menu li.active > a{
	color: #e9282b;
}
#menu > ul {
    width: 100%;
    height: 100%;
}
#menu > ul > li {
    display: inline-block;
    position: relative;

}
#menu > ul > li > a {
    display: inline-block;
    padding: 8px 10px;
    color: #262526;
	text-decoration: none;
	font-weight:normal;
	font-size: 15px;
}
#menu > ul > li > ul {
    text-align: left;
    display: none;
    background-color: #262526;
    position: absolute;
    top: 100%;
    left: 0;
	z-index:10;
}
#menu > ul ul li{
	border: 1px solid #c8c9cb;
	border-top:0;
}
#menu > ul ul li:first-child{
	border-top: 1px solid #c8c9cb;

}

#menu > ul ul li:hover{
	border: 1px solid #c8c9cb;
	border-top:0;
}
#menu > ul ul li:hover:first-child{
	border-top: 1px solid #c8c9cb;
}

#menu ul ul > li > a {
    text-indent: 0px;
	font-size: 15px;
	color: #262526;
	background-color: #ffffff;
	text-decoration: none;
	width: 164px;					/* IMPORTANT: Resize drop down menu width */
	/*height: 12px;*/
	border-bottom: 1px solid #ffffff;
	padding: 10px 10px 10px 15px;
	display: block;
	font-weight: normal;
}
#menu ul ul > li > a:hover{
	color: #e9282b;

}

/*************************
Responsive Menu
**************************/

#responsive_menu {
    display: inline-block;
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    top: 35px;
}

a#navigation_but {
    display: inline-block;
    float: right;
}

a#navigation_but img{
}

div#responsive_menu_list{
	position:relative;
	z-index:99000;
	background-color:#ffffff;
    top: 45px;
}

#responsive_menu_list ul, #responsive_menu li{
	list-style: none;
    padding: 0;
    margin: 0;
}

#responsive_menu_list li {
	font-size: 13px;
	line-height:39px;

}

#responsive_menu_list > ul > li{
	border-bottom:1px solid #c8c9cb;
}

#responsive_menu_list li span.show_children{
	display:inline-block;
	cursor:pointer;
	background:url(images/responsive_submenu_arrow.png) 50% 50% no-repeat;
	width:25px;
	height:29px;
	float:right;
}

#responsive_menu_list  ul  li  a {
    color: #262526;
	text-decoration: none;
	padding-left: 13px;
	display: block;
    font-weight: 400;
    font-size: 17px;
}

#responsive_menu_list  ul  li:hover,
#responsive_menu_list  ul  li.active{
	background-color:#ffffff;
}

#responsive_menu_list  ul  li.has_children.active > a{
	background-color:#ffffff;
    background-image: url(/images/Responsive_NavigationDownArrow.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
	color: #e9282b;
}

#responsive_menu_list  ul  li > a:hover{
	color:#e9282b;
}

#responsive_menu_list > ul {
    width: 100%;
    height: 100%;
}

#responsive_menu_list > ul > li.has_children {
	background-color:#ffffff;
}

#responsive_menu_list ul li ul{

}

#responsive_menu_list ul li ul li{
	border-top:1px solid #ffffff;
	padding-left:13px;
}

#cart-icon {
	cursor: pointer;
}

#cart_summary {
  position: absolute;
}

#cart_summary ul{
	list-style: none;
}
#cart_summary li{
	display: inline-block;
	font-size: 14px;
    color: #a8a9ab;
    padding: 5px;
    vertical-align: top;
}
#cart_summary li a{
    font-weight: 400;
	color: #a8a9ab;
    text-decoration: none;
}
#cart_summary li.cart_summary{
    background-image: url(/images/Print2Metal_Cart_Icon.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 30px;
	border-right: 1px solid #e4e4e4;
    padding-right: 8px;
}
#cart_summary li.cart_summary,
#cart_summary li.view_cart,
#cart_summary li.continue_order{
    margin-top: 5px;
}

#slider_wrapper{
	overflow: hidden;
	position: relative;
}

/*************************
Body Component
**************************/
#content .left_side{
	display: inline-block;
    width: 500px;
}
#content .right_side{
	display: inline-block;
}

/*************************
Footer component
**************************/
footer {
	/* background:#8f9091; */
	/* height:200px;
	position:absolute;
	bottom:0;
	left:0; */
}
footer .wrapper {

}
footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
	text-decoration: none;
	/* line-height: 15px;*/
	color: #ffffff;
	/* margin-top: 10px; */
	/* padding: 0 10px; */
	/* display: inline-block; */
	font-weight: 275;
	/* font-size: 1.1rem; */
	/* line-height: 1.5; */
}
footer a:hover {
	text-decoration: underline;
}
footer ul{
    display: inline-block;
    list-style: none;
	vertical-align: top;
    margin-right: 30px;
}

footer ul.blog{
	margin-right:0;
}

footer ul li:first-child a{
	font-weight: 700;
	margin-top: 15px;
	cursor: pointer;
}
#footer_copyright{
    position: absolute;
    top: 10px;
    right: 0;
    color: #ffffff;
}
footer ul > li > a:hover{
	color: #e9282b;

}
footer ul.has-children li:first-child a:hover{
	color: #fff;
}

footer ul.contact li.icon{
	display:inline-block;
}

.footer-logo {
	display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
	width: 100%;
	height: auto;
	max-width: 190px;
}

/*************************
Contact Page
**************************/
div#contact_content{
	float:left;
	width:45%;
	padding-top:65px;
}

div#contact_map{
	float:right;
	width:50%
}

div#contact_map .feedbackbox, #awards-feedbackbox{
	background: none repeat scroll 0 0 #ccebd6;
	color: #000000;
	border: none;
}

#awards-feedbackbox{
	width: fit-content;
}
/****************
pagination
****************/
div.pagination_holder{
  text-align:right;
}

/****************
icons
****************/
span.pdf_icon{
  background: url(/images/pdf.png) 0 50% no-repeat;
  padding-left: 20px;
}


/****************
order-upload page
****************/
select#text_font option#arial,
select#text_font_two option#arial,
select#text_font_three option#arial{
	font-family: Arial, Helvetica, sans-serif;
}

select#text_font option#tnr,
select#text_font_two option#tnr,
select#text_font_three option#tnr{
	font-family: "Times New Roman", Times, serif;
}

select#text_font option#verdana,
select#text_font_two option#verdana,
select#text_font_three option#verdana{
	font-family: Verdana, Geneva, sans-serif;
}

select#text_font,
select#text_font_two,
select#text_font_three{
	height:38px;
}

input.upload_button{
	width:135px;
	height:36px;
	background:url(/images/upload-btn.jpg) top left no-repeat;
	border:none;
}

button#bigstock_images_button{
	width:135px;
	height:36px;
	background:url(/images/bigstock-btn.jpg) top left no-repeat;
	border:none;
}

button#search_bigstock_images_button{
	background-color: #e9282b;
    border: thin solid #e9282b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 10px;
    position: relative;
    top: -45px;
}

button#search_bigstock_images_button:hover{
	background-color:#ed5355;
}

input#the_image{
	display:none;
}

label.custom-file-upload {
    width:135px;
	height:36px;
	background:url(/images/choose-file-btn.jpg) top left no-repeat;
	border:none;
	cursor:pointer;
}

a.continue_shopping {
    background-color: #e9282b;
    border: thin solid #e9282b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 10px;
}

input.upload_button:hover, button#bigstock_images_button:hover, label.custom-file-upload:hover, a.continue_shopping:hover{
    background-position: 0 -36px;
}

input.upload_button.disabled, button#bigstock_images_button.disabled, label.custom-file-upload.disabled, a.continue_shopping.disabled{
    background-position: 0 -72px;
}

#order-upload-right_side, #order-finishes-right_side, #order-frames-right_side{
    float:right;
    width: 649px;
	margin-top:-28px;
}

#order-upload-right_side h2{
	margin-top:8px;
	margin-bottom:10px;
}

#order-upload-right_side label{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    width: 135px;
}

#order-upload-left_side{
    width: 300px;
    float:left;
}

#progress{
	height: 20px;
	margin:10px 0;
	width:300px;
	border:thin solid #a8a9ab;
	background-color:#fff;
}

#progress span{
	background-color: #a8a9ab;
    border: thin solid #fff;
    color: #cecfd1;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 58px;
    text-align: center;
}

#progress span.complete{
    background-color:#262526;
	color:#a8a9ab;
}

#progress span.active{
    background-color:#262526;
	color:#fff;
    font-weight: bold;
}

/* upload progress bar style */
#progressbox {
	border: 1px solid #92C8DA;
	padding: 1px;
	position:relative;
	width:300px;
	border-radius: 3px;
	margin: 10px 0;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #77E0FA;
	width:1%;
}
/*
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}
*/

div#upload_instructions{
	width:100%;
}

#statustxt{
	position:absolute;
	top:3px;
	left:0;
	width:100%;
	text-align:center;
	display:inline-block;
	color:#222;
}

div#order-upload-form-holder{
	position:relative;
}

#chosen-image, #chosen-image-readonly {
  overflow: hidden;
  position: relative;
  width: 100%;
	max-width: 300px;
	height: auto;
	background-image: url('images/viewport_background.gif');
}

#chosen-image-readonly {
	display: none;
}

#chosen-image img, #chosen-image-readonly img {
	width: 100%;
	height: auto;
}

.edit-photo-section {
	width: 100%;
	max-width: 300px;
	min-height: 25px;
}

.edit-photo-icon {
	float: right;
	cursor: pointer;
}

#edit-photo-details {
	display: none;
}

/* form#image_upload{
	width:300px;
} */

/* image manipulation */
#edit-print div#the_image {
	width: initial;
	float: none;
	overflow: hidden;
}

#edit-print .the-image-section {
	overflow: hidden;
}

.jrac_viewport {
    height: 350px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

div#controls{
	float: left;
    margin-left: 33px;
}

button#blackwhite{
	width:42px;
	height:42px;
	background:url(images/Print2Metal_bw_btn.jpg) top left no-repeat;
	border:none;
}

button#addtext,
button#addtext_two,
button#addtext_three{
	width:42px;
	height:42px;
	background:url(images/Print2Metal_add_text_btn.jpg) top left no-repeat;
	border:none;
}

button#blackwhite:hover, button#addtext:hover{
    background-position: 0 -42px;
}

button.selected{
	background-position: 0 -84px !important;
}

button.disabled{
	cursor: not-allowed;
}

img.bw{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#controls label{
	color: #454545;
	display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    width: 127px;
}

div.writable{
	cursor:pointer;
}

/* radios styled as checkboxes */
/* styled checkboxes checkboxes */
input[type=radio].css-checkbox, input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label {
	padding-left:23px;
	height:18px;
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
    text-align:left;
}

input[type=radio].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
label.css-label {
	/* background-image:url(images/radio-check18.png); */
}

input[type=radio].disabled  + label.css-label{
	color: #aeaeae;
    text-decoration: line-through;
}

#confirm_order label.css-label, #gv_add label.css-label, #confirm_postage label.css-label{
	width:600px;
	margin-bottom:22px;
}


/* other components on page */
p.higher-res{
	background-color: #f5f5f5;
    border: thin solid #e5e5e5;
    color: #222;
    line-height: 20px;
    padding: 20px;
}

p#custom_size label{
   height: 26px;
    margin: 0 4px 0 8px;
    vertical-align: middle;
    width: auto;
}

p#custom_size input{
   width:80px;
}

/* finishes selection */
#order-finishes-right_side label{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    width: 200px;
	font-weight:bold;
}

div.finish_description{
	margin-bottom: 14px;
    margin-top: -11px;
    padding-left: 23px;
}

/* frames selection */
div.frame_image_holder{
	border: thin dotted #aeaeae;
    cursor: pointer;
    display: inline-block;
    height: 180px;
    margin: 10px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 180px;
}

div.frame_image_holder img{
	width:100%;
}

div.frame_image_holder div.radio_holder{
	bottom: 20px;
    position: absolute;
    width: 100%;
}

div.popup_content img{
	float:left;
	margin-right:8px;
}

div.popup_content div.content{
	float: right;
    line-height: 24px;
    max-width: 65%;
}

div#order_summary label{
	display:inline-block;
	width:90px;
	text-align:left;
	font-size:14px;
	line-height:20px;
	margin-right:10px;
	vertical-align:top;
	height:20px;
}

div.single_choice{
	min-height: 410px;
	margin-top: 10px;
}
div#xref_products{
	margin-top: 10px;
}
div.single_choice p{
	margin-left:30px;
}

div.accessory_holder{

}

div.accessory_holder label{
	font-size:14px !important;
}

span.accessory_name{
	display: inline-block;
    margin: 0 8px;
    min-width: 275px;
}

select.accessory_qty{
	margin: 0 8px;
    width: 50px;
}

span.accessory_price{
	font-weight: bold;
    margin: 0 8px;
}

img.accessory_image{
	width: 75px;
}

/****************
jquery theme overides
****************/
.ui-widget-overlay {
    /* background: #222222; */
		background: #efefef;
    opacity: 0.5;
	background-repeat:repeat;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0.86;
}

.ui-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #555;
    font-weight: normal;
}

div#specs_pop.ui-dialog-content.ui-widget-content{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight:400;
    /* color: #454545; */
		color:#efefef;
	line-height:19px;
}

.ui-widget,.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
}

#saveforlater-section .ui-widget-content {
	border: none;
}

#saveforlater-section .ui-dialog {
  /* top: 30vh;
  left: 30vw; */
	top: 35vh !important;
  left: 35vw !important;
  width: 600px !important;
}

#saveforlater-section .ui-widget-header {
  background: #ffffff;
  border: none;
}

#saveforlater-section .ui-dialog-title {
	font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 275;
  color: #000000;
  text-align: center;
	width: 100%;
}

#saveforlater-section .ui-button {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}

#saveforlater-section .ui-icon-closethick {
  background: transparent url(/images/circle-close-icon.svg) no-repeat center;
	top: 0;
	right: 10px;
  left: inherit;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 0;
}

#saveforlater-section .ui-dialog-titlebar-close {
  border: none;
}

#saveforlater{
	padding-top: 10px;
}

#saveforlater-form{
	padding: 0.5em 2em;
}
/*
 * Inner Pages
 */

#inner_static_image{
    background-image: url(/images/inner_top_banner.jpg);
    height: 191px;
    background-position: center;
}





#click_to_edit{
	margin:10px 0;
}
#editable_image{
    border: 1px solid #e9282b;
}

label#label_length{
    width: 60px;
}
label#label_width{
    width: 70px;
}
label#label_in{
    width: 20px;
}
#custom_size_cm_mm{
    border: 1px solid #454545;
    height: 28px;
}

#save_continue_button{
    width: 209px;
    height: 36px;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
	background: url(/images/save_continue_button.jpg)no-repeat;
}
#next_button{
    width: 112px;
    height: 36px;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
	background: url(/images/next_button.jpg)no-repeat;
}
/*********************
view cart
**********************/
#view-cart {

}

#view-cart h1, #view-cart p {
	text-align: center;
}

div#view-cart div p{
   border-bottom:thin dotted #ccc;
   margin-bottom:12px;
}

img.cart_thumb{
  vertical-align: middle;
  width: 100%;
	margin-bottom: 10px;
}

.cart-details {
	font-family: 'Poppins', sans-serif;
	font-weight: 275;
  font-size: 14px;
  line-height: 21px;
}

.total-price {
	border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: relative;
  width: 165px;
  padding: 15px;
  left: 550px;
  margin: 20px 0 60px 0;
}

.cart-total-price {
	font-weight: bold;
}

.cart-item-single-price {
	display: none;
}

.image_wrapper{
	width:100px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

.middle_wrapper{
    width: 735px;
    display: inline-block;
}

.right_wrapper {
	text-align:left;
}

img.large_add_item, img.large_subtract_item, img.large_delete_item{
	border:thin solid transparent;
    cursor: pointer;
    vertical-align: middle;
}

img.large_add_item:hover, img.large_subtract_item:hover, img.large_delete_item:hover{
	/* border-color:#888; */
}

span.large_but_holder{
	vertical-align: super;
}

span.large_item_name{
	display: inline-block;
    vertical-align: middle;
	width: 625px;
}

span.large_quantity{
	display: inline-block;
    vertical-align: middle;
	width: 47px;
}

span.large_item_total{
	display: inline-block;
    text-align: right;
    width: 80px;
}

span.large_total_cell{
	display: inline-block;
    text-align: right;
    width: 455px;
}

/*############################################################################*/

                              /*CHECKOUT FORM*/

/*############################################################################*/

#accordion{
	width: 960px;
  margin: 40px auto auto auto;
}

#accordion h3 {

}

#accordion h3 a{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

/* #accordion .ui-accordion-content{
	padding: 13px;
} */

#order_details{

}

#order_details img.checkout_cart_thumb{
  vertical-align:middle;
  width:120px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#order_details span.item_name{
	width: 650px;
  vertical-align: middle;
  margin-right: 20px;
}

#order_details span.item_total{
  width:85px;
}

#order_details span.total_cell{
  width:815px;
}

#c_total{
	padding-bottom: 20px;
}
a.notice_but{
	background-color: #e9282b;
    color: #fff;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px 2px;
    text-align: center;
    text-decoration: none;
    width: 76px;
}

a.notice_but:hover{
	color:#242415;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border-bottom: none;
}
#accordion span.ui-icon-triangle-1-s{
	display:none;
}

.ui-accordion .ui-accordion-content {
  border-top: 0 none;
  overflow: auto;
	padding: 10px 20px;
}

.ui-accordion .ui-accordion-content.ui-accordion-content-active {
	border: 1px solid #000000;
	border-top: none;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 0px;
}

.ui-accordion .ui-accordion-header{
	background: #ffffff;
  color: #000000;
	padding: 10px 20px;
	margin: 10px 0;
	border: 1px solid #000000;
	border-radius: initial;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	margin: 0;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#checkout_holder .ui-accordion-header-icon {
  display: none;
}
#checkout_holder #contact_me {
	vertical-align: baseline;
}

.larger-prints-warning{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	padding: 20px 0px;
}

/*************************
gift Voucher
**************************/
div#gv_wrapper img{
	max-width:100%
}

/*************************
icons in the wysiwyg
**************************/
div.icon_holder{
	width:290px;
	height:100px;
	float:left;
	font-weight:bold;
	margin-bottom:25px;
	margin-top:25px;
	overflow:hidden;
}

div.icon_holder img{
	float: left;
	margin-right: 15px;
}

/*************************
product display in the wysiwyg
**************************/
div.pp_product_holder{
	width:96%;
	padding:12px 2%;
	margin-bottom:10px;
	margin-top:25px;
	background-color: #f1f1f1;
	float:left;
}

div.pp_product_holder div.carousel_holder, div.pp_product_holder div.image_holder{
	float: right;
	width: 50%;
}

div.pp_product_holder div.image_holder img{
	max-width: 100%;
	height:auto;
}

div.pp_product_holder div.text_holder{
	float:left;
	width: 46%;
}

/*************************
awards display in the wysiwyg
**************************/
div.awards_holder{
    width:290px;
	float:left;
	margin-bottom:25px;
	margin-top:25px;
	min-height:130px;
}

div.awards_holder div.image_holder{
	float: left;
	width: 100px;
}

div.awards_holder div.image_holder img{
 	max-width:100%;
	height: auto;
}

div.awards_holder div.text_holder{
	float:right;
	width: 175px;
}


div.errorbox {
	background: none repeat scroll 0 0 #f8dbdb;
  border: 1px solid #ff3333;
  color: #ff3333;
  margin-bottom: 10px;
  padding: 3px 10px;
}

.errorbox p {
  margin: 5px 0;
}

div.feedbackbox {
	background: none repeat scroll 0 0 #ccebd6;
  /* border: 1px solid #009933; */
  color: #009933;
  margin-bottom: 10px;
  padding: 3px 10px;
  font-size:14px;
}

/*************************
pricing table
**************************/
.pricing-page h1, .pricing-table-page h1 {
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
}

.pricing-table-page h2 {
	font-weight: 275;
	font-size: 20px;
	line-height: 30px;
	padding: 0;
}

.pricing-page p, .pricing-table-page p {
	padding-left: 0;
	padding-right: 0;
}

.pricing-table-page table {
	width: 100%;
  display: block;
  margin: 20px 0 60px 0;
	padding: 0;
	/* overflow-x: scroll; */
}

.pricing-table-page table th, .pricing-table-page table tr, .pricing-table-page table td {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 275;
	font-size: 14px;
	line-height: 21px;
}

.pricing-table-page table th {
	font-weight: 500;
	padding: 10px;
}

.pricing-table-page table th:first-child {
    padding-left: 0;
}

.pricing-table-page table th:last-child {
    padding-right: 0;
}

.pricing-table-page table td {
	padding: 10px;
}

.pricing-table-page table td:first-child {
    padding-left: 0;
}

.pricing-table-page table td:last-child {
    padding-right: 0;
}

table.pricing {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
table.pricing tbody tr:nth-of-type(odd) {
  background: #eee;
}

table.pricing td, table.pricing th {
  padding: 5px;
  border: 1px solid #ccc;
}
table.pricing tbody tr td{
    white-space: nowrap;
}

img.pricing_table_image{
   width:80px;
   height:auto;
   max-width:100%;
}

table.pricing tr.cat_row{
	background:none !important;
}

table.pricing tr.cat_row td{
	font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
}

a.red_button, input.red_button{
	background-color: #e9282b;
    border: thin solid #e9282b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 4px 10px;
	min-width:120px;
}

a.red_button:hover, input.red_button:hover{
   background-color: #ED5355;
}

/* #gv_submitter{
    background-color: #e9282b;
    border: thin solid #e9282b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 10px;
}
#gv_submitter:hover {
    background-color: #ED5355;
} */
#myAutoComplete_wrapper{
	max-width: 500px;
}
#myAutoComplete{
    margin-top: 5px;
}
#mySuburbInput_submit, #shipping-calc-popup{
    margin-top: 30px;
}

#price_calculator #submitter{
    margin-left: 5px;
    margin-top: 5px;
}

.price-print {
	margin: 40px 0;
}

.price-print img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}

.price-note {
	font-weight: 275;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  margin: 40px 20px 80px 20px;
}

.awards_divider{
	clear: both;
    border-top: 1px solid #c0c0c0;
    display: none;
    width: 100%;
    margin: 3px 0px 10px 0px;
}

#content ul li{
    margin-left: 1em;
}


.add-edit-image-button{
	display: inline-block;
	width: 110px;
	vertical-align: middle;
}

#the_image_for_display_wrapper{
	position: absolute;
	top:0;
	left:0;
    width: 300px;
    background-color: #fff;
    text-align: center;
	z-index: 9;
	display:none;
}

.text_font_size,
.text_font_size_two,
.text_font_size_three{
    width: 70px;
    height: 32px;
	margin-bottom: 0;
}
#controls .font_size_label,
#controls .font_size_label_two,
#controls .font_size_label_three{
	width: 90px;
}

/* Ticket #2962
div#join_mailing_list{
	margin-top:42px;
}

div#join_mailing_list .image_holder{
	float:left;
	width:475px;
}

div#join_mailing_list .image_holder img{
	width:100%;
}

div#join_mailing_list .form_holder{
   float:right;
   width:475px;
}
 */
/* Begin Ticket 10022 */


/* .of-border {
	outline-style: solid
}

.of-bc-black {
    outline-color: black;
}
.of-bc-white {
	outline-color: #f7f7f7;
} */

/* .of-bs-0 {
    outline-width: 0px;
    outline-offset: 0px;
}

.of-bs-2 {
    outline-width: 3px;
    outline-offset: -3px;
}
.of-bs-4 {
	outline-width: 6px;
	outline-offset: -6px;
}
.of-bs-6 {
	outline-width: 9px;
	outline-offset: -9px;
}
.of-bs-8 {
	outline-width: 12px;
	outline-offset: -12px;
} */

.of-border {
	border-style: solid
}

.of-bc-circle {
	border-radius: 50%;
}

.of-bc-black {
    border-color: #333;
}
.of-bc-white {
	border-color: #f7f7f7;
}

.of-bs-0 {
    border-width: 0px;
}

.of-bs-2 {
    border-width: 3px;
}
.of-bs-4 {
	border-width: 6px;
}
.of-bs-6 {
	border-width: 9px;
}
.of-bs-8 {
	border-width: 12px;
}

#img-overlay, #jrac-overlay {
    position: absolute;
    z-index: 99;
    pointer-events: none;
}

.menu_icon {
    width: 2rem;
    height: 1.4rem;
}


/* -------------------- NEW CSS -------------- */
button{
	border-radius: 5px;
	width: 158px;
	height: 47px;
	font-weight: 500;
  font-size: 14px;
  line-height: 21px;
	text-transform: uppercase;
}
#page-highlights {
	max-width: 1320px;
	text-align: center;
  padding: 72px 180px 0;
	margin:auto;
}
#page-content-text {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: 275;
	margin: auto;
  max-width: 1320px;
  padding: 50px 180px 40px 180px;
}

#home-video-desktop {
	display: block;
}

#home-video-mobile {
	display: none;
	background: transparent url('/images/Hero-small.jpg') no-repeat center center;
	width: 100%;
	height: 169px;
}

#home-video-section {
	position: relative;
	width: 100%;
	height: 573px;
  overflow: hidden;
}

#home-video {
	min-width: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.promo-text {
	font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  z-index: 1;
  position: absolute;
  background: rgba(217, 217, 217, 0.15);
  border-radius: 10px;
  left: 40%;
  top: 190px;
  padding: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}

#full-video {
	display: none;
}

#full-video .modal .modal-dialog {
  width: 100%;
  max-width: 1320px;
}

#full-video .modal .modal-content {
	top: 5vh;
	height: 830px;
}

#full-video video {
	width: auto;
	height: 680px;
	margin: 0 auto;
	display: block;
}

#full-video iframe {
	width: 95%;
	height: 680px;
	margin: 0 auto;
	display: block;
}

#hero-image-mobile {
	position: relative;
}

#hero-image-mobile img {
	width: 100%;
	height: auto;
}

#hero-div {
	background-image: url('/images/Hero.jpg');
	height: 573px;
	background-repeat: no-repeat;
	image-rendering: pixelated;
	background-size: cover;
}

#hero-div img {
	position: absolute;
	top: 14px;
	width: 15px;
	height: 15px;
}

button#hero-button {
	position: absolute;
	right: 5%;
	bottom: 40px;
	background: transparent url('/images/PlayIcon.svg') no-repeat 90% center;
	border: 2px #ffffff solid;
	color:  #ffffff;
}

button#hero-button:hover {
	color:  #000000;
	transition: background 0.3s linear 0s;
	background: #ffffff url('/images/PlayIconBlack.svg') no-repeat 90% center;
}

.shipping-calculate-link, .room-view-link {
	cursor: pointer;
}

.shipping-calculate-link:hover, .room-view-link:hover {
	text-decoration: underline;
}

#shipping-calculator, #join-our-community, #display-option {
	display: none;
}

#shipping-calculator .modal .modal-dialog {
  width: 525px;
}

#shipping-calculator .modal .modal-content {
	top: 5vh;
	height: auto;
}

#shipping-calculator .modal .modal-body {
	overflow-y: hidden;
}

#shipping-calculator .modal .modal-title h1 {
	text-align: left;
}

#shipping-calculator .modal .modal-title img {
	position: absolute;
	right: 30px;
	top: 5px;
}

#shipping-calculator a {
	font-weight: initial;
}

#shipping-calculator p {
  margin-bottom: 20px;
}

#shipping-calculator #mySuburbInput_submit, #shipping-calc-popup {
  margin: 30px 0;
	width: 192px;
}

#shipping-calculator .shipping-result {
	display: none;
	margin-bottom: 20px;
}

#shipping-calculator .shipping-result table {
	width: 100%;
}

#shipping-calculator .shipping-result table td {
	font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 14px;
  line-height: 21px;
  padding: 10px;
}

#shipping-calculator .shipping-result table td:first-child {
	padding-left: 0;
}

#shipping-calculator .shipping-result table td:last-child {
	padding-right: 0;
}

#shipping-calculator #mySuburbContainer {
	top: 5px !important;
}

#shipping-calculator #mySuburbContainer .yui-ac-content {
	border: 1px solid #000000;
	border-radius: 4px;
	width: 369px !important;
	height: 120px !important;
	overflow-y: scroll;
}

#shipping-calculator #mySuburbContainer .yui-ac-bd ul {
	list-style: none;
  padding: 10px;
}

#shipping-calculator #mySuburbContainer .yui-ac-bd ul li {
  cursor: pointer;
}

#shipping-calculator #mySuburbContainer .yui-ac-shadow {
	display: none !important;
}

#join-our-community .modal .modal-dialog {
	width: 525px;
}

#join-our-community .modal .modal-content {
	top: 5vh;
	height: auto;
	padding-left: 30px;
}

#join-our-community .modal .modal-header {
	padding-top: 25px;
}

#join-our-community .modal .close-icon {
	top: 10px;
}

#join-our-community .modal .modal-body {
	overflow-y: hidden;
	padding-bottom: 35px;
}

#join-our-community .modal .modal-title h1 {
	text-align: left;
}

#join-our-community .modal .modal-title img {
	position: absolute;
	right: 80px;
	top: 9px;
}

#join-our-community .textlist {
	color: #000000;
	list-style: disc;
}

#join-our-community li::marker {
    font-size: 12px;
}

#join-our-community-form {
	margin-top: 40px;
}

#join-our-community-form input.text {
	width: 90%;
	margin-bottom: 20px;
}

#join-our-community-result {
	display: none;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
}

#join-our-community-result.feedbackbox, #join-our-community-result.errorbox {
	padding: 10px;
	border: none;
  background-color: transparent;
  color: #000000;
}

#join-our-community-result.feedbackbox p, #join-our-community-result.errorbox p {
	margin: 5px 0;
}

#coming-soon {
	display: none;
}

#coming-soon .modal .modal-title {
    margin-top: 75px;
}
#coming-soon .modal .modal-dialog {
  width: 50%;
  max-width: 1320px;
}

#coming-soon .modal .modal-content {
	/* top: 200vh; */
	height: 250px;
}

#display-option .modal .modal-dialog {
	width: 55%;
	max-width: 1320px;
}

#display-option .modal .modal-content {
	height: auto;
}

#display-option .modal .modal-header {
	padding: 60px 20px;
}

#display-option #slider-wrapper {
	width: 80%;
	margin: 0 auto;
}

#display-option #slider {
	margin: 0 auto;
}

#display-option #slider img {
	max-height: 500px;
}

#display-option #slider img.nivo-main-image {
	height: auto !important;
}

#display-option .nivoSlider {
	overflow: inherit;
}

#display-option .nivo-directionNav a.nivo-prevNav {
	background: url('/images/previous-arrow-icon.svg') no-repeat center center;
	left: -50px;
}

#display-option .nivo-directionNav a.nivo-nextNav {
	background: url('/images/next-arrow-icon.svg') no-repeat center center;
	right: -50px;
}

#display-option .nivo-controlNav {
	position: relative;
	bottom: -10px;
	left: 0;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#display-option .nivo-controlNav a.nivo-control {
	background: url('/images/white-dot.svg') no-repeat center center;
}

#display-option .nivo-controlNav a.nivo-control.active {
	background: url('/images/selected-dot.svg') no-repeat center center;
}

#display-option h1, #display-option p {
	margin-bottom: 15px;
}

#display-option .coasters-lightbox {
	width: 50%;
	margin: 0 auto;
}

#footer-video-section {
	position: relative;
	width: 100%;
	height: 394px;
  overflow: hidden;
}

#footer-video {
	min-width: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

#join-mailing-list, #black-footer-section{
	background-color:#000;
	max-width: 100%;
}
#metal-prints-section{
	background-color:#ffffff;
	max-width: 100%;
}
#metal-prints-section a, #other-products-tiles a, #inspiration-section a, #calculate-section a, button a {
	text-decoration: none;
}

#join-mailing-list-row {
	max-width: 1320px;
  margin: auto;
	padding: 40px 100px;
	justify-content: center;
	align-items: center;
	row-gap: 40px;
}

#join-mailing-list-text{
	display: inline-block;
	line-height: 33px;
	color: #ffffff;
	position: relative;
  top: 7px;
  left: 15px;
}

#join-mailing-list-textlist {
	color: #ffffff;
	list-style: disc;
	padding-left: 47px;
	padding-top: 10px;
	text-align: left;
}

#continue-order-section {

}

#continue-order-row, #black-footer-row-1, #black-footer-row-2 {
	max-width: 1320px;
}

.continue-order-image {
	display: none;
	margin: 0 auto;
	width: 100%;
}

.continue-order-text {
	width: 500px;
  padding: 40px;
}

.continue-order-text h2 {
	padding-bottom: 10px;
	font-weight: 275;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
}

.continue-order-text p {
	padding-bottom:20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

#black-footer-row-1 {
	padding: 40px;
	margin: auto;
	row-gap: 40px;
}

#black-footer-row-2 {
	padding: 20px 23px;
	margin:auto;
}

#black-footer-row-1 p, #black-footer-row-1 h6{
	color: #ffffff;
}

.black-footer-col-2, .black-footer-col-3 {
	display: table;
	margin: 0 auto;
}

.black-footer-col-4 {
	display: table;
  margin-left: 40px;
}

button#enquire{
	padding:0;
	border: 2px solid #FFFFFF;
	background-color: transparent;
  color: #ffffff;
	transition: background-color 0.5s;
}
button#enquire:hover, form#mailing-list-form input[type=submit]:hover{
	background-color: #ffffff !important;
	color: #000000 !important;
	transition: 1s;
}

.copyright-text{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}
.contactpoint-text{
	text-align:end;
}
#metal-prints-title-row{
	padding: 40px 0 20px 0;
	margin:auto;
}
.metal-prints-tile-text, .highlights-tile-text{
	font-weight: 300;
	color: #000000;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	padding-top: 20px;
	width:95px;
	padding-bottom: 40px;
	margin: auto;
}

.highlights-tile-text{
	width: 208px;
	padding-bottom:0;
}
#metal-prints-tiles img{
	width: 100%;
  height: auto;
  object-fit: cover;
}
#other-products-row{
	max-width:1320px;
	padding: 40px 180px 40px 180px;
	margin:auto;
}
#other-products-tiles{
	padding-top: 40px;
	text-align: center;
	row-gap: 40px;
	margin: 0 auto;
}
.other-products-col{
	margin: 0 auto;
	height: 40px;
}

#other-products-tiles .metal-prints-tile-text{
	padding-bottom:0;
}

#carousel_section {
	/* background: transparent url('/images/MarbleBG.jpg') no-repeat center center; */
  background-size: cover;
  width: 100%;
}

#carousel_content {
	width: 1320px;
	margin: 0 auto;
	padding: 40px;
	cursor: grab;
}

#carousel_content .slick-next {
	background: url('/images/next-arrow-icon.svg') no-repeat center center;
}

#carousel_content .slick-next::before {
	content: "";
}

#carousel_content .slick-prev {
	background: url('/images/previous-arrow-icon.svg') no-repeat center center;
}

#carousel_content .slick-prev::before {
	content: "";
}

#carousel_content .carousel_content {
	width: 100%;
  margin: 0 auto;
  text-align: center;
	font-size: 14px;
	font-weight: 275;
	font-style: normal;
	padding: 0 5px;
}

#carousel_content .carousel_content img {
	margin: 0 auto 20px auto;
}

#carousel_content button:hover {
  background-color: inherit !important;
}

#carousel_content h2 {
	font-size: 14px;
	font-weight: 275;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#feedback-section {
	background: url('/images/MarbleBG.jpg');
	max-width: 100%;
	padding: 40px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

#feedback-row {
	max-width: 1320px;
	margin: 0 auto;
}

.feedbacks {
	display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
	justify-content: center;
  margin: 40px;
  column-gap: 50px;
	row-gap: 50px;
  padding: 0;
}

.feedback-item {
	position: relative;
	flex: 1 auto;
	padding: 40px;
	background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 5px;
	width: 380px;
	max-width: 380px;
	height: auto;
	min-height: 100px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 275;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.feedback-item::before {
	content: " ";
  position: absolute;
  top: -22px;
  background: transparent url(/images/open-quotes-icon.svg) no-repeat;
  width: 36px;
  height: 60px;
}

.feedback-item::after {
	content: " ";
	position: absolute;
	bottom: -40px;
	right: 30px;
	background: transparent url(/images/close-quotes-icon.svg) no-repeat;
	width: 36px;
	height: 60px;
}

.read-more {
	border: 2px solid #000000;
	margin: 0 auto;
	display: block;
	font-family: 'Poppins';
	color: #000000;
	background-color: transparent;
	transition: background-color 0.5s;
}

.read-more a {
	color: inherit;
  font-weight: inherit;
	text-decoration: inherit;
}

.read-more:hover {
	/* border: 2px solid #ffffff; */
	color: #ffffff;
	background-color: #000000;
}

#download-pdf-section {
  background: url('/images/MarbleBG.jpg');
  max-width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#download-pdf-row {
  max-width: 1320px;
  margin: 0 auto;
	overflow: hidden;
}

.download-pdf-first-column {
	padding: 40px 40px 0 180px;
}

.download-pdf-first-column h1 {
  font-weight: 300;
	text-align: left;
}

.download-pdf-first-column p {
  font-weight: 400;
}

.download-pdf-first-column h1, .download-pdf-first-column p {
	margin-bottom: 40px;
}

#inspiration-section, #upload-file-section, #upload-file-section-check {
	background-color: #ffffff;
	max-width: 100%;
	padding: 40px 0px;
}

#inspiration-row {
	max-width: 1320px;
	margin: 0 auto;
}

.inspirations {
	display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
	justify-content: center;
  margin: 40px;
  column-gap: 50px;
  padding: 0;
}

.inspiration-item {
	position: relative;
  flex: 1 auto;
  padding: 0 40px;
  background: #FFFFFF;
  width: 370px;
  max-width: 370px;
  height: auto;
  min-height: 100px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.inspiration-item-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inspiration-item-image img {
	/* width: auto; */
	width: 280px;
  height: 240px;
  border-radius: 5px;
  object-fit: cover;
  height: 240px;
}

.inspiration-item-title {
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px;
}

.inspiration-item-title a{
	font-weight: 300;
}

.inspiration-item-text {
	padding: 0 10px;
}

#size-section {
	max-width:100%;
	background-color: #000000;
}

#size-row, #upload-file-row {
	max-width: 1320px;
	margin: auto;
  padding: 80px;
	row-gap: 40px;
}

#upload-file-row {
	padding: 40px 80px;
}

#size-row .col-md-6, #upload-file-columns-row .col-md-6 {
  padding: 0 30px;
}

.size-box-col {
	position: relative;
  border: 2px solid #ffffff;
  border-radius: 5px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
  padding: 30px;
  height: 250px;
	font-family: 'Poppins';
	font-style: normal;
	overflow: hidden;
	outline: none;
}

.size-box-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  color: #ffffff;
	margin-bottom: 20px;
}

.size-box-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
	width: 70%;
}

.size-box-text p {
  padding-bottom: 10px;
}

.size-box-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.upload-box-col, .upload-box-text-col{
	position: relative;
  border: 3px dashed #000000;
  border-radius: 5px;
  padding: 30px;
  height: 250px;
	font-family: 'Poppins';
	font-style: normal;
	overflow: hidden;
}

.upload-box-text-col{
	border:none;
}
.upload-box-title{
	font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
	margin-bottom: 10px;
	width: 100%;
}
.upload-box-text{
	font-weight: 275;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

#upload-file-heading{
	text-align: center;
}

#instagram-section {
	background: url('/images/MarbleBG.jpg');
	max-width:100%;
	padding: 40px 0px;
}

#instagram-row {
	max-width: 1320px;
	margin: 0 auto;
	padding: 40px 176px 55px 176px;
}

.instagram-row {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.instagram-col {
  width: 193px;
  height: 195px;
  padding: 5px;
  background-color: #ffffff;
  overflow: hidden;
}

#instagram-row img, #instagram-row video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#calculate-section {
	max-width:100%;
}

#calculate-row {
	max-width: 1320px;
	margin: auto;
  padding: 80px;
	row-gap: 40px;
}

#calculate-row .col-md-6 {
  padding: 0 30px;
}

.calculate-box-col {
	position: relative;
  border: 2px solid #000000;
  border-radius: 5px;
  padding: 30px;
  height: 250px;
	font-family: 'Poppins';
	font-style: normal;
	overflow: hidden;
	cursor: pointer;
}

.calculate-box-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  color: #000000;
	margin-bottom: 20px;
}

.calculate-box-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
	width: 70%;
}

.calculate-box-text p {
  padding-bottom: 10px;
}

.calculate-box-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#mailing-list-form #form_result {
	display: none;
	color: #ffffff;
}
.page-name-banner {
	position: absolute;
  bottom: 60px;
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-name-banner h1 {
	text-align: center;
	padding: 0;
	margin: 0;
}

#upload-file-section, #upload-file-section-check {
	padding-top: 0;
	padding-bottom: 40px;
}

#image_upload {
	position: relative;
	top: 70px;
}

#image_upload #the_image {
	display: none;
}

.upload-button {
  position: relative;
  width: 158px;
  height: 47px;
  margin: 0 auto;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  line-height: 42px;
  padding: 0 15px;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
	transition: background-color 0.5s;
}

.upload-button:hover{
	background-color: #ffffff;
	color: #000000;
	transition: 1s;
}

.upload-button::after {
  content: " ";
  background: transparent url('/images/white-upload-icon.svg') no-repeat;
  width: 23px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.white-upload-button {
  position: relative;
  width: 237px;
  height: 47px;
  margin-top: 30px;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 5px;
  color: #000000;
  line-height: 42px;
	cursor: pointer;
	text-transform: uppercase;
}

.white-upload-button::after, .upload-button:hover::after {
  content: " ";
  background: transparent url('/images/black-upload-icon.svg') no-repeat;
  width: 23px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
	transition: 1s;
}

.white-upload-button:hover {
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
	background-color: #000000 !important;
	transition: 1s;
}

.white-upload-button:hover:after {
	background-image: url('/images/white-upload-icon.svg');
	transition: 1s;
}

.white-upload-button a, .custom-btn a {
	text-decoration: none;
	display: block;
	width: 100%;
	font-weight: 500;
}

.white-upload-button a {
	padding: 0 20px;
}

.white-upload-button a:hover, .custom-btn a:hover {
	color: #ffffff;
	transition: 1s;
}

.different-product-label {
	line-height: 47px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-align: right;
}

.different-product {
	border: 1px solid #D4D4D4;
	font-weight: 275;
	font-size: 14px;
	line-height: 21px;
	color: #959595;
}

#print-size-position, #print-size-position-check, #virtual-reality-position-check {
  padding: 50px 0;
}

#print-size-position h1, #print-size-position-check h1, #virtual-reality-position-check h1 {
  text-align: center;
  margin-bottom: 50px;
}

#print-size-position-check, #virtual-reality-position-check
{
	width: 1320px;
    margin: auto;
}

#print-size-position-check a, #virtual-reality-position-check a{
	font-weight: 500;
}

#of-border-size {
	width: 200px;
}

.small-checkbox {
  width: 18px;
}

.your-image {
	width: 100%;
	cursor: pointer;
}

#the_image_for_display {
	cursor: pointer;
}

.print-sizes {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
	align-items: flex-start;
}

.print-sizes hr {
  height: 0;
}

.print-sizes-item {
  position: relative;
  min-width: 100px;
  min-height: 100px;
  background-color: #ffffff;
  border: 1px solid #000000;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  color: #4D4D4D;
  text-align: center;
  cursor: pointer;
	display: flex;
  align-items: center;
  justify-content: center;
}

body .print-sizes-item-selected, body .print-surfaces-item-selected, body .print-frames-item-selected, body .print-interests-item-selected {
	border: 3px solid #000000;
}

.print-sizes-item-2 {
  width: 132px;
  height: 73px;
}

.print-sizes-item-3 {
  width: 146px;
  height: 83px;
}

.print-sizes-item-4 {
  width: 159px;
  height: 89px;
}

.print-sizes-item-5 {
  width: 108px;
  height: 100px;
}

.print-sizes-item-6 {
  width: 130px;
  height: 130px;
}

.print-sizes-item-7 {
  width: 160px;
  height: 160px;
}

.print-sizes-item-8 {
  width: 240px;
  height: 120px;
}

.print-surfaces {
	margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
	align-items: flex-start;
}

.print-surfaces-item {
  position: relative;
  width: 290px;
  height: 290px;
  background-color: #ffffff;
  border: 1px solid #000000;
  margin-bottom: 30px;
  margin-right: 30px;
  color: #4D4D4D;
  text-align: center;
  cursor: pointer;
	display: flex;
  align-items: center;
  justify-content: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	overflow: hidden;
}

.print-surfaces-item:hover .more-info-surface {
	top: 0;
}

.print-surfaces-item span {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	display: block;
	margin: 10px 0;
}

.more-info-surface {
	position: absolute;
  background-color: #000000;
  height: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
	padding: 40px;
	text-align: left;
  top: 290px;
  transition: top 1.2s ease 0s;
}

.more-info-surface span {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

.print-frames {
	margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
	align-items: flex-start;
}

.print-frames-item {
	position: relative;
	width: 180px;
  height: 180px;
	background-color: #ffffff;
  border: 1px solid #000000;
  margin-bottom: 30px;
  margin-right: 30px;
  color: #4D4D4D;
  text-align: center;
  cursor: pointer;
	display: flex;
  align-items: center;
  justify-content: center;
}

.print-frames-item img {
	width: 80%;
	margin-bottom: 20px;
}

.print-interests {
	margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
	align-items: flex-start;
}

.print-interests-item {
	position: relative;
	width: 180px;
  height: 180px;
	background-color: #ffffff;
  border: 1px solid #000000;
  margin-bottom: 30px;
  margin-right: 30px;
  color: #4D4D4D;
  text-align: center;
  cursor: pointer;
	display: flex;
  align-items: center;
  justify-content: center;
}

.print-interests-item img {
	width: 80%;
	margin-bottom: 20px;
}

.extra-small-input {
	width: 71px;
	height: 36px;
	padding: 0 10px;
}

body select.extra-small-input {
	background-position-x: 80%;
}

.small-input {
	width: 124px;
	height: 36px;
	padding: 0 10px;
	margin-bottom: 10px;
}

.medium-input {
	width: 180px;
	height: 36px;
	padding: 0 10px;
	margin-bottom: 10px;
}

.no-border {
  text-transform: uppercase;
  width: 120px;
  height: 34px;
  border: 1px solid #000000;
  margin: 0 10px;
	font-size: 14px;
}

.black-border {
  text-transform: uppercase;
  width: 120px;
  height: 34px;
  border: 5px solid #000000;
  margin: 0 10px;
	font-size: 14px;
}

.white-border {
  text-transform: uppercase;
  width: 120px;
  height: 34px;
  border: 1px solid #000000;
  margin: 0 10px;
	font-size: 14px;
}

.white-border span {
  border: 1px solid #000000;
  padding: 1px 7px;
}

.rounded-corner {
  text-transform: uppercase;
  width: 150px;
  height: 34px;
  border: 1px solid #000000;
	border-radius: 5px;
  margin: 0 10px;
	font-size: 14px;
}

.custom-btn {
	border: 2px solid #000000;
  border-radius: 5px;
  background-color: #ffffff;
  min-width: 103px;
  height: 47px;
	padding: 0;
}

a.link-btn {
	display: inline-block;
  min-width: 130px;
  height: 47px;
	padding: 0 20px;
  line-height: 40px;
  border: 2px solid #000000;
  border-radius: 5px;
  background-color: #ffffff;
	color: #000000;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

a.link-btn:hover {
	background-color: #000000;
	color: #ffffff;
	transition: 1s;
}

.next-btn {
	width: 103px;
	background: url('/images/next-arrow-icon.svg') no-repeat 70px center;
	text-align: left;
	padding-left: 25px;
}

.next-btn:hover {
	background-image: url('/images/white-next-arrow-icon.svg');
	transition: 1s;
}

.previous-btn {
	min-width: 114px;
  background: url('/images/previous-arrow-icon.svg') no-repeat 20px center;
  text-align: right;
  padding-right: 15px;
}

.previous-btn:hover {
	background-image: url('/images/white-previous-arrow-icon.svg');
	transition: 1s;
}

#surface-previous .previous-btn, #frame-previous .previous-btn, #number-previous .previous-btn, #number-previous-coasters .previous-btn {
	width: auto;
  padding-left: 47px;
}

#number-previous-coasters {
	display: none;
}

.save-btn {
	width: 298px;
  background: url('/images/black-save-icon.svg') no-repeat 95% center;
  text-align: left;
  padding-left: 20px;
}

.save-btn:hover {
	background-image: url('/images/white-save-icon.svg');
	transition: 1s;
}

.add-to-cart-btn {
	width: 170px;
  background: url('/images/black-cart-icon.svg') no-repeat 95% center;
  text-align: left;
  padding-left: 20px;
	transition: background-color 0.5s;
}

.add-to-cart-btn:hover {
	background-image: url('/images/white-cart-icon.svg');
	transition: 1s;
}

#sample-pack-add-div .add-to-cart-btn {
	width: 350px;
}

.checkout-btn {
	width: 250px;
  background: url('/images/payment-icon.svg') no-repeat 95% center;
	background-size: 25px 25px;
  text-align: left;
  padding-left: 20px;
}

.checkout-btn:hover {
	background-image: url('/images/white-payment-icon.svg');
	transition: 1s;
}

.continue-shopping-btn {
	width: 220px;
  background: url('/images/black-upload-icon.svg') no-repeat 95% center;
  text-align: left;
  padding-left: 20px;
}

.continue-shopping-btn:hover {
	background-image: url('/images/white-upload-icon.svg');
	transition: 1s;
}

.select-color {
	display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 5px;
}

.black-bg-color {
	background-color: #000000;
}

.progress-status-section {
	position: relative;
}

.progress-bar {
	width: 100%;
}

.progress-status {
  position: absolute;
  top: -3px;
}

#edit-print {
	display: none;
}

#edit-print .modal .modal-dialog {
  width: 80%;
  max-width: 1320px;
}

#edit-print .modal .modal-content {
	top: 5vh;
	min-height: 690px;
	overflow-y: hidden;
}

#edit-print .modal .modal-body {
	overflow-y: hidden;
}

#edit-print input {
	width: 220px;
}

#edit-print select.font-family {
	width: 175px;
	background-position: 95%;
}

#edit-print select.font-size {
	width: 73px;
}

#edit-print .previous-btn {
	width: 114px;
}

#edit-print .group-btn {
	margin-top: 20px;
}

#edit-print .change-color-image {
	margin-bottom: 20px;
	cursor: pointer;
}

#edit-print .add-text-label {
  width: 50px;
  display: inline-block;
}

#edit-print .add-text-icon {
	width: 16px;
  height: auto;
  cursor: pointer;
	vertical-align: initial;
	margin-right: 5px;
}

#choose-size {

}

#choose-surface {
	display: none;
}

#choose-frame {
	display: none;
}

#choose-number {
	display: none;
}

.cart-icon-number {
  position: absolute;
  left: 65px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: black;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-icon-number a {
	color: #ffffff;
  text-align: center;
  font-size: 10px;
	text-decoration: none;
}

#calculator-box {
	min-height: 444px;
	max-width: 649px;
	margin: auto;
	padding: 40px;
	border: solid 1px #000000;
	border-radius: 5px;
}

.price-gst {
	text-align: center;
  margin: 40px auto;
  font-style: normal;
  font-weight: 275;
  font-size: 14px;
  line-height: 21px;
}

.contact-content {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: 275;
	margin: auto;
  max-width: 1320px;
	padding: 80px 180px 65px 180px;
}

#contact_content a {
	font-weight: 275;
}

.gv-form-content {
	font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 275;
  margin: auto;
  max-width: 1320px;
  padding: 0px 180px 80px 180px;
}

.gv-heading {
	font-weight: 275;
}

#gv_add, .gv-form-content .feedbackbox {
	width: 600px;
  margin: 40px auto 0 auto;
}

.ge-heading{
	padding-bottom: 40px;
	padding-left:93px;
}

.order-page-content-img{
	/* object-fit: none; */
	padding-bottom: 80px;
}

.order-page-content-h1{
	text-align: center;
	padding-bottom: 40px;
}

.order-page-content-h3{
	font-weight:400;
	text-align: center;
}

#order-process {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
	padding: 0;
  margin: 0 0 80px 0;
  column-gap: 15px;
  row-gap: 70px;
}

.order-process-step {
	position: relative;
  width: 180px;
	max-width: 180px
}

.order-process-step-icon {
	max-height: 28px;
}

.order-process-step-icon img {
  margin: 0 auto;
  display: block;
}

.order-process-step-arrow {
  position: absolute;
  right: -30px;
}

.order-process-step-title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	width: 100%;
  margin: 20px 0 20px 0;
}

.order-process-step-description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
	width: 100%;
  margin: 0 auto;
}

.checkout-title{
	text-align: center;
}
.checkout-form-top-content{
	text-align: center;
	margin-top:20px;
}
.checkout-form-top-content span, form#address_details .main-label
{
	font-family: 'Poppins', sans-serif;
	font-weight: 275;
  font-size: 14px;
  line-height: 21px;
	padding-right:20px;
}
#countdn{
	font-weight:500;
	color: #00AC11;
}
#sample-pack-add-div{
	margin-top:40px;
	text-align: center;
}
.sample-pack-add-btn{
	display: block;
  width: 150px;
  padding: 10px;
  text-align: center;
  font-weight: 500;
	margin:auto;
}

#check-choose-product-dropdown{
    width: 565px;
    margin-bottom: 80px;
}

.check-product-label {
	font-weight: 400;
	padding-right:30px;
}

#check-choose-product-dropdown select{
    width: 275px;
    align-self: center;
}

#view-my-room {
	cursor: pointer;
}
.content-community{
  background: url('/images/MarbleBG.jpg');
  background-repeat: repeat-y;
  background-size: contain;
	padding-bottom: 80px !important;
}

.read-more-lightbox {
	float: right;
  font-size: 14px;
  cursor: pointer;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #000000;
	padding: 10px;
	border-radius: 5px;
	width: 100px;
	margin: 0 auto;
}

.read-more-lightbox:hover {
	color: #ffffff;
	background-color: #000000;
	border: 2px solid #ffffff;
	transition: 1s;
}

/*********************** FAQ Accordion ********************/

#faq-accordion * {
	font-family: 'Poppins', sans-serif;
}

#faq-accordion a{
	padding-left: 1em;
}

#faq-accordion, #faq-accordion > .ui-accordion-header{
	border-radius: 5px;
}

#faq-accordion > .ui-accordion-header-active{
	border-radius: initial;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.coasters-banner img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.border-size-section {
	display: none;
}

.custom-border-section .custom-border-option:nth-of-type(2) {
	margin: 0 15px;
}

.address-type-section label {
	width: auto !important;
	margin-left: 10px;
	margin-right: 30px;
	color: rgb(117, 117, 117);
	font-weight: 400;
}

.address-type-note {
	margin-left: -25px;
  color: rgb(117, 117, 117);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}


/**********************************************************/


/*############################################################################*/

/*                                                                            */

/*                              Responsive                                    */

/*                                                                            */

/*############################################################################*/

/* Mobile */
@media all and (max-width: 500px) {
	#home-video-desktop {
		display: none;
	}

	#home-video-mobile {
		display: block;
		margin-top: 135px;
	}

	#full-video .modal .modal-content {
    top: 30vh;
    height: 280px;
	}

	.promo-text {
		left: 0;
    top: 100px;
	}

	#footer-video-section {
		display: none;
	}

	.continue-order-image {
		display: block;
	}

	#page-content-text, .contact-content, .gv-form-content, .gv-heading {
		padding: 40px 10px;
	}

	#other-products-row {
		padding: 40px 10px;
	}

	#size-row, #calculate-row {
		padding: 40px 10px;
	}

	#upload-file-row {
		padding: 20px 0;
	}

	.size-box-col {
		height: 320px;
	}

	#size-row .col-md-6, #calculate-row .col-md-6 {
		width: 100%;
		padding: 0;
	}

	footer {
		width: 100% !important;
	}

	#black-footer-row-1 {
		padding: 40px 0;
	}

	#black-footer-row-2 .copyright-text, #black-footer-row-2 .contactpoint-text {
		padding: 5px 0;
	}

	#black-footer-row-2 .contactpoint-text {
		text-align: initial;
	}

	#join-mailing-list-row {
		padding: 40px;
	}

	#join-mailing-list-row .col-md-5, #join-mailing-list-row .col-md-7 {
		width: 100%;
		text-align: center;
	}

	#mailing-list-form input[type='submit'] {
		margin: 30px 0;
		width: 158px;
	}

	form#mailing-list-form input {
		width: 100% !important;
	}

	form#mailing-list-form input[type=text]{
		margin-bottom:10px;
	}

	form#mailing-list-form div.errorbox{
		width: 100% !important;
    margin-left: 0px !important;
	}

	#continue-order-row .col-md-6 {
		width: 100%;
	}

	.continue-order-text {
		width: 100%;
	}

	.gv-form-content {
		padding:0 0 80px 0;
	}

	#gv_add {
		width: auto;
	}

	#page-highlights {
		padding: 72px 0;
	}

	#carousel_section {
		width: 90%;
		margin: 0 auto;
	}

	#carousel_content {
		width: 100%;
	}

	.page-name-banner {
	  bottom: 30px;
	  height: 40px;
	}

	#calculator-box {
		margin: 0 20px;
	}

	body #result {
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
    padding: 0;
	}

	.contact-content {
		padding: 80px 0;
	}

	.contact-content #contact_map, .contact-content #contact_content {
		float: none;
		width: 100%;
	}

	#download-pdf-row .row {
		display: block;
	}

	.download-pdf-first-column {
		padding: 40px;
	}

	#order-process {
		column-gap: 200px;
	}

	.order-process-step-arrow {
    right: 70px;
    bottom: -40px;
    transform: rotate(90deg);
	}

	.cart-icon-number {
		top: -75px;
	}

	body .modal .modal-dialog {
		width: 100% !important;
    margin: 0 !important;
	}

	#edit-print .modal .modal-dialog {
		width: 94% !important;
	}

	#edit-print .modal .modal-content {
		height: 690px;
	}

	#edit-print .modal .modal-body {
		overflow-y: scroll;
	}

	#display-option .modal .modal-content {
		height: 700px;
    overflow-y: scroll;
	}

	#display-option #slider-wrapper {
		margin: 0 auto 30px auto;
	}

	#shipping-calculator #myAutoComplete {
		width: 328px;
	}

	#shipping-calculator #shipping-calc-popup, #shipping-calculator input, #shipping-calculator #mySuburbContainer .yui-ac-content {
		width: 100% !important;
	}

	#shipping-calculator .modal .modal-title img {
		right: 15px;
		top: 10px;
		width: 10%;
	}

	#instagram-row {
		padding: 40px;
	}

	.instagram-row {
		row-gap: 10px;
		width: 65%;
		margin: 0 auto;
	}

	.total-price {
		left: 0;
	}

	#checkout_holder #accordion {
		width: 100%;
    overflow-x: scroll;
	}

	#edit-print .the-image-section {
		width: 100%;
	}

	#edit-print .the-image-tool-section {
		width: 100%;
	}

	.custom-border-section .custom-border-option {
		margin: 15px 0 !important;
	}

	.address-type-section {
		display: block;
	}

	.address-type-section .address-type-option {
		display: block;
	}

	.address-type-note {
		margin: 0;
		display: block;
	}

	#join-our-community .modal .modal-title img {
		right: 45px;
	}
}

/* Tablet */
@media all and (min-width: 501px) and (max-width: 1024px) {
	#page-content-text {
		padding: 40px;
	}

	#other-products-row {
		padding: 40px 10px;
	}

	#size-row, #calculate-row {
		padding: 40px 10px;
	}

	#size-row .col-md-6, #calculate-row .col-md-6 {
		width: 100%;
	}

	#upload-file-row {
		padding: 20px 40px;
	}

	footer {
		width: 100% !important;
	}

	#black-footer-row-1 {
		padding: 40px 0;
	}

	#join-mailing-list-row .col-md-5, #join-mailing-list-row .col-md-7 {
		width: 100%;
		text-align: center;
	}

	form#mailing-list-form div.errorbox{
		width: 100% !important;
    margin-left: 0px !important;
	}

	#continue-order-row .col-md-6 {
		width: 100%;
	}

	#page-highlights {
		padding: 72px 0;
	}

	#carousel_section {
		width: 90%;
		margin: 0 auto;
	}

	#carousel_content {
		width: 100%;
	}

	.contact-content {
		padding: 80px 20px;
	}

	.contact-content input, .contact-content select, .contact-content textarea {
		width: 100% !important;
	}

	#edit-print .the-image-section {
		width: 100%;
	}

	#edit-print .the-image-tool-section {
		width: 100%;
	}
}

/* Custom screen */
@media all and (max-width: 575px) {
	#black-footer-row-1 > *:nth-child(2), #black-footer-row-1 > *:nth-child(3) {
		display: none;
	}
}

@media all and (max-width: 768px) {
	#black-footer-row-2 .contactpoint-text {
		text-align: initial;
	}

	.copyright-text {
		padding: 3px 0;
	}
}

@media all and (max-width: 991px) {
	.black-footer-col-4 {
		margin-left: 0;
	}
}

@media all and (min-width: 501px) and (max-width: 800px) {
	.promo-text {
		left: 5%;
	}

	#full-video .modal .modal-content {
    top: 5vh;
    height: auto;
	}

	form#mailing-list-form input {
		width: 100% !important;
	}

	form#mailing-list-form input[type=text], form#mailing-list-form input[type=email]{
		margin-bottom:10px;
	}

	form#mailing-list-form div.errorbox{
		width: 100% !important;
    margin-left: 0px !important;
	}
}

@media all and (min-width: 801px) and (max-width: 1024px) {
	.promo-text {
		left: 18%;
	}
}

@media all and (min-width: 1025px) and (max-width: 1500px) {
	.promo-text {
		left: 30%;
	}
}

@media all and (min-width: 501px) and (max-width: 965px) {
	.download-pdf-first-column {
		padding: 40px;
	}
}
