/*! 
Shopify Sunrise Theme 
Design and coding by John Rawsterne 
www.rawsterne.co.uk
February 2014
*/
* {
  margin: 0;
  padding: 0; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: none; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button,
html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Fields */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="telephone"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  color: #555555;
  background-color: white;
  border: 1px solid #70b1cc;
  display: block;
  font-family: inherit;
  margin: 0 0 1em;
  padding: 10px;
  width: 80%;
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

select {
  border-radius: 5px;
  color: #555555;
  background-color: white;
  border: 1px solid #70b1cc;
  padding: 0px; }

input:focus, select:focus, textarea:focus {
  border-color: #333333; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* micro clearfix */
.clearfix:before, .clearfix:after, .block-grid:before, .block-grid:after {
  content: " ";
  display: table; }

.clearfix:after, .block-grid:after {
  clear: both; }

.lt-ie8 .clearfix, .lt-ie8 .block-grid {
  *zoom: 1; }

img {
  max-width: 100%;
  height: auto; }

embed, object, video {
  max-width: 100%;
  height: auto; }

.no-js iframe, .no-js embed, .no-js object, .no-js video {
  max-width: 100% !important; }

body {
  font-size: 100%;
  line-height: 1.5;
  color: #171717;
  background: white;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-image: none; }

h1, h2, h3, h4, h5, h6 {
  color: #2b5f77;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.45em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.1em; }

blockquote, iframe, label, p, pre, address, td, th, ul, ol, dl, dd, hr, table {
  font-size: 1em; }

small {
  font-size: 0.8em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

a:focus, a:hover {
  color: #53b848; }

a {
  color: #31bdef;
  text-decoration: underline;
  font-weight: normal; }

blockquote {
  border-left: 1px solid #dddddd;
  padding: 0.5625em 1.25em 0 1.1875em; }

blockquote cite {
  color: inherit;
  display: block;
  font-size: 0.8125em; }

blockquote cite:before {
  content: "? "; }

blockquote cite a, blockquote cite a:visited {
  color: inherit; }

blockquote, blockquote p {
  opacity: 0.65;
  line-height: 1.6; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  opacity: 0.6;
  visibility: show; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #ddd;
  background: rgba(0, 0, 0, 0.15);
  text-align: left; }

th, td, caption {
  /*padding:4px 10px 4px 5px;border:#dddddd 1px solid;border:rgba(0,0,0,0.2) 1px solid;*/ }

tr.even td {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02); }

tfoot {
  font-style: normal;
  font-weight: normal; }

caption {
  background: #eee; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.hide, .hide-mobile {
  display: none; }

.show-mobile {
  display: block; }

.left {
  float: left;
  margin: 0 20px 10px 0; }

.right {
  float: right;
  margin: 0 0 10px 20px; }

img {
  vertical-align: bottom; }

p {
  margin: 0 0 1.5em 0; }

iframe, object {
  border: none; }

.newfont {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal; }

.page-title {
  border-bottom: white 1px solid;
  margin: 0 0 0.5em 0; }

/* thumb grid */
.block-grid {
  display: block;
  padding: 0;
  margin: 0 -10px; }

.block-grid > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 10px 20px 10px;
  width: 100%;
  text-align: center; }

/*Banner promo code css jaydeep*/
#deal-banner {
  /*margin-top: -16px;*/
  padding: 15px;
  position: relative;
  z-index: 10;
  font-size: 14px; }

#deal-wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 200; }

#deal-title {
  font-size: 1.6em;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  float: left;
  width: 25%;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 2px 2px 0 #231E1D; }

#deal-description {
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  width: 40%; }

#deal-exceptions {
  font-size: 0.6em; }

#deal-timer-text {
  font-size: 0.7em;
  text-transform: uppercase; }

#deal-timer-text span#deal-timer {
  font-size: 1.4em;
  padding: 7px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  background-color: #52BA3D;
  z-index: 20;
  box-shadow: 2px 2px 0 #231E1D;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider li {
  margin: 0;
  max-width: 100%; }

.flexslider .slides > li {
  display: none;
  margin: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flexslider .slides img {
  max-width: 100%;
  /* margin: 0 auto; */
  display: block; }

.slides {
  *zoom: 1; }

.slides:after {
  content: "";
  display: table;
  clear: both; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a {
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px auto; }

.lte-ie9 .flex-direction-nav a {
  display: none; }

.flex-direction-nav a.flex-prev {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0xOC43LDBMMCwxOS43TDE4LjcsNDBjMCwwLDUuMi0xLDMuMS0zLjFTNS43LDE5LjcsNS43LDE5LjdzMTQtMTQuNSwxNi4xLTE2LjZTMTguNywwLDE4LjcsMHoiLz4NCjwvc3ZnPg0K");
  background-position: center center; }

.flex-direction-nav a.flex-next {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0wLjUsMy4xYzIuMSwyLjEsMTYuMSwxNi42LDE2LjEsMTYuNlMyLjYsMzQuOCwwLjUsMzYuOVMzLjYsNDAsMy42LDQwbDE4LjctMjAuM0wzLjYsMEMzLjYsMC0xLjYsMSwwLjUsMy4xDQoJeiIvPg0KPC9zdmc+DQo=");
  background-position: center center; }

.flex-control-nav {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #ededed;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 2px solid #fff; }

.flex-control-paging li a:hover {
  background-color: #333; }

.flex-control-paging li a.flex-active {
  background-color: #fff;
  border-color: #338dbc;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flex-direction-nav .flex-prev {
  left: 20px; }

.flex-direction-nav .flex-next {
  right: 20px; }

.flexslider:hover .flex-prev {
  left: 0; }

.flexslider:hover .flex-next {
  right: 30px; }

.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.slide-link {
  display: block; }

.slide-link img {
  display: block; }

/*Banner Promo code css End*/
/*------------------------------------------------------------------*/
/* BUTTONS
/*------------------------------------------------------------------*/
button, .button {
  background-color: #ff7700;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbd3e), to(#ff7700));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffbd3e, #ff7700);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffbd3e, #ff7700);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffbd3e, #ff7700);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffbd3e, #ff7700);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffbd3e, #ff7700);
  color: white;
  border: none;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  display: inline-block;
  padding: 0.6em 1.5em 0.5em 1.5em;
  border-radius: 2em;
  font-size: 1.25em;
  -webkit-appearance: none;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  font-family: Helvetica, Arial, sans-serif; }

button:hover, button:focus, .button:hover, .button:focus {
  background: #ff7700;
  color: white; }

.button.secondary, .button.secondary:visited {
  font-size: 1em;
  background: #eeeeee;
  color: #44a9d4; }

.button.secondary:hover, .button.secondary:focus {
  background: white;
  color: #44a9d4; }

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

button:active, .button:active {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* FF */
/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none; }

/*------------------------------------------------------------------*/
/* LAYOUT
/*------------------------------------------------------------------*/
#site-wrap {
  width: 100%;
  max-width: 66em;
  min-width: 20em;
  margin: 0 auto;
  padding: 0 1em;
  position: relative; }

#content {
  margin: 0 0 3em 0;
  width: 100%;
  overflow: hidden;
  background: white;
  background: white;
  border-radius: 20px;
  border: white 1px solid;
  border: rgba(255, 255, 255, 0.7) 1px solid; }

#header, #main, #sidebar, #footer {
  width: 100%;
  padding: 0px; }

#header, #content, #sidebar, #main {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.js #sidebar {
  margin-left: -100%;
  float: left;
  width: 25%; }

.js #main {
  margin-left: 0;
  float: left;
  width: 100%; }

.off-canvas-navigation {
  display: block;
  overflow: hidden;
  width: 100%; }

.active-nav #sidebar {
  margin-left: 0;
  width: 75%; }

.active-nav #main {
  margin-right: -100%; }

#main {
  font-size: 0.85em; }

/* make sure sidebear is not too tall when it's hidden */
.js .small-screen #sidebar {
  height: 200px; }

.js .active-nav #sidebar {
  height: auto; }

/*------------------------------------------------------------------*/
/* HEADER
/*------------------------------------------------------------------*/
#header {
  text-align: center;
  padding: 0; }

.off-canvas-navigation {
  background: none; }

.off-canvas-navigation a {
  background: #ff7700;
  border: #ff7700 3px solid;
  color: white;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em;
  margin: 0 0.25em;
  text-align: center;
  border-radius: 40px;
  max-width: 100px; }

.off-canvas-navigation a:hover, .off-canvas-navigation a:focus, .off-canvas-navigation a:active {
  background: #ff7700;
  border-color: white;
  outline: none; }

.logo.textonly h1 {
  font-size: 64px;
  line-height: 1.1; }

.logo.textonly a {
  color: #ff5300;
  font-size: 64px;
  text-decoration: none;
  line-height: 1.1; }

.logo.textonly a:hover {
  color: black; }

#breadcrumb {
  font-size: 0.85em;
  margin: 0 0 0.75em 0; }

#curr-switcher {
  background: white;
  background: white;
  padding: 0.25em 0;
  border-radius: 15px;
  margin: 0.5em 0; }

#curr-switcher select {
  padding: 5px; }

/*------------------------------------------------------------------*/
/* SLIDER
/*------------------------------------------------------------------*/
#slideshow {
  position: relative;
  padding: 0.5em;
  background: white;
  border-radius: 10px;
  margin: 0 0 1em 0; }

