/*Fonts Face Css Start*/
@font-face {
	font-family: 'segoe_printbold';
  src: url('https://cdn.fabricwallstickers.com/fonts/segoeprb-webfont.eot');
	src: url('https://cdn.fabricwallstickers.com/fonts/segoeprb-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.fabricwallstickers.com/fonts/segoeprb-webfont.woff') format('woff'), url('https://cdn.fabricwallstickers.com/fonts/segoeprb-webfont.ttf') format('truetype'), url('https://cdn.fabricwallstickers.com/fonts/segoeprb-webfont.svg#segoe_printbold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}
@font-face {
	font-family: 'museo700';
	src: url('https://cdn.fabricwallstickers.com/fonts/museo700-regular-webfont.eot');
	src: url('https://cdn.fabricwallstickers.com/fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.fabricwallstickers.com/fonts/museo700-regular-webfont.woff') format('woff'), url('https://cdn.fabricwallstickers.com/fonts/museo700-regular-webfont.ttf') format('truetype'), url('https://cdn.fabricwallstickers.com/fonts/museo700-regular-webfont.svg#museo700') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}
@font-face {
	font-family: 'museo500';
	src: url('https://cdn.fabricwallstickers.com/fonts/museo500-regular-webfont.eot');
	src: url('https://cdn.fabricwallstickers.com/fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.fabricwallstickers.com/fonts/museo500-regular-webfont.woff') format('woff'), url('https://cdn.fabricwallstickers.com/fonts/museo500-regular-webfont.ttf') format('truetype'), url('https://cdn.fabricwallstickers.com/fonts/museo500-regular-webfont.svg#museo500') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}
/*Fonts Face Css End*/

/*Animation Keyframes*/
@-webkit-keyframes a {
    to {
        opacity: 1
    }
}
@keyframes a {
    to {
        opacity: 1
    }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-10px);
  }

  40% {
    -webkit-transform: translateX(10px);
  }

  60% {
    -webkit-transform: translateX(-10px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }

  20% {
    -moz-transform: translateX(-10px);
  }

  40% {
    -moz-transform: translateX(10px);
  }

  60% {
    -moz-transform: translateX(-10px);
  }

  80% {
    -moz-transform: translateX(10px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }

  20% {
    -ms-transform: translateX(-10px);
  }

  40% {
    -ms-transform: translateX(10px);
  }

  60% {
    -ms-transform: translateX(-10px);
  }

  80% {
    -ms-transform: translateX(10px);
  }

  100% {
    -ms-transform: translateX(0);
  }
}

@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }

  20% {
    -o-transform: translateX(-10px);
  }

  40% {
    -o-transform: translateX(10px);
  }

  60% {
    -o-transform: translateX(-10px);
  }

  80% {
    -o-transform: translateX(10px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-10px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}


@-webkit-keyframes free-text {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes free-text {
  0% {
    -moz-transform: rotate(0deg);
  }
  10% {
    -moz-transform: rotate(-10deg);
  }
  20% {
    -moz-transform: rotate(0deg);
  }
  30% {
    -moz-transform: rotate(10deg);
  }
  40% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes free-text {
  0% {
    -ms-transform: rotate(0deg);
  }
  10% {
    -ms-transform: rotate(-10deg);
  }
  20% {
    -ms-transform: rotate(0deg);
  }
  30% {
    -ms-transform: rotate(10deg);
  }
  40% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes free-text {
  0% {
    -o-transform: rotate(0deg);
  }
  10% {
    -o-transform: rotate(-10deg);
  }
  20% {
    -o-transform: rotate(0deg);
  }
  30% {
    -o-transform: rotate(10deg);
  }
  40% {
    -o-transform: rotate(0deg);
  }
}
@keyframes free-text {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(0deg);
  }
}
@keyframes blinker {
  50% { opacity: 0; }
}
/*End Animation Keyframes*/

/************Reset**************/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section, input,textarea, select, i, a { 
	margin: 0; 
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
/*
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
*/
}
pre {
	font-family: inherit;
	margin: inherit;
}
:target:before {
	/* Offset anchor tag link for fixed header. */
  content: "";
  display: block;
  height: 3em;
  margin-top: -3em;
}
ol, ul { 
	list-style: none; 
}
/************End Reset**************/

/************Global**************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body { 
	font: 1em 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  color: #4a4a4a;
	background-color: #FFF;
	overflow-x: hidden;
  min-width: 315px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #00f;
}
a:hover, a:focus {
	color: #00b7db;
}
.nav a {
	color: #7f7f7f;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}
h1, .title1 {
	font-family: 'museo700';
	font-size: 1.6em;
	color: #F7931D;
//	text-rendering: optimizeLegibility;
//	text-shadow: 0 2px 0 #fff;
	margin-bottom: 0.4em;
/*
	font: normal 1.6em/1.3 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
	text-rendering: optimizeLegibility;
	margin-bottom: 0;
	text-shadow: 0 2px 0 #fff;
*/
}
h2, .title2 {
	font-family: 'museo500';
	font-size: 1.4em;
	font-weight: normal;
	color: #3a3a3a;
	margin-bottom: 0.2em;
}
h3, .title3 {
	font-family: 'museo500';
	font-size: 1.2em;
	font-weight: normal;
	color: #00b7db;
	margin-bottom: 0.1em;
}
h4 .title4 {
	font-family: 'museo700';
	font-size: 1em;
	color: #00b7db;
	margin-bottom: 0.1em;
}
p {
	margin: 0.5em 0 0.5em 0;
}
input[type=text],input[type=email],input[type=password],input[type=number],textarea {
	/*display: inline-block;*/
	font-size: 1em;
	background: #fff;
	-webkit-appearance: none;
	border: 1px solid #333;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	padding: 0.25em 0.6em;
	height: 2.4em;
}
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}
input.switch {
	display: none;
}
input:disabled {
	background: #aaaaaa !important;
	cursor: default !important;
}
select {
	font-size: 1em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAGCAYAAADOic7aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTZBOTk1RjMxRjZCMTFFMUFDRjA5NUJCNzg2QTA1OEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTZBOTk1RjQxRjZCMTFFMUFDRjA5NUJCNzg2QTA1OEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNkE5OTVGMTFGNkIxMUUxQUNGMDk1QkI3ODZBMDU4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNkE5OTVGMjFGNkIxMUUxQUNGMDk1QkI3ODZBMDU4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtOZMNcAAABeSURBVHjaYmBgYJgGxP8J4JkMIMb//zgxCDAD8XY8hhwAYjZiDAIBfiC+hMWQh0AsClNEjEEgIA3ET5AM+QbEusgKiDWIAarxM9SgEHRJUgwCAT8grsMmgc8ggAADAGY/m1aWUowGAAAAAElFTkSuQmCC) no-repeat 98% 50% rgba(255,255,255,0.5);
	-webkit-appearance: none;
	border: 1px solid #333;
	padding: 0.25em 1.8em 0.25em 0.8em;
	height: 2.4em;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
select:focus, input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
	background-color: #fff;
	outline: none;
}
abbr.required {
	text-decoration: none;
	color: red;
}
abbr.why {
	text-decoration: none;
	font-weight: normal;
	font-size: 0.8em;
	vertical-align: top;
}
::-webkit-input-placeholder {
   color: #999;
}
:-moz-placeholder {
   color: #999;
}
.hidden {
	display: none;
}
.regular {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.strikethrough {
	text-decoration: line-through;
}


/******From Generic*******/
article, aside, footer, header, nav, section {
	display: block
}
figcaption, figure, main {
    display: block
}
figure {
    margin: 1em 40px
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
b, strong {
  font-weight: inherit;
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
.xsmall {
  font-size: 70%
}
small, .small {
  font-size: 80%
}
.small-90 {
  font-size: 90%
}
.big {
  font-size: 120%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color:transparent;
}
button, select {
  text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
	border: 1px solid silver;
	border: 0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  display: inline-block;
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details, menu {
  display: block
}
summary {
  display: list-item
}
canvas {
  display: inline-block
}
[hidden], template {
  display: none
}
.font-family-inherit {
  font-family: inherit
}
.font-family-cursive {
  font-family: cursive
}
.font-size-inherit {
  font-size: inherit
}
.font-size-0-75 {
  font-size: 0.75rem;
}
.font-size-0-9 {
  font-size: 0.9rem;
}
.font-size-1 {
  font-size: 1rem;
}
.font-size-1-1 {
  font-size: 1.1rem;
}
.font-size-1-2 {
  font-size: 1.2rem;
}
.font-size-1-3 {
  font-size: 1.3rem;
}
.font-size-1-4 {
  font-size: 1.4rem;
}
.font-size-1-5 {
  font-size: 1.5rem;
}
.font-size-2 {
  font-size: 2rem;
}
.font-size-2-5 {
  font-size: 2.5rem;
}
.font-size-3 {
  font-size: 3rem;
}
.text-decoration-none {
  text-decoration: none
}
.font-size-60px {
  font-size: 60px;
}
.caps {
  text-transform: uppercase;
  letter-spacing: .2em
}
.left-align {
  text-align: left
}
.center {
  text-align: center
}
.right-align {
  text-align: right
}
.justify {
  text-align: justify
}
.nowrap {
  white-space: nowrap
}
.break-word {
  word-wrap: break-word
}
.line-height-075 {
  line-height: .75rem
}
.line-height-1 {
  line-height: 1rem
}
.line-height-1-125 {
  line-height: 1.125rem
}
.line-height-1-5 {
  line-height: 1.5rem
}
.line-height-2 {
  line-height: 2rem
}
.line-height-3 {
  line-height: 3rem
}
.line-height-3-5 {
  line-height: 3.5rem
}
.line-height-4 {
  line-height: 4rem
}
.list-style-none {
  list-style: none
}
.list-style-unset {
  list-style: unset
}
.list-style-disc {
	list-style: disc;
	margin-left: 20px;
}
.list-style-decimal {
	list-style: decimal;
	margin-left: 20px;
}
.underline {
  text-decoration: underline
}
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.list-reset {
  list-style: none;
  padding-left: 0
}
.inline {
  display: inline
}
.block {
  display: block
}
.inline-block {
  display: inline-block
}
.display-none {
  display: none
}
.table {
  display: table
}
.table-row {
  display: table-row
}
.table-cell {
  display: table-cell
}
.overflow-hidden {
  overflow: hidden
}
.overflow-x-hidden {
  overflow-x: hidden
}
.overflow-scroll {
  overflow: scroll
}
.overflow-auto {
  overflow: auto
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
.left {
  float: left
}
.right {
  float: right
}
.fit {
  max-width: 100%
}
.max-width-50px {
  max-width: 50px
}
.max-width-60px {
  max-width: 60px
}
.max-width-80px {
  max-width: 80px
}
.max-width-100px {
  max-width: 100px
}
.max-width-150px {
  max-width: 150px
}
.max-width-300px {
  max-width: 300px
}
.max-width-05 {
  max-width: 12rem
}
.max-width-1 {
  max-width: 24rem
}
.max-width-2 {
  max-width: 32rem
}
.max-width-3 {
  max-width: 48rem
}
.max-width-4 {
  max-width: 64rem
}
.max-width-5 {
  max-width: 80rem
}
.max-height-0 {
  max-height: 0
}
.max-height-20 {
  max-height: 20rem
}
.border-box {
  box-sizing: border-box
}
.align-baseline {
  vertical-align: baseline
}
.align-top {
  vertical-align: top
}
.align-middle {
  vertical-align: middle
}
.align-bottom {
  vertical-align: bottom
}

/* Spacing */
.m0 {
  margin: 0
}
.mt0 {
  margin-top: 0
}
.mr0 {
  margin-right: 0
}
.mb0 {
  margin-bottom: 0
}
.ml0,
.mx0 {
  margin-left: 0
}
.mx0 {
  margin-right: 0
}
.my0 {
  margin-top: 0;
  margin-bottom: 0
}
.m3px {
  margin: 3px
}
.m05 {
  margin: 0.5rem
}
.mt05 {
  margin-top: 0.5rem
}
.mr05 {
  margin-right: 0.5rem
}
.mb05 {
  margin-bottom: 0.5rem
}
.ml05, .mx05 {
  margin-left: 0.5rem
}
.mx05 {
  margin-right: 0.5rem
}
.my05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}
.m1 {
  margin: 1rem
}
.mt1 {
  margin-top: 1rem
}
.mr1 {
  margin-right: 1rem
}
.mb1 {
  margin-bottom: 1rem
}
.ml1, .mx1 {
  margin-left: 1rem
}
.mx1 {
  margin-right: 1rem
}
.my1 {
  margin-top: 1rem;
  margin-bottom: 1rem
}
.m2 {
  margin: 1.5rem
}
.mt2 {
  margin-top: 1.5rem
}
.mr2 {
  margin-right: 1.5rem
}
.mb2 {
  margin-bottom: 1.5rem
}
.ml2, .mx2 {
  margin-left: 1.5rem
}
.mx2 {
  margin-right: 1.5rem
}
.my2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}
.m3 {
  margin: 2rem
}
.mt3 {
  margin-top: 2rem
}
.mr3 {
  margin-right: 2rem
}
.mb3 {
  margin-bottom: 2rem
}
.ml3, .mx3 {
  margin-left: 2rem
}
.mx3 {
  margin-right: 2rem
}
.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem
}
.m4 {
  margin: 2.5rem
}
.mt4 {
  margin-top: 2.5rem
}
.mr4 {
  margin-right: 2.5rem
}
.mb4 {
  margin-bottom: 2.5rem
}
.ml4, .mx4 {
  margin-left: 2.5rem
}
.mx4 {
  margin-right: 2.5rem
}
.my4 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}
.mxn1 {
  margin-left: -1rem;
  margin-right: -1rem
}
.mxn2 {
  margin-left: -1.5rem;
  margin-right: -1.5rem
}
.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem
}
.mxn4 {
  margin-left: -2.5rem;
  margin-right: -2.5rem
}
.m2px {
  margin: 2px;
}
.my4px {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ml-auto {
  margin-left: auto
}
.mr-auto, .mx-auto {
  margin-right: auto
}
.mx-auto {
  margin-left: auto
}
.p0 {
  padding: 0
}
.pt0 {
  padding-top: 0
}
.pr0 {
  padding-right: 0
}
.pb0 {
  padding-bottom: 0
}
.pl0, .px0 {
  padding-left: 0
}
.px0 {
  padding-right: 0
}
.py0 {
  padding-top: 0;
  padding-bottom: 0
}
.p05 {
  padding: 0.5rem
}
.pt05 {
  padding-top: 0.5rem
}
.pr05 {
  padding-right: 0.5rem
}
.pb05 {
  padding-bottom: 0.5rem
}
.pl05 {
  padding-left: 0.5rem
}
.py05 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}
.px05 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}
.p1 {
  padding: 1rem
}
.pt1 {
  padding-top: 1rem
}
.pr1 {
  padding-right: 1rem
}
.pb1 {
  padding-bottom: 1rem
}
.pl1 {
  padding-left: 1rem
}
.py1 {
  padding-top: 1rem;
  padding-bottom: 1rem
}
.px1 {
  padding-left: 1rem;
  padding-right: 1rem
}
.p2 {
  padding: 1.5rem
}
.pt2 {
  padding-top: 1.5rem
}
.pr2 {
  padding-right: 1.5rem
}
.pb2 {
  padding-bottom: 1.5rem
}
.pl2 {
  padding-left: 1.5rem
}
.py2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}
.px2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.p3 {
  padding: 2rem
}
.pt3 {
  padding-top: 2rem
}
.pr3 {
  padding-right: 2rem
}
.pb3 {
  padding-bottom: 2rem
}
.pl3 {
  padding-left: 2rem
}
.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem
}
.px3 {
  padding-left: 2rem;
  padding-right: 2rem
}
.p4 {
  padding: 2.5rem
}
.pt4 {
  padding-top: 2.5rem
}
.pr4 {
  padding-right: 2.5rem
}
.pb4 {
  padding-bottom: 2.5rem
}
.pl4 {
  padding-left: 2.5rem
}
.py4 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.px4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}
.p5 {
  padding: 3rem
}
.pt5 {
  padding-top: 3rem
}
.pr5 {
  padding-right: 3rem
}
.pb5 {
  padding-bottom: 3rem
}
.pl5 {
  padding-left: 3rem
}
.py5 {
  padding-top: 3rem;
  padding-bottom: 3rem
}
.px5 {
  padding-left: 3rem;
  padding-right: 3rem
}
.p2px {
  padding: 2px;
}
.py2px {
  padding-top: 2px;
  padding-bottom: 2px;
}
.p4px {
  padding: 4px;
}
.px4px {
  padding-left: 4px;
  padding-right: 4px;
}
.pt4px {
  padding-top: 4px;
}
.py4px {
  padding-top: 4px;
  padding-bottom: 4px;
}
/* End Spacing */

