@charset "utf-8";
/*
//(C)2007-2014 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800);

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
body,html {
	margin:0 !important;
	padding:0 !important;
}
body {
	background-color:#FFF;
	font-family:"proxima-nova", Arial, Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:300;
	background-image: url(/template/default/images/bg-grid.jpg);
	background-size: 120px;
}
#content > .frame-width {
	display:table;
	padding:10px;
	box-sizing:border-box;
}
.section.full {
	width:100%;
}
.frame-width,
.section {
	width:1250px;
	margin:0 auto;
	box-sizing:border-box;
}
.section.style1,
.section {
	margin-top:10px;
	background-color:#FFF;
	border:1px solid #FFF;
	padding:10px 0;
}
.section.index-best {
	padding:70px 0;
	background-image:url(images/bg-section-index.jpg);
	border:none;
}
.section.index-best .text-splash {
	float:right;
	clear:left;
	padding-right:70px;
	text-align:right;
}
.section.index-best .text-splash.grey {
	color:#999;
}
.section.blank {
	background:none;
	border:none;
}
.section.nopad {
	padding:0;
}
a.red, span.red, p.red {
	color:#c00 !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: 	#FF8C00 !important;
}
.head-gap {
	height:100px;
	background-color:#FFF;
}
#container {
	width:100%;
	padding:0;
}


/*News Block*/
.news-block .col {
	vertical-align:middle !important;
}
.news-block.fullpage .col {
	vertical-align:top !important;
}
.news-block .news-info {
	padding-left:20px;
}

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

/*Head*/
#head {
	margin:0px auto;
	width:100%;
	background-image:url(images/bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	z-index:100;
	padding-bottom:15px;
}
#head .head-nav {
	margin-top: -25px;
	border-radius: 10px 10px 0 0;
	border-bottom:3px solid #FFF;
	background-color:#00aeef;
	position: relative;
}
#head .head-top {
	padding:20px 0 45px;
	background-color:#fff;
	position: relative;
	background-image: url(/template/default/images/bg-grid.jpg);
	background-size: 120px;
}
#head .head-top .top {
	padding-top:20px;
	padding-right:10px;
	color:#FFF;
	font-weight:300;
}
#head .head-top .top li.bord {
	border-left:2px solid #444;
	padding-left:5px;
	margin-left:5px;
}
#head .head-top .top .button {
	display:inline-block;
	border:2px solid rgba(255,255,255,0.00);
	border-radius:0 20px 20px 0;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	padding:3px 10px 4px;
}
#head .head-top .top .button .fa {
	color:#b7dba5;
	font-size:20px;
	transition:all 0.2s ease-in-out 0s;
}
#head .head-top .top .fb .button {
	background-color:#1b75bb;
	border:none;
	border-radius:4px;
	font-weight:800;
	padding:3px 8px;
}
#head .head-top .top .button:hover,
#head .head-top .top .button:hover .fa {
	border-color:rgba(255,255,255,0.20);
	color:#FFF;
}
#head .head-top .top .fb .button:hover {
	background-color:#FFF;
	color:#1b75bb;
}
#head .head-top .top .cart a {
	color:#FFF;
}
#head .head-top .top .cart span {
	color:#9a9e83;
}
#head .head-top .coltable .col {
	vertical-align:middle;
	padding-top:-10px;
}
#head .head-top ul.links,
#head .head-top .nav {
	text-align:right;
}
#head .head-top ul.links li,
#head .head-top .nav ul.menu {
	display:inline-block;
}
#head .logo {
	width:320px;
}
#head .head-right {
	text-align:left;
	width:24%;
}
#head .head-right h2 a,
#head .head-right h2 {
	color:#2E3192;
	font-size:18px;
	padding-bottom:2px;
}
#head .head-center {
	text-align:center;
	padding:0 80px;
}
#head .nav {
	text-align:right;
	vertical-align:middle;
}
#head .nav .links {
}
#head .nav .links li {
	list-style:none;
	float:right;
	padding-top:5px;
	margin-left:10px;
}
#head .nav .links li a {
	font-size:18px;
	font-weight:300;
	color:#FFF;
	text-decoration:none;
}
#head .nav .links li.cart {
	padding-top:5px;
}

#head .top-search {
	display:block;
	border:2px solid #eee;
	transition:all 0.3s ease-in-out 0.0s;
	background-color: rgba(255,255,255,1);
	border-radius:10px;
}
#head .top-search:hover {
	border-color:#00aeef;
}
#head .top-search label,
#head .top-search input,
#head .top-search button {
	display:inline-block;
	box-sizing:border-box;
	transition:all 0.3s ease-in-out 0.0s;
	padding:10px 10px;
	font-size:16px;
	color:#2D2D94;
	width:20%;
}
#head .top-search button {
	background:none;
	border-radius: 0 8px 8px 0;
	font-weight:800;
	color: #00aeef;
}
#head .top-search button:hover {
	color:#F01616;
}
#head .top-search button:focus {
	background-color:#ccc;
}
#head .top-search label {
	color:#0054a6;
	font-weight:800;
}
#head .top-search input {
	width:60%;
	font-size:16px;
	font-weight:300;
	box-sizing:border-box;
	color:#5696D0;
	background:none;
	border:none;
}
#head .top-search input:focus {
	color:#2E3192 !important;
}
#head .banner {
	margin-top:15px;
}

#head .head-home-content {
	background-color: rgba(255,255,255,0.85);
	border: 1px solid #fff;
	border-radius: 0px 0 10px 10px;
	margin: 0px auto 10px;
	padding: 25px 40px;
}
#head .head-home-content h2 {
	font-size: 24px;
}

#head .head-nav .menulink.soc-ico {
	float: right;
	display: none;
}
#head .head-nav .menulink.soc-ico a {
	padding: 12px 20px 12px;
	border: none;
	border-left:1px solid #00aeef;
	background-color: #00aeef;
	color: #fff;
}
#head .head-nav .menulink.soc-ico .fa {
	transform: scale(1.4,1.4);
}
#head .basket-box {
	display: table;
	margin: 0 0 0 auto;
	width: auto;
}

#head .social-icons {
	margin: -20px 0 -10px;
}
#head .social-icons p {
	text-align: right;
	display: table;
	margin: 0 0 0 auto;
	/*border-radius: 5px;
	border: 1px solid #fff;*/
	box-sizing: border-box;
	/*background-color: rgba(255,255,255,1);
	padding: 5px 8px;*/
}
#head .social-icons p a {
	padding: 0 2px;
	background-color: #fff;
	padding: 5px 6px 7px;
}
#head .social-icons p a:last-child {
	background-color: #fff;
	border-left: 1px solid #ddd;
}
#head .social-icons p a:hover {
	background-color: #00aeef;
}
#head .social-icons p img {
	width: 22px;
	vertical-align: top;
	box-sizing: border-box;
}