#slides {
  width: 100%;
  height: auto;
  text-align: center; }

.slide {
  display: none;
  width: 100%;
  height: auto; }

.first-slide {
  display: inline-block; }

/* fix foc */
.slide a {
  position: relative;
  display: inline-block;
  width: 100%; }

.slide img {
  width: 100%;
  height: auto; }

/* SLIDE NAV */
.slide-prev span, .slide-next span {
  margin: 0;
  display: inline-block;
  line-height: 40px; }

.slide-prev, .slide-next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 200;
  opacity: 0.3;
  background: url(slide-buttons_18181476999329360407.png) no-repeat left top; }

.slide-prev {
  left: 0.5em; }

.slide-next {
  background-position: right top;
  right: 0.5em; }

.slide-prev:hover, .slide-next:hover {
  cursor: pointer;
  opacity: 1.0; }

/* SLIDE CAPTION */
.caption {
  background: #ff6000;
  background: rgba(255, 96, 0, 0.7);
  color: white;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0px;
  bottom: 0px;
  padding: 0.5em 1em;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  font-size: 1.25em;
  font-family: Helvetica, Arial, sans-serif; }

#slideshow.single-slide .slide-prev,
#slideshow.single-slide .slide-next,
#slideshow.single-slide .slide-pager {
  display: none; }

/* Slide pager*/
.slide-pager {
  position: absolute;
  bottom: 0px;
  display: none;
  text-align: center;
  padding: 15px 0;
  z-index: 200;
  width: 100%; }

.slide-pager a {
  background: #fff;
  opacity: 0.3;
  border: 2px solid #222222;
  border-radius: 1000px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 3px; }

.slide-pager a:hover {
  opacity: 1; }

.slide-pager a.cycle-pager-active {
  opacity: 0.7; }

/*------------------------------------------------------------------*/
/* BANNER AD
/*------------------------------------------------------------------*/
.banner-ad {
  padding: 0.5em;
  background: white;
  border-radius: 10px;
  margin: 0 0 1em 0; }

/*------------------------------------------------------------------*/
/* SIDEBAR - ACCORDION
/*------------------------------------------------------------------*/
#sidebar {
  background: white;
  background: white; }

#side-menu, #side-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2; }

#side-menu {
  margin: 0 0 1em 0; }

#side-menu h3 {
  color: white;
  text-transform: none;
  position: relative;
  font-size: 1.2em;
  margin: 0;
  padding: 0.5em 2em 0.5em 1em;
  line-height: 1.2;
  border-radius: 10px;
  cursor: pointer;
  background-color: #70b1cc;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83ceee), to(#70b1cc));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #83ceee, #70b1cc);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #83ceee, #70b1cc);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #83ceee, #70b1cc);
  /* IE10 */
  background-image: -o-linear-gradient(top, #83ceee, #70b1cc);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #83ceee, #70b1cc);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#side-menu h3 a {
  color: inherit;
  text-decoration: none;
  display: block; }

#side-menu h3.ui-accordion-header-active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  background: #ffbd3e;
  color: white; }

#side-menu h3:hover {
  background: #ffbd3e; }

#side-menu h3:focus {
  outline: none; }

#side-menu h3.has-sub:after {
  border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0; }

#side-menu h3.ui-accordion-header-active:after {
  border: none;
  content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  opacity: 0.7;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid white; }

#side-menu ul {
  background: white;
  margin: 0 1em; }

#side-menu ul a {
  color: #ff5300;
  display: block;
  text-decoration: none;
  padding: 0.5em 1em;
  border-bottom: #f6f6f6 1px solid;
  font-size: 0.85em;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#side-menu ul a:hover {
  background: #f6f6f6;
  color: #222222; }

#side-menu ul.animated a:hover {
  padding-left: 20px; }

/*------------------------------------------------------------------*/
/* SIDEBAR - WIDGETS
/*------------------------------------------------------------------*/
#sidebar .search-form {
  width: 100%;
  margin: 0 0 1em 0; }

#sidebar .search-form input {
  width: 100%;
  border: none;
  padding: 10px 10px 10px 35px;
  margin: 0;
  color: #555555;
  border: #70b1cc 1px solid;
  background: white url(icon-search_18181476999329360407.png) no-repeat 10px center;
  font-size: 0.85em; }

#sidebar .search-form input:focus {
  border-color: #333333; }

#sidebar .search-form .button {
  display: none; }

#sidebar aside {
  /*
  background:#fff;
  border-radius:10px;
  padding:1em;margin:0 0 1em 0; */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

#sidebar aside h3 {
  font-size: 1.25em;
  margin: 0 0 0.5em 0;
  padding: 0; }

#sidebar .social-links {
  background: white; }

#sidebar .social-links h3 {
  color: #ff5300; }

.social-links a {
  display: inline-block;
  margin: 0 3px 5px 0;
  width: 40px;
  vertical-align: top; }

.social-links a img {
  vertical-align: top; }

#sidebar .subscribe-form {
  background: white; }

#sidebar .subscribe-form h3 {
  color: #ff5300; }

.subscribe-form p {
  font-size: 0.8em;
  margin: 0 0 .5em 0;
  color: #234d61; }

.subscribe-form input {
  margin: 0 0 0.5em 0;
  /*padding:0.5em 0.5em 0.5em 0.75em;*/
  width: 95%;
  font-size: 0.8em; }

.subscribe-form .button {
  font-size: 1em;
  margin: 0; }

#sidebar .top-sellers {
  background: white; }

#sidebar .top-sellers h3 {
  color: #ff5300; }

.top-sellers ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.top-sellers li {
  overflow: hidden;
  border-top: #dddddd 1px dashed; }

.top-sellers a {
  color: #ff5300;
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
  overflow: hidden; }

.top-sellers a:hover {
  color: #222222; }

.top-sellers img {
  float: left;
  width: 35%;
  margin: 0; }

.top-sellers span.top-title {
  display: block;
  float: right;
  width: 60%;
  padding: 0.5em 0 0 0;
  font-size: 0.9em;
  line-height: 1.2;
  text-align: left; }

.top-sellers span.top-title i {
  display: block;
  font-style: normal;
  font-size: 0.8em; }

#search-tags li a {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 3px 5px; }

#search-tags li a:hover {
  padding-left: 5px; }

#side-posts a strong {
  display: block;
  font-weight: normal;
  font-size: 1.25em; }

#side-posts a span {
  color: #555555;
  font-size: 0.8em; }

.instructions {
  padding: 0.5em; }

.instructions p {
  margin: 0;
  font-size: 0.85em; }

ul.products li.first:nth-child(2n+1), ul li.first {
  clear: none !important; }

.price.sale {
  background: none repeat scroll 0 0 transparent !important; }

em.sale {
  float: left !important;
  margin-left: 28px;
  margin-top: -15px;
  pointer-events: none;
  position: relative;
  width: 100%; }

.sale-banner {
  display: none; }