.col {
  float: left
}
.col, .col-right {
  box-sizing: border-box
}
.col-right {
  float: right
}
.col-1 {
  width: 8.33333%
}
.col-2 {
  width: 16.66667%
}
.col-3 {
  width: 25%
}
.col-4 {
  width: 33.33333%
}
.col-5 {
  width: 41.66667%
}
.col-6 {
  width: 50%
}
.col-7 {
  width: 58.33333%
}
.col-8 {
  width: 66.66667%
}
.col-9 {
  width: 75%
}
.col-10 {
  width: 83.33333%
}
.col-11 {
  width: 91.66667%
}
.col-12 {
  width: 100%
}
@media (max-width: 40.06rem) {
  .xs-col-12 {
    width: 100%
  }
  .xs-col-6 {
    width: 50%
  }
	.xs-pt0 {
	  padding-top: 0
	}
	.xs-pt1 {
	  padding-top: 1rem
	}
  .xs-pt2 {
    padding-top: 2rem
  }
	.xs-px05 {
	  padding-left: .5rem;
	  padding-right: .5rem
	}
	.xs-pr05 {
	  padding-right: .5rem
	}
	.xs-px1 {
	  padding-left: 1rem;
	  padding-right: 1rem
	}
	.xs-mr05 {
	  margin-right: .5rem
	}
	.xs-my05 {
	  margin-top: 0.5rem;
	  margin-bottom: 0.5rem
	}
	
}
.shadow {
	box-shadow: 0.2rem 0.2rem 0.3rem 0 #C7CEC6;
}

.text-shadow {
	text-shadow: 0.2rem 0.2rem 1rem #000000;
}
.text-blurry {
	color: transparent;
	text-shadow: 0 0 8px rgba(0,0,0,0.9);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start
}
.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}
.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline
}
.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start
}
.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end
}
.content-center {
  -ms-flex-line-pack: center;
  align-content: center
}
.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between
}
.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around
}
.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0
}
.flex-fixed {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999
}
@media (max-width: 40.06rem) {
	.xs-order-last {
	  -webkit-box-ordinal-group: 100000;
	  -ms-flex-order: 99999;
	  order: 99999
	}
}
.relative {
  position: relative
}
.absolute {
  position: absolute
}
.fixed {
  position: fixed
}
.sticky {
	position: -webkit-sticky;
  position: sticky
}
@media (max-height: 500px) {
	.xs-height-relative {
		position: relative
	}
}
.top-0 {
  top: 0
}
.top-3px {
  top: 3px
}
.top-50px {
  top: 50px
}
.bottom-8px {
  bottom: 8px
}
.right-0 {
  right: 0
}
.right-3px {
  right: 3px
}
.right-8px {
  right: 8px
}
.right-50px {
  right: 50px
}
.bottom-0 {
  bottom: 0
}
.left-0 {
  left: 0
}
.z1 {
  z-index: 1
}
.z2 {
  z-index: 2
}
.z3 {
  z-index: 3
}
.z4 {
  z-index: 4
}
.z20 {
  z-index: 20
}
.border {
  border-style: solid;
  border-width: 1px
}
.border-2 {
  border-style: solid;
  border-width: 2px
}
.border-dashed-2 {
  border-style: dashed;
  border-width: 2px
}
.border-dotted-2 {
  border-style: dotted;
  border-width: 2px
}
.border-top {
  border-top-style: solid;
  border-top-width: 1px
}
.border-right {
  border-right-style: solid;
  border-right-width: 1px
}
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px
}
.border-bottom-dotted {
  border-bottom-style: dotted;
  border-bottom-width: 1px
}
.border-left {
  border-left-style: solid;
  border-left-width: 1px
}
.border-none {
  border: 0
}
.border-spacing-0 {
	border-spacing: 0;
}
.border-spacing {
	border-spacing: 1px;
}
.outline-0 {
  outline: 0;
}
.rounded {
  border-radius: 3px
}
.rounded-05 {
  border-radius: 0.5rem
}
.rounded-top-05 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem
}
.rounded-1 {
  border-radius: 1rem
}
.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.dot-15 {
	height: 1.5em;
	width: 1.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.rounded-top {
  border-radius: 3px 3px 0 0
}
.rounded-right {
  border-radius: 0 3px 3px 0
}
.rounded-bottom {
  border-radius: 0 0 3px 3px
}
.rounded-left {
  border-radius: 3px 0 0 3px
}
.rounded-top-1 {
  border-radius: 1em 1em 0 0
}
.not-rounded {
  border-radius: 0
}
.hide {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  display: none !important;
}
.blink {
  animation: blinker 2s linear infinite;
}
@media (max-width: 40.06rem) {
  .xs-hide {
    display: none
  }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
main {
  max-width: 100%;
  margin: 0 auto
}
#content:target {
  margin-top: calc(0px - 3.5rem);
  padding-top: 3.5rem
}
h1, .h1 {
  font-size: 1.75rem;
  line-height: 2.25rem
}
h2, .h2 {
  font-size: 1.5rem;
  line-height: 2rem
}
h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem
}
h4, .h4 {
  font-size: 1rem;
  line-height: 1.5rem
}
h5, .h5 {
  font-size: .875rem;
  line-height: 1.125rem
}
h6, .h6 {
  font-size: .75rem;
  line-height: 1rem
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'museo500'
}
/*
a, a:active, a:visited {
  color: inherit
}
*/
/* Oz Labels Custom */
/* Colours */
.white, .hover-white:hover, a.white:link, a.white:visited, a.white:hover, a.white:active {
	color: #fff;
}
.bg-white {
	background-color: #fff;
}

.black, .hover-black:hover, a.black:link, a.black:visited, a.black:hover, a.black:active {
	color: #000;
}
.bg-black {
	background-color: #000;
}

.light-blue {
	color: #d0fffb;
}
.bg-light-blue {
	background-color: #d0fffb;
}

.blue, .hover-blue:hover, a.blue:link, a.blue:visited, a.blue:hover, a.blue:active {
	color: #00b7db;
}
.bg-blue {
	background-color: #00b7db;
}

.dark-blue {
	color: #0000ff;
}

.green {
	color: #0CB021;
}
.border-green {
	border-color: #0CB021;
}
.bg-green {
	background-color: #0CB021
}

.light-green {
	color: #EAFDDB;
}
.bg-light-green {
	background-color: #EAFDDB;
}
.bg-middle-green {
	background-color: #a7fbc0;
}

.orange, .hover-orange:hover, a.orange:link, a.orange:visited, a.orange:hover, a.orange:active {
	color: #F7931D;
}
.bg-orange, .hover-bg-orange:hover {
	background-color: #F7931D;
}
.border-orange {
	border-color: #F7931D;
}

.bg-light-orange {
	background-color: #ffd9d9;
}
.border-light-orange {
	border-color: #ffd9d9;
}

.bg-super-light-grey {
	background-color: #eee;
}

.light-grey, .hover-light-grey:hover {
	color: #ccc;
}
.bg-light-grey {
	background-color: #ccc;
}
.border-light-grey {
	border-color: #ccc;
}

.grey {
	color: #888;
}
.bg-grey {
	background-color: #999;
}
.border-grey {
	border-color: #888;
}
 
.dark-grey {
	color: #6b6b6b;
}
.bg-dark-grey {
	background-color: #6b6b6b;
}
.border-dark-grey {
	border-color: #6b6b6b;
}

.brown {
	color: #493831;
}
.bg-brown {
	background-color: #493831;
}

.red, .hover-red:hover {
	color: #FF0000;
}
.bg-red {
	background-color: #FF0000;
}

.bg-dark-red {
  background-color: #bf3f3f;
}

.bg-transparent {
	background-color: transparent;
}

.yellow {
	color: #ffff00;
}
.bg-yellow {
	background-color: #ffff00;
}

.opacity-08 {
	opacity: 0.8;
}
/* End Colours */


.items {
 display: flex;
 justify-content:space-around;
 flex-wrap: wrap;
}
.item {
 flex-grow: 1;
 flex-shrink: 1;
}
.item1 {
 flex-grow: 1;
}
.item9 {
 flex-grow: 9;
}
@media (max-width: 40.06rem) {
	.xs-item1 {
	 flex-grow: 1;
	}
}

