/*

	ZULU CRM BASE STYLESHEET

*/
/* Default Includes */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800');

/*TEMP*/
.global-danger {
    display: none;
}
.cb.plain {
    display: none;
}

/* Default Styles - Do NOT Change */
* {
	margin:0;
	padding:0;
	border:none;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
}
body,html {
	width:100%;
	height:100%;
	font-size:16px;
	background-color:#EEE;
}
.style-text-color {
	color:#068ed0;
}
.style-background {
	background-color:#068ed0;
}
.style-background-light {
	background-color:#EEE;
}
.style-border-light {
	border:2px solid #EEE;
}
.style-border-light.style-border-light-hover:hover {
	border:2px solid #DDD;
}
.style-border {
	border:2px solid #068ed0;
}
.style-border.style-border-hover:hover {
	border:2px solid #0374aa;
}
input[type=submit],
button,
.button {
	background-color:#068ed0;
	border-width: 1px;
	border-style: solid;
	border-color:#0377af;
	color: white;
	font-weight: 400;
}
input[type=submit]:hover,
button:hover,
.button:hover {
	background-color:#0377af;
	border-width: 1px;
	border-style: solid;
	border-color:#0377af;
	color: white;
}

/* Default HEAD / BODY / FOOT / BANNER */
.header,
.navigation,
.footer,
.copyright,
.body,
.sli,
.section,
.banner {
	background-color:#FFF;
	padding:20px 0;
}
.body {
    padding: 40px 0;
    background-color: #fff;
}
.frame {
	width:1400px;
	margin:0 auto;
}
.navigation {
	padding:0;
}

/* Logo */
.logo {
	margin:0;
	height:80px;
	width:100%;
	background-position:center left;
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.logo.text {
	text-indent:0;
	font-size:24px;
	height:auto;
}

/* Header */
.header .slogan {
	text-align:right;
}
.header .slogan p {
	margin:0 0 5px;
}
.header .slogan *:last-child {
	margin:0;
}
.header .head-cart-data {
	color:#999;
}
.header .head-cart-data .fa {
	color: #068ed0;
}

/* Navigation */
.navigation {
	background-color:#444;
}

/* Copyright */
.copyright {
	text-align:center;
	border-bottom:10px solid #068ed0;
	background-color:#F8F8F8;
	padding:20px 0;
	font-size:14px;
	color:#999;
}
.copyright p {
	margin:0;
}

/* Footer */
.footer {
	border-top: none;
	padding:20px 0 40px;
}
.footer > .frame > .coltable > .col {
	padding:0 20px;
}
.footer > .frame > .coltable > .col:first-child {
	padding-left: 0;
}
.footer > .frame > .coltable > .col:last-child {
	padding-right: 0;
}

/* Footer Menu */
.footer .foot-menu {
	border-top:2px solid #EEE;
	padding-top:20px;
}
.footer .foot-menu > li,
.footer .foot-menu {
	list-style:none;
}
.footer .foot-menu > li a {
	border-bottom:1px solid #EEE;
	padding:5px 0;
	display:block;
}
.footer .foot-menu > li a:hover {
	border-color:#068ed0;
	text-decoration:none;
	color:#068ed0;
}
.footer .foot-menu > li:first-child {
	border-top:none;
}

/* Styles */
a.red, span.red, p.red {
	color:#c83127 !important;
}
a.green, span.green, p.green {
	color:#339900 !important;
}
a.blue, span.blue, p.blue, b.blue {
	color:#00A5CC !important;
}
a.orange, span.orange, p.orange {
	color: 	#c83127 !important;
}

div.infobox {
	background-color:#F8F8F8;
    padding: 15px;
	box-sizing:border-box;
}

/*Boxes*/
.container-style .col {
	padding:25px 5px;
	transition:all 0.2s ease-in-out 0s;
	box-sizing:border-box;
}
.container-style .col h3,
.container-style .col p,
.container-style .col a {
	text-decoration:none;
	text-shadow:0 0 10px #000;
	color:#FFF;
	margin:0;
}

#note_box {
	margin-bottom:10px;
	padding:15px;
	color:#999;
	border:1px solid #999;
}
#note_box a {
	color:inherit;
	text-decoration:underline;
}
.notification {
    color: #fff;
    display: none;
    margin: 0 0 15px;
    padding: 15px;
}
.notification.show {
    display: block;
}
#note_box a,
.notification a {
    color: #fff;
}
#note_box p,
.notification p {
    color: #fff;
    margin: 0;
}
#note_box p.info,
.notification p.info {
    color: #fff;
}
#note_box.red,
.notification.red {
    background-color: #c00;
    border: 1px solid #972422;
}
#note_box.green,
.notification.green {
    background-color: #8aaa1f;
    border: 1px solid #759212;
}
#note_box.warn,
.notification.warn {
    background-color: #e66700;
    border: 1px solid #c25904;
}
#note_box.red,
#note_box.green,
#note_box.warn {
	color: #FFF;
}