b:hover {
  color: #203548 !important; }

ul.half, ul.third, ul.quarter {
  width: auto; }

ul.products {
  margin-top: 0;
  overflow: hidden;
  padding-left: 0; }

ul.products li.first:nth-child(2n+1), ul li.first {
  clear: left; }

ul.quarter li {
  width: 23.5%; }

ul.half li, ul.third li, ul.quarter li {
  float: left;
  margin-right: 2%; }

ul.products li {
  font-size: 15px;
  list-style: outside none none;
  margin-bottom: 2em;
  text-align: center;
  text-transform: uppercase; }

ul.products li {
  border: 1px solid #d9ddd3;
  border-radius: 10px;
  display: block;
  float: left;
  height: 275px;
  margin: 5px !important;
  padding: 0 10px 20px;
  position: relative;
  text-align: center;
  width: 30%; }

ul.products {
  margin-top: 0;
  overflow: hidden;
  padding-left: 0; }

ul.products a {
  display: block; }

ul.products a:hover, ul.products a:focus {
  text-decoration: none; }

ul.products span.image, div.large-image, ul.product-image-list a {
  border: none;
  color: #333;
  display: block;
  margin-bottom: 0.5em;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: none; }

span.image {
  min-height: 218px;
  vertical-align: middle; }

ul.products img {
  margin: 0 auto;
  max-width: 100%; }

ul.products a:hover span.image, ul.products a:focus span.image {
  border-color: #0071bc; }

ul.products a b {
  color: #203548;
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0 0;
  padding: 0;
  text-align: center; }

ul.products a:hover b, ul.products a:focus b {
  color: #0071bc; }

em.price {
  clear: both;
  color: #cd0d00;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px !important;
  pointer-events: none;
  /*visibility:hidden;*/ }

.block-content3 {
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 0 15px;
  text-align: left;
  width: 100% !important; }

.block {
  border: 1px solid #c4c1bc;
  width: 225px !important; }

.block-cart, .block-wishlist, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
  font-size: 11px;
  line-height: 1.25; }

.block-subscribe label {
  color: #666;
  font-size: 10px !important;
  font-weight: bold; }

.block-content2 .block-title strong {
  background: url("http://cdn.shopify.com/s/files/1/0714/9035/t/3/assets/box_testim01.gif?18181476999329360407") no-repeat scroll 0 100% #ebfafd;
  font-size: 0 !important;
  height: 35px;
  width: 224px; }

.block-content2 .block-title strong {
  color: #e26703;
  display: block;
  font: bold 12px/16px Arial,Helvetica,sans-serif;
  min-height: 16px;
  padding: 1px 0;
  text-transform: uppercase; }

.block-subscribe .block-title strong {
  background: url("box_newsletter_01_18181476999329360407.png") no-repeat scroll 0 100% #ebfafd;
  font-size: 0 !important;
  height: 45px;
  width: 224px; }

.block .block-title strong {
  color: #e26703;
  display: block;
  font: bold 12px/16px Arial,Helvetica,sans-serif;
  min-height: 16px;
  padding: 1px 0;
  text-transform: uppercase; }

.newsletter {
  padding-left: 10px; }

.block-fieldset {
  padding-bottom: 10px; }

.block-subscribe .block-content {
  max-width: 224px !important;
  padding-bottom: 10px;
  padding-left: 10px; }

.block .block-content {
  background: none repeat scroll 0 0 #f8f7f5; }

/*------------------------------------------------------------------*/
/* COLLECTION
/*------------------------------------------------------------------*/
#collection-desc {
  margin: 0 0 1em 0; }

.collection-th a {
  display: block;
  text-align: center;
  background: white;
  padding: 10px 0px 0px 0px;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

.collection-th .product-title {
  background-color: #ffb114;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbd3e), to(#ffb114));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffbd3e, #ffb114);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffbd3e, #ffb114);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffbd3e, #ffb114);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffbd3e, #ffb114);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffbd3e, #ffb114);
  margin: 0.5em 0 0 0;
  border-radius: 6px;
  display: block;
  line-height: 1.2;
  padding: 0.25em 0.5em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal; }

.collection-th .title {
  color: white;
  font-size: 26px; }

.collection-th .price {
  color: #aa0000;
  display: block;
  font-size: 1em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 2.5; }

.sale {
  color: white;
  position: absolute;
  top: -5px;
  left: -5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ff5300;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea04), to(#ff5300));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffea04, #ff5300);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffea04, #ff5300);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffea04, #ff5300);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffea04, #ff5300);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffea04, #ff5300); }

.collection-th a:hover .product-title, .collection-th a:focus .product-title, .collection-th a:active .product-title {
  background: #ffc83d;
  outline: none; }

.tags {
  display: none;
  padding: 0.5em 0em; }

.show-tags .tags {
  display: block; }

.coll-tags {
  margin: 0 0 2em 0; }

.coll-tags h5 {
  cursor: pointer; }

.tags a {
  display: inline-block;
  margin: 0 5px 0 0; }

.tags a.current {
  font-weight: bold; }

/*------------------------------------------------------------------*/
/* PRODUCT
/*------------------------------------------------------------------*/
.cartableProduct {
  margin: 0 0 0.5em 0; }

#product-images {
  margin: 0 0 1em 0; }

.productimage {
  background: white;
  padding: 1em;
  border-radius: 12px;
  border: white 1px solid; }

.smallimg {
  padding: 0.5em; }

.productimage:hover, .productimage:focus, .active-img {
  border-color: #31bdef;
  outline: none; }

#product-shot {
  position: relative;
  display: block;
  margin: 0 0 0.25em 0;
  text-align: center; }

#product-shot .sale {
  left: 5px;
  top: 5px; }

#more-images {
  padding: 0 60px;
  text-align: center; }

#more-images a {
  display: inline-block;
  max-width: 100%; }

#more-images img {
  max-width: 100%; }

.product-collateral {
  background: url("bkg_product_collateral_18181476999329360407.gif") repeat-x scroll 0 0 #faf7ee;
  padding: 25px; }

.product-collateral .box-collateral {
  margin: 0 0 25px; }

.product-collateral h2 {
  border-bottom: 1px solid #e5dcc3;
  color: #e26703;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 1px; }

.std ul {
  list-style: outside none disc;
  padding-left: 1.5em; }

.Top_Btns {
  /*margin-left: -20px !important;*/ }

.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
  margin: 0 0 1em;
  padding: 0; }

.std ul {
  list-style: outside none disc;
  padding-left: 1.5em; }

.Top_Btns img {
  display: inline-block;
  /*float: left;*/
  list-style: outside none none; }

.Top_Btns li {
  display: inline-block;
  /*float: left;*/
  list-style: outside none none; }

.product-price-wrap {
  font-size: 2em; }

.product-price-wrap .product-price {
  color: #cd0d00;
  font-family: Verdana;
  font-size: 18px;
  font-weight: bold; }

.product-compare-price {
  opacity: 0.6;
  font-size: 0.7em; }

.prod_quick_over {
  font-weight: bold;
  margin-bottom: 5px;
  background: url("bkg_divider1_18181476999329360407.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  padding: 10px 0 0; }

.new {
  margin-left: 25px !important; }

.prod_short_desc {
  padding-left: 50px !important; }

.product-price-wrap .product-price {
  margin-left: 25px !important; }

.prod_quick_over {
  margin-left: 25px !important; }

.product-name {
  margin-left: 25px !important; }

#product-images {
  float: left;
  width: 100%; }

#product-details {
  float: right;
  width: 100%; }

#product-details .product-sku {
  margin: 0px;
  font-size: 10px;
  line-height: 3em; }

#product-details .availability {
  margin: 0px; }

.product-name h1 {
  font-size: 1.9em; }

.product-options {
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  margin: 20px 0 0;
  padding: 3px 15px 5px;
  position: relative;
  width: 100% !important; }

.product-options dt {
  font-weight: bold;
  padding: 0px 0 0 0;
  color: #2B5F89; }

dl.last {
  margin: 0; }

/*
 change by pankil on 2015-07-17
.product-options dd {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 5px;
    padding: 5px 0px 15px;
}
*/
.product-options dd {
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 5px 0px 7px; }

.product-options dl.last dd.last {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0px; }

.product-details .cartableProduct .product-options-bottom {
  background-color: #fffada; }

.product-options-bottom {
  background-color: #fffada; }

.product-options-bottom {
  -moz-border-bottom-colors: 1px solid;
  -moz-border-left-colors: 1px solid;
  -moz-border-right-colors: 1px solid;
  -moz-border-top-colors: 1px solid;
  background-color: #fffada;
  border: 1px solid;
  padding: 2%;
  width: 100% !important;
  margin: 0 0 10px; }

.product-options-bottom .add-to-cart {
  float: left;
  padding: 0; }

.add-to-cart input#quantity {
  margin: 0; }

.add-to-cart label {
  color: #666;
  float: left;
  font-weight: bold;
  padding: 2%; }

.add-to-cart .qty {
  float: left;
  margin-right: 5px; }

.add-to-cart button.button {
  float: left;
  padding: 7px; }

#notForm {
  width: 100%;
  text-align: center;
  border: dashed 2px #e1e1e1;
  float: left; }

#notForm select {
  width: 250px; }

#notForm p {
  margin: 1em;
  float: left; }

.selector-wrapper {
  margin: 0 0 1em 0; }

.selector-wrapper select {
  width: 100%; }

.quick-actions .button {
  /*
   font-size:1.5em;
   		margin:0 0 1em 0; */
  margin: 1em; }

.quick-actions p {
  margin-top: 0px;
  max-width: 100px;
  float: left; }

#product-description {
  width: 100%;
  clear: both;
  border-top: white 1px solid;
  padding: 1em 0; }

#share-me {
  border-top: white 1px solid;
  padding: 1em 0; }

#related h3 {
  margin: 0 0 0.4em 0; }

#related .product-title {
  font-size: 0.8em; }

.var-msg {
  display: none;
  background: #bd3737;
  color: #fff;
  padding: 1em;
  border-radius: 12px;
  margin: 0 0 1em 0;
  font-weight: bold; }

/*-------------------------------------------------
   OWL CAROUSEL
-------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(//http://cdn.shopify.com/s/files/1/0714/9035/t/3/assets/grabbing.png?18181476999329360407) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-item {
  padding: 10px 5px; }

.owl-buttons span {
  margin: 0;
  line-height: 40px;
  display: inline-block; }

.owl-next, .owl-prev {
  background: url(slide-buttons_18181476999329360407.png) no-repeat left top;
  margin: 0;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7; }

.owl-prev {
  left: 0px; }

.owl-next {
  right: 0px;
  background-position: right top; }

.image-nav span.owlnext {
  margin: 0 0 0 5px; }

.owl-next:hover, .owl-prev:hover {
  opacity: 1.0; }

/*------------------------------------------------------------------*/
/* BRAND SCROLLER
/*------------------------------------------------------------------*/
.scroller {
  position: relative; }

.scroll-title {
  padding-right: 80px;
  border-bottom: white 1px solid; }

.scroller .brand {
  text-align: center;
  padding: 0 0 1em 0; }