.tile {
 background-color: white;
 width: 120px;
 height: 200px;
 display: block;
 margin: 8px;
 -webkit-tap-highlight-color: #eee;
 max-width: 200px;
}
@media (max-width: 500px) {
 .items .tile {
   width: 150px;
   height: 200px;
 }
}
.tile:active {
 background-color: #eee;
}
.tile p {
 margin: 0;
 padding: 0 8px;
 font-size: 14px;
 line-height:20px;
}
.tile .name {
 margin-top: 8px;
}
.tile .price {
 margin-bottom: 8px;
}
.tile .price,
.tile .star {
 color: black;
}
.list-overflow {
 width: 160px;
 margin-top: 150px;
}
.refine {
 display: none;
}
.filter-mobile {
 display: none;
}
@media (min-width: 600px) {
 .refine {
   display:inline;
   float: left;
   width: 20%;
   box-shadow: 5px 0 5px -5px rgba(0,0,0,.4);
 }
 .content {
   float: right;
   width: 80%;
 }
 .grid {
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
 }
 .products {
   display: inline-block;
 }
}
@media (max-width: 500px) {
 .filter-mobile {
   display:inline;
 }
 .products {
   display: block;
   height: 100px;
   padding: 0;
   padding-right: 8px;
 }
}
.font1 {
	font-family: 'segoe_printbold'
}
.font2 {
	font-family: 'museo500'
}
.font3 {
	font-family: 'museo700'
}
.font4 {
	font-family: "Droid Sans", Calibri, "Lucida Grande", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif
/*	font-family: 'Open Sans', sans-serif*/
}
input.[type=text], input[type=password], input[type=number], textarea {
  display: inline-block;
  font-size: 1em;
  background: #fff;
  -webkit-appearance: none;
  border: 1px solid #333;
  border-radius: .5em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  padding: .25em .6em;
  margin: .3em .2em;
  height: 2.4em
}
input[type=number] {
	width: 100px
}
.info {
 width: 50%;
 float: left
}
.cursor-pointer {
	cursor: pointer
}
.filled {
	height: 100%;
	width: 100%
}
.filled-w {
	width: 100%
}
.filled-y {
	height: 100%;
}
.generic-button, .minor-btn {
	border-radius: 10px;
	padding: 5px 16px;
	display: inline-block;
	cursor: pointer;
	border: 0;
	box-shadow: 0.2rem 0.2rem 0.3rem 0 #968178;
}
.generic-button {
	background-color: #ed8223;
	color: #FFF;
}
.minor-btn {
	background-color: #B9F08D;
	color: #096ec5;
}
.generic-button.disabled, .generic-button:disabled, .minor-btn.disabled {
	background-color: #ccc;
	color: #999;
	cursor: auto;
}
.grecaptcha-badge { visibility: hidden; }
/******End From Generic*******/



a.btn-buy, label.btn-buy {
	font-family: 'segoe_printbold';
	font-size: 0.9em;
	float: right;
	text-align: center;
	padding: 0 0.8em;
	border: 1px solid;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0.2em 0.5em 0;
	background-color: #F7931D;
	border-color: #E28007;
	cursor: pointer;
}
.frame {
	display: inline-block;
	background: #fff;
	position: relative;
	margin: 0 1em 2em 0.5em;
	-webkit-box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.5);
	box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.5);
	vertical-align: text-top;
}
.frame div.left {
	background: url(https://cdn.fabricwallstickers.com/images/post-frame-left-bg.png) repeat-y left top;
	position: absolute;
	left: -7px;
	top: 0;
	width: 8px;
	height: 100%;
}
.frame div.right {
	background: url(https://cdn.fabricwallstickers.com/images/post-frame-right-bg.png) repeat-y left top;
	position: absolute;
	right: -7px;
	top: 0;
	width: 8px;
	height: 100%;
}
.frame div.top {
	background: url(https://cdn.fabricwallstickers.com/images/post-frame-top-bg.png) repeat-x left top;
	position: absolute;
	left: 0;
	top: -7px;
	width: 100%;
	height: 8px;
}
.frame div.top:before {
	content: '';
	background: url(https://cdn.fabricwallstickers.com/images/post-frame-top-before.png) no-repeat left top;
	width: 18px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: -7px;
}
.frame div.top:after {
	content: '';
	background: url(https://cdn.fabricwallstickers.com/images/post-frame-top-after.png) no-repeat left top;
	width: 18px;
	height: 8px;
	position: absolute;
	top: -1px;
	right: -17px;
}
.frame div.bottom:before {
	content: '';
	background: url(https://cdn.fabricwallstickers.com/images/post-frame-bottom-before.png) no-repeat left top;
	width: 18px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -7px;
}
.frame div.bottom:after {
	content: '';
	background: url(https://cdn.fabricwallstickers.com/images/post-frame-bottom-after.png) no-repeat left top;
	width: 18px;
	height: 8px;
	position: absolute;
	bottom: 0;
	right: -18px;
}
.frame div.bottom {
	background: url(https://cdn.fabricwallstickers.com/images/post-frame-bottom-bg.png) repeat-x left bottom;
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 8px;
}
.overflow {
	overflow: hidden;
}
/*
.page-heading {
	background: url(https://cdn.fabricwallstickers.com/images/inner-heading-bg.png) repeat-x left top;
	height: 7.5em;
	width: 100%;
	text-align: left;
	padding: 1.5em 0.5em 0 2em;
}
.page-heading div.title1 {
	margin: 0 0 0.5em 0;
	color: #F7931D;
}
.page-heading div.description {
	font-family: 'museo500';
	color: #848484;
	font-weight: normal;
}
*/
.round-corners {
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

.fa-facebook-square {
	color:#3b5998
}
.fa-pinterest-square {
	color:#cb2027
}
.fa-twitter-square {
	color:#00aced
}
.fa-google-plus-square {
	color:#dd4b39
}
.fa-pencil-square-o {
	color:#00BDF5
}
.fa-trash-o {
	color:#D85612
}
/*
input[type=submit].btn-submit, label.btn-submit, a.btn-submit, button.btn-submit {
	cursor: pointer;
	font-family: 'segoe_printbold';
	font-size: 1.1em;
	text-align: center;
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	background-color: #F7931D;
	width: initial;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border: none;
	box-shadow: 2px 2px 2px #888888;
}
.large-screen-object {
	display: none;
}
.small-screen-object {
	display: block;
}
*/
.share-social {
	margin-bottom: 0.5em;
	text-align: right;
}
.share-social .title {
	margin-bottom: 0.5em;
}
.share-social .title {
	font-size: 0.8em;
	margin-right: 0.2em;
}
.share-social a:hover i {
	color: orange;
}



/************input form**************/
form .form-row {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	display: block;
	color: #666;
	font-weight: bold;
	padding: .5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
	form .form-row select, form .form-row input[type=text], form .form-row input[type=email], form .form-row input[type=password], form .form-row textarea {
/*		margin: 0.3em 0;*/
		width: 100%;
		color: #777;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #C8BEB2;
		clear: both;
		height: 2.5em;
		padding: 0.5em 1em;
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
 	}
	::-webkit-input-placeholder {
	   color: #CCC;
	}
	:-moz-placeholder { /* Firefox 18- */
	   color: #CCC;
	}
	::-moz-placeholder {  /* Firefox 19+ */
	   color: #CCC;
	}
	:-ms-input-placeholder {
	   color: #CCC;
	}
	form .form-row textarea {
		height: 10em;
	}
	form .form-row label.error {
		color: red;
		font-style: italic;
		font-weight: normal;
		font-size: 0.8em;
	}
/************End input form**************/

/************css slider**************/
.css-slider {
	text-align: center;
	margin: 0 auto 1em auto;
}
  .css-slider .slider-controller {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
    background-color: #DDDDDD;
    padding: 0.3rem;
  }
  .css-slider .slider-controller .button {
    padding: 5px;
    margin: auto;
    font-size: 120%;
    line-height: 12px;
  }

	.css-slider label {
		cursor: pointer;
		//display: inline-block;
		//background: rgba(255,255,255,0.5);
		-webkit-border-top-left-radius: 0.4em;
		-webkit-border-bottom-left-radius: 0.4em;
		-webkit-border-top-right-radius: 0.4em;
		-webkit-border-bottom-right-radius: 0.4em;
		-moz-border-radius-topleft: 0.4em;
		-moz-border-radius-bottomleft: 0.4em;
		-moz-border-radius-topright: 0.4em;
		-moz-border-radius-bottomright: 0.4em;
/*
		padding: 0.4em 0.5em;
		border-top-left-radius: 0.4em;
		border-bottom-left-radius: 0.4em;
		float: left;
		width: 50%;
		height: 2.4em;
*/
		text-transform: uppercase;
	}
  .css-slider label .youtube-container {
    width: 100%;
  }
  .css-slider label .youtube-container iframe {
		width: 100%;
  }
	.css-slider .frame {
		position: relative;
		float: none;
	}
	.css-slider .slide1:checked ~ .slides .inner { margin-left:0; }
	.css-slider .slide2:checked ~ .slides .inner { margin-left:-100%; }
	.css-slider .slide3:checked ~ .slides .inner { margin-left:-200%; }
	.css-slider .slide4:checked ~ .slides .inner { margin-left:-300%; }
  .css-slider .slide5:checked ~ .slides .inner { margin-left:-400%; }
  .css-slider .slide6:checked ~ .slides .inner { margin-left:-500%; }
  .css-slider .slide7:checked ~ .slides .inner { margin-left:-600%; }
  .css-slider .slide8:checked ~ .slides .inner { margin-left:-700%; }
  .css-slider .slide9:checked ~ .slides .inner { margin-left:-800%; }
  .css-slider .slide10:checked ~ .slides .inner { margin-left:-900%; }
	.css-slider .overflow {
		width: 100%;
		overflow: hidden;
	}
	.css-slider article img {
		width: 100%;
		/*max-height: 20em;*/
	}
	.css-slider .slides .inner {
		width: 1000%;
	}
	.css-slider .slides article {
		width: 10%;
		float: left;
	}

	/* Control Setup */
	.css-slider .slider-controls label {
		display: none;
		width: 3em;
		height: 3em;
		opacity: 0.5;
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.css-slider .slider-controls label:hover {
		opacity: 0.8;
	}
	.css-slider .slider-controls {
		margin: -20% 0 18% 0;
		width: 100%;
		height: 3em;
	}
	.css-slider .slider-thumbnails {
		margin: -2em 0 0 0;
		text-align: center;
		width: 100%;
    height: 100%;
    overflow: hidden;
	}
	.css-slider .slider-thumbnails label {
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		border-radius: 0.3em;
		display: inline-block;
		background: #bbb;
	}
	.css-slider .slider-thumbnails label:hover {
		background: #ccc;
		border-color: #777 !important;
	}
	.css-slider .slide1:checked ~ .slider-controls label:nth-child(2), 
	.css-slider .slide2:checked ~ .slider-controls label:nth-child(3), 
	.css-slider .slide3:checked ~ .slider-controls label:nth-child(4),
	.css-slider .slide4:checked ~ .slider-controls label:first-child {
		background: url('https://cdn.fabricwallstickers.com/images/next.png') no-repeat;
		background-color: #FFF;
		float: right;
		margin: 0 8% 0 0;
		display: block;
	}
	.css-slider .slide1:checked ~ .slider-controls label:last-child,
	.css-slider .slide2:checked ~ .slider-controls label:nth-child(1),
	.css-slider .slide3:checked ~ .slider-controls label:nth-child(2),
	.css-slider .slide4:checked ~ .slider-controls label:nth-child(3) {
		background: url('https://cdn.fabricwallstickers.com/images/prev.png') no-repeat;
		background-color: #FFF;
		float: left;
		margin: 0 0 0 8%;
		display: block;
	}
	
	.css-slider .slide1:checked ~ .slider-thumbnails label:nth-child(1),
	.css-slider .slide2:checked ~ .slider-thumbnails label:nth-child(2),
	.css-slider .slide3:checked ~ .slider-thumbnails label:nth-child(3),
	.css-slider .slide4:checked ~ .slider-thumbnails label:nth-child(4),
	.css-slider .slide5:checked ~ .slider-thumbnails label:nth-child(5) {
		background: #333;
		border-color: #333 !important;
	}
	
	/* Info Box */
	.css-slider .info {
		line-height: 1.3em;
		margin: 0 0 -150%;
		position: absolute;
		font-style: italic;
		padding: 2em;
		opacity: 0;
		color: #000;
		text-align: left;
	}
	.css-slider .info h3 {
		color: #333;
		margin: 0 0 0.3em;
		font-weight: normal;
		font-size: 1.4em;
		font-style: normal;
	}
	
	/* Slider Styling */
	.css-slider .slides {
		margin: 0;
	}
	
	/* Animation */
	.css-slider .slides .inner {
		-webkit-transform: translateZ(0);
		-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
		-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	
		-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
		-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	}
	.css-slider .slider {
		-webkit-transform: translateZ(0);
	}
	.css-slider .controls label{
		-webkit-transform: translateZ(0);
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
	
	.css-slider .slide1:checked ~ .slides article:nth-child(1) .info,
	.css-slider .slide2:checked ~ .slides article:nth-child(2) .info,
	.css-slider .slide3:checked ~ .slides article:nth-child(3) .info,
	.css-slider .slide4:checked ~ .slides article:nth-child(4) .info,
	.css-slider .slide5:checked ~ .slides article:nth-child(5) .info {
		opacity: 1;
		-webkit-transition: all 1s ease-out 0.6s;
		-moz-transition: all 1s ease-out 0.6s;
		-o-transition: all 1s ease-out 0.6s;
		transition: all 1s ease-out 0.6s;
	}
	
	.css-slider .info,
	.css-slider .controls,
	.css-slider .slides,
	.css-slider .slider-thumbnails,
	.css-slider .slider-thumbnails label,
	.css-slider .info h3 {
		-webkit-transform: translateZ(0);
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
/************End css slider**************/

/************css tabs**************/
.css-tabs {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
	.css-tabs .css-tabs-nav:before, .css-tabs-nav:after {
		display: table;
		content: " ";
	}
	.css-tabs .css-tabs-nav, .css-tabs .css-tabs-content {
		width: 100%;
	}
	.css-tabs .css-tabs-nav {
		border-bottom: 1px solid #cccccc;
		padding-top: 1em;
		overflow: auto;
	}
	.css-tabs .css-tabs-nav label {
		width: auto;
		height: auto;
		margin-right: 0.5em;
		padding: 0.6em 1em;
		display: table-cell;
		color: #00b7db;
		cursor: pointer;
		white-space: nowrap;
	}
	.css-tabs input.input-tab1:checked ~ .css-tabs-nav label.nav-tab1,
	.css-tabs input.input-tab2:checked ~ .css-tabs-nav label.nav-tab2,
	.css-tabs input.input-tab3:checked ~ .css-tabs-nav label.nav-tab3,
	.css-tabs input.input-tab4:checked ~ .css-tabs-nav label.nav-tab4,
	.css-tabs input.input-tab5:checked ~ .css-tabs-nav label.nav-tab5,
	.css-tabs input.input-tab6:checked ~ .css-tabs-nav label.nav-tab6) {
		color: #555555;
		cursor: default;
		background-color: #ffffff;
	}
	.css-tabs .css-tabs-content .css-tabs-content-tab {
		display: block;
		overflow-y: hidden;
		max-height: 0;
		transition: initial;
		-moz-transition: initial;
		-webkit-transition: initial;
	}
	.css-tabs input.input-tab1:checked ~ .css-tabs-content .css-tabs-content-tab.content-tab1,
	.css-tabs input.input-tab2:checked ~ .css-tabs-content .css-tabs-content-tab.content-tab2,
	.css-tabs input.input-tab3:checked ~ .css-tabs-content .css-tabs-content-tab.content-tab3,
	.css-tabs input.input-tab4:checked ~ .css-tabs-content .css-tabs-content-tab.content-tab4,
	.css-tabs input.input-tab5:checked ~ .css-tabs-content .css-tabs-content-tab.content-tab5,
	.css-tabs input.input-tab6:checked ~ .css-tabs-content .css-tabs-content-tab.content-tab6 {
		display: block;
		max-height: none;
		transition: initial;
		-moz-transition: initial;
		-webkit-transition: initial;
	}
/************End css tabs**************/

/************End css collapse**************/
.css-collapse {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
	.css-collapse .title-panel label {
		cursor: pointer;
 	}
	.css-collapse .collapse-panel {
		overflow: hidden;
	}
	.css-collapse input[type=checkbox] ~ .collapse-panel {
		max-height: 0;
		transition: max-height 0.5s ease-out;
		-moz-transition: max-height 0.5s ease-out;
		-webkit-transition: max-height 0.5s ease-out;
	}
	.css-collapse input[type=checkbox]:checked ~ .collapse-panel {
		max-height: 200em;
		transition: max-height 0.5s ease-in;
		-moz-transition: max-height 0.5s ease-in;
		-webkit-transition: max-height 0.5s ease-in;
	}

	div .css-collapse.style1 {
		padding-bottom: 1.5em;
	}
	.css-collapse.style1 .title-panel {
		width: 100%;
		background-color: #A8C973;
		border-radius: 1em;
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		color: #383838;
		transition: all 0.5s ease-out 0.5s;
		-moz-transition: all 0.5s ease-out 0.5s;
		-webkit-transition: all 0.5s ease-out 0.5s;
	}
	.css-collapse.style1 input[type=checkbox]:checked ~ .title-panel {
		border-radius: 1em;
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		transition: initial;
		-moz-transition: initial;
		-webkit-transition: initial;
	}
	.css-collapse.style1 .title-panel h3 {
		color: #666;
		padding: 0.5em 1em;
		cursor: pointer;
		margin-bottom: 0;
 	}
	.css-collapse.style1 .collapse-panel > div {
		padding: 0.2em 1em 0.2em 0;
		border: 2px solid #A8C973;
	}
	.css-collapse.style1 .collapse-panel li {
		padding: 0.2em 0;
	}
	.css-collapse.style1 .collapse-panel a {
		display: block;
		color: #0080EF;
		padding: 0.2em 1em;
	}
	.css-collapse.style1 .collapse-panel a:active,
	.css-collapse.style1 .collapse-panel a:hover {
		background-color: #ddd;
		color: #2a6496;
	}
	.css-collapse.style1 .collapse-panel ul {
		padding-left: 1.2em;
	}
	.css-collapse.style1 .collapse-panel .caption {
		font-size: 0.9em;
		font-style: italic;
	}
/************End css collapse**************/


/************Switch button**************/
.switch-button {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
}

.switch-button input {display:none;}

.switch-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-button .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-button input:checked + .slider {
  background-color: #2ab934;
}

.switch-button input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch-button input:checked + .slider:before {
  -webkit-transform: translateX(85px);
  -ms-transform: translateX(85px);
  transform: translateX(85px);
}

.switch-button .on
{
  display: none;
}

.switch-button .on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 0.8em;
  font-family: Verdana, sans-serif;
  text-align: center;
}

.switch-button input:checked+ .slider .on {display: block;}

.switch-button input:checked + .slider .off {display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}
/************End switch button**************/

  
/************info-box**************/
.info-box {
  max-width: 50em;
  margin: 2em auto;
  border: 0.5em dashed orange;
  padding: 2em;
  background-color: #EFFAE2;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	text-align: center;
}
	.info-box .message {
		display: inline-block;
	  font-family: 'Open Sans', sans-serif;
	  font-weight: normal;
	  font-size: 1.8em;
	  color: #000;
	  text-align: center;
	  width: 100%;
	}
	.info-box .icon-cheeky, .info-box .icon-smiley {
		display: inline-block;
		background-repeat: no-repeat;
	  background-position: center center;
	  background-size: contain;
		height: 150px;
		width: 150px;
	}
	.info-box .icon-cheeky, .info-box .icon-smiley {
		background-image: url(https://cdn.fabricwallstickers.com/images/icon-cheeky.png);
	}
	.info-box .icon-smiley {
		background-image: url(https://cdn.fabricwallstickers.com/images/icon-smiley.png);
	}
/************End info-box**************/

/************End Global**************/


/************right-nav-section**************/
section#right-nav-section {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	z-index: 10;
	width: 100%
}
section#right-nav-section label.right-nav-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: default;
}
section#right-nav-section label[for="right-nav-trigger"].right-nav-mask:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
.right-nav-trigger:checked ~ section#right-nav-section {
	right: 0;
}
section#right-nav-section .right-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 17em;
   display: inline-block;
   background-color: #EFFAE2;
   height: 100%;
   border-left: 3px dashed #18C103;
   overflow-y: auto;
}
section#right-nav-section div.features {
	display: table;
	width: 100%;
}
section#right-nav-section div.features div.row-cell {
	text-align: center;
	width: 50%;
   border: 1px solid #ccc;
   overflow: hidden;
   float: left;
}
section#right-nav-section div.features div.row-cell a {
	display: block;
	line-height: 2.5em;
	color: #FFF9E7;
   background-color: orange;
}
section#right-nav-section div.features div.row-cell.livechat a span {
   height: 1.8em;
   top: -3px;
	}
section#right-nav-section div.features div.row-cell a:hover {
   background-color: #11A90A;
}
section#right-nav-section div.features div.row-cell a:hover i {
 	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
   color: #FFF9E7;
}
div.features div.row-cell.livechat span i:nth-child(1) {
  margin-left: -0.5em;
   padding: 0.1em;
}
section#right-nav-section ul.navigation {
	text-align: left;
	margin: 0;
}
section#right-nav-section ul.navigation > li {
	border-bottom: 2px solid #60D065;
}
section#right-nav-section ul.navigation > li a,
section#right-nav-section ul.navigation > li label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #067EF1;
	background-color: #BCF3B5;
	padding: 0.4em 1em;
	cursor: pointer;
}
section#right-nav-section ul.navigation > li a:hover,
section#right-nav-section ul.navigation > li label:hover {
	color: #119A00;
	background-color: #9DDFFF;
}
section#right-nav-section ul.navigation > li a i,
section#right-nav-section ul.navigation > li label i {
	float: right;
	margin-top: 0.2em;
  }
