/* easy and fun to customize *//**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('idstore/default/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10002;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 10003;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: transparent url('idstore/default/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('idstore/default/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('idstore/default/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('idstore/default/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('idstore/default/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('idstore/default/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('idstore/default/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('idstore/default/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('idstore/default/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('idstore/default/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}



form {
  margin: 0 0 20px;
}

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

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 22px;
  padding: 4px 6px;
  margin-bottom: 10px;
  line-height: 20px;
  vertical-align: middle;
  
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #efefef;
  
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  outline: none;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.data-table,
.table {
  width: 100%;
  margin-bottom: 20px;
}
.data-table th,
.data-table td,
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
/*

Theme Name: IDStore - Responsive Magento Theme
Theme URI: http://8theme.com/
Author: 8theme
Author URI: http://themeforest.net/user/8theme
Description: ThemeForest Premium Theme
Version: 1.3

*/

/* Reset ================================================================================= */
* { margin:0; padding:0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

body          { margin: 0 auto; background-color: #ffffff; color: #808080; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 20px; }

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

a             { color:#444; text-decoration:none; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* -------------------------------------------------- */
/* Headings
/* -------------------------------------------------- */

h1, h2, h3 { margin-bottom:15px; font-weight: 400; }

h4, h5, h6{ margin-bottom: 10px; font-weight: 400; }

h1 { color: #444; text-transform: uppercase; font-size: 24px;}
h2 { color: #444; text-transform: uppercase; font-size: 18px;}
h3 { color: #444; text-transform: uppercase; font-size: 16px;}
h4 { text-transform: uppercase; font-size: 14px; }
h5 { text-transform: uppercase; font-size: 12px;}
h6 { text-transform: uppercase; font-size: 11px;}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #999999;font-weight: normal; line-height: 1;}

h1 small { font-size: 22.5px; }
h2 small { font-size: 15.5px; }
h3 small { font-size: 12px; }
h4 small { font-size: 10px; }
h5 small{ font-size: 8px; }

/* Forms */
form          { }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-spacing:0; /*border-collapse:collapse;*/ empty-cells:show; font-size:100%; font-size: 14px; }
.data-table th, .data-table td, .table th, .table td{border-top:1px solid #efefef;font-weight: 300;}
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.5; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em;*/
/*vertical-align:top;*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.clear        { clear:both; }
.hidden       { display:block !important; overflow:hidden !important; margin:0 !important; padding:0 !important; width:0 !important; height:0 !important; border:0 !important; font-size:0 !important; line-height:0 !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.boxed .wrapper {
margin: 0 auto;
width: 980px;
background: #fff;
-webkit-box-shadow: 0 1px 6px;
box-shadow: 0 1px 6px;
}
.wrapper{background: #FFF;}
.page-print { padding:25px 30px; background:#fff; text-align:left; }
.page-empty { padding:20px; background:#fff; text-align:left; }
.page-popup { padding:25px 30px; background:#fff; text-align:left; }
.main-container {margin-top: 30px; }
.main { text-align:left; }

/* Base Columns */
.col-left { float:left; padding:0 0 1px; }
.col-main { float:left;  padding:0 0 1px; }
.col-right { float:right; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { }

/* 3 Columns Layout */
.col3-layout .col-main { margin-left:17px; width:475px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; margin-left:2%; width:32%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; margin:0 2%; width:23.5%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { color:#2f2f2f; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; line-height: 20px;}
input.input-text,select,textarea { border:1px solid #efefef; background:#fff; }
input.input-text,textarea { padding: 4px; outline: none !important;border: 1px solid #efefef;-webkit-border-radius: 0px !important;border-radius: 0px !important;font-size: 12px;-webkit-appearance: none;}
select option { padding-right:10px; }
select.multiselect option { padding:2px 5px; border-bottom:1px solid #b6b6b6; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:30px !important; text-align: center; }
input.qty:focus{border:1px solid #bbb !important;}

/* -------------------------------------------------- */
/* Buttons
/* -------------------------------------------------- */

#submit,.button{display:inline-block;padding:0 12px 0;border:none;background:#CCC;color:#fff;text-align:center;text-transform:uppercase;white-space:nowrap;font-size:12px;line-height: 28px;cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, border-color;}
.button span{color:#fff;line-height:30px;}
.button.active{-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background-color, border-color;}
.button.active:hover{background-color:#e73434;}
.button.big{padding:10px 28px;}
.button.big.active:hover{ }
.button.big span, .checkout-types .btn-checkout > span{ font-weight:300;font-size:16px;line-height: 36px;}
.button.medium {padding: 6px 20px;font-size: 14px;}
.button.underline:hover{text-decoration: underline;}
.tp-caption a.button.active:hover{color:#fff !important;}
.more-link .button{margin-top:30px;}
.button.small.arrow-left{padding-left: 24px;background-image: url(idstore/default/images/prew_arrow.png);background-position: 10px center;background-repeat: no-repeat;}
.button.small.arrow-right{padding-right: 24px;background-image: url(idstore/default/images/back_arrow.png);background-position: 90% center;background-repeat: no-repeat;}
.button.medium.arrow-left{padding-left: 24px;background-image: url(idstore/default/images/arrow_medium_left.png);background-position: 10px center;background-repeat: no-repeat;}
.button.medium.arrow-right{padding-right: 34px;padding-left: 18px;	background-image: url(idstore/default/images/arrow_medium_right.png);background-position: 141px center;background-repeat: no-repeat;}
.button.big.arrow-left{padding-left: 24px;background-image: url(idstore/default/images/arrow_big_left.png);background-position: 10px center;background-repeat: no-repeat;}
.button.big.arrow-right,.checkout-types .btn-checkout{padding-right: 55px;background-image: url(idstore/default/images/arrow_big_right.png);background-position: 91% center;background-repeat: no-repeat;}
.checkout-types .btn-checkout{display: block;padding: 10px 18px;padding-right: 55px;}
input,select{outline:none !important;border:1px solid #efefef;-webkit-border-radius: 0px !important;border-radius: 0px !important;color: #666669;font-weight: 300;font-size: 12px;-webkit-appearance:none;}
select{background:#fff url(idstore/default/images/select_arrow.png) no-repeat 95% center;height: 40px;}
select:hover{background:#fff url(idstore/default/images/select_arrow_hover.png) no-repeat 95% center;}
select, input[type="file"]{line-height: 20px;}
input[type="radio"]{-webkit-appearance:radio;}
input[type="checkbox"]{-webkit-appearance:checkbox;}
.product-information .button span{line-height: 30px;}
.banner_top_button .button { }
.banner_top_button .button span { font-size: 14px;line-height: 36px;}
.button.big.active.etheme-simple-product{margin-left: 23px;}
.entry-content p .button.active.big{padding: 8px 20px;}
.form-row .button{height: 30px;line-height: 28px;}
input:focus, textarea:focus{border: 1px solid #ddd !important;}
.checkout-button.button.big.active.arrow-right{background-position: 235px center;}
#wishlist-table .link-edit{display: none;}
#wishlist-table .cart-cell{position: relative;margin-top: 30px;text-align: center;}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px;*/
/*margin:0 auto;*/
/*overflow:hidden;*/
input[type="radio"]{-webkit-appearance:none;border:none !important;background-color: #FFF; background-image: url(idstore/default/images/radio-icon.png);background-repeat: no-repeat;background-position: center center;margin-top: 0;margin-right: 0;padding: 0; width: 14px;height: 20px;}
input[type="radio"]:checked{background-image: url(idstore/default/images/radio-icon-check.png);background-color: #FFF; background-repeat: no-repeat;background-position: center center;}
input[type="checkbox"]{-webkit-appearance:none;border:none !important;background-color: #FFF; background-image: url(idstore/default/images/tick-icon.png);padding: 0; background-repeat: no-repeat;background-position: center center;margin-top: 0;margin-right: 0;width: 16px;height: 20px;}
input[type="checkbox"]:checked{background-image: url(idstore/default/images/tick-icon-check.png);background-color: #FFF; background-repeat: no-repeat;background-position: center center;}
.product-slider input[type="checkbox"]{background-color: transparent;}
.form-list li { margin:0 0 8px; }
.form-list label { position:relative; z-index:0; float:left; color:#666; font-weight:300; }
.form-list label.required { }
.form-list label.required em { position:absolute; top:0; right:-8px; float:right; color:#eb340a; font-style:normal; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px;float: left; }
.form-list li.control .input-box { display:inline; clear:none; width:auto; }
/*.form-list li.fields { margin-right:-15px;*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px;height: 40px;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide input.input-text { }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { margin-top:10px; padding-top:7px; border-top:1px solid #ccc; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px; } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { color:#888; font-weight:normal; font-size:10px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px;*/
/*}
.form-list li.fields { margin:0;*/
/*}
.form-list .field { display:block;*/
/*margin:0 0 8px;*/
/*}
.form-list li.control { }
.form-list label { float:left;*/
/*padding:2px 10px 0 0;*/
/*width:150px;*/
/*text-align:right;*/
/*}
.form-list label.required { font-weight:bold;*/
/*}
.form-list label.required em {
/*margin-right:3px;*/
/*color:#eb340a;*/ 
/*font-variant:normal;*/
/*}
.form-list .input-box { float:left;*/
/*width:260px;*/
/*}
.form-list input.input-text,
.form-list textarea { width:254px;*/
/*}
.form-list select { width:260px;*/
/*}
.form-list li.additional-row {
/*margin-top:10px;*/
/*border-top:1px solid #ddd;*/
/*}
.form-list li.additional-row .btn-remove { float:right;*/
/*margin:5px 5px 0 0;*/
/*}
.form-list .input-range input.input-text { width:96px;*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left;*/
/*width:85px;*/
/*}
.form-list .customer-dob input.input-text { display:block;*/
/*width:74px;*/
/*}
.form-list .customer-dob label {
/*color:#777;*/
/*text-align:left;*/
/*font-weight:normal;*/ 
/*font-size:11px;*/
/*}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px;*/
/*}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px;*/
/*}
.form-list .customer-dob .dob-year { width:140px;*/
/*}
.form-list .customer-dob .dob-year input.input-text { width:134px;*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0;}
.buttons-set .back-link a:before{content:"";display: block;float: left; background: url(idstore/default/images/return.png) no-repeat 0 5px;width: 10px;height: 15px;}
.buttons-set .back-link a:hover:before{content:"";display: block;float: left;	background: url(idstore/default/images/return-hover.png) no-repeat 0 5px;width: 10px;height: 15px;}
.buttons-set .back-link small{display: none;}
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:20px 0; padding:20px 20px 12px 20px; border:1px solid #ccc; background:#fafafa; }
.fieldset .legend {width: 100%; float:left; margin:0;border-bottom:1px solid #ccc; font-size: 18px;line-height: 32px;font-weight: 300;margin-bottom: 20px;padding-bottom: 20px; width: 100%;text-transform: none;color: #808080; }
.fieldset.advanced-search{background: none;border:none;}
.fieldset.advanced-search .legend{border-bottom:1px solid #efefef;padding-bottom: 0;}
/* Form Validation */
.validation-advice { clear:both; margin:-2px 0 5px; padding-left:17px; min-height:13px; background:url(idstore/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; font-weight:400; font-size:11px; line-height:13px; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed { }
p.required { color:#fc5b5b; text-align:right; font-size:11px; }
#form-validate li.control input.checkbox, .form-validate li.control label{float: left;}
#form-validate{margin-bottom: 20px;}

/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { position:relative; display:block; margin-right:-12em; width:12em; }

/* Global Messages  */
.success{color:#3d6611;font-weight:700;}
.error{color:#df280a;font-weight:700;}
.notice{color:#e26703;}
.messages,.messages ul{list-style:none!important;margin:0!important;padding:0!important;}
.messages{overflow:hidden;width:100%;}
.messages li li{margin:0 0 3px!important;}
.error-msg{background:#FFF9F9 url(idstore/default/images/error.png) no-repeat 30px center;border-color:#f6c5c8;color:#f3252f;position:relative;}
.success-msg{background:#f7fdea url(idstore/default/images/success.png) no-repeat 30px center;border-color:#bfcf88;color:#67942d;position:relative;}
.note-msg,.notice-msg{background:#fefae5 url(idstore/default/images/notice.png) no-repeat 30px center;border-color:#f2da7a;color:#dcb721;position:relative;}
.error-msg,.success-msg,.note-msg,.notice-msg{border-style:solid;border-width:0 0 0 4px;display:block;font-size:14px;font-weight:300;margin-bottom:30px;padding:30px 30px 30px 97px;text-transform:uppercase;}
/* -------------------------------------------------- */
/* Breadcrumbs
/* -------------------------------------------------- */

.breadcrumbs {-moz-box-sizing: border-box;box-sizing:border-box;margin-bottom: 30px;margin-left:20px;padding:0 20px;}
.breadcrumbs ul { float:left; }
.breadcrumbs li { display: inline-block; }
.breadcrumbs span {padding:0 6px 0 8px;}
.breadcrumbs strong{font-weight:300;}
.breadcrumbs a{text-decoration:none;font-weight:300;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.back-to{float:right;padding:0 0 2px 12px;background:url(idstore/default/images/return.png) no-repeat 0 5px;font-size:12px;}
.back-to span{position:relative;top:1px;display:none;color:gray;font-size:18px;line-height:3px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.back-to:hover{background:url(idstore/default/images/return-hover.png) no-repeat left 5px;}
.back_to_previous_page a{color:#666669;}

/* Page Heading */
.page-title { width:100%; border-bottom:1px solid #efefef; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin: 0 0px 10px 0px;padding-bottom: 20px;line-height: 30px; color: #666669 !important;text-transform: uppercase;font-weight: 300;font-size: 28px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { }

/* Toolbar */
.toolbar {padding-bottom: 20px;border-bottom: 2px solid #f5f5f5;color: #666669;font-weight: 300; font-size: 12px;}
.toolbar-bottom .toolbar{border-bottom:none;border-top:2px solid #f5f5f5;padding-top: 20px;}
.toolbar label { margin-right: 10px;font-weight: 300; font-size: 12px; }
.toolbar select { margin-bottom: 0; width: 120px;height: auto; background: url(idstore/default/images/select_arrow.png) no-repeat 95% center; color: #666669;font-weight: 300;font-size: 12px;}
.toolbar .limiter { float: left; margin:0 10px 0 0; line-height: 20px;}
.toolbar .limiter label { display: inline-block; margin:0 10px 0 0;}
.toolbar .limiter select { display: inline-block; margin-right:10px;}
.toolbar .view-mode { float: left; margin:5px 0 0 40px;}
.toolbar .view-mode label { display: inline-block;float: left; margin:0 10px 0 0;}
.toolbar .view-mode .grid, .toolbar .view-mode .list{display: block;float: left;width: 30px;height:18px;text-indent:-9999px;}
.toolbar .view-mode .grid{margin-right: 10px;background-image: url(idstore/default/images/grid.png);background-position: center bottom;background-repeat: no-repeat;}
.toolbar .view-mode .list{background-image: url(idstore/default/images/list.png);background-position: center bottom;background-repeat: no-repeat;}
.toolbar .view-mode .grid:hover, .toolbar .view-mode .list:hover, .toolbar .view-mode strong.grid, .toolbar .view-mode strong.list{background-position: center top;}
.toolbar .sort-by { float: right; line-height: 20px;}
.toolbar .sort-by label { display: inline-block; margin:0 10px 0 0;}
.toolbar .sort-by select { display: inline-block; margin-right:10px;}
.toolbar .amount { float:left; margin-top:20px;margin-bottom: 0; }
.toolbar .amount strong{font-weight:300 !important;}

.pages {float:right;  margin-top:15px;  margin-left: 20px;}
.pages ol { display: inline-block; }
.pages strong { display: inline-block; display: none; font-weight: 300; }
.pages span{display:block;float:left;}
.pages li{display:inline-block;margin-left:5px;background:#f5f5f5; cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, color;}
.pages li a { display:inline-block; padding:5px 12px; color:#444;text-decoration:none;font-weight:100; font-size: 14px; }
.pages li:hover a{ color: white; }
.pages span{margin-bottom: -11px;padding:6px 12px;color:#444; text-decoration:none;font-weight:100;}
.pages .current {padding:5px 12px; background: #dbdbdb; font-weight:100; font-size: 14px; }
.pages .current:hover{background: #dbdbdb; }
.pages li a img{display: none;}
.pages li a.next{display: block;margin-bottom: -10px;width: 8px;height: 20px;background-color:#f5f5f5;background-image: url(idstore/default/images/qty_arrow_right_disabled.png);background-position:  center center;background-repeat: no-repeat;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, color;}
.pages li a.next:hover{display: block;margin-bottom: -10px;width: 8px;height: 20px;background-image: url(idstore/default/images/qty_arrow_right_disabled-white.png);background-position:  center center;background-repeat: no-repeat;}
.pages li a.previous{display: block;margin-bottom: -10px; width: 8px;height: 20px;background-color:#f5f5f5;background-image: url(idstore/default/images/qty_arrow_left_disabled.png);background-position:  center center;background-repeat: no-repeat;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, color;}
.pages li a.previous:hover{display: block;margin-bottom: -10px;width: 8px;height: 20px;background-image: url(idstore/default/images/qty_arrow_left_disabled-white.png);background-position:  center center;background-repeat: no-repeat;}


.toolbar-bottom { margin-top: 30px; }

/* Generic Info Box */
.info-box { margin:0 0 15px; padding:12px 15px; border:1px solid #d0cbc1; background:#fff url(idstore/default/images/bkg_block-title.gif) 0 0 repeat-x; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { padding:2px 15px 2px 0; font-weight:bold; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td { }
tr.summary-total .summary-collapse { float:right; padding-left:20px; background:url(idstore/default/images/bkg_collapse.gif) 0 5px no-repeat; text-align:right; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td { }
tr.summary-details td { background-color:#dae1e4; color:#626465; font-size:11px; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(idstore/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { padding-left:1.5em; list-style:decimal outside; }
.std ul.disc { margin:0 0 10px; padding-left:18px; list-style:disc outside; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { padding-left:1.5em; list-style:disc outside; }
.std ol { padding-left:1.5em; list-style:decimal outside; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { padding:0 0 0 1.5em; font-style:italic; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { padding-right:0 !important; background:none !important; }

.link-cart { }
.link-wishlist { }
.link-reorder { }
.link-compare { }
.link-print { /*padding:2px 0 2px 25px;*/ /*background:url(idstore/default/images/i_print.gif) 0 2px no-repeat;*/ color:#444; font-weight:normal; }
.link-print:hover{color: #fc5b5b;}
.link-rss { padding-left:18px; background:url(idstore/default/images/i_rss.gif) 0 2px no-repeat; white-space:nowrap; line-height:14px; }
.btn-remove  { display:block; overflow:hidden; width:15px; height:15px; background: url(idstore/default/images/delete-btn-sprite.png) 0 0 no-repeat; text-indent:-999em; font-size:0; line-height:0; }
.btn-remove:hover{background-position: bottom center;}
.btn-previous  { display:block; overflow:hidden; width:11px; height:11px; background:url(idstore/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; font-size:0; line-height:0; }
.btn-remove2 { display: block;width: 15px;height: 15px;background: url(idstore/default/images/delete-btn-sprite.png) no-repeat;background-position: top center;cursor: pointer;font-size: 0;}
.btn-remove2:hover{background: url(idstore/default/images/delete-btn-sprite.png) no-repeat;background-position: bottom center;}
.btn-edit { display:block;float: right; overflow:hidden;margin-top: 2px;  width:15px; height:14px; background:url(idstore/default/images/btn_edit.png) no-repeat top center; text-indent:-999em; font-size:0; line-height:0; }
.btn-edit:hover{background-position: bottom center;}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
#narrow-by-list .price, #narrow-by-list .price, #narrow-by-list .price, #narrow-by-list a, #narrow-by-list2 .price, #narrow-by-list .price, #narrow-by-list2 .price, #narrow-by-list2 a{font-size: 12px;font-weight: 400;color: #808080;}
#narrow-by-list li:hover, #narrow-by-list a:hover span, #narrow-by-list a:hover, #narrow-by-list2 li:hover, #narrow-by-list2 a:hover span, #narrow-by-list2 a:hover{}
#narrow-by-list ol, #narrow-by-list2 ol{margin-bottom: 10px;}
#narrow-by-list li, #narrow-by-list2 li{color: #808080;list-style: square inside;padding-left: 14px;line-height: 2;}
#narrow-by-list a, #narrow-by-list2 a{color: #808080;font-size: 12px;}
.currently li{line-height: 30px;}
.separator { margin:0 3px; }

.divider { display:block; clear:both; overflow:hidden; margin:10px 0; height:1px; background:url(idstore/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; font-size:0; line-height:0; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; color:#2f2f2f; text-align:center; font-size:12px; line-height:1.25; }
.global-site-notice .notice-inner { margin:0 auto; padding:12px 0 12px 80px; width:860px; background:url(idstore/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; padding:10px; border:1px dotted #cccc73; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript { }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; border:0; background:#d75f07; color:#fff; text-align:center; font-size:12px; line-height:1.15; }
.demo-notice .notice-inner { padding:0; width:auto; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-bottom: 1px solid #ccc; background: #fafafa; border-top:1px solid #ccc;}
.header { z-index:1000; margin-top: 30px; margin-bottom: 30px; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; overflow:hidden; width:0; height:0; text-indent:-999em; font-size:0; line-height:0; }
.header h1.logo { margin:0; }
.form-language .lang { float: left;}
.form-language .lang:after{content:"/";margin: 0 5px 0 2px;}
.form-language .lang:last-child:after{content:"";margin: 0;}
.quick-access { float:right; padding:28px 10px 0 0; width:600px; }
.welcome-msg { margin:0;}
.welcome-msg a {}
.form-search { width: 251px; }

.search_text{color:gray;font-size:12px;}
.search_form{ }
#search_mini_form .field{float:left;border-top:1px solid #efefef!important;border-right:none!important;border-bottom:1px solid #efefef!important;border-left:1px solid #efefef!important;color:#acacac;font:italic 0 Verdana, sans-serif;}
#search_mini_form .field:focus{font-size:11px;}
#search_mini_form .button{padding: 0;width: 32px;height: 32px;border: 1px solid #F5F5F5;border-left: none;background: #F5F5F5;background-image: url(idstore/default/images/search_button_bg.png);background-position: 6px 6px;background-repeat: no-repeat;text-indent: -9999px;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: background;}
#search_mini_form .button:hover{background:#fc5b5b;background-image:url(idstore/default/images/search_button_bg_hover.png);background-position:6px 6px;background-repeat:no-repeat;}


.header .form-search label { float:left; overflow:hidden; width:24px; height:21px; text-align:left; text-indent:-999em; }
.header .form-search input.input-text { float:left; margin-right:4px; width:209px; border-color:#5c7989; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { padding:0 0 0 3px; height:21px; border:0; background:url(idstore/default/images/btn_search.gif) 0 0 no-repeat; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { padding:0 6px 0 3px; background-position:100% 0; }
.header .form-search .search-autocomplete { top:22px !important; left:40px !important; z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { padding:2px 8px 1px 8px; border-bottom:1px solid #f4eee7; text-align:left; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { padding-right:5px; color:#a7c6dd; vertical-align:middle; font-weight:bold; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { padding-left:25px; background-position:4px 50%; background-repeat:no-repeat; }
.header .links { float:right; margin:0 0 6px; text-align: right; }
.header .links li { float:left; padding:0 2px 0 2px; font: 12px Verdana; }
.header .links li.last-child { padding-right:0; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { color:#ebbc58; font-size:11px; }
.header-top .container{position: relative;}
.variant1 .logo-container{width: 290px;margin-top: 15px;}
.variant1 .shopping_cart_wrap{float: right;}
.variant1 .store-switcher{position: absolute;left:20px;top:-30px;}
/* Header Variant2  */
.header-variant2 .header-phone, .header-variant3 .header-phone, .header-variant4 .header-phone{width: 170px;}
.header-variant2 .span5, .header-variant3 .span5{width: 540px;}
.header-variant2 .span3, .header-variant3 .span3{width: 180px;}
.header-variant3 .span5{float: right;}
.variant2{border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.variant2 .container{position: relative;}
.variant2 div.menu{position: static;}
.variant2 .header{text-align: justify;margin: 0;display: table;width: 100%;}
.variant2 .logo-container, .variant2 .menu{display: table-cell;vertical-align: middle;  }
.variant2 .logo-container{width: 26%;text-align: left;float: none;}
.header-variant2 .store-switcher{float: left;}
.variant2 .menu{float: right;margin: 0;top: 0;padding: 0;line-height: 34px;}
.variant2 .menu > ul > li{margin-top: 0;padding: 0;}
.variant2 .menu > ul > li.block_li{position: static;}
.variant2 .menu > ul > li > a{border-top: 2px solid transparent;}
.variant2 .menu > ul > li > a:hover{border-top: 2px solid #fc5b5b;}
/* top cart  */
.variant2 .menu > ul > li > a,.variant2  .menu > ul > li.over > a,.variant2  .menu > ul > li.active > a,.variant2  .menu > ul > li > a:hover{display: block;padding: 0 12px;height: 90px;line-height: 90px;}
.variant2 .menu > .current-menu-item > a, .variant2 .menu > .current-menu-item > a:hover, .variant2 .menu > ul > li > a:hover, .variant2 .menu > ul > li.over > a, .variant2 .menu > ul > li.active > a{border-bottom: 0;}
.variant2 .menu > ul > li > ul{top:95px}
.variant2 .menu > ul > li > ul > li a{padding: 0;}
.header-variant5 .top-cart .cart-popup{top:27px;}

/* Header Variant 3 */
.variant3 {border-top:1px solid #ccc;border-bottom: 1px solid #ccc;}
.variant3 .header{margin: 0 !important;padding: 15px 0 10px 0;}
.variant3 .header:after, .variant3 .header:before{display: inline-block;text-align: center;width: 100%;}
.variant3 .logo-container{width: 100%;text-align: center;margin-left: 0;}
.variant3 .logo {float: left;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.variant3 .menu{top:0;margin-top: 0;}
.variant3 .menu > ul{text-align: center;}
.variant3 .menu > ul > li{text-align: left;margin-top: 0;line-height: 28px;}
.variant3 .menu > ul > li > a{padding-top: 10px;}
.variant3 .menu > ul > li > ul > li.parent > a:after{right: 0;}
.variant3 .menu > ul > li.over > a, .variant3 .menu > ul > li.active > a,.variant3 .menu > ul > li > a:hover{padding-bottom: 12px;}
.variant3 .menu > ul > li > ul li{line-height: 20px;}

/* Header Variant 4 */
.header-container.variant4{background: #FFF;position: relative;}
.header-variant4 .span5{float: right !important;width: 570px;}
.header-variant4 .links li:after{color: #FFF;}
.header-variant4 .span3{width: 150px;}
.variant4 .header:after, .variant4 .header:before{display: inline-block;text-align: center;width: 100%;}
.header-variant4{background-color: #fc5b5b;}
.header-variant4 .header-phone, .header-variant4 .store-switcher .lang, .header-variant4 .store-switcher .lang a, .header-variant4 .links a, .header-variant4 #top-cart > a,.header-variant4 #top-cart > span,  .header-variant4 #top-cart >span .price{color: #FFF !important;}
.header-variant4 #search_mini_form .form-search .field{margin-top: 4px;margin-bottom: 0;padding: 2px 5px 4px 5px;padding-left: 20px;width: 0;border:1px solid transparent !important;background-color: transparent;background-image: url(idstore/default/images/search_button_white_bg.png);background-position: 98% center;background-repeat: no-repeat;color: #444;cursor: pointer;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.variant4 .header{margin: 0 !important;padding: 10px 0;}
.variant4 .header:after, .variant4 .header:before{display: inline-block;text-align: center;width: 100%;}
.variant4 .logo-container{width: 100%;text-align: center;margin-left: 0;}
.variant4 .logo {float: left;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.variant4 .menu{top:0;margin-top: 0;}
.variant4 .menu > ul{text-align: center;}
.variant4 .menu > ul > li{text-align: left;margin-top: 0;line-height: 36px;}
.variant4 .menu > ul > li > a{padding-top: 10px;}
.variant4 .menu > ul > li > ul > li.parent > a:after{right: 0;}
.variant4 .menu > ul > li.over > a, .variant4 .menu > ul > li.active > a,.variant4 .menu > ul > li > a:hover{padding-bottom: 16px;}
.variant4 .menu > ul > li > ul{top:45px;}
.variant4 .menu > ul > li > ul li{line-height: 20px;}
.variant4 .menu{background: #fafafa;border-top: 1px solid #ccc;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.variant4 .menu-wrapper, .variant4 .menu-wrapper .span12{width: 100%;}
.boxed .variant4 .menu-wrapper .menu{width: 980px !important;}

/* Header Variant 5 */
.header-variant5 .header-phone{width: 150px;}
.header-variant5 .span5{width: 570px;float: right;}
.header-variant5 .span3{width: 150px;}
.header-variant5 #search_mini_form .form-search .field{margin-top: 4px;margin-bottom: 0;padding: 2px 5px 4px 5px;padding-left: 20px;width: 0;border:1px solid transparent !important;background-color: transparent;background-image: url(idstore/default/images/search_button_white_bg.png);background-position: 98% center;background-repeat: no-repeat;color: #444;cursor: pointer;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.variant5{border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.variant5 .header{text-align: justify;margin: 0;display: table;width: 100%;position: relative;}
.variant5 .logo-container, .variant5 .menu{display: table-cell;vertical-align: middle;  }
.variant5 .logo-container{width: 26%;text-align: left;float: none;}
.variant5 .menu{float: right;margin: 0;top: 0;padding: 0; /*line-height: 34px ; */ position: static;}
.variant5 .menu > ul > li{margin-top: 0;padding: 0;}
.variant5 .menu > ul > li.block_li{position: static;}
.variant5 .menu > ul > li.block_li > .nav_block{top:91px;}
/* top cart  */
.variant5 .menu > ul > li > a,.variant5  .menu > ul > li.over > a,.variant5  .menu > ul > li.active > a,.variant5  .menu > ul > li > a:hover{display: block;padding: 0 12px;height: 90px;line-height: 90px;}
.variant5 .menu > .current-menu-item > a, .variant5 .menu > .current-menu-item > a:hover, .variant5 .menu > ul > li > a:hover, .variant5 .menu > ul > li.over > a, .variant5 .menu > ul > li.active > a{border-bottom: 0;}
.variant5 .menu > ul > li > ul{top:91px}
.variant5 .menu > ul > li > ul > li a{/* padding: 0; */}
.header-variant5 .header-phone, .header-variant5 .store-switcher .lang, .header-variant5 .store-switcher .lang a, .header-variant5 .links a, .header-variant5 #top-cart > a,.header-variant5 #top-cart > span,  .header-variant5 #top-cart  > span .price{color: #FFF !important;}
.header-variant5 .top-cart .cart-popup{top:27px;}
.header-variant5 .links li:after{color: #FFF;}

/* -------------------------------------------------- */
/* Fixed Header Area
/* -------------------------------------------------- */
.fixed-header-area{background: #fafafa;}
.fixed-header-area .fixed-header{}
.fixed-header-area #main-nav {padding-right:0; position: relative; float: right;max-width: 716px;width: 100%;}
.fixed-header-area{position: fixed;top: -200px;width: 100%;z-index:10001;float: left;border-top-width: 1px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;}
.boxed .fixed-header-area{width: auto;padding: 0 20px;}
.fixed-already{top:0;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.admin-bar .fixed-already{top:28px;}
.fixed-header-area .fixed-header{ padding: 10px 20px;background: #fafafa;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.fixed-header-area .fixed-header .span4{width: 220px;margin-left: 0;}
.fixed-header-area .fixed-header .span8{float: right;}
.fixed-header-area .logo{font-size: 36px;max-width: 215px;margin-bottom: 10px;}
.fixed-header-area #main-nav{width: auto;float: right;margin-left: 0;}
.fixed-header-area > div.menu, .fixed-header div.menu ul#top{text-align: right !important;}
.fixed-header .menu{top:0;margin-top: 0;padding: 0;line-height: 44px;text-align: right;}
.fixed-header .menu > ul > li{margin-top: 0;}
.fixed-header  .menu > ul > li > ul > li a{text-align: left !important;}
.fixed-header  .menu > ul > li > ul > li a:hover{}
.fixed-header-area .menu > ul > li > ul{top:59px;}
.fixed-header-area .menu > .current-menu-item > a, 
.fixed-header-area .menu > .current-menu-item > a:hover,
.fixed-header-area .menu > ul > li > a:hover{ border-top-width: 2px; border-top-style: solid;}
.fixed-header-area .menu > ul > li.over > a,.fixed-header-area .menu > ul > li.active > a,.fixed-header-area .menu > ul > li > a:hover{padding-top: 23px;padding-bottom: 27px;}
.fixed-header-area .menu > ul > li > ul li{line-height: 20px;}


.shopping_cart_wrap { text-align: right; }
.top-cart {position: relative;padding-bottom: 5px;}
.variant1 .top-cart{float: right;}
.top-cart .cart-popup {position: absolute;top: 26px;right: 0;z-index: 10001;display: none;padding: 20px;width: 360px;border-top: 3px solid #f5f5f5;border-right: 2px solid #f5f5f5;border-bottom: 2px solid #f5f5f5;border-left: 1px solid #f5f5f5;background: #fff;text-align: left;}
.top-cart:hover .cart-popup {display: block;}
.top-cart.pending .cart-popup {display: block;}
#top-cart .cart-popup .recently-added {margin: 0;padding-bottom: 5px;font-weight: 300;font-size: 12px;}
#top-cart .cart-popup a > img {width: 75px;opacity: 1;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.cart-popup .product-details button{display: block;float: right;padding: 0;width: 17px;height: 17px;border-color:transparent;background: url(idstore/default/images/delete-btn-sprite.png) no-repeat;background-color: #fff;background-position: top center; text-indent: -999em;font-weight: 300;}
.cart-popup .product-details button:hover{background-position: 0 -17px;height: 16px;position: relative;top: 2px;left: -1px}
.cart-popup .product-image{float: left;}
.cart-popup .item{float: left;padding: 20px 0;width: 100%;}
.cart-popup .product-name a{color: #444;text-transform: uppercase;font-weight: 300;font-size: 14px;}
.cart-popup .product-details strong{font-weight: 300!important;}
.cart-popup .product-image{margin:0 10px 0 0;}
.cart-popup .btn-edit{margin-right:5px;float: right !important;}
.cart-popup .product-details .price{margin-left: 2px;color:#fc5b5b;font-weight: 300;font-size: 16px;}
#top-cart button.btn-checkout {float: right;width: 100%;background-image: url(idstore/default/images/qty_arrow_right_disabled-white.png);background-position: 70% center;background-repeat: no-repeat;padding: 5px 28px;}
#top-cart button.btn-view {float: left;width: 40%;}
.cart-popup .products-small{float: left;width: 100%;border-top:1px solid #efefef;border-bottom:1px solid #efefef;}
.cart-popup .summary{float: left;margin:10px 0 20px;width: 100%;color: #444;text-align: right !important;text-transform: uppercase;font-weight: 300;font-size: 18px;text-align: center;}
.cart-popup .summary .price{color: #444;font-weight: 300;font-size: 18px !important;}
#top-cart .item .item-info{float: left;width: 240px;}
#top-cart .product-name{float: left;width: 230px;}

/********** < Navigation */
.header-variant1, .header-variant2, .header-variant3, .header-variant4, .header-variant5{ position: relative; padding: 8px 0 0;}
.header-variant1 .form-search, .header-variant2 .form-search, .header-variant3 .form-search, .header-variant4 .form-search, .header-variant5 .form-search{float: right;width: auto;}
.header-variant1 .search_form, .header-variant2 .search_form, .header-variant3 .search_form, .header-variant4 .search_form, .header-variant5 .search_form{ position: absolute;right: 0;z-index:1; margin: -9px 0 0 20px; width:auto;}
.header-variant1 .search_form form, .header-variant2 .search_form form, .header-variant3 .search_form form, .header-variant4 .search_form form, .header-variant5 .search_form form{margin-bottom: 0 !important;}
.header-variant1 #search_mini_form .form-search .field, .header-variant2 #search_mini_form .form-search .field,  .header-variant3 #search_mini_form .form-search .field{ margin-top:5px;height: 20px; margin-bottom:0; padding:2px 5px 4px 5px; padding-left:20px; width:0;border:1px solid #fff !important;  border: 1px solid #ffffff!important;font-size: 0; background-color: transparent; background-image:url(idstore/default/images/search_button_bg.png);background-position:98% center;background-repeat:no-repeat; color:#444; cursor: pointer; -webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s; }
.header-variant1 #search_mini_form .form-search .field:focus, .header-variant2 #search_mini_form .form-search .field:focus, .header-variant3 #search_mini_form .form-search .field:focus, .header-variant4 #search_mini_form .form-search .field:focus, .header-variant5 #search_mini_form .form-search .field:focus  { padding-left:6px;font-size: 12px; width:200px; border: 1px solid #e6e6e6!important; background-color: #FFF; cursor: text;}
.header-variant1 .form-search .button, .header-variant2 .form-search .button, .header-variant3 .form-search .button, .header-variant4 .form-search .button, .header-variant5 .form-search .button  { display: none; }
.header-variant1 .header-links, .header-variant2 .header-links, .header-variant3 .header-links, .header-variant4 .header-links, .header-variant5 .header-links { float:right; margin-top:0; }
.header-variant1 #top-cart , .header-variant2 #top-cart,  .header-variant3 #top-cart, .header-variant4 #top-cart, .header-variant5 #top-cart {float: right; margin-right: 50px;}
.header-variant1 #top-cart > a, .header-variant2 #top-cart > a, .header-variant3 #top-cart > a, .header-variant4 #top-cart > a, .header-variant5 #top-cart > a{float: left;padding-bottom: 2px; margin-right: 3px;margin-bottom: 0;color: #808080;}
.header-variant1 #top-cart span .price, .header-variant2 #top-cart span .price, .header-variant3 #top-cart span .price, .header-variant4 #top-cart span .price, .header-variant5 #top-cart span .price {color: #444;font-size: 14px;}
.header-variant1 .links li, .header-variant2 .links li, .header-variant3 .links li, .header-variant4 .links li, .header-variant5 .links li{margin-right: 0;}
.header-variant1 .links li:after, .header-variant2 .links li:after, .header-variant3 .links li:after, .header-variant4 .links li:after, .header-variant5 .links li:after{content:"/";margin:0 2px 0 6px;}
.header-variant1 .links li:last-child:after, .header-variant2 .links li:last-child:after, .header-variant3 .links li:last-child:after, .header-variant4 .links li:last-child:after, .header-variant5 .links li:last-child:after{content:"";}
.links li:last-child:after{content:"";margin-right: -5px;}
.links li:after{content:"/";margin:0 2px 0 6px;}
 .et-menu-title {
display: none;
margin: 20px 0;
padding: 0 15px 0 15px;
color: #FFF;
text-align: left;
text-transform: uppercase;
font-weight: 300;
font-size: 20px;
line-height: 50px;
cursor: pointer;
}


 .side-menu-wrap .et-mobile-menu{text-align:left;width: auto !important;}
 .header-type-variant2 .side-menu-wrap .et-mobile-menu{margin:0 0 20px;}
 .et-menu-title{display: none;margin: 20px 0;padding: 0 15px 0 15px; color: #FFF;text-align: left;text-transform: uppercase;font-weight:300;font-size: 20px;line-height: 50px;cursor: pointer;}
 .et-menu-title i {margin-right: 10px; font-size: 22px;}
 .et-mobile-menu li{position:relative;display:block;}
 .et-mobile-menu li .open-child{display:block;float:right;width:46px;height:45px;border-top:1px solid #EFEFEF;background-color:#f5f5f5;background-image:url(idstore/default/images/menu-plus.png);background-position:center center;background-repeat:no-repeat;font-size:0;cursor:pointer;}
 .et-mobile-menu li .open-child:hover{background-color:#F5F5F5;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;}
 .et-mobile-menu li.over > .open-child{background-image:url(idstore/default/images/menu-minus.png);}
 .et-mobile-menu li > a{display:block;padding:0 10px;border-top:1px solid #efefef;background:#FFF;color:#444;text-transform: uppercase; font-weight:300;font-size:16px;line-height:45px;}
 .et-mobile-menu li > a:hover{background-color:#F5F5F5;color:#222;text-decoration:none;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;}
 .et-mobile-menu > li:last-child{border-bottom:1px solid #efefef;}

/* Mobile menu side
-------------------------------------------------------------- */
.side-menu-wrap{ 
position: absolute;
top:0;
left: 0;
z-index:10001;
display: none;
margin: 0; 
width: 250px !important;
height: 100%;
background: #272727;
-webkit-transform: translate(-100%);
-moz-transform: translate(-100%);
-ms-transform: translate(-100%);
-o-transform: translate(-100%);
transform: translate(-100%);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;;
-webkit-transition: opacity 100ms 300ms,-webkit-transform 500ms ease;
-moz-transition: opacity 100ms 300ms ease,-moz-transform 500ms ease;
-o-transition: opacity 100ms 300ms ease,-o-transform 500ms ease;
transition: opacity 100ms 300ms ease,transform 500ms ease;
-webkit-transition-delay: ease,0s;
}

.boxed.mobile-menutype-side  .side-menu-wrap{
	-webkit-transform: translate(-200%);
-moz-transform: translate(-200%);
-ms-transform: translate(-200%);
-o-transform: translate(-200%);
transform: translate(-200%);
}

.boxed.mobile-menu-shown.mobile-menutype-side .side-menu-wrap{
-webkit-transform: translate(-100%);
-moz-transform: translate(-100%);
-ms-transform: translate(-100%);
-o-transform: translate(-100%);
transform: translate(-100%);
}


.mobile-menutype-side .et-mobile-menu.menu-type-side{
	margin-top: 0 !important;
	width: 100%;
opacity: .5;
filter: alpha(opacity=50);
-webkit-transition: opacity 100ms 300ms,-webkit-transform 500ms ease;
-moz-transition: opacity 100ms 300ms ease,-moz-transform 500ms ease;
-o-transition: opacity 100ms 300ms ease,-o-transform 500ms ease;
transition: opacity 100ms 300ms ease,transform 500ms ease;
-webkit-transition-delay: ease,0s;
-webkit-transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
-moz-transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
-ms-transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
-o-transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;

}



.mobile-menutype-side .side-menu-wrap #close-side-nav{display: block;margin: 10px 0;width: 100%;height: 31px; background: url(idstore/default/images/delete-btn-sprite-big.png) no-repeat top center;cursor: pointer;}

.mobile-menu-shown.mobile-menutype-side  .et-mobile-menu.menu-type-side{
opacity: 1;
	filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}




body.mobile-menu-shown.mobile-menutype-side {-ms-overflow-x: hidden;overflow-x: hidden;}



.mobile-menu-shown.mobile-menutype-side .wrapper{
-webkit-transform: translate(250px);
-moz-transform: translate(250px);
-ms-transform: translate(250px);
-o-transform: translate(250px);
transform: translate(250px);
}
   
.boxed.mobile-menu-shown.mobile-menutype-side .wrapper{
	-webkit-transform: translate(245px);
-moz-transform: translate(245px);
-ms-transform: translate(245px);
-o-transform: translate(245px);
transform: translate(245px);
}
.mobile-menutype-side .et-mobile-menu li > a{border-top-color: #303030;background: transparent;color: #eaeaea;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.mobile-menutype-side .et-mobile-menu li:last-child{border-bottom-color:#303030;}
.mobile-menutype-side .et-mobile-menu li .open-child{border-top-color:#303030;background-color: transparent;background-image: url(idstore/default/images/arrow_down-white.png);background-position: center center;background-repeat: no-repeat;}
.mobile-menutype-side .et-mobile-menu li.over > .open-child{border-top-color:#303030;background-color: transparent;background-image: url(idstore/default/images/arrow_up-white.png);background-position: center center;background-repeat: no-repeat;}
/* level 1
-------------------------------------------------------------- */  
        
.mobile-menutype-side .et-mobile-menu > li > ul {border-top:0!important;}
/* level 1 +
-------------------------------------------------------------- */
.mobile-menutype-side .et-mobile-menu > li ul{display:none;}
.mobile-menutype-side .et-mobile-menu > li > div {display: none;}
.mobile-menutype-side .et-mobile-menu > li > ul li{position:relative;display:block;}
.mobile-menutype-side .et-mobile-menu > li > ul > li a{display:block;padding-left:20px;font-size:14px;}
.mobile-menutype-side .et-mobile-menu > li > ul > li li a{padding-left:40px;}
.mobile-menutype-side .et-mobile-menu > li > ul > li li li a{padding-left:60px;}





/* Mobile Navigation
-------------------------------------------------------------- */

.mobile-menutype-default .et-mobile-menu{text-align:left;display:none;margin:-20px 0 20px;}
.mobile-menutype-default .header-type-variant2 .et-mobile-menu{margin:0 0 20px;}
.mobile-menutype-default .et-menu-title{cursor: pointer;display: none;line-height: 50px; color: #FFF;font-size: 20px;text-align: left;margin: 20px 0;padding: 0 15px 0 15px;text-transform: uppercase;font-weight:300;}
.mobile-menutype-default .et-menu-title i {margin-right: 10px; font-size: 22px;}
/* level 0
-------------------------------------------------------------- */
.mobile-menutype-default .et-mobile-menu li{display:block;position:relative;}
.mobile-menutype-default .et-mobile-menu li .open-child{float:right;display:block;text-indent:-99999px;width:46px;height:45px;border-top:1px solid #EFEFEF;background:#f5f5f5;background-image:url(idstore/default/images/menu-plus.png);background-position:center center;background-repeat:no-repeat;cursor:pointer;}
.mobile-menutype-default .et-mobile-menu li .open-child:hover{background-color:#F5F5F5;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;}
.mobile-menutype-default .et-mobile-menu li.over > .open-child{background-image:url(idstore/default/images/menu-minus.png);}
.mobile-menutype-default .et-mobile-menu li > a{text-transform: uppercase;display:block;line-height:45px;font-size:16px;background:#FFF;color:#444;border-top:1px solid #efefef;padding:0 10px; font-weight:300;}
.mobile-menutype-default .et-mobile-menu li > a:hover{background-color:#F5F5F5;text-decoration:none;color:#222;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;}
.mobile-menutype-default .et-mobile-menu > li:last-child{border-bottom:1px solid #efefef;}
/* level 1
-------------------------------------------------------------- */  
        
.mobile-menutype-default .et-mobile-menu > li > ul {border-top:0!important;}
/* level 1 +
-------------------------------------------------------------- */
.mobile-menutype-default .et-mobile-menu > li ul{display:none;}
.mobile-menutype-default .et-mobile-menu > li > ul li{display:block;position:relative;}
.mobile-menutype-default .et-mobile-menu > li > ul > li a{padding-left:20px;display:block;font-size:14px;}
.mobile-menutype-default .et-mobile-menu > li > ul > li li a{padding-left:40px;}
.mobile-menutype-default .et-mobile-menu > li > ul > li li li a{padding-left:60px;}
/* -------------------------------------------------- */
/* Top Menu
/* -------------------------------------------------- */

div.menu{position: relative;top:-7px;margin:0;margin-top: -18px;padding:4px 0;text-align:left;}
.menu  ul > li:hover > ul {display:block;}
.nav-tabs li:last-child, .menu > ul > li > ul li:last-child {border-bottom: 1px solid #efefef;}
/* level 0
-------------------------------------------------------------- */
.menu > ul > li:first-child a{margin-left:0;}
.menu > ul > li:last-child{margin-right:5px;}
.menu > ul > li{position:relative;display:inline-block;margin-top: 18px;padding:2px 0;}
.fixed-header-area .menu > ul > li{padding: 0;}
.menu > ul > li .sf-sub-indicator{display:none;}
.menu > ul > li.clearence{float:right;}
.menu > ul > li > a{float:none;margin:0;padding:30px 16px 18px 16px;font-size: 14px;background:transparent;text-decoration:none;text-transform:uppercase;text-shadow:0 1px 0 #fff; }
.header-type-default .menu > ul > li > a, .header-type-default .menu .current-menu-item > a,.header-type-default .menu .current-menu-item > a:hover{padding: 0 16px 16px 16px;}
.menu > ul > li.over > a,.menu > ul > li.active > a,.menu > ul > li > a:hover{padding: 30px 16px 16px 16px;border-bottom-width:2px;border-bottom-style:solid;text-decoration:none;}
.menu .current-menu-item > a,.menu .current-menu-item > a:hover{padding:9px 16px 16px 16px;border-bottom-width:2px !important; border-bottom-style:solid;color:#444;text-decoration:none;}
.menu > ul > li:last-child > a,
.menu > ul > li:last-child > a:hover { margin-right:0; padding-right: 0px !important; }
.menu .sub-menu .current-menu-item{background: #FFF;}
.menu .sub-menu .current-menu-item > a{padding: 8px 0 !important;height: auto !important;border-bottom: none;color: #fc5b5b;text-decoration: none;line-height: 20px !important;}
.menu .sub-menu .current-menu-item > a:hover{color: #fc5b5b !important;}
/* level 1
-------------------------------------------------------------- */      
.menu > ul > li > ul{top:37px;left:0;}
/* level 1 +
-------------------------------------------------------------- */
.menu > ul > li ul{position:absolute;z-index:10000;display:none;margin-top:0px;margin-top:-2px;padding:0;width:168px;background:#fafafa;}
.menu > ul > li ul{border-top-width:2px;border-top-style: solid;}
.menu > ul > li > ul li{position:relative;display:block; padding: 0 15px; border-top: 1px solid #efefef;border-left: 1px solid #efefef;border-right: 1px solid #efefef;}
.menu > ul > li > ul li:hover{background: #f5f5f5;}
.menu > ul > li > ul > li a{display:block;padding:8px 0;width:100%;text-transform: uppercase; font-size: 12px; }
.menu > ul > li > ul > li.parent > a:after{position: absolute;margin-top: 5px;margin-left: 13px;width: 15px;right: 0;top:8px;height: 15px;background: url(idstore/default/images/shortcodes-arrow-right.png) no-repeat;content: '';}
.menu > ul > li > ul > li a:hover{}
.menu > ul > li > ul > li ul{top:-1px;left:167px;}
.menu > ul > li > ul > li .sf-sub-indicator{float:right;}
.menu > ul > li > ul > li a.sf-with-ul{position: relative;}

/* -------------------------------------------------- */
/* Mega Menu
/* -------------------------------------------------- */
.variant1 .menu{position: relative;top:-8px;}
.variant1 .menu > ul.menutype1 > li, .variant3 .menu > ul.menutype1 > li, .variant4 .menu > ul.menutype1 > li{position: static;}
.variant1 .menu > ul.menutype1 > li.over > a,.variant1  .menu > ul.menutype1 > li.active > a,.variant1  .menu > ul.menutype1 > li > a:hover, .variant4 .menu > ul.menutype1 > li.over > a,.variant4  .menu > ul.menutype1 > li.active > a,.variant4  .menu > ul.menutype1 > li > a:hover{border-bottom-width:2px;border-bottom-style: solid;}
.variant1 .menu > ul.menutype1 > li > ul, .variant3 .menu > ul.menutype1 > li > ul, .variant4 .menu > ul.menutype1 > li > ul{background: #FFF;border-top:none;border-bottom:1px solid #ccc; margin-top: 0;top: 60px;width: 100%;position: absolute;padding-bottom: 20px;width: 940px;padding: 0 20px 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.variant3 .menu > ul.menutype1 > li > ul{top:42px !important;border-bottom: 1px solid #ccc;}
.variant4 .menu > ul.menutype1 > li > ul{top:50px;width: 940px;left: 50%;margin-left: -470px;}
.boxed .variant1 .menu > ul.menutype1 > li > ul, .boxed .variant3 .menu > ul.menutype1 > li > ul{width: 980px;margin-left: -20px;}
.boxed .variant4 .menu > ul.menutype1 > li > ul{width: 980px;margin-left: 0;left: 0;}
.variant1 .menu > ul.menutype1 > li > ul li, .variant3 .menu > ul.menutype1 > li > ul li, .variant4 .menu > ul.menutype1 > li > ul li{width: 160px;float: left;border: none;}
.variant1 .menu > ul.menutype1 > li > ul li:hover, .variant1 .menu > ul.menutype1 > li > ul > li > ul > li:hover, .variant3 .menu > ul.menutype1 > li > ul li:hover, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li:hover, .variant4 .menu > ul.menutype1 > li > ul li:hover, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li:hover{background: none;}
.variant1 .menu > ul.menutype1 > li > ul > li > ul > li, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li{display: list-item;padding: 0;padding-left: 15px;}
.variant1 .menu > ul.menutype1 > li > ul > li > ul > li:before, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li:before, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li:before{content: "";width: 5px;height: 5px;background: #808080;display: block;position: absolute;left: 0;top:9px;}
.variant1 .menu > ul.menutype1 > li > ul > li > ul > li:hover:before, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li:hover:before, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li:hover:before{background-color: #fc5b5b;}
.variant1 .menu > ul.menutype1 > li > ul > li > a, .variant3 .menu > ul.menutype1 > li > ul > li > a, .variant4 .menu > ul.menutype1 > li > ul > li > a{padding: 20px 0 10px 0;}
.variant1 .menu > ul.menutype1 > li > ul > li ul, .variant3 .menu > ul.menutype1 > li > ul > li ul, .variant4 .menu > ul.menutype1 > li > ul > li ul{position: static;float: left;clear: both;display: block;border-top:none;background: #FFF;}
.variant1 .menu > ul.menutype1 > li > ul > li > ul > li a, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li a, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li a{text-transform: none;color: #808080;line-height: 25px;padding: 0;}
.variant1 .menu > ul.menutype1 > li > ul > li.parent > a:after, .variant3 .menu > ul.menutype1 > li > ul > li.parent > a:after, .variant4 .menu > ul.menutype1 > li > ul > li.parent > a:after{background: none;}


/* -------------------------------------------------- */
/* Custom Block
/* -------------------------------------------------- */
.menu > ul > li .nav_block{display: none;}
.menu > ul > li:hover .nav_block{display: block;background: #FFF;border-top: none;border-bottom: 1px solid #ccc;margin-top: 0;top: 50px;z-index:10000;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);position: absolute;width: 980px;padding:20px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu > ul > li .nav_block .block-with-icon{width: 300px;}
.menu > ul > li .nav_block .block-with-icon h2{margin-bottom: 0;}
.menu > ul > li .nav_block .block-with-icon p{line-height: 20px;}
.menu > ul > li .nav_block .block-with-icon:hover em{color: #fc5b5b;}
.menu > ul > li .nav_block .block-with-icon .button:hover{color: #FFF !important;}
.menu > ul > li.block_li:hover .nav_block ul{display: block;position: relative;border:none;background: transparent;width: 100%;}
.menu > ul > li.block_li .nav_block ul li.level1{float: left;margin-left: 20px;display: inline-block;width: 160px;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > a{text-transform: uppercase;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li{padding: 0;line-height: 20px;position: relative;padding-left: 15px;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li:before{content: "";width: 5px;height: 5px;background: #808080;display: block;position: absolute;left: 0;top: 9px;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li > a{text-transform: none;color: #808080;line-height: 25px;padding: 0;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li > a:hover{color: #fc5b5b;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li:hover:before{background: #fc5b5b;}
.fixed-header-area .menu > ul > li.block_li{display: none;}
.menu-demo-block{float: right;width: 360px;margin-right: 20px;}
.menu-demo-block h3{font-size: 12px;margin-bottom: 0;}
.menu-demo-block img{max-width: 230px;margin: 0 15px 0px 0;float: left;}
.menu-demo-block p{line-height: 20px;}
.variant1 .menu ul > li:hover .nav_block{top:60px !important;}
.variant3 .menu ul > li:hover .nav_block{top:42px !important;}
.variant2 .menu ul > li:hover .nav_block{left: -20px !important;-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
   top:93px!important;
       }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.force-to-right .col-main{float: left !important;}
.force-to-right .col-left{float: left !important;}
.block { margin:0 0 15px; }
.block .block-title { margin-bottom: 10px !important;padding: 10px 0 5px;color: #808080;text-align: center;text-transform: uppercase;font-weight: 300;font-size: 14px; }
.block .block-title strong {font-weight: 300; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0 10px; color:#808080; font-weight:300; font-size:14px; }
.block .block-content { }
.block .block-content li.item { padding:7px 0; }
.block .block-content li.item  .product-name a{text-transform: uppercase;}
.block-compare .block-content li.item{padding: 7px 0;}
.block .block-content .product-name { color:#444; font-size: 12px;line-height: 20px;}
.block .btn-remove,
.block .btn-edit { float:right; margin:7px 0 2px 5px; }
#compare-items{margin-bottom: 10px;}
#compare-items .product-name a{text-transform: uppercase;}
.block-compare .btn-remove{margin: 0 !important;}
.block .actions { padding:6px 0; text-align:right; }
.block.block-reorder .actions{padding: 20px 0;}
.block.block-reorder .actions a{margin-top: 8px;float: left;}
.block .actions a { float:right; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; }
.block-compare .actions a{float: left;margin-top: 10px;}
/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#efefef; }
.block-account .block-title { font-weight: 300; }
.block-account .block-title strong {font-weight: 300; }
.block-account .block-content .current strong{font-weight: normal !important;text-transform: uppercase;}
.block-account .block-content li a { display:block; padding:5px 0; border-bottom:1px solid #efefef; color:#444; text-decoration:none !important;text-transform: uppercase; }
.block-account .block-content li a:hover { }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { padding:5px 0; border-bottom:1px solid #efefef; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { padding:7px 12px 10px; border:0;}
.block-currency .block-title { margin:0 0 5px; padding:0; border:0; background:none; }
.block-currency .block-title strong { padding:0 0 0 20px; color:#808080; text-transform:none; font-size:14px;text-transform: uppercase;font-weight: 300; }
.block-currency .block-content { padding:0; background:none; }
.block-currency .block-content select { width:100%; }


/* Block: Categories */

.block.left-categories .block-title { clear: both;margin-bottom: 15px;padding: 16px 10px;background: #f5f5f5;text-align: center; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.block.left-categories .block-title strong,
.block.left-categories .block-title h2 { margin-bottom: 0;color: #656565;text-align: center;text-transform: uppercase;font-weight: 300;font-size: 26px; line-height: 36px; }
.block.left-categories .block-title strong span { }
.blockv .block-title a { text-decoration:none !important; }
.widget-container h3.widget-title{ margin-bottom: 10px !important;padding: 10px 0 5px;color: #808080;text-align: center;text-transform: uppercase;font-weight: 300;font-size: 14px;}
/* Block: Layered Navigation */

.block-layered-nav dt{
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #444;
	cursor: pointer;
	line-height: 28px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.block-layered-nav dt:hover{color: #fc5b5b;}
.block-layered-nav dt:before{content: "";display: block;position: relative;z-index: 1; float: left;background: url(idstore/default/images/s-options-plus.png) no-repeat center center;margin-right: 5px; width: 11px; height: 11px;top:8px;}
.block-layered-nav dt.active:before{content: "";display: block;position: relative;z-index: 1; float: left;background: url(idstore/default/images/s-options-minus.png) no-repeat center center;margin-right: 5px; width: 11px; height: 11px;top:8px;}

/* -------------------------------------------------- */
/* Banners
/* -------------------------------------------------- */
.banners_top_row{margin-bottom: 10px;}
.banner_top_bottom{-moz-box-sizing: border-box;box-sizing:border-box;margin: 20px 0 20px 20px;padding:30px; border-left:3px solid #ccc;background: #fafafa;font-size:12px;-webkit-transition-timing-function:ease;-webkit-transition-duration:.4s;-webkit-transition-property:all;}
.banner_top_bottom:hover{border-color: #fc5b5b;background: #f5f5f5;}
.banner_top_bottom h3{font-weight: 300;}
.banner_top_bottom p{float:left;width:70%;color:gray;line-height:1.7;}
.banner_top_bottom .button{margin-right: 0 !important;font-size: 16px;}
.banner_top_button{float:right;margin-top:-22px;padding:6px 4px;}
.banner .mask{position:absolute;float:left;overflow:hidden;width:100%;height:100%;}
.banner{position:relative;float:left;overflow:hidden;margin-bottom:20px;text-align:center;cursor:default;}
.textwidget .banner{margin-bottom: 0 !important;width: 100%;}
.banner h2, .banner h3{position:relative;margin-bottom:0;padding-top:15px;color:#444; text-align:center;font-weight:300;font-size:16px;line-height:20px;-webkit-transition:all .45s ease-in-out;-moz-transition:all .45s ease-in-out;-ms-transition:all .45s ease-in-out;-o-transition:all .45s ease-in-out;transition:all .45s ease-in-out;}
.product_description_banner h2{ }
.banner a, .banner a:hover{color: #FFF !important;}
.banner p{position:relative;padding:7px 20px 0;color:#656565;text-align:center;font:12px Arial, sans-serif;line-height:1.4;}
.banner a.info{position:relative;top:-10px; display:inline-block;margin-top:0;padding:6px 11px;border:1px solid;border-color:transparent;background:#ccc;color:#fff;text-align:center;text-decoration:none;text-transform:uppercase;font:12px Tahoma, sans-serif;opacity:1!important;cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, border-color;}
.banner a.info:hover{color:#fff;opacity:1!important;}
.banner-transform img{width: 100%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.banner-transform .mask{bottom:-100%;background-color:rgba(255,255,255,0.00);opacity:1;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.banner-transform:hover h2{color:#444;}
.banner-transform p{color:#656565;opacity:0;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}
.banner-transform:hover .mask{bottom:0;background-color:rgba(255,255,255,0.90);opacity:1;}
.banner-transform:hover p{opacity:1;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);}
.text-banner{text-align: center;}
.text-banner h1{ text-transform: none;font-weight: 300;font-size:24px;-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.text-banner a h1:hover{color:#fc5b5b;}
.text-banner .button{float: none;}
.text-banner p{margin-bottom: 20px;font-weight: 300;font-size: 12px;line-height: 1.5;}


/* Block Left Categories */

.left-categories-container .level1 > ul {display: none;}
.left-categories-container .level1.current-parent > ul { display: block;margin-left: 0;}
.left-categories-container .level1 > a {display: block; text-transform: uppercase; font-weight: 300; font-size: 14px; line-height: 31px; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; -ms-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out;transition: color .2s ease-in-out;}
.categories-tree{margin-left: 10px;margin-bottom: 10px;}
.left-categories-container .btn-show {position: relative;top: -25px;display: inline-block;float: right;padding: 3px 3px 4px;width: 19px;height: 19px;background: #f5f5f5;background-image: url(idstore/default/images/btn-show-new.png);background-position: -6px -6px;background-repeat: no-repeat;cursor: pointer;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: background-color;}
.left-categories-container .btn-show:hover {padding:3px 3px 4px;background-color:#fc5b5b;background-position:-6px -27px;}
.left-categories-container .opened .btn-show  {padding:3px 3px 4px;background-color:#f5f5f5;background-position:-27px -6px;}
.left-categories-container .opened .btn-show:hover {padding:3px 3px 4px;background-color:#fc5b5b;background-position:-27px -27px;}
.left-categories-container .level1 li {color: #808080;list-style:square inside;font-size:12px;font-family:Arial;padding-left: 4px; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.left-categories-container .level1 li a{color: #808080;}
.left-categories-container .level1 li a:hover{color: #fc5b5b;}
.left-categories-container .level1.active > a, .left-categories-container .level1 > a:hover, .left-categories-container .level3.active > a, .left-categories-container .level2.active > a{color: #fc5b5b;}


/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { position:relative; z-index:1; margin:-1px 0 0; padding:2px 8px 8px; background:#fff; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; margin:3px 0 0; width:100%; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { display:block; clear:both; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {}
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare button.button span { }
.page-popup .link-print { padding:2px 0 2px 25px;  }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { padding:0; border:0; background:none; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; width:72px; height:15px; background:url(idstore/default/images/delete-btn-sprite.png) no-repeat; background-position: top right;font-size: 12px;overflow: visible;line-height: 15px;padding-right: 25px;margin-bottom: 10px;}
.compare-table .btn-remove:hover{background-position: bottom right;}
.compare-table .link-wishlist{font-size: 12px;}
.compare-table tbody th { background:#fafafa;}
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { margin:0 0 5px; color:#203548; font-weight:bold; font-size:13px; }
.compare-table tr.first td .product-name a { color:#444; margin-top: 20px;font-weight: 400;}
.compare-table tr.first td .ratings { margin:0 auto; width:69px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content .tags-list { border:0; background:none; font-size:14px; font-weight: 300;}
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { }
.block-subscribe label { color:#666; font-weight:bold; }
.block-subscribe input.input-text { display:block; margin:3px 0; width:167px; }
.block-subscribe .actions { padding:0; background:none; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { color:#666; font-weight:bold; }
.block-login input.input-text { display:block; margin:3px 0; width:167px; }
.block-login .actions { padding:0; background:none; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 7px; border:0; }
.category-image { overflow:hidden; width:100%; margin:0 0 30px; text-align:center; }
.category-image img { }
.category-description { margin:0 0 10px; }
.category-products { }
.category-products .hoverswap {position: absolute; display: block; opacity: 0;}

/* Labels
-------------------------------------------------------------- */
.label-icon{position:absolute;left:0;z-index:10;background-position:left top;background-repeat:no-repeat;font-size: 0;}
.label-icon.sale-label{right:0;left:auto;z-index:10;}


.label-icon.sale-label { width: 50px; height: 50px; background-image: url(idstore/default/images/sale.png); }

.label-icon.new-label { width: 50px; height: 50px; background-image: url(idstore/default/images/new.png); }
/* -------------------------------------------------- */
/* Product Slider
/* -------------------------------------------------- */  

.product-slider{position:relative;clear:both;margin:0;padding-top:20px!important;}
.product-slider .block-subtitle{font-weight: 300;}
.product-slider .slider-title{padding: 2px 20px 0 0;color:gray;text-align:left;text-transform:uppercase;font-weight:300;font-size:14px;}
#related-products .slider-title{float: left;margin-bottom: 0;}
#related-products .block-subtitle{float: right;margin-right: 90px;}
.product-slider .product-slide { margin-right:20px; margin-left: 0; }
.product-slider .product-slide:first-child { margin-left:0; }
.product-slider.columns3 .product-slide, .product-slider.columns5 .product-slide, .product-slider.columns4 .product-slide, .product-slider.columns6 .product-slide{position:relative;float:left;margin-right:20px;}
.product-slider .product-slide .span3, .product-slider .product-slide .span2{margin-left:0;}
.product-slider .product-slide .span2{width: 220px;}
.product-slider .product-slide:last-child{margin-right:0;}
.product-slider .product-image{position:relative;display:block;}
.product-information{padding:0 10px 10px;}
.product-slider::selection{background: transparent;}
.product-slider .product-slide .related-checkbox { position: absolute; top:5px; left:5px; z-index: 1;}

.widget_special_offers .product-slider .product-slide .product-grid{width: 225px !important;}
.widget_special_offers .product-slider .product-slide {width: 225px !important;}

/* -------------------------------------------------- */
/* Product Grid
/* -------------------------------------------------- */  
.slide.product-slide:last-child{margin-right: 0 !important;}
.products_grid.loading .product-image {-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out;}
.products_grid .product-grid,
.product-slide .product-grid{position:relative;float:left;margin-top:20px;border-bottom:2px solid #F5F5F5;background: #fafafa; -webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out;}
.products_grid .product-grid:hover,.product-slide .product-grid:hover{background: #f5f5f5;}
.products_grid .product-grid.no-attributes,.product-slide .product-grid.no-attributes{ border: none !important;background: none !important;}
.product-grid .product-image{display:block;}
.with-sidebar .rows-count4 .product-grid .product-image{ }
.no-sidebar .rows-count5 .product-grid{width: 220px;}
.rows-count5 .product-grid .product-image{ }
.no-sidebar .rows-count5 .product-grid .product-image{ }
.rows-count6 .product-grid .product-image{ }
.slide.product-slide .product-grid .product-image{ }
.img-wrapper {text-align: center;}
.product-grid .product-information { position: relative; }
.product-grid .ratings { position: absolute; top: -45px; }
.product-grid .ratings .amount { display: none; }
.product-grid .product-image img{margin-bottom: 0;max-height: 100%;}	
.product-grid .product-information{position: relative;padding:0 15px 15px;text-align: center;}
.product-grid .product-name-price {text-align: center;}
.product-grid .product-name{position:relative;display:block;margin-top: 10px;width:100%;}
.product-grid .product-name a{color: #444;text-transform: uppercase;font-weight:300;font-size: 14px;line-height:20px;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.product-grid .price-box {float:left; margin-top: 14px;text-align:center;font-size:14px;width: 100%;}
.product-grid .price-box p { display: inline-block; margin-bottom: 0; }
.product-grid .price-box .price-label { display: none; }
.product-grid .btn-cont {float: right;margin-top:10px;text-align: center;width: 100%;}
.rows-count3 .product-grid .product-image,.rows-count4 .product-grid .product-image{ }
.rows-count4 .product-grid .product-name a,.rows-count5 .product-grid .product-name a{font-size:14px;}
.rows-count4 .product-grid .product-information{float: none;margin-top:0;text-align: center;}
.rows-count4 .product-grid .product-information .price{margin-top:8px;margin-bottom: 12px;}
.rows-count4 .product-grid .product-information .price-box{float: none;margin-top: 10px;}
.rows-count4 .product-grid .product-information .btn-cont{float: none !important;}
.with-sidebar .rows-count4.products_grid .product-grid{width: 160px;}
.with-sidebar .rows-count4 .product_grid .product-name{text-align: center;}
.rows-count6.products_grid .product-grid{width: 170px;}
.rows-count6.products_grid .product-grid .product-information{text-align: center;}
.rows-count6.products_grid .product-grid .product-information .btn-cont, .rows-count6.products_grid .product-grid .product-information .price-box{float: none;}
.img-hided{position:absolute; left:0;opacity:0;}
.without-sidebar .rows-count5.products_grid .product-grid{width: 220px;}


/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left;  }
.products-grid .product-image { display:block; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; /*min-height:2.7em;*/ color:#203548; font-weight:bold; font-size:13px; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  }
.col1-layout .products-grid { }

/* View Type: List */
.products-list li.item { position: relative;margin-top: 30px;}
.products-list li.item .product-image{position: relative;}
.products-list li.item .product-image .label-icon.sale-label{right: -210px;}
.products-list li.item.last { border-bottom:0; }
.products-list img { float:left;  margin: 0; max-width: 210px;height: auto;}
.products-list .product-shop {position: relative; float: left;margin-left: 20px; width: 470px;}
.without-sidebar .products-list .product-shop{width: 710px;}
.products-list .product-shop .button{ float: right;}
.products-list .product-shop .f-fix{width: 345px;}
.without-sidebar .products-list .product-shop .f-fix{width: 585px;}
.products-list .addtocont{position: absolute;top: 50%;width: 85px; right: 0;margin-top: -40px;padding: 0 0 0 20px;text-align: center;}
.products-list .product-name { margin:0 0 5px; color:#203548; font-weight:bold; font-size:13px; }
.products-list .product-name a { color: #444;text-transform: uppercase;font-weight: 300;font-size: 14px;line-height: 20px;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: color;}
.products-list .addtocont .price-box { margin:0;margin-bottom: 10px; text-align: center;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; margin:0 0 15px; padding:6px 0 0; line-height:1.5; }
.products-list .desc .link-learn { font-size:12px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .addtocont .price-box .old-price, .products-list .addtocont .price-box .special-price{width: 70px;float: left;text-align: center;clear: both;}

.category-products .price-to:before { display: inline-block; content: " - "; }
/* ======================================================================================= */


/* Ajax add to cart */
.category-overlay{ }

#addedoverlay { position:fixed; top:0;left:0; z-index:295; width: 100%; height: 100%; background: black; 
  opacity: .75;   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  filter: alpha(opacity=75); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);}

#added {position: fixed;
top: 50%;
left: 50%;
z-index: 10002;
margin-top: -68px;
margin-left: -165px;
padding: 15px;
min-height: 50px;
width: 366px;
border: 1px solid #efefef;
border-top: 4px solid #f5f5f5;
background-color: #fff;
background-image: url(idstore/default/images/loading.gif);
background-position: center center;
background-repeat: no-repeat;}

#added img {float: left;
margin: 0 15px 0 0;
max-width: 75px;
border: 1px solid #efefef;}
#added a { }
#added a:hover {color: #FFF;}
.added-content em{display: block; color: #444;text-transform: uppercase;font-style: normal !important;font-size: 16px;}
/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { margin:3px 0; font-size:11px; line-height:1.55; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.products_list .ratings .rating-links{display: none;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt { }
.ratings dd { }
.rating-box { overflow:hidden; width:50px; height:16px; background:url(idstore/default/images/star_one-new.png) 0 0 repeat-x; text-indent:-999em; font-size:0; line-height:0; }
.rating-box .rating { float:left; height:16px; background:url(idstore/default/images/star_one-new.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount { }

.ratings-table th,
.ratings-table td { padding:3px 0; font-size:11px; line-height:1.15; }
.ratings-table th { padding-right:8px; font-weight:bold; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span { }
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; padding-left:15px; background:url(idstore/default/images/i_availability_only.gif) 0 50% no-repeat; line-height:16px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { padding-right:15px; background:url(idstore/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; text-decoration:none; cursor:pointer; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { padding:0 8px; background:#d2d6d9; font-size:10px; }
.availability-only-details td { padding:2px 8px 1px; border-bottom:1px solid #fff; background:#ebf0f3; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
.product-view .product-img-box .more-views{height: 105px !important;-ms-overflow-y: hidden;overflow-y: hidden;width:320px !important;}
.product-view .product-shop .availability { }
.product-view .product-shop .availability.in-stock span { margin-left: 5px; color: #444; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }
.pager .amount strong{font-weight: normal;}
.pager .limiter label{font-weight: normal;font-size: 12px;}


/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
#top-cart .price{font-size: 16px;}

.price {color: #444; white-space:nowrap !important; font-weight: 300; font-size: 16px; }

.price-box { margin:5px 0; }
.price-box .price {  }
.product-code{font-weight: 400;}
.product-code strong{font-weight: 400;color: #444;}
/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { }
.block .regular-price,
.block .regular-price .price { }

/* Old price */
.old-price { display: inline-block; margin:0 5px 0 0; }
.old-price .price-label { display: none; color: #656565; white-space:nowrap; }
.old-price .price { color: #656565; text-decoration:line-through; font-size: 14px; }

/* Special price */
.special-price { display: inline-block; margin:0; }
.special-price .price-label { display: none; white-space:nowrap; }
.special-price .price { }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { white-space:nowrap; font-weight:bold; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#fc5b5b;font-weight: 300;}
.minimal-price-link .price { color:#fc5b5b; font-weight:normal;font-weight: 300; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { color:#999; white-space:nowrap; }
.price-excluding-tax .price { color:#c76200; font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { white-space:nowrap; font-weight:bold; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; color:#444; font-size:11px; }
.weee .price { font-weight:normal; font-size:11px; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from span { font-size: 13px; }
.price-from .price-label { white-space:nowrap; }

.price-to { margin:0; }
.price-to span { font-size: 13px; }
.price-to .price-label { white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { margin-left: 10px; font-size: 14px; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin:10px 0; padding:10px;width: 100%; border-top:1px solid #efefef; color:#444;}
.tier-prices li { padding:2px 0 2px 10px;color:#808080;list-style:square inside; line-height:1.4; }
.tier-prices .benefit { color:#444; font-weight: 400!important;}
.tier-prices .price { color:#444; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:12px; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-bottom: 0; font-weight: 300; line-height: 40px; }
.add-to-cart .qty { float:left; margin: 0 5px; padding: 8px 1px 8px 1px; width: 30px; outline: none; text-align: center;}
.add-to-cart button.button { float:right; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { display:block; clear:both; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { margin-bottom: 20px;padding-bottom: 20px; }
.add-to-box .or { float:left; margin:0 7px; color:#666; font-weight:bold; }
.add-to-box .add-to-links { float:left; margin:0; text-align:left !important; font-size:12px !important; line-height:1.25 !important; }
.product-shop .add-to-box .add-to-links{width: 100%;border-top: 1px solid #efefef;padding-top: 10px;}


/* quanity box */
.quanitybox { float:left; margin:5px 20px 0 0; }
.quanitybox .quantity_box_button_down {float:left; margin-top: 5px;}
.quanitybox .qty {float:left;}
.quanitybox .quantity_box_button_up { margin-top: 5px; float: right;}
.quantity-buttons{float: left;}
.quantity_box_button_down,
.quantity_box_button_up{padding:0 5px;width:20px!important;height:31px;border:none;background-color:#fff;background-position:8px 7px;background-repeat:no-repeat;color:#fff;text-indent:-9999px;font-size:16px;cursor:pointer;}
.quantity_box_button_down:focus,
.quantity_box_button_up:focus {border: none !important;}
.quantity_box_button_down{background-image:url(idstore/default/images/qty-arrow-sprite.png);background-position:0 0;background-repeat:no-repeat;}
.quantity_box_button_up{background-image:url(idstore/default/images/qty-arrow-sprite.png);background-position:-18px 0px;background-repeat:no-repeat;}
.quantity_box_button_down:hover{background-image:url(idstore/default/images/qty-arrow-sprite.png);background-position:0 -33px;background-repeat:no-repeat;}
.quantity_box_button_up:hover{background-image:url(idstore/default/images/qty-arrow-sprite.png);background-position:-18px -33px;background-repeat:no-repeat;}


.product-view { }


.product-collateral {  padding:20px; }
.product-collateral h2 {  margin:0 0 25px; color:#e26703; font-weight:bold; font-size:15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view.layout-default .product_image { width: 380px; }
.product-view .main-image { margin-bottom: 20px; position: relative;}
.product-view.layout-universal .product-shop{width: 310px;}
.lightbox-btn a{position: absolute;right:0;bottom:2px;z-index:9999;font-size: 0; display: block;float: left;margin-top: -37px;padding: 10px 10px 5px 10px; width:20px;height:20px;border:1px solid #efefef;background: #fafafa url(idstore/default/images/enlerge1-4.png) no-repeat center center;opacity:0.5;cursor: pointer;}
.lightbox-btn a :hover{background: #ccc url(idstore/default/images/enlerge1-4.png) no-repeat center center;color:#fff;cursor: pointer;}

/* Product Shop */
.product-title2{display: none;}
.product-view .product-sidebar { width: 180px;}
/* .product-view.layout-default .product-shop { width: 340px; } */
.col1-layout .product-view .product-shop { }
.col3-layout .product-view .product-shop { }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin-bottom: 30px;text-transform: uppercase;font-weight: 300;font-size: 24px;line-height: 32px; }
.product-view .product-shop .availability { float:right; clear: right; margin:10px 0; text-align: right; }
.ajax-index-options .product-view .product-shop .availability{position: relative;top:30px;}
.product-view .product-shop .ratings,
.product-view .product-shop .no-rating { float:right; width: 48%; text-align: right; }
.product-view .product-shop .short-description { padding:20px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.product-view .product-shop .price-box .price { margin:10px 0; font-size: 22px;color:#fc5b5b;}
.product-view .product-shop .price-box .price-from span{color: #808080;font-weight: 300;font-size: 14px;}
.product-view .product-shop .price-box .price-from .price{margin-left: 5px;}
.product-view .product-shop .price-box .price-to{margin-top: 10px;}
.product-view .product-shop .price-box .price-to .price{margin-left: 5px;color: #444;font-weight: 300;font-size: 20px;}
.product-view .product-shop .price-box .old-price .price { color: gray; font-size: 16px; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { text-align:right; font-size:12px; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a {margin-right: 5px;}
.product-view .product-shop .add-to-links li:after{margin: 0 3px;color: #808080;content: "|";font-size: 12px;}
.product-view .product-shop .add-to-links li:last-child:after{content:"";}
.product-shop label{float: left;font-size: 12px;}
.product-view .size-guide-wrap {margin: 15px 0;}
.product-view .size-guide-wrap a {padding-bottom:10px;background:url(idstore/default/images/sizing_guide_img.png) no-repeat;background-position:10px bottom;font:12px Arial, sans-serif; text-transform: uppercase;-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.size-guide-wrapa:hover{color:#fc5a5a;}
.size-guide-wrap.sg_mobile{display:none!important;}
/* Product Options */
.product-options { position:relative; padding:40px 20px 20px;}
.product-shop .product-options{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;}
.product-options dt { padding:5px 0 0; text-transform: uppercase; font-weight:normal;clear: both;}
.product-options dt label em{margin-right: 3px;}
.product-options dt label.required em { color:#eb340a; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.options-container2 .product-options dd .qty-holder{float: left;width: 100%;}
.product-options dd .qty-holder label { float: left;margin-right: 10px;font-weight: 300;}
.product-options dt .qty-disabled { padding:3px; border:0; background:none; color:#2f2f2f; }
.product-options dd { margin:0 0 5px; }
.product-options dl.last dd.last { margin-bottom:0; padding-bottom:5px; border-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; vertical-align:middle; }
.product-options dd .time-picker b{float: left;margin-top: 5px;margin-left: 10px;}
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select {float: right; width:220px; color: #808080; }
.options-container2 .product-options dd select{float: left;}
.options-container2 .product-options dd .qty-holder{float: left;width: 100%;}
.options-container2 .product-options dd .qty-holder label{line-height: 30px;}
.product-options dd select.multiselect{margin: 20px 0;width: 300px;background: none;width: 100%;}
#product-options-wrapper .required{float: left;}
.options-container2 #product-options-wrapper dt{width: 100%;}
#product-options-wrapper dt{float: left;margin-bottom: 10px;}
#product-options-wrapper .option-type-date dt, #product-options-wrapper .option-type-file dt{width: 100%;}
#product-options-wrapper .option-type-file dd{float: left;}
#product-options-wrapper .option-type-file input[type="file"]{margin: 10px 0 15px;border:none;}
.product-options dd .multiselect option { padding:2px 4px; border-bottom:1px dotted #d9e5ee; }
.product-options ul.options-list { margin-right:5px; margin-bottom: 20px;float: left;}
.product-options ul.options-list li { margin-top: 10px; padding:0; line-height:1.5;float: left;width: 100%;}
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list input[type="radio"], .product-options ul.options-list input[type="checkbox"]{margin-top: 0;margin-right: 0;}
.product-options ul.options-list .label { display:block; margin-left:25px; }
.product-options ul.options-list label { margin: 0;	 font-weight:300;}
.product-options ul.options-list input.checkbox{margin-top: 1px;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; top:0px; left:0; }
.product-options .datetime-picker { min-width: 40px;margin-left: 10px;padding-right: 22px;float: left;background-position: 86% center;}
.product-options .datetime-picker:first-child{margin-left: 0;}
.product-options-bottom { padding:15px 0 15px 20px;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { padding:2px 0; background:0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart, .add-to-box .add-to-cart { float: none;margin: 20px auto 0;width: 315px; }
.ajax-index-options .product-options-bottom .add-to-cart{float: right;margin: 0;width: auto;}
.product-options-bottom .add-to-cart button.button{float: right;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:20px 0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { float:left; clear:both; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; margin-top: 20px; padding:5px 0 0; text-align:left;}
.product-shop .option-type-date_time dt{width: 100%;clear: both;}
.product-shop .option-type-multiple dd select.multiselect{margin-top: 0;}
.options-container2 .option-type-drop_down dt{width: 100%;}
.option-type-radio dt{width: 100%;}
.product-view.layout-horizontal .product-options-bottom{float: left;}
/* Options Container2 */
.options-container2{margin-top: 40px;border-top:1px solid #efefef;}
.options-container2 .product-options{float: left;padding: 20px 0;}
.options-container2 .product-options-bottom{float: left;clear: left;padding: 20px 0 20px; width: 500px;}
.options-container2 .product-options{padding-bottom: 10px;width: 500px;}
.options-container2 .product-options label.required{margin-top: 10px;color: #444;font-weight: 300;}
.options-container2 .product-options p.required{top:25px;right: 0;}
.options-container2 .product-options-bottom .price-box{margin-top: 15px;}
.options-container2 .product-options-bottom .add-to-cart{margin: 0;width: 100% !important;}
.options-container2 .product-options-bottom .add-to-cart .quanitybox{margin-left: 40px;}
.options-container2 .product-options-bottom .add-to-links{float: right;margin-top: 25px;}
.options-container2 .product-options-bottom .add-to-links li{float: left;}
.options-container2 .add-to-links a {margin-right: 5px;}
.options-container2 .add-to-links li:after{margin: 0 3px;color: #808080;content: "|";font-size: 12px;}
.options-container2 .add-to-links li:last-child:after{content:"";}

/* Grouped Product */
.options-container2{ }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.product-view .product-shop .grouped-items-table .price-box .price { font-size: 14px; }
.product-view .product-shop .grouped-items-table input.qty { text-align: center; }

/* Block: Description */
.product-view .box-description { }

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { margin:0 0 8px; padding:0; border-bottom:0; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { padding:15px 10px 12px; width:25%; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; background:#f6f2e7; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { display:block; float:none; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; background:url(idstore/default/images/bkg_pipe3.gif) 100% 4px no-repeat; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { padding-right:0; background:none; }
.product-view .box-tags .form-add label { display:block; margin:0 0 5px; color:#808080; font-weight:300; font-size:13px;}
.product-view .box-tags .form-add .input-box { float:left; margin:0 20px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .note { margin:-6px 0 0; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; padding: 20px; border:1px solid #efefef;float: left;width: 100%;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 20px; float: left;width: 100%;}
.product-view .box-reviews dd table{margin: 10px 0;}
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-weight:normal; font-size:13px; }
.product-view .box-reviews .form-add h3 span { font-weight:400; }
.product-view .box-reviews .form-add h4 { font-size:12px; color: #444;}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
td.mobile-select, th.mobile-heading{display: none;}
#product-review-table th{text-align: center;}

/* Tabs
-----------------------------------------------------*/
.tabs{position:relative;margin:20px 0!important;}
.tabs .tab-title{outline:none; display:inline-block;margin-right:10px;padding:8px 13px;border-top:1px solid #f5f5f5;border-right:1px solid #f5f5f5;border-left:1px solid #f5f5f5;background:#fafafa;color:#808080;text-transform:uppercase;font-weight:300;font-size:14px;}
.tabs .tab-title.last{border-bottom:1px solid #f5f5f5;}
.tabs .tab-title:hover{border-color:#f2f2f2;background:#f2f2f2;text-decoration:none;}
.tabs .tab-title.opened{margin-bottom:-1px;border-bottom:1px solid #fff;background:#FFF;color:#fc5b5b;}
.tabs .tab-title:first-child{margin-left:20px;}
.tabs .tab-content{display:none;float:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:-1px;margin-bottom:20px;padding:15px 20px 20px;width:100%;border:1px solid #f5f5f5;}
.tab-content h3,.tab-content h2{margin:5px 0;color:#444;font-weight:300;font-size: 14px;}
.tabs.accordion .tab-title{display:block;clear:both;box-sizing:border-box;margin-left:0!important;width:100%;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;text-align:center;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.tabs.accordion .tab-title:first-child{border-top:1px solid #f5f5f5;}
.tabs.left-tabs .tab-title{float:left;clear:both;width:200px;background:#FFF;}
.tabs.left-tabs .tab-title.opened{border-right-color:#fafafa;background:#fafafa;}
.tabs.left-tabs .tab-title:first-child{margin-left:-5px;}
.tabs.left-tabs .tab-content{position:absolute;top:0;right:0;left:225px;float:right;width:auto;border:none;}
.tabs.accordion .tab-title.opened,.tabs.accordion .tab-title:hover{background:#efefef;}
.block-with-icon{font-weight: 300;}
.global-custom-tab img{float: left;margin-right: 20px;}

/* Send a Friend */
.send-friend .form-list { overflow:hidden; width:615px; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }

/* Custom tabs on Product Page
/* -------------------------------------------------- */
.custom-tabs1, .custom-tabs2{width: 405px;}
.custom-tabs1 img, .custom-tabs2 img{float: left;margin: 5px 20px 10px 0;}
.custom-tabs1{float: left;padding-right: 25px; border-right: 1px solid #efefef;}
.custom-tabs2{float: right;}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-weight:normal; font-size:1em; }
.product-name a { color:#444; }

/* Product Tags */
.tags-list { display:block; padding:10px; border:1px solid #c1c4bc; background:#f8f7f5; font-size:13px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { padding-right:10px; width:160px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; padding:10px; border:1px solid #e9d7c9; background:#fff6f1; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { padding-left:15px; background:url(idstore/default/images/i_search_criteria.gif) 0 3px no-repeat; color:#E17C24; }
.advanced-search-summary p { clear:both; margin:0; font-weight:bold; }

/* CMS Home Page */
.cms-home .subtitle { }
.cms-index-index .subtitle { }

/* Sitemap */
.page-sitemap .links { margin:0 8px -22px 0; text-align:right; }
.page-sitemap .links a { position:relative; text-decoration:none; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { padding-left:27px; background:url(idstore/default/images/i_rss-big.png) 0 4px no-repeat; }
.rss-table .link-rss { display:block; background-position:0 4px; line-height:1.55; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { margin:0 0 12px; border-bottom:0; }
.cart .page-title h1 { margin:10px 0 0; }
#shopping-cart-table .price{color: #fc5b5b;}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { display:block; clear:both; padding:8px 55px 0 0; font-size:11px; line-height:1.0; }

/* Shopping Cart Table */
.cart-table th { padding:7px 0; color: #444;vertical-align: middle;text-transform: uppercase;font-weight: 300 !important;font-size: 14px;}
.cart-table td { padding:15px 0; vertical-align: middle;}
.cart-table .product-name { margin:0 0 5px; color:#2f2f2f; font-weight:bold; }
.cart-table .product-price{text-align: center;font-weight: 300;}
.cart-table .item-msg { margin:5px 0; color:#df280a; font-weight:bold; font-size:11px; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; margin-top: 20px;}
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; margin-top: 20px;}
.cart-table .btn-update { margin-left:10px; }
.product-thumbnail{width: 100px;}
.cart-table .product-name a{color: #444;text-transform: uppercase;font-weight: 300;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: color;}
.cart-table .product-edit, .cart-table .product-unit-price, .cart-table .product-qty, .cart-table .product-subtotal, .cart-table .product-delete{padding: 15px 20px;}
.cart-table .product-qty{width: 84px;text-align: center;}
.cart-table .product-edit a{display: block;width: 15px;height: 14px; background: url(idstore/default/images/btn_edit.png) no-repeat top center;text-indent: -9999px;}
.cart-table .product-edit a:hover{background-position: bottom center;}
.cart-table .product-qty input.qty{float: left; margin: 0 5px;padding: 8px 1px 8px 1px;width: 30px !important;outline: none;color:#444;text-align: center;}
.quantity_box_button_down{float: left;}
.quantity_box_button_down, .quantity_box_button_up{margin-top: 3px;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:610px; }
.cart .cart-collaterals .col2-set .col-2 { width:285px; float: left;margin-left: 20px;}
.cart .cart-collaterals .col2-set .col-1{ }

.cart .crosssell { }
.cart .crosssell h2 { margin-bottom: 10px !important;
padding: 10px 0 5px;
color: #808080;
text-align: left;
text-transform: uppercase;
font-weight: 300;
font-size: 14px; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:90px;font-weight: 300; }
.cart .crosssell li.item { margin:20px 0; }
.cart .crosssell .add-to-links li:first-child{float: left;margin-right: 10px;}
.cart .crosssell .link-compare, .cart .crosssell .link-wishlist { font-size: 12px;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin-bottom: 40px; }
.cart .discount h2,
.cart .shipping h2 { margin-bottom: 10px !important;
padding: 10px 0 5px;
color: #808080;
text-align: left;
text-transform: uppercase;
font-weight: 300;
font-size: 14px; }
.discount-form label{font-weight: 300;font-size: 12px;}
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; padding:0; border:0; text-align:right; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.cart .shipping .form-list input.input-text{width: 286px;}
.cart .shipping .form-list select{width: 286px;}
.cart .discount h2 {  }
.cart .discount .input-box { margin:9px 0 0; width:100%; }
.cart .discount input.input-text { width:286px;height: 40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom: 10px;}

.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:300px; }
.cart .totals table { margin:7px 0; width:100%; }
.cart .totals td { padding:1px 15px 1px 7px; text-transform: uppercase;font-weight: 300;font-size: 16px;}
.cart .totals tr.last td { }
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { text-align: left;text-transform: uppercase;font-weight: 300!important;font-size: 16px; }
.cart .totals .checkout-types { padding:8px 15px 15px; text-align:right;font-weight: 300; font-size:13px; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }


/* Options Tool Tip */
.item-options dt {float: left; clear: both;box-sizing: border-box;padding-right: 10px;color: #444;text-align: right;font-weight: 300;font-size: 12px;}
.item-options dt:after{margin-left: 2px;content: ":";}
.item-options dd { box-sizing: border-box;color: #808080;text-align: left; font-weight: 300;font-size: 12px;}
.truncated { cursor:help; float: left;}
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:8px; width:210px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { text-transform:uppercase; font-weight:bold; }
.truncated .show .item-options { top:-5px; left:0; }
.col-left .truncated .show .item-options { top:7px; left:15px; }
.col-right .truncated .show .item-options { top:7px; left:-240px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-payment-method-load dt{float: left;clear: both;width: 200px;}
#checkout-payment-method-load dt input{float: left;margin-top: 2px;}
#checkout-payment-method-load dt label{float: left;margin-left: 10px;}
.sp-methods { margin:0 0 8px; }
#checkout-payment-method-load .sp-methods dd{clear: both;margin-top: 20px;float: left;}
.sp-methods dt { margin:13px 0 5px; font-weight:normal; }
.sp-methods dd { clear: both;margin-top: 20px;float: left;}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#444; font-weight:300; }
.sp-methods .price { font-weight:300;color:#fc5b5b; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { margin-right:10px; }
.sp-methods select.year {  }
.sp-methods input.cvv {  }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { padding-right:10px; width:135px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
.shipping-form p{font-weight: 300;}

.please-wait { float:right; }
.please-wait img { vertical-align:middle; max-width: 25px;}
.cvv-what-is-this { margin-left:10px; font-size:11px; cursor:help; }
.multiple-checkout .col2-set .col-wide, .multiple-checkout .col2-set .col-2{width: 650px;}
.multiple-checkout .col2-set .col-narrow{width: 250px;}
/* Tooltip */
.tool-tip { position:absolute; z-index:9999; padding:15px 20px; border:1px solid #ccc; background:#fafafa; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; overflow:hidden; margin:0 0 0 auto; width:15px; height:15px; background:url(idstore/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; }
.tool-tip .tool-tip-content { padding:5px; }
#multishipping-billing-form .sp-methods dt{float: left;width: 100%;}
#multishipping-billing-form .sp-methods dt input{float: left;margin-right: 10px;}

/* Gift Messages */
.gift-messages h3 { color:#e87403; font-weight:bold; font-size:12px; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { position:static !important; float:none !important; }
.gift-messages-form h4 { color:#e87403; font-weight:bold; font-size:12px; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; color:#8a8987; text-align:center; font-weight:bold; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { margin:0 0 10px; font-weight:bold; font-size:13px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { padding-right:7px; background:url(idstore/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; font-size:11px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; overflow:hidden; width:16px; height:16px; background:url(idstore/default/images/btn_gm-close.gif) 0 0 no-repeat; text-indent:-999em; font-size:0; line-height:0; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; padding:10px; height:12em; border:1px solid #bbb6a5; background-color:#fbfaf6; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { color:#666; font-weight:bold; }

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { padding:5px; background-color:#fff; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel { }
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { margin:0 !important; padding:0 !important; width:99%; height:400px; border:0 !important; background:transparent !important; }

.opc .centinel { padding:10px 30px; border:1px solid #bbb6a5; border-width:0 1px 1px; }

/* Generic Info Set */
.info-set { margin:0 0 25px; padding:20px; border:1px solid #bbb6a5; background:#fbfaf6 url(idstore/default/images/bkg_checkout.gif) 0 0 repeat-x; }
.info-set h2 { margin:0 0 10px; font-weight:bold; font-size:13px; }
.info-set h3,
.info-set h4 { color:#E26703; font-weight:bold; font-size:13px; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { position:relative; margin:-20px -20px 15px; padding:5px 10px; border-bottom:1px solid #bbafa0; background:#f9f3e3; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { position:relative; margin:0 -20px; padding:25px 0; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { color:#1e7ec8 !important; font-weight:bold !important; font-size:1em !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
.widget-placeholder { background: #fff; margin-top: 30px;}
.widget-placeholder .side-icon { padding-top:30px; float:left; width:48%; text-align: center; line-height:90px; border:1px dashed #ccc; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.widget-placeholder .side-icon i { font-size:60px; color:#dbdbdb;-webkit-transition: color 0.2s ease-in-out;-moz-transition: color 0.2s ease-in-out;-ms-transition: color 0.2s ease-in-out;-o-transition: color 0.2s ease-in-out;transition: color 0.2s ease-in-out; }
.widget-placeholder .side-icon:hover i{color:#fc5b5b;}
.widget-placeholder .side-text { border-left:2px solid #ffffff; float:left; padding:35px 5%; width:48%;  border:1px dashed #ccc;float: right;text-align: center;color:#656565;font-weight:300;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.widget-placeholder .side-text h3{color: #656565;font-weight:300;}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { margin:0; border:0; }
.block-progress .block-title { margin:0 0 5px; padding:0; border:0; background:none; }
.block-progress .block-title strong { color:#444; font-size:14px; }
.block-progress .block-content { background:none; }
.block-progress dt { display: block;clear: both;box-sizing: border-box;-moz-box-sizing: border-box;margin-left: 0!important;margin-right: 0;width: 100%;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;margin-bottom: 10px;padding: 10px;font-size: 14px;background: #fafafa;text-align: left; }
.block-progress dd { margin:0 0 6px; padding:8px 13px; }
.block-progress dt.complete { display: block;clear: both;box-sizing: border-box;-moz-box-sizing: border-box;margin-left: 0!important;margin-right: 0;width: 100%;font-size: 14px;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;margin-bottom: 10px;padding: 10px;background: #fafafa;text-align: left;}
.block-progress dt.complete a{font-size: 12px;}
.block-progress dd.complete address{ line-height: 2; }
.block-progress p { margin:0; }
.block-progress .cards-list dt { margin:5px 0; padding:0; border:0 none; background:none; color:inherit; font-size:12px; }
.block-progress .cards-list dd { margin:0; padding:0; border:0 none; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; font-size: 12px;}
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { padding-left:21px; background:url(idstore/default/images/arrow_up_small.png) 0 50% no-repeat; }
.opc .buttons-set .back-link a:before{background: none;width: 0;height: 0;}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { padding-left:18px; list-style:disc outside; }
.opc { position:relative; }
.opc li.section { }

.opc .step-title { display: block;clear: both;box-sizing: border-box;-moz-box-sizing: border-box;margin-left: 0!important;margin-right: 0;width: 100%;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;margin-bottom: 20px;padding: 14px;background: #fafafa url(idstore/default/images/arrow_down.png) no-repeat 97.5% center;text-align: left;cursor: pointer;}
.step .form-list .input-box select {margin-bottom: 10px;margin-top: 10px;width: 255px;}
#billing-address-select{padding-right: 30px;float: left;}
#checkout-review-table{padding-right: 20px;}
#checkout-review-table strong{font-weight: 300;text-transform: uppercase;}
#checkout-review-table tfoot td.last .price{color:#fc5b5b;}
#payment_form_ccsave{padding-left: 0;}
#payment_form_ccsave label{margin-right: 30px;}
#payment_form_ccsave .step .form-list .input-box select{margin-top: 0;}
.opc .step-title:hover{background: #efefef url(idstore/default/images/arrow_down.png) no-repeat 97.5% center;}
.opc .step-title h2 { color: #808080;margin-bottom: 0;text-transform: none;font-weight: 200;font-size: 20px;}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
.opc .allow .step-title { }
.opc .allow .step-title .number { }
.opc .allow .step-title h2 {  }
/*.opc .allow .step-title a { display:block;*/

.opc .active .step-title {border-bottom: 1px solid #ccc;background: #efefef url(idstore/default/images/arrow_up.png) no-repeat 97.5% center !important;color: #444; }
.opc .active .step-title:hover{background: #efefef url(idstore/default/images/arrow_up.png) no-repeat 97.5% center !important;}
.opc .active .step-title h2 { color:#444; }
/*.opc .active .step-title a { display:none;*/

.opc .step { overflow: hidden;margin-top: -10px;margin-bottom: 20px;border: none;width: 100%;border-bottom: 1px solid #f5f5f5;padding: 15px 20px 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.opc .step .form-list .field, .opc .step .form-list .wide{clear: left;width: 430px;}
.opc .step .form-list label{font-size: 14px;float: left;line-height: 32px;}
.opc .step .form-list .control label{line-height: 15px;}
.opc .step .form-list .input-box{float: right;clear: none;}
.customer-logged-in .opc .step .form-list .input-box{float: left;}
.form-list #shipping-new-address-form .input-box, #checkout-payment-method-load .input-box, #billing-new-address-form .input-box{float: right;}
.opc .step .form-list li.control{margin-bottom: 15px;}
.opc .step .form-list li.control input.radio,.opc .step .form-list li.control label{float: left;}
.opc .step .form-list li.control input.radio{margin: 1px 10px 0 0;}
.opc .step .form-list li.control label{font-size: 14px;}
.opc .step .tool-tip { right:30px; }
.opc .step p{font-size: 14px;font-weight: 300;}
#opc-login .buttons-set { border-top:0; }
#opc-login h3 { color: #444;font-weight: 300;font-size: 14px;line-height: 1.8; }
#opc-login h4 {margin: 0;margin-top: 10px;color: #444;font-weight: 300; }
.step .form-list .input-box{width: 210px;}
#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; padding:22px 24px 22px 30px; border:1px solid #e9e4de; border-width:1px 0; background:#f6f1eb; }
.opc .gift-messages-form .inner-box { overflow:auto; padding:5px; height:260px; }

#opc-review .step { padding:0; border:0; }
#opc-review .product-name { color: #444;text-transform: uppercase;font-weight: 300;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: color; }
#opc-review  .data-table th{padding: 7px 0;color: #444;vertical-align: middle;text-transform: uppercase;font-weight: 300 !important;font-size: 14px;}
#opc-review  .data-table th, #opc-review  .data-table td{padding: 15px 10px;vertical-align: middle;font-weight: 300;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { padding:10px 10px 0; color:#222; text-align:center; }
#co-shipping-form .form-list li.control input.checkbox{}
.fields > div.fields{width: 430px;}
/* Multiple Addresses Checkout */
.checkout-progress { margin:20px 0 40px; padding:0 90px; }
.checkout-progress li { float:left; margin:0 10px 0 0; padding:5px 0; width:142px; border:1px solid #efefef; color:#444; text-align:center; font-weight:300; font-size: 12px;background: #fafafa;text-transform: uppercase;}
.checkout-progress li.active { border-top-color:#fc5b5b; color:#fc5b5b; border-top-width: 2px;background: #FFF;}
.checkout-progress li:last-child{margin-right: 0;}
.multiple-checkout h2 { margin:0 0 10px; font-size:14px;font-weight: 300; }
.multiple-checkout h3,
.multiple-checkout h4 { color:#444; font-weight:300; font-size:14px; margin-bottom: 10px;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal;font-size: 12px;text-transform: none; }
.multiple-checkout .data-table .product-name { color:#444 !important; font-weight:300 !important; font-size:14px; }
.multiple-checkout .data-table .product-name a { font-weight:300 !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }
#multiship-addresses-table th{text-transform: uppercase;font-weight: 300;color: #444;}
#multiship-addresses-table th.a-center{text-align: left !important;}
.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; right:20px; margin-top:-120px; }
.multiple-checkout .col2-set,
.multiple-checkout .col3-set { padding:20px 0;}
.multiple-checkout .col2-set h2.legend { position:relative; margin:-20px 0 15px; padding:5px 0; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { position:relative; margin:0 -20px; padding:25px 0; }
.multiple-checkout .box { margin:0 0 15px;}
.multiple-checkout .box h2 { color:#444; }
.multiple-checkout .box .box-content{margin-bottom: 30px;}
.multiple-checkout .col-1{width: auto;}
.multiple-checkout .col-2{width: 65%;}
.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; overflow:hidden; padding:0 0 0 21px; height:71px; }
.multiple-checkout .place-order .grand-total .inner { float:left; padding:14px 21px 0 0; height:57px; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#444; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span {display: block; padding:14px 45px; }
.multiple-checkout .data-table tfoot strong{font-weight: normal;}

/* Step 1 */
.multiple-checkout .title-buttons button.button{margin-top: 20px;}
.multiple-checkout .title-buttons button.button span { }
#multiship-addresses-table td { padding:10px; vertical-align: middle;}
#multiship-addresses-table td select, #multiship-addresses-table td input{margin-bottom: 0;}
#multiship-addresses-table td select{padding-right: 30px;}
#multiship-addresses-table td input.qty{width: 25px !important;}
#multiship-addresses-table td:first-child{width: 300px;}
#multiship-addresses-table tfoot td { padding:5px 0; }
#multiship-addresses-table tfoot button.button{margin-top: 20px;margin-right: 0;}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { overflow:hidden; width:100%; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { position:relative;}
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; overflow:hidden; width:178px; height:41px;}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.registered-users, .new-users{background: #fafafa;width: 440px !important;}
.account-login .content {  }
.account-login .content i{font-size: 32px;color: #808080;float: left;margin-top: 0;height: 33px;margin-right: 20px;}
.account-login .content h2 { display: block;float: left;font-size: 18px;line-height: 32px;font-weight: 300;margin-bottom: 20px;width: 100%;text-transform: none;color: #808080;padding: 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #ccc;}
.account-login .content p{padding: 0 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;width: 100%;}
.account-login .content p.required{display: none;}
.account-login .content .form-list{padding: 0 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;width: 100%;}
.account-login .content .form-list label{font-size: 14px;color: #808080;display: block;float: left;line-height: 32px;cursor: default;}
.account-login .content .form-list .input-box{width: 100%;}
.account-login .content .form-list input.input-text{width: 100%;height: 40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom: 0;}
.account-login .buttons-set {  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;width: 100%;margin-top: 20px;padding: 0 20px 20px 20px;}
.account-login .buttons-set a{margin-top: 7px;}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { position:relative; display:inline; float:left;  margin:0; width:258px; }
.captcha-image .captcha-img { width:100%; border:1px solid #b6b6b6; vertical-align:bottom; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { position:absolute; top:2px; right:2px; cursor:pointer;}
.captcha-reload.refreshing  { -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; animation:rotate 1.5s infinite linear; }

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

/* Remember Me Popup ===================================================================== */
.window-overlay { position:absolute; top:0; left:0; z-index:990; width:100%; height:100%; background:url(idstore/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { position:absolute; top:50%; left:50%; z-index:1000; margin:-85px 0 0 -200px; width:400px; border:1px solid #ccc; background:#fff; -webkit-box-shadow:0 0 6px #ccc; -moz-box-shadow:0 0 6px #ccc; text-align:left; -box-shadow:0 0 6px #ccc; }
.remember-me-popup h3 { padding:5px 10px; border-bottom:1px solid #ccc; background:#d9e5ee; font-size:14px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { position:absolute; top:7px; right:7px; display:block; width:15px; height:15px; background:url(idstore/default/images/btn_window_close.gif) no-repeat; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; padding:0 8px; height:19px; border:1px solid #de5400; background:#f18200; color:#fff; text-align:center; text-decoration:none; white-space:nowrap; font:bold 12px/19px Arial, Helvetica, sans-serif; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { padding: 0 15px; margin-bottom: 30px;}
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { padding:15px;  }
.box-account .box-head { margin:0; text-align:right; }
.box-account .box-head h2 { font-size: 18px;float: left;color: #444; }

.dashboard .box .box-title { margin:0 0 8px; padding:0 0 2px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; margin:0; font-size:14px; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 { font-size:12px; text-transform:uppercase;color: #444; }
.box-account address{line-height: 2;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { float:left; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; color:#fff; font-weight:bold; font-size:10px; line-height:1; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {  }
.dashboard .box-tags .number { float:left; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; color:#fff; font-weight:bold; font-size:10px; line-height:1; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */
#my-orders-table td, #my-orders-table{font-size: 12px;vertical-align: middle;}
#my-orders-table td .price-excl-tax .price, #my-orders-table td .price-excl-tax{display: inline-table;}
#my-orders-table tfoot td{font-size: 14px;text-transform: uppercase;border:none;color: #444;}
#my-orders-table tfoot td strong{font-weight: 300!important;}
/* Address Book */
.addresses-list h2 { color:444; text-transform:uppercase; font-weight:300; font-size:14px; }
.addresses-list h3 { font-weight:300; font-size:14px; color:#808080;}
.addresses-list address { margin:0 0 3px; line-height: 2;}
.addresses-list p { margin:0; }
.addresses-list a { font-weight:400; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 10px; padding:10px 13px; }
.addresses-list li.empty { background:none; padding:0; border:0; }
.addresses-list li.empty p { font-weight:400; }
.addresses-list .addresses-additional li.item { background:none; padding:0; border:0; }
.my-account .limiter{margin-bottom: 20px;}
.my-account .limiter select{margin-right: 10px;}
/* Order View */
.order-info { margin:0 0 8px;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:normal; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { margin:0 0 15px;}
.order-info-box h2 { font-weight:300; font-size:14px;text-transform: uppercase; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { padding-right:7px; font-weight:bold; }

.order-items { overflow-x:auto; width:100%; }
.order-items h2,
.order-items h3 { clear:none; margin:0; padding:0; color:#444; font-weight:300; font-size:14px; }
.order-items .product-name { font-weight:300 !important; font-size:14px !important; }
.order-items .link-print { color:#444; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { margin:0 0 7px; font-size:13px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { white-space:nowrap; font-weight:300; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { white-space:nowrap; font-weight:300; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-weight:bold; font-size:16px; }
.page-print h2,
.page-print h3 { font-weight:bold; font-size:13px; }
.page-print h2.h2 { font-weight:bold; font-size:16px; }
.page-print .order-date { margin:0 0 10px; padding:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { }
.my-wishlist .product-image { display:block; margin:0 0 5px; width:113px; height:113px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:20px;padding-top: 20px; border-top:1px solid #efefef;text-align: right;}
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {  }
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table .inner{font-size: 12px;margin: 10px 0;}
#wishlist-table th, #wishlist-table td{font-weight: 300;}
#wishlist-table td{padding-top: 20px;}
#wishlist-table input.qty{width: 23px;}
/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; font-size: 12px;}

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { margin:0 0 3px; font-size:11px; }
.product-review .product-img-box .ratings .rating-box { display:block; float:none; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-weight:bold; font-size:16px; margin:0 0 10px; }
.product-review h3 { margin:0 0 3px; color:#2f2f2f; font-size:12px; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { margin:5px 0 0; font-size:13px; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { margin:10px 10px 0; padding:10px; color:red; text-align:right; text-transform:uppercase; font-weight:bold; font-size:12px !important;}
.map-cart-sidebar-total { display:block; padding:2px 5px; color:red; text-align:left; text-shadow:0 1px 0 #fff; font-weight:bold; font-size:10px; }

.map-popup { position:absolute; z-index:100; margin:12px 0 0; width:300px; border:1px solid #aaa; background:#fff; -webkit-box-shadow:0 0 6px #ccc; -moz-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; }
.map-popup-heading { padding:5px 30px 5px 10px; width:260px; border-bottom:1px solid #ccc; background:#d9e5ee; }
.map-popup-heading h2 { overflow:hidden; margin:0; text-align:left; text-overflow:ellipsis; text-shadow:0 1px 0 #f6f6f6; white-space:nowrap; word-wrap:break-word; font-size:16px; }
.map-popup-arrow { position:absolute; top:-10px; left:50%; width:19px; height:10px; background:url(idstore/default/images/map_popup_arrow.gif) no-repeat; }
.map-popup-close { position:absolute; top:8px; right:10px; display:block; width:15px; height:15px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; background:url(idstore/default/images/btn_window_close.gif) no-repeat; -webkit-box-shadow:0 0 3px #999; -moz-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; text-indent:-9999em; }
.map-popup-content { overflow:hidden; padding:10px; width:280px; border-top:1px solid #eee; text-align:left; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }


/* -------------------------------------------------- */
/* Contact Us
/* -------------------------------------------------- */
.google-map{width: 100%;margin-bottom: 30px;height: 400px;}
#contactForm .fieldset{background: none;border:none;padding: 0;margin: 0;}
#contactForm .fieldset .legend{border-bottom: 1px solid #efefef;text-transform: uppercase;font-size: 14px;color: #444; font-weight: 300;padding-bottom: 0;}
#contactForm .fieldset textarea{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 180px;}
#contactForm li{width: 48%;float: left;}
#contactForm li.wide{float: right;}
#contactForm .fieldset .form-list .field{width: 100%;}
#contactForm .fieldset .form-list .input-box,#contactForm .fieldset .form-list input.input-text{width: 100%;}
.contacts-info h3{font-size: 14px;text-transform: uppercase;font-weight: 300;border-bottom: 1px solid #efefef;line-height: 32px;}

/* -------------------------------------------------- */
/* Prefooter
/* -------------------------------------------------- */

.follow_us_container{margin-top:60px;padding-top:20px;width:100%;border-top:1px solid #efefef;background:#f5f5f5;font-size: 14px;}
.follow_us_facebook{float:left;margin-right:15px;width:13px;height:26px;background:url(idstore/default/css/images/facebook_grey.png) no-repeat;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.follow_us_facebook:hover{background:url(idstore/default/css/images/facebook_red.png) no-repeat;}
.follow_us_twitter{float:left;margin-top:2px;margin-right:15px;width:30px;height:26px;background:url(idstore/default/css/images/twitter_grey.png) no-repeat;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.follow_us_twitter:hover{background:url(idstore/default/css/images/twitter_red.png) no-repeat;}
.follow_us_rss{float:left;margin-right:15px;width:30px;height:26px;background:url(idstore/default/css/images/rss_grey.png) no-repeat;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.follow_us_rss:hover{background:url(idstore/default/css/images/rss_red.png) no-repeat;}
.footer_follow_us{margin-bottom:20px;}
.footer_follow_us_container{padding-top:20px;background:#eee;}
.footer_follow_us span{float:left;margin-right:25px;padding-top:4px;color:#656565;text-decoration:none;text-transform:uppercase;}
.footer_subscribe{margin-top:5px;margin-left:150px;width:auto!important;color:#656565;text-align:right;text-transform:uppercase;}
.footer_subscribe span{float:left;padding-top:4px;color:#656565;text-transform:uppercase;}

/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */

.footer_container{padding-top:50px;background:#222;}
.footer_block1, .footer_block{ margin-bottom:25px; }
.footer-menu-wrap .footer_block1, .footer-menu-wrap .footer_block{margin-bottom: 0; }
.footer_block2{float:right;margin-bottom: 30px;width:230px !important;}
.footer-home{ }
.footer-phone{ }
.footer-mail{ }
.footer-home, .footer-phone, .footer-mail{
            cursor: pointer;
-webkit-transition: color 0.2s ease-in-out;
   -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
     -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;}
.footer-home:hover em, .footer-phone:hover em, .footer-mail:hover em{color: #fc5b5b;}
.footer-home em{ float: left;margin-top: 6px;margin-right: 20px;width: 25px;height: 25px; color: #fff;font-size: 30px;}
.footer-phone em{ float: left;margin-top: 7px;margin-right: 20px;width: 25px;height: 25px; color: #fff;font-size: 28px;}
.footer-mail em{ float: left;margin-top: 7px;margin-right: 20px;width: 25px;height: 25px; color: #fff;font-size: 24px;}
.footer-hr{ clear: both; margin:20px 0;margin-left:20px;border-top: 1px solid #333;border-bottom: 0 !important;border-left: 0 !important;}
.tweets-block .footer_title{padding-bottom: 8px !important;}
.footer_title{display:block;padding-bottom:15px;width:100%;color:#fff;text-transform:uppercase;font-weight:300;font-size: 14px;}
.footer_menu{padding-bottom:50px;padding-left:15px;}
.footer_menu ul{margin:0;}
.footer_menu li{display:list-item;color:#787878;list-style:square outside;line-height:21px;}
.footer_menu a{color:#787878;text-decoration:none;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.footer_menu a:hover{ }
.tweets1{margin-top:5px;padding:10px 0 0 40px;background:url(idstore/default/images/quotes-2.png) no-repeat 0 15px;color:#787878;font-style:italic;font-size:12px;line-height:1.5;}
.tweets1 a{color:#fff;text-decoration:none;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.footer_thumbs{overflow:hidden;padding-top:5px;}
.footer_thumbs li{display:inline-block;margin:10px 14px 10px 0;opacity:1;-webkit-transition-timing-function:ease;-webkit-transition-duration:.4s;-webkit-transition-property:opacity;}
.footer_thumbs li:hover{opacity:0.6;}
.flickr-photo img {width: 60px !important;}
.footer_thumbs_last-child{margin-right:0!important;}
.footer-black-bg{background: #111;}
#after_footer_menu {width: 475px;}
.container_footer_bg{margin-top: 40px;width:100%;background:#222; }
.after_footer .links {display:inline-block;float:left;}
.after_footer .links :last-child{border:none;}
.after_footer .links span{float:left;}
.after_footer .links li{display:inline-block;font-size:12px;line-height:20px;}
.after_footer .links a{margin-right: 0;color:#fff;text-decoration:none;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.footer_copyright_payments{float:right;margin-top:20px;margin-bottom:-5px;padding-top:0;}
.footer_copyright_payments :last-child{margin-right:0;}
.footer_copyright_payments li{display: inline-block;margin-right: 4px;width: 55px;}
.copyright{display: block;margin-left: -20px;width:475px;color:gray;font:12px Arial, sans-serif;}
.after_footer{margin:12px 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
#after_footer_menu{margin-left: 0;}
#after_footer_payments{float: right;width: 415px;}
.footer_block1 img{max-width: 95px;}
.footer-logo2{margin-top:20px;}
.footer-logo3{float:right;margin-top:-25px;}
#back-to-top.btn-style-modern > a{position: fixed;bottom: 0;left:0;z-index:1000;width: 160px;height: 100% !important;color: #bbb;text-decoration: none;text-transform: uppercase; font: 11px/100% Arial, Helvetica, sans-serif;font-size: 12px;
 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
 }
#back-to-top.btn-style-modern a:hover{background-color: rgba(68, 68, 68, 0.15) !important; color: #444!important;
-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
}

#back-to-top.btn-style-modern a:before {

}
#back-to-top.btn-style-modern a span{
 position: absolute;
 right:17px;
 bottom:0;
 z-index: 1;
 display: block;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
 margin: -60px 0 0 0;
 padding: 20px 30px;
 background: url(idstore/default/images/arrow_up_small.png) no-repeat 114px 23px;
 color: #838383 !important;
 text-align:right;
 text-transform: uppercase;
 font-size: 12px;
 opacity:0;
 -webkit-transition: all 0.2s ease-in-out;	
    -moz-transition: all 0.2s ease-in-out;	
     -ms-transition: all 0.2s ease-in-out;	
      -o-transition: all 0.2s ease-in-out;	
         transition: all 0.2s ease-in-out;	
}
#back-to-top.btn-style-modern a:hover span{opacity: 1;}
.responsive-switcher {display: inline-block;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; margin:10px;padding: 12px 0 13px;width: 100%;width: 100% !important; text-align: center; text-transform: uppercase; font-size:14px;}
.responsive-switcher a{color: #444;cursor: pointer; cursor: pointer; }
.store-switcher{float: right;margin-top: 10px;margin-bottom: -5px;}
.store-switcher label{float: left;color: #808080;line-height: 30px;font-size: 12px;}
.store-switcher select{float: left;height: 30px;background-color: transparent;background: url(idstore/default/images/select_arrow-white.png) no-repeat 95% center; color: #fff;border:none;margin-left: 5px;width: auto;padding-right: 20px; text-align: left;margin-bottom: 0;}
.store-switcher select:hover{background: url(idstore/default/images/select_arrow_hover.png) no-repeat 95% center;}
.store-switcher select option{color:#444;}
.header-top .store-switcher{margin-top: 0;float: left;}
/* -------------------------------------------------- */
/* Back to top Standart
/* -------------------------------------------------- */
#back-to-top.btn-style-default {
position: fixed;
right: 15px;
bottom: 70px;
z-index: 999;
display: none;
margin-top: -35px;
margin-left: -70px;
width: 120px;
background: rgba(255,255,255,0.8);
color: #cdcab9;
font-size: 12px;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
#back-to-top.btn-style-default a {
display: block;
padding: 11px 4px 12px 30px;
background: url(idstore/default/images/arrow_up.png) no-repeat 12px center;
color: #666669;
text-align: center;
text-transform: uppercase;
font-size: 11px;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
#back-to-top.btn-style-default a:hover{background:#fc5b5b url(idstore/default/images/arrow_up_2.png) no-repeat 12px center;color: #fff !important;}






/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block; }
.home-spot { float:left; margin-left:20px; width:470px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(idstore/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(idstore/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { padding:8px 10px 8px 8px; width:50%; border-bottom:1px solid #ccc; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container: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,
.category-products .toolbar:after { display:block; clear:both; overflow:hidden; height:0; content:"."; font-size:0; line-height:0; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/* =====================================  Emodal Styles  ================================================== */
.emodal {position: fixed;top: 34%;left: 0;z-index: 2000;visibility: hidden;padding:20px;min-width: 320px;max-width: 440px;width: 50%;height: auto;background: white; opacity: 0;}
.emodal.eloading {background: #ffffff url(idstore/default/images/loading.gif) no-repeat center center;}
.emodal.shown ~ .wrapper {filter: blur(3px);-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-filter: blur(3px);-moz-filter: blur(3px);}.emodal.shown {left: 50%;margin-left: -245px;}      
.emodal-overlay.with-transitions {
            -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
      }

        .emodal.with-transitions {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
	    
        .emodal-overlay.shown,
	    .emodal.shown {
            visibility: visible;
            opacity: 1;
	    }

        .emodal .close-modal {
             position: absolute;
             top:10px;
             right:10px;
             display: block;
             padding: 0;
             width: 17px;
             height: 15px;
             border-color:transparent;
             background-color: #fff;
             background-image: url(idstore/default/images/delete-btn-sprite.png);
             background-position: top center;
             background-repeat: no-repeat;
             font-size:0;
             cursor:pointer;
        }

        .emodal .close-modal:hover {
             background-position: bottom center;
        }

        .emodal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            visibility: hidden;
            width: 100%;
            height: 100%;
            background: rgba(63, 63, 63, 0.8);
            opacity: 0;
        }

        /* content */

        .emodal .emodal-text {
            float:right;
            width: 71%;
        }

        .emodal img {
            float:left;
            max-width: 25%;
        }
        .emodal .emodal-text h3{margin-bottom: 10px;}
        .emodal .emodal-text .button{margin-right: 20px;margin-top: 10px;}
        .emodal .emodal-text .button:last-child{margin-right: 0;}

.empty-cart-block{text-align: center;width: 100%;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.empty-cart-block i {
font-size: 120px;
color: #9f9f9f;
margin: 20px 0;
display: block;
}

.empty-cart-block h1{font-size: 16px;font-weight: 300; line-height: 20px;font-family: Arial;}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* -------------------------------------------------- */
/* Responsive Layout
/* -------------------------------------------------- */

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* ----------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px){
.boxed .wrapper{margin:0 auto;width:764px;-webkit-box-shadow:0 1px 6px;box-shadow:0 1px 6px;}
.header-variant2 .span5, .header-variant3 .span5, .header-variant4 .span5, .header-variant5 .span5{width: 270px;}
.header-variant2 .header-phone, .header-variant5 .header-phone{width: 220px;}
.header-variant4 .span3{width: 130px;}
.header-variant4 .header-phone{display: none;}
.header-variant4 .span5{width: 560px;}
.header-variant4 .span5 .links{display: block;}
.logo{margin-right:50px;}
.mobile-menutype-default .et-mobile-menu{width: 724px; padding: 0;margin:0 auto ;}
.navbar .brand{padding-right:600px;}
.navbar-inner{margin-left:20px;}
.shopping_cart_wrap,.price_filter_span_right{float:right;}
.header-variant1 #search_mini_form .form-search .field:focus, .header-variant2 #search_mini_form .form-search .field:focus, .header-variant5 #search_mini_form .form-search .field:focus{width:210px;}
.et-mobile-menu{margin:0 auto;padding:0;width:724px;}
.banner_top_bottom{width:660px;}
.banner h2{padding-top:10px;}
.banner p{padding:5px 10px;font-size:11px;}
.banner a.info{padding:5px 9px;}
.banner_top_text{padding:4.7% 0;}
.block-head{font-size:22px!important;}
.textwidget p{padding:0;}
.sidebar_grid_title{font-size:22px!important;}
.price_filter_span_left{float:left;}
#categories-2 > ul{margin-left:25px;}
.widget_categories .widget-title{font-size:22px;}
.blog2_image{width:220px;}
.blog2_post_content{width:296px;}
.blog2_post_title{width:210px;}
.blog3_post_image{width:240px;}
.blog3_post_text{width:278px;}
.blog_full_review_container,.review_textarea{width:510px;}
#review_button{margin-right:-34px;}
#commentform .form-submit{margin-right:-14px;}
.toolbar .limiter,.toolbar .view-mode{margin-right:5px;}
.toolbar .sort-by{margin-left:-5px;}
.toolbar .limiter select{width:45px;}
.toolbar select{width:90px;}
.toolbar .view-mode{margin-left:15px;}
.page-title h1,.page-title h2{padding-bottom:20px;}
.product-view.layout-default .product_image, .product-view.layout-universal .product_image{width:290px;}
/* .product-view.layout-default .product-shop, .product-view.layout-universal .product-shop{width:225px;} */
.product-view.layout-default .product-sidebar, .product-view.layout-universal .product-sidebar{width:166px;}
.product-options-bottom .add-to-cart,.add-to-box .add-to-cart{width:100%;text-align:center;}
.add-to-cart .quanitybox{float:none;margin:5px auto;width:125px;}
.product-shop label{float:left;}
.quantity-buttons{float:right;}
.add-to-cart button.button{float:none!important;margin-top:20px;}
.options-container2 .product-options-bottom .add-to-cart button.button{float:right!important;margin-top:0;}
.product-view .product-img-box .more-views{width:237px!important;}
.product_short_description_addtocart{padding:0 10px 3px;}
.tier-prices li{padding-bottom:10px;list-style: square outside;padding: 2px 0 2px 0px;}
.tier-prices li:last-child{padding-bottom:0;}
.product-options{padding:30px 0 20px;}
.product-options dd select{width:150px;}
.product-view.layout-horizontal .product-options dd select{width: 210px; float: left; margin-left: 20px;}
.product-options-bottom{padding:15px 0;}
.products-list li.item .product-image .label-icon.sale-label{right: -200px;}
.product-slider .product-slide .btn-cont{margin-right:2px;}
.options-container2 .product-options-bottom .add-to-cart .quanitybox{float:left;}
.options-container2 .product-options-bottom .price-box{margin-right:0;}
.options-container2 .product-options dd select{width:220px;}

.product-view .product-shop .product-name h1{margin-bottom:20px;}
.product-view .product-shop .ratings,.product-view .product-shop .no-rating{margin-bottom:10px;width:100%;}
.product-view .product-shop .availability{margin:0;}
.products-list .product-shop .f-fix{width:255px;}
.without-sidebar .products-list .product-shop .f-fix{width: 500px;}
.without-sidebar .products-list .addtocont{width: 500px;}
.product-pricing,.tier-prices{padding: 10px 0 10px 15px;}
.list_product_image{max-width:160px;}
.list_product_text{width:230px;}
.list_product_price_block{float:right;margin:40px 0 0;}
.products-list li.item{padding-right:0;}
.products-list img{max-width:200px;}
.products-list .product-shop{padding:0;width:255px;}
.products-list .addtocont{position:static;float:right;margin-top:0;padding-top:20px;width:255px;}
.products-list .addtocont .price-box{float:left;margin-top:5px;margin-bottom:0;text-align:left;}
.products-list .addtocont .button{float:right;}
.without-sidebar .products-list .product-shop{width: 500px;}
.sizing_guide{position:relative;margin-top:0;}
.product_container_title{width:200px!important;}
.product_image .views-gallery{width:289px!important;}
.cart-table .product-edit,.cart-table .product-unit-price,.cart-table .product-qty,.cart-table .product-subtotal,.cart-table .product-delete{padding:15px 10px;}
.cart .cart-collaterals{padding-top:10px;}
.cart .cart-collaterals .col2-set{float:left;margin-top:20px;padding-top:30px;width:100%;border-top:1px solid #efefef;}
.step .form-list .input-box{width:242px;}
#product-page .button.active{margin-top:30px;margin-left:40px;}
.thumbnails-slider{width:245px;}
.product_small_slider{margin-left:15px;}
.thumbnails-slider .slide{width:70px!important;}
.product-thumbnails .arrow.prev,.product-thumbnails .arrow.next{top:30%;}
.list_product,.blog_icon_container{margin-left:0;}
.blog_icon_container{padding-left:0;}
.new-arrow.next,.sale-arrow.next{left:35px!important;}
.pda_qty,.product_description_addtocart_button{margin-left:50px;}
.product_small_slider_img_last,.cart_table_arrows_left,.cart_table_arrows_right{display:none;}
.product_short_description_price{padding-left:2px;}
.iosSlider{height:316px!important;}
.product-carousel .item.slide{width:228px!important;}
.product-slider .product-slide{width:228px!important;}
.newproducts .item{margin-right:20px!important;}
.product-carousel .product_short_description{padding:15px 10px 10px 0 !important;}
.item.slide .product_short_description_addtocart{margin-right:2px;}
.slide .span3{width:220px!important;}
.slider_arrows{width:65px;}
.slide_image{width:100%;}
.with-sidebar .rows-count3 .product-grid, .with-sidebar .rows-count4 .product-grid{width:227px!important;}
.col2-left-layout .col-main{width:475px;}
.span3.col-left.sidebar{width:227px;}
.without-sidebar .rows-count4 .product-grid:nth-child(4n+1),.products_grid.rows-count3 .product-grid:nth-child(2n+1),.products_grid.rows-count5 .product-grid:nth-child(3n+1),.with-sidebar .rows-count4 .product-grid:nth-child(2n+1), .without-sidebar .rows-count6 .product-grid:nth-child(4n+1){clear:both;}
.rows-count6.products_grid .product-grid{width: 166px;}
.product_description_mainblock{width:225px;}
.product_description_banner{width:166px;}
#product-page .qty-block{float:none;margin:25px auto;width:140px;}
.variations_button{margin-left:45px;}
.checkout .col-2 textarea{width:247px!important;}
.wc-checkout-totals{margin-right:62px;}
.footer_container{padding:40px 0 0 40px;}
.footer_block,.footer_block1{margin-bottom:25px;width:46%;}
.footer-hr{margin:30px 0;}
.footer_thumbs li{margin:4px 7px;}
.footer_menu{padding-bottom:40px;}
.footer_block2{float:right;margin-right:17%;}
.flickr-photo img{width:67px!important;}
.footer-logo3{margin-right:60px;}
#after_footer_menu{margin-left:40px;width:400px;}
.footer_copyright_payments li{margin-right:0;width:39px;}
.footer_follow_us{width:235px!important;}
.footer_follow_us span{margin-right:15px;}
.footer_subscribe{margin-left:30px;}
#after_footer_payments{width:265px;}
#appendedInputButton{width:145px;}
.contact_info{width:180px;}
.registered-users, .new-users{width: 340px !important;}
#payment_form_ccsave input.input-text{width: 260px;}
#payment_form_ccsave .cvv-what-is-this{float: left;margin-left: 0;}
.checkout-progress{padding: 0;}
.checkout-progress li{width: 138px;margin-right: 5px;font-size: 11px;}
.multiple-checkout .col2-set .col-wide, .multiple-checkout .col2-set .col-2{width: 460px;}
.multiple-checkout .col2-set .col-narrow{width: 200px;}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 767px){
.boxed .wrapper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;width:100%;-webkit-box-shadow:0 1px 6px;box-shadow:0 1px 6px;}
.col1-layout .col-main{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;}
header{margin-left:25%!important;}
.navbar .brand{padding-right:340px;}
.span4.header-phone{width:auto;}
.mobile-menutype-default .et-mobile-menu{width: 428px; padding: 0;margin:0px auto 20px;}
.header-variant1 .span3, .header-variant2 .span3, .header-variant5 .span3{display:none;}
.header-variant1 #top-cart, .header-variant2 #top-cart, .header-variant3 #top-cart, .header-variant4 #top-cart, .header-variant5 #top-cart{float: none;}
.header-variant1 .span5, .header-variant2 .span5, .header-variant3 .span5, .header-variant4 .span5, .header-variant5 .span5{float:right!important;width:auto;}
.header-variant1 .search_form, .header-variant2 .search_form, .header-variant5 .search_form{}
.header-variant1 #search_mini_form .form-search .field, .header-variant2 #search_mini_form .form-search .field, .header-variant5 #search_mini_form .form-search .field, .header-variant4 #search_mini_form .form-search .field{display:block;float: right;}
.header-variant1 #search_mini_form .form-search .field{display: block;float: right;}
.shopping_cart_wrap ul{float:none;margin-bottom:-20px;margin-left:20px;}
.et-mobile-menu{margin:0 auto 20px;padding:0;width:428px;}
.slider_arrows{left:160px;}
#product-page .product_image{margin-left:40px;}
.product_description_mainblock h1{text-align:center;}
.product-view .product-sidebar .banner{width:210px;}
.ajax-index-options .price-box-bundle{width: 100%;float: left;}
.ajax-index-options .price-box-bundle + .price-box{float: left !important;}
.ajax-index-options .product-options{padding: 20px 0;}
#size,#color{width:460px;}
.product_thumbnail{width:46%;}
.product_description_banner{display:none!important;margin-left:30%!important;}
.product_description_title{text-align:center;}
.product_description_mainblock{width:100%;}
.item.slide{margin-right:12px;width:228px;}
.list_product_text{width:250px;}
.list_product_price_block{margin:0;}
.wc-checkout-totals{margin-right:52px;}
.toolbar .limiter select{width:45px;}
.toolbar select{width:90px;}
.toolbar .view-mode{margin-left:10px;}
.toolbar .sort-by select{margin-right:0;}
.product-grid{width:215px!important;}
.product-slider .product-slide{width:215px;}
.carousel-wrap.product-slider .carousel{height: 480px;}
.products-list li.item .product-image .label-icon.sale-label{right: -185px;}
.rows-count6 .product-grid:nth-child(5n+1),.products_grid.rows-count3 .product-grid:nth-child(3n+1){clear:none;}
.with-sidebar .rows-count4 .product-grid:nth-child(2n+1),.without-sidebar .rows-count4 .product-grid:nth-child(2n+1),.rows-count6 .product-grid:nth-child(2n+1),.rows-count5.shortcode-products .product-grid:nth-child(2n+1),.products_grid.rows-count3 .product-grid:nth-child(2n+1){clear:both;}
.rows-count5.shortcode-products .product-grid:nth-child(5n+1){clear:none;}
.products-list .product-shop, .without-sidebar .products-list .product-shop .f-fix, .without-sidebar .products-list .product-shop{padding:0;width:255px;}
.cart .shipping .sp-methods input{float: left;margin-right: 10px;}
.sidebar .block{float:left;clear:none;margin:10px 20px 10px 0;width:204px;}
.products-list li.item{padding-right:0;}
.products-list img{max-width:185px;}
.products-list .addtocont{position:static;float:right;margin-top:0;padding-top:20px;width:255px;}
.products-list .addtocont .price-box{float:left;margin-top:5px;margin-bottom:0;text-align:left;}
.products-list .addtocont .button{float:right;}
.products-list .product-shop .f-fix{width:255px;}
.product-view .main-image img{width: 100%;}
.add-to-box .add-to-links{text-align: center !important;}
.cart .cart-collaterals .col2-set,.cart .cart-collaterals .col2-set .col-1,.cart .cart-collaterals .col2-set .col-2{width:100%;margin-left: 0;}
.cart .cart-collaterals .col2-set{margin-top:20px;padding-top:30px;border-top:1px solid #efefef;}
.cart .discount,.cart .shipping{float:left;margin:20px 0;}
.cart .discount .input-box{float:left;width:auto;}
.cart .discount .buttons-set,.cart .shipping .buttons-set{float:right;clear:none;margin-top:9px;margin-left:30px;width:auto;}
.cart .form-list .input-box{width:100%;}
.cart .shipping{position:relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.cart-table .product-edit,.cart-table .product-unit-price,.cart-table .product-qty,.cart-table .product-subtotal,.cart-table .product-delete{padding:15px 11px;}
.cart-table .product-edit,.cart-table .product-thumbnail{display:none;}
.cart-table .product-qty{width:auto;}
.step .form-list .input-box select{width:195px;}
.footer_follow_us_container{padding:25px 0;width:100%;border-bottom:1px solid #ddd;background:#eee;}
.footer_follow_us{margin-bottom:0;margin-left:25%!important;}
.footer_subscribe{margin-left:25%!important;padding-top:5px;padding-bottom:10px!important;}
.footer_subscribe span{float:none!important;}
.footer_form{margin-left:15%!important;}
.container{margin:0 auto;width:460px;}
.container-footer{margin-top:-80px;padding-bottom:25px;width:100%;border-top:1px solid #DDD;background:#EEE;}
.input-append{margin-left:15%;}
.emodal{width: 370px;top:30%;}
.emodal.shown{margin-left: -205px;}
.emodal .emodal-text{width: 75%;}
[class*=span],.uneditable-input[class*=span],.row-fluid [class*=span]{float:left!important;margin-right:15px!important;}
.footer_block2{width:220px;}
.footer_thumbs li{margin:10px 14px 10px 0;}
.banner_top_bottom{display:block;margin-top:20px!important;padding:3%;width:100%;background:#fafafa;font-size:12px;}
.banner_top_bottom_text{padding-top:10px;padding-bottom:10px;color:#444;font-size:1.4em;}
.banner_top_bottom p{width:71%;color:#656565!important;}
.banner_top_button{float:right;padding:6px 4px;}
.banner_top_button a{color:#fff;text-decoration:none;text-transform:uppercase;font:12px Tahoma, sans-serif;}
.blog1_post_title{padding:5px 15px;}
.blog1_post_title span{padding:0;}
.blog2_post_title{width:370px;}
.blog_full_review_container{margin-bottom:20px!important;padding-bottom:20px;width:450px;border-bottom:1px solid #eee;}
.review_textarea{width:90%;}
#review_button{margin-right:11px;}
#commentform .form-submit{margin-right:31px;}
.product-collateral{padding: 0;}
.checkout_td{width:40%;}
.checkout_title{margin-top:20px!important;}
.sidebar_grid{float:right;margin-top:20px;width:100%;}
.widget-container{float:left;margin-right:20px;width:42%;}
#etheme-recent-comments-2 .widget-title,#price_filter-2 .widget-title{margin-top:20px;}
.grid_content{float:left;}
.sidebar_grid_price{float:left;margin:20px 20px 0 0;width:42%;}
.iosSlider{height:200px!important;}
.copyright{margin-left:0;}
.span9,.list_product{width:460px;}
.shopping_cart_block,.footer_copyright_payments,.tabbable,#grid_product3{display:none;}
.follow_us_facebook,.follow_us_twitter,.follow_us_rss{margin-right:6%;}
.footer_block1,.footer_block{width:215px;}
.sidebar_grid_menu,.blog_sidebar_menu{float:left;margin-right:20px;width:42%;}
.checkout .col-2 textarea{min-height:155px!important;width:210px!important;}
.cart_totals{max-width:225px!important;}
.cart_totals h2{margin-left:0;}
.cart-collaterals .cart_totals table{width:100%!important;}
.cart-collaterals .cart_totals tr td,.cart-collaterals .cart_totals tr th{padding-left:0!important;text-align:left;}
.fl-r.checkout-button.button.big.active{width:174px;}
.cart-collaterals .shipping_calculator{max-width:230px;}
.etheme-popup-content{top:50px;}
.dashboard .welcome-msg{margin-bottom: 20px;}
.cart .discount input.input-text{width: 280px;}
.step .form-list input.input-text{width: 195px;}
.checkout-types .btn-checkout{float: right;margin-bottom: 10px;}
.form-list #shipping-new-address-form .input-box, #checkout-payment-method-load .input-box, #billing-new-address-form .input-box{width: 255px;}

}


/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px){
.store-switcher{display:none;}
.offset7{margin-left:140px;}
.variant2 .logo-container, .variant5 .logo-container{width: 100%;text-align: center;}
.header-variant3 .span3, .header-variant4 .span3{display: none;}
.header-variant4 .span5 {position: relative;}
.header-variant4 .search_form{right: 20px;}
.header-variant3 #top-cart{float: left;}
.hidenn-tablet_phone{display:none!important;}
header{padding-top:0!important;}
.search_input{float:left;width:194px!important;border-right:none!important;background:transparent!important;font-style:italic;}
.button_search{float:right;margin-right:30px;padding:2px 6px 6px 2px;border-left:none;}
.shopping_cart_wrap li{margin-right:10px;padding-right:10px;font-size:14px;}
.shopping_cart_wrap ul{float:none;margin-bottom:-20px;margin-left:25px;text-align:center;}
.shopping_cart_wrap ul :first-child{background-image:url(idstore/default/css/images/link-divider.png);background-position:top right;background-repeat:no-repeat;}
.shopping_cart_wrap ul > li > a{color:gray;}
.product-title2{display:block;}
.product-view .product-shop .product-name h1{display:none;}
.cart-popup{display:none!important;}
.search_form{margin-top:20px;}
.banners-block{margin-bottom: 20px;}
.product_description_addtocart{border:none;}
.products_grid .clear{display:none;}
.product-grid .btn-cont{margin-bottom:10px;}
.products_grid .clear2{clear:both;}
#related-products .block-subtitle{float: left;margin-right: 0;margin-bottom: 0;margin-top: 10px;width: 100%;}
.product-shop .product-options-bottom{padding-left: 0;}
.product-shop .product-options-bottom .add-to-links{border-top:1px solid #efefef; text-align: center !important;}
.product-title2 h1{display:block;margin-top:-5px;margin-bottom:15px;background:#f5f5f5;color:gray;text-align:center;font-weight:300;font-size:18px;line-height:20px;padding: 15px 5px;}
.product-view .product_image,.product-view .product-shop,.product-view .product-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100% !important;}
.product-view .product-sidebar{margin-top:30px;}
.product-view .product-sidebar .banner:first-child{margin-right:20px;}
.product-view .product-shop{margin-top:20px;}
.ajax-index-options .product-shop,.ajax-index-options .product-view .product-shop .product-name{margin: 0;}
.ajax-index-options .product-options dd{float: left;}
.ajax-index-options #product-options-wrapper dt{width: 100%;float: left;}
.product-shop .product-options-bottom .price-box{float: left !important;width: 100%;}
.ajax-index-options .product-options dd .qty-holder label{line-height: 30px;}
.ajax-index-options .product-options-bottom{float: left;width: 100%;padding: 0;}
.ajax-index-options .product-options-bottom .add-to-links{text-align: center;margin-top: 10px;}
.ajax-index-options .product-options-bottom .add-to-links li{width: auto;display: inline-block;margin-right: 5px;}
.product_description_mainblock h1{display:none;}
.product_description_mainblock{text-align:center;}
.cart-table .product-price{display: none;}
.main-info .price-block{float:none;margin-top:20px;margin-bottom:-25px;}
.main-info .price-block .amount{margin-left:10px;font-size:28px;}
#simple-product-form{text-align:center;}
.size_guide.sg_mobile{display:block!important;text-align:center;}
.size_guide{display:none;}
.addto-container .price-block{float:none;margin-bottom:-10px;text-align:center;}
.addto-container .qty-block{float:none;width:100%;text-align:center;}
.addto-container .qty-block label,.addto-container .quantity{float:none;margin:0;}
.button.big.active.etheme-simple-product{float:none;margin-top:25px;}
.product_meta{margin-bottom:20px;}
.blog2_image{margin-left:22%;}
.blog2_post_content{margin-top:20px;width:100%;}
.blog1_icon_container{margin-top:10px;}
.blog1_post_text{margin-bottom:20px;padding-top:0;}
.blog3_post_image{margin-top:0;margin-left:80px;}
.blog3_post_text{margin-top:0;width:100%;}
.blog2_icon_comment{width:140px;}
.price_filter_span_left{float:left;}
.price_filter_span_right{float:right!important;}
#cart-quantity .plus,#cart-quantity .minus{display:none;}
.grid_pagination a,.grid_bottom_pagination a,.grid_pagination span,.grid_bottom_pagination span{line-height:20px;}
.grid_pagination span,.grid_bottom_pagination span{margin-top:0;}
.footer_copyright_menu{text-align:center;}
.last_td,.cart_table_content > :first-child,.cart_table_title > :first-child,.cart_table_arrows_left,.cart_table_arrows_right,.search_text,.shopping_cart_wrap p{display:none;}
.blog_icon_container{margin:10px 0;}
.blog_icon_date,.blog_icon_comment,.blog_icon_author,.blog_icon_webdesign{float:left;margin:0 10px;}
.etheme-popup-content{left:4%!important;width:262px!important;}
.registered-users, .new-users{width: 100% !important;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom: 20px !important;float: left !important;}
.box-account{padding: 10px;}
.checkout-onepage-success .block .block-title{text-align: left;}
.checkout-onepage-success .block .empty{padding-left: 0;}
.quantity_box_button_down, .quantity_box_button_up{display: none;}
.product-view .product-shop .quantity_box_button_down,.product-view .product-shop .quantity_box_button_up{display: block;}
.widget-placeholder{margin-bottom: 30px;}
.checkout-progress{display: none;}
.multiple-checkout .title-buttons{text-align: center;padding-bottom: 20px;}
.multiple-checkout .title-buttons h1{width: 100%;}
.multiple-checkout .title-buttons .button{float: none;}
.multiple-checkout .col2-set .col-wide, .multiple-checkout .col2-set .col-narrow, .multiple-checkout .col2-set .col-2{width: 100%;}
#shipping_method_form .col2-set .col-narrow{margin-bottom: 40px;}
.multiple-checkout .buttons-set{line-height: 30px;}
.buttons-set .back-link a{height: 30px;line-height: 30px;}
.buttons-set .back-link a:before{background: url(idstore/default/images/return.png) no-repeat 0 10px;height: 20px;}
.buttons-set .back-link a:hover:before{background: url(idstore/default/images/return-hover.png) no-repeat 0 10px;height: 20px;}
.global-custom-tab img{margin-bottom: 10px;}
.product-view .product-shop .price-box .price{font-size: 26px;}
.product-view .product-shop .price-box{float: left;}
.tabs .tab-title,.tabs .left-titles a{background:#fafafa url(idstore/default/images/arrow_down.png) no-repeat 95.5% center;}
.tabs .tab-title.opened,.tabs .tab-title:hover,.left-titles a,.left-titles a:hover{background:#efefef url(idstore/default/images/arrow_down.png) no-repeat 95.5% center;}
.contacts-info{margin:20px 0;}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 479px){
.logo{margin:0 auto;width:240px;}
.boxed .wrapper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;width:100%;-webkit-box-shadow:0 1px 6px;box-shadow:0 1px 6px;}
.span5.logo-container{margin-top:0;}
.span4.header-phone{display: none;}
.header-variant1, .header-variant2, .header-variant3, .header-variant4, .header-variant5{padding-bottom: 8px;}
.header-variant3 .span5, .header-variant4 .span5, .header-variant5 .span5{width: 100%;}
.header-variant4 #top-cart{float: left;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.menutuype2 .et-mobile-menu{width: 320px; padding: 0 20px;margin:0px auto 30px;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
        .header-type-variant4 .et-menu-title{right: 52px;}
.header-variant4 .header-phone, .header-variant5 .header-phone, .header-variant2 .span5, .header-variant3 .span5{width: 100%;margin: 0;text-align: center;}
.page-title h1,.page-title h2{padding-top:10px;padding-bottom:20px;}
.header-variant1 .search_form, .header-variant2 .search_form, .header-variant5 .search_form,.header-variant4 .search_form{position: absolute;right: 55px !important;z-index: 1;display: block;}
.header-variant1 #search_mini_form .form-search .field, .header-variant2 #search_mini_form .form-search .field, .header-variant5 #search_mini_form .form-search .field, .header-variant4 #search_mini_form .form-search .field{display: block;float: right;}
.header-variant1, .header-variant2, .header-variant5{text-align:center;width: 100%;}
.header-variant3 .header-phone{width: 100%;text-align: center;}
.header-variant3 #top-cart{margin-left: 50px;}
.header-variant3 .search_form{right: 40px;display: block;}
.header-variant1 #top-cart, .header-variant2 #top-cart, .header-variant5 #top-cart, .header-variant4 #top-cart{float: none;text-align: center;width: auto;padding-left: 35px;}
.header-variant1 #top-cart span, .header-variant2 #top-cart span, .header-variant5 #top-cart span, .header-variant4 #top-cart span{float: left;}
.header-variant1, .header-variant2{padding-bottom: 6px;}
.modal{top:10px;right:10px;left:10px;}
.breadcrumbs span{padding: 0 3px 0 5px;}
.modal-header .close{margin:-10px;padding:10px;}
.breadcrumbs{padding: 0;}
.carousel-caption{position:static;}
.container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:0 20px;width:320px!important;}
.search_form{width:auto;}
.rev_slider_wrapper{max-height:120px!important;}
.col2-left-layout .col-main{margin-bottom:40px;}
.grid_pagination_block,.grid_pagination_bottom_block{height:85px;}
.grid_pagination_bottom_block{margin-bottom:20px;}
.pagination_text,.pagination_bottom_text{margin-left:50px;}
.toolbar{text-align: center;}
.toolbar .sort-by{float: none;}
.toolbar .limiter,.toolbar .view-mode,.toolbar .clear{display:none!important;}
.toolbar .amount{margin-top:25px !important;text-align: center;width: 100%;}
.toolbar .pages{width: 100%;margin-left: 0;}
.product-view .box-tags button{margin-bottom: 10px;margin-top: 5px;}
.grid_pagination,.grid_bottom_pagination{float:none!important;margin:auto;padding-bottom:15px;width:75%;}
.grid_pagination_block .woocommerce_ordering select,.grid_pagination_bottom_block .woocommerce_ordering select{margin-top:25px;margin-left:80px;}
.cart .cart-collaterals .col2-set{width:100%;}
.cart-table .product-edit,.product-delete,.cart-table .product-unit-price{display:none;}
.cart-table tfoot td{text-align:center!important;}
.cart-table .btn-continue,.cart-table .btn-update,.cart-table .btn-empty{float:none;margin-right:0;margin-left:0;}
.cart .totals,.cart .cart-collaterals .col2-set .col-2,.form-list .input-box, .product-view .box-reviews .form-add .form-list .input-box{width:100%;margin-left: 0;}
.checkout-types .btn-checkout{padding-right:30px;background-position:95% center;}
.cart-table .product-edit,.cart-table .product-unit-price,.cart-table .product-qty,.cart-table .product-subtotal,.cart-table .product-delete{padding:15px 14px;}
.cart-table .product-qty{width:auto;}
.cart .discount input.input-text,.cart .shipping .form-list input.input-text{width:280px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.cart .shipping .form-list select{width:280px;}
.back-to{display:none;}
.banners_top_row .banner{margin-bottom:20px;}
.product_blocks{margin-left:40px!important;width:225px!important;}
.product_description_mainblock{width:300px;}
.main-info .price-block{margin-top:0;}
.carousel-wrap.product-slider{margin-bottom: 20px;}
.product-slider .carousel{margin-left:30px!important;width:240px!important;height:480px!important;}
.product-slide .product-grid{width: 228px !important;}
.product_short_description{padding:15px 0 0;}
.product_container_title{float:left;margin-bottom:10px;margin-left:10px;width:170px;}
.product-grid .product-information{text-align:center;}
.product-options-bottom{padding:15px 10px;}
.product-grid .price,.product-grid .btn-cont{float:none;text-align:center;}
.product-slide .product-grid{width: 228px !important;}
.product-shop .product-code {font-weight: 400;width: 100%;display: block;float: left;}
.products-list li.item{padding-right:0;padding-bottom:20px;}
.products-list img{max-width:280px;}
.products-list li.item .product-image .label-icon.sale-label{right: -280px;}
.product-collateral{padding:25px 0;}
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator{line-height: 20px !important;}
.products-list .addtocont{position:static;float:left;margin-top:20px;width:100%;text-align:center;padding-left: 0;}
.products-list .addtocont .price-box{float:left;margin-top:5px;text-align:left;}
.products-list .product-shop, .without-sidebar .products-list .product-shop, .without-sidebar .products-list .product-shop .f-fix{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:20px;margin-left:0;padding-right:0;width:100%;}
.product-view .product-sidebar .banner:first-child{margin-right:0!important;}
.product-view .product-sidebar .banner{width: 100%;}
.views-gallery.thumbs-count-3{width:220px;}
.product-shop .product-options-bottom{text-align:center;}
.product-options-bottom .add-to-cart{margin-top:10px;width:100%;}
.product-options{padding:30px 0 20px;}
.options-container2 .product-options{width: 100%;}
.product-options-bottom .add-to-cart label{float:left;}
.options-container2 .product-options-bottom .add-to-cart label{float: left;}
.product-options dd select{width:200px;float: left;margin-left: 25px;}
.options-container2 .product-options dd select{float: left;}
.options-container2 .product-options-bottom .price-box{margin-top: 0 !important;}
.options-container2 .product-options-bottom .add-to-cart .quanitybox{width: 115px;margin-left: auto !important;}
.price-box-bundle{float: left;width: 100%;}
.product-options-bottom .quanitybox{float:left;margin:10px auto;width: 115px; text-align: center;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.product-options-bottom .quantity-buttons{float:none;margin:auto;width:auto;text-align:center;}
.product-shop .product-options-bottom .price-box{margin:10px 0;}
.product-options-bottom .add-to-cart button.button{float:left;margin-top:20px;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.product-view .product-img-box .more-views{width:160px!important;}
.options-container2 .product-options-bottom{width:100%;}
.options-container2 .product-options dl{width:280px;}
.options-container2 .product-options-bottom .add-to-cart{text-align:center;margin-top: 40px;}
.quantity_box_button_up, .quantity_box_button_down{display: none;}
.options-container2 .product-options-bottom .add-to-cart .quanitybox{margin-top:5px;}
.product-view .product-shop .ratings,.product-view .product-shop .no-rating{margin-bottom:10px;width:100%;}
.products-list .product-shop .f-fix{width:100%;}
.add-to-box .add-to-cart{width:100%;text-align:center;}
.add-to-box .quanitybox{float:left;margin:auto;margin-bottom: 10px; text-align:center;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.add-to-cart button.button{float:left;margin-top:10px;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.options-container2 .product-options-bottom .price-box .product-options-bottom .price-box{float:none;text-align:center;}
.add-to-box .add-to-links{text-align: center !important;}
.options-container2 .product-options-bottom .price-box .product-options-bottom .price-label{float:none;}
.product-options dd select.multiselect{width:100%;}
.product_image .views-gallery .slide{margin-left:5px;width:70px!important;}
.product_image .main-image img{margin:auto;width:100%;}
.product_image .views-gallery .slide img{height:auto!important;}
.views-gallery.thumbs-count-4{width:290px;}
.slider_arrows{right:10px;}
.sizing_guide{margin-left:10px;}
.product_container_arrows{float:left!important;margin-left:195px;}
.thumbnails-slider{width:240px!important;}
.thumbnails-slider .slide{width:67px!important;}
.product-thumbnails .arrow.prev,.product-thumbnails .arrow.next{top:30%!important;}
.product_description_banner{float:left;margin-bottom:20px;margin-left:60px;}
.product_image{max-width:100%;}
#size,#color{width:290px;}
#advanced-search-list #size,#advanced-search-list #color{width: 100%;}
.widget-title{margin-top:10px;}
.textwidget .banner{margin-bottom:20px;}
.button.big{padding:13px 50px;}
.button.big span{font-size:18px;}
.carousel{height:455px!important;}
#default_products_page_container .product-grid{margin-left:40px;}
.with-sidebar .rows-count4 .product-grid, .rows-count5 .product-grid, .rows-count6.products_grid .product-grid{width:100% !important;}
.product-slider .product-slide .span3,.product-slider .product-slide .span3,.product-slide .product-grid .product-image .img-wrapper{}
.rows-count5 .product-grid{width:220px;}
.banner_top_bottom{padding:10px;width:100%;}
#banner_top_bottom_text{float:none;padding-top:5px;padding-bottom:5px;width:100%;color:#444;}
.banner_top_bottom p{width:71%;color:#656565!important;}
.banner_top_button{float:none;margin:10px auto;padding:6px 4px;width:120px;text-align:center;}
.banner_top_button a{float:none!important;color:#fff;text-decoration:none;text-transform:uppercase;font:12px Tahoma, sans-serif;}
.input-append{float:left;margin:10px 0 20px -10px;}
.list_product{margin:0 auto;padding:20px 0 40px;width:290px;}
.list_product_text{margin-top:20px;width:290px;text-align:center;}
.list_product_price_block{float:none;margin-top:0;width:85px;}
.sidebar_grid{float:left;margin-top:20px;margin-left:41px!important;}
#primary{float:left;}
.blog1_post_title{padding:10px;}
.blog1_post_title span{padding:0;}
.blog2_post_title{padding:5px 10px;width:210px;}
.blog2_icon_author,.blog2_icon_comment,.blog2_icon_webdesign{margin:0 auto!important;text-align:center;}
.blog_full_review{margin-left:0!important;}
.review_textarea{width:260px;}
#review_button{margin-right:6px;}
#commentform .form-submit{margin-right:26px;}
.review_input{width:80%;}
.checkout_td{width:40%;}
.checkout_input_small{width:170px!important;}
.checkout_select{width:187px;}
.checkout_input_large{width:170px;}
td.actions .button{margin-right:15px;}
.cart-collaterals .cart_totals table{width:100%!important;}
.cart_totals h2{margin-left:0;}
.cart-collaterals .cart_totals tr th{padding:5px 0!important;text-align:left!important;}
.cart-collaterals .cart_totals tr td{padding:5px 0!important;text-align:right!important;}
.cart_totals .checkout-button{margin-top:15px;margin-right:18px;padding:10px 24px;}
.shipping_calculator h2{margin-top:30px;}
.shipping_calculator{margin-left:52px;}
.col2-set .col-1{width:100%!important;}
.col2-set .col-2{float:none!important;}
.checkout .col-2 textarea{width:280px!important;}
.wc-checkout-totals{margin-right:19px;}
.product-thumbnail{display:none;}
.footer_menu{padding-top:0;padding-bottom:0;padding-left:0;}
.footer_follow_us{margin-bottom:15px;padding-left:50px;}
.footer_subscribe{margin-left:0;padding-left:50px;}
.footer_menu li{list-style:none;text-align: center;}
.product_description_mainblock,#after_footer_menu,.blog_full_review_container,#after_footer_payments{width:100%!important;}
.footer-copyright{float:left;margin-top:6px;}
.tweets1{text-align:left;}
.product_description_title,.footer_title,.footer_block1,.footer_block,.footer_block2,.after_footer{text-align:center;}
.footer-home,.footer-phone,.footer-mail{padding:0 0 0 38px;text-align:left;}
.footer_block1 .textwidget{text-align: left;}
.footer-big-block{text-align:justify;}
#contact_container{margin-top:20px;width:290px;}
.contact_textarea{width:280px;}
.iosSlider{height:130px!important;}
.copyright{width:100%!important;margin-left: 0;text-align: center;}
.table,.product_small_slider,.blog1_post,.blog_button,.blog2_post,.footer_container{margin-bottom:20px;}
.shopping_cart_block,.description_banner,.cart_table_button,.cart_table_arrows_left,.cart_table_arrows_right{display:none;}
.shopping_cart_wrap,.shopping_cart_wrap ul,.back_to_previous_page,.footer_block2{float:none;}
.product_description_tags,.footer_block,.footer_block2,#cart_title{margin-top:20px;}
.product_thumbnail,.checkout_title{margin-top:20px!important;}
.footer_block1,.footer_block{position:relative;margin-bottom:30px!important;width:100%;}
.product_description_mainblock,.blog_icon_container,.footer_copyright_payments{float:left;}
.list_product_price,.blog3_post_image{margin-left:12px;}
.list_product_image,.blog2_image{float:none;margin:auto;}
.blog2_icon_author{width:140px;}
.step .form-list input.input-text{width:232px;}
.step .form-list .input-box{width:100%;}
.step .col2-set .col-2{width:100%;}
#opc-login .buttons-set{padding-top:0;padding-bottom:20px;}
.opc .step .form-list .field,.opc .step .form-list .wide{width:100%;}
.opc .step .form-list select{width:233px;}
.col-1.registered-users, .col-2.new-users{float: left !important;}
.emodal{width: 100% !important;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-left: 0 !important;left: 0 !important;top:39%;}
.emodal img{display: none;}
.emodal .emodal-text{width: 100%;}
.product-shop .regular-price{position: relative;top:5px;}
.products-list .product-shop .regular-price{top:0;}
#my-orders-table th:first-child, #my-orders-table td:first-child{display: none;}
#form-validate .form-list input.input-text{width: 205px;}
td.mobile-select{display: block;width: 228px;float: left;border:none !important;}
#product-review-table th, #product-review-table td.value{display: none;}
#product-review-table th.mobile-heading{display: block;width: 228px;}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea, .product-view .box-reviews .form-add h3, .product-view .box-reviews .form-add h4{width: 228px;float: left;}
.product-view .box-tags .form-add input.input-text{width: 228px;}
.checkout-onepage-success .buttons-set{text-align: center;}
.checkout-onepage-success .buttons-set .button{float: none;}
#multiship-addresses-table td:nth-child(3), #multiship-addresses-table th:nth-child(3){display: none;}
#multiship-addresses-table tfoot td{text-align: center !important;}
#multiship-addresses-table tfoot button.button{float: none;}
.multiple-checkout .buttons-set .back-link{position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);margin-top: 25px;}
.multiple-checkout .buttons-set button.button{float: left; position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);margin-left: 0;}
.multiple-checkout .buttons-set button.button{padding: 7px 12px;}
#multishipping-billing-form .col2-set .col-wide{width: 100%;}
.multiple-checkout .place-order .grand-total .inner{width: 100%;}
.checkout-multishipping-overview .multiple-checkout .data-table tr th:nth-child(2){display: none;}
.checkout-multishipping-overview .multiple-checkout .data-table tr td:nth-child(2){display: none;}
.sxy-zoom-container .sxy-zoom-dragpad, .sxy-zoom-container .sxy-controls{display: none !important;}
.emodal-overlay.with-transitions, .emodal.with-transitions{-webkit-transition: none;
   -moz-transition: none;
    -ms-transition: none;
     -o-transition: none;
        transition: none;}
.cart .totals .checkout-types{text-align: center;}
.multiple-checkout .place-order .grand-total{height: 87px;padding-left: 0;}
.multiple-checkout .place-order .grand-total big{margin-right: 0;margin-bottom: 10px;}
.multiple-checkout .place-order .grand-total button.button{height: 50px;line-height: 50px;}
.multiple-checkout .place-order .grand-total button.button span{height: 46px;}
.multiple-checkout .place-order .grand-total button.button span span{padding: 10px 45px;}
.multiple-checkout strong{font-weight: normal;}
#fancybox-wrap{padding: 10px;width: 100% !important;margin: auto 10px;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;margin-left: 0;left:0 !important;}
#fancybox-content{
	width: 100% !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ajax-index-options .product-view .product-shop .availability{float: left;position: static;}
.page-empty.ajax-index-options{padding: 0 20px;}
.ajax-index-options .product-options{float: right;padding-top: 15px;}
.ajax-index-options .product-options p.required{top:19px;}
.ajax-index-options .product-view .product-shop .price-box{width: 100%;}
.ajax-index-options .product-view .product-shop{margin-top: 0;}
.ajax-index-options .product-options-bottom .add-to-cart label{float: none;}
.ajax-index-options .product-options-bottom .quanitybox{width: 100%;}
.ajax-index-options .product-options-bottom .quantity-buttons{float: none;width: 85px;}
.et-menu-title {padding-left:0px;}
.variant2 .logo-container, .variant5 .logo-container {width:70%!important;}
.data-table thead tr th:first-child {display: none;}
.data-table tbody tr td:first-child {display: none;}
.buttons-set .button {margin-bottom: 10px;}
}

/* Smaller than standard 960 (devices and browsers) */
/* ------------------------------------------------ */
@media (max-width: 979px){
	.wrapper{
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;}
.variant2 .logo-container, .variant5 .logo-container{float: left;width: auto;}
.variant1 .store-switcher{display: none;}
.variant1 .logo-container{margin-top: 0;}
.mobile-menutype-default .header-type-default .et-menu-title,.mobile-menutype-default  .header-type-variant3 .et-menu-title,.mobile-menutype-default  .header-type-variant4 .et-menu-title,.mobile-menutype-default  .header-type-variant5 .et-menu-title,.mobile-menutype-default  .header-type-variant2 .et-menu-title {display: block; position: absolute;right: 0;top:50%;margin-top:-27px; background: transparent;font-size: 40px;}
 .logo-container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.header .logo{float:none;}
.variant2, .variant5{padding: 20px 0;}
.variant2 .logo, .variant5 .logo{width: 100%;}
.header-variant2 .container, .header-variant5 .container{position: relative;}
.header-variant2 .search_form, .header-variant5 .search_form{right: 0;}
.variant3 .header{padding: 0;}
.logo-container a{display:block;}
.navbar-inner{margin-top:20px;padding:0;border:1px solid #ddd;background:#eee;}
.header-container .container{position:relative;}
.header{margin:20px 0;}
.header-top .links{display:none;}
.fixed-header-area{display: none;}
#searchform{margin:0;}
#searchform .button{display:none;}
#searchform .field{border-right:1px solid #EFEFEF!important;}
#main-nav .menu{display:none;}
.et-mobile-menu li.block_li{}
#top-cart a{display:block;margin-bottom:5px;}
.main-container{margin-top:20px;}
.side-menu-wrap{display:block;}
.et-menu-title{display: block !important;}
.et-menu-title{position:absolute;top:50%;left:0;display:block;margin-top:-26px !important;background:transparent;font-size:40px;}
.et-menu-title i.icon-reorder{margin-right:0;color:#ccc;font-size:36px;}
.et-menu-title i.icon-reorder:hover{color:#fc5b5b;}
.mobile-menu-shown .et-menu-title{top:78px;width: 100%;height: 100%;z-index: 10001;}
.mobile-menu-shown .header-container .container{position: static;}
.mobile-menu-shown .header-container{position: static;}
.mobile-menu-shown .page{position: relative;}

.mobile-menutype-default .et-menu-title i{display: block;margin-top: 8px;}
.navbar .brand{display:block;text-transform:uppercase;}
.grid_pagination a,.grid_bottom_pagination a{background:#F5F5F5;}
.breadcrumbs{float:left;margin-bottom:20px;}
#default_products_page_container{margin-top:0;}
#product-page{margin-top:0;}
.page-title,.entry-title{margin:0 0 20px!important;}
.tabs .tab-content{margin-bottom:0;}
.options-container2 .product-options-bottom{padding-top:20px;}
.toolbar .clear{display:block;}
.toolbar .amount{margin-top:20px;}
.tabs .tab-title,.tabs .left-titles a{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0!important;padding:14px 40px 14px 13px;width:100%;border-top:1px solid #efefef;background:#fafafa url(idstore/default/images/arrow_down.png) no-repeat 97.5% center;text-align:left;font-size:16px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.tabs .tab-title.opened,.tabs .tab-title:hover,.left-titles a,.left-titles a:hover{float:left;background:#efefef url(idstore/default/images/arrow_down.png) no-repeat 97.5% center;color:#444;}
.sliderNavi{display:none;}
#cloud-zoom-big,.mousetrap{display:none!important;}
.grid_content{margin-top:0;}
.sidebar_grid{margin-top:0;}
.tab-pane div{float:none!important;width:100%!important;border-right:none!important;}
#back-to-top{display:none!important;}
#my-orders-table th:last-child, #my-orders-table td:last-child{display: none;}
.product-view .box-tags .note {margin: 0;}
.custom-tabs1, .custom-tabs2{width: 100%;border:none;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.my-account .page-title.title-buttons h1{padding-bottom: 0;text-align: left;}
.my-account .page-title.title-buttons a, .my-account .page-title.title-buttons span{float: left;}
.etheme_cp_btn_show{display: none !important;}
.options-container2 .product-options{width: 100%;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.mobile-menu-shown .et-menu-title {top: 50%;}
}

@media (min-width: 980px){
	.variant1 .header{position: relative;}
    .hidden-desktop{display: none !important;}
    .shopping_cart_wrap{float: right;width: 350px;}
    /* -------------------------------------------------- */
/* Grid Clear
/* -------------------------------------------------- */  
.rows-count3 .product-grid:nth-child(3n+1), 
.rows-count4 .product-grid:nth-child(4n+1), 
.rows-count6 .product-grid:nth-child(5n+1), 
.without-sidebar .rows-count5 .product-grid:nth-child(4n+1), 
.with-sidebar .products_grid.rows-count5 .product-grid:nth-child(3n+1){clear: both;} 
}

@media (max-width: 1200px){
	#back-to-top{display: none;}
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

@font-face{
  font-family:'FontAwesome';
  src:url('idstore/default/font/fontawesome-webfont.eot?v=3.0.1');
  src:url('idstore/default/font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  url('idstore/default/font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  url('idstore/default/font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight:normal;
  font-style:normal }

[class^="icon-"],[class*=" icon-"]{-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^="icon-"],.btn [class*=" icon-"],.nav [class*=" icon-"]{display:inline}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}li [class^="icon-"],.nav li [class^="icon-"],li [class*=" icon-"],.nav li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="icon-"].icon-large,.nav li [class^="icon-"].icon-large,li [class*=" icon-"].icon-large,.nav li [class*=" icon-"].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.icon-spin{height:.9em}.btn .icon-spin{height:auto}.icon-spin.icon-large{height:1.25em}.btn .icon-spin.icon-large{height:.75em}}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}/*-----------------------------------------------------------------------------

	-	revolution slider -

Screen Stylesheet

author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/******************************
	-	WRAPPER STYLES		-
******************************/



.rev_slider_wrapper{
	position:relative;
}

.rev_slider_wrapper >ul	{
	visibility:hidden;
}

.rev_slider{
	position:relative;
	overflow:hidden;
}


.rev_slider img{
	max-width:none !important;
	max-width:none !important;
	-moz-transition: none 0 !important;
	-webkit-transition: none 0 !important;
	-o-transition: none 0 !important;
	transition: none 0 !important;
	margin:0px !important;
	padding:0px !important;
	border-width:0px !important;
	border:none;
	visibility:visible !important;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider ul{
	margin:0px !important;
	padding:0px !important;
	list-style: none !important;
	list-style-type: none !important;
	background-position:0px 0px !important;
}

.rev_slider ul li,
.rev_slider >ul >li,
.rev_slider >ul >li:before{

	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none !important;
	background-position:0px 0px !important;
	text-indent: 0em !important;
}

.rev_slider .tp-caption,
.rev_slider .caption, {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; 	position:absolute; visibility: hidden;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption { z-index:1;}



.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100% !important;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(idstore/default/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(idstore/default/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(idstore/default/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
			padding:6px 13px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			height:30px;
			cursor:pointer;
			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
			background:url(idstore/default/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
			text-decoration:none;
		}

.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(idstore/default/images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px;}


	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(idstore/default/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(idstore/default/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(idstore/default/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(idstore/default/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(idstore/default/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(idstore/default/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(idstore/default/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(idstore/default/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}


.tp-leftarrow										{ top:50%;	z-index:100;cursor:pointer; position:absolute;	width:56px;	height:70px;  margin-left:0; margin-top:-35px; }
.tp-rightarrow									{ top:50%; right:0;	z-index:100;cursor:pointer; position:absolute;	width:56px;	height:70px;  margin-left:0; margin-top:-35px; }


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:4px; margin-top:-4px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:-36px; margin-top:-4px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:-20px; margin-top:-8px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:-20px; margin-top:-8px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.large										{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/large_left.png) no-Repeat top left;	width:56px;	height:70px;  margin-left:0; margin-top:-35px; }
.tp-rightarrow.large									{	z-index:100;cursor:pointer; position:relative;	background:url(idstore/default/assets/large_right.png) no-Repeat top left;	width:56px;	height:70px;  margin-left:0; margin-top:-35px; left:auto!important; right:0; }

.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }




/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:rgba(4,4,4,0.3); position:absolute; z-index:200;} /*background:url(idstore/default/assets/timer.png);*/
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}


/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}


.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul li{
	list-style:none;
	position:absolute;
	visibility:hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(idstore/default/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(idstore/default/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
.tp-caption iframe {
	border:0;
}


.slide-feature {
	display: block;
    width:160px;
    height:160px;
    background-image: url(idstore/default/images/assets/slider/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
    margin:auto 0 20px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .slide {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
    position: relative;
}

.iosSlider .slider .slide .caption {
	position: absolute;
    background: url(idstore/default/images/caption.png);
    color:white;
	left: 0;
	bottom: 0;
    padding:20px;
    width: 920px;
}

.iosSlider .slider .slide .caption p,
.iosSlider .slider .slide .caption h2 {
    color:white;
    float:left;
    width:80%;
    display:block;
    margin-bottom:0;
}
.iosSlider .slider .slide .caption .button {
    float:right;
    display:block;
}

/* 
	Bullets and thumbnails navigation	
*/
.iosSlider .sliderNavi {
    position: absolute;
    right:20px;
    top:20px;
}
.iosSlider .sliderNavi .naviItem {	
	background-color: transparent;
	background-image: url(idstore/default/images/controls-sprite.png);
	background-position: top;
	margin-left:10px;
    display: inline-block;
    text-indent: -9999px;
    float: left;
	width:16px;
	height:16px;		
}
/* Current bullet */
.iosSlider .sliderNavi .naviItem.selected {	
	background-image: none;
}

.iosSlider .prev,
.iosSlider .next
{	
    display: block;
    position: absolute;
    z-index: 25;
	width: 58px;
	height: 58px;
	top:44%;	
    cursor: pointer;	
}

.iosSlider .prev {
    background: transparent url(idstore/default/images/slide_prev.png) no-repeat 0 0;
}
.iosSlider .next {
    background: transparent url(idstore/default/images/slide_next.png) no-repeat 0 0;
}
.iosSlider .prev:hover, 
.iosSlider .prev:focus,
.iosSlider .next:hover,
.iosSlider .next:focus {
    background-position: -56px 0;
}
.iosSlider .prev:active,
.iosSlider .next:active {
    background-position: -112px 0;
    
}

/* left arrow */
.iosSlider .prev {
	left: 0;	
}
/* right arrow */
.iosSlider .next {
	right: 0;
}

/* Carousel */

.carousel {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:510px;
    margin:auto 0 0;
}

.carousel .slider {
	width: 100%;
    height: 100%;
}


/* Carousel Related */


.product-slider .prev,
.product-slider .next
{	
    width: 20px;
    height: 25px;
    color: white;
    font-size: 16px;
    padding: 3px 5px;
    -webkit-transition: 0.2s ease-in-out, background, border-color;
    -moz-transition: 0.2s ease-in-out, background, border-color;
    -ms-transition: 0.2s ease-in-out, background, border-color;
    -o-transition: 0.2s ease-in-out, background, border-color;
    transition: 0.2s ease-in-out, background, border-color;
    display: block;
    position: absolute;
    z-index: 25;
    cursor: pointer;
	top:15px;		
}

.product-slider .next {
    background: #dbdbdb url(idstore/default/images/qty_arrow_right_disabled.png) no-repeat center center;
}
.product-slider .next:hover{ background: url(idstore/default/images/qty_arrow_right_disabled-white.png) no-repeat center center;}
.product-slider .prev:hover{ background: url(idstore/default/images/qty_arrow_left_disabled-white.png) no-repeat center center;}
.product-slider .prev {
    background: #dbdbdb url(idstore/default/images/qty_arrow_left_disabled.png) no-repeat center center;
}
.product-slider .prev:hover, 
.product-slider .prev:focus,
.product-slider .next:hover,
.product-slider .next:focus {
    background-color: #FF4A4A;

}

.product-slider .prev:active,
.product-slider .next:active {
    
}
.widget_special_offers .product-slider .prev, .widget_special_offers .product-slider .next{

}

.next.disabled,
.prev.disabled {
    cursor:default!important;
}
/* left arrow */
.product-slider .prev {
	right: 36px;	
}
/* right arrow */
.product-slider .next {
	right: 0;
}
/* Media */

.product-slider .prev::selection{background: transparent;}
.product-slider .next::selection{background: transparent;}
.views-gallery {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:102px;
    margin:auto 0 15px;
}

.more-views  {
	height: 102px;
	margin: 0 auto;
}

.more-views .slide {
	width: 75px;
	margin-right:3px;
	border: 1px solid #ffffff;
	float:left;
}

.more-views .slide.active {
	border: 1px solid #cccccc;
}

.more-views .slide img {
}

.more-views .slide.last {
	margin-right:0;
}

.more-views-arrow.prev {
    position: absolute;
    z-index:1;
    right: 0;
	bottom: -2px;
	height: 105px;
	width: 23px;
    background-image: url(idstore/default/images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -7px -127px;

}

.more-views-arrow.next {
    position: absolute;
    z-index:1;
    right: 0;
	bottom: -2px;
	height: 105px;
	width: 23px;
    background-image: url(idstore/default/images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -49px -127px;
   
}
.more-views-arrow.prev:hover {
	background-image: url(idstore/default/images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -7px -246px;
	background-color: transparent !important;
}

.more-views-arrow.next:hover {
	 background-image: url(idstore/default/images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -49px -246px;
	background-color: transparent !important;
}

.more-views-arrow.prev,
.more-views-arrow.next {
	opacity: 1;
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
	
}

 .more-views-arrow.prev.disabled{
    background-image: url(idstore/default/images/product-big-arrow-sprite.jpg);
	background-repeat: no-repeat;
	background-position: -7px -7px;
    background-color: transparent !important;
}

 .more-views-arrow.prev.disabled:hover{
      background-image: url(idstore/default/images/product-big-arrow-sprite.jpg) !important;
    background-repeat: no-repeat;
    background-position: -7px -7px !important;
    background-color: transparent !important;
 }
 .more-views-arrow.next.disabled, .more-views-arrow.next.disabled:hover{
	     background-image: url(idstore/default/images/product-big-arrow-sprite.jpg) !important;
	background-repeat: no-repeat;
	background-position: -49px -7px !important;
    background-color: transparent !important;
 }
.more-views-arrow.prev:hover, 
.more-views-arrow.prev:focus,
.more-views-arrow.next:hover,
.more-views-arrow.next:focus {
}

.more-views-arrow.prev:active,
.more-views-arrow.next:active {
    
}


.deactive .more-views-arrow.prev,
.deactive .more-views-arrow.next {
    display:none;
}

/* left arrow */
.more-views-arrow.prev {
	left: 0;
}

/* right arrow */
.more-views-arrow.next {
	right: 0;
}


/* Carousel Related */


.related-arrow.prev,
.related-arrow.next
{	
    width: 23px;
    height: 25px;
    color: white;
    font-size: 16px;
    padding: 3px 5px;
    -webkit-transition: 0.2s ease-in-out, background, border-color;
    -moz-transition: 0.2s ease-in-out, background, border-color;
    -ms-transition: 0.2s ease-in-out, background, border-color;
    -o-transition: 0.2s ease-in-out, background, border-color;
    transition: 0.2s ease-in-out, background, border-color;
    display: block;
    position: absolute;
    z-index: 25;
    cursor: pointer;
	top:15px;		
}

.related-arrow.next {
    background: #CCC url(idstore/default/images/qty_arrow_right_disabled-white.png) no-repeat center center;
}
.related-arrow.prev {
    background: #CCC url(idstore/default/images/qty_arrow_left_disabled-white.png) no-repeat center center;
}
.related-arrow.prev:hover,
.related-arrow.prev:focus,
.related-arrow.next:hover,
.related-arrow.next:focus {
    background-color: #FF4A4A;
}

.related-arrow.prev:active,
.related-arrow.next:active {
    
}

.next.disabled{
    background: #fafafa url(idstore/default/images/qty_arrow_right_disabled.png) no-repeat 11px center;
}

.prev.disabled{
    background: #fafafa url(idstore/default/images/qty_arrow_left_disabled.png) no-repeat center center;
}

.prev.disabled:hover{
   background: #fafafa url(idstore/default/images/qty_arrow_left_disabled.png) no-repeat center center !important;
}

.next.disabled:hover{
     background: #fafafa url(idstore/default/images/qty_arrow_right_disabled.png) no-repeat 11px center !important;
}

.next.disabled,
.prev.disabled {
    cursor:default!important;
}

.next.disabled:hover,
.prev.disabled:hover{

}

.slide-feature.feature-responsive {
    background-position: 0 0;
}
.slide-feature.feature-responsive:hover {
    background-position: 0 -160px;
}

.slide-feature.feature-shortcodes {
    background-position: -160px 0;
}
.slide-feature.feature-shortcodes:hover {
    background-position: -160px -160px;
}

.slide-feature.feature-admin-panel {
    background-position: -320px 0;
}
.slide-feature.feature-admin-panel:hover {
    background-position: -320px -160px;
}

.slide-feature.feature-ajax {
    background-position: -480px 0;
}
.slide-feature.feature-ajax:hover {
    background-position: -480px -160px;
}
.tp-caption iframe{}
.tp-leftarrow, .tp-rightarrow{-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.tp-leftarrow{background: rgba(0, 0, 0, 0.4) url(idstore/default/images/big_slider_arrow_left.png) no-repeat 17px center;}
.tp-rightarrow{background: rgba(0, 0, 0, 0.4) url(idstore/default/images/big_slider_arrow_right.png) no-repeat 22px center;}
.tp-rightarrow:hover{background-position: 22px center !important;}
.tp-leftarrow:hover{background-position: 17px center !important;}

@media (min-width: 768px) and (max-width: 979px) {
	.slide-feature {
		zoom:0.85;
	}
    .tp-caption iframe{width: 372px !important;}
}


@media (max-width: 767px) {
	.slide-feature {
		zoom:0.55;
	}
    .tp-caption iframe{width: 215px !important;}
}


@media (max-width: 479px) {
	.slide-feature {
		zoom:0.35;
	}
    .tp-caption iframe{width: 140px !important;}
}
.tp-caption.main-caption {
			position: absolute; 
			color: #353535; 
			text-shadow: none; 
			font-weight: normal;
            text-transform: uppercase; 
			font-size: 50px; 
			line-height: 60px; 
			font-family: "Lato", Aial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background:rgba(255,255,255,0.50);	
			padding:4px 13px;
			letter-spacing: -1.5px;	
			font-weight:100;									
}

.tp-caption.heading-white {
			position: absolute; 
			color: #ffffff; 
			text-shadow: none; 
			font-weight: normal;
			text-align: center;
            text-transform: uppercase; 
			font-size: 20px; 
			line-height: 28px; 
			font-family: "Lato", Aial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			padding:4px 10px;
			letter-spacing: 1.5px;	
			font-weight:100;									
}

.tp-caption.main-text-white {
			position: absolute; 
			color: #ffffff; 
			text-align: center;
			font-weight: normal;
			font-size: 18px; 
			line-height: 24px; 
			font-family:  "Open Sans",sans-serif; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			padding:10px;
			font-weight:100;									
}
.tp-caption.main-text {
			position: absolute; 
			color: #656565; 
			text-align: center;
			font-weight: normal;
			font-size: 18px; 
			line-height: 24px; 
			font-family:  "Open Sans",sans-serif; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			padding:10px;
			font-weight:100;									
}
.tp-caption.big_red{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: normal;
            text-transform: uppercase; 
			font-size: 30px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 10px 20px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#ff4a4a;	
			letter-spacing: -1.5px;										
}
        
.tp-caption.big_gray{
			position: absolute; 
			color: #6d6d6d; 
			text-shadow: none; 
            text-transform: uppercase; 
			font-size: 30px; 
			line-height: 36px; 
			font-family: "Open Sans"; 
			font-weight: 300 !important;
			padding: 10px 20px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			letter-spacing: -1.5px;	
            text-align: center;									
		}

.tp-caption.simple_text{
			position: absolute; 
			color: #444444; 
			text-shadow: none; 
			font-weight: normal;
			font-size: 20px; 
			font-family: Arial; 
			padding: 10px 20px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#edeff2;	
			letter-spacing: -1.5px;										
		}

.tp-caption.simple_text2{
			position: absolute; 
			color: #444444; 
			text-shadow: none; 
			font-weight: normal;
			font-size: 20px; 
			font-family: Arial; 
			padding: 10px 20px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			letter-spacing: -1.5px;	
            text-align: center;									
		}

.tp-caption.big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			padding-top: 1px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#000;	
			letter-spacing: -1.5px;										
		}

.tp-caption.big_orange{
			position: absolute; 
			color: #ff7302; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}	
					
.tp-caption.big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}		

.tp-caption.medium_grey{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Arial; 
			padding: 2px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#888;		
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
.tp-caption.small_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 14px; 
			line-height: 20px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
.tp-caption.medium_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
.tp-caption.large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 40px; 
			line-height: 40px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
.tp-caption.very_large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: -2px;		
		}
					
.tp-caption.very_big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#000;		
					}	
					
.tp-caption.very_big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#fff;		
					}
					
.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}
											
.tp-caption.black{
		color: #000; 
		text-shadow: none;		
	}	
					
.tp-caption.noshadow {
		text-shadow: none;		
	}			
	/* Reset - A few useful declerations to stop other peoples CSS interfering with our own */

.sxy-zoom-container .sxy-zoom-viewport img { max-width: none !important; border-radius: 0 !important; }

/* Global */

.sxy-zoom-container { /* -moz-box-shadow: 0 1px 6px #aaa; -webkit-box-shadow: 0 1px 6px #aaa; box-shadow:  0 1px 6px #aaa; */}
.sxy-zoom-container .sxy-zoom-viewport { z-index: 1000; }

.sxy-zoom-container img { border: 0; }
.sxy-zoom-container div { margin: 0; padding: 0; border: 0; }

.sxy-zoom-container .sxy-zoom-dragpad, .sxy-zoom-container .sxy-overlay, .sxy-zoom-container .inner-thumb, .sxy-zoom-container .sxy-zoom-bg { width: 100%; height: 100%; }

.sxy-zoom-bg { left: 0; top: 0; position: absolute; }

.sxy-zoom-container .sxy-controls { height: 100%; }
.sxy-zoom-container .overlay { height: 100%; }
.sxy-zoom-container .sxy-slider { height: 100%; }

.sxy-zoom-container .sxy-zoom-dragpad { position: absolute !important; left: 0; top: 0; }

/* Controls */

.sxy-zoom-container .sxy-controls
{   
    box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;      
    width: 26px;
    left: -26px;
    top: 0px;
    position: absolute;
    overflow: hidden;
    filter:inherit;
}
 
.sxy-zoom-container .sxy-controls .overlay
{ 
    position: absolute;
  top: 0px;
  left: 0px;
    width: 26px; 
    border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px;
    background:#fff;
   filter: inherit;
}

.sxy-zoom-container .in {    filter:inherit;  left: 2px; width: 22px; height: 23px; background:  url(idstore/default/images/controls.png) 0px -15px; position: relative; display: block; top: 3px;}
.sxy-zoom-container .out { filter:inherit; width: 22px; height: 23px; background:  url(idstore/default/images/controls.png) 0px -38px; position: relative; left: 2px; display: block; }
.sxy-zoom-container .sxy-slider { filter:inherit; background:  url(idstore/default/images/controls.png) -25px 0px repeat-y; position: relative;} 
.sxy-zoom-container .sxy-handle { filter:inherit; left: 2px; width: 20px; height: 16px; background:  url(idstore/default/images/controls.png) 0px 0px no-repeat; top: 20px; position: absolute;font-size: 0; }
 
/* Mode :: Common */ 
 
.sxy-zoom-container { position: relative; }

  .sxy-zoom-container .sxy-zoom-viewfinder { position: absolute; border: 1px solid #d9cfba; border:1px solid rgba(255,255,255,0.4);  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
  
  .sxy-zoom-container .inner-thumb { position: absolute; top: 0; left: 0; }
  
  .sxy-zoom-container .sxy-zoom-dragpad { position: relative; }
    .sxy-zoom-container .sxy-zoom-dragpad .sxy-overlay { position: absolute; top: 0px; left: 0px; }
  
  .sxy-zoom-container .sxy-zoom-viewport { position: absolute; overflow: hidden; top:0; }
    .sxy-zoom-container .sxy-zoom-viewport img { position: absolute; }

  .sxy-zoom-container.sxy-zoom-loading .sxy-loading { background: #fff; padding: 5px; position: absolute; top:0; left:0; margin: 5px;  border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); opacity: 0.35;  filter: alpha(opacity = 35);}
    .sxy-zoom-container.sxy-zoom-loading .sxy-loading  span { background: url(idstore/default/images/loading.gif) no-repeat; width: 25px; height: 25px; display: block;}

    
/* Mode :: Dock */

  .sxy-zoom-mode-dock  .sxy-zoom-viewport { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border: 1px solid #ccc; position: absolute; overflow: hidden; top:0; box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);  -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);}
      .sxy-zoom-mode-dock  .sxy-zoom-dragpad .sxy-overlay { background: #000000; opacity: 0.0; filter: alpha(opacity = 0); }
      
/* Mode :: Window */

  .sxy-zoom-mode-window .sxy-zoom-viewfinder { z-index: 1001; }
      
/* Mode :: Lens */

  .sxy-zoom-mode-lens  .sxy-zoom-viewport { border: 1px solid #000; position: absolute; overflow: hidden; top:0; box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); }
    
/* Mode :: Slippy */

  .sxy-zoom-mode-slippy  .sxy-zoom-dragpad { cursor: pointer; }
  .sxy-zoom-mode-slippy  .sxy-zoom-dragpad.down { cursor: move; } 
/*! jQuery UI - v1.11.4 - 2015-05-05
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}/*
a {
    color: #0000FF;
}
*/
.related-modal .product-name {
    text-align: left;
}

.related-modal .price-box {
    margin-left: 75px;
}

.related-modal .last .product-information {
   padding-bottom: 0px;
}

.related-modal .product-grid {
    width: inherit !important;
}

.emodal {
    top: 17% !important;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.related-modal .product-grid .price-box,
.related-modal .product-grid .btn-cont {
    width: inherit !important;;
}

.light-chechout-remove-td {
    display: table-cell !important;
}

.print-only {
    display: none !important;
}

body {
    font-family: Verdana, Geneva, sans-serif;
}

#after_footer_menu {
    width: inherit;
}

.form-search .search-autocomplete {
    display: none;
}

.bottom-sidebar .product-grid img {
    width: 100%!important; /* for IE compatibility */
}

.wheretobuy_content li {
    color: #000000;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    width: 178px;
}

.policies .title {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}

.whats-in-the-box .title {
    text-transform: uppercase;
}

.comparison_content table,
.comparison_content th,
.comparison_content td {
    border: 1px solid;
}

.comparison_content td.image {
    text-align: right;
}

.cms-page-view .col-main a,
.product-collateral .std a,
.short-description a,
.box-additional a {
    text-decoration: underline;
}

.container-manuals a {
    text-decoration: none !important;
}

#submit,.button {
    background:#EEAF00;
}

#submit,.button:hover {
    background:#CCC !important;
}

.et-menu-title i.icon-reorder{
    color: #FFF;
}

.et-menu-title i.icon-reorder:hover{
    color: #EEAF00;
}

#product-review-table td {
    text-align: center;
}

.sp-methods input[type="radio"] {
    vertical-align: top;
}

.sp-methods label {
    display: inline-block;
}

.sp-methods dt {
    clear: both;
    margin-top: 0px;
}

.sp-methods ul {
    margin-bottom: 30px;
}

#form-validate input,
#login-form input,
#review-form input, #review-form select, #review-form textarea,
#warrenty_registration_form input, #warrenty_registration_form select, #warrenty_registration_form textarea,
#contact_form input, #contact_form select, #contact_form textarea,
#presidentForm input, #presidentForm textarea {
    border-color: #c5c5c5;
}

.dcj-textarea {
    width: 255px;
    padding: 0px;
}

.container_footer_bg, .footer_container {
    background: #000;
}

.ask_the_president_footer_pages {
    background: url('idstore/default/images/ask_president_footer_pages.jpg') no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 84px;
}

#our_policies_column {
    margin: 0 auto;
    width: 150px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu > ul > li > ul li {
    background-color: black;
}

.menu > ul > li > ul li:hover {
    background: black;
}

.menu > ul > li > ul li a {
    color: white;
}

.menu > ul > li > ul li a:hover {
    color: #EEAF00;
}

.bottom-sidebar {
    width: 290px !important;
}

.menu > ul > li > a {
    text-shadow: none;
    color: #fff;
}

.menu > ul > li > a:hover {
    color: #EEAF00;
}

.fixed-header-area, .fixed-header-area .fixed-header, .header-container {
    background-color: #000;
}

.newsletter_footer_pages, .newsletter_footer_pages label {
    font-size: 15px;
}

.form_newsletter .submit {
    color: #000;
}

[data-id="Email Address:input"] {
    width: 160px;
    margin-top: 10px;
    height: 16px !important;
}

.footer_stay_in_touch li:first-of-type a {
    display: inline-table;
}

.footer_stay_in_touch li {
    margin-bottom: 20px;
}

.footer_block1 img {
    max-width: 100%;
}

.f-contacts {
    font-weight: bold;
    text-transform: uppercase;
}

.f-contacts p {
    margin-bottom: 30px;

}

.footer_block1 {
    font-size: 17px;
    color: #eeaf00;
}

.footer_title {
    font-size: 18px;
    font-weight: bold;
}

.footer_menu {
    padding-left: 0px;
}

.footer-big-block {
    font-size: 17px;
}

.footer_menu li {
    list-style: none;
    margin-bottom: 26px;
}

.footer_block1 a,.footer_menu li a {
    color: #eeaf00;
}

.footer-logos {
    float: right !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logos a {
    float: right;
    margin: 0 12px;
}

.footer-phone em, .footer-mail em, .footer-home em {
    margin-top: 0px;
}

.footer-phone, .footer-mail, .footer-home {
    cursor: auto;
}

.footer-phone img, .footer-mail img{
    vertical-align: text-top;
}

.form_newsletter .button {
    font-weight: 900;
    font-size: large;
    line-height: 26px;
    padding: 0px 5px 0px 3px;
}

.menu > ul > li.block_li > .nav_block:before {
    content: "";
    width: 100%;
    height: 35px;
    position: absolute;
    top: -20px;
    z-index: -1;
    display: block;
}

.menu > ul > li > a {
	font-size: 11px;
}

@media (min-width: 1600px) {
	.menu > ul > li > a {
		font-size: 13px;
	}
}

/* .header-variant5 .span5 {
    width: 390px;
} */

#header-links {
	float: right;
	padding-right: 50px;
}

#homepage_container [class*="span"] {
    margin-bottom: 20px
}

#home_banner {
    height: 60px;
    background: url('idstore/default/homepage/Banner/banner-1-1170x60.jpg') no-repeat;
    background-size: 100% 100%;
}

#home_ko_video {
    height: 352px;
    background: url('idstore/default/homepage/Feature/Feature%20-%20MKD%20-%20670x352.jpg') no-repeat;
    background-size: 100% 100%;
}

#home_warranty, #home_warranty_mobile {
    height: 247px;
    background: url('idstore/default/homepage/Warranty/Warranty%20-%20270x494.jpg') no-repeat;
    background-size: cover;
}

#home_warranty_mobile {
	display: none;
}

#home_warranty:hover, #home_warranty_mobile:hover {
    background-position: 0 100% !important;
}

#home_drilldoctor_too {
    height: 247px;
    background: url('idstore/default/homepage/Drill_doctor/WSC-1-370x494.jpg') no-repeat;
    background-size: cover;
}

#home_drilldoctor_too:hover {
    background-position: 0 100% !important;
}

#home_choose_sharpener #heading-image {
    height: 60px;
    background: url('idstore/default/homepage/Sharpeners/Choose%20Your%20Sharpener%20-%20470x60.jpg') no-repeat;
    background-size: 100% 100%;
    border-bottom: 3px solid #fff;
}

#home_choose_sharpener [class*="span"]:hover {
    background-position: 0 100% !important;
}

#home_choose_sharpener  [class*="span"]{
    width: 157px;
    height: 109px;
    margin: 0px !important;
}

#home_choose_sharpener  #manual {
    background: url('idstore/default/homepage/Sharpeners/Manual%20-%20157x218.jpg') no-repeat;
    background-size: cover;
}

#home_choose_sharpener  #power {
    background: url('idstore/default/homepage/Sharpeners/Power%20-%20156x218.jpg') no-repeat;
    background-size: cover;
    width: 156px;
}

#home_choose_sharpener  #woodworking {
    background: url('idstore/default/homepage/Sharpeners/Woodworking%20-%20157x218.jpg') no-repeat;
    background-size: cover;
}

#comparison-chart {
    height: 20px;
    margin-bottom: 26px;
    background: url('idstore/default/homepage/Sharpeners/Product%20Comparison%20Button%20-%20470x20.jpg') no-repeat;
    background-size: 100% 100%;
    clear: both;
}

#home_choose_application #heading-image {
    height: 60px;
    margin-bottom: 2px;
    background: url('idstore/default/homepage/Application/Quick%20Reference%20Masthead%20-%20470x60.jpg') no-repeat;
    background-size: 100% 100%;
}

#home_choose_application  [class*="span"]{
    height: 76px;
    width: 156px;
    margin: 0px !important;
}

#home_choose_application #videos {
    background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20157x150%20-%20Videos.jpg') no-repeat;
    background-size: cover;
}

#home_choose_application #videos:hover{
    background-position: 0 100% !important;
}

#home_choose_application #guides{
    background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20157x150%20-%20User%20Guides.jpg') no-repeat;
    background-size: cover;
}

#home_choose_application #guides:hover{
    background-position: 0 100% !important;
}

#home_choose_application #product-comparison{
    background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20157x150%20-%20Comparison.jpg') no-repeat;
    background-size: cover;
}

#home_choose_application #product-comparison:hover{
    background-position: 0 100% !important;
}

#home_belts_abrasives {
    height: 163px;
    margin-bottom: 20px;
    background: url('idstore/default/homepage/Belts_and_abbrasives/Belts%20and%20Abrasives%20-%20470x326.jpg') no-repeat;
    background-size: cover;
}

#home_belts_abrasives:hover {
    background-position: 0 100% !important;
}

#home_dealer {
    height: 67px;
    background: url('idstore/default/homepage/Where_to_buy/Where%20To%20Buy%20-%20470x134.jpg') no-repeat;
    background-size: cover;
}

#home_dealer:hover {
    background-position: 0 100% !important;
}

@media (min-width: 1600px) {
    #home_choose_application #heading-image {
        margin-bottom: 3px;
    }

    #home_choose_application  [class*="span"]{
        height: 75px;
    }
    .footer_container .span3 {
        width: 220px;
    }

    #home_belts_abrasives {
        margin-bottom: 17px;
    }

    .footer_container .span3 {
        margin-left: 70px;
    }

    #home_choose_application  a:first-of-type [class*="span"],
    #home_choose_application  a:last-of-type [class*="span"] {
        width: 157px;
    }
}

@media (min-width: 980px) and (max-width: 1599px) {

    .dcj-textarea {
        width: 254px;
    }

    #home_choose_sharpener #heading-image {
        background: url('idstore/default/homepage/Sharpeners/Choose%20Your%20Sharpener%20-%20380x60.jpg') no-repeat;
    }

    #home_choose_sharpener  [class*="span"]{
        width: 127px;
    }

    #home_choose_sharpener  #manual {
        background: url('idstore/default/homepage/Sharpeners/Manual%20-%20127x218.jpg') no-repeat;
    }

    #home_choose_sharpener  #power {
        background: url('idstore/default/homepage/Sharpeners/Power%20-%20126x218.jpg') no-repeat;
        width: 126px;
    }

    #home_choose_sharpener  #woodworking {
        background: url('idstore/default/homepage/Sharpeners/Woodworking%20-%20127x218.jpg') no-repeat;
    }

    #comparison-chart {
        background: url('idstore/default/homepage/Sharpeners/Product%20Comparison%20Button%20-%20380x20.jpg') no-repeat;
    }

    #home_choose_application #heading-image {
        background: url('idstore/default/homepage/Application/Quick%20Reference%20Masthead%20-%20380x60.jpg') no-repeat;
        margin-bottom: 3px;
    }

    #home_choose_application  [class*="span"]{
        width: 126px;
        height: 75px;
    }

    #home_choose_application #videos{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20125x150%20-%20Videos.jpg') no-repeat;
    }

    #home_choose_application #guides{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20125x150%20-%20User%20Guides.jpg') no-repeat;
    }

    #home_choose_application #product-comparison{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20125x150%20-%20Comparison.jpg') no-repeat;
    }

    .bottom-sidebar {
        width: 230px !important;
    }

    #home_ko_video {
        background: url('idstore/default/homepage/Feature/Feature%20-%20MKD%20-%20540x352.jpg') no-repeat;
    }

    #home_banner {
        background: url('idstore/default/homepage/Banner/banner-2-940x60.jpg') no-repeat;
    }

    #home_drilldoctor_too {
        height: 200px;
        background: url('idstore/default/homepage/Drill_doctor/WSC-2-300x400.jpg') no-repeat;
    }

    #home_warranty {
        height: 200px;
        background: url('idstore/default/homepage/Warranty/Warranty%20-%20220x400.jpg') no-repeat;
    }

    #home_belts_abrasives {
        height: 131px;
        margin-bottom: 16px;
        background: url('idstore/default/homepage/Belts_and_abbrasives/Belts%20and%20Abrasives%20-%20380x262.jpg') no-repeat;
    }

    #home_dealer {
        height: 53px;
        background: url('idstore/default/homepage/Where_to_buy/Where%20To%20Buy%20-%20380x106.jpg') no-repeat;
    }
    .home_sharpener_image {
        margin-left: 3px
    }
}


@media (min-width: 768px) and (max-width: 979px) {
    .bottom-sidebar, .product-collateral {
        width: 100% !important;
    }

    .dcj-textarea {
        width: 254px;
    }

    #home_choose_sharpener #heading-image {
        height: 40px;
        background: url('idstore/default/homepage/Sharpeners/Choose%20Your%20Sharpener%20-%20290x40.jpg') no-repeat;
    }

    #home_choose_sharpener  [class*="span"]{
        height: 114px;
        width: 97px;
    }

    #home_choose_sharpener  #manual {
        background: url('idstore/default/homepage/Sharpeners/Manual%20-%2097x228.jpg') no-repeat;
    }

    #home_choose_sharpener  #power {
        background: url('idstore/default/homepage/Sharpeners/Power%20-%2096x228.jpg') no-repeat;
        width: 96px;
    }

    #home_choose_sharpener  #woodworking {
        background: url('idstore/default/homepage/Sharpeners/Woodworking%20-%2097x228.jpg') no-repeat;
    }

    #comparison-chart {
        background: url('idstore/default/homepage/Sharpeners/Product%20Comparison%20Button%20-%20290x20.jpg') no-repeat;
    }

    #home_choose_application #heading-image {
        height: 40px;
        background: url('idstore/default/homepage/Application/Quick%20Reference%20Masthead%20-%20290x40.jpg') no-repeat;
    }

    #home_choose_application  [class*="span"]{
        height: 114px;
        width: 96px;
        margin-top: 2px !important;
    }

    #home_choose_application #videos{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%2097x228%20-%20Videos.jpg') no-repeat;
    }

    #home_choose_application #guides{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%2097x228%20-%20User%20Guides.jpg') no-repeat;
    }

    #home_choose_application #product-comparison{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%2097x228%20-%20Comparison.jpg') no-repeat;
    }

    #our_policies_column {
        margin: 0 0;
        width: 100%;
    }

    .footer_container .footer-big-block {
        clear: left;
    }

    #home_ko_video {
        background: url('idstore/default/homepage/Feature/Feature%20-%20MKD%20-%20414x352.jpg') no-repeat;
    }

    #home_banner {
        background: url('idstore/default/homepage/Banner/banner-3-724x60.jpg') no-repeat;
    }

    #home_drilldoctor_too {
        height: 152px;
        background: url('idstore/default/homepage/Drill_doctor/WSC-3-228x304.jpg') no-repeat;
    }

    #home_warranty {
        height: 152px;
        background: url('idstore/default/homepage/Warranty/Warranty%20-%20166x304.jpg') no-repeat;
    }

    #home_belts_abrasives {
        height: 100px;
        margin-bottom: 11px;
        background: url('idstore/default/homepage/Belts_and_abbrasives/Belts%20and%20Abrasives%20-%20290x200.jpg') no-repeat;
    }

    #home_dealer {
        height: 41px;
        background: url('idstore/default/homepage/Where_to_buy/Where%20To%20Buy%20-%20290x82.jpg') no-repeat;
    }

    .footer_block1:nth-child(2) {
        height: 250px;
    }
    .after_footer {
        justify-content: center;
    }
    .footer-logos {
        margin-top: 12px;
    }
    #after_footer_menu {
        margin-left: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .form-list #shipping-new-address-form .input-box,
    #billing-new-address-form .input-box,
    #checkout-payment-method-load .input-box {
        width: 100%;
    }

    .dcj-textarea {
        width: 195px !important;
    }

    #home_choose_sharpener #heading-image {
        height: 60px;
        background: url('idstore/default/homepage/Sharpeners/Choose%20Your%20Sharpener%20-%20460x60.jpg') no-repeat;
    }

    #home_choose_sharpener  [class*="span"]{
        width: 153px;
    }

    #home_choose_sharpener  #manual {
        background: url('idstore/default/homepage/Sharpeners/Manual%20-%20153x218.jpg') no-repeat;
    }

    #home_choose_sharpener  #power {
        background: url('idstore/default/homepage/Sharpeners/Power%20-%20154x218.jpg') no-repeat;
        width: 154px;
    }

    #home_choose_sharpener  #woodworking {
        background: url('idstore/default/homepage/Sharpeners/Woodworking%20-%20153x218.jpg') no-repeat;
    }

    #comparison-chart {
        background: url('idstore/default/homepage/Sharpeners/Product%20Comparison%20Button%20-%20460x20.jpg') no-repeat;
    }

    #home_choose_application #heading-image {
        height: 60px;
        margin-bottom: 2px;
        background: url('idstore/default/homepage/Application/Quick%20Reference%20Masthead%20-%20460x60.jpg') no-repeat;
        background-size: 100% 100%;
    }

    #home_choose_application  [class*="span"]{
        height: 109px;
        width: 153px;
    }

    #home_choose_application #videos{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20153x218%20-%20Videos.jpg') no-repeat;
    }

    #home_choose_application #guides{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20153x218%20-%20User%20Guides.jpg') no-repeat;
    }

    #home_choose_application #product-comparison{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%20153x218%20-%20Comparison.jpg') no-repeat;
    }

    .footer_container .span3 {
        width: 220px;
        margin-right: 10px !important;
    }

    .footer_container .footer-big-block {
        clear: left;
    }

    .bottom-sidebar {
        width: 100% !important;
    }

	#home_warranty {
		display: none;
	}

    #home_warranty_mobile {
    	display: block;
        height: 247px;
        background: url('idstore/default/homepage/Warranty/Warranty%20-%20460x494.jpg') no-repeat;
    }

    #home_banner {
        background: url('idstore/default/homepage/Banner/banner-4-460x60.jpg') no-repeat;
    }

    .header-variant5 .span5 {
        float: right!important;
        width: auto;
    }

    #home_belts_abrasives {
        height: 159px;
        background: url('idstore/default/homepage/Belts_and_abbrasives/Belts%20and%20Abrasives%20-%20460x318.jpg') no-repeat;
    }

    #home_dealer {
        height: 65px;
        background: url('idstore/default/homepage/Where_to_buy/Where%20To%20Buy%20-%20460x130.jpg') no-repeat;
    }

    #home_drilldoctor_too {
        height: 247px;
        background: url('idstore/default/homepage/Drill_doctor/WSC-4-460x494.jpg') no-repeat;
    }

    #home_ko_video {
        background: url('idstore/default/homepage/Feature/Feature%20-%20MKD%20-%20460x263.jpg') no-repeat;
        height: 258px;
    }

    .footer-logos {
        float: none!important;
    }

    .footer_block1:nth-child(2) {
        height: 250px;
    }
}

@media (max-width: 479px) {

    #opc-review .data-table th, #opc-review .data-table td {
        padding: 15px 3px;
    }

    .dcj-textarea {
        width: 232px !important;
    }

    #home_choose_sharpener #heading-image {
        height: 40px;
        background: url('idstore/default/homepage/Sharpeners/Choose%20Your%20Sharpener%20-%20280x40.jpg') no-repeat;
    }

    #home_choose_sharpener  [class*="span"]{
        float: left;
        height: 114px;
        width: 93px;
    }

    #home_choose_sharpener  #manual {
        background: url('idstore/default/homepage/Sharpeners/Manual%20-%2093x228.jpg') no-repeat;
    }

    #home_choose_sharpener  #power {
        background: url('idstore/default/homepage/Sharpeners/Power%20-%2094x228.jpg') no-repeat;
        width: 94px;
    }

    #home_choose_sharpener  #woodworking {
        background: url('idstore/default/homepage/Sharpeners/Woodworking%20-%2093x228.jpg') no-repeat;
    }

    #comparison-chart {
        background: url('idstore/default/homepage/Sharpeners/Product%20Comparison%20Button%20-%20280x20.jpg') no-repeat;
    }




    #home_choose_application #heading-image {
        height: 60px;
        margin-bottom: 1px;
        background: url('idstore/default/homepage/Application/Quick%20Reference%20Masthead%20-%20280x60.jpg') no-repeat;
        background-size: 100% 100%;
    }

    #home_choose_application  [class*="span"]{
        float: left;
        height: 114px;
        width: 93px;
        margin-top: 2px !important;
    }

    #home_choose_application #videos{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%2093x228%20-%20Videos.jpg') no-repeat;
    }

    #home_choose_application #guides{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%2093x228%20-%20User%20Guides.jpg') no-repeat;
    }

    #home_choose_application #product-comparison{
        background: url('idstore/default/homepage/Application/Quick%20Reference%20-%2093x228%20-%20Comparison.jpg') no-repeat;
    }

    .footer_container .span3 {
        width: 280px;
    }
    .footer-logos {
        width: 100%;
        flex-flow: column;
    }
    .footer-logos a {
        margin: 12px 0;
    }

    .ask_the_president_footer_pages {
        background-position-x: center;
    }

    .f-contacts p:last-child {
        text-align: center;
    }

    .bottom-sidebar {
        width: 100% !important;
    }

    .header-variant5 .span5 {
        width: 100%;
    }

    #home_banner {
        background: url('idstore/default/homepage/Banner/banner-5-280x60.jpg') no-repeat;
    }

	#home_warranty {
		display: none;
	}

    #home_warranty_mobile {
    	display: block;
        margin-top: 20px;
        height: 224px;
        background: url('idstore/default/homepage/Warranty/Warranty%20-%20280x448.jpg') no-repeat;
    }

    #home_belts_abrasives {
        height: 97px;
        background: url('idstore/default/homepage/Belts_and_abbrasives/Belts%20and%20Abrasives%20-%20280x194.jpg') no-repeat;
    	margin-top: 20px;
    }

    #home_dealer {
        height: 39px;
        background: url('idstore/default/homepage/Where_to_buy/Where%20To%20Buy%20-%20280x78.jpg') no-repeat;
    }

    #home_drilldoctor_too {
        height: 186px;
        background: url('idstore/default/homepage/Drill_doctor/WSC-5-280x372.jpg') no-repeat;
    }

    #home_ko_video {
        background: url('idstore/default/homepage/Feature/Feature%20-%20MKD%20-%20280x158.jpg') no-repeat;
        height: 158px;
    }

    .logo {
        margin-left: 20px;
    }
    br.visible-xxs {
        display:block;
    }
}


@media (max-width: 979px) {

}

@media (min-width: 980px) {

}



#homepage-main {
    /*width: 975px;*/
    /*margin: 0px auto;*/
}

#homepage-container {
	padding-top: 30px;
}

#homepage-container a {
	display: block;
}

#homepage-container .row-one {
	padding: 15px 0px; 
	line-height: 0px;
}

#homepage-container .row-one .ken-onion-left {
	float:left; 
	margin-right: 10px; 
}


#homepage-container .row-one .sharpener-application {
	padding: 0px; display: inline-block; width: 438px;
}

#homepage-container #choose-your-sharpener {
	line-height: normal; 
	text-align: center; 
	/*float:right; */
	padding: 0px; 
	width: 438px; 
	height: 137px;
}

#homepage-container #choose-your-sharpener a {
	font-size: 9px; 
	font-family: Verdana, Geneva, sans-serif; 
	text-decoration: none; 
	color: white; 
	display:inline-block; 
	margin: 50px 5px 0 5px;
}

#homepage-container #choose-your-sharpener a div {
	width:90px; 
	height:57px;
}

#homepage-container .row-one .sharpener-application #choose-by-application {
	float:right; 
	padding: 0px; 
	width: 438px; 
	height: 121px;
	text-align: center;
}

#homepage-container #warranty-registration {
	display:inline-block; 
	margin-right: 10px; 
	clear:both;
}

#homepage-container #warranty-registration div {
	width: 250px; height: 200px; 
}
	
#homepage-container .homepage-right {
	display:inline-block; 
	margin-right: 10px;
}

#homepage-container #belts-abrasives {
	display: block;
}

#homepage-container #belts-abrasives div {
	width:390px; 
	height: 135px;
}

#homepage-container #find-dealer {
	display:block; 
	margin-top: 10px;
}

#homepage-container #find-dealer div {
	width: 390px; 
	height: 55px;
}

#homepage-container #drill-doctor-too {
	display:inline-block;
}

#homepage-container #drill-doctor-too div {
	width: 300px; 
	height: 200px; 
}

#homepage-container #drill-doctor-too div:hover {
	background-position: 0 100% !important;
}

#homepage-container #find-dealer div:hover {
	background-position: 0 100% !important;
}

#homepage-container #belts-abrasives div:hover {
	background-position: 0 100% !important;
}

#homepage-container #warranty-registration div:hover {
	background-position: 0 100% !important;
}

#homepage-container #choose-by-application a {
	font-size: 9px; 
	font-family: Verdana, Geneva, sans-serif; 
	text-decoration: none; 
	color: white; 
	display:inline-block; 
	margin: 51px 0 0 0;
}

#homepage-container #choose-by-application a div {
	width:110px; 
	height:70px;
}

#homepage-container #choose-by-application a div:hover {
	background-position: 0 100% !important;
}

/*
	Tab Panels
*/

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	text-decoration: underline;
}

.marketing-header, .marketing-header a {
	background-color: black;
	color: #eeaf00;
	text-align: center;
}

.marketing-header .container p {
	font-size: 18px; 
	font-weight: bold; 
	font-family: Verdana, Geneva, sans-serif; 
	padding: 15px 0; 
	margin-bottom: 0;
}

.table-condensed th, .table-condensed td {
    padding: 4px 4px;
}

.grecaptcha-badge {
    box-shadow: none !important;
}

#captchaBadge iframe {
    -ms-zoom: 0.65;
    -moz-transform: scale(0.65);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.65);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.65);
    -webkit-transform-origin: 0 0;
}