.scroller .owl-next, .scroller .owl-prev {
  background: url(//http://cdn.shopify.com/s/files/1/0714/9035/t/3/assets/scroller-buttons-light.png?18181476999329360407) no-repeat left top;
  margin: 0;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7; }

.scroller .owl-next {
  right: 0px;
  background-position: right top; }

.scroller .owl-prev {
  left: 0px; }

.scroller .owl-buttons {
  position: absolute;
  top: -36px;
  right: 0px;
  width: 62px; }

/*------------------------------------------------------------------*/
/* PAGINATION
/*------------------------------------------------------------------*/
.paginate {
  text-align: center;
  border-top: white 1px solid;
  padding: 0.8em 0;
  line-height: 1; }

.paginate span {
  color: #ff5300;
  display: inline-block;
  border-radius: 50%; }

.paginate a {
  color: #ff5300;
  display: inline-block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  border-radius: 50%; }

.paginate a:hover, .paginate a:focus {
  color: #ff5300;
  background: white; }

.paginate .current {
  background: #ff5300;
  color: white;
  padding: 0.5em 0.75em; }

/*------------------------------------------------------------------*/
/* SIMPLE ACCORDION
/*------------------------------------------------------------------*/
.gt-accordion {
  margin: 0 0 2em 0; }

.gt-accordion > h4 {
  background: white;
  background: rgba(255, 255, 255, 0.5);
  color: #234d61;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0.25em 0 0 0;
  padding: .5em 3em .5em .75em;
  border-radius: 12px;
  line-height: 1;
  position: relative; }

.gt-accordion > h4:after {
  width: 0;
  height: 0;
  border-color: #234d61 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  top: 50%;
  width: 0;
  position: absolute;
  right: .75em; }

.gt-accordion > h4:hover {
  color: #ff5300; }

.gt-accordion > h4.active {
  background: white;
  color: #ff5300; }

.gt-accordion > h4.active:after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #234d61 rgba(255, 255, 255, 0);
  margin-top: -10px; }

.gt-accordion > div {
  padding: 1em;
  margin: 0 1em;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  color: #234d61;
  border-radius: 0 0 12px 12px; }

.gt-accordion p {
  margin: 0;
  padding: 0 0 1em 0; }

.gt-accordion ol, .gt-accordion ul {
  margin: 0;
  padding: 0 0 0 1.5em; }

/*------------------------------------------------------------------*/
/* BLOGS AND PAGES
/*------------------------------------------------------------------*/
#blog-categories {
  margin: 0 0 1em 0; }

#blog-categories label {
  display: none; }

.article-list {
  border-bottom: white 1px solid;
  padding: 0 0 1em 0;
  margin: 0 0 3em 0; }

.article-list.last {
  border: none; }

.article h2 a {
  text-decoration: none; }

.article-meta {
  font-size: 0.8em;
  opacity: 0.7;
  margin: 0 0 1em 0; }

.social-article {
  margin: 0 0 1em 0; }

.article-nav {
  margin: 0 0 2em 0;
  border-top: white 1px solid;
  padding: 1em 0 0 0; }

.article-nav .go-left {
  float: left; }

.article-nav .go-right {
  float: right; }

.contact-form {
  margin: 1em 0; }

.contact-us label {
  font-size: 0.8em; }

.feedback, #wrapper-response {
  padding: 1em;
  background: #55c900;
  color: #fff;
  border-radius: 12px;
  margin: 0 0 1em 0; }

.errorForm, .feedback.errors {
  background: #fff;
  color: #f00;
  border: #f00 3px dashed; }

#comments {
  background: white;
  background: rgba(255, 255, 255, 0.3);
  padding: 2em;
  border-radius: 12px;
  margin: 0 0 1em 0; }

#add-comment-title {
  margin: 0 0 0.5em 0; }

.comment-list {
  margin: 0 0 2em 0;
  list-style: none;
  padding: 0; }

.comment-list li {
  background: rgba(255, 255, 255, 0.3);
  padding: 1em;
  border-radius: 9px;
  margin: 0 0 0.5em 0; }

.comment-list h6 {
  font-size: 1.25em; }

.comment-list h6 span {
  opacity: 0.6; }

.newsletter_error {
  color: red;
  font-size: 14px; }

.newsletter_success {
  color: green;
  font-size: 14px; }

/*-------------------------------------------------
   SEARCH 
-------------------------------------------------*/
.search-form input[type="text"] {
  float: left;
  width: 55%; }

.search-form .button {
  float: left;
  min-width: 40%; }

#search-results .search-form {
  margin: 0 0 1em 0; }

#search-results ol {
  list-style: none;
  margin: 0;
  padding: 0; }

#search-results ol li {
  margin: 1em 0;
  padding: 1em 0 0 0;
  border-top: white 1px solid; }

.res-image {
  float: left;
  max-width: 20%;
  margin: 0 20px 5px 0; }

#search-results li h4, #search-results li p {
  margin: 0;
  padding: 0; }

#search-results li p {
  font-weight: bold; }

#search-results li span {
  display: block;
  clear: both;
  font-size: 0.8em; }

/*-------------------------------------------------
   CART
-------------------------------------------------*/
.cart-header {
  display: none; }

.cart-contents {
  list-style: none;
  margin: 0;
  padding: 0; }

.cart-contents li {
  border-bottom: white 1px solid;
  margin: 0 0 1px 0;
  padding: 0 0 10px 0;
  background: none repeat scroll 0 0 #f8f7f5;
  border-right: 1px solid #c2d3e0;
  color: #0a263c;
  font-weight: bold;
  padding: 2px 8px;
  vertical-align: middle;
  border: 1px solid #bebcb7; }

.cart-col1 {
  float: left;
  margin: 0 0px 10px 0;
  width: 20%; }

.cart-col2, .cart-col3, .cart-col4 {
  float: right;
  width: 75%; }

.cart-col2 a {
  text-decoration: none;
  font-weight: bold; }

.short-desc {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  display: none; }

.cart-col3 {
  font-weight: bold; }

.cart-col4 label {
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 2.5;
  margin: 0 10px 0 0; }

.cart-col4 input {
  width: 50px;
  float: left;
  margin: 0 10px 0 0; }

.cart-col4 a {
  font-size: 0.8em; }

.cart-col5, .cart-col6 {
  display: none; }

.cart-sub-actions {
  border-bottom: white 1px solid;
  padding: 0 0 10px 0;
  margin: 0 0 1px 0;
  border: 1px solid #d9dde3;
  background-color: #d9e5ee; }

.cart-sub-actions a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0.5em 0; }

.action-main {
  margin: 0 0 2em 0; }

#cart-note {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0; }

#cart-note textarea {
  min-height: 100px; }

.cart-tot2 h5 {
  font-size: 2em; }

.cart-tot2 .button {
  font-size: 2em;
  padding: 0.5em 1.5em;
  width: 100%; }

#shipping-calculator {
  border-bottom: white 1px solid;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0; }

#shipping-calculator h3 {
  font-size: 1.2em; }

#shipping-calculator label {
  display: block; }

#shipping-calculator select {
  padding: 0.5em;
  width: 100%; }

#shipping-calculator p {
  margin: 0 0 1em 0;
  padding: 0; }

#wrapper-response {
  display: none; }

#agree-terms {
  text-align: center;
  margin: 0;
  padding: 0.75em 0 0 0; }

#agree-terms.highlight {
  background: yellow;
  color: #222;
  padding: 1em;
  border-radius: 5px; }

#agree-terms.highlight a {
  color: inherit; }

/*------------------------------------------------------------------*/
/* FOOTER
/*------------------------------------------------------------------*/
#footer {
  clear: both;
  color: #6b765f;
  margin: 0;
  padding: 0;
  text-align: center; }

#footer .inner {
  width: 100%;
  max-width: 66em;
  min-width: 20em;
  margin: 0 auto;
  padding: 0 2em;
  position: relative; }

#footer.has-bg-image, #footer.has-bg-image .inner {
  min-height: 360px; }

.footer-nav {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.footer-nav li {
  display: inline-block; }

.footer-nav a {
  color: #6b765f;
  display: inline-block;
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 1em; }

.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
  color: black; }

.credits {
  text-align: center;
  width: 100%; }

.credits p {
  margin: 0;
  font-size: 0.7em; }

.credits a {
  color: inherit; }

#footer.has-bg-image .credits {
  padding-top: 90px; }

#scroll-top {
  background: url(icon-up-light_18181476999329360407.png) no-repeat center center;
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 9999;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  text-indent: -9999em;
  display: none;
  opacity: 0.5; }

#scroll-top:hover {
  outline: none;
  opacity: 1.0; }

.payment-icons img {
  display: inlne-block;
  margin: 3px;
  max-height: 25px; }

/*Read More Buttons*/
.readmore {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: white !important;
  font-size: 16px;
  background-color: #f70;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbd3e), to(#ff7700));
  background-image: -webkit-linear-gradient(top, #ffbd3e, #ff7700);
  background-image: -moz-linear-gradient(top, #ffbd3e, #ff7700);
  background-image: -ms-linear-gradient(top, #ffbd3e, #ff7700);
  background-image: -o-linear-gradient(top, #ffbd3e, #ff7700);
  background-image: linear-gradient(top, #ffbd3e, #ff7700);
  padding: 8px 18px 8px 18px;
  text-decoration: none;
  margin-top: 30px; }

.readmore:hover {
  background: #E58900;
  text-decoration: none;
  color: #ffffff; }

/*-------------------------------------------------
   CUSTOMER ACCOUNTS
-------------------------------------------------*/
#customer-area table {
  background: #fff;
  background: rgba(255, 255, 255, 0.75); }

#customer-area .note {
  margin: 0 0 1em 0;
  padding: 0; }

#customer-area .feedback {
  margin: 0 0 1em 0; }

#customer-area .feedback ul {
  margin: 0;
  padding: 0 0 0 2em; }

#customer-area label {
  font-size: 0.8em;
  display: block; }

#customer-area form p {
  margin: 0 0 1em 0;
  padding: 0; }