section#right-nav-section ul.navigation > li > ul {
	max-height: 0;
	overflow: hidden;
	margin: 0;
}
section#right-nav-section ul.navigation > li > input:checked ~ ul {
	max-height: 30em;
}
section#right-nav-section ul.navigation > li > input:checked ~ label i {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
section#right-nav-section ul.navigation > li ul li a {
	background-color: #DFF1DC;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.3em 1em;
   border-bottom: 1px solid #CCC;
}
/*
section#right-nav-section .right-nav:before {
	content: '';
	background-image: linear-gradient(to right, transparent 0%, #EFFAE2 100%);
	width: 2em;
	height: 100%;
	position: absolute;
	top: 0;
	left: -2em;
}
*/

.menu-item-sale {
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	right: -3em !important;
	top: -1em !important;
	left: unset !important;
}

.rmenu-item-sale {
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	right: 0 !important;
	top: -0.4em !important;
	left: unset !important;
}

/************End right-nav-section**************/



/************header-top**************/
label[for="right-nav-trigger"] {
	cursor: pointer;
}
.header-top, .header-top .top-badges {
	height: 42px;
}
.header .ozlabels-logo {
	width: 209px
}
.header-top div.header-button {
	padding: 0.5rem 0.5rem 0 0.5em
}

@media screen and (max-width: 500px) {
/*
	.header-top .shipping {
    position: absolute;
    top: 100%;
    background-color: rgba(73, 56, 49, 0.8);
    margin: 0;
	}
*/
	.header-top #searchPanel {
		opacity: 0.7;
	}
	.header-top #searchPanel:hover {
		opacity: 1;
	}
	/*
	.header-top .shipping div {
		display: inline-block;
	}
	*/
}
@media screen and (max-width: 40em) {
	.header-top div.header-button i.fas {
		font-size: 1.7em;
		line-height: 1em
	}
}
.header-top div.header-button .text {
	display: none
}
/*
.header-top input[type=submit] {
  background-size: 20px !important;
  background-position: 5px 5px !important;
  height: 32px;
}
.header-top input[type=text] {
	background: #ededed ;
	padding: 0 8px;
	width: 100%;
	height: 32px;
	font-family: inherit;
	font-size: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: solid 0px #ccc;
	border-radius: 0;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}
.header-top input[type=search]:focus, .header input[type=text]:focus {
	box-sizing: border-box;
	max-width: 700px;
	height: 32px;
	background-color: #fff;
	border-color: #eb407a;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(247,147,29,.5);
	outline:none
}
*/
@media screen and (max-width: 44em) {
	section#promotion-section .promotion-expiry{
		margin: 0.4em 0 0 0;
	}
}
section#promotion_bar #promo-count-down {
	display: inline-block;
	float: right;
	font-weight: bold;
	position: relative;
}
section#promotion_bar #promo-count-down.active {
  background-color: #b80000;
  padding: 16px 16px 6px 16px;
}
section#promotion_bar #promo-count-down.active::before {
	content: "Expire in";
	position: absolute;
	top: 0;
	font-size: 0.8em;
	font-weight: normal;
}
/************End header-top**************/


/************footer**************/
#footer {
	position: relative;
  width: 100%;
  /*background: url(https://cdn.fabricwallstickers.com/images/footer-pattren.gif) repeat;*/
  background-color: #493831;
  overflow: hidden;
  clear: both;
	margin-bottom: 0;
	text-align: left;
}
	#footer .title4 {
		color: #FFF;
		font-family: 'museo500';
		font-size: 1.25em;
		padding-bottom: 1em;
	}
	#footer ul {
		list-style: disc;
		color: white;
	}
	#footer ul li {
    padding: 0.5em 0;
    margin-left: 1em;
	}
	#footer ul li>a, #footer ul li>a i {
		color: #FFF;
	}
	#footer ul li>a:hover, #footer ul li>a:hover i {
		color: orange;
	}
	#footer .lower-footer {
		background: url(https://cdn.fabricwallstickers.com/images/lower-footer-bg.png) repeat-x left top;
		width: 100%;
		float: left;
		position: relative;
	}
	#footer .toy-box {
		position: absolute;
		background: url(https://cdn.fabricwallstickers.com/images/hourse-img.png) no-repeat right top;
		background-size: 60%;
		width: 18em;
		height: 8em;
		right: 1em;
		top: -2em;
	}
	#footer .lower-footer h5 {
		font-family: 'museo700';
		font-size: 1.5em;
		color: #382b26;
		margin: 1em 0 0 1em;
	}
	#footer .contact-details {
		background: url(https://cdn.fabricwallstickers.com/images/footer-aero-plane-img.png) no-repeat left top;
		background-position: 1em 0;
		width: 100%;
		height: 53px;
		padding: 1em 0.5em 0 3em;
	}
	#footer .copyrights {
		float: left;
		width: 100%;
		padding: 1em;
		position: relative;		
		font-family: 'museo700';
		font-size: 0.8em;
		color: #FFF;
		font-weight: normal;
		background-color: #2d221d;
	}
/************end footer**************/