#head .float-icons {
	display: table;
	position: relative;
	margin: -40px 0 0 auto;
	right: 13px;
	bottom: -24px;
	z-index: 0;
}
#head .float-icons a img {
	width: 22px;
	vertical-align: top;
	box-sizing: border-box;
}
#head .float-icons a {
	display: inline-block;
	margin: 0 2px;
	background-color: #fff;
	transition: all 0.2s ease-out 0s;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05),0 1px 12px rgba(0,0,0,0.05);
	border-radius: 3px 3px 0 0 ;
	padding: 8px 8px 12px 8px;
	position: relative;
	top: 0px;
}

#head .float-icons a:hover {
	background-color: #3A559F;
	top: -4px;
}
#head .float-icons a:nth-child(2):hover {
	background-color: #B11038;
}
#head .float-icons a:hover img {
	filter: brightness(100);
}


/*Footer*/
#footer {
	background-color:#2f419a;
	padding:60px 0;
}
#footer p,
#footer-base p {
	margin:0;
	font-weight:300;
	font-size:14px;
	color:#FFF;
}
#footer #footer-nav {
}
#footer #footer-nav .col {
	width:25%;
	border:none;
	padding:0;
}
#footer #footer-nav .col .inner {
	padding-left:20px;
	width:100%;
	box-sizing:border-box;
}
#footer #footer-nav .col:first-child .inner {
	padding:0;
}
#footer #footer-nav h3 {
	font-weight:300 !important;
	font-family:"proxima-nova",'Open Sans',sans-serif;
	color:#6bb9f9;
	font-size:26px;
}
#footer #footer-nav h3 .fa {
}
#footer #footer-nav ul {
	overflow:hidden;
	list-style:none;
	margin-top:10px;
}
#footer #footer-nav .col.help {
	vertical-align:middle;
	text-align:right;
}
#footer #footer-nav .col.help p {
	font-size:20px;
	color:#FFF;
	margin:15px 0 0;
}
#footer #footer-nav ul li a {
	display:block;
	padding:3px 0;
	font-size:18px;
	font-weight:300;
	text-decoration:none;
	color:#FFF;
	transition:all 0.2s ease-in-out 0s;
}
#footer #footer-nav ul li ul {
	display:none;
}
#footer #footer-nav ul li a:hover {
	padding-left:5px;
}
#footer #footer-nav .col.copyright {
	vertical-align:middle;
	text-align:right;
	padding-left:20px;
}
#footer #footer-nav .col.copyright img {
	width:100%;
}
#foot-base {
	padding:30px 0;
	background-color:#00488f;
	background-repeat:repeat-y;
	color:#b8dfff;
}
#foot-base p {
	font-size:12px;
	color:#b8dfff;
	margin:0;
}
#foot-base p.razor a {
	color:#b8dfff;
	font-size:10px;
	transition:all 0.2s ease-in-out 0s;
}
#foot-base p.razor a:hover {
	color:#FFF;
}
#foot-base .col-logo {
	text-align:center;
}
#foot-base .col-logo i {
	text-align:left;
	text-indent:-9999px;
	display:inline-block;
	background-image:url(images/card.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:97px;
	height:29px;

}
#foot-base .col-terms {
	text-align:right;
}
.foot-currency {
    clear: both;
    color: #9f83bc;
    font-size: 12px;
    /*text-align: right;*/
}
.foot-currency a, .foot-currency a:hover {
	color: #9f83bc;
}

.footcon a img {
	max-width: 35px;
	padding: 15px 0 0 5px;
	filter: brightness(100);
}
.footcon a img:hover {
	opacity: 0.5;
}

/*TEMPLATE DIVIDER*/
.template-divider {
	background-image:url(images/bg-foot-divider.png?1);
	padding:17px 0 13px;
}
.template-divider p {
	margin:0;
	font-size:20px;
}

/*Boxs*/
.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;
}

.home.shoplink {
	box-sizing: border-box;
	background: linear-gradient( to right, #00aeef,#00aeef);
	border-radius: 10px 10px 0 0;
	padding: 8px 24px;
}
.home.shoplink:last-of-type {
	background: linear-gradient( to right, #0067A8,#0977BC);
}
.home.shoplink h2 {
	color: #fff;
	font-size: 32px;
}
.home.shoplink a p {
	border:none !important;
	background-color: #fff !important;
	font-size: 16px !important;
	font-weight: 600;
	padding: 5px 15px !important;
	color: #00aeef;
}

ul.product-box.home {
	margin: 0 0 20px;
	border: none;
	border-right: 1px solid #eee;
}

/* Global Header */
.global-header {
	text-align: center;
	background-color: #DDD;
	border-bottom: 1px solid #FFF;
	padding: 10px 0;
}
.global-header p {
	margin: 0;
}
.global-header.danger {
	background-color: #C00;
}
.global-header.danger p {
	color: #FFF;
}

/*Banner*/
#banner {
}
#banner-inner {
	margin:0 auto;
	min-height:300px;
	background-color:#FFF
}
#banner .slider-wrapper {
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
}

.theme-default .nivoSlider {
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1), 0px 4px 20px 0px rgba(0,0,0,0.1) !important;
}

div.content-body {
	display:table;
	vertical-align:top;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	/*background-color:#FFF;*/
	box-sizing:border-box;
}
div.content-body.col1 {
	width:80%;
	display:table-cell;
}
div.content-body.col2 {
	width:60%;
	display:table-cell;
}
div.content-top {
	background-color:#b0c4dd;
}
div.content-top-inner {
	margin:0 auto;
}
div.content-top .col.content-main {
	padding-right:80px;
}
div.content-top img {
	width:100%;
	max-width:100%;
}
#note_box {
	margin-bottom:10px;
	margin-top:8px;
	padding:8px;
	border-radius:5px;
	color:#FFF;
	font-size:12px;
}
#note_box a {
	color:#FFF;
}
.info_box {
	padding:5px;
	border:1px solid #EEE;
	border-radius:10px;
	font-size:12px;
	overflow:hidden;
	margin:5px 0;
	background-color: #fff;
}

.product_box {
	padding:0;
	margin:0;
	margin-bottom:10px;
	width:700px;
}
.product_box .title a {
	font-size:22px;
	text-decoration:none;
	font-weight:100;
	letter-spacing:-1px;
}
.product_box .title a:hover {
	color:#333;
}
.product_box p.price {
	display:block;
	width:100px;
	font-size:28px;
	color:#222;
	text-align:center;
	letter-spacing:-3px;
}
.product_box .basket-button {
	display:block;
	width:100px;
	text-align:center;
}
.product_box .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
}
.product_box .info {
	font-size:12px;
	color:#444;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}
.p_price {
	margin:0;
	font-size:28px;
}
.p_price .inline-button {
	font-size:16px;
	position:relative;
	top:-5px;
}
#note_box.red {
	background-color:#972422;
	color:#FFF;
	font-size:16px;
}
#note_box.green {
	background-color:#8AAA1F;
	color:#FFF;
	font-size:16px;
}
hr {
	border:0;
	margin:30px auto;
	border-bottom:2px dotted #EEE;
}
.sidebox_bdy hr {
	margin:5px 0;
}
.product_box hr, hr.small {
	border:0;
	margin:10px 0;
	border-bottom:1px solid #DDD;
}