#customer-area form p.form-action {
  padding-top: 1em; }

#customer-area form input {
  margin: 0; }

.customer-area th {
  font-weight: normal; }

#login-form h2, #login-sub h2 {
  margin: 0 0 0.75em 0; }

.box-form {
  background: #d0f5ee;
  padding: 2em;
  margin: 0 0 1em 0;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

.customer-area .pg-title {
  margin: 0 0 .75em 0; }

.add-address {
  margin: 0 0 2em 0; }

.customer_address p {
  margin: 0;
  padding: 0; }

.default-address {
  font-weight: bold;
  font-style: italic; }

#order_address h5 {
  font-size: 1em; }

#order_address h5, #order_address p {
  margin: 0;
  padding: 0; }

.order_date {
  margin: 0 0 1em 0;
  font-style: italic; }

.order_section_title {
  font-weight: bold; }

/*-------------------------------------------------
   FOR BIGGER SCREENS (800px up)
-------------------------------------------------*/
@media all and (min-width: 50em) {
  .show-mobile {
    display: none; }

  .hide-mobile {
    display: block; }

  .off-canvas-navigation {
    display: none; }

  .js #sidebar {
    float: left;
    margin-left: 0;
    padding: 1em 1em;
    width: 25%; }

  .js #main {
    padding: 1em;
    width: 75%; }

  .columns1 {
    margin: 0; }

  .columns1 > li {
    width: 100%; }

  .columns2 > li {
    width: 50%; }

  .columns3 > li {
    width: 30%;
    margin: 1%; }

  .columns4 > li {
    width: 25%; }

  .columns5 > li {
    width: 20%; }

  .columns6 > li {
    width: 16.66667%; }

  .columns7 > li {
    width: 14.28571%; }

  .columns8 > li {
    width: 12.5%; }

  .columns9 > li {
    width: 11.11111%; }

  .columns10 > li {
    width: 10%; }

  .columns11 > li {
    width: 9.09091%; }

  .columns12 > li {
    width: 8.33333%; }

  #header .row {
    /*padding-right:330px;*/
    width: 100%;
    position: relative;
    min-height: 92px; }

  .logo {
    width: 30%;
    float: left; }

  .logo h1 {
    margin: 0;
    padding: 0;
    line-height: 1; }

  .logo.textonly h1 {
    line-height: 1.25; }

  .logo {
    text-align: left; }

  .login-top {
    position: absolute;
    right: 194px;
    top: 0px;
    float: left;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid white;
    border-radius: 15px;
    color: white;
    overflow: hidden;
    padding: 0;
    line-height: 1; }

  #curr-switcher {
    position: absolute;
    top: 30px;
    right: 194px;
    text-align: center;
    padding: 0.5em 0.75em;
    margin: 0; }

  #curr-switcher label {
    display: block;
    font-size: 0.8em;
    line-height: 1.2; }

  #curr-switcher select {
    padding: 2px;
    font-size: 0.85em; }

  .top-menu {
    background-color: #1c4587;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c6aa7), to(#1c4587));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #2c6aa7, #1c4587);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #2c6aa7, #1c4587);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #2c6aa7, #1c4587);
    /* IE10 */
    background-image: -o-linear-gradient(top, #2c6aa7, #1c4587);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #2c6aa7, #1c4587);
    position: relative;
    z-index: 1000;
    font-weight: normal;
    padding: 0em 0.75em;
    border: #2c6aa7 1px solid;
    border-radius: 20px;
    margin: 1px 0 0 0;
    text-align: left;
    text-align: center; }

  .top-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal; }

  .top-menu ul li {
    display: inline-block;
    border-left: #2f79ad 1px solid;
    position: relative; }

  .top-menu ul li:first-child {
    border: none; }

  .top-menu a {
    color: white;
    display: inline-block;
    padding: 0.4em 0.5em;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

  .top-menu a:hover, .top-menu a:focus, .top-menu a:active {
    color: white;
    background-color: #1c4587; }

  .top-menu a.active {
    color: white; }

  .top-menu .has-sub > a {
    padding-right: 25px; }

  .top-menu .has-sub:hover > a {
    background: #1c4587;
    color: white; }

  .top-menu li {
    position: relative;
    line-height: 1; }

  .top-menu li ul {
    background: #1c4587;
    width: 12em;
    padding: 1em 0;
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); }

  .top-menu li ul li {
    border: none;
    display: block; }

  .top-menu li ul a {
    color: white;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.2em 0.75em;
    font-size: 1em;
    font-size: 10px; }

  .top-menu li ul a:hover {
    color: white; }

  .top-menu ul > li.level-1 > a:after {
    width: 0;
    height: 0;
    border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    margin-top: -2.5px;
    top: 50%;
    width: 0;
    position: absolute;
    right: 7px; }

  .top-menu ul > li.level-1:hover > a:after {
    border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

  .top-menu li.level-1:hover > ul {
    left: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible; }

  #product-images {
    float: left;
    width: 50%; }

  #product-details {
    float: right;
    width: 47%; }

  #product-details .product-sku {
    margin: 0px; }

  #product-details .availability {
    margin: 0px; }

  .tags {
    padding: 0.5em 1.7em; }

  #search-results li span {
    clear: none; }

  .search-form input[type="text"] {
    width: 60%;
    margin: 0 1em 0 0; }

  .search-form .button {
    min-width: 30%; }

  .cart-header {
    display: block;
    border-bottom: white 1px solid;
    margin: 0 0 2px 0;
    background-color: #D9E5EE;
    border-right: 1px solid #c2d3e0;
    color: #0a263c;
    font-weight: bold;
    padding: 2px 8px;
    vertical-align: middle;
    border: 1px solid #bebcb7; }

  .cart-header h4 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #0a263c; }

  .cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5, .cart-col6 {
    display: block;
    float: left; }

  .cart-col2, .cart-col3, .cart-col4, .cart-col5 {
    padding: 0 2%; }

  .cart-col1 {
    width: 15%;
    padding-top: 3px; }

  .cart-col2 {
    width: 38%;
    padding-top: 3px; }

  .cart-col3 {
    width: 16%;
    padding-top: 3px; }

  .cart-col4 {
    width: 10%;
    padding-top: 3px; }

  .cart-col4 label, .cart-col4 a {
    display: none; }

  .cart-col5 {
    display: block;
    width: 16%;
    font-weight: bold;
    padding-top: 3px; }

  .cart-col6 {
    display: block;
    width: 5%;
    text-align: center;
    padding-top: 3px; }

  .cart-col6 a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold; }

  .cart-sub-actions a {
    margin: 5px; }

  .go-back {
    float: left; }

  .cart-update {
    float: right; }

  .short-desc {
    display: block; }

  .cart-actions {
    padding: 2em 0;
    border: 1px solid #bebcb7; }

  .action-main {
    float: right;
    width: 50%;
    background: none repeat scroll 0 0 #dee5e8;
    border: 1px solid #bebcb7;
    float: right;
    padding: 25px; }

  .action-sub {
    float: left;
    width: 50%;
    padding-left: 5px; }

  #shipping-calculator {
    float: left;
    width: 45%;
    border: none; }

  #shipping-calculator label {
    font-size: 0.8em; }

  #cart-note {
    float: right;
    width: 45%; }

  #cart-note textarea {
    margin: 0 0 0 0;
    min-height: 100px; }

  .shp-Disabled #cart-note {
    float: none;
    width: 100%; }

  #shipping-calculator h5, #cart-note h5 {
    border-bottom: white 1px solid;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.25em 0;
    font-size: 1em; }

  #agree-terms {
    text-align: left; }

  .blog-header {
    position: relative; }

  .blog-header h1 {
    padding-right: 250px; }

  #blog-categories {
    margin: 0;
    position: absolute;
    bottom: 0.75em;
    right: 0px;
    width: 200px; }

  #blog-categories select {
    width: 100%;
    font-size: 0.8em; }

  #footer.has-bg-image .credits {
    position: absolute;
    bottom: 15px;
    margin: 0;
    padding-top: 0px; }

  #login-form, #login-sub {
    width: 49%;
    min-height: 380px;
    padding: 2em; }

  #login-form {
    float: left; }

  #login-sub {
    float: right; }

  #order_payment, #order_shipping {
    width: 48%; }

  #order_payment {
    float: left; }

  #order_shipping {
    float: right; }

  .quantity_box {
    float: left !important;
    padding-left: 15px !important;
    width: 25% !important; }

  .ul_brand_li {
    float: left;
    margin: 3px; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium solid transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media only screen and (max-width: 240px) {
  /* jaydeep's code*/
  ul.collection-th li.product-matrix {
    min-height: 330px !important; }

  .prod_short_desc {
    min-height: 118px !important; }

  ul.collection-th li.product-matrix a {
    padding: 5px 4px 0 !important; }

  /* jaydeep's code*/ }
@media only screen and (max-width: 320px) {
  /* jaydeep's code*/
  .prod_short_desc {
    padding: 0; }

  ul.prod_action li {
    float: left !important; }

  /* jaydeep's code*/ }
@media only screen and (min-width: 768px) and (max-width: 480px) {
  .widget_shopping_cart_content {
    top: 6%;
    width: 60%; }

  .columns3 > li {
    margin: 2%; }

  .show-mobile {
    display: block; }

  /* jaydeep's code */
  ul.prod_action li {
    float: left !important; }

  /* jaydeep's code */ }
@media only screen and (max-width: 479px) {
  .ul_brand_li {
    float: left;
    text-align: center;
    width: 100% !important; }

  .columns3 > li {
    margin: 5% !important;
    width: 90% !important; }

  #site-wrap {
    margin: 0 auto;
    max-width: 66em;
    min-width: 20%;
    padding: 0 1em;
    position: relative;
    width: 100%; }

  .hide, .hide-mobile {
    display: none; }

  .show-mobile {
    display: block; }

  .block {
    border: 1px solid #c4c1bc;
    width: 190px !important; }

  .js #sidebar {
    float: left;
    width: 100%; }

  .off-canvas-navigation a {
    padding: 4px 17px !important; }

  #footer .inner {
    margin: 0 auto;
    max-width: 66em;
    min-width: 20%;
    padding: 0 2em;
    position: relative;
    width: 100%; }

  .prod_short_desc {
    padding: 8%;
    width: 100%; }

  /* jaydeep's code */
  ul.prod_action li {
    float: left !important; }

  /* jaydeep's code */ }
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* jaydeep's code*/
  .prod_short_desc {
    min-height: 87px !important; }

  ul.prod_action li {
    float: left !important; }

  .prod_button2 {
    margin-top: -1px !important; }

  ul.collection-th li.product-matrix {
    min-height: 304px !important; }

  ul.collection-th li.product-matrix a {
    padding: 5px 6px 0 !important; }

  /* jaydeep's code*/
  /*jaydeep's promo code start*/
  #deal-banner {
    margin-top: -15px;
    padding: 10px; }

  #deal-wrap {
    max-width: 960px;
    margin: 0 auto; }

  #deal-title {
    font-size: 1.6em;
    font-family: 'MuseoSlab-500', Arial, Helvetica, sans-serif;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px; }

  #deal-description {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px; }

  #deal-timer-text {
    font-size: 0.7em;
    text-transform: uppercase;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px; }

  #deal-timer-text span#deal-timer {
    font-size: 1.3em;
    font-family: 'MuseoSlab-500', Arial, Helvetica, sans-serif;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /*background-color: rgba(0, 0, 0, 0.1);*/ }

  /*end promo code*/ }