/************main-section**************/
#main-section{
	width: 100%;
	float: left;
	background-color: #FFF;
	background: url(https://cdn.fabricwallstickers.com/images/main-bg.gif) repeat;
}

.why-fws {
	background: url(https://cdn.fabricwallstickers.com/images/main-bg.gif) repeat;
  background-color: #FFF;
}

/************index.php**************/
/************Featured Products**************/
	.twelve-point-star strong {
		font-family: 'segoe_printbold';
		display: block;
		font-size: 0.9em;
		line-height: 2.5em;
		color: #fff;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.twelve-point-star {
		height: 2.5em;
		width: 2.5em;
		position: absolute;
		top: 0;
		left: 0;
	}
	.twelve-point-star:before {
		height: 2.5em;
		width: 2.5em;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		-moz-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	.twelve-point-star:after {
		height: 2.5em;
		width: 2.5em;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		-moz-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	.twelve-point-star.hot, .twelve-point-star.hot:before, .twelve-point-star.hot:after {
		background: red;
	}
	.twelve-point-star.new, .twelve-point-star.new:before, .twelve-point-star.new:after {
		background: #cc5f00;
	}
/************End Featured Products**************/

/************Start About Brand**************/
.about-brand {
  width: 100%;
  float: left;
	background-image: url(https://cdn.fabricwallstickers.com/images/brands-pattren.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #493831;
	text-align: left;
}
	.about-brand .brands-cloud {
	  width: 100%;
	  background: url(https://cdn.fabricwallstickers.com/images/btands-cloud.png) no-repeat left top;
	  height: 13.5em;
	  padding: 2.2em 0 0 20%;
	  position: relative;
	}
	.about-brand .brands-cloud h3 {
		font-family: 'museo700';
		font-size: 2.5em;
		color: #fbf0e2;
		margin: 0;
	}
	.about-brand .text {
		font-family: 'Open Sans', sans-serif;
		text-decoration: none;
		color: #FFFFFF;
		padding: 0 2em;
		max-height: 20em;
		position: relative;
		overflow: hidden;
		transition: all 1s ease 0s;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
	}
	.about-brand .text h2, .about-brand .text a {
		color: #00b7db;
	}
	.about-brand .text .read-more {
		position: absolute; 
		bottom: 0; 
		left: 0;
		width: 100%; 
		text-align: center; 
		margin: 0; padding: 30px 0; 
		/* "transparent" only works here because == rgba(0,0,0,0) */
		background-image: linear-gradient(to bottom, transparent, black);
		opacity: 100;
	}
	.about-brand .text .read-more label {
//		width: 10em;
		background-color: rgba(255,128,0,0.8);
		padding: 0.5em 1em;
		cursor: pointer;
	}
	.about-brand input:checked ~ .text {
		max-height: none;
	}
	.about-brand input:checked ~ .text .read-more {
		opacity: 0;
	}
	.about-brand input:checked ~ .text .read-more label {
		display: none;
	}
/************End About Brand**************/

/************Start Testimonials**************/
.testimonials {
	width: 100%;
	float: left;
	background-color: #EBDCC7;
	overflow: hidden;
	clear: both;
	padding: 2.5em 0 2em 0;
}
	.testimonials .title {
		background: url(https://cdn.fabricwallstickers.com/images/tweets-img.png) no-repeat left top;
		background-size: 4.5em;
		width: 100%;
		height: 5.5em;
		overflow: hidden;
		padding: 0 0.5em 0.5em 1em;
		transition: all 0.1s ease-out 0s;
		background-position: 1em 0;
	}
	.testimonials:hover .title {
		background: url(https://cdn.fabricwallstickers.com/images/tweets-img3.png) no-repeat left top;
		background-size: 4.5em;
		background-position: 1em 0;
	}
	.testimonials h3 {
		font-family: 'museo700';
		font-size: 2em;
		padding: 0 0.5em 0.5em 2.5em;
		color: #F7931D;
		text-align: left;
	}
	.testimonials .testimonials-slider {
		margin: 1em 1em 1em 1em;
		text-align: left;
	}
	.testimonials .css-slider .slider-controls {
		margin: 0;
	}
	.testimonials article {
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
		text-decoration: none;
		color: #0083a1;
	}
	.testimonials .css-slider .slider-thumbnails {
		width: 10em;
		margin: -2em auto;
	}
	.testimonials .sa_seal {
		text-align: center;
	}
	.testimonials .sa_overall_rating {
		font-size: 0.9em;
		text-align: center;
	}
/************End Testimonials**************/

.nav > li > a:hover {
	color: #00b7db;
}
/************End index.php**************/



/************category.php**************/
	.category-page .category-details {
		padding: 0.5em 0 1em 0em;
	}
	.category-page .category-details .more_details {
		display: block;
		text-align: center;
    background-color: #8CC63F;
    color: #FFF;
    padding: 0.5em 1em;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
	}
	.category-page .category-details #comparison-table-switch:checked ~ label .more_details {
		display: none;
	}
	.category-page .category-details .comparison-table {
		overflow: hidden;
		max-height: 0px;
	}
	.category-page .category-details #comparison-table-switch:checked ~ .comparison-table {
		max-height: 2000px;
	}
	.category-page .category-details .category-desc {
    font-size: 0.9em;
    color: #666;
		line-height: 1.5em;
	}
	.category-page .category-details .category-desc ul li {
		text-indent: 1.1em;
		list-style-type: disc;
    list-style-position: inside;
  }
	.category-page .category-details .category-desc ul li b {
    color: #00ACCC;
	}
	.category-page .category-details .category-desc h2,
	.category-page .category-details .category-desc h3 {
		font-size: 1.1em;
		color: #00b7db;
		margin-top: 0.5em;
	}
	.category-page .category-details .category-desc table {
		text-align: center;
		background-color: #50BF65;
    border-spacing: 1px;
	}
	.category-page .category-details .category-desc input#switch-display-rows ~ table tr.long-table-row {
		display: none;
	}
	.category-page .category-details .category-desc input#switch-display-rows:checked ~ table tr.long-table-row {
		display: table-row;
	}
	.category-page .category-details .category-desc table thead tr th {
		background-color: #3B924B
	}
	.category-page .category-details .category-desc table thead tr th h2 {
		color: #FFF;
	}
	.category-page .category-details .category-desc table tbody tr:nth-child(odd) {
		background-color: #FDEFE5;
	}
	.category-page .category-details .category-desc table tbody tr:nth-child(even) {
		background-color: #EEFDED;
	}
	.category-page .category-details .category-desc table tbody tr th {
		background-color: #D6D6D6;
	}
	.category-page .category-details .category-desc table th,
	.category-page .category-details .category-desc table td {
		padding: 0.4em;
	}
	.category-page .category-details .category-desc table th,
	.category-page .category-details .category-desc table th h2 {
		color: #4E4E4E;
	}
	
	@media screen and (max-width: 600px) {
		.category-page .category-details .category-desc table thead {
			display: none;
		}
		.category-page .category-details .category-desc table tbody tr th {
			display: block;
			color: #FFF;
			background-color: #2BA742;
		}
		.category-page .category-details .category-desc table tr {
		  display: block;
		  border-bottom: 2px solid #ddd;
		}
		.category-page .category-details .category-desc table.clothing-labels td {
		  display: block;
//		  text-align: left;
		  border-bottom: 1px dotted #ccc;
//		  padding-left: 50%;
		  position: relative;
		  padding-left: 10em;
		}
		.category-page .category-details .category-desc table td:before {
		  content: attr(data-title);
		  text-transform: uppercase;
		  font-weight: bold;
			box-sizing: border-box;
			padding: 0.5em 0.3em;
			font-size: 0.9em;
			background-color: #D6D6D6;
			color: #000;
			width: 11em;
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
		}
	}
	
	.category-page .btn-category-trigger {
		display: inline-block;
		cursor: pointer;
		color: #00b7db;
		padding: 0.2em 0;
		margin-bottom: 0.5em;
	}
	.category-page #category-trigger:checked ~ .btn-category-trigger {
		transform: rotate(90deg);
	}
	.category-page #category-trigger ~.category-tabs {
		display: none
	}
	.category-page #category-trigger:checked ~.category-tabs {
		display: block
	}
	.category-page .category-album {
		display: block;
		margin-top: 1.5em;
//		text-align: center;
	}
	.category-page .category-album .frame {
		width: 46%;
    margin-right: 1.5%;
    margin-left: 1.5%;
	}
	@media screen and (max-width: 24em) {
		.category-page .category-album .frame {
			width: 96%;
		}
	}