/*HEAD ELEMENTS*/
.logo h1 {
	max-width:300px;
}
.logo h1 a {
	display:block;
	width:100%;
	height:110px;
	background-image:url(images/ReadPacific-Horizontal-Logo-RGB-2.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
	text-indent:-9999px;
}
#basket {
	border:0;
	width:50%;
	float:right;
}
#basket .basket-info {
	width:80px;
	padding:8px 0 0 5px;
	float:right;
}
#basket .basket-info p {
	margin:0;
	color:#999;
	font-size:10px;
	display:block;
}
#basket .basket-image {
	width:50px;
	float:left;
}
#basket .basket-image {
	font-size: 30px;
	font-weight: bold;
	color:#000;
}
#basket .overflow-hidden {
	margin-bottom:5px;
}

/*Icon Feature*/
.coltable.icon-feature-wrapper .col {
	padding:0 20px;
}
.icon-feature {
	text-align:center;
}
.icon-feature p.icon {
	font-size:32px;
	color:#000;
	border:4px solid #83af54;
	display:inline-block;
	border-radius:80px;
	padding:10px 15px;
	min-width:38px;
	transition:all 0.2s ease-in-out 0s;
}
.icon-feature:hover p.icon {
	border-color:#a21c33;
}
.icon-feature p {
	font-size:12px;
	color:#999;
}

/*GENERAL*/
h1,h2,h3,h4,h5,h6 {
	font-family:"proxima-nova",'Open Sans',sans-serif;
	font-weight:700;
}
.content-body h1,.content-body h2,.content-body h3,.content-body h4,.content-body h5,.content-body h6 {
	margin:0 0 10px;
}
h1 {
	letter-spacing: -2px;
	font-weight:800;
	font-size:44px;
	color:#2E3192;
}
h2 {
	font-weight:600;
	font-size:36px;
	color:#666;
}
h3 {
	font-size:22px;
	color:#000;
}
h4 {
	color:#0054a6;
	font-size:20px;
	font-weight:600;
	letter-spacing:-0.5px;
	text-transform:uppercase;
}
.text_content, p {
	margin:10px 0;
}
a {
	color:#0054a6;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

.spacer5 {
	padding:0;
	margin:0;
	height:5px;
}
.spacer10 {
	padding:0;
	margin:0;
	height:10px;
}
.spacer15 {
	padding:0;
	margin:0;
	height:15px;
}
.image-fit {
	width:100%;
	vertical-align:top;
}

/*OTHER*/
.pad-10 {
	padding:10px;
}
b {
	font-weight:bold;
	font-weight:800;
}
.text-grey {
	color:#999;
}
.text-right {
	text-align:right;
}
.pad-0 {
	padding:0 !important;
}
.pad-right-10 {
	padding-right:10px;
}
.pad-right-20 {
	padding-right:20px;
}
.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;
}
.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;
}
.disclaimer {
	font-size:12px;
	color:#aaa;
}

/*TEXT*/
.text-small {
	font-size:12px !important;
}
.text-regular {
	font-size:14px;
}
.text-medium {
	font-size:22px;
}
.text-mini {
	font-size:10px;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}

.sidebox .text-regular {
	font-size:14px;
}
.sidebox .text-medium {
	font-size:22px;
}

/*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:#0054a6;
	background-image:none;
	padding:5px 12px;
	border-radius:5px;
	margin-right:10px;
	font-size:18px;
	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;
}

/*SIDEBOX CSS*/
.sidebox-container {
	width:20%;
	display:table-cell;
	padding:10px 10px 0 0;
	vertical-align:top;
	box-sizing:border-box;
}
.sidebox-container.right {
	padding:10px 0 0 10px
}/*
.sidebox .arrow {
	width:16px;
	height:11px;
	background-image:url(images/up-arrow.png);
	position:absolute;
	top:17px;
	left:5px;
}*/
.sidebox {
	position:relative;
	display:block;
	margin-bottom:10px;
	width:100%;
	box-sizing:border-box;
}
.sidebox .full-span {
	width:180px;
}
.sidebox_bdy {
	padding:10px;
	border-bottom:2px solid #EEE;
}
.sidebox_bdy.red {
	background-color:#C00;
	color:#FFF;
}
.sidebox_bdy.red h2 {
	color:#FFF;
}
.sidebox_bdy.basket label {
	margin-top:2px;
	display:block;
}
.sidebox_top {
	font-size:22px;
	font-weight:800;
	color:#0054a6;
	border-bottom:none;
	text-align:left;
	padding:8px 10px 0;
	letter-spacing:-1px;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:contain;
}
.sidebox_bdy #product_title {
	font-size:28px;
	letter-spacing:-1px;
	font-style:italic;
}
.sidebox_bdy .sidebox_product_button {
	display:block;
	width:100%;
	text-align:center;
	background-color:#DDD;
	padding:3px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
	text-decoration:none;
	font-size:12px;
	color:#5E7280;
	margin-top:3px;

}
.sidebox_bdy .sidebox_product_button:hover {
	border-color:#BBB;
	position:relative;
	top:1px;
}

/*CATEGORY LIST*/
.sidebox_bdy ul.options {
	list-style:none;
	margin:0 auto;
}
.sidebox_bdy ul.options li {
	list-style:none;
}
.sidebox_bdy ul.options li a {
	border-bottom:1px solid #EEE;
	font-size:14px;
	padding:7px 4px 6px;
	display:block;
	text-decoration:none;
}
.sidebox_bdy ul.options li a:hover {
	color:#FFF;
	background-color:#0054a6;
}
.sidebox_bdy ul.options li a:active {
	position:relative;
	top:1px;
}
.sidebox_bdy ul.options.mini li a {
	font-size:12px;
}
.sidebox_bdy ul.options.center li a {
	text-align:center;
}

/*CHECKOUT BUTTON*/
a.checkout-bt, button.checkout-bt {
	background-color:#0054a6;
	padding:10px 0;
}
.basket-box .fa.icon {
	font-size:60px;
	color:#ccc;
	padding-right: 10px;
}
.basket-box > .col-info {
	padding-left:10px;
}
.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;
	padding: 4px 9px 4px;
	background-color:#2E3192;
	border:none;
	color:#FFF;
	border-radius:3px;
}
.basket-box > .col-info .button:nth-child(2) {
	background-color: #0F6CA7;
}
.basket-box > .col-info .button:hover {
	background-color:#C00;
	text-shadow:none;
}
.basket-box > .col-info .button .fa {
	color:#FFF;
}