/* Ipads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
  #deal-banner {
    margin-top: -15px;
    padding: 10px; }

  #deal-wrap {
    max-width: 960px;
    margin: 0 auto; }

  #deal-title {
    font-size: 1.6em;
    font-family: 'MuseoSlab-500', Arial, Helvetica, sans-serif;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px; }

  #deal-description {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px; }

  #deal-timer-text {
    font-size: 0.7em;
    text-transform: uppercase;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px; }

  #deal-timer-text span#deal-timer {
    font-size: 1.3em;
    font-family: 'MuseoSlab-500', Arial, Helvetica, sans-serif;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /*background-color: rgba(0, 0, 0, 0.1);*/ } }
@media only screen and (min-width: 240px) and (max-width: 319px) {
  #header .quick-access {
    width: 100% !important; }

  #cart-link {
    float: left;
    text-align: center;
    padding: 5px 15px 5px 37px !important; }

  .prod_short_desc {
    padding: 8%;
    width: 100%; }

  .widget_shopping_cart_content {
    top: 6% !important; }

  .show-mobile {
    display: block; }

  #site-wrap {
    margin: 0 auto;
    max-width: 66em;
    min-width: 20%;
    padding: 0 1em;
    position: relative;
    width: 100%; }

  .hide, .hide-mobile {
    display: none; }

  .block {
    border: 1px solid #c4c1bc;
    width: 190px !important; }

  .js #sidebar {
    float: left;
    width: 100%; }

  .off-canvas-navigation a {
    width: 100px;
    margin: 2% !important; }

  #footer .inner {
    margin: 0 auto;
    max-width: 66em;
    min-width: 20%;
    padding: 0 2em;
    position: relative;
    width: 100%; }

  .ul_brand_li {
    float: left;
    text-align: center;
    width: 100% !important; }

  .columns3 > li {
    margin: 5% !important;
    width: 90% !important; }

  /* jaydeep's code*/
  ul.prod_action li {
    float: left !important; }

  .prod_short_desc {
    padding: 0; }

  /* jaydeep's code*/ }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.lt-ie9 #site-wrap {
  width: 960px; }

.lt-ie9 .show-mobile {
  display: none; }

.lt-ie9 .hide-mobile {
  display: block; }

.lt-ie9 .off-canvas-navigation {
  display: none; }

.lt-ie9 #sidebar {
  float: left;
  margin-left: 0;
  padding: 3% 1em;
  width: 25%; }

.lt-ie9 #main {
  padding: 3%;
  width: 75%; }

/* block grid */
.lt-ie9 .columns1 {
  margin: 0; }

.lt-ie9 .columns1 > li {
  width: 100%; }

.lt-ie9 .columns2 > li {
  width: 50%; }

.lt-ie9 .columns3 > li {
  width: 33.33333%; }

.lt-ie9 .columns4 > li {
  width: 25%; }

.lt-ie9 .columns5 > li {
  width: 20%; }

.lt-ie9 .columns6 > li {
  width: 16.66667%; }

.lt-ie9 .columns7 > li {
  width: 14.28571%; }

.lt-ie9 .columns8 > li {
  width: 12.5%; }

.lt-ie9 .columns9 > li {
  width: 11.11111%; }

.lt-ie9 .columns10 > li {
  width: 10%; }

.lt-ie9 .columns11 > li {
  width: 9.09091%; }

.lt-ie9 .columns12 > li {
  width: 8.33333%; }

/* header */
.lt-ie9 #header .row {
  padding-right: 330px;
  width: 100%;
  position: relative;
  min-height: 92px; }

.lt-ie9 .logo {
  width: 100%;
  float: left; }

.lt-ie9 .logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.lt-ie9 .logo {
  text-align: left; }

.lt-ie9 .login-top {
  position: absolute;
  right: 194px;
  top: 0px;
  float: left;
  text-align: left;
  background: white;
  border: 1px solid white;
  border-radius: 15px;
  color: white;
  overflow: hidden;
  padding: 0;
  line-height: 1; }

.lt-ie9 .login-top a {
  text-decoration: none;
  display: inline-block;
  padding: 0em 0.75em;
  line-height: 1.8;
  font-size: 0.8em; }

.lt-ie9 .cart-info {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(//http://cdn.shopify.com/s/files/1/0714/9035/t/3/assets/cart-simple-light.png?18181476999329360407) no-repeat left top;
  color: #0A6E99;
  height: 102px;
  margin: 0px 0 0;
  padding: 25px 0 0;
  text-align: center;
  width: 192px; }

.lt-ie9 .cart-info a {
  color: #0a6e99;
  display: block;
  height: 66px; }

.lt-ie9 .cart-info a:hover {
  color: #333333; }

.lt-ie9 .cart-info em {
  display: block;
  font-size: 2.5em;
  font-family: Helvetica,Arial,sans-serif;
  font-style: normal;
  left: 15px;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: right;
  top: 40px;
  width: 90px; }

.lt-ie9 .cart-info span {
  display: block;
  font-size: 0.65em;
  line-height: 1;
  position: absolute;
  right: 34px;
  text-align: left;
  top: 49px;
  width: 50px; }

.lt-ie9 .top-menu {
  background-color: #1c4587;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c6aa7), to(#1c4587));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2c6aa7, #1c4587);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #2c6aa7, #1c4587);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #2c6aa7, #1c4587);
  /* IE10 */
  background-image: -o-linear-gradient(top, #2c6aa7, #1c4587);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #2c6aa7, #1c4587);
  position: relative;
  z-index: 1000;
  font-weight: normal;
  padding: 0em 0.75em;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  border-radius: 20px;
  margin: 1em 0 0 0;
  text-align: left;
  text-align: center; }

.lt-ie9 #curr-switcher {
  position: absolute;
  top: 30px;
  right: 194px;
  text-align: center;
  padding: 0.5em 0.75em;
  margin: 0; }

.lt-ie9 #curr-switcher label {
  display: block;
  font-size: 0.8em;
  line-height: 1.2; }

.lt-ie9 #curr-switcher select {
  padding: 2px;
  font-size: 0.85em; }

/* menu */
.lt-ie9 .top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal; }

.lt-ie9 .top-menu ul li {
  display: inline-block;
  border-left: #2f79ad 1px solid;
  position: relative; }

.lt-ie9 .top-menu ul li:first-child {
  border: none; }

.lt-ie9 .top-menu a {
  color: white;
  display: inline-block;
  padding: 0.4em 0.5em;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.lt-ie9 .top-menu a:hover,
.lt-ie9 .top-menu a:focus,
.lt-ie9 .top-menu a:active {
  color: white;
  background-color: #1c4587; }

.lt-ie9 .top-menu a.active {
  color: white; }

.lt-ie9 .top-menu .has-sub > a {
  padding-right: 25px; }

.lt-ie9 .top-menu .has-sub:hover > a {
  background: #1c4587;
  color: white; }

.lt-ie9 .top-menu li {
  position: relative;
  line-height: 1; }

/* subs */
.lt-ie9 .top-menu li ul {
  background: #1c4587;
  width: 12em;
  padding-bottom: 12px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  left: 0px;
  height: 0px;
  overflow: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1); }

.lt-ie9 .top-menu li ul li {
  border: none;
  display: block; }

.lt-ie9 .top-menu li ul a {
  color: white;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.2em 0.5em;
  font-size: 1em;
  font-size: 10px; }

.lt-ie9 .top-menu li ul a:hover {
  color: white; }

.lt-ie9 .top-menu ul > li.level-1 > a:after {
  width: 0;
  height: 0;
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  top: 50%;
  width: 0;
  position: absolute;
  right: 7px; }

/* show sub-menu */
.lt-ie9 .top-menu li.level-1:hover > ul {
  left: 0;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible; }

/* side menu */
.lt-ie9 #side-menu h3 {
  border-bottom: #98c6d9 1px solid; }

.lt-ie9 #side-menu h3.has-sub:after {
  border-color: white transparent transparent; }