/*
	.category-page .category-album .frame:hover{
  	transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		z-index: 1;
		box-shadow: 16px 16px 16px 0 rgba(0,0,0,0.5);
	}
*/
	.category-page .category-album .frame .thumb {
		text-align: center;
	}
	.category-page .category-album .frame .thumb .caption {
		width: 100%;
		padding: 5px 0px;
		transition: all 0.5s ease-out 0s;
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
	}
	.category-page .category-album .frame .thumb .caption strong.title {
		font-family: 'segoe_printbold';
		font-size: 1em;
		color: #00b7db;
		display: block;
		text-align: center;
		font-weight: normal;
		padding: 0 0.3em 0 0.3em;
	}
	.category-page .category-album .frame .thumb .caption .short-desc {
		color: grey;
    font-style: italic;
    font-size: 0.8em;
    padding-bottom: 0.6em;
	}
	.category-page .category-album .frame .thumb .caption .price {
		float: left;
		color: #848484;
		font-family: 'segoe_printbold';
		text-indent: 0.9em;
		font-weight: normal;
		line-height: 1.3em;
		margin: 0.2em 1em 0.5em 0;
	}
	.category-page .category-album .frame .thumb .caption .price .package_qty {
		font-size: 0.9em;
	}
	.category-page .category-album .frame .thumb .caption .rrp-price {
		font-size: 0.9em;
		color: #848484;
    float: left;
    margin-right: 1em;
    text-decoration: line-through;
    margin-top: 0.5em;
	}
	.category-page .category-desc-box {
		float: left;
		width: 95%;
		padding: 0 0 2em 0;
		background-color: #fff;
		position: relative;
		margin: 0 2em 3em 1.5em;
	}
	.category-page .category-desc-box .description-tab {
		float: left;
		width: 100% !important;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	.category-page .category-desc-box .description-tab ul.tabs li.active {
		background: url(https://cdn.fabricwallstickers.com/images/category-desc-cloud.png) no-repeat center top;
		z-index: 99;
	}
	.category-page .category-desc-box .description-tab ul.tabs li {
		height: auto;
		float: left;
		padding: 0;
		position: relative;
		background: url(https://cdn.fabricwallstickers.com/images/category-desc-cloud-inactive.png) no-repeat center top;
		width: 218px;
		height: 90px;
		margin: -20px -50px 16px -10px;
		display: block;
		text-align: center;
	}
	.category-page .description-tab .nav-tabs > li.active > a, .description-tab .nav-tabs > li.active > a:hover, .description-tab .nav-tabs > li.active > a:focus {
		color: #00b7db !important;
		background-color: transparent !important;
		border: 0px;
	}
	.category-page .description-tab .nav > li > a {
		font-family: 'museo700';
		font-size: 18px;
		color: #666;
		font-weight: normal;
		margin: 0;
		text-decoration: none;
		padding: 30px 10px 0 0;
		border: 0px;
	}
	.category-page .category-title {
		margin: 0 0 1em 0em;
		color: #ff2066;
	}
	
	.category-page .cat_promotion {
		background-color: white;
		border: 1px dashed;
		color: red;
		font-size: 0.9em;
		padding: 0 0.5em;
		margin-bottom: 1em;
	}
  
  ul.pagination li {
    display: inline-block;
    padding: 10px 12px;
    color: #333333;
  }
  ul.pagination li:hover {
    color: #FFFFFF;
    background-color: #F7931D;
    cursor: pointer; 
  }
  ul.pagination li.disabled {
    color: #c5c5c5;
    background-color: unset;
    cursor: default;
  }
  ul.pagination li.unselect {
    color: unset;
    background-color: unset;
    cursor: default;
  }
  ul.pagination li.current {
    color: #F7931D;
    background-color: unset;
    cursor: default;
  }
/************End category.php**************/


/************product.php**************/
	.product-page .css-slider .frame {
		float: right;
	}
	.product-page .product-photos .css-slider .slider-thumbnails {
		margin: 0;
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
  .product-page .product-photos .css-slider .slider-thumbnails::-webkit-scrollbar {
    display: none;
  }
	.product-page .product-photos .css-slider .slider-thumbnails label {
		width: auto;
		height: auto;
		padding: 2px;
		margin: 2px;
		background: #DDDDDD;
	}
	.product-page .product-photos .css-slider .slider-thumbnails label img {
		display: block;
		max-height: 100px;
	}
	.product-page .product-details {
		position: relative;
		width: 100%;
	}
	.product-page .product-details .short-desc,
	.product-page .product-extra-tabs .css-tabs-content-tab {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	.product-page h2 {
		font-family: 'museo500';
		font-size: 1.5em;
		margin: 0 0 20px 0;
	}
	.product-page .price-panel {
		font-family: 'museo500';
		display: inline-block;
	}
	.product-page .price-panel .price .rrp {
		font-size: 0.7em;
		vertical-align: top;
    color: #6b6b6b;
	}
  .product-page .floating-Price-panel {
    display: inline-block;
    position: sticky;
    top: 50px;
    float: right;
    font-size: 16px;
    background: #8d846e;
    padding: 10px;
    z-index: 15;
  }
	.product-page .desc-panel {
		max-height: 150px;
		overflow: hidden;
	}
	.product-page .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.5);
	}
	.product-page .desc-panel {
		max-height: 120px;
	}
	.product-page #desc_readmore:checked ~ .desc-panel {
		max-height: none;
	}
	.product-page #desc_readmore:checked ~ .desc-panel .read-more {
		display: none;
	}
	.product-page .product-details .product-features {
		margin: 0.5em 0;
	}
	.product-page .product-details .product-features li {
		list-style: none;
		display: inline-block;
		margin: 0 1em;
	}
	.product-page .product-details .rrp-price {
		color: #848484;
    margin-right: 1em;
    text-decoration: line-through;
	}
	.product-page .product-details .price {
		font-size: 1.5em;
		color: #00b7db;
		display: inline-block;
	}
	.product-page .product-details .product_status {
		color: red;
	}
	.product-page .rating-star {
		float: right;
		display: inline-block;
	}
	.product-page .product-details .share {
		text-align: right;
	}
	.product-page .product-details .short-desc ul li {
		text-indent: 1.1em;
		list-style-type: disc;
    list-style-position: inside;
  }
  .product-page .product-steps-panel {
  	display: block;
  	max-height: 0;
  	overflow-y: hidden;
  	border: 0;
  }
  .product-page input#product-switch-1:checked ~ #product-step-1,
  .product-page input#product-switch-2:checked ~ #product-step-2 {
  	display: block;
  	max-height: none;
  	overflow-y: unset;
  	border: 1px solid #888;
  }
  .product-page input.input-design:checked ~ label > div {
		outline: 2px solid #00b7db;
    outline-offset: -2px;
  }
	.product-page input.input-qty {
		width: 70px;
	}
	.product-page .btn-add-cart-error {
		color: red;
		font-style: italic;
	}
	.product-page .product-custom {
		width: 100%;
	}
	.product-page .selector-heading-top {
		background-color: #F2BC69;
		width: 100%;
		padding: 5px;
	}
	.product-page .selector-heading {
		background-color: #ccc;
		width: 100%;
		padding: 5px 0 5px 5px;
	}
	.product-page .more_details {
		text-align: right;
	}
	.product-page .product-extra-tabs .content-tab, .category-page .category-extra-tabs .content-tab {
		position: relative;
		text-align: center;
		width: 100%;
		float: left;
		background-color: #dcfcfe;
		margin: 1em 0;
		padding: 0.5em;
		border: 2px dashed grey;
	}
	.product-page .product-extra-tabs .content-tab .text, .category-page .category-extra-tabs .content-tab .text {
		text-align: left;
	}
	.product-page .product-related-row {
		text-align: center;
		width: 100%;
    background-color: #38251f;
    padding: 2em 0 1em 0;
    background-image: url(https://cdn.fabricwallstickers.com/images/brands-pattren.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #493831;
    margin: 1em 0 2em 0;
	}
	.product-page .product-related-row h3 {
		font-size: 1.4em;
		margin:0.5em;
	}
	.product-page .product-related-row .selector-wrap {
		background-color: transparent;
		border: 0;
	}
	.product-page .product-related-row .selector-wrap .selector-item .selector-item-name {
		background-color: transparent;
	}
	.product-page .product-related-row .selector-wrap .slick-prev:before,
	.product-page .product-related-row .selector-wrap .slick-next:before {
    color: white;
	}
	.product-page .product-related-row .frame {
		width: 90%;
    margin: 8px;
    min-width: 180px;
	}
	.product-page .product-related-row .frame .thumb {
		font-size: 0.9em;
	}
	.product-page .product-related-row .frame .thumb img {
		width: 100%;
		max-width: 300px;
	}
	.product-page .product-related-row .frame .thumb .caption .title {
		font-family: 'segoe_printbold';
		color: #00b7db;
		display: block;
		text-align: center;
		font-weight: normal;
		padding: 0 0.3em 0.6em 0.3em;
	}
	.product-page .product-extra-tabs .product-tab-features {
		text-align: center;
	}
	.product-page .product-extra-tabs .product-tab-features li {
		list-style: none;
    display: inline-block;
    margin: 0.4em;
	}
	.product-page .product-extra-tabs .product-tab-instructions li,
	.product-page .product-extra-tabs .product-tab-delivery li {
    margin-left: 1em;
	}
	.product-page .preview-panel-left {
		position: relative;
		z-index: 3;
		background-color: #EEE;
		border-top: 1px solid grey;
	}
	.product-page .preview-panel-left .selector-heading {
    position: absolute;
    top: -25px;
    line-height: 24px;
    padding: 0;
    background-color: transparent;
    color: white;
    text-align: center;
	}
	.product-page .preview-panel-left .selector-heading .preview-variety-name {
		width: 100%;
		background-color: #888;
	}
	.product-page input#preview-currentvariety-1:checked ~ #preview-currentvariety-name-1,
	.product-page input#preview-currentvariety-2:checked ~ #preview-currentvariety-name-2,
	.product-page input#preview-currentvariety-3:checked ~ #preview-currentvariety-name-3,
	.product-page input#preview-currentvariety-4:checked ~ #preview-currentvariety-name-4 {
		background-color: #0CB021;
	}
	.product-page #canvas_panel {
		width: 500px;
		height: 500px;
	}
	.product-page div.ebay-username {
    border: 2px solid #cccccc;
    margin: 1em 0;
	}
	.product-page #review_image .sa_logo {
		margin-top: 0 !important;
	}
	.product-page #add-to-cart:disabled ~ #shipment-estimate {
		display: none;
	}
	.product-page #add-to-cart ~ #disable-ordering-reason {
		display: none;
	}
	.product-page #add-to-cart:disabled ~ #disable-ordering-reason {
		display: block;
	}
	.separator-custom {
    width: 100%;
    text-align: center;
    background-color: #f2bc69;
    color: #FFF;
    padding: 0.4em;
    font-size: 1.8em;
    font-weight: bold;
	}
	.product-page a.jump-tag {
    position: absolute;
    top: -50px;
	}
	

/************selector**************/
	.product-page .selector-wrap, .product-page .input-wrap, .product-page .product-preview-wrap {
		background-color: #FFFFFF;
		border: 3px solid #FFFFFF;
	}
	.product-page .selector-wrap {
		padding: 0.5em 2em 0.5em 2em;
	}
	.product-page .selector-wrap.product-options {
		padding: 0.5em 0.5em 0.5em 0.5em;
	}
	.product-page .input-wrap {
		padding: 0.5em 0.5em 0.5em 2em;
	}
	.product-page .product-preview-wrap {
		border: 3px solid #0CB021;
		padding: 5px;
	}
	.product-page .preview-image {
		text-align: center;
	}
	.product-page .preview-image img {
		max-height: 120px;
	}
	.slick-prev, .slick-next {
		top: 40% !important;
		width: 28px !important;
		height: 28px !important;
	}
	.slick-prev {
    left: -30px !important;
	}
	.slick-next {
    right: -30px !important;
	}
	.slick-prev:before, .slick-next:before {
		color: blueviolet;
		font-size: 28px;
	}
	.slick-disabled {
		display: none !important;
	}
	.slick-slider {
	  cursor: pointer;
	  text-align: center;
	  margin: 0px !important;
	}
	.slick-slide:focus {
		outline: none;
	}
	.selector-wrap .selector-item {
	  position: relative;
		display: inline;
		vertical-align: top;
		padding-top: 3px;
	}
	.selector-wrap .selector-item label {
	  padding: 8px;
	  cursor: pointer;
	  font-weight: normal;
	  display: inline-block;
	  margin-bottom: 5px;
	  text-align: center;
	  vertical-align: top;
	}
	.selector-wrap .selector-item input:checked:not([disabled]) + label {
	  outline: 2px solid #00b7db;
		outline-offset: -5px;
		transition: none;
    -moz-transition: none;
    -webkit-transition: none;
	}
	.selector-wrap .selector-item input:disabled + label {
		color: #b8b8b8;
		cursor: default;
	}
	.selector-wrap .selector-item input:disabled + label::before {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0px;
	  left: 0px;
	  visibility: visible;
	  opacity: 0.1;
	  background-image: repeating-linear-gradient(-45deg, transparent 3px 8px, black 3px 10px);
	  content: "";
	}
	.selector-wrap .selector-item .selector-item-name {
	  font-family: 'Open Sans', sans-serif;
	  background-color: #FFF;
	  padding: 5px;
	}
	.selector-wrap .selector-item .selector-item-name .attribute-desc {
		display: block;
		color: red;
		font-size: 0.75em;
		font-style: italic;
	}
	.selector-wrap .selector-item input:disabled + label .attribute-desc {
		color: #b8b8b8;
	}
	.selector-wrap .selector-item .selector-item-img {
		background-color: #FFFFFF;
	}
	.selector-wrap .selector-item .selector-item-img img {
		display: inline-block;
		pointer-events: none; // Workaround for IE11 bug
	}
	.selector-wrap .selector-item .selector-item-img ~ .selector-item-name {
	  font-size: 0.6em;
	}
	.selector-wrap .selector-item.disabled {
		display:none !important;
	}
	/*
	.selector-wrap input[type=text] {
		min-width: 80%;
	}
	*/
	.selector-filter {
	  float: right;
	}
	.selector-filter .filters {
	  display: inline-block;
		font-size: 0.9em;
		margin-top: 0.1em;
	}
	.selector-filter .selector-filter-option {
	  display: inline-block;
	  cursor: pointer;
	  /*margin: -5px 1px;*/
	  padding: 2px 5px;
	  font-weight: bold;
	}
	.selector-filter .selector-filter-option:hover, .selector-filter .selected {
		color: #FF6C00;
	  /*background-color: #8CC63F;*/
	}
	.selector-filter .selector-filter-option.show-more {
    color: blueviolet;
    opacity: 0.75
  }
  .selector-filter .selector-filter-option.show-more:hover {
    opacity: 1
  }
	
	.selector-filter .selector-list-all {
	  float: left;
	  cursor: pointer;
	}
	.selector-filter .selector-list-all.slick-off {
	  color: orange;
	}
/************End selector**************/

