@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@viewport { width: device-width; }
@-ms-viewport { width: auto; }
* { margin: 0; padding: 0; }

body { background: #ededed; font: normal 13px 'Open Sans', Tahoma, Arial, Sans-serif; color: #666; }

p { line-height: 2em; text-align: justify; margin-top: 10px; }

a { color: #c03a3a; text-decoration: none; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; }

a:hover { color: #e26161; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; }

a img { border: none; }

ul, ol { margin: 10px 30px; padding: 0 15px; }

h1, h2, h3, h4 { font: normal 36px 'Nexa B', Century Gothic, Arial, Sans-serif; color: #444; margin: 15px 0; }

h2 { font-size: 28px; }

h3 { font-size: 17px; color: #666; margin-bottom: 0px; }

h4 { font-size: 15px; }

.yellow { color: #fdd363; }

.row { max-width: 85em !important; }

header { width: 100%; background: url(/imgs/headerBg.jpg) repeat-x; }

#headerBox { width: 100%; height: 122px; margin: 0 auto; position: relative; padding-top: 10px; }

#header-links ul { margin: 0; padding: 0; margin-left: -20px; }

#header-links ul li { display: inline; color: #fff; font: normal 11px Trebuchet MS, Arial, Sans-serif; text-transform: uppercase; padding: 0px 30px; background: url(/imgs/liSpacer.png) no-repeat center left; }

#header-links ul li a { color: #fff; text-decoration: none; }

#header-links ul li a:hover { color: #f6d779; }

#header-links ul li.topLi { background: none; }

#header-links ul li.contact:hover { color: #f6d779; }

#logo { margin-top: 20px; }

#search { float: right; width: 50%; }

#searchBtn { background: url(/imgs/searchBtn.png) no-repeat 0px -27px; width: 33px; height: 28px; position: absolute; right: 0; bottom: 0; -webkit-transition: none; transition: none; -moz-transition: none; }

#searchBtn:hover { background-position: 0 0; cursor: pointer; -webkit-transition: none; transition: none; -moz-transition: none; }

#searchBar { font: normal 11px 'Open sans', Sans-serif; color: #bbb; border: none; padding-left: 8px; width: 86%; height: 29px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #ffca29; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75); background-image: -webkit-linear-gradient(bottom, #5a5a5a, #434242); background-image: -moz-linear-gradient(bottom, #5a5a5a, #434242); background-image: -o-linear-gradient(bottom, #5a5a5a, #434242); background-image: -ms-linear-gradient(bottom, #5a5a5a, #434242); background-image: linear-gradient(to top, #5a5a5a, #434242); background: #505050; }

#socialBox { float: right; margin-right: 12px; padding-top: 2px; }

#socialBox .socialSml { background: url(/imgs/social.png); height: 23px; width: 23px; float: left; margin-left: 6px; cursor: pointer; }

#socialBox .ssMa:hover { background-position: 0 -23px; }

#socialBox .ssTw { background-position: -32px 0; }

#socialBox .ssTw:hover { background-position: -32px -23px; }

#socialBox .ssGp { background-position: -65px 0; }

#socialBox .ssGp:hover { background-position: -65px -23px; }

#socialBox .ssFb { background-position: -96px 0; }

#socialBox .ssFb:hover { background-position: -96px -23px; }

#mainMenu { margin-top: 30px; }

#mainMenu > span, #mainMenu > img { display: none; }

#mainMenu #mainUl { margin: 0; padding: 0; text-align: right; }

#mainMenu ul li { font: normal 18px 'Nexa B', Century Gothic, Arial, Sans-serif; display: inline; position: relative; padding-bottom: 30px; }

#mainMenu ul li a { color: #fff; padding: 30px 47px; text-decoration: none; }

#mainMenu ul li a:hover { color: #f8cc7f; }

#mainMenu .ddBox { display: none; width: 190px; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000; position: absolute; top: 45px; left: -7px; right: 0; margin: auto; z-index: 999; padding: 0; }

#mainMenu .ddBox li { padding-left: 0; margin: 0; font-size: 15px; background: #313131; display: block; list-style-type: none; width: 100%; border-top: 1px solid #545454; border-bottom: 1px solid #111; padding-bottom: 0; z-index: 1000; position: relative; }

#mainMenu .ddBox li a { width: 100%; display: block; text-align: center; padding: 14px 0; }

#mainMenu .ddBox li a:hover { color: #fff; }

#mainMenu .ddBox li:hover { background-color: #6a6a6a; -webkit-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.9); -moz-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.9); box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.9); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; }

#mainMenu ul li.lanTop { background: url(/imgs/liDropArrow.png) no-repeat center 30px; padding-bottom: 20px; }

#mainMenu ul li.lanTop:hover { background-position: center -20px; }

main { max-width: 1100px; margin: 0 auto; -webkit-transition: padding .2s ease-in-out; -moz-transition: padding .2s ease-in-out; -ms-transition: padding .2s ease-in-out; -o-transition: padding .2s ease-in-out; transition: padding .2s ease-in-out; }

#main { min-height: 300px; padding: 20px; margin-top: 15px; float: left; padding-top: 10px; }

.mainContBox { background: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17) !important; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17) !important; box-shadow: 0 0 5px rgba(0, 0, 0, 0.17) !important; }

#main h1 { margin: 10px 0 7px; }

#fpContainer { width: 100%; margin: 10px auto 30px; z-index: 5; }

#fpContainer > div { text-align: center; }

.sml-fp-img { max-height: 356px; }

.sliderbox { position: relative; width: 100%; height: 100%; padding-right: 15px !important; }

.nivo-controlNav { text-align: right; padding: 15px 0; margin-top: -15px; position: absolute; right: 38px; bottom: 9px; z-index: 10; }

.nivoSlider { position: relative; width: 100%; height: auto; overflow: hidden; background: #fff url(/imgs/loading.gif) no-repeat 50% 50%; width: 100%; padding: 0; border: 15px solid #fff; }

.nivoSlider img { position: absolute; top: 0; left: 0; max-width: 100%; display: none; }

.nivoSlider a { border: 0; display: block; background-color: #fff; filter: alpha(opacity=0); opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; }

.nivo-main-image { display: block !important; position: relative !important; width: 100% !important; }

.nivoSlider a.nivo-imageLink { position: absolute; top: 0; left: 0; width: 100%; border: 0; padding: 0; margin: 0; z-index: 6; display: none; }

.nivo-slice { display: block; position: absolute; z-index: 5; height: 100%; left: 15px; top: 0; }

.nivo-slice img { top: 0 !important; left: 0 !important; }

.nivo-box { display: block; position: absolute; z-index: 5; overflow: hidden; }

.nivo-box img { display: block; }

.nivo-caption { position: absolute; left: 0; bottom: 0; background: #000; color: #fff; width: 100%; z-index: 8; padding: 5px 10px; opacity: 0.8; overflow: hidden; display: none; -moz-opacity: 0.8; filter: alpha(opacity=8); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.nivo-caption p { padding: 5px; margin: 0; }

.nivo-caption a { display: inline !important; }

.nivo-html-caption { display: none; }

.nivo-directionNav a { position: absolute; top: 45%; z-index: 9; cursor: pointer; }

.nivo-prevNav { left: 0px; }

.nivo-nextNav { right: 0px; }

.nivo-controlNav a { float: left; display: block; height: 11px; cursor: pointer; background: url(/imgs/sliderCircle.png) no-repeat; -webkit-transition: none; transition: none; -moz-transition: none; }

.nivo-controlNav a.active { font-weight: bold; background-position: 0 -13px; -webkit-transition: none; transition: none; -moz-transition: none; }

#fpStylesDiv .tnwrap { padding: 0; width: 265px; height: 360px !important; text-align: center; position: relative; }

#fpStylesDiv .tnwrap a { color: #555; font: normal 17px 'Nexa B', Century Gothic, Arial, Sans-serif; padding: 10px 0 0 0; display: block; }

#fpStylesDiv .tnwrap p { width: 80%; height: 60px; margin: 20px auto 0; font-size: 13px; text-align: center; line-height: 150%; }

#fpStylesDiv .tnwrap img.hovered { display: none; position: absolute; left: 0px; top: 10px; }

#fpStylesDiv .tnwrap .imgDiv { height: 190px; }

footer { max-width: 1100px; margin: 0 auto; }

#footer { float: left; width: 100%; height: 210px; position: relative; text-shadow: 0 1px #fff; padding-top: 40px; text-align: center; }

#footer ul { padding: 0; }

#footerLogo { float: left; margin-top: 25px; }

#footer .footerList { float: left; margin: 0; text-align: center; }

#footer .footerList li { list-style-type: none; font-family: 'Nexa B', Century Gothic, Arial, Sans-serif; color: #c6c1c1; margin-bottom: 5px; font-size: 17px; }

#footer .footerList li a { color: #c6c1c1; text-decoration: none; font-size: 18px; }

#footer .footerList li a:hover { color: #666; }

#footer .footerList li.liHeader { font-size: 21px; background: none; padding-left: 0; color: #666; }

#footer .footerList .contact:hover { color: #666; }

#footer #cRight { position: absolute; right: 0; bottom: 0; color: #bdbdbd; font: normal 14px 'Nexa B', Century Gothic, Arial, Sans-serif; left: 0; text-align: center; }

#footerSocial { width: auto !important; display: inline-block; height: 76px; float: right; float: none !important; }

#footerSocial .socialBig { background: url(/imgs/footerSocial.jpg); height: 40px; width: 40px; float: left; margin-left: 16px; cursor: pointer; }

#footerSocial .sbFb:hover { background-position: 0 -41px; }

#footerSocial .sbTw { background-position: -56px 0; }

#footerSocial .sbTw:hover { background-position: -56px -41px; }

#footerSocial .sbGp { background-position: -111px -1px; }

#footerSocial .sbGp:hover { background-position: -111px -42px; }

#footerSocial .sbMa { background-position: -167px 0; }

#footerSocial .sbMa:hover { background-position: -167px -41px; }

#owb-thumbs { padding-bottom: 0px; width: 100%; overflow: hidden; margin: 10px -18px 50px 0; }

#owb-thumbnails { padding-bottom: 0px; width: 100%; overflow: hidden; float: left; margin: 10px 0 20px; }

.tnwrap { width: 240px; height: 350px !important; /* padding:11px; */ display: block; clear: none; float: left !important; position: relative; margin-bottom: 17px; /* padding-left:14px; */ background: #f3f3f3; border: 1px solid #ddd; text-align: center; width: 24% !important; margin: 0 0.5% 10px; padding-top: 10px; padding-bottom: 50px; }

.tnpic { width: 90%; height: 180px; vertical-align: middle; text-align: center; padding: 0px; margin: 0 auto; display: inline-block; background: #fff; border: 1px solid #ddd; padding: 10px; position: relative; }

.tnpic img { border-width: 0px; font-size: 7.5pt; font-style: italic; margin: 0px; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; padding: 5px; }

.tntitle { width: 100%; padding: 3px 4px 2px 4px; font: 700 13px 'Open Sans', Verdana, Arial, sans-serif; text-align: center; display: table; float: left; margin: 0px 0 5px 0; height: 44px; }

.tntitle strong { vertical-align: middle; display: table-cell; }

.tntitle a { color: #3d3d3d; text-decoration: none; }

.tntitle a:hover { color: #b02c2c; }

.tndesc { width: 100%; text-align: center; padding: 8px 12px 5px; font-size: 9pt; line-height: 1.3em; display: block; color: #999; float: left; height: 60px; overflow: hidden; text-overflow: ellipsis; }

.tnview { position: absolute; left: 0; bottom: 15px; width: 100%; height: 27px; /* width: 100%; */ right: 0; margin: auto; }

.tnview a, .fp-btn { color: #4a4a4a; text-align: center; display: block; border-radius: 3px; padding-top: 5px; width: 43.5%; height: 31px; margin: 0 1.5% 0 5%; font-size: 12px; float: left; border: solid 1px #b3b3b3; background: #ffffff; background: -moz-linear-gradient(top, #fff 0%, #e3e3e3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e3e3e3)); background: -webkit-linear-gradient(top, #fff 0%, #e3e3e3 100%); background: -o-linear-gradient(top, #fff 0%, #e3e3e3 100%); background: -ms-linear-gradient(top, #fff 0%, #e3e3e3 100%); background: linear-gradient(to bottom, #fff 0%, #e3e3e3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -webkit-transition: background 0.2s ease-in-out; -ms-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; }
.tnview a.qvLink, .fp-btn.qvLink { margin: 0 5% 0 1.5%; }
.tnview a:hover, .fp-btn:hover { background: #f7f7f7; background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3)); background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%); background: -o-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%); background: -ms-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%); background: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e3e3e3',GradientType=0 ); transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -webkit-transition: background 0.2s ease-in-out; -ms-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; }

#fpStylesDiv .tnwrap .fp-btn { float: none; margin: 13px auto 0; padding-top: 5px; font-size: 13px; font-family: 'open sans', sans-serif; }

#opacBg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/imgs/lightbox-bg.png); z-index: 10000; display: none; }

#hrImgBox { background: #fff url(/imgs/loader.gif) no-repeat 50% 50%; border-top: 50px solid #fdd363; position: relative; margin: 0 auto; margin-top: 30px; min-height: 400px; min-width: 400px; max-height: 90%; max-width: 800px; height: 75%; padding: 3%; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.lt-ie10 #hrImgBox { position: relative; top: 35px; bottom: auto; }

#hrImgBox #qvImg { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; max-height: 100%; max-width: 100%; z-index: 3000; display: none; }

#closeBtn { position: absolute; top: -40px; right: 14px; cursor: pointer; }

.po-select { float: right; margin-top: -48px; font-family: 'Trebuchet MS', Century Gothic, Arial, Sans-Serif; }

.po-select select { font-family: 'Trebuchet MS', Century Gothic, Arial, Sans-Serif; margin-left: 10px; width: 160px; padding-left: 3px; }

.bread-crumb { float: left; display: block; width: 100%; margin-bottom: 10px; }

.bread-crumb img { margin-top: -19px; }

#bcHome { margin-top: -10px; }

.bch { margin-right: 6px; background: url(/imgs/bcHome.jpg) no-repeat; padding-bottom: 10px; color: transparent; -webkit-transition: none; transition: none; -moz-transition: none; margin-top: 3px; float: left; }

.bch:hover { background: url(/imgs/bcHome.jpg) no-repeat 0px -26px; color: transparent; -webkit-transition: none; transition: none; -moz-transition: none; }

.bch img { margin-bottom: -5px; }

.bci { margin: 10px 10px 0; padding-bottom: 5px; color: #cbcbcb; display: inline-block; }

.on { color: #e26161; }

.tnwrap.columns.large-3.medium-4.small-6 { float: left; /* height:380px; */ width: 796px; /* padding:20px 0 0 262px; */ margin-bottom: 20px; padding: 15px; margin-bottom: 20px !important; /* height: 100%; */ display: block; width: 100% !important; height: 100% !important; overflow: auto; }

.parentWrap { padding: 15px; margin-bottom: 20px !important; }

.parentWrap > span { display: block; float: left; font-size: 40px; text-align: center; font-weight: 700; line-height: 100%; height: 100%; }

.parentWrap > span:after { display: block; height: 100%; float: left; padding: 50% 0; }

#s1bll:after { content: "Bootlace Lanyards"; color: #2B7535; }

#c1bll { background: #E7F2E0; }

#s2pel:after { content: "Polyester Lanyards"; color: #A74E4E; }

#c2pel { background: #FAE8E8; }

#s3nll:after { content: "Nylon Lanyards"; color: #396D95; }

#c3nll { background: #E2EBF2; }

#s4stl:after { content: "Satin Lanyards"; color: #7F7545; }

#c4stl { background: #F0ECD7; }

#s5pvl:after { content: "PVC Lanyards"; color: #775582; }

#c5pvl { background: #E9DDED; }

#s6fcl:after { content: "Full Colour Lanyards"; color: #3E5085; }

#c6fcl { background: #CFD4E3; }

#spls:after { content: "Poly/Satin Lanyards"; color: #615A4C; }

#cpls { background: #DFD8CA; }

#srtl:after { content: "Reflective Tape Lanyards"; color: #50907E; }

#crtl { background: #D4F4EB; }

#s1sgl:after { content: "Single Layer Lanyards"; color: #769953; }

#c1sgl { background: #EFF6E8; }

#s2dll:after { content: "Deluxe Woven Lanyards"; color: #CA376C; }

#c2dll { background: #F6E8ED; }

#s3rol:after { content: "Woven Rope Lanyards"; color: #59799A; }

#c3rol { background: #E7EEF6; }

#s1bbl:after { content: "Flat Bamboo Lanyards"; color: #5CA689; }

#c1bbl { background: #E7F6F0; }

#s2bol:after { content: "Bootlace Bamboo Lanyards"; color: #BF7B7B; }

#c2bol { background: #F6E7E7; }

#s3rpl:after { content: "Recycled PET Lanyards"; color: #6684A5; }

#c3rpl { background: #E7EEF6; }

#s4col:after { content: "Cotton Lanyards"; color: #2B7535; }

#c4col { background: #f3f3f3; }

#ssil:after { content: "Silicone Lanyards"; color: #7D7433; }

#csil { background: #F5F1D5; }

#szip:after { content: "Zipper Lanyards"; color: #414141; }

#czip { background: #EDEDED; }

#sneo:after { content: "Neoprene Lanyards"; color: #698832; }

#cneo { background: #E8F0DA; }

#scrn:after { content: "Corn Fibre Lanyards"; color: #9B935F; }

#ccrn { background: #F6F4E7; }

#owp-column-one { float: left; position: relative; }

#owp-column-two { float: right; position: relative; }

#nonColumnData { margin-left: 15px; }

#owp-column-one h3, #owp-column-two h3, #nonColumnData h3 { color: #383838; font-size: 23px; float: left; width: 100%; }

#owp-column-one h1.prodHeader { color: #383838; margin: 0; }

.pcode { margin: -5px 0 9px; color: #aaa; font-size: 1.1em; }

#owp-column-two h2.priceHeader { color: #383838; margin-bottom: 0px; display: block; height: 31px; padding-top: 2px; }

#owp-column-two h2.priceHeader:after { content: ""; display: block; width: 70%; border-bottom: 2px solid #c23333; margin: 3px auto; text-align: center; clear: both; margin-top: 16px; }

#owp-column-two .xcGST { font-size: 11px; color: #999; }

#owp-detail-image { border: 1px solid #ccc; text-align: center; position: relative; padding-bottom: 50px; cursor: pointer; }

.mouseOverImg { position: absolute; bottom: 32px; right: 9px; background: url(/imgs/magnify.png) no-repeat center left; font: normal 13px 'Open Sans'; padding-left: 18px; }

.zoomWindow { border: 3px solid #c86060 !important; position: absolute !important; top: 248px !important; right: 20px !important; }

.zoomLens { border: 1px solid #c86060 !important; }

.hiRes { position: absolute; bottom: 10px; right: 15px; background: url(/imgs/dl.jpg) no-repeat 0px 0px; padding-left: 19px; }

#owp-finish-details { position: relative; margin-bottom: 35px; text-align: center; }

#owp-column-one .attachWarning { background: #FFF0F0; border: 1px solid #dca2a2; width: 100%; height: auto; line-height: 140%; padding: 5px 8px; font-size: 11px; margin-top: -1px; clear: both; float: left; margin-bottom: 0; position: relative; }

.descH3 { margin-bottom: 5px; }

.colourH3 { margin-top: 20px !important; }

.applink-colour { cursor: pointer; }

.atchImgBox { float: left; width: calc(100%/6); font: bold 11px 'Open Sans', Tahoma, Sans-serif; text-align: center; color: #444; }

.notAvail { font-size: 11px; display: block; margin-bottom: 20px; }

.img-deet-box { padding: 5px 15px 15px 8px; }

.img-deet-box img { background: #fff; border: 1px solid #ddd; max-height: 60px; max-width: 60px; padding: 8px; cursor: pointer; width: 100%; clear: both; display: block; margin: 0 auto; }

.img-deet-box img:hover { border: 1px solid #bbb; }

.deetDiv .atchH4 { font-size: 18px; margin-bottom: 16px; background: url(/imgs/atchH4Bg.png) no-repeat 0px 21px; padding-bottom: 10px; width: 100%; }

#owp-column-two { padding: 0; display: inline-block; }

#owp-column-two table { font: normal 20px 'Open Sans', Arial, Sans-serif; color: #383838; text-align: center; border-collapse: collapse; border-spacing: 0; margin: 20px auto 0; padding-top: 10px; background: #f3f3f3; }

#owp-column-two th { color: #fff; text-align: center; padding-bottom: 5px; background: #333; padding: 7px 0 10px; }

#owp-column-two td { padding: 7px 15px; }

#owp-column-two td.quantity { border-right: 1px solid #ccc; }

#owp-column-two td.qty { border-bottom: 1px solid #bfbfbf; }

#owp-column-two ul { background: #f6f6f6; border: 1px solid #ddd; /* width:243px; */ min-height: 36px; height: auto; padding: 10px; text-align: left; margin: 10px auto; width: 80%; }

#owp-column-two ul li { list-style-type: none; color: #383838; font: normal 11px 'Open sans', Arial, Sans-serif; margin-bottom: 4px; padding-left: 5px; }

#owp-column-two ul li:first-child:before { display: none; }

#owp-column-two ul li:before { content: "-"; margin-right: 3px; }

#owp-column-two ul li a { color: #c03a3a; }

#owp-column-two ul li .pcode-box { font-weight: bold; }

#owp-column-two ul li.noLi { padding-left: 0; background: none; }

#owp-column-two #owp-form-buttons { position: relative; width: 100%; display: inline-block; margin-top: 15px; }

button, .button { width: 72%; height: 45px; background: #F1B457; color: #704E0F; text-align: center; font-weight: 300; font-size: 1.35em; border: 1px solid #BA9453; background-image: -webkit-linear-gradient(top, #F7C56E, #F1AC44); background-image: -moz-linear-gradient(top, #F7C56E, #F1AC44); background-image: -ms-linear-gradient(top, #F7C56E, #F1AC44); background-image: -o-linear-gradient(top, #F7C56E, #F1AC44); background-image: linear-gradient(top, #F7C56E, #F1AC44); outline: none; margin: 5px 0; border-radius: 3px; transition: background-image 0.2s ease-in-out; -moz-transition: background-image 0.2s ease-in-out; -webkit-transition: background-image 0.2s ease-in-out; -ms-transition: background-image 0.2s ease-in-out; -o-transition: background-image 0.2s ease-in-out; }
button:hover, .button:hover { background-image: -webkit-linear-gradient(top, #F7D59A, #F1AC44); background-image: -moz-linear-gradient(top, #F7D59A, #F1AC44); background-image: -ms-linear-gradient(top, #F7D59A, #F1AC44); background-image: -o-linear-gradient(top, #F7D59A, #F1AC44); background-image: linear-gradient(top, #F7D59A, #F1AC44); transition: background-image 0.2s ease-in-out; -moz-transition: background-image 0.2s ease-in-out; -webkit-transition: background-image 0.2s ease-in-out; -ms-transition: background-image 0.2s ease-in-out; -o-transition: background-image 0.2s ease-in-out; }

#product-tabs { border: none; margin-top: 10px !important; }

#product-tabs ul li { display: block; }

#nonColumnData h3.expandH3 { cursor: pointer; background: url(/imgs/expBtn.png) no-repeat center right; float: left; clear: left; padding-right: 23px; margin: 10px 0 3px -15px; width: auto; }

#nonColumnData h3.expandH3.activeH3 { background: url(/imgs/minBtn.png) no-repeat center right; }

#nonColumnData h4, #nonColumnData p { float: left; clear: left; }

#nonColumnData h4 { margin-top: 0px; color: #383838; margin-bottom: 2px; }

#nonColumnData p { margin-bottom: 6px; }

#nonColumnData div.deetDiv { float: left; clear: left; padding: 12px; display: none; background: #f6f6f6; border: 1px solid #ddd; width: 100%; margin-left: -15px; overflow: hidden; }

#nonColumnData div.deetDiv .pa-body, #product-tabs div.deetDiv strong { float: left; clear: left; }

#nonColumnData p.colorBlurb { font: normal 11px 'Open Sans', Tahoma, Sans-serif; color: #666; margin: 15px 5px 0; text-align: justify; }

.colourBox { width: 20px; height: 20px; float: left; margin: 4px 12px 14px 0; }

.colourTitle { float: left; margin-right: 5px; padding-top: 5px; }

#colourUl { max-height: 150px; padding: 0; }

#colourUl li { float: left; width: 25%; padding-left: 5px; }

#colourUl.null-title li:nth-child(1) .colourBox { background: url(/imgs/black-silver.jpg) no-repeat !important; }

#colourUl.null-title li:nth-child(2) .colourBox { background: url(/imgs/white-silver.jpg) no-repeat !important; }

#colourUl.null-title li:nth-child(3) .colourBox { background: url(/imgs/red-silver.jpg) no-repeat !important; }

#colourUl.null-title li:nth-child(4) .colourBox { background: url(/imgs/lightred-silver.jpg) no-repeat !important; }

#colourUl.null-title li:nth-child(5) .colourBox { background: url(/imgs/yellow-silver.jpg) no-repeat !important; }

#colourUl.null-title li:nth-child(6) .colourBox { background: url(/imgs/blue-silver.jpg) no-repeat !important; }

.addthis_toolbox { position: absolute; left: -4px; bottom: 16px; }

.addthis_toolbox table td { font-size: 10px; padding: 0 12px; color: #666; width: 26px; }

.addthis_toolbox table td a { display: block; width: 16px; height: 16px; margin-left: 5px; }

.at16nc.at16t_facebook, .at16nc.at16t_email { margin-left: 5px !important; }

.at16nc.at16t_print, .at16nc.at16t_favorites { margin-left: 3px !important; }

.lan-table { width: 100%; border: 1px solid #D3D3D3; text-align: center; margin: 30px 0; font-size: 0.938em; font-weight: 300; }
.lan-table tr.odd { background: #ececec; color: #333; }
.lan-table th, .lan-table td { padding: 5px; }
.lan-table th { background: #fff; color: #333; font-size: 0.875em; }
.lan-table th img { cursor: pointer; }
.lan-table td { text-align: center !important; }
.lan-table td.tdBold { font-weight: 700; }

#owp-column-two .lan-table { margin-top: 3px; }

#attachDiv #owp-column-one, #attachDiv #owp-column-two { margin-right: 0; }

#attachDiv h2 { color: #444; margin: 0; margin-top: 10px; }

#attachDiv h3 { color: #999; margin: 0; font: normal 14px 'Open Sans', Tahoma, Sans-serif; }

#contactBox { position: fixed; left: 0%; top: 0%; display: none; width: 100%; height: 100%; background: url(/imgs/lightbox-bg.png); z-index: 999; }

#cfWrap { max-width: 45em; width: 90%; font-size: 20px; height: 90%; max-height: 530px; overflow: auto; background: rgba(0, 0, 0, 0.8); border: 1px solid #999; padding: 20px; color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

#cfWrap h2 { color: #fdd363; }

#cfWrap img { position: absolute; top: 15px; right: 15px; cursor: pointer; }

#cfWrap #completeImg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }

.field-title { width: 140px; display: inline-block; float: left; padding: 16px 0 0 20px; clear: left; }

#cfWrap input[type="text"], #cfWrap textarea { float: left; width: 60%; background: #000; border: 1px solid #aaa; font-size: 16px; padding-left: 10px; margin: 10px 0; min-height: 40px; }

#cfWrap textarea { height: 100px; padding-top: 10px; }

#cfWrap .submit-button { float: left; clear: both; margin-top: 40px; width: 30%; background: #FDD363; border: 0; height: 55px; color: #000; border-radius: 4px; font-weight: 700; margin-left: 20px; transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; }
#cfWrap .submit-button:hover { opacity: 0.9; transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; }

#cfWrap .error { color: #FE7C7C; font-size: 80%; }

.contact { cursor: pointer; }

#unp .contact { color: #c03a3a; }

#fpBlog { margin-left: 20px; }

#fpBlog li { margin-bottom: 10px; list-style-type: square; color: #aaa; }

.blog-span { width: 98%; margin-right: 20px; }

#fpBlog a { color: #c03a3a; }

.fp-blog-date { color: #888; font-size: 10pt; padding: 0 0 0 1px; }

.fp-blog-desc { color: #aaa; font-size: 8pt; padding: 0 0 0 12px !important; font-family: 'Open sans', Arial; }

#fpBlog i { margin-right: 20px; color: #c03a3a; font-style: normal; }

#fpBlog i:hover { color: #b89d70; }

.ab-li { list-style-type: square; padding-top: 10px; padding-bottom: 10px; }

.ab-date { font-size: 10pt; color: #888; margin-top: 5px; margin-bottom: 5px; }

.ab-link { margin: 5px 20px 5px 0px; }

.ab-desc { color: #808080; font-size: 9pt; font-style: normal; margin-top: 5px; margin-bottom: 5px; }

@font-face { font-family: 'Nexa B'; src: url("/fonts/Nexa-Bold/nexa_bold-webfont.eot"); src: url("/fonts/Nexa-Bold/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Nexa-Bold/nexa_bold-webfont.woff") format("woff"), url("/fonts/Nexa-Bold/nexa_bold-webfont.ttf") format("truetype"), url("/fonts/Nexa-Bold/nexa_bold-webfont.svg#nexa_boldregular") format("svg"); font-weight: normal; font-style: normal; }
.quote-confirm { background: #60AB6D; padding: 15px; color: #fff; margin-bottom: 15px; font-size: 1.6em; text-align: center; width: 100%; display: inline-block; margin: 0 auto 15px; }

#owp-enquiry-form, .ap-price-box { display: none; background: #f6f6f6; padding: 15px; border: 1px solid #d3d3d3; border-top: 0; float: left; width: 100%; margin: 0 0 15px; }

#owp-enquiry-form { position: relative; padding-bottom: 100px !important; }

.ap-price-box { margin-bottom: 0; float: none; }

#owp-enquiry-form h3, .ap-price-box h3 { margin-top: 0; font-size: 150% !important; margin-bottom: 5px; }

.additional-print-label { display: block; margin: 5px 0; font-size: 100%; }

.additional-print-table { background: #eaeaea; margin: 15px auto 0; border: 1px solid #d3d3d3; width: 100%; text-align: center; font-family: 'Open sans', Sans-serif; font-size: 0.813em; }

.additional-print-table th { padding: 8px 5px; color: #fff; background: #333; text-align: center; font-weight: 500; font-size: 1.1em; }

.additional-print-table table { width: 100%; }

.additional-print-table table td { padding: 9px 7px; }

#owp-enquiry-form label, #owp-enquiry-form input, #owp-enquiry-form select, #owp-enquiry-form textarea, #owp-enquiry-form strong, #owp-enquiry-form a { display: block; float: left; clear: both; margin: 4px 0; }
#owp-enquiry-form input[type="text"], #owp-enquiry-form input[type="email"], #owp-enquiry-form input[type="tel"], #owp-enquiry-form select { padding: 5px; }
#owp-enquiry-form input[type="radio"] { margin-right: 7px; }
#owp-enquiry-form input[type="radio"] + label { clear: none; }
#owp-enquiry-form textarea { padding: 6px; font-size: 85%; }
#owp-enquiry-form #SubmitBtn { margin: 15px auto; width: 80%; float: none; position: absolute; bottom: 10px; left: 0; right: 0; }
#owp-enquiry-form span[style*="inline"] { display: block !important; float: left; font-size: x-small; color: red; width: 100%; }

.sml-length { width: 33%; }

.med-length { width: 60%; }

.lge-length { width: 85%; }

#enquiry-form > div { width: 50%; float: left; font-size: 0.813em; font-weight: 300; font-family: 'open sans', sans-serif; }

.rfabs { font-size: x-small; color: red; font-style: italic; }

#fpContainer .fp-slider-box { padding-right: 15px; }

#slider.flexslider { border-width: 15px; margin: 0; }

.flex-direction-nav { display: none; }

#slider .flex-control-nav { bottom: 0; right: 6px; display: inline-block; width: auto; z-index: 10; }
#slider .flex-control-nav li { margin: 0 5px; }
#slider .flex-control-nav li a { width: 9px; height: 9px; background: rgba(244, 187, 97, 0.64); }
#slider .flex-control-nav li a.flex-active { background: #B38E53; }

/* ORDER FORM */
#pof-wrapper h3 { margin: 0 0 10px; }

#pof-wrapper { font-weight: 300; font-family: 'Open sans', Sans-serif; margin-top: 20px; font-size: 1em; }

#pof-wrapper > div { background: #f6f6f6; border: 1px solid #d3d3d3; padding: 20px; float: left; width: 100%; }

#pof-wrapper span[style*="inline"] { display: block !important; float: left; font-size: 11px; color: red; width: 100%; }

.rblTable label { margin-left: 6px; }

#pof-orderdetails, #pof-finishservices, #pof-finaliseorder { margin-top: 20px; position: relative; }

#pof-wrapper input { border: 1px solid #d3d3d3; position: relative; padding: 5px 7px; font: 300 1em 'Open sans'; color: #444; background-color: #fff; }

#pof-wrapper input[type="radio"] { border: none; }

#pof-wrapper input.pofsubmitbtn { display: block; cursor: pointer; font: 300 18px 'Open sans', Sans-serif; color: #704E0F; border: 1px solid #BA9453; width: 30%; height: 40px; margin: 20px 0 0 0; float: left; }

#pof-wrapper textarea { position: relative; padding: 6px; width: 45%; font-size: 0.875em; color: #444; border: 1px solid #d3d3d3; background-color: #fff; font-family: 'open sans', sans-serif; }

#pof-wrapper select { max-width: 200px; height: 29px; border: 1px solid #ccc; position: relative; padding: 2px 2px 2px 0; color: #444; background-color: #fff; }

#pof-wrapper #pof-contact { border: 1px solid #d3d3d3; width: 49.5%; }

#pof-contact label { width: 30%; display: inline-block; clear: both; float: left; padding-top: 9px; }

#pof-contact input[type="text"] { margin: 5px 0; float: left; }

#pof-contact textarea { margin: 5px 0; float: left; }

#pof-contact #prodInfo { z-index: 500; text-align: left; margin-top: 15px; }
#pof-contact #prodInfo strong { display: inline-block; margin: 4px 0; }

#pof-contact .med-length { width: 45%; }
#pof-contact .sml-length { width: 20%; }
#pof-contact .lge-length { width: 60%; }

#pof-contact .pofcttxt { width: 30%; }

.pofcalbl { vertical-align: top; padding-top: 5px; }

.pofpmsmin, .pmsCell { font-size: 11px; margin-top: -5px !important; }

#pof-wrapper #pof-img { border: 1px solid #d3d3d3; width: 49.5%; min-height: 370px; padding: 30px 0; text-align: center; float: right; position: relative; background: #fff !important; border: 0 !important; }

#pof-img img { max-width: 90%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }

#pof-orderdetails input[type="text"], #pof-orderdetails label, #pof-orderdetails select, #pof-orderdetails strong, #pof-orderdetails span, #pof-orderdetails a, #pof-finishservices input[type="text"], #pof-finishservices label, #pof-finishservices select, #pof-finishservices strong, #pof-finishservices span, #pof-finishservices a, #pof-finaliseorder input[type="text"], #pof-finaliseorder label, #pof-finaliseorder select, #pof-finaliseorder strong, #pof-finaliseorder span, #pof-finaliseorder a { width: 100%; display: block; float: left; clear: both; margin: 5px 0; }
#pof-orderdetails span a, #pof-orderdetails label a, #pof-finishservices span a, #pof-finishservices label a, #pof-finaliseorder span a, #pof-finaliseorder label a { float: none; display: inline; }
#pof-orderdetails input[type="text"], #pof-finishservices input[type="text"], #pof-finaliseorder input[type="text"] { width: 120px; margin: 0 0 5px; }
#pof-orderdetails strong, #pof-finishservices strong, #pof-finaliseorder strong { margin-top: 25px; }
#pof-orderdetails .rblTable, #pof-finishservices .rblTable, #pof-finaliseorder .rblTable { margin: 8px 0 15px; width: 100%; float: left; }
#pof-orderdetails .rblTable td, #pof-finishservices .rblTable td, #pof-finaliseorder .rblTable td { padding: 6px 0; width: 25%; }
#pof-orderdetails .rblTable label, #pof-finishservices .rblTable label, #pof-finaliseorder .rblTable label { margin: 0 0 0 6px; width: auto; float: none; display: inline-block; }
#pof-orderdetails .piHead + label, #pof-finishservices .piHead + label, #pof-finaliseorder .piHead + label { margin: 8px 0; }

#pof-finaliseorder table { margin: 5px 0 0 10px; }
#pof-finaliseorder table td { padding: 6px; }
#pof-finaliseorder .pofinfo { margin-top: 0; }
#pof-finaliseorder .pofinfo p { margin-top: 0; }
#pof-finaliseorder .captcha-explain { color: #c23333; font-size: 90%; margin-top: 0; }

.attchImgBox { background: #eaeaea; border: 1px solid #d3d3d3; float: left; clear: both; margin: 15px 0; padding: 15px 0; padding-top: 5px; text-align: center; }

.attchImgBox h4 { color: #444; margin: 5px; }

.attchImgBox strong { margin-top: 0 !important; }

.atchBox { text-align: center; float: left; margin: 0 15px; }

.atchImg { border: 1px solid #ccc; background: #fff; padding: 5px; margin-top: 2px; width: 60px; height: 60px; }

.reseller-column { width: 50%; float: left; font-size: 0.875em; font-family: 'Open sans', sans-serif; font-weight: 300; }
.reseller-column h3 { margin-bottom: 10px; }
.reseller-column .sml-length { width: 20%; }
.reseller-column .med-length { width: 45%; }
.reseller-column .lge-length { width: 55%; }
.reseller-column input[type="text"], .reseller-column label, .reseller-column textarea, .reseller-column select, .reseller-column strong, .reseller-column span, .reseller-column a, .reseller-column table { display: block; float: left; clear: both; margin: 6px 0; }
.reseller-column label { margin-bottom: 0; }
.reseller-column input[type="text"] { height: 32px; padding-left: 6px; }
.reseller-column input[type="text"], .reseller-column textarea { border: 1px solid #d3d3d3; }
.reseller-column input[type="checkbox"] { float: left; margin: 1px 7px 0 0; }
.reseller-column textarea { padding: 6px; }
.reseller-column td { width: 60%; min-width: 130px; padding: 4px; }
.reseller-column td > label { clear: none; margin: 0; }
.reseller-column .tip { color: #D49191; margin-top: 0; font-size: 80%; }
.reseller-column .button-box { float: right; clear: both; margin-top: 30px; }
.reseller-column .button-box .button { padding: 10px 40px; clear: none; float: right; margin: 10px; font-size: 16px; }

.average-ratings { margin: -8px 0 10px 0; }

.average-ratings .yotpo-stars ~ .text-m { padding-left: 6px; }

/*Yotpo Review Styles*/
.product-reviews { float: left; clear: both; width: 100%; margin-top: 20px; }

.product-reviews .yotpo .yotpo-regular-box.yotpo-bottomline { padding-bottom: 0; }

.product-reviews .yotpo .write-review.yotpo-regular-box { padding-top: 10px; }

.yotpo-label.yotpo-small-box { display: none; }

.product-reviews h3 { float: left; clear: left; margin-bottom: -10px; color: #383838; }

.product-reviews .yotpo .yotpo-regular-box { border-top: 0; margin-left: 0; padding: 20px 0 22px; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #fff; }

.product-reviews .yotpo .yotpo-regular-box.yotpo-bottomline, .product-reviews .yotpo .write-review.yotpo-regular-box { border: 0; }

.product-reviews .yotpo .text-box, .site-reviews .yotpo .text-box { padding: 8px; }

.yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button { z-index: 900; background: #c03a3a !important; font-family: 'open sans', sans-serif !important; text-transform: capitalize !important; padding: 11px 22px !important; border-radius: 3px; -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; -webkit-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; -moz-transition: background-color .15s ease-in-out; }

.product-reviews .yotpo .yotpo-default-button:hover, .yotpo input[type="button"].yotpo-default-button:hover, .product-reviews .yotpo .primary-color-btn.yotpo-disabled:hover, .product-reviews .yotpo input[type="button"].primary-color-btn.yotpo-disabled:hover, .product-reviews .yotpo-default-button.primary-color-btn.yotpo-submit:hover { background: #e26161 !important; -webkit-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; -moz-transition: background-color .15s ease-in-out; }

.product-reviews .yotpo .primary-color-btn.yotpo-disabled, .product-reviews .yotpo input[type="button"].primary-color-btn.yotpo-disabled { opacity: 0.6; }

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label { font-family: 'open sans', sans-serif !important; }

.yotpo .write-review .yotpo-header .yotpo-icon { cursor: pointer; }

.product-reviews .yotpo .yotpo-small-box { padding-left: 0; }

.product-reviews .yotpo .y-label, .product-reviews .yotpo label.y-label, .site-reviews .yotpo .y-label, .site-reviews .yotpo label.y-label { color: #4f4f4f; font-size: 1.1em; font-weight: 600; }

.product-reviews .yotpo .write-review .socialize-wrapper, .site-reviews .yotpo .write-review .socialize-wrapper { display: none !important; }

.product-reviews .yotpo .write-review .connect-wrapper, .site-reviews .yotpo .write-review .connect-wrapper { padding-left: 0; float: left; clear: both; }

.yotpo-first-review-stars .stars-wrapper { display: none; }

.product-reviews .yotpo-first-review-content input.yotpo-default-button.write-review-button.write-first-review-button { background: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; color: #bbb !important; text-shadow: 1px 1px #fff; font-size: 1.3em; font-weight: 300; margin: -5px auto 10px; }

.product-reviews .yotpo span.yotpo-icon.yotpo-icon-thumbs-up, .site-reviews .yotpo span.yotpo-icon.yotpo-icon-thumbs-up { color: #7BC772; }

.product-reviews .yotpo span.yotpo-icon.yotpo-icon-thumbs-up:hover, .site-reviews .yotpo span.yotpo-icon.yotpo-icon-thumbs-up:hover { color: #4DB641; }

.product-reviews .yotpo span.yotpo-icon.yotpo-icon-thumbs-down, .site-reviews .yotpo span.yotpo-icon.yotpo-icon-thumbs-down { color: #DF7B7B; }

.product-reviews .yotpo span.yotpo-icon.yotpo-icon-thumbs-down:hover, .site-reviews .yotpo span.yotpo-icon.yotpo-icon-thumbs-down:hover { color: #D34F4F; }

.product-reviews .yotpo .error-box { max-height: 21px; float: left; }

.product-reviews .yotpo .error-box .text-wrapper { float: left; }

.product-reviews .yotpo .error-box .text-wrapper .error-text { float: left; }

.yotpo .yotpo-review .yotpo-footer .y-label { font-size: 1em; }

.product-reviews .y-label.yotpo-review-date { color: #ababab; font-weight: 400; font-size: 0.938em; }

.product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-sum { margin-right: 1px; }

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile { background-color: #F39E7D !important; }

.product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .site-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter { top: 13px; left: 1px; font-weight: 600; }

main .yotpo .yotpo-review .yotpo-header.yotpo-store-owner .yopto-avatar-wrapper, main .yotpo .yotpo-comment .yotpo-header.yotpo-store-owner .yopto-avatar-wrapper, main .yotpo .yotpo-question .yotpo-header.yotpo-store-owner .yopto-avatar-wrapper { -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0; }

.yotpo .yotpo-review .yotpo-header.yotpo-store-owner .yotpo-store-avatar, .yotpo .yotpo-comment .yotpo-header.yotpo-store-owner .yotpo-store-avatar, .yotpo .yotpo-question .yotpo-header.yotpo-store-owner .yotpo-store-avatar { background: none !important; }

.yotpo-comment .content-review { display: block !important; padding-left: 5px; }

.yotpo .yotpo-review .rest-content-collapsed { float: none !important; font-size: 1em !important; }

.yotpo .y-input { font-family: 'Open sans', sans-serif !important; }

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile { background-color: #E88A8A !important; }

.review-h1 { text-align: center; }

.site-reviews { background: url(/imgs/loading.gif) no-repeat 50% 147px; min-height: 400px; padding-top: 25px; margin-bottom: 50px; }

.site-reviews .yotpo-label { display: none; }

.site-reviews .yotpo-popup-box-medium.yotpo-modal-bottom-line { border: 0 !important; text-align: center; }

.site-reviews .yotpo-modal-content { background: #fff; }

.site-reviews #yotpo-testimonials-custom-tab .yotpo-label { display: none; }

.site-reviews #yotpo-testimonials-custom-tab .yotpo-modal-bottom-line { border: 0; text-align: center; }

.site-reviews .yotpo-first-review { display: none; }

.site-reviews .yotpo .yotpo-modal-bottom-line .yotpo-bottomline { float: none; text-align: center; margin-top: -35px; display: inline-block; }

.site-reviews .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars > span { font-size: 38px !important; }

.site-reviews .yotpo .text-m { font-size: 34px; display: inline-block; padding: 13px 0 0 10px; }

.site-reviews .yotpo-default-button.primary-color-btn.pull-right.write-review-button { margin: 0 auto; float: none; width: 270px; margin-top: 30px; font-size: 1.4em; font-weight: 300 !important; background: #c03a3a url(/imgs/write-review-bg.png) no-repeat 45px 9px !important; text-align: left; padding-left: 80px !important; }

.site-reviews .yotpo-default-button.primary-color-btn.pull-right.write-review-button:hover, .site-reviews .yotpo .primary-color-btn.yotpo-disabled:hover, .site-reviews .yotpo input[type="button"].primary-color-btn.yotpo-disabled:hover { background-color: #e26161 !important; }

.site-reviews #yotpo-testimonials-custom-tab .yotpo-nav-tab span { font-size: 1.3em; }

.site-reviews .write-review.yotpo-regular-box .yotpo-submit { font-size: 1.4em; width: 130px; font-weight: 300; cursor: pointer !important; }

.site-reviews .y-label.product-link { color: #a13838 !important; font-size: 1em; font-weight: 400; -webkit-transition: color .15s ease-in-out; transition: color .15s ease-in-out; -moz-transition: color .15s ease-in-out; }

.site-reviews .y-label.product-link:hover { color: #C74F4F !important; -webkit-transition: color .15s ease-in-out; transition: color .15s ease-in-out; -moz-transition: color .15s ease-in-out; }

main .pms-wrap { width: 100%; float: none; margin: 0 auto; background: none; border: none; }

main .pms-wrap ul.pms-colour-text, main .pms-wrap ul.colours { width: 100%; }

main ul.pms-colour-text { margin-top: 15px; }

main .colours li, main .pms-colour-text li { width: 14.1%; border: none; }

main .pms-colour-text li { font-family: 'open sans', Sans-serif; font-size: 13px; }

#lanyardFp { float: right; margin-left: 10px; }

#ie8-msg { margin: 0 auto; text-align: center; background: #da5555; padding: 30px 10px; display: none; position: relative; z-index: 10000; color: #fff; font-weight: 400; }

#ie8-msg a { color: #fff; text-decoration: underline; }

html.lt-ie9 #ie8-msg { display: none; }

#mob-menu-btn-box { display: none; }

.ui-widget-overlay { background: url(/imgs/lightbox-bg.png) !important; }

/* Upload Loading Gif Styles */
.upload-bg, .upload-bg * { box-sizing: border-box; -moz-box-sizing: border-box; }

.upload-bg { color: #fff; text-align: center; }

.upload-inner { display: inline-block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; width: 200px; height: 100px; }

.upload-title { font-size: 2em; font-weight: 600; margin-bottom: 20px; display: inline-block; }

.upload-bg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/imgs/lightbox-bg-light.png); z-index: 10000; display: none; }

.spinner { margin: -45px 140px 0; width: 90px; text-align: center; }

.spinner > div { width: 10px; height: 10px; background-color: #fff; margin-right: 5px; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }

.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
@media only screen and (max-width: 75em) { /* 1200px */
  header, footer { padding: 0 15px; box-sizing: border-box; -moz-box-sizing: border-box; } }
@media only screen and (max-width: 64.063em) { /* 1025px */
  h1 { font-size: 32px; }
  h2 { font-size: 30px; }
  #header-links ul li { padding: 0 20px; }
  #mainMenu ul li { font-size: 17px; }
  #mainMenu ul li a { padding: 30px 24px; }
  #mainMenu .ddBox { left: -28px; }
  .zoomContainer, .zoomWindow, .mouseOverImg { display: none !important; }
  .parentWrap > span:after { padding: 0 0 18px; text-align: center; width: 100%; font-size: 32px; }
  .tnwrap { width: 32.3333% !important; } }
@media only screen and (max-width: 50em) { /* 800px */
  h1 { font-size: 26px; }
  h2 { font-size: 24px; }
  #main { padding: 14px; }
  #owp-column-two h2.priceHeader:after { margin-top: 20px; }
  #owp-column-two .xcGST { display: block; margin-top: -2px; }
  #header-links ul li { padding: 0 15px; font-size: 10px; }
  #search { width: 80%; }
  #socialBox { display: none; }
  #mainMenu ul li { font-size: 15px; }
  #mainMenu ul li a { padding: 20px 15px; }
  #mainMenu .ddBox { left: -43px; }
  .parentWrap > span:after { font-size: 28px; }
  .additional-print-table { font-size: 0.75em; }
  .additional-print-table th { font-size: 1em; }
  .additional-print-table table td { padding: 6px 4px; }
  #owp-column-two { padding-left: 10px; }
  #owp-column-two ul { width: 90%; }
  button, .button { height: 40px; font-size: 1.2em; }
  #pof-wrapper #pof-contact { width: 100%; }
  #pof-img, #prodInfo { display: none; }
  .lan-table { font-size: 0.875em; }
  #fpStylesDiv .tnwrap p { font-size: 12px; line-height: 135%; }
  main .pms-colour-text li { font-size: 11px; line-height: 120%; }
  #slider .flex-control-nav { bottom: -4px; }
  #slider .flex-control-nav li a { width: 7px; height: 7px; } }
@media only screen and (max-width: 40.063em) { /* 641px - mobile only code */
  h1 { font-size: 22px; }
  h2 { font-size: 20px; }
  p { line-height: 1.5em; text-align: left; }
  ul, ol { margin: 10px 15px; }
  #owp-column-two { padding-left: 0; }
  #owp-column-two h2.priceHeader:after { margin-top: 18px; }
  #owp-column-two .xcGST { display: block; margin-top: -8px; }
  .hide-on-small, .bread-crumb, #opacBg, .hiRes, .addthis_toolbox { display: none; }
  #opacBg { display: none !important; }
  #mob-menu-btn-box, #mainMenu > img { display: block; }
  #fpContainer { margin: 0; }
  header { height: 60px; background-size: cover; padding: 0; }
  #headerBox { height: auto; }
  #mobile-menu-btn { position: absolute; top: 20px; left: 15px; }
  #mobile-search-btn { position: absolute; top: 18px; right: 15px; }
  #mobile-logo { position: absolute; left: 0; right: 0; margin: auto; }
  #mainMenu { display: block; padding-top: 20px; position: fixed; top: 0; left: 0; height: 100%; width: 70%; background: #333; overflow-y: hidden; -webkit-overflow-scrolling: touch; border-radius: 0; z-index: 10000; margin-top: 0; text-align: left; color: #fff; -webkit-transition: -webkit-transform .2s ease-in-out; -moz-transition: -moz-transform .2s ease-in-out; -ms-transition: -ms-transform .2s ease-in-out; -o-transition: -o-transform .2s ease-in-out; transition: transform .2s ease-in-out; -webkit-transform: translate3d(-101%, 0, 0); -moz-transform: translate3d(-101%, 0, 0); -ms-transform: translate3d(-101%, 0, 0); -o-transform: translate3d(-101%, 0, 0); transform: translate3d(-101%, 0, 0); -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8); }
  #mainMenu.active { display: block !important; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  #mainMenu #mainUl { text-align: left; }
  #mainMenu > ul > li { font-size: 18px; padding-bottom: 15px; display: inline-block; }
  #mainMenu > ul > li .liTitle:after { content: ""; border: 4px solid transparent; border-left-color: #fdd363; display: inline-block; padding-bottom: 1px; }
  #mainMenu ul li.lanTop { background: none; padding-bottom: 0; }
  #mainMenu ul li.lanTop .liTitle:after { border-left-color: transparent; border-top-color: #fdd363; }
  #mainMenu li { display: block; float: left; width: 100%; font-size: 18px; }
  #mainMenu li a { color: #fdd363 !important; }
  #mainMenu .ddBox { display: block !important; float: left; padding: 5px 0; position: relative; width: 100%; height: auto; padding-left: 10px; top: auto; left: auto; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
  #mainMenu .ddBox li { background: none; width: 100%; height: auto; border: 0; padding: 0; font-size: 17px; }
  #mainMenu .ddBox li:hover { background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
  #mainMenu .ddBox li a { color: #fff !important; width: auto; height: auto; padding: 20px 15px !important; text-align: left; padding: 8px 0 8px 10px !important; }
  #mainMenu > img { position: absolute; top: 15px; right: 15px; z-index: 1000; }
  #search { position: absolute; width: 90%; top: 65px; left: 0; right: 0; margin: auto; }
  #searchBar { width: 90%; background: #fff; height: 27px; }
  #searchBtn { bottom: 0; background-position: 0 -26px; }
  #main { padding: 14px; }
  main.search-open { padding-top: 45px; -webkit-transition: padding .2s ease-in-out; -moz-transition: padding .2s ease-in-out; -ms-transition: padding .2s ease-in-out; -o-transition: padding .2s ease-in-out; transition: padding .2s ease-in-out; }
  #footer > div, #footer > .footerList { margin: 30px 0; }
  .flogo-box { text-align: center; }
  #footerLogo { float: none; }
  #colourUl { margin: 0; padding: 0; }
  #colourUl li { width: 50%; }
  .atchImgBox { width: 50%; margin-bottom: 15px; }
  .img-deet-box img { margin-bottom: 5px; }
  .parentWrap > span:after { font-size: 24px; line-height: 1.2em; }
  .tnwrap { width: 48% !important; margin-bottom: 1%; height: 247px !important; padding: 2px 4px 0 !important; }
  .tntitle { margin-bottom: 0; line-height: 120%; }
  .tnpic { width: 94%; height: 150px; }
  .tndesc { display: none; }
  .tnview { width: 100%; position: static; text-align: center; float: left; margin-top: 11px; }
  .tnview a { float: none; font-size: 11px; height: 26px; width: 88px; padding-top: 4px; margin: 0 auto; }
  .qvLink { display: none !important; }
  .parentWrap { padding: 7px; padding-top: 14px; margin-bottom: 10px !important; }
  #owp-detail-image { border: 0; }
  #owp-column-one .attachWarning { line-height: 120%; font-size: 10px; }
  #owp-column-one h3, #owp-column-two h3, #nonColumnData h3 { font-size: 18px; }
  #attachDiv h3 { font-size: 12px; margin-bottom: 7px; }
  #owp-enquiry-form h3, .ap-price-box h3 { font-size: 120% !important; }
  .deetDiv .atchH4 { font-size: 16px; }
  .ui-dialog { left: 0 !important; top: 0 !important; right: 0 !important; bottom: 0 !important; margin: auto !important; max-width: 100%; max-height: 100%; -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
  .additional-print-table { width: 100%; height: 100%; }
  #owp-enquiry-form, .ap-price-box { border-top: 1px solid #d3d3d3; padding: 11px; }
  #enquiry-form > div { width: 100%; }
  .additional-print-label { font-size: 60%; }
  .additional-print-table { font-size: 0.45em; }
  .additional-print-table th { padding: 6px 3px; }
  .additional-print-table table td { padding: 5px 3px; }
  .product-reviews .yotpo-first-review-content input.yotpo-default-button.write-review-button.write-first-review-button { background: #c03a3a !important; color: #fff !important; text-shadow: none !important; font-size: 1.1em; }
  #pof-wrapper { font-size: 0.938em; }
  #pof-wrapper > div { padding: 14px; }
  #pof-contact textarea { width: 70%; }
  #pof-contact #prodInfo { font-size: 80%; }
  #pof-contact .med-length { width: 60%; }
  #pof-contact .sml-length { width: 35%; }
  #pof-contact .lge-length { width: 70%; }
  #pof-contact .pofcttxt { width: 45%; }
  #pof-orderdetails .rblTable td, #pof-finishservices .rblTable td, #pof-finaliseorder .rblTable td { font-size: 0.688em; }
  #pof-orderdetails .rblTable label, #pof-finishservices .rblTable label, #pof-finaliseorder .rblTable label { margin-left: 3px; }
  #pof-finaliseorder table { margin-left: 0; }
  #pof-finaliseorder textarea { width: 100%; }
  #pof-wrapper input.pofsubmitbtn { width: 60%; }
  .attchImgBox { padding: 7px 6px 15px; }
  .atchBox { margin: 0 8px; }
  #cfWrap { font-size: 15px; max-width: 95%; max-height: 95%; }
  #cfWrap h2 { margin-top: 0; }
  .field-title { padding: 6px 0 0 0; }
  #cfWrap input[type="text"], #cfWrap textarea { width: 100%; font-size: 13px; }
  #cfWrap .submit-button { margin: 20px 0 0 0; width: 100%; font-size: 19px; }
  main .pms-colour-text li { font-size: 10px; }
  main .colours li, main .pms-colour-text li { width: 14%; }
  #lanyardFp { max-width: 120px; }
  .lan-table { font-size: 0.688em; margin: 10px 0 20px; }
  .lan-table td, .lan-table th { padding: 3px; }
  #fpStylesDiv .tnwrap { height: 380px !important; }
  #fpStylesDiv .tnwrap a { height: 50px; }
  #fpStylesDiv .tnwrap .fp-btn { width: 50%; height: 31px; }
  #fpStylesDiv .tnwrap p { width: 94%; font-size: 11px; }
  .cont-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .cont-box h1, .cont-box p { -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */ -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */ -ms-flex-order: 1; /* TWEENER - IE 10 */ -webkit-order: 1; /* NEW - Chrome */ order: 1; }
  .cont-box h2, .cont-box #fpStylesDiv { -webkit-box-ordinal-group: 0; /* OLD - iOS 6-, Safari 3.1-6 */ -moz-box-ordinal-group: 0; /* OLD - Firefox 19- */ -ms-flex-order: 0; /* TWEENER - IE 10 */ -webkit-order: 0; /* NEW - Chrome */ order: 0; } }
@media only screen and (max-width: 25em) { .parentWrap > span:after { font-size: 20px; }
  #fpStylesDiv .tnwrap { width: 98% !important; margin-bottom: 15px; }
  main .pms-colour-text li { font-size: 9px; }
  main .colours li, main .pms-colour-text li { width: 13.9%; }
  #lanyardFp { max-width: 100px; }
  .lan-table { font-size: 0.5em; }
  .lan-table td, .lan-table th { padding: 2px; }
  .lan-table img { max-width: 25px; } }

/*# sourceMappingURL=lanyards.css.map */