/*OTHER ELEMENTS*/
.imageGallery {
	border:2px solid #999;
	box-shadow: 0px 3px 0px #333;
}
.imageGallery:hover {
	border:2px solid #444;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#base-menu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
.next, .back, .remove {
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
}
.next, .back {
	color:#FFF;
	font-weight:300;
	background-color:#0054a6;
}
.back:hover, .next:hover, .remove:hover {
	color:#FFF;
	background-color:#0054a6;
	text-decoration:none;
}
a.button {
	display:inline-block;
	border:2px solid #0054a6;
	border-radius:10px;
	color:#0054a6;
	text-decoration:none;
	padding:2px 10px 3px;
}
a.button.big {
	padding: 10px 20px 10px;
	font-size: 32px;
}
a.button.blue {
	background-color: #0054a6;
	color: #FFF !important;
}
a.button.btn-orange {
	color:#F26A21;
	border-color:#F26A21;
}
a.button:hover{
	border-color:#000;
	color:#000;
}
a.button.blue:hover{
	border-color:#0054a6;
	color:#0054a6 !important;
	background-color: #FFF;
}
.redbt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c70e0e), color-stop(1, #ff3030) );
	background:-moz-linear-gradient( center top, #c70e0e 5%, #ff3030 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70e0e', endColorstr='#ff3030');
	background-color:#c70e0e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c26161;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #632828;
}
.redbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3030), color-stop(1, #c70e0e) );
	background:-moz-linear-gradient( center top, #ff3030 5%, #c70e0e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3030', endColorstr='#c70e0e');
	background-color:#ff3030;
	color:#FFF;
}
.redbt.myButton:active {
	position:relative;
	top:1px;
	color:#FFF;
}
.addtobasket {
	background-color:#e8f4eb;
	border-radius:3px;
	border:1px solid #bfbfbf;
	display:inline-block;
	color:#0054a6;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 34px;
	text-decoration:none;
	text-shadow:1px -1px 0px #ffffff;
}.addtobasket:hover {
	background-color:#d1d1d1;
}.addtobasket:active {
	position:relative;
	top:1px;
}
.pointer {
	cursor:pointer;
}
.grey {
	color:#999;
}
.grey-light {
	color:#CCC;
}
.grey-dark {
	color:#444;
}
.white {
	color:#FFF;
}
.green {
	color:#95A424;
}
.red {
	color:#C00;
	background:#fff;
	padding:3px 3px;
	border-radius:15px;
}
.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;
}

/*Cart Summary*/
.cart-row {
	font-size:12px;
	background-color:#F5F5F5;
	margin-bottom:5px;
	padding:8px;
}
.cart-row table {
	width:100%;
}
.cart-row .attr {
	font-size:10px;
	color:#999;
}
.cart-row .attr2 {
	font-size:10px;
	color:#688AAD;
}
.cart-row .title {
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}
.cart-row .title a {
	font-size:14px;
	font-weight:bold;
	color:#444;
	letter-spacing:-1px;
}
.cart-row .price {
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}
.cart-row.plain {
	margin-top:5px;
	padding:0;
	font-size:12px;
}


/*FORM*/
.form_table {
	margin:1em 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:#0054a6
}
.form-block {
	overflow:hidden;
	display:block;
	border:1px solid #EEE;
	background-color: #fff;
}
.field {
	margin-bottom:5px;
}
.form-block .field {
	float: left;
	width:33.33%;
	padding:10px;
	box-sizing:border-box;
}
.form-block .field.wauto {
	width:auto;
}
.form-block.filter .field {
	min-height:0;
	display:inline-block;
	width:auto;
}
.form-block.filter .field select {
	display:inline-block;
	width:auto;
	border-radius:5px;
}
.form-block.filter .field label {
	display:inline-block;
	font-size:14px;
}
.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"] {
	display:inline-block;
}
.form-block .field label.inline {
	margin-right:20px;
}
.form-block .field.textarea {
	width:100%;
}
.form-block .field p.caption, .form_caption { /*Note caption*/
	font-size:10px;
	color:#999;
	letter-spacing:-0.5px;
	margin:5px 0 0;
}
.form_caption { /*Toggle caption*/
	margin-left:5px;
	display:none;
}
.form-block.cut .field { /*shrink fields for twin sidebox pages*/
	width:145px;
}
.form-block.cut .field.textarea-full, .form-block.cut .field.textarea-full textarea {
	width:100%;
	box-sizing:border-box;
	margin:0;
}
.form-block.cut .field input[type="text"], .form-block.cut .field input[type="password"], .form-block.cut .field textarea {
	width:140px;
	margin:0;
}
.form-block.cut .field select {
	padding:7px 0 6px;
	width:150px;
}
.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:#0054a6;
	padding:10px;
	margin-top:10px;
	font-size:14px;
	color:#FFF;
	font-weight:600;
}
input,select,textarea {
	font-family:"proxima-nova",'Open Sans',Arial,sans-serif;
	transition:all 0.2s ease-in-out 0s;
	font-weight:200;
	font-size:14px;
}
input[type="submit"],
button {
    background-color: #0054a6;
	border:none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 6px 30px;
	font-weight:200;
	font-size:14px;
	font-family:"proxima-nova",'Open Sans',Arial,sans-serif;
}
input[type="submit"]:hover,
button:hover {
    background-color: #333;
}
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="password"]:hover,
input[type="password"]:focus,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color:#0054a6;
}
input[type="text"],input[type="password"],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;
}
select {
	width:100%;
	padding:7px 5px;
}
.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:#0054a6;
	border-bottom:1px dotted #CCC;
	margin-bottom:7px;
	padding-bottom:7px;
}

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

/*Add to cart*/
.denote {
	color:#C30;
	font-size:14px;
	font-weight:bold;
	text-shadow:0px -1px 0px #FFF;
	display:inline;
}

/*Home-Feature*/
.home-feature .col {
	padding: 2px;
}
.home-feature .col img {
	border-radius: 4px;
	border: 2px solid #fff;
	transition: all 0.2s ease-out 0s;
}
.home-feature .col img:hover {
	transform: scale(0.95,0.95);
	box-shadow: 0 0 12px rgba(0,0,0,0.18);
}

/*MODULE*/
.module_select {

	 border-radius:3px;
	 margin-top:5px;
	 padding:5px 10px;
	 border-radius:5px;
	 border:2px solid #EEE;
	 transition:all 0.2s ease-in-out 0s;
}
.module_select:hover {
	border-color:#CCC;
	cursor:pointer;
}
.module_select table {
	width:100%;
	box-sizing:border-box;
}
.module_select input[type='radio'] {
	margin-right:5px;
}
.module_select h6 {
	font-size:18px;
	color:#0054a6;
	margin:0 0 5px;
	font-weight: 500;
}
.module_select hr {
	margin:10px 0;
}
.module_select .price-box {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #DDD;
	display:block;
	font-size:14px;
	color:#0054a6;
}
.module_select.highlight {
	border-color:#00aeef;
	background-color:#EEE;
}
.module_select .button {
	border-radius:5px;
}