/************product custom**************/
	.product-custom .css-tabs-nav label {
		padding: 0.6em 0.5em;
	}
	.product-custom .product-selector-tabs .css-tabs-content-tab .productBox {
	  width: 100%;
	  display: block;
	  overflow-y: hidden;
	  max-height: 0px;
	  -webkit-transition: initial;
	  transition: initial;
	}
	.product-custom .product-selector-tabs .css-tabs-content-tab .active {
	  border: 2px solid #ccc;
	  display: block;
	  max-height: none;
	  -webkit-transition: max-height 1s ease-in;
	  transition: max-height 1s ease-in;
	}
	.product-custom .product-selector-tabs {
		border: 0;
		padding 1em 0 0.5em 0;
	}
	.product-custom .product-selector-tabs input.input-tab1:checked ~ .css-tabs-nav label.nav-tab1,
	.product-custom .product-selector-tabs input.input-tab2:checked ~ .css-tabs-nav label.nav-tab2,
	.product-custom .product-selector-tabs input.input-tab3:checked ~ .css-tabs-nav label.nav-tab3,
	.product-custom .product-selector-tabs input.input-tab4:checked ~ .css-tabs-nav label.nav-tab4,
	.product-custom .product-selector-tabs input.input-tab5:checked ~ .css-tabs-nav label.nav-tab5,
	.product-custom .product-selector-tabs input.input-tab6:checked ~ .css-tabs-nav label.nav-tab6 {
		color: #555555;
		background-color: #F2BC69;
	}
	.product-custom .product-selector-tabs input.input-tab1 ~ .css-tabs-nav label.nav-tab1,
	.product-custom .product-selector-tabs input.input-tab2 ~ .css-tabs-nav label.nav-tab2,
	.product-custom .product-selector-tabs input.input-tab3 ~ .css-tabs-nav label.nav-tab3,
	.product-custom .product-selector-tabs input.input-tab4 ~ .css-tabs-nav label.nav-tab4,
	.product-custom .product-selector-tabs input.input-tab5 ~ .css-tabs-nav label.nav-tab5,
	.product-custom .product-selector-tabs input.input-tab6 ~ .css-tabs-nav label.nav-tab6 {
		background-color: #d0f4da;
		color: #428bca;
		border-top-left-radius: 0.7em;
		border-top-right-radius: 0.7em;
		border-right: 1px solid #FFF;
	}
	.product-custom .css-tabs-content-tab .item-name {
		font-family: 'Open Sans', sans-serif;
		background-color: #99f98e;;
		padding: 5px;
		font-size: 1.2em;
		font-weight: bold;
	}
	.product-custom .verify-failed {
	  border: 3px dashed #FF3333 !important;
	  animation: shake .5s ease-in-out;
	  -webkit-animation: shake .5s ease-in-out;
	  -moz-animation: shake .5s ease-in-out;
	  -ms-animation: shake .5s ease-in-out;
	  -o-animation: shake .5s ease-in-out;
	}
	.product-custom .product-selector .selector-item {
		font-size: 0.9em;
		width: 7em;
		display: inline-block;
		margin: 0 0.2em 0.5em 0.2em;
		padding: 0;
	}
	.product-custom .product-selector .selector-item label {
		margin: 0;
		padding: 0.2em;
		width: 100%;
	}
	.product-custom .product-selector .selector-item label .selector-item-name {
		border-radius: 0.5em;
		box-shadow: 2px 2px 2px grey;
		padding: 0.2em;
    margin-bottom: 0.3em;
	}
	.product-custom .product-selector .selector-item.filtering-Stickons label .selector-item-name {
		background-color: #d0fffb;
	}
	.product-custom .product-selector .selector-item.filtering-Clothing label .selector-item-name {
		background-color: #ffd9d9;
	}
	.product-custom .product-selector .selector-item label .selector-item-name img {
		width: 50px;
	}
	.product-custom textarea {
		min-width: 100%;
		height: 10em;
		font-size: 1.1em;
	}
	.product-custom .textarea-wrap {
		position: relative;
		margin-right: 10px;
	}
	.product-custom .input-desc {
		display: block;
    font-style: italic;
    font-size: 0.9em;
	}
	.product-custom .input-error {
		color: red;
    font-style: italic;
    font-size: 0.9em;
	}
	.product-custom .input-count {
		position: absolute;
    bottom: 10px;
    right: 15px;
    border: 1px solid blue;
    padding: 0.3em;
    font-size: 0.8em;
  }
	.product-custom .input-count.error {
		background-color: red;
		color: #FFFFFF;
		border: 0;
	}
	.product-custom .preset-button {
    background-color: #0075ab;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0;
    border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		cursor: pointer;
	}
	.product-custom .clear-preset-button {
    background-color: white;
    border: none;
    color: #0075ab;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0;
    border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		cursor: pointer;
	}
	
	.product-page .line-setting-panel {
		display: none;
	}
	.product-page input.enable-line-setting:checked ~ div.selector-wrap .line-setting-panel {
		display: flex;
	}
	.product-page .selector-heading .input-advance-option {
		display: inline-block;
    cursor: pointer;
    margin: -5px 0;
    padding: 5px;
	}
	.product-page .selector-heading .input-advance-option:hover,
	.product-page input.enable-line-setting:checked ~ div.selector-heading .input-advance-option {
		color: #FF6C00;
	  background-color: #8CC63F;
	}
	
	.product-page input[type=range] {
		margin: .25em 1em;
		width: 60px;
	}
/*
	.product-page input[type=range]:active {
		-moz-transform: scale(2);
		-webkit-transform: scale(2);
		-o-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2)
	}
*/
	.product-page input[type=range]:active::-webkit-slider-runnable-track {
		background: orange;
	}
	.product-page input[type=range].adjust-y {
		writing-mode: bt-lr; /* IE */
		-webkit-appearance: slider-vertical; /* WebKit */
    height: 60px;
    width: 10px
	}
/************End product custom**************/

/************Page mask & Change Country Dialog**************/
	.page-dialog {
		position: fixed;
		right: 0;
		top: 0;
		width: 0;
		height: 100%;
		background-color: rgba(40, 40, 40, 0.6);
		z-index: 30;
		overflow: hidden;
	}
	input.page-dialog-switch:checked ~ .page-dialog {
		width: 100%;
		height: 100%;
	}
  .page-dialog .close {
		position: absolute;
		right: -16px;
		top: -16px;
	}
  .page-dialog .close .fa-circle {
  	color: #FFFFFF;
  }
  .page-dialog .close .fa-times-circle {
  	color: orange;
  }
  .page-dialog iframe {
  	width: 100%;
  	height: 100%;
  }
/************End page mask & Change Country Dialog**************/
/************End product.php**************/

/************article.php**************/
	.article-page .article-content ul {
		list-style: unset;
		padding: unset;
		padding-inline-start: 40px;
	}
/************End article.php**************/

/************shoppingCart.php**************/
	table.cart {
		width: 100%;
		background: rgba(255,255,255,0.4);
		text-align: center;
		color: #888;
		border: 1px solid #e5dcd0;
		border-collapse: collapse;
		border-spacing: 0;
		table-layout: fixed;
		margin-bottom: 1em;
	}
	table.cart thead tr {
		background-color: #F9EBC9;
	}
	table.cart tbody tr:nth-child(odd) {
		background-color: #EAFDDB;
	}
	table.cart tbody tr:nth-child(even) {
		background-color: #E8FDFD;
	}
	table.cart td, table.cart th {
		display: table-cell;
		vertical-align: top;
		padding: 0.6em 0.4em;
		border: solid 1px #FFC686;
	}
	table.cart th:nth-child(1), table.cart td:nth-child(1) {
		width: 2em;
		display: none;
	}
	table.cart th:nth-child(2) {
		width: auto;
	}
	table.cart th:nth-child(3) {
		width: 4.5em;
	}
	table.cart th:nth-child(4) {
		width: 3em;
	}
	table.cart td.col-product .custom-details {
		display: inline-block;
		vertical-align: top;
		border: 2px dotted #A8C973;
		padding: 0.3em;
		margin: 0.3em 0.3em 0.5em 0;
	}
	.cart-page .address-form {
		display: inline-block;
		width: 100%;
	}
	.cart-page .order-cost table.extra-inputs {
		text-align: right;
    border: 2px dashed #fca502;
    float: right;
	}
	.cart-page .order-cost table.extra-inputs td.instructions {
		font-size: 0.9em;
		font-weight: normal;
    font-style: italic;
	}
	.cart-page .order-cost table.extra-inputs label.error:before {
		clear: both;
	}
	.cart-page .order-cost table.extra-inputs label.error {
    color: red;
    font-style: italic;
    font-weight: normal;
    font-size: 0.8em;
	}
	.cart-page #fileselect {
		color: transparent;
	}
	.cart-page #dragandrophandler {
		border:2px dotted #0B85A1;
		color:#92AAB0;
		text-align:center;
		vertical-align:middle;
		padding: 10px;
		margin-bottom:10px;
		font-size: 1.8em;
	}
	.cart-page .progressBar {
		width: 200px;
		height: 22px;
		border: 1px solid #ddd;
		border-radius: 5px; 
		overflow: hidden;
		display:inline-block;
		margin:0px 10px 5px 5px;
		vertical-align:top;
	}
	.cart-page .progressBar div {
		height: 100%;
		color: #fff;
		text-align: right;
		line-height: 22px; /* same as #progressBar height if we want text middle aligned */
		width: 0;
		background-color: #0ba1b5; border-radius: 3px; 
    padding-right: 5px;
	}
	.cart-page .statusbar {
		border-top:1px solid #A9CCD1;
		min-height:25px;
		padding:10px 10px 0px 10px;
		vertical-align:top;
	}
	.cart-page .statusbar:nth-child(odd) {
		background:#EBEFF0;
	}
	.cart-page .filename {
		display:inline-block;
		vertical-align:top;
		width:250px;
	}
	.cart-page .filesize {
		display:inline-block;
		vertical-align:top;
		color:#30693D;
		width:100px;
		margin-left:10px;
		margin-right:5px;
	}
	.cart-page .abort {
		background-color:#A8352F;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		display:inline-block;
		color:#fff;
		font-family:arial;font-size:13px;font-weight:normal;
		padding:4px 15px;
		cursor:pointer;
		vertical-align:top
	}
/************End shoppingCart.php**************/