.lt-ie9 #side-menu h3.ui-accordion-header-active:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white; }

/* Product */
.lt-ie9 .collection-th a {
  border: #ddd 1px solid; }

.lt-ie9 #product-images {
  float: left;
  width: 50%; }

.lt-ie9 #product-images a {
  width: 100%; }

.lt-ie9 #product-details {
  float: right;
  width: 47%; }

.lt-ie9 #product-shot {
  border-color: #e6e6e6; }

/*.lt-ie9 .quick-actions{padding-top:10px;}*/
/* Search results */
.lt-ie9 #search-results li span {
  clear: none; }

.lt-ie9 .search-form input[type="text"] {
  width: 60%;
  margin: 0 1em 0 0; }

.lt-ie9 .search-form .button {
  min-width: 30%; }

/* Cart */
.lt-ie9 .cart-header {
  display: block;
  border-bottom: white 1px solid;
  margin: 0 0 1em 0; }

.lt-ie9 .cart-header h4 {
  font-size: 1em;
  margin: 0;
  padding: 0; }

.lt-ie9 .cart-col1,
.lt-ie9 .cart-col2,
.lt-ie9 .cart-col3,
.lt-ie9 .cart-col4,
.lt-ie9 .cart-col5,
.lt-ie9 .cart-col6 {
  display: block;
  float: left; }

.lt-ie9 .cart-col2,
.lt-ie9 .cart-col3,
.lt-ie9 .cart-col4,
.lt-ie9 .cart-col5 {
  padding: 0 2%; }

.lt-ie9 .cart-col1 {
  width: 15%; }

.lt-ie9 .cart-col2 {
  width: 40%; }

.lt-ie9 .cart-col3 {
  width: 15%; }

.lt-ie9 .cart-col4 {
  width: 10%; }

.lt-ie9 .cart-col4 label,
.lt-ie9 .cart-col4 a {
  display: none; }

.lt-ie9 .cart-col5 {
  display: block;
  width: 15%;
  font-weight: bold; }

.lt-ie9 .cart-col6 {
  display: block;
  width: 5%;
  text-align: center; }

.lt-ie9 .cart-col6 a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold; }

.lt-ie9 .cart-sub-actions a {
  margin: 0; }

.lt-ie9 .go-back {
  float: left; }

.lt-ie9 .cart-update {
  float: right; }

.lt-ie9 .short-desc {
  display: block; }

.lt-ie9 .cart-actions {
  padding: 2em 0; }

.lt-ie9 .action-main {
  float: right;
  width: 40%;
  background: none repeat scroll 0 0 #dee5e8;
  border: 1px solid #bebcb7;
  float: right; }

.lt-ie9 .action-sub {
  float: left;
  width: 55%; }

.lt-ie9 #shipping-calculator {
  float: left;
  width: 45%;
  border: none; }

.lt-ie9 #shipping-calculator label {
  font-size: 0.8em; }

.lt-ie9 #cart-note {
  float: right;
  width: 45%; }

.lt-ie9 #cart-note textarea {
  margin: 0 0 0 0;
  min-height: 200px; }

.lt-ie9 .shp-Disabled #cart-note {
  float: none;
  width: 100%; }

.lt-ie9 #shipping-calculator h5,
.lt-ie9 #cart-note h5 {
  border-bottom: white 1px solid;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.25em 0;
  font-size: 1em; }

/* blog */
.lt-ie9 .blog-header {
  position: relative; }

.lt-ie9 .blog-header h1 {
  padding-right: 250px; }

.lt-ie9 #blog-categories {
  margin: 0;
  position: absolute;
  bottom: 0.75em;
  right: 0px;
  width: 200px; }

.lt-ie9 #blog-categories select {
  width: 100%;
  font-size: 0.8em; }

/* accordion */
.lt-ie9 .gt-accordion > h4:after {
  border-color: #234d61 transparent transparent transparent; }

.lt-ie9 .gt-accordion > h4.active:after {
  border-color: transparent transparent #234d61 transparent; }

/* footer */
.lt-ie9 #copyright {
  width: 68%;
  text-align: left;
  float: left; }

.lt-ie9 #designer {
  width: 28%;
  text-align: right;
  float: right; }

.lt-ie9 #footer.has-bg-image #copyright,
.lt-ie9 #footer.has-bg-image #designer {
  position: absolute;
  bottom: 15px;
  margin: 0;
  float: none; }

.lt-ie9 #footer.has-bg-image #copyright {
  left: 0px; }

.lt-ie9 #footer.has-bg-image #designer {
  right: 0px; }

/* Customer accounts */
.lt-ie9 #login-form,
.lt-ie9 #login-sub {
  width: 49%;
  min-height: 380px;
  padding: 2em; }

.lt-ie9 #login-form {
  float: left; }

.lt-ie9 #login-sub {
  float: right; }

.lt-ie9 #order_payment,
.lt-ie9 #order_shipping {
  width: 48%; }

.lt-ie9 #order_payment {
  float: left; }

.lt-ie9 #order_shipping {
  float: right; }

/* custom css by silicon developr */
#header .quick-access {
  padding: 5px;
  width: 59%;
  float: right; }

p.Info_Line {
  color: #25ace4;
  font-size: 11px !important;
  font-weight: bold;
  line-height: 14px !important;
  margin: 0;
  padding: 0;
  width: 100%; }

.bold_face {
  color: #0000b3;
  font-weight: bold; }

.Hour_Color {
  color: #2f2f2f !important;
  font-weight: normal !important; }

.site-links {
  width: 250px;
  margin-left: 5px;
  margin-top: 22px; }

ul, ol {
  list-style: outside none none; }

.site-links li a {
  display: block;
  float: left;
  margin-right: 5px;
  width: 24px; }

img.prod {
  margin-left: -36px;
  margin-top: -45px !important;
  position: absolute; }

.clearer:after, #header:after, #header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

#header .logo {
  float: left;
  margin: 5px 0 0 12px;
  text-decoration: none !important; }

.links li.first {
  padding-left: 0 !important; }

.links li {
  display: inline; }

#header .links {
  margin: -3% 0 1%;
  float: right; }

#header .links li {
  background: url("bkg_pipe1.gif") no-repeat scroll 100% 60% rgba(0, 0, 0, 0);
  float: left;
  font-size: 11px;
  padding: 0 8px 0 7px; }

#header {
  text-align: right !important; }

.links li.last {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  padding-right: 0 !important; }

.gen_wrap {
  color: #255479 !important;
  font-family: Verdana !important;
  font-size: 11px !important;
  padding-right: 20px !important; }

.gen_wrap li {
  float: left;
  list-style: outside none none;
  margin-bottom: 5px !important;
  margin-right: 5px !important; }

.sale {
  color: white;
  position: absolute;
  top: 13%;
  left: 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ff5300;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea04), to(#ff5300));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffea04, #ff5300);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffea04, #ff5300);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffea04, #ff5300);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffea04, #ff5300);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffea04, #ff5300); }

ul.collection-th li.product-matrix {
  border: 1px solid #d9ddd3;
  border-radius: 10px;
  display: block;
  float: left;
  height: 275px;
  padding: 0 10px 20px;
  margin: 5px !important;
  text-align: center;
  position: relative;
  width: 30%; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  ul.collection-th li.product-matrix {
    border: 1px solid #d9ddd3;
    border-radius: 10px;
    display: block;
    float: left;
    height: auto !important;
    margin: 13px 2% !important;
    padding: 0 20px 20px;
    position: relative;
    text-align: center;
    width: 46%; }

  ul.collection-th li.product-matrix .buysection {
    position: relative !important;
    bottom: none !important; }

  ul.prod_action li {
    display: block;
    float: none !important;
    list-style: none outside none; }

  h3 {
    font-size: 15px; }

  .welcome {
    padding: 10px !important;
    font-size: 12px !important; }

  #notForm {
    width: 100%;
    text-align: center;
    border: dashed 2px #e1e1e1;
    float: none; }

  #notForm select {
    width: 250px; }

  #notForm p {
    margin: 1em;
    float: none; }

  .footer-nav a {
    color: #6b765f;
    display: inline-block;
    font-size: 12px;
    padding: 0 0.5em;
    text-decoration: none; }

  .logo {
    float: none !important;
    margin: 10px auto !important;
    padding: 0 !important;
    width: 40% !important; }

  .off-canvas-navigation {
    display: block;
    overflow: hidden;
    text-align: center !important;
    width: 100%;
    padding-bottom: 10px !important; }

  .off-canvas-navigation a {
    background: none repeat scroll 0 0 #f70;
    border: 3px solid #f70;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    float: none !important;
    font-size: 13px;
    margin: 0 5px;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none; }

  .off-canvas-navigation a:hover {
    border: 3px solid #f70 !important; }

  .block-grid {
    display: block;
    margin: 0 0px;
    padding: 0; }

  .quantity_box {
    float: left !important;
    padding-left: 15px !important;
    width: 28% !important; }

  .ul_brand {
    margin-left: 6% !important; }

  .ul_brand_li {
    float: left;
    margin: 1%; }

  .page-title {
    border-bottom: 1px solid #fff;
    margin: 10px 9px 0 7px; }

  .gen_wrap {
    margin: 3% !important; }

  .banner_img {
    width: 100% !important; }

  .dhtmlgoodies_answer {
    margin: 5% !important; }

  .dhtmlgoodies_question {
    margin: 5% !important; }

  /* jaydeep's code */
  ul.prod_action li {
    float: left !important; }

  /* jaydeep's code */ }