/*Sitemap*/
ul#sitemap {
	margin-top:10px;
	display:block;
}
ul#sitemap li {
	list-style:square;
	list-style-position:inside;
}
ul#sitemap li a {
	text-decoration:none;
}

/*Summary Row*/
div.summary_row {
	margin:10px 0;
	padding:8px;
	background-color:#F1F1F1;
	overflow:hidden;
	border-radius:3px;
	font-size:14px;
}
div.summary_row .title a {
	color: #0054a6;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
}
div.summary_row .title a:hover {
	text-decoratioN:underline;
}
div.summary_row a.receipt {
	font-size:10px;
	text-decoration:none;
}
div.summary_row .price {
	color:#999;
}

/*Menu List*/
ul.menu-list {
	margin-top:18px;
}
ul.menu-list li {
	float:left;
	margin:5px;
}
ul.member-menu li {
	background-color: #0054a6;
    border-radius: 4px;
	width:120px;
	padding:8px 10px;
	text-align:center;
}
ul.member-menu li a {
	color:#FFF;
	display:block;
	text-decoration:none;
}
ul.member-menu li:hover {
	background-color:#666;
	text-shadow:0 -1px 0 #000;
	box-shadow:inset 0 0 5px black;
}

/*Button*/
a.button-plain {
	padding:6px 15px;
	background-color:#0054a6;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
a.button-plain:hover {
	background-color:#666;
	text-shadow:0 -1px 0 #000;
	box-shadow:inset 0 0 5px black;
}
a.button-plain.add-to-cart {
	padding:5px 12px;
	background-color:#C00;
	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:#0054a6;
}

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

/*Comments List*/
ul.comments {
	margin-top:10px;
	list-style:none;
	background:#EEE;
	padding:0 3px 1px;
	border-radius:5px;
}
ul.comments li {
	position:relative;
	display:block;
	margin-bottom:10px;
	border-top:1px solid #CCC;
	padding:5px;
}
ul.comments li.no-border {
	border:none;
}
ul.comments li p.info {
	font-size:16px;
	font-weight:bold;
	color:#0054a6;
}
ul.comments li .info-box {
	height:25px;
	padding-top:5px;
	display:block;
}
ul.comments li p {
	font-size:12px;
}
ul.comments li .rating-box {
	position:absolute;
	padding:4px 5px 6px;
	right:0;
	top:3px;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
}
ul.comments li .rating-box img {
	position:relative;
	top:2px;
}
ul.comments li .rating-box.red {
	background-color:#C00;
	text-shadow:0 -1px 0 #900;
}
ul.comments li .rating-box.grey {
	background-color:#999;
	text-shadow:0 -1px 0 #777;
}
ul.comments li .rating-box.green {
	background-color:#9DB01E;
	text-shadow:0 -1px 0 #829020;
}

/*SUB CATEGORY*/
.sub-category {
	display:block;
	overflow:hidden;
}
.sub-category a {
	font-size:14px;
}
.sub-category ul {
	display:block;
	list-style:none;
}
.sub-category ul li {
	float:left;
	width:25%;
}
.sub-category ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	border:1px solid #FFF;
	background-color: #0054a6;
	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: #000;
	background-position: left;
	color:#FFF;
}

/*Contact Form / Map*/
.contact-container {
}
.contact-container .contact-form, .contact-container .contact-map {
	width:50%;
}
.contact-container .contact-map #map_canvas {
	display:block;
	margin:0;
	width:100%;
	height:210px;
	border-radius:5px;
}
.contact-container .contact-map h2 {
	display:inline;
}
.contact-container .contact-map .map-link {
	font-size:10px;
	text-decoration:none;
	display:inline;
}

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

/*UL Bullet List*/
.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;
}
.html-style ul li::before,
ul.bullet li::before,
ul.bullet-list li::before {
	font-family: FontAwesome;
	content: "\f054";
	color:#0054a6;
	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:#0054a6;
}

.product-box .bullet {
	padding-top:10px;
}
ul.bullet li::before {
    color: #0054a6;
}
.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 #0054A6;
	background-color:#0054A6;
	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;
}