/************checkout.php**************/
	.checkout-page div.order-summary {
		border: 8px double orange;
    background-color: #EAFDDB;
    padding: 0.5em;
    box-shadow: 0.4em 0.4em 1em #8E9C8A;
    border-radius: 0.5em;
		margin-bottom: 1.5em;
		display: none;
  }
  .checkout-page input[name=show-order-summary]:checked ~ div.order-summary {
    display: block;
  }
	.checkout-page .selector-heading {
		background-color: #ccc;
		width: 100%;
		padding: 5px 0 5px 5px;
	}
	.checkout-page .selector-wrap {
		background-color: #FFFFFF;
		border: 2px solid #888;
	}
	.checkout-page .selector-wrap {
		padding: 0.5em 2em 0.5em 2em;
	}
	.checkout-page .selector-wrap .selector-item label div {
/*		background-color: #d0fffb;*/
		padding: 0.5em;
		margin: 0.5em;
		border-radius: 0.5em;
    box-shadow: 2px 2px 2px grey;
	}

  .checkout-page .shipping_option {
    display: inline-block;
    padding: 0.8em;
    background-color: #EAFDDB;
    border: 1px solid #FFC686;
    cursor: pointer;
  }
  .checkout-page input[name=shipping_method]:checked ~ .shipping_option {
    outline: 5px solid orange;
    outline-offset: -3px;
  }
  .checkout-page input#shipping_method_3:checked ~ .shipping_option #input_country {
    display: block;
  }
  .checkout-page .shipping_option .postage {
    font-size: 1.5em;
    color: blue;
  }
  .checkout-page .shipping_option .turnaround {
    font-weight: normal;
  }

	.checkout-page .payment_options li {
		margin: 4px;
		list-style: none;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  background-color: #FFF;
	  border: 1px solid orange;
	}
	.checkout-page .payment_options li > div {
		background-color: white;
	}
	.checkout-page .payment_options li label {
		cursor: pointer;
		display: inline-block;
	}
	.checkout-page .payment_options li label img {
		pointer-events: none;
	}
	.checkout-page .payment_options .title {
		font-family: 'museo700';
		margin: 0.5em;
		color: blue;
	}	
	.checkout-page table.cart {
    width: 100%;
    background: #FFFFFF;
    text-align: center;
    color: #888;
    table-layout: fixed;
    border: 1px solid #C7CEC6;
    border-radius: 0.5em;
    box-shadow: 1px 1px 4px #C7CEC6;
    margin: 1em 0 1em;
  }
	.checkout-page table.cart td:nth-child(1) {
		width: 4em;
	}
	.checkout-page table.cart td:nth-child(2) {
		width: auto;
	}
	.checkout-page table.cart .product-name {
		text-align: left;
	}
	.checkout-page table.cart td.col-product .custom-details {
		padding-top: 0.5em;
	}
	.checkout-page table.cart .product-price {
		text-align: right;
	}
	.checkout-page table.cart td {
    vertical-align: top;
  }
	.checkout-page table.total {
		width: 100%;
	}
	.checkout-page table.total td:nth-child(1) {
		text-align: left;
	}
	.checkout-page table.total td:nth-child(2) {
		text-align: right;
	}
	.checkout-page .estimate-date {
		margin-top: 1em;
		font-size: 0.9em;
    font-style: italic;
    color: #FF8F00;
	}
 .checkout-page ul.checkout-progress-bar {
	  position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2); box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
		/* Grey Strip */
		background-size: 35px 35px;
		background-color: #EcEcEc;
		background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%,transparent 75%, transparent);
		background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%,transparent 75%, transparent);
	  border-radius: 1em;
	  height: 1em;
	  margin: 1em auto 5em auto;
	  padding: 0;
	  width: 100%;
	}
  .checkout-page ul.checkout-progress-bar:before {
		/* Blue Strip */
		background-size: 35px 35px;
		background-color: #57aed1;
		background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
		background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
		-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2); box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 15%;
  }
	.checkout-page ul.checkout-progress-bar li {
    color: #ccc;
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 50px 0 0 0;
    padding: 0;
    text-align: center;
    width: 25%;
	  background: none !important;
  }
  .checkout-page ul.checkout-progress-bar li:before {
		-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
		box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    background: #ddd;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    height: 45px;
    /*left: 30%;*/
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 3;
  }
	.checkout-page input[name=checkout-step]:nth-child(1):checked ~ ul li:nth-child(1),
	.checkout-page input[name=checkout-step]:nth-child(2):checked ~ ul li:nth-child(2),
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(3),
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(4),
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(5) {
    color: #8bc53f;
    font-weight: bold;
  }
	.checkout-page input[name=checkout-step]:nth-child(1):checked ~ ul li:nth-child(1):before,
	.checkout-page input[name=checkout-step]:nth-child(2):checked ~ ul li:nth-child(2):before,
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(3):before,
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(4):before,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(5):before {
    background: #8bc53f; 
    z-index: 3;
  }
	.checkout-page input[name=checkout-step]:nth-child(2):checked ~ ul li:nth-child(1),
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(1),
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(2),
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(1),
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(2),
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(3),
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(1),
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(2),
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(3),
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(4) {
    background: #ECECEC;
    color: #57aed1;
    z-index: 3;
  }
	.checkout-page input[name=checkout-step]:nth-child(2):checked ~ ul li:nth-child(1):before,
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(1):before,
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(2):before,
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(1):before,
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(2):before,
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(3):before,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(1):before,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(2):before,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(3):before,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(4):before {
    background: #57aed1; 
    z-index: 3;
  }
	.checkout-page input[name=checkout-step]:nth-child(1):checked ~ ul li:nth-child(1):after,
	.checkout-page input[name=checkout-step]:nth-child(2):checked ~ ul li:nth-child(2):after,
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(3):after,
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(4):after,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(5):after {
    -webkit-animation: myanimation 3s 0;
		/* Green Strip */
		background-size: 35px 35px;
		background-color: #8bc53f;
		background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
		background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
		-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2); box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    content:"";
    height: 15px;
    width: 50%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
    border-radius: 15px;
  }
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(5):after {
		width: 65%;
		border-radius: 1em;
  }
	.checkout-page input[name=checkout-step]:nth-child(2):checked ~ ul li:nth-child(1):after,
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(1):after,
	.checkout-page input[name=checkout-step]:nth-child(3):checked ~ ul li:nth-child(2):after,
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(1):after,
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(2):after,
	.checkout-page input[name=checkout-step]:nth-child(4):checked ~ ul li:nth-child(3):after,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(1):after,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(2):after,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(3):after,
	.checkout-page input[name=checkout-step]:nth-child(5):checked ~ ul li:nth-child(4):after {
		/* Blue Strip */
		background-size: 35px 35px;
		background-color: #57aed1;
		background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
		background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
		-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2); box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 2;
  }
	.checkout-page ul.checkout-progress-bar li:nth-child(1):before {
    content: "1";
  }
	.checkout-page ul.checkout-progress-bar li:nth-child(2):before {
    content: "2";
  }
	.checkout-page ul.checkout-progress-bar li:nth-child(3):before {
    content: "3";
  }
	.checkout-page ul.checkout-progress-bar li:nth-child(4):before {
    content: "4";
  }
	.checkout-page ul.checkout-progress-bar li:nth-child(5):before {
    content: "5";
  }
	.checkout-page ul.checkout-progress-bar a {
    color: #57aed1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;  
	}
	.checkout-page .checkout-steps .checkout-step {
		max-height: 0;
    overflow-y: hidden;
	}
	.checkout-page input#input-step-login:checked ~ .checkout-steps .checkout-login,
  .checkout-page input#input-step-address:checked ~ .checkout-steps .checkout-address,
  .checkout-page input#input-step-shipping:checked ~ .checkout-steps .checkout-shipping,
	.checkout-page input#input-step-payment:checked ~ .checkout-steps .checkout-payment,
	.checkout-page input#input-step-review:checked ~ .checkout-steps .checkout-review {
		max-height: none;
    padding-bottom: 10px;
	}
	.checkout-page .checkout-payment input#payment_card:checked ~ .payment_options #payment_option_card,
	.checkout-page .checkout-payment input#payment_paypal:checked ~ .payment_options #payment_option_paypal,
	.checkout-page .checkout-payment input#payment_zippay:checked ~ .payment_options #payment_option_zippay,
	.checkout-page .checkout-payment input#payment_bank:checked ~ .payment_options #payment_option_bank,
	.checkout-page .checkout-payment input#payment_cheque:checked ~ .payment_options #payment_option_cheque {
		outline: 4px solid orange;
		/*outline-offset: -4px;*/
	}
	.checkout-page #other-payments-container .other-option.disabled {
    background-color: #ccc;
    cursor: default;
	}
  .checkout-page #zippay_message {
    display: none;
  }
  .checkout-page #other-payments-container .other-option.disabled #zippay_message {
    display: inline-block;
  }
	/*
	#payment_option_zippay, #payment_option_paypal {
		position: relative;
	}
	#payment_option_zippay .overlay {
		display: none
	}
	#payment_option_zippay.disabled .overlay, #payment_option_paypal.disabled .overlay {
		display: block;
		position: absolute;
		height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
	}
	*/
	.checkout-page .checkout-payment .payment_method {
		display: none;
		padding-top: 1em;
	}
	.checkout-page .checkout-payment input#payment_card:checked ~ .payment_method.card,
	.checkout-page .checkout-payment input#payment_paypal:checked ~ .payment_method.paypal,
	.checkout-page .checkout-payment input#payment_zippay:checked ~ .payment_method.zippay,
	.checkout-page .checkout-payment input#payment_bank:checked ~ .payment_method.bank,
	.checkout-page .checkout-payment input#payment_cheque:checked ~ .payment_method.cheque {
		display: block;
	}
	.checkout-page .payment_card_form .col_name {
		display: inline-block;
		width: 40%;
    vertical-align: top;
    padding-top: 1em;
  }
	.checkout-page .payment_card_form .col_input {
		display: inline-block;
		width: 55%;
	}
	.checkout-page .payment_card_form .col_input select {
		display: inline-block;
		width: 48%;
	}
	@media screen and (max-width: 32em) {
		.checkout-page .payment_card_form .col_name, .checkout-page .payment_card_form .col_input
		{
			display: block;
			width: 95%;
			padding: 0;
		}
	}
	.checkout-page .review_panel {
		display: inline-block;
	}
	.checkout-page .review_panel table th {
		vertical-align: top;
	}
	.checkout-page .bank-details {
		border: 2px green solid;
    text-align: left;
    display: inline-block;
    padding: 1em 2em;
    background: #A7FBC0;
    line-height: 1.6em;
	}
  .checkout-page div.payment_again
  {
  	display: block;
    text-align: center;
    padding: 1em;
  }
  .checkout-page.manual-payment-page div#invoice_shipping
  {
  	display: block;
  }
  .checkout-page.manual-payment-page input#use_invoice_shipping:checked ~ div#invoice_shipping
  {
  	display: none;
  }
  .checkout-page .checkout-login input {
  	width: 98%;
  }
/************End checkout.php**************/

/************sitemap.php**************/
	.sitemap-page .other-pages li {
		padding: 0.2em 0;
		margin: 0.5em 0;
		width: 20em;
	}
	.sitemap-page .other-pages a {
		display: block;
		color: #0080EF;
		background-color: #ddd;
		padding: 0.5em 1em;
	}
	.sitemap-page .other-pages a:active,
	.sitemap-page .other-pages a:hover {
		color: #2a6496;
	}
/************End sitemap.php**************/


/************faq.php**************/
	.faq-page .css-collapse {
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
		border-bottom: 1px solid #ccc;
		margin: 0 0 1em 0;
	}
	.faq-page .css-collapse .collapse-panel {
		margin: 0 0 0.5em 1.5em;
		color: #999;
		line-height: 1.5em;
	}
	.faq-page .css-collapse input[type=checkbox]:checked ~ .collapse-panel {
		max-height: 30em;
	}
/************End faq.php**************/

/************promotions.php**************/
	.promotion-page .thumb {
		text-align: center;
	}
	.promotion-page .thumb .title3 {
		color: orange;
	}
	.promotion-page .thumb .link a {
		color: #00b7db;
	}
	.promotion-page .thumb .title3 {
		font-family: 'segoe_printbold';
		font-size: 1.1em;
		margin: 0.5em;
	}
	.promotion-page .thumb .caption, .promotion-page .thumb .code, .promotion-page .thumb .expiry {
		font-size: 0.9em;
		color: #848484;
//		text-indent: 0.9em;
		font-weight: normal;
		margin: 0.5em;
		line-height: 1.5em;
	}
	.promotion-page .thumb .code, .promotion-page .thumb .expiry {
		line-height: 0.9em;
		color: #545454;
		font-weight: bold;
	}
	.promotion-page .thumb .caption {
		text-align: left;
	}
	.promotion-page .thumb .caption li {
    list-style: disc;
    margin-left: 20px;
	}
	.promotion-page .thumb .button {
    background-color: rgba(255,128,0,1);
    padding: 0.5em 1em;
    display: inline-block;
    margin: 0.2em 0 0.5em 0;
    color: #FFFFFF;
	}
	#clockdiv {
    font-family: 'segoe_printbold';
    color: #0f35f0;
    width: 100%;
    background: #c4e9f2;
    border-radius: 10px;
    font-size: 1.4em;
    text-align: center;
  }
	#clockdiv > div{
		padding: 10px;
		display: inline-block;
	}
	#clockdiv div > span{
		padding: 5px 10px;
		border-radius: 3px;
		color: #FFFFFF;
		background: #4360ed;
		display: inline-block;
	}
	#clockdiv .smalltext{
		padding-top: 5px;
		margin-right: 10px;
		font-size: 16px;
		display: inline-block;
	}
/************End promotions.php**************/

/************returnpolicy.php**************/
	.policy-page {
		margin: auto 1em;
	}
	.policy-page p {
		margin: 1em auto 1em;
		line-height: 1.4em;
	}
	.policy-page ul {
		margin-left: 3em;
		list-style: initial;
		line-height: 1.4em;
	}
/************returnpolicy.php**************/

/************messages.php & errors.php**************/
.message-page {
	text-align: center;
}
/************End messages.php & errors.php**************/


/************Pages under /user and /account**************/
table.details-table {
	width: 100%;
	border: 1px solid black;
	color: #6b6b6b;
}
table.details-table th, table.details-table td {
	padding: 4px 8px;
}
table.details-table th {
  background-color: #b7fdc0;
}
table.details-table tr.header th {
  background-color: #DDDDDD;
}
table.details-table td {
	text-align: center;
}
table.details-table tr td {
  background-color: #FFFFCC;
}
table.details-table.by-row tr:nth-child(odd) td {
  background-color: #CCFFFF;
}
table.details-table.by-row tr:nth-child(even) td {
	background-color: #FFFFCC;
}
/************End Pages under /user**************/


/************Blog pages**************/
body.blog section#right-nav-section a {
	font: 1em 'Droid Sans','Calibri','Lucida Grande','Trebuchet MS','Helvetica Neue','Arial',sans-serif;
	text-decoration: none;
}
body.blog section.entry-content {
	float: none;
}
body.blog #sidebar1 {
	background-color: #FFFFFF;
}
body.blog #footer .lower-footer h5 {
	text-transform: inherit;
	letter-spacing: inherit;
}
body.blog #footer .contact-details {
	padding-top: 1em;
}
body.blog input[type=text] {
	margin: 0;
}
/************End blog pages**************/


/************search.php**************/
.search-page {
	padding: 1em 0 2em 0;
}
.search-page #search-results {
	min-height: 400px;
}
/************End search.php**************/

/************ss360 (Search Site 360) styles**************/
input#searchBox {
	width: 160px;
  background-size: 23px !important;
  background-position: 4px 5px !important;
}
#ss360-layer.ss360-overlay {
	box-sizing: border-box !important;
}
.ss360-suggests {
	margin: 0;
}
.ss360-suggests article {
	display: flex !important;
	flex-wrap: wrap;
}
.ss360-suggests article header {
	width: 100%;
	order: 2;
	text-align: center !important;
	margin: 0;
}
.ss360-suggests article header span {
	text-overflow: unset !important;
  white-space: normal !important;
}
.ss360-suggests article {
	margin: 0;
	width: 100%;
	display: contents;
}
.ss360-suggests .ss360-content-container {
	width: 100%;
}
.ss360-layer-content {
	padding-bottom: 50px;
}
#ss360-layer .content-group-heading {
	background-color: #F7931D !important;
}
#ss360-custom-searchbutton {
	background-color: #F7931D !important;
	border: 1px solid #F7931D !important;
}
/************End ss360 (Search Site 360) styles**************/

#fpd .fpd-product-stage
{
	margin: auto;
}
#fpd .fpd-main-wrapper
{
	background-color: #FFFFFF;
}
.fpd-element-toolbar-smart
{
	display: none !important;
}
*/
/************Paypal Braintree***************/
/* Copied from dropin.css */
.braintree-dropin {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
    line-height: 1.2;
    margin: 0;
    min-width: 200px;
    padding: 0;
}
.braintree-option:first-child {
    border-radius: 4px 4px 0 0;
    border-top-width: 1px;
}
.braintree-option {
    align-items: center;
    background-color: #fafafa;
    border-color: #b5b5b5;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    cursor: pointer;
    display: flex;
    padding: 12px 10px;
}
.braintree-dropin * {
    box-sizing: border-box;
}
.braintree-option .braintree-option__label {
    color: #000;
    font-size: 16px;
    margin-left: 20px;
    width: 100%;
}
.braintree-option.disabled .braintree-option__label {
	font-weight: normal;
}
.braintree-option .braintree-option__logo {
	display: flex;
	text-align: center;
	align-items: center;
	width: 60px;
}
.braintree-sheet {
	display: none;
}
/* End coping from dropin.css */

[data-braintree-id="sheet-container"] {
	margin:0;
}
[data-braintree-id="payment-options-container"] {
	padding: 0;
}
[data-braintree-id="toggle"] {
	display: none;
}
.braintree-show-zippay .braintree-zippay, .braintree-show-bank .braintree-bank, .braintree-show-cheque .braintree-cheque {
	display: block;
	height: auto;
	overflow: visible;
	visibility: visible;
}
/************End Paypal Braintree***************/


/************Covid-19 Update***************/
#covid-content {
	display: none;
}
#show-covid:checked ~ #covid-content {
	display: block;
}
/************End Covid-19 Update***************/