@media only screen and (min-width: 768px) and (max-width: 799px) {
  .widget_shopping_cart_content {
    top: 7% !important;
    width: 35% !important; }

  ul.collection-th li.product-matrix {
    border: 1px solid #d9ddd3;
    border-radius: 10px;
    display: block;
    float: left;
    /*height: auto !important;*/
    margin: 8px 1% !important;
    padding: 0 18px 20px;
    position: relative;
    text-align: center;
    width: 31.3%; }

  ul.collection-th li.product-matrix .buysection {
    position: relative !important;
    bottom: none !important; }

  ul.prod_action li {
    display: block;
    float: none !important;
    list-style: none outside none; }

  h3 {
    font-size: 15px; }

  .welcome {
    padding: 10px !important;
    font-size: 12px !important; }

  #notForm {
    border: 2px dashed #e1e1e1;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center; }

  .footer-nav a {
    color: #6b765f;
    display: inline-block;
    font-size: 12px;
    padding: 0 0.5em;
    text-decoration: none; }

  .logo {
    float: none !important;
    margin: 10px auto !important;
    padding: 0 !important;
    width: 40% !important; }

  .off-canvas-navigation {
    display: block;
    overflow: hidden;
    text-align: center !important;
    width: 100%;
    padding-bottom: 10px !important; }

  .off-canvas-navigation a {
    background: none repeat scroll 0 0 #f70;
    border: 3px solid #f70;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    float: none !important;
    font-size: 13px;
    margin: 0 5px;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none; }

  .off-canvas-navigation a:hover {
    border: 3px solid #f70 !important; }

  .block-grid {
    display: block;
    margin: 0 0px;
    padding: 0; }

  .quantity_box {
    float: left !important;
    padding-left: 15px !important;
    width: 28% !important; }

  .ul_brand {
    margin-left: 13% !important; }

  .ul_brand_li {
    float: left !important;
    margin: 5px !important; }

  .gen_wrap {
    margin: 3% !important; }

  .banner_img {
    width: 100% !important; }

  .dhtmlgoodies_answer {
    margin: 5% !important; }

  .dhtmlgoodies_question {
    margin: 5% !important; }

  /* jaydeep's code*/
  .prod_short_desc {
    min-height: 99px; }

  ul.collection-th li.product-matrix {
    min-height: 316px; }

  ul.prod_action li {
    float: left !important; }

  /* jaydeep's code*/ }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  ul.collection-th li.product-matrix {
    padding: 0 10px 20px !important; } }
@media only screen and (max-width: 479px) {
  #header .quick-access {
    width: 100% !important; }

  #cart-link {
    right: 0 !important; }

  .widget_shopping_cart_content {
    right: 8% !important;
    top: 5% !important;
    width: 85% !important; }

  ul.collection-th li.product-matrix {
    border: 1px solid #d9ddd3;
    border-radius: 10px;
    display: block;
    float: none;
    height: auto !important;
    padding: 0 50px 20px;
    position: relative;
    text-align: center;
    width: 80%; }

  ul.collection-th li.product-matrix .buysection {
    float: left;
    margin-left: 30px;
    position: relative !important;
    bottom: none !important; }

  ul.prod_action li {
    display: block;
    float: none !important;
    list-style: none outside none; }

  h3 {
    font-size: 15px; }

  .welcome {
    padding: 10px !important;
    font-size: 12px !important; }

  #notForm {
    width: 100%;
    text-align: center;
    border: dashed 2px #e1e1e1;
    float: none; }

  #notForm select {
    width: 150px; }

  #notForm p {
    margin: 1em;
    float: none; }

  .footer-nav a {
    color: #6b765f;
    display: inline-block;
    font-size: 12px;
    padding: 0 0.5em;
    text-decoration: none; }

  .logo {
    float: none !important;
    margin: 10px auto !important;
    padding: 0 !important;
    width: 64% !important; }

  .off-canvas-navigation {
    display: block;
    overflow: hidden;
    text-align: center !important;
    width: 100%; }

  .off-canvas-navigation a {
    background: none repeat scroll 0 0 #f70;
    border: 3px solid #f70;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    float: none !important;
    font-size: 13px;
    margin: 0 5px;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none; }

  .off-canvas-navigation a:hover {
    border: 3px solid #f70 !important; }

  .quantity_box {
    float: left !important;
    padding-left: 15px !important;
    width: 28% !important; }

  .ul_brand {
    margin-left: 5% !important; }

  .ul_brand_li {
    float: left !important;
    margin: 5px !important; }

  .page-title {
    border-bottom: 1px solid #fff;
    margin: 10px 2px 0 46px; }

  h1 {
    font-size: 20px; }

  .sorter .view-mode {
    float: left !important;
    margin: 4px !important; }

  .sorter .sort-by {
    float: left !important;
    padding: 0px !important; }

  .product-name {
    margin: 10% !important; }

  /* .availability{
     margin-left:50px !important; 
   }*/
  .new {
    margin-left: 37px !important; }

  .prod_short_desc {
    padding-left: 50px !important; }

  .product-price-wrap .product-price {
    margin-left: 37px !important; }

  .prod_quick_over {
    padding: 10px 0 0 10px !important; }

  .prod_short_desc {
    padding-left: 61px; }

  .page-title {
    margin: 10px 9px 0 7px; }

  .gen_wrap {
    margin: 3% !important; }

  .banner_img {
    width: 100% !important; }

  .dhtmlgoodies_answer {
    margin: 5% !important; }

  .dhtmlgoodies_question {
    margin: 5% !important; }

  /* jaydeep's code */
  ul.prod_action li {
    float: left !important; }

  .prod_short_desc {
    padding: 0; }

  /* jaydeep's code */ }
ul.collection-th li.product-matrix .buysection {
  bottom: 6px;
  position: absolute; }

ul.collection-th li.product-matrix a {
  background: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  display: block;
  padding: 5px 10px 0px 10px; }

li.last a {
  padding: 0px;
  text-align: left; }

li .prod_name {
  color: #203548;
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0px 0px 0px;
  padding: 0;
  text-align: center; }

img.prod_img {
  height: 100px; }

.main_wrap img, .top-banner a, .networks a {
  display: block;
  margin: 0 !important;
  padding: 0 !important; }

img {
  border: 0 none;
  vertical-align: top; }

.prod_price {
  clear: both;
  color: #cd0d00;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px !important; }

ul.prod_short_desc {
  list-style-type: square; }

.prod_short_desc {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px !important;
  line-height: 12px !important;
  /*list-style: outside none disc;*/
  padding-left: 20px;
  margin: 0px;
  text-align: left; }

.prod_short_desc li {
  background-repeat: no-repeat;
  background-position: 0 .3em;
  font-size: 13px;
  line-height: 14.5px;
  padding-left: 5px; }

ul.prod_action {
  margin: 0px !important; }

ul.prod_action li {
  display: block;
  float: left;
  list-style: outside none none; }

ul.inner_list {
  padding-left: 1.5em; }

ul.inner_list li {
  list-style: disc outside; }

.left-banner {
  float: left; }

.center-banner {
  float: left; }

.right-banner {
  float: left;
  margin: 0;
  padding: 0; }

#contactFormWrapper p.left {
  float: left;
  width: 44.3%; }

.block-content2 {
  border: 1px solid #d4d4d4; }

.block-content2 p {
  padding: 5px;
  margin: 0;
  color: #234d61; }

.block-content2 a {
  color: #234d61;
  font-size: 1em; }

.testi_link {
  font-size: 12px !important;
  font-weight: bold; }

p.testi_content {
  font-size: 0.8em;
  margin: 0 0 0.5em; }

p.testi_name {
  display: block;
  float: right;
  font-size: 11px;
  font-style: italic; }

.heading_testimonials {
  padding: 10px;
  font-size: 1em;
  color: white;
  background: #006fa7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #006fa7 0%, #01518e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006fa7), color-stop(100%, #01518e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #006fa7 0%, #01518e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #006fa7 0%, #01518e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #006fa7 0%, #01518e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #006fa7 0% #01518e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$Testi_Header-bg', endColorstr='$Testi_Header-bg1',GradientType=0 );
  /* IE6-9 */ }

div#testi_wrap p {
  color: #234d61;
  margin-bottom: 1em; }

.std ul {
  list-style: outside none disc; }

.Top_Btns {
  margin-left: -20px !important; }

.product-collateral td, th, table {
  border: none; }