/*Horizontal Product List*/
ul.product-box {
	display:block;
	list-style:none;
	overflow:hidden;
	border:1px solid #EEE;
	margin:15px 0px;
	background-color:#FFF;
}
ul.product-box.table {
	width:100%;
	display:table;
}
.product-box li.shoplink {
	vertical-align:middle;
	padding:15px;
}
.product-box li h2, .shoplink h2 {
}
.product-box li h3, .shoplink h3 {
	font-size:36px;
	font-weight:600;
	color:#c31e58;
}
.product-box li a, .shoplink a {
	text-decoration:none;
}
.product-box li a p, .shoplink a p {
	font-size:18px;
	border:solid 1px #ccc;
	border-radius:10px;
	padding:5px 10px;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0.0s;
}
.product-box li a:hover p, .shoplink a:hover p {
	box-shadow:inset 0 0 3px #ccc;
	color: #0ba5ca;
}
.product-box > li {
	float: left;
    list-style: none outside none;
	width:25%;
	box-sizing:border-box;
	padding:0px;
}
.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 p,
.product-box.row1 > li .box a {
	width:20%;
	display:table-cell;
	vertical-align:middle;
	padding:0;
	margin:0;
}
.product-box.row1 > li .box a {
	box-sizing:border-box;
	padding-right:20px;
}
.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;
}
ul.product-box.home > li {
	width:16.66%;
    float:left;
}
.product-box li .box {
	background-color:white;
	border-left:1px solid #EEE;
	border-bottom:1px solid #EEE;
	padding:10px;
	box-sizing:border-box;
	transition:all 0.2s ease-in-out 0s;
	position:relative;
}
.product-box li .box p.stock {
	text-align:center;
}
.product-box li .box .product-label {
	margin:0;
	position:absolute;
	top:0;
	left:0;
	display:block;
	background-color:#EEE;
	padding:5px;
	box-sizing:border-box;
	text-align:center;
	transition:all 0.2s ease-in-out 0s;
}
.product-box li:hover .box {
	box-shadow:inset 0 0 10px #eee;
}
.product-box li:hover .box .product-label {
	padding:5px 8px;
}
.product-box li .box .product-label.new {
	background-color:#E58B08;
	color:#FFF;
}
.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-box li .image {
	width:300px;
	float:left;
	margin-right:20px;
}
.product-box li .info {
	width:680px;
	float:left;
}
.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;
	padding:0;
}
.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;
}
.layout-selector {
	display:inline-block;
}
.layout-selector .button {
	border-width:1px;
	font-weight:300 !important;
}
.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 .title {
	margin-top:10px;
	margin-bottom:-10px;
	padding: 2px 5px;
	text-align:center;
	height:60px;
	overflow:hidden;
	position:relative;
}
.product-box .title .white-ghost {
	display:block;
	height:10px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.product-box .title a {
    font-size: 18px;
    font-weight: 300;
	color:#0054a6;
    text-decoration: none;
	line-height:16px;
	letter-spacing:-0.5px;
	line-height:22px;
}
.product-box .price {
	font-size:14px;
	font-weight:700;
	color:#999;
}
.product-box li:hover .title a {
	color:#000;
}
.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 div.options {
	overflow:hidden;
	font-size:14px;
	text-align:center;
	display:table;
	width:100%;
}
.product-box div.options .options-add,
.product-box div.options .options-price {
	margin:0;
	display:table-cell;
	width:50%;
	font-weight:bold;
	padding:12px 8px;
	color:#FFF;
	font-weight:300;
}
.product-box div.options .options-add {
	background-color:#b7dba5;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	transition:all 0.2s ease-in-out 0.0s;
}
.product-box div.options .options-price {
	vertical-align:middle;
	background-color:#0ba5ca;
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
}
.product-box div.options .options-add a {
	text-decoration:none;
	color:#FFF;
}
.product-box div.options .options-add:hover {
	background-color:#eee;
	box-shadow:inset 0 0 5px #aaa;
	text-shadow:0 0 3px #666;
}
.product-box .out-of-stock {
	color:#C00;
	font-style:italic;
}
/*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;
}

/*BreadCrumb*/
div.breadcrumb {
	display:block;
	font-size:12px;
	color:#777;
}
div.breadcrumb a {
	color:#777;
}

/*Capsule*/
.capsule {
	display:inline-block;
	border:2px solid #f26a21;
	border-radius:15px;
	overflow:hidden;
}
.capsule.block {
	display:block;
	text-align:center;
}
.capsule .capsule-text {
	padding:10px;
	font-weight:800;
	display:inline-block;
	text-align:center;
	color:#f26a21;
	margin:0;
}
.capsule .capsule-text.fill {
	background-color:#f26a21;
	font-weight:600;
	color:#FFF;
}
.capsule .capsule-text.nopad {
	padding:0;
}
.capsule.capsule-red {
	border:2px solid #CE0000;
}
.capsule.capsule-red .capsule-text {
	color:#CE0000;
}

/*Product Info*/
.section-product-top {
	margin:0;
	background-image:url(images/bg-canvas.jpg);
	box-shadow:inset 0 -5px 5px #DDD;
	padding:30px 0 40px;
}
.section-product-info {
	margin:0;
}
.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 h1 {
	font-size:36px;
}

/*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 {
	background-color:#E7E7E7;
	border-radius:5px;
	width:400px;
	font-size:12px;
}
div.bulktable table td {
	padding:5px 10px;
}
div.bulktable table td.header {
	font-weight:bold;
	text-align:center;
	width:30px;
}
div.bulktable table td input[type=text] {
	width:23px;
	height:23px;
	padding:3px;
	margin:0 auto;
	text-align:center;
}

/*Image Container*/
.image-container {
	padding:10px;
	transition:all 0.2s ease-in-out 0s;
	box-shadow:0 5px 10px rgba(0,0,0,0.3);
	background-color:#FFF;
	margin-top:-30px;
	border-bottom:10px solid #0054a6;
	position:relative;
}
.image-container img.main {
	border-radius:10px;
	width:100% !important;
}
.product-badge {
	width:98px;
	height:98px;
	position:absolute;
	top:-4px;
	left:-4px;
	text-indent:-9999px;
}
.product-badge.special {
	background-image:url(images/bnr-special.png);
}
.product-badge.new {
	background-image:url(images/bnr-new.png);
}

/*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;
	background-color: #fff;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable .col {
	display:table-cell;
	box-sizing:border-box;
}
.coltable.pad .col,
.coltable.padcol .col {
	padding:10px;
}
.coltable.pad20 .col {
	padding:20px;
}
.coltable.nopad .col {
	padding:0px !important;
}
.coltable.float .col {
    float:left;
}
.coltable .col.w20 {
	width:20%;
}
.coltable .col.w80 {
	width:80%;
}
.coltable .col.w75 {
	width:75%;
}
.coltable.col2 .col {
	width:50%;
}
.coltable.col3 .col {
	width:33%;
}
.coltable.col4 .col {
	width:25%;
}
.coltable.col5 .col {
	width:20%;
}
.coltable .col.center {
	text-align:center;
}
.coltable .col.vmiddle,
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable .col.vbottom {
	vertical-align:bottom;
}
.coltable .col.vtop {
	vertical-align:top;
}
.coltable .box {
	background-color:#FFF;
	border:2px solid #EEE;
	padding:10px;
	border-radius:10px;
}
.coltable .box h2,
.coltable .box p {
	margin:0;
}
.coltable img.responsive {
	vertical-align: top;
	max-width:100%;
	width:100%;
}
.shoplink .link {
	text-align:right;
	float:right;
}

/*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;
}

/*Hide Mobile Menu*/
.mobile-nav {
	display:none !important;
}

/*BtHero*/
.bt-hero {
	display:block;
	padding:15px;
	background-color:#EEE;
	border-radius:25px;
	text-align:center;
	margin:10px;
	transition:all 0.2s ease-in-out 0s;
	text-decoration:none;
	box-shadow:inset 0 0 40px rgba(0,0,0,0.3);
}
.bt-hero h3 {
	font-size:28px;
	font-weight:300;
	color:#000;
}
.bt-hero.gold {
	background-color:#EFC800;
}
.bt-hero.gold h3 {
	color:#FFF;
}
.bt-hero:hover {
	background-color:#0054a6;
	box-shadow:inset 0 0 40px rgba(0,0,0,0.7);
	text-decoration:none;
}

/*Browse*/

.browse {
	padding:15px;
	border:solid 1px #0054a6;
	border-radius:15px;
	font-weight:200;
}

/*Home-Icons*/
.home-icons .col {
	text-align:center;
}
.coltable.home-icons .col {
}
.coltable.home-icons .col .img-wrap {
	padding:0 40px;
}
.home-icons .col img {
	width:100%;
	transition:all 0.2s ease-in-out 0s;
}
.home-icons h3 {
	font-size:18px;
}
.home-icons .panel {
	background-position:bottom right;
	background-repeat:no-repeat;
	border:1px solid #EEE;
	height:150px;
	padding-right:60px;
	text-align:left;
	font-size:14px;
	text-shadow:0 0 10px #FFF;
	position:relative;
	transition:all 0.2s ease-in-out 0s;
	box-sizing:border-box;
}
.home-icons .panel {
	margin:0;
}
.home-icons h3 {
	background-image:url(images/flag-purple.png);
	background-size:contain;
	width:120px;
	height:40px;
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:none;
	position:absolute;
	right:0;
	font-size:14px;
	bottom:0px;
}
.home-icons h3 a {
	display:block;
	color:#FFF;
	text-align:right;
	padding-right:5px;
	padding-left:25px;
}
.home-icons .p-service {
	background-image:url(images/hb-service.jpg);
}
.home-icons .p-parts {
	background-image:url(images/hb-parts.jpg);
}
.home-icons .p-video {
	background-image:url(images/hb-video.jpg);
}
.home-icons .p-assess {
	background-image:url(images/hb-assess.jpg);
}
.home-icons .panel.p-product {
	text-align:center;
	font-size:14px;
	padding:5px;
	height:auto;
}
.home-icons .panel.p-product:hover {
	border-color:#0054a6;
}
.home-icons .panel.p-product a:hover {
	text-decoration:none;
}
.home-icons .panel.p-product h2 {
	font-size:18px;
}

/*Contact stuff*/
.con-logo .col {
	padding:5px !important;
}
.con-logo .col .block {
	padding:10px;
	margin-bottom:5px;
	border:solid 1px #ccc;
	border-bottom:solid 3px #ccc;
	transition:all 0.2s ease-in-out 0.0s;
}
.con-logo .col .block:hover {
	margin-bottom:0px;
	border-bottom:solid 6px #0054a6;
}
.con-logo .col .block h4 {
	color:#0054a6;
	font-size:16px;
	margin:0px -10px 10px;
	padding:5px 10px;
	background-color:#eee;
	transition:all 0.2s ease-in-out 0.0s;
}
.con-logo .col .block:hover h4 {
	background-color:#e2e2e2;
	color:#0054a6;
}

/*The Team*/
.the-team .coltable .col .tt-box {
	text-align:center;
	padding:18px 15px 14px;
	background-color:#f4f4f4;
	transition:all 0.2s ease-in-out 0.0s;
	border:2px solid #e6e6e6;
	border-radius:4px;
	margin:10px;
}
.the-team .coltable .col .tt-box:hover {
	border:2px solid #bbb;
	box-shadow:inset 0 0 10px #ccc;
}
.the-team .coltable .col .tt-box img {
	border:2px solid #fff;
	box-shadow:0 0 5px #aaa;
}
.the-team .coltable .col p{
	margin:0px;
	font-size:14px;
	color:#0054a6;
}

/*Testimonials*/
.testimonial {
	transition:all 0.2s ease-in-out 0.0s;
	background-color:#fbfbfb;
	border:2px solid #e3e3e3;
	border-radius:4px;
	padding:10px 20px;
	margin-top:10px;
}
.testimonial:hover {
	background-color:#fff;
	border:2px solid #0054a6;
}
.testimonial .author{
	color:#0054a6;
	transition:all 0.2s ease-in-out 0.0s;
}
.testimonial .author span{
	padding-right:2px;
	transition:all 0.2s ease-in-out 0.0s;
}
.testimonial:hover .author .fa,
.testimonial:hover .author {
	padding-right:7px;
	color:#0054a6;
}

/*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:#0054a6;
	font-weight:800;
	background-color:#EEE;
	border-bottom:2px solid #FFF;
}

/*FAQ*/
.faq {
	border:2px solid #EEE;
	border-radius:4px;
	padding:15px 25px;
	margin-bottom:10px;
	transition:all 0.2s ease-in-out 0s;
}
.faq h2::before {
	transition:all 0.3s ease-in-out 0s;
	font-family: FontAwesome;
	content: "\f059";
	padding-right:7px;
}
.faq h2 {
	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:hover {
	border-color:#0054a6;
}
.faq:hover h2::before {
	padding-right:12px;
	color:#0054a6;
}

p.checkout-breadcrumb {
	border-bottom:2px solid #eee;
	padding-bottom:5px;
}
p.checkout-breadcrumb span {
	color:#999;
}
p.checkout-breadcrumb span.current {
	color:#0054A6;
	font-weight:700;
}

.basket-list input {
	width:40px;
}

/*Pagination*/
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/*CATALOGUES*/
.catalogue {
	margin:10px 0 30px;
}
.catalogue * {
	transition: all 0.2s ease-out 0s;
}
.catalogue .col {
	padding: 20px;
	width: 25%;
}
.catalogue .col a {
    display: block;
	margin: 0;
}
.catalogue .col .cl-inner{
	overflow: hidden;
}
.catalogue .col .cl-inner p {
	margin: 55px 0 0;
	border: 2px solid #eee;
	text-align: center;
	background-color: #eee;
	border-radius: 10px 10px 0 0;
	border-bottom: none;
}
.catalogue .col .cl-inner p img{
	margin: -40px 0 -60px;
	transform: rotate(0deg);
	position: relative;
	vertical-align: top;
	width: 70%;
	top: 0;
}
.catalogue .col h3 {
	margin: 0;
	vertical-align: top;
	text-align: center;
	background-color: #2373CA;
	padding: 10px 15px 12px;
	color: #fff;
}
.catalogue .col h4 {
	text-align: center;
	background-color: #0054A6;
	padding: 8px 10px 9px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	border-radius: 0 0 10px 10px;
}

.catalogue .col a:hover .cl-inner p img{
	top: -10px;
}
.catalogue .col a:hover .cl-inner p {
	background-color: #e3e3e3;
}
.catalogue .col h4:hover {
	background-color: #FFB600;
}
.catalogue .col a:hover {
	text-decoration: none;
}

.text-blue {
	color: #2373CA;
}

.coltable.home-feature > .col {
    display: inline-block;
}

#head .top-search input:focus {
    color: #5696D0;
}
#head .top-search button:hover {
    color: #0054a6;
}