/*GENERAL*/
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	margin:0 0 20px;
}
.h1,
h1 {
	font-size:40px;
	letter-spacing:-1px;
	line-height:40px;
}
.h2,.h3,
h2,h3 {
	color:#068ed0;
	font-size:28px;
	font-weight:800;
}
.h2 .capsule,
h2 .capsule {
    color: #999;
    font-size: 14px;
    font-weight: 300;
	border:none;
	padding:0;
	overflow:visible;
}
.h3,
h3 {
	font-weight:300;
}
.h4,.h5,
h4,h5 {
	color:#068ed0;
	font-size:20px;
	font-weight:800;
}
h5 {
	font-weight:300;
}
p {
	margin:0 0 15px;
	padding:0;
}
a {
	color:#068ED0;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
hr {
	border:0;
	margin:30px auto;
	border-bottom:2px dotted #EEE;
}
b {
	font-weight:bold;
	font-weight:800;
}
.bold {
	font-weight: bold;
}
.caption {
	color:#999;
	font-size:14px;
	font-weight:300;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.no-padding,
.pad-0 {
	padding:0 !important;
}
.pad-right-10 {
	padding-right:10px;
}
.pad-right-20 {
	padding-right:20px;
}
.pad-left-10 {
	padding-left:10px;
}
.pad-left-20 {
	padding-left:20px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-bottom-40 {
	padding-bottom: 40px;
}
.marg-bottom-5 {
	margin-bottom: 5px;
}
.marg-top-10 {
	margin-top: 10px;
}
.no-margin,
.margin-0 {
	margin:0;
}
.clearfix {
	clear:both;
}
.hide {
	display:none;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
.overflow-hidden {
	overflow:hidden;
}
.text-right {
	text-align:right;
}
.display-inline {
	display:inline;
}
.display-block {
	display:block;
}
.display-inline-table {
	display:inline-table;
}
.display-inline-block {
	display:inline-block;
}
.list-no-style {
	list-style:none;
}
.no-underline {
	text-decoration:none;
}
.underline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
.no-bg {
	background-color:transparent;
	border:none;
	padding:0px;
}
.text-mini {
	font-size:10px !important;
}
.text-small {
	font-size:12px !important;
}
.text-regular {
	font-size:14px !important;
}
.text-medium {
	font-size:22px !important;
}
.text-large {
	font-size:28px !important;
}
.text-justify {
	text-align:justify;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.relative {
	position: relative;
}

/*Quick Links*/
ul.quick-links {
	list-style:none;
	overflow:hidden;
	margin:0.5em 0;
}
ul.quick-links li {
	float:left;
}
ul.quick-links li a, ul.quick-links li button {
	background-color:#068ed0;
	background-image:none;
	padding:5px 12px;
	border-radius:5px;
	margin-right:10px;
	font-size:13px;
	display:block;
	color:#FFF;
	text-decoration:none;
	transition:background-color 0.2s ease-in-out 0s;
}
ul.quick-links.large li a, ul.quick-links.large li button {
	font-size:18px;
	background-color:#315480;
}
ul.quick-links li a:hover,
ul.quick-links li a.sel,
ul.quick-links li button:hover,
ul.quick-links li button.sel {
	background-color:#000;
}

/*Banner*/
.banner {
	background-color:#EEE;
	padding:20px 0;
}
.slider-wrapper {
	position: relative;
}
.slider-image-wrapper {
	height: 600px;
}
.slider-wrapper > .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	color: #FFF;
}
.slider-wrapper .slide-inner {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}
.slider-wrapper .slide-image {

}
.slider-wrapper .slide-cell {
	display: table-cell !important;
	vertical-align: middle;
	padding: 40px 150px;
}
.slider-wrapper .slide-cell.tleft {
	text-align: left;
}
.slider-wrapper .slide-cell.tright {
	text-align: right;
}
.slider-wrapper .slide-cell.tcenter {
	text-align: center;
}
.slider-wrapper .slide-cell.vmiddle {
	vertical-align: middle;
}
.slider-wrapper .slide-cell.vtop {
	vertical-align: top;
}
.slider-wrapper .slide-cell.vbottom {
	vertical-align: bottom;
}
.slider-wrapper .slide-cell h1,
.slider-wrapper .slide-cell h2,
.slider-wrapper .slide-cell h3,
.slider-wrapper .slide-cell p {
	margin: 0 0 20px;
}
.slider-wrapper .slide-cell > *:last-child {
	margin: 0;
}
.bx-wrapper {
    margin: 0 auto;
}
.bx-wrapper .slider.slider-image .slider-image-wrapper {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*Image Wrapper*/
.image-wrapper img:not([class]) {
	width:100%;
	vertical-align:top;
}
.image-wrapper.iw-border img:not([class]),
img.border {
	padding: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
}

/*Border*/
.image-wrapper img:not([class]) {
	width:100%;
	vertical-align:top;
}
.image-wrapper.iw-border img:not([class]),
img.border {
	padding: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
}

/*FAQ*/
.faq {
	cursor:pointer;
}
.faq h3 {
	cursor:pointer;
	margin:0;
	font-size:20px;
	letter-spacing:0;
	transition:all 0.3s ease-in-out 0s;
}
.faq .faq-inner {
	padding-top:15px;
}
.faq .faq-inner *:last-child {
	margin:0;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*CHECKOUT BUTTON*/
a.checkout-bt, button.checkout-bt {
	background-color:#0054a6;
	padding:10px 0;
}
.basket-box .fa.icon {
	font-size:60px;
	color:#FFF;
}
.basket-box > .col-info {
	padding-left:10px;
}
.basket-box > .col-info h2 .fa {
	display:none;
}
.basket-box > .col-info h2,
.basket-box > .col-info p {
	margin:0;
	padding:0;
}
.basket-box > .col-info h2 {
	font-weight:600;
}
.basket-box > .col-info h2 .price {
	font-weight:300;
	font-size:14px;
}
.basket-box > .col-info .button {
	font-size:12px;
	background-color:#c83127;
	border:none;
	color:#FFF;
	border-radius:15px
}
.basket-box > .col-info .button:hover {
	background-color:#900;
	text-shadow:none;
}
.basket-box > .col-info .button .fa {
	color:#FFF;
}

/* Buttons */
.button {
	display:inline-block;
	box-sizing:border-box;
	padding:4px 8px;
	text-decoration:none;
}
.button > .fa {
	transition: all 0.2s ease-in-out 0s;
}
.button.red {
	background-color:#972422;
	color:#FFF !important;
}
.button.fb {
	background-color:#3B5998;
}
button.bt-xs,
.button.bt-xs {
	font-size: 12px;
	padding: 5px 10px;
}
button.bt-grey,
.button.bt-grey {
	background-color:#FFF;
	color:#000;
	border:1px solid #CCC;
}
button.bt-orange,
.button.bt-orange {
	background-color:#F26A21;
}
button.bt-green,
.button.bt-green {
	border-color:#829e06;
	background-color:#9BBC08;
}
button.bt-white,
.button.bt-white {
	border-color:#FFF;
	background-color:#FFF;
}
.button.bt-red {
	background-color:#C00;
}
.button.bt-sq.bt-red {
	background: #7F1D22 !important;
}
.button.bt-block {
	display:block;
	text-align:center;
}
.button.bt-outline {
	border-color:#068ed0;
	color:#068ed0;
	background:none;
}
.button.bt-outline.bt-white {
	color:#FFF;
	border-color:#FFF;
}
button.bt-green:hover,
.button.bt-green:hover,
button.bt-white:hover,
.button.bt-white:hover,
button.bt-grey:hover,
.button.bt-grey:hover,
.button:hover{
	background-color:#0779b1;
	color:#FFF;
	text-decoration: none;
}
button.grey {
	background-color: #DDD;
	border-color: #CCC;
}
input[type=submit].grey:hover,
button.grey:hover,
.button.grey:hover {
	background-color: #CCC;
	border-color: #CCC;
	color: #999;
}
.button.bt-sq:hover {
	background-color:#0779b1 !important;
	color:#FFF;
}
.pointer {
	cursor:pointer;
}
.grey {
	color:#999;
}
.grey-light {
	color:#CCC;
}
.grey-dark {
	color:#444;
}
.white {
	color:#FFF;
}
.green {
	color:#95A424;
}
.red {
	color:#c83127;
}
.blue {
	color:#007BC4;
}
.text-bold {
	font-weight:bold;
}

/*Cart Object*/
.cart-object {
	width:100%;
}
.cart-object .c-info {
	width:60%;
}
.cart-object .c-info .info {
	font-size:12px;
}
.cart-object .c-price,
.cart-object .c-image {
	width:20%;
}
.cart-object .c-price {
	text-align:right;
	color:#999;
	font-size:12px;
}
.cart-object .c-image img {
	width:100%;
	vertical-align:top;
	border:1px solid #EEE;
}

/*CONTENT BLOCK*/
.cb {
/*	border:1px solid #EEE;*/
	border-radius:5px;
	position:relative;
	min-height:47px;
}
.cb.plain {
	min-height: 0;
	border-radius: 0;
}
.cb.inline {
	position: absolute;
	top: 0;
	left: 0;
}
.cb .cb-title {
	border-bottom:1px solid #EEE;
	background-color:#FFF;
	background-color:rgba(117,53,148,0.8);
	padding:10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.2s ease-in-out 0s;
	color:#FFF;
}
.cb .cb-title .cb-link {
	position:absolute;
	top:5px;
	right:5px;
}
.cb .cb-title:hover {
	opacity:1;
}
.cb .button.bt-outline,
.cb .button {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
	text-decoration: none;
}
.cb .button.bt-outline:hover,
.cb .button:hover {
	background-color: transparent;
	color: #FFF;
}
.cb .button.bt-outline:active,
.cb .button:active {
}
.cb.plain .button {
	background-color:rgba(117,53,148,0.8);
	color: #FFF;
	border: none;
}
.cb.plain .button:hover {
	background-color:rgba(117,53,148,1);
	color: #FFF;
}
.cb.cb-menu .button {
	font-size: 12px;
}

/*FORM*/
.form_table {
	padding:10px;
	margin:1em 0;
	border:2px solid #EEE;
	background:#FFF;
	background-repeat:repeat;
}
.form_table hr {
	margin:20px 0;
}
.form_table.w600 {
	width:600px;
}
.form_box {
	padding:3px;
	background-color:#F1F1F1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#068ed0
}
.form-block {
	overflow:hidden;
	display:block;
	border:2px solid #EEE;
	background: #FFF;
}
.form-block.style {
	border:none;
}
.field-checkbox {
	min-height:42px;
}
.form-block .field {
	float: left;
	width:33.33%;
	padding:5px 10px;
	box-sizing:border-box;
}
.form-block .field label {
	font-weight:300;
	color:#999;
}
.form-block .field label em {
	font-weight:800;
	color:#F00;
	font-style: normal;
	font-size: 14px;
}
.form-block .field label.heading {
	font-weight: 800;
	font-size: 16px;
}
.form-block .field.wauto {
	width:auto;
}
.form-block .field.full {
	width:100%;
	float:none;
}
.form-block.filter .field {
	min-height:0;
	display:inline-block;
	width:auto;
}
.form-block.filter .field select {
	display:inline-block;
	width: auto !important;
	border-radius:5px;
}
.form-block.filter .field label {
	display:inline-block;
	font-size:14px;
}
.form-block .value {
	font-weight:800;
	margin:15px 0 0;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
	display:block;
}
.form-block .field label.inline, .form-block .field input[type="radio"], .form-block .field input[type="checkbox"] {
	display:inline-block;
}
.form-block .field.textarea {
	width:100%;
}
.form-block .field.single,
.form-block.single .field {
    box-sizing: border-box;
    float: none;
    width: 100%;
	padding:10px;
}
.form-block.float .field {
	float: left;
	display:block;
}
.form-block .field.w100 {
	width: 100%;
}
.form-block .field.w50 {
	width: 50%;
}
.form-block .field.w25 {
	width: 25%;
}
.form-block .field.w75 {
	width: 75%;
}
.form-block .field.w70 {
	width: 70%;
}
.form-block .field.w33 {
	width: 33.33%;
}
.form-block .field.w30 {
	width: 30%;
}
.form-block .field.w66 {
	width: 66.66%;
}
.field.submit {
	width:100%;
	margin: 10px 0 0;
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	font-size:14px;
}
.form_subcaption {
	background-color:#F8F8F8;
	border:1px solid #EEE;
	padding:10px;
	margin-top:20px;
	font-size:14px;
	font-weight:600;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
input,select,textarea {
	transition:all 0.2s ease-in-out 0s;
	font-weight:200;
	font-size:14px;
	border-radius: 4px;
}
input[type="submit"],
button {
    cursor: pointer;
    padding: 7px 25px;
	font-size:18px;
	transition:all 0.4s ease-in-out 0s;
}
input[type="submit"]:disabled,
button.disabled {
	background-color:#AAA;
	border:1px solid #999;
	color:#777;
}
.sidebox input[type="submit"] {
	width:100%;
	box-sizing:border-box;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color:#068ed0;
	color:#000;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
	background-color:rgba(255,255,255,0.90);
	width:100%;
	box-sizing:border-box;
	font-size:14px;
	padding:8px 5px;
	border:1px solid #CCC;
	color:#999;
}
select {
	width:100%;
	padding:7px 5px !important;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.form-block .field-data { /*field data*/
	background-color:#F5F5F5;
	border-radius:5px;
	padding:15px 10px;
}
.form-block.cbox .field-data {
	width:230px;
}
.form-block .field-data h6 {
	font-size:14px;
	color:#068ed0;
	border-bottom:1px solid #CCC;
	margin-bottom:7px;
	padding-bottom:7px;
}

/*Alert*/
.alert {
	padding:10px 5px;
	color:#FFF;
	border: none !important;
	border-radius: 0 !important;
}
.alert.alert-danger {
	background-color:#C00;
	color:#FFF;
}
.alert.alert-success {
	background-color:#76AB00;
	color:#FFF;
}
.alert.alert-info {
	background-color:#2DB3BF;
	color:#FFF;
}

/*Cart Add*/
.cart {
	color:#FFF;
	font-weight:300;
	padding-top:0;
}
.cart .button,
#head .b-button {
	background-color:#FFF;
	border-radius:4px;
	color:#000;
	font-size:11px;
	padding:2px 4px;
	text-shadow:none;
}
.cart .button:hover {
	background-color:#068ed0;
	color:#FFF;
	text-decoration:none;
}

/*Add to cart*/
.denote {
	color:#C00;
}

/*Panel*/
.panel.plain {
	background-color:#FFF;
	padding:20px;
}
.panel h2 {
	color:#000;
}
.panel .bord {
	width:60px;
	border-top:5px solid #068ed0;
	margin:15px 0 20px;
}

/*Feature*/
.feature-rich {
	border: 1px solid #EEE;
	margin: 0 0 20px;
}
.feature-rich .c-img {
	width: 25%;
}
.feature-rich .c-img img {
	width: 100%;
	vertical-align: top;
}
.feature-rich p,
.feature-rich h3 {
	margin: 0;
}

/*Item box*/
.item-box {
	border:2px solid #DDD;
	padding:10px;
	margin:0 0 10px;
}
.item-box.hvr:hover {
	border-color:#CCC;
}
.item-box > a {
	text-decoration:none;
}
.item-box .search-field select,
.item-box .search-field input {
	display:inline-block;
	width:74%;
	box-sizing:border-box
}
.item-box .search-field input[type=submit] {
	width:25%;
	box-sizing:border-box
}

/*Map Wrapper*/
.map-wrapper {
	width:100%;
	height: 400px;
}

/*Event box*/
.event-box .c-eb-image {
	width:20%;
	padding-right:10px;
}
.event-box p,
.event-box h4 {
	margin:0;
}
.event-box h4 {
	font-size:18px;
	margin:0 0 7px;
}
.event-box .opt.opt-bord {
	display:inline-block;
	padding:3px 10px 5px;
}

/*Menu List*/
ul.menu-list {
	margin-top:18px;
}
ul.menu-list li {
	float:left;
	margin:5px;
}
ul.member-menu li {
	width:32%;
	box-sizing:border-box;
	text-align:center;
	margin:0;
	padding:3px;
}
ul.member-menu li a {
	padding:8px;
	background-color: #068ed0;
	color:#FFF;
	display:block;
	text-decoration:none;
    border-radius: 4px;
}
ul.member-menu li a:hover {
	background-color:#666;
}

/*Button*/
.button-plain {
	padding:6px 15px;
	background-color:#068ed0;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
.button-plain:hover {
	background-color:#666;
	text-shadow:0 -1px 0 #000;
	box-shadow:inset 0 0 5px black;
}
.button-plain.add-to-cart {
	padding:5px 12px;
	background-color:#c83127;
	text-shadow:0 -1px 0 #900;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	border-radius:4px;
}

/*Gallery*/
ul#gallery {
	margin-top:10px;
	display:block;
}
ul#gallery li {
	float:left;
	width:169px;
	list-style:none;
	margin-right:8px;
	margin-bottom:5px;
}
img.gallery-image {
    border: 2px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
}
img.gallery-image:hover {
	border-color:#068ed0;
}
.gallery-image > li {
	width:25%;
	float:left;
	list-style:none;
}
.gallery-image > li img {
	width:100%;
}

/*FB Icons*/
.share-icons a:hover {
	position:relative;
	top:1px;
}

/*Button List*/
.button-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.button-list li {
    float: left;
    list-style: outside none none;
    margin: 0 !important;
}
.button-list li i {
    color: #999;
}
.button-list li i, .button-list li a {
    border-color: #eee #eee #eee #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: 300;
    padding: 3px 8px;
    transition: all 0.2s ease-in-out 0s;
}
.button-list li.selected a, .button-list li a:hover {
    background-color: #068ed0;
    border-color: #068ed0;
    color: #fff;
}
.button-list li:first-child i, .button-list li:first-child a {
    border-bottom-left-radius: 5px;
    border-left-color: #eee;
    border-top-left-radius: 5px;
}
.button-list li:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*SUB CATEGORY*/
.sub-category {
	display:block;
	overflow:hidden;
}
.sub-category h2 {
	color:#F19F09;
}
.sub-category a {
	font-size:14px;
}
.sub-category ul {
	display:block;
	list-style:none;
}
.sub-category ul li {
	float:left;
	width:20%;
}
.sub-category ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	border:1px solid #FFF;
	background-color: #EF9E29;
	padding:5px 10px;
	box-sizing:border-box;
	transition:all 0.3s ease-in-out 0s;
	text-align:center;
}
.sub-category ul li a:hover {
	background-color: #fcb352;
	border-radius:5px;
	background-position: left;
	color:#FFF;
}

/*HTML Style*/
.html-style {
	margin:0 0 30px;
}
.html-style ul {
	list-style:square;
}

/*UL Bullet List*/
.bullet-list {
	margin: 0 0 15px;
}
.html-style ul,
ul.bullet li,
ul.bullet-list li {
	list-style:none;
}
.html-style ul li,
ul.bullet li,
ul.bullet-list li {
	position:relative;
	margin-left:25px;
	margin-bottom:5px;
}
.html-style ul li::before,
ul.bullet li::before,
ul.bullet-list li::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	color:#068ed0;
	padding-right:10px;
	position:absolute;
	left:-20px;
	top:5px;
}
.html-style ol li {
	padding-left:0;
	list-style-position:inside;
}
ul.bullet.bl-bold li,
ul.bullet-list.bl-bold li {
	font-weight:600;
	color:#068ed0;
}

.product-box .bullet {
	padding-top:10px;
}
ul.bullet li::before {
    color: #068ed0;
}
.product-box li ul li {
    font-size: 13px;
	margin:0 0 10px 25px;
}
ul.bullet li {
    list-style: outside none none;
    margin-bottom: 10px;
}


/*Data List*/
ul.data-list {
	list-style:none;
	margin:10px 0;
	border-radius:10px;
	background-color:#F5F5F5;
}
ul.data-list li {
	padding:5px;
	border-top:1px dotted #EEE;
}
ul.data-list li.first {
	border-top:none;
}
ul.data-list li hr {
	margin:8px 0;
}
ul.data-list li h3 {
	color: #444444;
    font-size: 16px;
    font-weight: bold;
}

/*Panel*/
.panel.red {
	border:2px solid #c31e58;
	color:#c31e58;
}
.panel.txt-lg {
	font-size:20px;
}
.panel .panel-title {
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border:1px solid #068ed0;
	background-color:#068ed0;
	padding:10px;
	color:#FFF;
}
.panel .panel-body {
	border:1px solid #EEE;
	padding:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.panel .panel-body .form-block {
	border:0;
}
.panel .panel-body .form-block .field {
	padding:5px;
}
.panel .panel-body .form-block .field.textarea-full, .panel .panel-body .form-block .field.textarea-full textarea {
	width:100%;
}
.panel .panel-body .form-block .field textarea {
    height: 60px;
}
.panel .panel-body .form-block .field.captcha {
    width: auto;
}
.panel .panel-body .form-block .field.captcha input {
    width: 50px;
}
.panel .panel-body .form-block .field.captcha label, .panel .panel-body .form-block .field.captcha input {
    display: inline-block;
}

/*Price box*/
.price-box {
	margin: 0 0 20px;
}
.price-box p {
	font-size:20px;
	margin: 0;
}

/*UC Container*/
.uc-container {
	background-color:#FFF;
	margin:20px auto 0;
	padding:20px;
	text-align:center;
	max-width:600px;
	width:100%;
	border-radius:20px;
	box-shadow:0 0 10px #DDD;
}
.uc-container > *:last-child {
	margin:0;
}
.uc-container .logo {
	background-position:center;
}

/* Popup */
.zl-popup {
	background:#FFF;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	position: relative;
	width: 100%;
	max-width: 500px;
	display: none;
}
.zl-popup .popup-bt-close {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #999;
	padding: 4px 10px;
	font-size: 14px;
	border-radius: 5px;
}
.zl-popup .popup-bt-close:hover {
	background-color: #C00;
	color: #FFF;
}
.zl-popup .frame {
	width: 100%;
    max-width: 100%;
}

/*Global*/
.zulu-global {
	padding:10px 0;
	text-align:center;
	background-color:#FFF;
	font-size:14px;
}
.zulu-global > *:last-child {
	margin-bottom:0;
}
.zulu-global.global-danger {
	color:#FFF;
	background-color:#B3222A;
}

/*Horizontal Product List*/
body.browse-template .body {
    padding: 0;
}
.wrapper-product {
    padding: 50px 0;
    background-color: #F0F0F0;
}

.coltable.page-structure {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    align-content:stretch;
}
.coltable.page-structure .col-sidebox {
    display: block;
    width: 20%;
}
.coltable.page-structure .col-body {
    display: block;
    width: 80%;
}
.coltable.page-structure.no-sidebar .col-body {
  width: 100%;
}

.no-filter-items {
    padding: 40px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    color: #6A809D;
}
.no-filter-items b {
    display: block;
    font-size: 80px;
    font-weight: 500;
}
.no-filter-items i {
    color: #8DA4C2;
}

ul.product-box {
	display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-box-pack: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	list-style:none;
	overflow:hidden;
	margin-bottom: 15px;
	background-color:transparent;
    margin: -3px;
}
ul.product-box.table {
	width:100%;
	display:table;
}
.product-box li a{
	text-decoration:none;
}
.product-box > li {
	float: left;
    list-style: none outside none;
	width:25%;
	box-sizing:border-box;
	padding:3px;
}
.product-box > li > .box {
    top: 0;
	position: relative;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
    padding: 0;
    height: 100%;
}

.product-box.row5 > li {
	width:20%;
}
.product-box.row1 > li {
	width:100%;
}
.product-box.row1 > li .box {
	display:table;
	width:100%;
}

.product-box.row1 > li .box .title,
.product-box.row1 > li .box .image,
.product-box.row1 > li .box .options {
	width:20%;
	display:table-cell;
	vertical-align:middle;
	padding:0;
	margin:0;
}
.product-box.row1 > li .box .options {
	text-align: right;
}
.product-box.row1 > li .box .options .bt {
	display: inline-block;
}
.product-box.row1 > li .box a {
	box-sizing:border-box;
}
.product-box.row1 > li .box p.title {
	width:40%;
	text-align:left;
	padding-left:20px;
	box-sizing:border-box;
}

ul.product-box.table > li {
	float:none;
	display:table-cell;
	vertical-align:middle;
}
.product-box li .box .spec {
	text-align:center;
}
.product-box li .box .spec li {
	display:inline-block;
	font-size:12px;
	color:#999;
	margin:0 5px;
}
.product-box li .box:hover {
    transition: all 0.1s ease;
	border-color: #A3CCEC;
    top: -2px;
}
.product-box li .box:active {
    transition: all 0.05s ease;
	border-color: #3396E8;
    top: 0px;
}
.product-box.stack li.block {
	width:100%;
	float:none;
	margin:1em 0;
	padding:1em 0;
	border-top:2px solid #EEE;
	overflow:hidden;
}
.product-box.stack li.block:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.product-single-wrapper img,
.product-box li img {
	vertical-align:top;
	width:100%;
}
.product-box li .inner {
	padding:8px;
	border:1px solid #EEE;
	transition:background-color 0.5s ease-in-out 0s,border-color 0.5s ease-in-out 0s;
	text-shadow:0 1px 0 #FFF;
}
.product-box li .inner p {
	margin:0;
}
.product-box li:hover .inner {
	border-color:#DDD;
	background-color:#F4F4F4;
}
.product-box li p {
	margin:0.3em 0;
	font-size:14px;
	font-weight:600;
	color:#333;
}
.product-box li p.price-result {
	color:#000;
	font-weight:700;
	font-size:18px;
	text-align:center;
	padding-top:15px;
}
.product-box li p.price-result i {
	font-size:12px;
	color:#999;
	font-weight:300;
}
.product-box.row1 li p.price-result i {
	display: block;
}

.product-box.category-box .title {
	display: block;
    font-size: 16px;
    color: #6A809D;
    min-height: 0;
    padding-top: 12px;
    transition: all 0.2s ease;
}
.product-box.category-box .title small {
    top: 0;
    right: 0;
    bottom: 0;
    color: #A7B4C6;
    position: absolute;
    background-color: #fff;
    border-left: 1px solid #e3e3e3;
    border-radius: 0 3px 3px 0;
    transition: all 0.2s ease;
    padding: 14px;
}
.product-box.category-box a:hover .title small,
.product-box.category-box a:hover .title {
    color: #3396E8;
}

.product-box .box .rating {
    padding: 0 15px 3px;
}
.product-box .box .rating .rating-stars {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}
.product-box .box .rating .rating-star.empty {
    color: #BAB7B2;
}
.product-box .box .rating .rating-count {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    white-space: nowrap;
    padding: 2px 4.5px 2px;
    font-family: sans-serif;
    border: 1px solid #BAB7B2;
    border-radius: 25px;
    color: #BAB7B2;
    position: relative;
    top: -1px;
}

.layout-selector {
	display:inline-block;
}
.layout-selector .button {
	border-width:1px;
	display: inline-block;
	font-size: 12px;
	font-weight:300 !important;
	padding: 5px 8px;
}
.layout-selector .button:first-child {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.layout-selector .button:last-child {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.product-box li ul li {
	font-size:13px;
}
.product-box .image {
	border-bottom: 1px solid #e3e3e3;
}
.product-box .image img {
    border-radius: 3px 3px 0 0;
}
.product-box .title {
	text-align:left;
	overflow:hidden;
	position:relative;
	padding: 14px 15px;
}
.product-box .title a {
    display: block;
    font-size: 16px;
    font-weight: 400;
	color:#3D4255;
    text-decoration: none;
	line-height:18px;
	letter-spacing:-0.5px;
}
.product-box li .title a:hover {
	color:#4574AE;
}
.product-box .price {
	font-size:14px;
	font-weight:600;
	color:#0071B1;
}
.product-box .sub {
	font-weight:600;
	font-size:14px;
	color:#BBB;
}
.product-box .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}
.product-box .options {
    padding: 0px 15px 14px;
	overflow:hidden;
	font-size:14px;
	text-align:left;
	display:table;
	width:100%;
}
.product-box .options .options-price {
	color: #068ed0;
    font-weight: 600;
}
.product-box .options-price .price-highlight {
	color:#EF4E42;
    margin-right: 5px;
}
.product-box .options-price strike {
	color:#999;
}

.product-box .options-add {
    position: absolute;
    top: 8px;
    left: 8px;
}
.product-box .box .options-add .button.bt-add {
    padding: 4px 9px 6px;
    border: none;
    background-color: #66BF84;
    border-radius: 3px;
    display: table;
    opacity: 0.9;
    min-width: 32px;
    text-align: center;
    margin-top: 8px;
}
.product-box .box .options-add .button.bt-add:first-child {
    margin-top: 0;
}
.product-box .box .options-add .button.bt-add span {
    display: inline-block;
    vertical-align: middle;
}
.product-box .box .options-add .button.bt-add b {
    transition: all 0.2s ease;
    font-weight: 400;
    width: 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
}
.product-box .box .options-add .button.bt-add:hover {
    background-color: #36AD5F;
    opacity: 1;
}
.product-box .box .options-add .button.bt-add:hover b {
    margin-left: 4px;
    width: 62px;
}
.product-box .box .options-add .button.bt-add.bt-wishlist:hover b {
    margin-left: 4px;
    width: 60px;
}
.product-box .box .options-add .button.bt-add.bt-wishlist.has-wishlist:hover b {
    width: 100px;
    margin-left: 4px;
}
.post-wrap.pw-products .button.bt-add.bt-wishlist {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  font-weight: normal;
  font-size: 14px;
}
.post-wrap.pw-products .button.bt-add.bt-wishlist b {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
  font-weight: normal;
  margin-left: 5px;
}
.post-wrap.pw-products .button.bt-add.bt-wishlist:hover b {
  opacity: 1; /* Show the <b> tag when hovering */
  display: inline; /* Make it visible and inline again */
}


/*Product Gallery*/
ul.product-gallery {
	list-style:none;
	overflow:hidden;
}
ul.product-gallery li {
	float:left;
	width:75px;
	padding:4px;
}
ul.product-gallery li img {
	width:73px;
	border:1px solid #FFF;
	transition:all 0.2s ease-in-out 0.0s;
}
ul.product-gallery li img:hover {
	box-shadow:0 0 12px #ddd;
}

/*Support Ticket Sys*/
.support-ticket-container {
	width:auto;
}
.support-ticket-container .panel-body {
	font-size:12px;
	height:453px;
	overflow-x:hidden;
	overflow-y: scroll;
}
.support-ticket-container .row {
	width:auto;
}
.support-ticket-container .list-group-item {
}

.support-ticket-container textarea {
	resize: none;
}

/*BreadCrumb*/
p.breadcrumb {
	font-size:14px;
	color:#AAA;
	margin:0 0 15px;
	font-weight: 300;
}
p.breadcrumb a {
	color:#AAA;
}
p.breadcrumb b {
	color:#CCC;
}
p.breadcrumb .bc-slash {
	padding: 0 5px;
	color: #DDD;
}

/*Capsule*/
.capsule {
	display:inline-block;
	border:1px solid #999;
	overflow:hidden;
	color:#999;
}
.capsule .capsule-text {
	padding:10px;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	color:#068ed0;
}
.capsule .capsule-text.fill {
	background-color:#f26a21;
	font-weight:600;
	color:#FFF;
}
.capsule .capsule-text.nopad {
	padding:0;
}
.capsule.plain {
	padding:5px 10px;
}
p.highlight {
	padding:4px;
	border:1px solid #068ed0;
	border-radius:10px;
	text-align:center;
	color:#068ed0;
	display:inline-block;
	font-weight:400;
}
p.highlight a {
	text-decoration:underline;
}

/*Product Feature*/
.section-product-feature {
	background-color: #EEE;
}

/*Cart Popdown*/
#popdown-opacity {
    position: fixed;
}
#popdown-dialog {
    background: none !important;
}

.popdown-wrapper .popdown-head {
    text-align: center;
}
.popdown-wrapper .popdown-head h1 {
    font-size: 20px;
    line-height: 24px;
    color: #EBECF1;
}

.popdown-wrapper .alert {
    padding: 12px 20px;
    border-radius: 4px;
}
.popdown-wrapper .alert.alert-success {
    background-color: #66BF84;
    animation: alert-pules-green 1.5s ease 6;
}
@keyframes alert-pulse-green {
    0% {border-color: #7ACE35;}
    50% {border-color: #9CE95C;}
    100% {border-color: #7ACE35;}
}

.popdown-foot .button {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 0px;
    border: 2px solid #A7B4C6;
    background-color: #A7B4C6;
}
.popdown-foot .button.bt-green {
    background-color: #66BF84;
    border-color: #66BF84;
}
.popdown-foot .button.bt-outline {
    background-color: transparent;
    border-color: #BDCADB;
    color: #BDCADB;
}
.popdown-foot .button:hover {
    background-color: #BDCADB;
    border-color: #BDCADB;
}
.popdown-foot .button.bt-green:hover {
    background-color: #7FD49C;
    border-color: #7FD49C;
}
.popdown-foot .button.bt-outline:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.popdown-total {
    text-align: center;
    font-size: 22px;
    color: #3D4255;
    margin: 0 0 10px;
}

/*Map / Form*/
.section-contact-map,
.section-contact-form {
	background-color:#068ed0;
}
.section-contact-map {
	background-color:#CCC;
}
.section-contact-form h2 {
	font-weight:300;
	color:#FFF;
}
.section-contact-form .form-wrapper {
	background-color:#FFF;
}
.section-contact-map {
	position:relative;
}
.section-contact-map h2 {
	position:absolute;
	top:1;
	z-index:100;
	color:#FFF;
	width:100%;
	text-align:center;
	padding:20px 0;
	text-shadow:0 0 10px rgba(0,0,0,0.4);
}
#map_canvas {
    display: block;
    height: 400px;
    position: relative;
    width: 100%;
}

/* Body Full Width*/
body.frame-full-width .body {
	padding:0;
}
body.frame-full-width .body .frame {
	padding:40px 0;
}
body.post-type-news .body {
	padding:0;
}

/*Product Info*/
.section-product-top {
	margin:0;
	background-image:url(images/bg-head.jpg);
	padding:20px 0 30px;
}
.section-product-info {
	margin:0;
}
.section-product-top .col.text-right > div,
.section-product-top .col.text-right > input,
.section-product-top .col.text-right > p {
	display:inline-block;
}
.section-product-info .cart-buttons {
	font-size:18px;
}
.section-product-info .col-image {
	position:relative;
	padding-right:20px;
}
.section-product-top .capsule {
	font-size:18px;
}
.section-product-top .capsule-text {
	padding:5px 10px;
}
.section-product-top .attribute {
	padding-right:10px;
}
.section-product-top .attribute label {
	padding-right:10px;
	font-weight:800;
}
.section-product-top .attribute select {
	width:auto;
}
.section-product-top button {
	padding:4px 15px;
	font-size:16px;
}

/*List*/
ul.list {
	list-style:square;
	font-size:14px;
	margin:1em 0;
}
ul.list li {
	margin:0.5em 0;
	margin-left:15px;
}

/*Bulk Table*/
div.bulktable table {
	width:100%;
	border-collapse: collapse;
}
div.bulktable table th,
div.bulktable table td {
	padding:5px 10px;
	border: 1px solid #EEE;
	width: 50px;
}
div.bulktable table th {
	background-color: #F8F8F8;
	color:#999;
	font-weight: 300;
}
div.bulktable table td input {
	width: 100%;
	text-align:center;
}
div.bulktable table tbody td.label {
	color:#068ed0;
	font-weight: 300;
}

/*PROMO BOX*/
.promo-box {

	box-shadow:0px 20px 20px rgba(0,0,0,0.25);
}
.promo-box .col {
	border-bottom:8px solid #2E318B;
}
.promo-box img {
	width:100%;
}
.promo-box .pinner {
	padding:20px;
	min-height:350px;
	border-right:10px solid #eee;
	background-color:#f8f8f8;
}
.promo-box .pinner.anti-border {
	border-right:0px solid #fff;
}
.promo-box h3 {
	text-transform:uppercase;
	padding:12px 0 10px;
	text-align:center;
	font-weight:600;
	font-size:30px;
	color:#fff;
	background-color:#2E318B;
}
.promo-box .pinner h4 {
	color:#2E318B;
	font-size:16px;
	margin-bottom:10px;
}

/*Attribute Select*/
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.field-input-qty {
    display: flex;
}
.field-input-qty input {
    border-radius: 0;
    max-width: 80px;
    min-width: 60px;
}
.field-input-qty button {
    padding: 0 5px;
}
.form-block.attribute-select {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    margin: 0;
    background:#F8F8F8;
    border:none;
}
.form-block.attribute-select label {
	font-size:12px;
}
.form-block.attribute-select .field.submit,
.form-block.attribute-select .field {
    float: none;
	padding: 5px;
    width: auto;
}
.form-block.mode-bulk .field.submit,
.form-block.attribute-select.mode-list .field.submit,
.form-block.attribute-select.mode-list .field {
	padding:0
}
.form-block.mode-bulk .bulktable {
	margin: 0 0 10px;
}
.form-block.attribute-select.mode-list .field {
	margin:0 0 10px;
}
.price-box .attribute-loader,
.form-block.attribute-select .attribute-loader {
	color:#999;
	animation:rotating 1s linear infinite;
	padding:0 10px;
}
.form-block.attribute-select .field.submit {
	margin:0;
}
.form-block.attribute-select p {
	margin: 0;
}
.attribute-select .attribute-label {
	margin:0;
	padding-left: 10px;
}
.price-box .attribute-label {
	color:#666;
	margin: 0;
}
.price-box .attribute-label .price {
	font-weight:800;
}
.price-box .attribute-label .price-highlight {
	font-weight:300;
	background-color:#C00;
	border-radius:3px;
	padding: 7px 15px 8px;
	color:#FFF;
	display: inline-block;
}
.product-box .options-price .stock.in,
.price-box .attribute-label .stock.in {
	color:#76AB00;
}
.product-box .options-price .stock.out,
.price-box .attribute-label .stock.out {
	color:#C00;
}
.price-box .price-extra {
    width: 100%;
}

/* Product Bulk Row */
.product-bulk-row h4 {
    margin: 0;
}
.product-bulk-row {
    padding: 20px 0;
    border-bottom: 2px solid #CCC;
}
.product-bulk-row p,
.product-bulk-row h4 {
    margin: 0;
}

/*Post Wrap*/
.post-wrap .post-item {
	border:2px solid #EEE;
	transition:all 0.2s ease-in-out 0s;
}
.post-wrap .col {
	padding:10px;
}
.post-item > a {
	text-decoration:none;
}
.post-item .post-image.date-label {
	position:relative;
}
.post-item .post-image.date-label .date {
	display:block;
	padding:5px 10px !important;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	top:0;
	left:0;
	margin:0;
	opacity:0.5;
	transition:all 0.2s ease-in-out 0s;
}
.post-item .post-image.date-label .date {
	opacity:1;
}
.post-item .post-body {
	padding:10px 20px;
}
.post-item .post-body *:last-child {
	margin:0;
}
.post-wrap .post-item:hover {
	border-color:#068ed0;
}
.post-wrap .post-item .feature-image {
	width:100%;
	vertical-align:top;
}
.post-wrap.post-type-news .post-item .post-body {
	height: 100px;
	display: table;
}
.post-wrap.post-type-news .post-item .post-body > h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 26px;
}

/*Post Page*/
.post-content ul:not([class]) {
	list-style:square;
}
.post-content ol:not([class]),
.post-content ul:not([class]) {
	margin:40px 0;
}
.post-content ul:not([class]) li,
.post-content ol:not([class]) li {
	margin-left:40px;
}
.post-content ol:not([class]) li {
	margin-bottom:10px;
}


/*Adjacent Highlight*/
.capsule-container {
	position:relative;
}
.capsule-container .wrap {
	position:absolute;
	top:0;
	right:0;
}
.capsule-container .wrap .capsule {
	float:left;
	margin:0 0 0 10px;
	transition:all 0.2s ease-in-out 0s;
}
.capsule-container .wrap .capsule:hover {
	background-color:#FFF;
	border-color:#FFF;
	color:#000;
}

/* Product Table */
.post-wrap > .row:first-child {
    position: sticky;
    top: 0px;
    z-index: 1;
}
.post-wrap > .row:first-child > div {
    padding: 15px 0 30px;
    font-weight: bold;
    background:#F0F0F0;
}

/*Span Float*/
ul.span-float {
	overflow:hidden;
	list-style:none;
}
ul.span-float li {
	float:left;
	padding-right:10px;
}

/*Sidebox Image*/
.sidebox-image {
	border:1px solid #999;
	margin-bottom:10px;
	vertical-align:top;
}

/*Info Block*/
.info-block {
	margin:1em 0;
	overflow:hidden;
}
.info-block .block {
	padding:10px;
	margin:10px;
	width:190px;
	border:1px solid #DDD;
	float:left;
	position:relative;
}
.info-block .block:first-child {
	margin-left:0;
}
.info-block .block.no-top {
	padding-top:0;
}
.info-block .block p {
	margin:5px 0;
}
.info-block.coltable > .col {
	padding:5px;
}
.info-block.coltable > .block {
	width:100%;
	margin:0;
	float:none;
	box-sizing:border-box;
}

/*Testimonial*/
.testimonial {
}
.testimonial *:last-child {
	margin-bottom:0;
	text-align:center;
}
.testimonial blockquote > p {
	font-size:20px;
	line-height:34px;
	font-style:normal;
}
.testimonial blockquote > p i {
	font-size:32px;
	color:#FFF000;
	position:relative;
	top:-10px;
	left:-10px;
}
.testimonial blockquote > footer > p {
	font-style:normal;
	font-weight:100;
}
.testimonial blockquote > footer > p.auth > * {
	display:inline-block;
	vertical-align:middle;
}
.testimonial blockquote > footer > p.auth img {
	margin-right:20px;
	max-width:150px;
}
.testimonial blockquote > footer > p.auth .rating {
	color:#EEC700;
	font-size:18px;
}
.testimonial blockquote > footer > p.auth .rating .fa {
	margin-right:3px;
}
.testimonial blockquote > footer > .divider {
	height:3px;
	width:80px;
	background-color:#068ed0;
	display:inline-block;
	margin:20px 0;
}
.testimonial *:last-child {
	text-align:left;
}

/*Box*/
.box-container > .col {
	padding:10px;
}
.box-container > .box {
	margin:0 0 20px;
}
.box {
	border:1px solid #EEE;
	padding:15px;
	transition:all 0.2s ease-in-out 0s;
}
.box.box-small {
	padding: 5px;
	font-size: 14px;
}
.box *:last-child {
	margin:0;
}
.box.box-info {
	background-color:#C00;
	border-color:#900;
	color:#FFF;
}
.box.box-yellow {
	background-color:#f0ad4e;
	border-color:#df9f43;
	color:#FFF;
}
.box.box-danger {
	background-color:#C00;
	border-color:#900;
	color:#FFF;
}
.box.box-yellow > *,
.box.box-info > *,
.box.box-danger > * {
	color:#FFF;
}

/*Columns*/
.column.col-center {
	margin:0 auto;
}
.column.w12 {
	width:100%;
}
.column.w8 {
	width:75%;
}
.column.w7 {
	width:58.33%;
}
.column.w6 {
	width:50%;
}
.column.w4 {
	width:33.33%;
}
.column.w3 {
	width:25%;
}
.column.w2 {
	width:16.66%;
}
.column.w1 {
	width:8.33%;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable > .col {
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}
.coltable.float {
	overflow:hidden;
}
.coltable.float > .col {
	float:left;
	display:block;
}
.coltable.pad > .col,
.coltable.padcol > .col {
	padding:10px;
}
.coltable.pad20 > .col {
	padding:20px;
}
.coltable > .col.sidepad {
	padding:0 20px;
}
.coltable.nopad > .col {
	padding:0px !important;
}
.coltable.col1 > .col {
	width:100%;
}
.coltable.col2 > .col {
	width:50%;
}
.coltable.col3 > .col {
	width:33.33%;
}
.coltable.col4 > .col {
	width:25%;
}
.coltable.col5 > .col {
	width:20%;
}
.coltable.col6 > .col {
	width:16.666%;
}
.coltable > .col.w80 {
	width:80%;
}
.coltable > .col.w75 {
	width:75%;
}
.coltable > .col.w66 {
	width:66.666%;
}
.coltable > .col.w50 {
	width:50%;
}
.coltable > .col.w33 {
	width:33.333%;
}
.coltable > .col.w30 {
	width:30%;
}
.coltable > .col.w25 {
	width:25%;
}
.coltable > .col.w20 {
	width:20%;
}
.coltable > .col.center {
	text-align:center;
}
.coltable > .col.vmiddle,
.coltable.vmiddle > .col {
	vertical-align:middle;
}
.coltable > .col.hcenter {
	text-align: center;
}
.coltable > .col.vbottom,
.coltable.vbottom > .col {
	vertical-align:bottom;
}
.coltable > .col.vtop,
.coltable.vtop > .col {
	vertical-align:top;
}
.coltable.page-structure > .col {
	vertical-align: top;
}
.coltable.page-structure > .col.col-sidebox {
	width: 20%;
    min-width: 240px;
}
.coltable.page-structure > .col.col-sidebox.col-sidebox-left {
	padding-right: 40px;
	box-sizing: border-box;
}

/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0 0;
}
ul.spec-list li p {
	float:left;
	width:30%;
}
ul.spec-list li p.value {
	width:70%;
}
ul.spec-list li p.label {
	color:#999;
	font-weight:300;
}
ul.spec-list li {
	overflow:hidden;
	border-bottom:1px dotted #CCC;
}
ul.spec-list li:first-child {
	border-top:1px dotted #CCC;
}
ul.spec-list li:last-child {
	border-bottom:none;
}

/*Input Labels*/
.input-labels {
	border: 1px solid #EEE;
	background-color:#F8F8F8;
	margin: 0 0 10px;
}
.input-labels h4 {
	padding: 10px 10px 0;
	font-size: 16px;
	margin: 0;

}
.input-labels .form-block {
	padding:0;
	margin: 0;
	border: none;
}
.input-labels .form-block .field {
	padding: 10px;
}

/*Sidebox*/
.sidebox {
	border: 2px solid #EEE;
	margin: 0 0 20px;
}
.sidebox.scroll .sidebox-body {
    max-height: 300px;
    overflow-y: scroll;
}
.sidebox.scroll .sidebox-body::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.sidebox.scroll .sidebox-body::-webkit-scrollbar-track {
    box-shadow: inset -2px 0 0 #DDE3EC;
}
.sidebox.scroll .sidebox-body::-webkit-scrollbar-thumb {
    box-shadow: inset -2px 0 0 #8390A2;
    /*background-color: #929DAC;
    border-radius: 5px;*/
}
.sidebox.scroll .sidebox-body:hover::-webkit-scrollbar-thumb {
    box-shadow: inset -6px 0 0 #3396E8;
    border-radius: 5px 0 0 5px;
    /*box-shadow: 0 0 8px rgba(49,161,255,0.80);*/
}

.sidebox .form-block {
	border: none;
	padding: 0;
	margin: 0;
}
.sidebox .form-block .field {
	margin: 0 0 10px;
	padding: 0;
}
.sidebox .form-block .field.submit {
	margin-bottom:0;
}
.sidebox .form-block .field.submit button,
.sidebox .form-block .field.submit input[type=submit] {
	width: 100%;
}
.sidebox .links:not(:last-child) {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #EEE;
}
.sidebox .links li {
	list-style: none;
}
.sidebox .links li > a {
	display: block;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #FFF;
	transition:all 0.2s ease-in-out 0s;
}
.sidebox .links li > a:hover {
	border-bottom-color: #068ed0;
	color: #068ed0;
	text-decoration: none;
}

/*Banner
.banner .slide,
.banner .slide-image {
	position:relative;
}
.banner .slide .slide-inner {
	position:absolute;
	display:table;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	text-shadow:0 0 10px rgba(0,0,0,0.3);
	background-color:rgba(0,0,0,0.3);
}
.banner .slide .slide-inner * {
	vertical-align:middle;
}
.banner .slide .slide-inner .slide-cell {
	display:table-cell;
	vertical-align:middle;
}
.banner .slide .slide-inner *:last-child {
	margin-bottom:0;
}
.banner .slide .slide-inner h2,
.banner .slide .slide-inner .h2,
.banner .slide .slide-inner p,
.banner .slide .slide-inner .p,
.banner .slide .slide-inner h3,
.banner .slide .slide-inner .h3 {
	color:#FFF;
}*/

/*Product Table*/
table.product {
	width:100%;
	padding:0;
	margin:0;
	box-sizing:border-box;
	border-collapse:collapse;
}
table.product td {
	background-color:#F3F3F3;
	padding:5px;
	border-bottom:1px solid #FFF;
}
table.product td.right {
	text-align:right;
}
table.product td.center {
	text-align:center;
}
table.product td.left {
	text-align:left;
}
table.product thead td {
	font-size:12px;
	color:#068ed0;
	font-weight:800;
	background-color:#EEE;
	border-bottom:2px solid #FFF;
}
table.product .textbox-qty {
	width:30px;
	text-align:center;
	padding:4px;
}

.video-overlay {
	color: #068ed0;
    position: absolute;
    top: 30%;
    width: 100%;
}

.responsive {
	width:100%;
	vertical-align:top;
}

/* Frameless Body (Facebook etc) */
.body-frameless .footer,
.body-frameless .header {
	display: none;
}

/* Wish List List */
.wishlist-on {
    display: none;
}
.wishlist-list > .coltable {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
.wishlist-list > .coltable > .col.image {
	width: 150px;
	padding-right: 5px;
}
.wishlist-list > .coltable > .col.image img {
	vertical-align: middle;
}
.wishlist-list > .coltable > .col.title, .coltable.wishlist > .col.price {
	padding-left: 5px;
}
.wishlist-list > .coltable > .col.price .price-highlight {
	font-weight:bold;
	color:#C00;
}
.wishlist-list > .coltable > .col.remove {
	vertical-align: bottom;
}

/*Sidebox Override*/
.sidebox {
	border-radius: 15px 15px 0 0 ;
	border: none;
}
.sidebox .search-box.sidebox-body {
    padding: 0;
}
.sidebox .search-box .field {
	margin: 0;
}
.search-box .form-block {
    background: none;
    overflow: visible;
}
.search-box .form-block .field {
	display: block;
	overflow: visible;
    position: relative;
}
.search-box .form-block .field input,
.search-box .form-block .field button {
	display: block;
}
.search-box .form-block .field input.form-control,
.search-box .form-block .field input {
	height: auto;
    color: #8C98A9;
	font-size: 16px;
    font-weight: 400;
	padding: 10px 12px;
    padding-right: 40px;
	letter-spacing: 0px;
    border-radius: 4px;
    font-family: "proxima nova", sans-serif;
	border: 2px solid #A7B4C6;
	box-shadow: none;
	background-color: transparent;
	width: 100% !important;
}
.search-box .form-block .field input::placeholder {
    color: #8C98A9;
}
.search-box .form-block .field:hover input.form-control,
.search-box .form-block .field:hover input {
    border-color: #8A94A0;
}
.search-box .form-block .field input:focus.form-control,
.search-box .form-block .field input:focus {
    border-color: #068ed0;
    background-color: #fff;
    /*box-shadow: inset 6px 0 0 #068ed0;*/
    outline: none;
    color: #3D4255;
}
.search-box .form-block .field button {
    /*font-size: 16px;
    line-height: 26px;
    background: #ccc;
    color: #fff;*/
    background: none;
    border-radius: 3px;
    border: none;
	position: absolute;
    transform: translateY(-50%);
    color: #A7B4C6;
    padding: 4px 9px;
    top: 50%;
    right: 5px;
}
.search-box .form-block .field button:hover {
	background-color: #068ed0;
    color: #fff;
    /*color: #068ed0;*/
}
.sidebox.side-search .sidebox-top {
    display: none;
}

.sidebox .sidebox-top {
	background: none;
	font-weight: 600;
	color: #A7B4C6;
	margin: 25px 0 0px;
    padding: 0 0 0px;
	letter-spacing: 0px;
	text-align: left;
	font-size: 12px;
	position: relative;
    text-transform: uppercase;
    /*border-bottom: 2px solid #DDE3EC;*/
}
.sidebox .sidebox-top .js-toggle {
	right: 0;
	top: 2px;
}
.sidebox .sidebox-body {
	padding: 10px 5px 0 0;
}
.sidebox h4 {
	padding: 8px 0px 0;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	color: #71BDE4;
	margin-bottom: 10px;
}
.sidebox .links li > a {
    margin: -3px 0;
	padding: 5px 0px;
	font-size: 14px;
	color: #6A809D;
	text-align: left;
    border-radius: 3px;
    transition: all 0s;
    background:  linear-gradient(to right, #3396E8 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right center;
    border: none;
}
.sidebox .links li > a small {
    color: #A7B4C6;
}
.sidebox.default-filters .links li > a {
	color: #3D4255;
}
.sidebox .links li > a:hover {
	padding: 5px 8px;
	color: #fff;
    position: relative;
    background-position: left center;
    z-index: 2;
}
.sidebox .links li:not(.selected) > a:hover small {
    color: #fff;
}

.sidebox ul.links li.selected a {
    color: #3396E8;
    font-weight: 600;
    z-index: 1;
}
.sidebox ul.links li.selected a:hover {
    background:#e3e3e3;
}

.sidebox ul.links li.up-level a {
    color: #3D4255;
}
.sidebox ul.links li.up-level a:hover {
	color: #fff;
}

/**PRODUCT Override**/
.sort-box {
    border:0px solid #D3D4D6;
    border-radius: 4px;
    background: transparent;
	padding: 0px;
    margin: 0 0 12px;
}
.sort-box p {
    padding: 0px;
	font-size: 14px;
    font-weight: 400;
    color: #7B8189;
}
.sort-box p b {
    font-weight: 700;
    color: #A2A7AF;
}
.sort-box p i.fas {
    margin-right: 8px;
    color: #C3C9D2;
    transform: scale(1.5);
}
.sort-box .form-block {
	border: 0px solid #eee;
}
.sort-box .form-block.filter .field {
	padding: 0px !important;
    float: right;
    text-align: right;
}
.sort-box .col:nth-child(2) p {
	color: #999;
}
.sort-box .form-block.filter {
    background: none;
}

.form-block.filter .field label,
.form-block.filter .field select {
    font-size: 14px;
    font-weight: 400;
    color: #878D96;
}
.form-block.filter .field select {
	padding: 4px 25px 5px 8px !important;
	transition: all 0.1s ease-out 0s;
    border: 1px solid #D3D4D6;
    border-radius: 4px;
    background-color: #fafafa;
	background-image: url(images/arrow-down.svg);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 15px auto;
	color: #777;
	-webkit-appearance: none;
	-moz-appearance:none;
    position: relative;
}
.form-block.filter .field select::-ms-expand {
    display: none;
}
.form-block.filter .field select:hover {
	border-color: #ccc;
	background-size: 18px auto;
	background-position: center right 8px;
}
.form-block.filter .field select:focus {
	outline: none;
}
.form-block.filter .field input {
	padding: 4px 8px 4.5px 8px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	background-color: #bbb;
	color: #fff;
}
.form-block.filter .field input:hover {
	border-radius: 0;
	background-color: #c00;
	box-shadow: none;
	color: #fff;
}

.pro-main h1:first-of-type {
	margin: 0 0 5px;
}
.pro-main h3:first-of-type {
	color: #bbb !important;
	font-size: 26px;
	font-family: "proxima-soft", sans-serif;
	margin: 0;
}
.pro-main .category-box {
    margin-bottom: 10px;
    align-items: flex-end;
}
.product-box.row1 .box {
	margin: 2px 0;
}
.product-box .box .button.bt-add{
	font-size: 12px;
	padding: 6px 14px;
	border-width: 1px;
}

/* JS Sidebox Controls */
.js-sidebox-toggle .js-toggle {
	position: absolute;
	color: #999;
    display: none;
}
.js-sidebox-toggle .js-toggle.toggled i,
.js-sidebox-toggle.toggled .js-toggle i {
    transition: all 0.2s ease;
}
.js-sidebox-toggle .js-toggle.toggled i,
.js-sidebox-toggle.toggled .js-toggle i {
	transform: rotate(-180deg);
}
.js-sidebox-toggle .js-toggle:hover {
	color: #068ED0;
}
.sidebox.js-sidebox-toggle .sidebox-top .js-toggle {
    right: 10px;
    top: 5px;
}

/* PB Accordion */
.accordion {
	cursor:pointer;
}
.accordion > h3 {
	margin:0;
	font-size:20px;
	letter-spacing:0;
	transition:all 0.3s ease-in-out 0s;
}
.accordion > .accordion-inner {
	padding-top:15px;
}
.accordion > .accordion-inner *:last-child {
	margin:0;
}
.accordion:hover {
	border-color:#068ed0;
}
.accordion:hover h3,
.accordion:hover h3::before {
	color:#068ed0;
}

/* Popup Overlay */
.popup-overlay {
    display: none;
	width: 800px;
	background-color: #FFF;
	padding: 30px;
	box-sizing: border-box;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2), 0 1px 3px rgba(0,0,0,0.2);
}
.popup-overlay .popup-close {
	background-color: #ccc;
	border-radius: 100%;
	padding: 6px 12px;
	position: absolute;
	top: -10px;
	right: -10px;
    text-decoration: none;
    color: #000;
}
.popup-overlay .popup-close:hover {
	background-color: #B81B1E;
    color: #FFF;
}

/* NPS */
.nps-submitted-alert {
	padding: 20px;
	background-color: #4CAF50;
	color: white;
	margin-bottom: 15px;
}
.field-nps-bar-rating .br-wrapper{
	padding: 15px;
    margin: 0 0 0 115px;
}
.field-nps-bar-rating .br-theme-bars-1to10 .br-widget a{
	width: 30px;
	height: 80%;

}

.field-nps-bar-rating .br-theme-bars-1to10 .br-widget a.br-active, .br-theme-bars-1to10 .br-widget a.br-selected{
/*	background-color: #F47E2E!important;*/
}
.field-nps-bar-rating .br-theme-bars-1to10 .br-widget .br-current-rating{
/*	color: #F47E2E!important;*/
}

/* Product price extra */
.price-extra .price-extra-row {
    margin-bottom: 5px;
	background-color: #EEE;
	border: 1px solid #EEE;
}
.price-extra .price-extra-row:last-of-type {
    margin-bottom: 0px;
}
.price-extra .price-extra-row p {
	font-size: 16px;
	margin: 0;
}
.price-extra .price-extra-row a {
	color: #000;
	text-decoration: underline;
}

/* PartPay Price Box Widget Override */
.price-extra .price-extra-row #partpay-widget-container #partPayCalculatorWidget {
    width: 100% !important;
	background-color: #EEE !important;
	border: 1px solid #EEE !important;
}

/* Laybuy */
.price-extra > .price-extra-row .laybuy-price {
    text-align: left;
    padding: 10px;
}
.price-extra > .price-extra-row .laybuy-price img {
	padding:4px;
	max-width: 130px;
    float: right;
}
.laybuy-popup-box .laybuy-popup-content {
	text-align: center;
}
.laybuy-popup-box .laybuy-popup-content > img.laybuy-logo {
	max-width: 50%;
}
.laybuy-popup-box .laybuy-popup-content .coltable > .col img {
	max-width: 50px;
	margin-bottom: 15px;
}
.laybuy-popup-box .laybuy-popup-content p.laybuy-special {
	color: #23ABCF;
	font-size: 20px;
	padding: 10px 40px;
}

/* Afterpay */
.price-extra > .price-extra-row .afterpay-price {
    text-align: left;
    padding: 10px;
}
.price-extra > .price-extra-row .afterpay-price img {
	padding: 4px;
	max-width: 140px;
    float: right;
}
.afterpay-popup-box {
	width: 900px;
}
.afterpay-popup-box .afterpay-popup-content {
	text-align: center;
}
.afterpay-popup-box .afterpay-popup-content > img.afterpay-logo {
	max-width: 300px;
}
.afterpay-popup-box .afterpay-popup-content .coltable > .col img {
	max-width: 200px;
	margin-bottom: 15px;
}
.afterpay-popup-box .afterpay-popup-content p.afterpay-special {
	font-size: 30px;
	padding: 10px 40px;
	font-weight: bold;
}
.afterpay-popup-box .afterpay-popup-content p.afterpay-special > * {
	white-space: nowrap;
}
.afterpay-popup-box .afterpay-popup-content .afterpay-separator {
	font-weight: 200;
}
.afterpay-popup-box .afterpay-popup-content .afterpay-color-light {
	color: #99cef0;

}
.afterpay-popup-box .afterpay-popup-content .afterpay-color-medium {
	color: #2778b3;
}
.afterpay-popup-box .afterpay-popup-content .afterpay-color-dark {
	color: #074578;
}

.category-breadcrumbs .breadcrumb,
.category-breadcrumbs .breadcrumb-divider {
    display: inline-block;
}
.category-breadcrumbs .breadcrumb {
    color: #999;
    font-size: 14px;
}
.category-breadcrumbs .breadcrumb:first-child {
    font-weight: bold;
}
.category-breadcrumbs .breadcrumb a {
    color: #3D4255;
}
.category-breadcrumbs .breadcrumb a:hover {
    color: #068ed0;
}
.category-breadcrumbs .breadcrumb-divider {
    font-size: 12px;
    margin: 0 10px;
    color: #999;
}

.product-browse-header {
    padding: 40px 0;
}
.product-browse-header .category-breadcrumbs {
    margin-bottom: 10px;
}
.product-browse-header h1 {
    color: #3D4255;
    margin-bottom: 0px;
}
.product-browse-header .product-search-filters {
    margin-top: 10px;
}
.product-browse-header p:not([class]) {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666;
}

.extra-category-breadcrumbs h5 {
    margin-bottom: 5px;
}


.product-browse-header .product-search-remove {
    font-size: 14px;
}

.product-browse-header .product-search-filters .product-search-filter {
    list-style: none;
    background-color: transparent;
    padding: 5px 10px;
    display: inline-block;
    border: 2px solid #A7B4C6;
    border-radius: 30px;
    font-size: 12px;
    line-height: 16px;
    color: #A7B4C6;
}
.product-browse-header .product-search-filters .product-search-filter:hover {
    border: 2px solid #8892A0;
    color: #8892A0;
}
.product-browse-header .product-search-filters .product-search-filter a {
    margin-left: 5px;
    color: #DA7676;
}
.product-browse-header .product-search-filters .product-search-filter a:hover {
    color: #C00;
}

/* Product Reviews */
.product-reviews .review-summary .rating-stars .rating-star,
.product-reviews .review-rows .review-row .review-stars .rating-star,
.review-write .review-stars .review-star,
.product-box .box .rating .rating-stars {
    color: #F8C267;
}
.product-reviews .review-summary .rating-rows .rating-row > .rating-bar-container > .rating-bar > .rating-bar-filled,
.product-reviews .review-rows .review-row .review-byline .review-verified {
    background-color: #F8C267;
}
.product-reviews .review-summary {
    margin-bottom: 20px;
}
.product-reviews .review-summary .rating-stars .rating-star {
    font-size: 26px;
}
.product-reviews .review-summary > p {
    margin-bottom: 10px;
}
.product-reviews .review-summary .rating-rows .rating-row > * {
    display: inline-block;
    width: 50px;
}
.product-reviews .review-summary .rating-rows .rating-row > .rating-bar-container {
    width: 50%;
    padding: 0 8px;
    vertical-align: middle;
}
.product-reviews .review-summary .rating-rows .rating-row > .rating-bar-container > .rating-bar {
    height: 10px;
    width: auto;
    background-color: #DDD;
}
.product-reviews .review-summary .rating-rows .rating-row > .rating-bar-container > .rating-bar > .rating-bar-filled {
    height: 10px;
}
.product-reviews .review-summary .rating-rows .rating-row > .rating-count {
    width: 40px;
    text-align: center;
}
.product-reviews .review-rows .review-row {
    border-bottom: 1px solid #EEE;
    padding: 15px 5px;
}
.product-reviews .review-rows .review-row:first-of-type {
    padding-top: 0;
}
.product-reviews .review-rows .review-row:last-of-type {
    border-bottom: none;
}
.product-reviews .review-rows .review-row .review-title {
    margin-bottom: 5px;
}
.product-reviews .review-rows .review-row .review-stars {
    display: inline-block;
    margin-right: 15px;
}
.product-reviews .review-rows .review-row .review-byline {
    display: inline-block;
    margin-bottom: 0;
    color: #999;
    margin-right: 5px;
    font-size: 16px;
}
.product-reviews .review-rows .review-row .review-byline .review-verified {
    color: #FFF;
    padding: 2px 8px;
    font-size: 14px;
}
.review-write p {
    font-size: 22px;
}
.review-write .review-stars {
    height: 50px;
    margin-bottom: 20px;
}
.review-write .review-stars .review-star {
    cursor: pointer;
    float: left;
    font-size: 50px;
    line-height: 50px;
    padding-right: 10px;
}
.review-write h3 {
    margin: 0;
}
/* Product Reviews END */

.stickybox {
    position: sticky;
    top: 0;
}

/** Brand List **/
body.zulu-search_brand > .body{
    padding: 0;
}
.brand-block {
    display: flex;
    align-content: stretch;
}
.brand-block .brand-list,
.brand-block .brand-list-quick-links {
    vertical-align: top;
}
.brand-block .brand-list-quick-links .stickybox {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 5px;
}

.brand-block .brand-list-quick-links .stickybox > a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    background-color: #3396E8;
    transition: all 0s;
    color: #fff;
}
.brand-block .brand-list-quick-links .stickybox > a:nth-child(even) {background-color: #399CEE;}
.brand-block .brand-list-quick-links .stickybox > a:first-child {border-radius: 20px 20px 0 0;}
.brand-block .brand-list-quick-links .stickybox > a:last-child  {border-radius: 0 0 20px 20px;}
.brand-block .brand-list-quick-links .stickybox > a:hover {
    text-decoration: none;
    background-color: #1F7ECD;
    transform: scale(1.15);
    border-radius: 2px;
}

.brand-list {
    padding-left: 30px;
    padding-top: 8px;
    width: 100%;
}
.brand-list hr {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, transparent, #ddd, transparent);
    border-image-slice: 1;
    width: 100%;
}

.brand-list-block {
    margin-bottom: 40px;
}
.brand-list-block h3 {
    padding: 6px;
    font-weight: 500;
    margin-bottom: 4px;
    background-color: #3396E8;
    border-radius: 100px 100px 100px 0;
    text-align: center;
    width: 50px;
    color: #fff;
    display: table;
}
.brand-list-block ul {
    column-count: 4;
    column-gap: 4px;
    list-style: none;
}
.brand-list-block ul > li {
    display: inline-block;
    width: 100%;
}
.brand-list-block ul > li > a {
    padding: 5px 10px 6px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 4px;
    display: block;
    margin-bottom: 4px;
    color: #6A809D;
    transition: all 0.6s;
}
.brand-list-block ul > li:first-child > a {
    border-top-left-radius: 0px;
}
.brand-list-block ul > li > a:hover {
    transition: all 0.1s;
    border-color: #3396E8;
    text-decoration: none;
    color: #3396E8;
}

/** Brand tiles **/
.brand-tiles .box.brand-box {
    padding: 15px;
    text-align: center;
}
.brand-tiles .box.brand-box:hover {
    border-color: #068ED0;
}
.brand-tiles .box.brand-box .image img {
    vertical-align: middle;
}
.brand-tiles .box.brand-box .title {
    font-size: 26px;
}

/** Ecom bar **/
.mobile-action-menu.mobile-action-menu-ecom .ecombar-cart-data {
    position: absolute;
    text-indent: 0;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: .75em;
    top: .875em;
    left: 50%;
    border-radius: 100%;
    background-color: #068ED0;
    color: #ffffff;
    border: 1px solid  #ffffff;
    font-size: 12px;
}
.mobile-action-menu.mobile-action-menu-ecom ul li a{
    position: relative;
}
.mobile-action-menu.mobile-action-menu-ecom .ecom-search-results{
    position: absolute;
    top: auto;
    bottom: 100px;
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    background: #fff;
}
.mobile-action-menu.mobile-action-menu-ecom .ecom-search-results ul li{
    display: block;
}
.mobile-action-menu.mobile-action-menu-ecom .ecom-search-group{
    position: relative;
}
.mobile-action-menu.mobile-action-menu-ecom .ecom-search-group .ecom-search-clear{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    color: #757575;
    height: 100%;
    width: 38px;
    padding: 0 0 0 10px;
    text-align: left;
    display: none !important;
}
.mobile-action-menu.mobile-action-menu-ecom form.active .ecom-search-group .ecom-search-clear{
    display: block !important;
}

.mobile-action-menu.mobile-action-menu-ecom .ecom-search-group .ecom-search-clear span{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    margin-top: -12px;
}
.mobile-action-menu.mobile-action-menu-ecom .ecom-search-group .ecom-search-loader{
    position: absolute;
    display: none;
    right: 10px;
    top: 50%;
    z-index: 999;
    margin: 0;
    margin-top: -10px;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #555;
}
.mobile-action-menu.mobile-action-menu-ecom .ecom-search-group .ecom-search-loader,
.mobile-action-menu.mobile-action-menu-ecom .ecom-search-group .ecom-search-loader:after
{
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
}
.mobile-action-menu.mobile-action-menu-ecom form.processing .ecom-search-loader{
    display: block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 0.7s infinite linear;
    animation: load 0.7s infinite linear;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/******* RESPONSIVE OVERRIDE **************/
@media screen and (max-width: 1500px) {
    .frame {
        width: 90%;
    }
    .coltable.page-structure > .col.col-sidebox.col-sidebox-left {
        padding-right: 30px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1220px) {
	.frame,
	.frame-width,
	.section {
		width:92%;
	}
	.header, .copyright, .body, .banner {
		padding:40px 10px;
	}

    .product-box > li {
        width: 33.333%;
    }
}
@media screen and (max-width: 1120px) {
	#head .top-search label {
		display:none;
	}
	#head .top-search button {
		width:30%;
	}
	.product-box li p.price-result {
		top:10px;
		right:10px;
		font-size:12px;
	}
	.product-box li .title a {
		font-size:15px;
        line-height: 16px;
		letter-spacing:-0.5px;
	}
	.product-box .title {
        line-height: 16px;
		padding: 10px 12px 15px;
        padding-right: 50px;
	}
    .product-box .box .rating {
        padding: 0 12px 2px;
    }

    .product-box .options {
        padding: 0 12px 10px;
    }
	.product-box .button {
		font-size:12px;
	}
	#head .head-right .button {
		font-size:12px;
	}
	#head .head-center quote {
		font-size:13px;
	}
	#head .head-top {
		height:auto;
		padding:10px 0 0;
	}
	.banner .slider-image-wrapper {
		height: 500px;
	}
}
@media screen and (max-width: 1020px) {
    .frame,
	.frame-width,
	.section {
		width:95%;
	}
}
@media screen and (min-width: 900px) {
	.sidebox.js-sidebox-toggle .sidebox-body {
        display: block !important;
    }
}
@media screen and (max-width: 900px) {
    .coltable.page-structure {
        display: -ms-block;
        display: -moz-block;
        display: -webkit-block;
        display: block;
    }
    .coltable.page-structure .col-sidebox {
        display: block;
        width: 100%;
    }
    .coltable.page-structure .col-body {
        display: block;
        width: 100%;
    }

    .popup-overlay {
		width:80%;
	}
	.afterpay-popup-box .afterpay-popup-content .coltable > .col img {
		max-width: 150px;
	}
	.cart-wrap .coltable.cart-price-extra > .col:last-child {
		width: 50%;
	}
    .coltable.page-structure > .col {
        display: block;
        width: 100% !important;
    }
    .sidebox .sidebox-body {
        display: none;
    }

    .sidebox.js-sidebox-toggle {
        margin: 0 0 8px;
    }
    .sidebox.js-sidebox-toggle .sidebox-top {
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: transparent;
        border-radius: 4px;
        border: 2px solid #A7B4C6;
        color: #A7B4C6;
        padding: 10px 14px;
        font-size: 14px;
        margin: 0;
    }
    .sidebox.js-sidebox-toggle .sidebox-top .js-toggle {
        transition: all 0.2s ease;
        display: block;
        font-size: 20px;
        color: #A7B4C6;
    }
    .sidebox.js-sidebox-toggle .sidebox-top .js-toggle i {
        font-weight: 500;
    }
    .js-sidebox-toggle.toggled .sidebox-top,
    .js-sidebox-toggle .sidebox-top:hover {
        color: #3D4255;
        background-color: #fff;
        border-color: #fff;
        border-bottom-right-radius: 0px;
    }
    .js-sidebox-toggle.toggled .sidebox-top .js-toggle,
    .js-sidebox-toggle .sidebox-top:hover .js-toggle {
        color: #3D4255;
    }

    .sidebox.js-sidebox-toggle .sidebox-body {
        padding: 10px;
        display: none;
    }
    .coltable.page-structure > .col.col-sidebox.col-sidebox-left {
        margin-bottom: 20px;
        padding: 0;
    }
    .sidebox.js-sidebox-toggle .sidebox-body {
        padding: 5px 0px;
        display: none;
    }

    .sidebox.default-filters {
        margin-bottom: 8px;
    }
    .sidebox.default-filters .links {
        column-count: 4;
        column-gap: 4px
    }
    .sidebox.default-filters .links li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .sidebox.default-filters .links li > a {
        margin: 0px 0 4px;
        padding: 6px 10px;
        background: linear-gradient(to right, #3396E8 50%, #ddd 50%);
        background-size: 200% 100%;
        background-position: right center;
    }
    .sidebox.default-filters .links li > a:hover,
    .sidebox.default-filters ul.links li.selected a {
        background-position: left center !important;
        padding: 6px 10px;
        color: #fff;
    }
    .sidebox.default-filters ul.links li.selected a:hover {
        background: linear-gradient(to right, #3396E8 50%, #ddd 50%);
        background-size: 200% 100%;
        background-position: left center;
    }
    .sidebox.default-filters .links li.selected > a small,
    .sidebox.default-filters .links li > a:hover small {
        color: #fff;
    }


    .sidebox.js-sidebox-toggle.side-search .sidebox-body {
        padding: 0px;
    }

    .sidebox .links li > a {
        margin: -1px 0;
    }
    .coltable.brand-list .col {
        width: 25%;
    }

    .sidebox .sidebox-body.search-box {
        display: block;
    }
    .product-reviews > .coltable > .col {
        width: 100%;
        display: block;
        padding: 0;
    }
    .product-reviews .review-rows .review-row:first-of-type {
        padding-top: 15px;
    }
}
@media screen and (max-width: 800px) {
	.slider-wrapper .slide-cell {
		padding:30px 100px;
	}
	#content > .frame-width:first-child {
		padding-top:10px;
	}
    .wrapper-product {
        padding: 30px 0;
    }

	.h1, h1 {
		font-size:36px;
		line-height:32px;
	}
	.h2, h2, .h3, h3  {
		font-size:26px;
		line-height:22px;
	}
	.product-badge {
		width:50px;
		height:50px;
		background-size:contain;
		top:-2px;
		left:-2px;
	}
	.section-product-top,
	.section-product-info {
		padding:10px;
	}
	.section-product-top {
		padding-bottom:20px;
	}
	#content > .frame-width {
		box-sizing:border-box;
	}
	.mobile-responsive {
		width:100%;
		vertical-align:top;
	}

	#content {
		width:100%;
		border-radius:0;
	}
	.sidebox input[type="text"],
	.sidebox input[type="password"],
	.sidebox textarea {
		width:100%;
		padding:10px 0;
	}
	#base-menu {
		display:block;
		position:static;
		margin:0;
		width: auto;
		height: 40px;
		text-align:center;
	}
	.float-left,
	.float-right {
		float:none;
	}

	.module_select,
	.module_select table {
		width:auto;
	}
	.product-box li .sub-title {
		font-size:11px;
		min-height:30px;
	}
	#banner-inner,
	.frame,
	.frame-width,
	.section {
		width:90%;
		margin:0 auto;
		box-sizing:border-box;
	}
	.coltable.home-icons {
		display:block;
		overflow:hidden;
	}
	.coltable.home-icons > .col {
		width:50% !important;
		float:left;
	}
	.resp-mobile {
		width:100%;
		box-sizing:border-box;
	}
	.product-box .bullet {
		display:none;
	}
	#footer #footer-nav .col.girl img {
		width:100%;
	}
	#footer #footer-nav h3 {
		font-size:20px;
	}
	#head .head-nav ul.menu {
		padding:0;
	}
	.logo h1 {
		background:none;
		position:static;
		padding:0;
		width:100%;
	}
	#head .logo {
		width:25%;
	}
	#head .head-center > .coltable > .col {
		display:block;
		width:100%;
		text-align:center;
	}
	#head .head-center {
		display:none;
	}
	ul.gallery-list li {
		width:50%;
	}
	.gallery-image > li {
		width:50%;
	}
	.coltable.wishlist > .col.image {
		width: 100px;
	}
	.coltable.wishlist > .col.image img {
		width: 100%;
	}
	.coltable.wishlist > .col.remove button {
		font-size: 12px;
		padding: 7px 20px;
	}
    .popup-overlay {
		width:95%;
		margin-top: 10px;
	}
	.field-nps-bar-rating .br-theme-bars-1to10 .br-widget a{
		width: 15px;
	}
	.afterpay-popup-box .afterpay-popup-content > img.afterpay-logo {
		max-width: 75%;
	}
	.afterpay-popup-box .afterpay-popup-content p.afterpay-special > * {
		display: block;
	}
	.afterpay-popup-box .afterpay-popup-content .afterpay-separator {
		display: none !important;
	}
	.mobile-hide {
		display: none;
	}
    .product-browse-header {
        padding: 20px 0;
        margin-bottom: 0px;
    }
    .coltable.brand-list .col {
        width: 33.33%;
    }
    .product-browse-header p:not([class]) {
        font-size: 12px;
        line-height: 20px;
    }
    .sort-box .coltable .col:first-child {
        width: auto;
    }
    .sort-box .coltable .col:last-child {
        width: 160px;
    }

    .sidebox.default-filters .links {
        column-count: 3;
    }
}
@media screen and (min-width: 800px) {
	.desktop-hide {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	body,html {
		font-size:14px;
	}
	.h1, h1 {
		font-size:32px;
		line-height:28px;
	}
	.h2, h2 {
		font-size:22px;
		line-height:20px;
	}
	.h3, h3 {
		font-size:18px;
		line-height:16px;
	}
	.slider-wrapper .slide-cell {
		padding:30px 70px;
	}
	.price-extra > .price-extra-row,
	.price-extra > .price-extra-row p,
	.price-extra > .price-extra-row a {
        font-size: 12px !important;
    }
    .product-box > li {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
	.product-box li .sub-title {
		font-size:10px;
	}
	.product-info .cont-info,
	.product-info .cont-image {
		display:block;
		width:100%;
		padding:0;
	}
	.sub-category ul li a {
		font-size:12px;
	}
	.product-box div.options {
		font-size:12px;
	}
	.product-box .cart-add a {
		font-size:12px;
	}
	.html-style img {
		width:100%;
		vertical-align:top;
	}
	.template-divider h2 b,
	.template-divider h2 {
		font-size:14px;
	}
	.column.col-center {
		width:100% !important;
	}
	.coltable.wishlist > .col {
		float:left;
	}
	.coltable.wishlist > .col.image {
		padding-right: 5px;
		width: 33.33% !important;
	}
	.coltable.wishlist > .col.image img {
		width: 100%;
	}
	.coltable.wishlist > .col.title, .coltable.wishlist > .col.price {
		padding-left: 5px;
		width: 66.66% !important;
	}
	.coltable.wishlist > .col.price {
		width: auto !important;
	}
	.coltable.wishlist > .col.remove {
		width: 100% !important;
		text-align: right !important;
	}
}
@media screen and (max-width:600px) {
    .attribute-select.form-block {
      flex-direction: column;
    }
    .sidebox.default-filters .links {
        column-count: 2;
    }
    .coltable.brand-list .col {
        width: 50% !important;
    }
    .brand-list .box.brand-box {
        padding: 5px;
    }

    #banner-inner,
	.frame,
	.frame-width,
	.section {
		width:92%;
	}
}
@media screen and (max-width:580px) {
    .wrapper-product {
        padding: 20px 0 30px;
    }

	.opt {
		display:block;
		text-align:center;
		margin:0 0 5px;
	}
	.gallery-image > li {
		width:100%;
	}
	.section {
		padding:8px;
	}
	.cart-buttons,
	.section-product-top {
		text-align:center;
	}
	.section-product-top .capsule {
		font-size:14px;
	}
	.section-product-info .col-image {
		padding-right:0;
	}
	.text-right {
		text-align:center;
	}
	.image-container {
		margin-top:0;
	}
	.news-block .news-info {
		padding-left:0;
	}
	.coltable > .col {
		display:block;
		width:100% !important;
	}
	.contact-container .contact-form, .contact-container .contact-map {
		width:300px;
	}
	.pad-left-20 {
		padding-left:0;
		padding-top:20px;
	}
	.pad-right-20 {
		padding-right:0;
		padding-bottom:20px;
	}
	.footer {
		padding:20px 0;
	}
	.footer .frame > .coltable > .col {
		padding-top:40px;
	}
	.footer .frame > .coltable > .col:first-child {
		padding-top:0;
	}
	.item-box .search-field input[type="submit"],
	.item-box .search-field select, .item-box .search-field input {
		width:100%;
	}
	.product-box li .box p.price-result, .product-box li .box p.stock {
		display:inline-block;
		width:auto;
	}
	.header .logo {
		background-position:center;
	}
	.header .slogan * {
		text-align:center;
	}
	.banner .slider-image-wrapper {
		height: 300px;
	}
	.coltable.wishlist > .col.remove button {
		font-size: 12px;
		padding: 7px 20px;
	}
    .sort-box .form-block.filter {
        padding: 0;
        margin-top: 10px;
    }
    .sort-box .form-block.filter .field {
        text-align: center;
        float: none;
        margin: 0 !important;
    }

    .sort-box {
        padding: 10px;
    }
    .sort-box p {
        padding: 0 10px;
        font-size: 12px;
        text-align: center;
    }
    .sort-box .form-block.filter {
        text-align: center;
    }
    .form-block.filter .field label,
    .form-block.filter .field select {
        font-size: 12px;
    }
    .form-block.filter .field select {
        padding: 3px 25px 4px 6px !important;
    }
}
@media screen and (max-width:480px) {
    #banner-inner,
	.frame,
	.frame-width,
	.section {
		width:92%;
	}
}
@media screen and (max-width: 400px) {
    .sidebox.default-filters .links li a {
        font-size: 12px;
    }
	ul.gallery-list li {
		width:100%;
	}
	img.gallery {
		width:100%;
	}
	.container-style .col {
		display:block;
		width:100%;
	}
	ul.product-box.home > li,
	.product-box li {
		width:100%;
	}
	.product-box li .title a {
		font-size:14px;
	}
	.product-box .cart-add a {
		font-size:10px;
	}
	.form-block {
		padding:10px;
	}
	.form-block .field {
		margin:0 0 10px 0;
		float:none;
		width:100% !important;
		padding:0;
		box-sizing:border-box;
	}
	.form-block .field input,
	.form-block .field select,
	.form-block .field textarea{
		width:100% !important;
		box-sizing:border-box;
	}
	.coltable.wishlist > .col.title, .coltable.wishlist > .col.price {
		font-size: 14px;
	}
}