.popup-box {
    display: none;
    width: 50%;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2), 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.2), 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.popup-box .popup-header {
    background-color: #292A91;
    color: #FFF;
    padding: 20px 40px 10px;
    border-radius: 10px 10px 0 0;
}
.popup-box .popup-body {
    padding: 10px 40px 20px;
}
.popup-box .popup-close {
    float: right;
}
.popup-box .popup-header a {
    color: #FFF;
}
.popup-box .popup-header a:hover {
    color: #FFD736;
}

/*Alert*/
.alert {
	padding:20px;
	color:#FFF;
}
.alert.alert-danger {
	background-color:#C00;
}
.alert.alert-success {
	background-color:#76AB00;
}
.alert a {
    color: #292A91;
}
.alert a:hover {
    color: #FFF;
}

.coltable.flexbox {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.coltable.videos {

}
.coltable.videos .col {

	flex: 48% 0 0;
	max-width: 48%;
}

/******* RESPONSIVE OVERRIDE **************/
@media screen and (max-width:1250px) {
	.frame-width, .section {
 	   width: 1100px;
	}
	ul.menu .menulink:not(.phone) > a {
		border-bottom: 1px solid #fff;
	}
	#head .head-center {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1120px) {
	.frame-width,
	.section {
		width:1000px;
	}
	#head .head-top .coltable {
		padding: 10px 0;
	}
}
@media screen and (max-width: 1020px) {
	.frame-width,
	.section {
		width:900px;
	}
	.searchbar {
		display:none;
	}
	.product-box li p.price-result {
		top:10px;
		right:10px;
		font-size:12px;
	}
	#head .head-center {
		padding: 0 10px;
	}
    .popup-box {
        width: 80%;
    }
    .catalogue .col{
        width: 49%;
        display: inline-block !important;
        float: none !important;
    }
}
@media screen and (max-width: 920px) {
	.frame-width,
	.section {
		width:800px;
	}
	ul.product-box.home > li {
		width: 33.333%;
		float: left;
	}
}
@media screen and (max-width: 800px) {
	#content > .frame-width {
		box-sizing:border-box;
		padding:10px 0;
	}
	.sidebox_top {
		border-top-left-radius:0;
	}
}
@media screen and (max-width: 800px) {
	#content {
		width:100%;
		border-radius:0;
	}
	.logo h1 {
		display:inline-block;
		width:300px;
	}
	.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 {
		box-shadow:none;
		border-color:#EEE;
		margin:0;
		width:25%;
		box-sizing:border-box;
		display:inline-block;
		vertical-align:top;
	}
	.product-box li .title a {
		font-size:16px;
	}
	.product-box li .sub-title {
		font-size:11px;
		min-height:30px;
	}
	#banner-inner,
	.frame-width,
	.section {
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	#banner-inner,
	#banner {
		min-height:0;
	}
	#footer {
		padding:25px;
	}
	#footer #footer-nav .col {
		text-align: center;
		display:block;
		width:100%;
		padding: 15px 10px;
	}
	#footer #footer-nav .col.help {
		text-align: center;
	}
	#content > .frame-width {
		padding:10px;
	}
	#footer #footer-nav .col .inner {
		padding:0;
	}
	#foot-base .col {
		width:100%;
		text-align:center;
		padding:0 0 10px;
	}
	.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 li {
		width:33%;
	}
	.product-box .bullet {
		display:none;
	}
	.product-box li .box {
		height:auto;
	}
	#head .head-top .head-right .coltable .col:first-child {
		display:none;
	}
	#head .head-center {
		padding:0 10px;
	}
	#head .logo,
	.logo h1 {
		width:220px;
	}
	#head .top-search label {
		display:none;
	}
	#head .top-search input {
		width:75%;
	}
	#head .top-search button {
		width:25%;
	}
	.basket-box > .col-info .button {
		padding:6px 10px 6px;
	}
    .popup-box {
        width: 90%;
    }
}
@media screen and (max-width: 700px) {
	.frame-wit
	.sidebox-container {
		width:20%;
	}
	.product-box li p.price-result {
		position:static;
		text-align:center;
		border-radius:5px;
		padding:5px 0;
		display:block;
		width:100%;
		max-width:none;
		min-width:0;
	}
	.coltable.home-icons > .col {
		width:100% !important;
		float:left;
	}
	.coltable.home-icons.home-icons-range > .col {
		width:50% !important;
	}
	div.sidebox-container, div.content-body, div.content-body.col1, div.content-body.col2 {
		box-sizing: border-box;
		display: block;
		float: none;
		width: 100%;
	}
	#head .float-icons {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	h1 {
		font-size:30px;
	}
	h2 {
		font-size:20px;
	}
	p {
		font-size:14px;
	}
	.product-box.row5 > li,
	.product-box li {
		width:33%;
	}
	.product-box li .sub-title {
		font-size:10px;
	}
	.product-info .cont-info,
	.product-info .cont-image {
		display:block;
		width:100%;
		padding:0;
	}
	#basket {
		display:none;
	}
	.sub-category ul li a {
		font-size:12px;
	}
	.product-box div.options {
		font-size:12px;
	}
	#footer-links .contact-box {
		border-left:none;
	}
	#footer-links .brands li {
		float:none;
		display:inline-block;
		padding:5px !important;
	}
	div.sidebox-container,
	div.content-body {
		width:100%;
		float:none;
		display:block;
	}
	#content .sidebox-container:first-child {
		display:none;
	}
	ul.menu .menulink.phone,
	#head .head-nav .menulink.soc-ico {
		display: none;
		float: none !important;
	}
	ul.menu .menulink.phone > a,
	#head .head-nav .menulink.soc-ico a {
		background-color: #00aeef;
		padding: 10px;
		text-align: center !important;
	}
	#head .basket-box {
		margin: 0 auto;
	}
	#head .social-icons {
		margin: 10px auto -12px;
		display: table;
		width: auto;
	}
	.logo h1 a {
		width: 90%;
		margin: 0 auto;
		padding: 22px 0 0;
	}
	#head .top-search {
		width: 80%;
		margin: -20px auto 20px;
	}
	#head .head-top .coltable .col {
		display: block;
		width: 100%;
		text-align: center;
	}
	.logo h1 {
		width: 300px;
		margin-bottom: 10px;
	}
	.logo h1 a {
		padding: 0;
	}
}
@media screen and (max-width:500px) {
	.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;
	}
	.sidebox-container,
	.content-body {
		display:block;
		width:100%;
	}
	.sidebox-container {
		padding:10px 0 !important;
	}
	.coltable .col {
		display:block;
		width:100% !important;
	}
	#head .nav {
		text-align:center;
	}
	#head .nav .links {
		display:table;
		width:100%;
	}
	#head .nav .links li {
		float:none;
		display:table-cell;
	}
	#head .nav .links li a {
		font-size:12px;
	}
	#head .logo {
		box-sizing:border-box;
		width:100%;
		padding:0;
	}
	.contact-container .contact-form, .contact-container .contact-map {
		width:300px;
	}
	.resp-hide-600 {
		display:none;
	}
	.logo h1 a {
		background-position:center;
	}
	.searchbar {
		padding-top:10px;
		float:inherit;
	}
	.product-box li .box p.price-result, .product-box li .box p.stock {
		display:inline-block;
		width:auto;
	}
	#head .head-top .head-right .basket-box .col,
	#head .head-top .head-right .coltable .col:first-child {
		display:table-cell;
		width:75% !important;
	}
	#head .head-top .head-right .coltable .col:first-child {
		width:25% !important;
		text-align:right;
	}
	#head .top-search input {
		width:70%;
	}
	#head .top-search button {
		width:30%;
	}
	#head .logo, .logo h1 {
		width:100%;
		max-width:none;
		box-sizing:border-box;
	}
	#head .head-top .head-right .basket-box {
		padding:0 20px;
		box-sizing: border-box;
	}
	.logo h1 {
		padding:10px 20px;
	}
	.logo h1 a {
		height:90px;
	}
	#head .head-top {
		padding-top:0;
	}
	ul.product-box.home > li {
		width: 50%;
	}
	.mob-res {
		width: 100%;
	}
	#head .float-icons {
		margin: -10px auto 0;
		right: 0;
	}
	.coltable.videos .col {
		flex: 100% 0 0;
		max-width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.container-style .col {
		display:block;
		width:100%;
	}
	.product-box li {
		width:50%;
	}
	.product-box li .title a {
		font-size:13px;
	}
	.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;
	}
}
