/* Main style */
/**
	 * 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     default_default
	 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
	 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
	 */
/* Reset ================================================================================= */
* {
  margin: 0;
  padding: 0;
}
#mobile-nav {
  display: none;
}
body {
  font-family: "Open Sans";
}
a {
  color: #666666;
}
a:focus,
a:hover {
  color: #13c1e4;
  text-decoration: none;
}
#mobile-nav {
  display: none;
  float: left;
  border: 1px solid #e6e6e6;
}
#mobile-nav .btn-sidebar {
  padding: 0 15px 0 35px;
  margin: 0;
  background: none;
}
#mobile-nav .btn-sidebar > span {
  height: 40px;
  line-height: 40px;
  font-size: 100%;
  text-transform: normal;
  color: #666666;
  position: relative;
}
#mobile-nav .btn-sidebar > span:before {
  position: absolute;
  content: "\f0c9";
  top: -10px;
  left: -20px;
  font-size: 14px;
  font-family: "FontAwesome";
  color: #666666;
}
#mobile-nav:hover .btn-sidebar > span {
  color: #13c1e4;
  background: none;
}
#mobile-nav:hover .btn-sidebar > span:before {
  color: #13c1e4;
}
#mobile-nav.actived > span {
  background: none !important;
}
img {
  border: 0;
  vertical-align: top;
}
a:focus {
  outline: 0;
  text-decoration: none;
  color: #13c1e4;
}
/* Headings */
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 120%;
}
h5,
h6 {
  font-size: 110%;
}
/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
/* Content */
p {
  margin: 0 0 10px;
}
strong {
  font-weight: 600 !important;
}
address {
  font-style: normal;
  line-height: 1.35;
}
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;
  margin: 0;
}
/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !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;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
body.page-popup {
  font-size: 12px;
  padding: 20px 30px 30px;
}
body.page-popup .page-title.category-title {
  margin-top: 0;
}
body.page-popup .page-title.category-title > * {
  font-size: 133.33%;
  text-transform: uppercase;
  color: #333;
  display: none;
}
body.page-popup .page-title h1 {
  float: left;
  font-weight: normal;
  margin-top: 0px;
  text-transform: uppercase;
}
body.page-popup .page-title .link-print {
  background: url("../images/i_print.gif") 0 2px no-repeat;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
  float: right;
}
body.page-popup .data-table thead th,
body.page-popup .data-table tbody th {
  background: #CCC;
  padding-left: 10px;
  padding-right: 10px;
}
body.page-popup .compare-table td {
  vertical-align: top;
}
body.page-popup .compare-table td button {
  margin: 0 0;
}
body.page-popup .compare-table thead th,
body.page-popup .compare-table thead td {
  padding-top: 5px;
  padding-bottom: 0;
  text-align: center;
}
body.page-popup .product-name {
  line-height: normal;
  margin-bottom: 10px;
}
body.page-popup .ratings {
  display: inline-block;
}
body.page-popup .ratings,
body.page-popup .price-box {
  text-align: center;
  display: inline-block;
  float: none;
}
body.page-popup .ratings .old-price,
body.page-popup .price-box .old-price,
body.page-popup .ratings .special-price,
body.page-popup .price-box .special-price,
body.page-popup .ratings .regular-price,
body.page-popup .price-box .regular-price {
  float: none;
  display: inline-block;
}
body.page-popup .ratings .price,
body.page-popup .price-box .price {
  font-size: 183.33%;
}
body.page-popup .ratings .amount {
  margin: -2px 0 0 20px;
  float: left;
}
body.page-popup .add-to-links {
  list-style: none;
  margin: 0 0;
  text-align: center;
}
body.page-popup .product-shop-row td,
body.page-popup .add-to-row td {
  text-align: center;
}
/* Global Styles ========================================================================= */
/* Form Elements */
button,
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 {
  font-size: 100%;
  border: 1px solid #ccc;
  margin-bottom: 9px;
  /*-webkit-appearance: none;*/
  outline: 0;
}
input[type="text"],
textarea,
input[type="password"] {
  -webkit-appearance: none;
}
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;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
label,
.label {
  font-size: 100%;
  margin-bottom: 9px;
  color: #333;
}
select {
  border: 1px solid #ccc;
  margin: 0;
  padding: 2px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select:focus {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input.input-text {
  height: 32px;
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.input-text:focus {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.input-text.validation-failed {
  border-color: #19aad1 !important;
}
textarea {
  width: 100%;
  min-height: 150px;
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea:focus {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea.validation-failed {
  border-color: #19aad1 !important;
}
.clr {
  clear: both;
}
.price-box {
  float: left;
}
.price-box p {
  margin-bottom: 0;
  line-height: 100%;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label,
.price-box .regular-price .price-label {
  display: none !important;
}
.price-box .price {
  line-height: 100%;
  color: #333333;
}
.price-box .regular-price {
  line-height: 100%;
}
.price-box .regular-price .price {
  font-size: 184.61%;
}
.price-box .special-price,
.price-box .minimal-price {
  float: left;
}
.price-box .special-price .price,
.price-box .minimal-price .price {
  font-size: 184.61%;
}
.price-box .old-price {
  float: left;
  margin-left: 5px;
}
.price-box .old-price .price {
  position: relative;
  color: #999999;
  float: left;
  margin-top: 8px;
  font-size: 100%;
}
.price-box .old-price .price:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: 100%;
  height: 1px;
  background: #999;
}
.price-box .price-from,
.price-box .price-to {
  float: left;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label {
  font-weight: normal;
  float: left;
}
.price-box .price-from .price,
.price-box .price-to .price {
  background: none;
  margin-left: 2px;
}
.price-box .price-from .price:before,
.price-box .price-to .price:before {
  display: none;
}
.price-box .price-to {
  margin-left: 10px;
}
input[type="button"],
.button,
button {
  font-size: 100%;
  font-weight: normal;
  padding: 8px 20px;
  color: #fff;
  border: none;
  text-transform: capitalize;
  background: #666666;
}
input[type="button"]:hover,
.button:hover,
button:hover {
  background: #13c1e4;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.buttons-set .back-link {
  float: left;
}
.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}
.page-title {
  padding-left: 20px;
  background: #fff;
  width: 100%;
  border-bottom: 3px double #e6e6e6;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 0 15px 0px;
}
.page-title h1,
.page-title h2 {
  font-size: 123.07%;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.sub-title {
  clear: both;
  padding: 15px 0 0;
  margin: 0 0 6px;
}
.product-name {
  text-transform: none;
  margin: 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;
}
.fieldset {
  border: 1px solid #bbafa0;
  margin: 30px 0 15px;
  padding: 15px;
}
.fieldset .legend {
  background: #333;
  color: #fff;
  float: left;
  font-size: 100%;
  font-weight: 600 !important;
  margin: -30px 0 0;
  padding: 4px 8px;
  line-height: 20px;
}
.fieldset ul {
  margin: 10px 0 0;
  list-style: none;
}
.buttons-set .back-link {
  float: left;
}
.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}
.control .input-box {
  float: left;
  margin: 0 5px 0 0;
}
.control .input-box input {
  margin: 0 0;
}
.control input {
  float: left;
  margin: 1px 5px 0 0;
}
.control label {
  cursor: pointer;
  margin: 0 0;
}
.input-box select {
  margin: 0 0 10px 0;
}
.col2-set {
  clear: both;
}
.col2-set h2 {
  font-size: 125%;
}
.col2-set h3 {
  font-size: 120%;
  margin: 0 0;
}
.col2-set h4 {
  font-size: 100%;
  margin: 0 0;
}
.col2-set .col-1 {
  width: 48.5%;
  float: left;
}
.col2-set .col-2 {
  width: 48.5%;
  float: right;
}
.col2-set .content {
  background: #FFF;
  padding: 10px 20px;
  border: 1px solid #CCC;
  height: 270px;
}
.col2-set .buttons-set {
  border: 1px solid #CCC;
  border-top: none;
}
.col2-set .buttons-set:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.col3-set .col-1 {
  width: 32%;
  float: left;
}
.col3-set .col-2 {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.col3-set .col-3 {
  width: 32%;
  float: right;
}
.box-head h2 {
  font-size: 125%;
  margin: 0 0;
}
.box .box-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.box .box-title h3 {
  font-size: 110%;
  margin: 0 0;
}
.box .box-title h2 {
  font-size: 110%;
  margin: 0 0;
  padding-bottom: 10px;
}
.box-content {
  padding: 0 20px;
}
.box-content h4 {
  font-size: 110%;
  margin-top: 0px;
}
.box-account > ol {
  list-style: none;
  margin: 10px 0 10px 15px;
}
.box-account > ol li .number {
  float: left;
  margin: 0 10px 0 0;
}
.box-account > ol li .details {
  width: 100%;
}
.box-account > ol li .details .product-name {
  line-height: 18px;
  margin: 0 0;
}
.box-account > ol li .details .ratings {
  margin: 6px 0;
}
.box-account > ol li .details .ratings strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags ul {
  list-style: none;
  margin: 0 0;
}
.box-account > ol li .details .tags ul li {
  float: left;
  margin: 0 3px 0 0;
}
.table-caption {
  font-size: 125%;
}
#wishlist-table input {
  text-align: center;
}
#wishlist-table input,
#wishlist-table textarea {
  margin: 10px 0;
}
#wishlist-table .add-to-cart-alt {
  margin-bottom: 10px;
}
#wishlist-table .price-box p {
  margin-bottom: 0;
}
#wishlist-table .price-box .old-price {
  padding-top: 8px;
  padding-top: 2px;
}
#wishlist-table .price-box .old-price .price {
  color: #666;
  font-size: 89%;
}
#wishlist-table .price-box .old-price:before {
  margin-top: 1px;
}
.data-table {
  background: #FFF;
  border: 1px solid #CCC;
  border-collapse: collapse;
  width: 100%;
}
.data-table thead tr td,
.data-table thead tr th {
  background: #eaeaea;
  border-bottom: 1px solid #CCC;
  border-right: medium none;
  border-top: 1px solid #CCC;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #888;
}
.data-table tbody th {
  text-align: left;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 8px;
}
.data-table tbody td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 8px;
}
.data-table tbody td.label {
  vertical-align: middle;
}
.data-table tbody td a.product-image {
  display: block;
}
.data-table tbody td button {
  min-width: 110px;
  margin-bottom: 10px;
}
.data-table tfoot td {
  padding: 15px 20px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.data-table input.input-text {
  padding: 3px 5px;
}
.checkout-onepage-index .page-title h1 {
  font-size: 133.33%;
}
#checkout-progress-wrapper .block-title {
  font-size: 133.33% !important;
}
.checkout-progress {
  margin: 10px 0 35px 0;
  list-style: none;
}
.checkout-progress li {
  display: inline-block;
  padding: 5px 0px;
  width: 20%;
  text-align: center;
  background: #CCC;
  float: left;
  color: #686868;
}
.checkout-progress li.active {
  color: #FFF;
}
.multiple-checkout h2 {
  font-size: 120%;
  line-height: 24px;
}
.multiple-checkout .col2-set h2.legend {
  font-size: 135%;
}
.multiple-checkout .col2-set h3.legend {
  font-size: 120%;
}
.multiple-checkout .col2-set h2,
.multiple-checkout .col2-set h3,
.multiple-checkout .col2-set h4 {
  line-height: 26px;
  font-size: 100%;
  margin: 0 0;
}
.multiple-checkout .col2-set .product-name {
  font-size: 120%;
}
.multiple-checkout .col2-set .box .box-title h2 a,
.multiple-checkout .col2-set .box .box-title h3 a,
.multiple-checkout .col2-set .box .box-title h4 a {
  position: static;
}
.multiple-checkout .col2-set .col-1 {
  margin-top: 5px;
}
.multiple-checkout .col2-set .col-2 {
  margin-top: 5px;
}
.multiple-checkout .sp-methods dt input {
  float: left;
  margin: 1px 8px 0 0;
}
.multiple-checkout .sp-methods dt label {
  cursor: pointer;
}
.multiple-checkout .sp-methods dd ul {
  list-style: none;
}
.multiple-checkout #checkout-review-submit {
  float: right;
  text-align: right;
  margin-top: 10px;
}
#my-orders-table tbody td.last {
  white-space: nowrap;
}
.cart-collaterals .totals table {
  width: 100%;
}
.cart-collaterals .totals table td {
  padding: 10px 0 20px;
  text-transform: uppercase;
}
.cart-collaterals .totals table tfoot td {
  border-bottom: 1px solid #CCC;
  font-size: 125%;
  padding: 0 0 20px 20px;
  text-transform: uppercase;
}
.cart-collaterals .totals ul.checkout-types {
  margin: 20px 0 0;
  padding: 0;
}
.cart-collaterals .totals ul.checkout-types li {
  clear: both;
  margin: 0;
  padding: 5px 0;
  text-align: right;
}
.page-popup #product_comparison {
  margin-bottom: 20px;
}
.buttons-set {
  border: none !important;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}
/* 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 .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-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/* Product View ========================================================================== */
.cart {
  margin-top: 15px;
}
.cart .page-title {
  margin-top: 0;
  padding-left: 0;
}
.cart .page-title h1 {
  font-size: 214.28%;
}
.cart .btn-remove {
  width: 19px;
}
.cart .btn-remove:before {
  left: 1px;
  width: 19px;
}
.cart .btn-proceed-checkout {
  padding: 10px 20px;
  margin-bottom: 0;
  background: #13c1e4;
}
.cart .btn-proceed-checkout:hover {
  background: #333;
}
.cart thead tr th {
  background: #eaeaea;
  border-bottom: 1px solid #CCC;
  border-right: medium none;
  border-top: 1px solid #CCC;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #333;
}
.cart h1 {
  float: left;
}
.cart h2 {
  font-size: 114.28%;
}
.cart ul.checkout-types {
  list-style: none;
  margin: 0 0 10px;
  float: right;
}
.cart .btn-remove {
  position: relative;
  width: 20px;
}
.cart .input-box {
  width: 100%;
}
.cart .input-box input.input-text {
  margin: 0 0 10px;
  width: 94%;
}
.cart .input-box select {
  width: 100%;
  height: 32px;
  padding: 7px !important;
}
.cart .btn-remove {
  width: 19px;
}
.cart .btn-remove:before {
  left: 0;
}
.cart .data-table input.input-text {
  max-width: 40px;
  text-align: center;
}
.cart .btn-continue {
  float: none;
  background-color: #13c1e4;
}
.cart .btn-update {
  float: left;
}
.cart .btn-empty {
  float: left;
  margin-left:5px;
}
.cart .col2-set {
  width: 70%;
  float: left;
}
.cart .totals {
  width: 28%;
  float: right;
}
.cart .discount,
.cart .shipping,
.cart .crosssell {
  background: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 20px;
  padding: 0 20px 20px;
}
.cart .discount h2,
.cart .shipping h2,
.cart .crosssell h2 {
  font-size: 125%;
  text-transform: uppercase;
}
.cart .discount form,
.cart .shipping form,
.cart .crosssell form {
  margin: 0 0;
}
.cart .discount .button,
.cart .shipping .button,
.cart .crosssell .button {
  float: left !important;
  margin: 0 0 !important;
}
.cart .crosssell {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart .crosssell .product-details {
  float: left;
  width: 170px;
}
.cart .form-list {
  margin: 0 0;
  list-style: none;
}
.cart #co-shipping-method-form .sp-methods {
  margin-top: 8px;
}
.cart #co-shipping-method-form ul {
  list-style: none;
  margin: 0 0 5px 0;
  width: 100%;
  float: left;
}
.cart #co-shipping-method-form ul li {
  width: 100%;
  margin: 5px 0;
}
.cart #co-shipping-method-form ul li label {
  cursor: pointer;
  float: left;
  margin: 0 0;
}
.cart #co-shipping-method-form ul li input {
  float: left;
  margin: -1px 5px 0 0;
}
#remember-me-popup {
  display: none;
}
.checkout-onepage-success .page-title {
  margin: 0;
}
.checkout-onepage-success .buttons-set {
  float: left;
}
.checkout-onepage-success .buttons-set .button {
  margin: 0;
}
#checkoutSteps {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps .show-m {
  display: none;
}
#checkoutSteps h4 {
  margin: 5px 0;
}
#checkoutSteps ul,
#checkoutSteps ol {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps li {
  margin-bottom: 1px;
}
#checkoutSteps li .step-title {
  padding: 8px 15px;
  background: #CCC;
}
#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 0 10px 0 0;
  color: #FFF;
}
#checkoutSteps li .step-title h2 {
  font-size: 125%;
  text-transform: uppercase;
  float: left;
  line-height: normal;
  margin: 0 0;
}
#checkoutSteps li .step-title a {
  float: right;
}
#checkoutSteps li.allow .step-title {
  cursor: pointer;
}
#checkoutSteps li.active .step-title {
  background: #FFF;
  border: 1px solid #CCC;
  border-bottom: none;
  cursor: default;
}
#checkoutSteps li .step {
  border: 1px solid #CCC;
  padding: 15px 20px;
}
#checkoutSteps li .step fieldset ul {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps li .step fieldset p.required {
  text-align: right;
}
#checkoutSteps #checkout-step-shipping_method dt {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#checkoutSteps #checkout-step-shipping_method li {
  float: left;
  width: 100%;
}
#checkoutSteps #checkout-step-shipping_method label {
  float: left;
}
#checkoutSteps #checkout-step-shipping_method input[type="radio"],
#checkoutSteps #checkout-step-shipping_method input[type="checkbox"] {
  margin: -1px 5px 0 !important;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#checkoutSteps .please-wait {
  margin: 0;
  line-height: 30px;
  float: right;
}
#checkoutSteps .control input {
  margin: 0px 5px 0 0 !important;
}
#checkoutSteps #checkout-review-table {
  margin-bottom: 10px;
}
.fields .field {
  float: left;
  width: 270px;
}
.input-box input[type="text"],
.input-box input.input-text {
  width: 240px;
}
.input-box select {
  width: 260px;
}
.search-form ul {
  list-style: none;
}
.page-head {
  margin-top: 10px;
}
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: 600 !important;
  margin: -10px 0 10px;
}
.form-list label.required {
  font-weight: 600 !important;
}
.form-list label.required em {
  font-variant: normal;
  color: #19aad1;
  margin-right: 3px;
}
/* Layout ================================================================================ */
.page-print {
  padding: 25px 30px;
  text-align: left;
}
.page-empty {
  padding: 20px;
  text-align: left;
}
.page-popup {
  padding: 25px 30px;
  text-align: left;
}
.main {
  margin: 0 auto;
  text-align: left;
}
/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 10px;
  padding-left: 17px;
  font-size: 11px;
  font-weight: 600 !important;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #19aad1;
}
.validation-failed {
  border: 1px dashed #19aad1 !important;
  background: #faebe7 !important;
}
p.required {
  font-size: 11px;
  text-align: right;
  color: #19aad1;
}
/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
/* Global Messages  */
.success {
  color: #19aad1;
  font-weight: 600 !important;
}
.error {
  color: #19aad1;
  font-weight: 600 !important;
}
.notice {
  color: #19aad1;
}
.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}
.error-msg {
  border-color: #19aad1;
  background-color: #FFF;
  background-image: url(../images/i_msg-error.gif);
  color: #19aad1;
}
.success-msg {
  border-color: #19aad1;
  background-color: #FFF;
  background-image: url(../images/i_msg-success.gif);
  color: #19aad1;
}
.note-msg,
.notice-msg {
  border-color: #19aad1;
  background-color: #FFF;
  background-image: url(../images/i_msg-note.gif);
  color: #19aad1;
}
.note-msg,
.notice-msg {
  float: left;
  width: 100%;
}
/* Page Heading */
.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;
}
/* Generic Info Box */
.info-box {
  background: #ffffff url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: 600 !important;
  font-size: 13px;
}
.info-table th {
  font-weight: 600 !important;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
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(../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 {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: 600 !important;
}
.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 {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.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: 600 !important;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: 600 !important;
}
.std i,
.std em {
  font-style: italic;
}
/* Misc */
/*.links li { display:inline; }
	.links li.first { padding-left:0 !important; }
	.links li.last { background:none !important; padding-right:0 !important; }*/
.link-print {
  /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
}
.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}
.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #19aad1;
  /*background:url(../images/bkg_divider1.gif) 0 50% repeat-x;*/
  text-indent: -999em;
  overflow: hidden;
}
/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}
/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}
/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}
/* ======================================================================================= */
/*--- My account ---*/
.my-account .page-title {
  margin-bottom: 15px !important;
}
.my-account .pager .amount {
  float: left;
  margin: 0 0;
}
.my-account .pager .limiter {
  float: right;
}
.my-account .pager .limiter label {
  float: left;
  margin: 0 10px 0 0;
  line-height: 26px;
}
.my-account .pager .limiter select {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 2px;
  width: 80px;
}
.my-account .tags-list li {
  float: left;
  margin-right: 10px;
}
.my-account .tags-list li a {
  font-size: 100% !important;
  text-transform: capitalize;
}
.tag-customer-index .buttons-set {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.block-subscribe > label {
  margin: 20px 0 0;
}
.block-subscribe .block-content form {
  margin-bottom: 0px;
}
.block-subscribe .block-content form .input-box input {
  border: 1px solid #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px;
  margin: 0 0 20px;
  height: 36px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-subscribe .block-content form .input-box input.validation-failed {
  border-color: #B94A48;
}
.block-subscribe .block-content form .input-box .actions button {
  font-size: 92.30%;
  font-weight: normal;
}
.block-subscribe .block-content form .input-box .validation-advice {
  display: none;
}
/* Block: Recently Viewed */
.block-viewed .block-title strong {
  background-image: url(../images/i_block-viewed.gif);
}
/* Block: Recently Compared */
.block-compared .block-title strong {
  background-image: url(../images/i_block-list.gif);
  background-position: 0 1px;
}
/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}
/* Block: Banner */
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}
/* Block: Login */
.block-login .block-title strong {
  background-image: url(../images/i_ma-info.gif);
}
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: 600 !important;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
/* Product View ========================================================================== */
.page-sitemap ul.links {
  list-style: none;
  margin: 0 0;
  float: left;
}
.page-sitemap .pager {
  float: right;
  margin: 0 0;
}
.page-sitemap .pager .pages {
  margin: 0 0 0 8px;
}
.page-sitemap .sitemap {
  clear: both;
  padding: 10px 0;
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  margin-bottom: 10px;
}
.page-sitemap ul.links a {
  text-transform: uppercase;
  font-weight: 600 !important;
}
.advanced-search select {
  padding: 3px;
}
.advanced-search select option {
  padding: 3px;
}
/*--- rating ---*/
.rating-box {
  background: url("../images/bkg_rating.png") repeat-x scroll 0px 5px transparent;
  display: inline-block;
  height: 17px;
  position: relative;
  vertical-align: middle;
  width: 69px;
  margin: 0 0;
  float: left;
}
.rating-box .rating {
  background: url("../images/bkg_rating.png") repeat-x scroll 0px 100% transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.rating-box .rating-links {
  line-height: 17px;
}
.rating-box .rating-links a:hover {
  color: #13c1e4;
}
.no-rating a {
  color: #999;
}
.no-rating a:hover {
  color: #13c1e4;
}
/* Rating */
.ratings-table {
  margin: 10px 0;
}
.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: 600 !important;
  padding-right: 8px;
}
/* Email to a Friend */
.email-friend {
  margin: 0;
}
/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}
.alert-stock {
  margin: 0;
  font-size: 11px;
}
/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}
/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}
/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  font-size: 13px;
  font-weight: 600 !important;
  color: #c76200;
}
/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: 600 !important;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: 600 !important;
}
/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}
/* 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: 600 !important;
}
/* Price range */
.price-from {
  margin: 0;
}
.price-from .price {
  font-size: 123.07%;
}
.price-from .price-label {
  white-space: nowrap;
}
.price-to {
  margin: 0;
}
.price-to .price {
  font-size: 123.07%;
}
.price-to .price-label {
  white-space: nowrap;
}
/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: 600 !important;
  color: #2f2f2f;
}
/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: 600 !important;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: 600 !important;
  color: #2f2f2f;
}
.tier-prices-grouped li {
  padding: 2px 0;
  color: #19aad1;
}
.tier-prices-grouped li .price {
  font-weight: 600 !important;
}
/* Add to Links */
.add-to-links .separator {
  display: none;
}
/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden;
}
.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;
}
/* ======================================================================================= */
/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.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;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: 600 !important;
  margin: 0;
}
/* CMS Home Page */
/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
/* Options Tool Tip */
.item-options dt {
  font-weight: 600 !important;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}
.truncated {
  cursor: help;
}
.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;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}
/* ======================================================================================= */
/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: 600 !important;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: 600 !important;
  color: #e87403;
}
.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;
  font-weight: 600 !important;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: 600 !important;
  margin: 0 0 10px;
}
.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 {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: 600 !important;
  color: #666;
}
.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}
/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}
/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 13px;
  font-weight: 600 !important;
  margin: 0 0 10px;
}
.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: 600 !important;
  color: #E26703;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #19aad1;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: 600 !important;
  color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
  font-weight: 600 !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.account-login .content h2 {
  font-weight: 600 !important;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0 0 10px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #13c1e4;
}
.account-login .new-users h2 {
  background-image: url(../images/i_page1.gif);
}
.account-login .registered-users h2 {
  background-image: url(../images/i_page2.gif);
}
.account-login .buttons-set {
  border: 1px solid #ccc !important;
  border-top: none !important;
  margin: 0;
  padding: 8px 13px;
  background: #dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x;
}
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #19aad1;
  background: #59cced;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
/* General Box */
.box-account {
  background: #ffffff url(../images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  border-color: #ccc #999 #999 #ccc;
  padding: 15px;
  margin: 0 0 20px;
}
.box-account .box-head {
  border-bottom: 1px solid #d9dde3;
  margin: 0 0 10px;
  text-align: right;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px;
  color: #13c1e4;
}
.dashboard .box .box-title {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: 600 !important;
  margin: 0;
}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
  background-image: url(../images/i_folder-table.gif);
}
/* Block: Account Information */
.dashboard .box-info .box-head h2 {
  background-image: url(../images/i_ma-info.gif);
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
  background-image: url(../images/i_ma-reviews.gif);
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: 600 !important;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.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 {
  background-image: url(../images/i_ma-tags.gif);
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: 600 !important;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.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 > */
/* Address Book 19aad1*/
.addresses-list h2 {
  font-weight: 600 !important;
  margin-top: 0;
  color: #13c1e4;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-weight: 600 !important;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: 600 !important;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  background: #ffffff url(../images/gen_bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: 600 !important;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}
/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info .current {
  font-weight: 600 !important;
}
.order-info li {
  margin: 0 3px;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  background: #ffffff url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: 600 !important;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: 600 !important;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: 600 !important;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: 600 !important;
}
.order-items .link-print {
  color: #1e7ec8;
  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 {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
  font-weight: 600 !important;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: 600 !important;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: 600 !important;
  white-space: nowrap;
}
.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-size: 16px;
  font-weight: 600 !important;
}
.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: 600 !important;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: 600 !important;
}
.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 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 .price-box .price-from .price-label,
.my-wishlist .price-box .price-to .price-label {
  font-size: 12px;
}
.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set {
  margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
  float: none;
}
#wishlist-table .add-to-links {
  white-space: nowrap;
}
/* 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;
}
.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 {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: 600 !important;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: 600 !important;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* 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: 600 !important;
  font-size: 13px;
}
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: 600 !important;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.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;
}
/* ======================================================================================= */
/* Content */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}
.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}
.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: #eeeeee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
  background: #ffffff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  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;
}
/* ======================================================================================= */
/*---bundle price---------*/
.price-box-bundle {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.price-box-bundle .price-box {
  margin: 0 !important;
}
.price-box-bundle .price-box .price {
  float: left;
  font-size: 171.41%;
}
.price-box-bundle .price-box .price-label {
  display: block !important;
  float: left;
  line-height: 30px;
  font-weight: normal;
  margin-right: 5px;
}
.price-box-bundle .price-box .price-from {
  margin-right: 10px;
  float: left;
}
.price-as-configured .price-box .price {
  float: left;
  font-size: 171.41%;
}
.qty-holder .qty {
  width: 40px;
  text-align: center;
}
.price-box .price-as-configured {
  float: left;
}
.price-box .price-as-configured .price-label {
  display: block !important;
  float: left;
  color: #666;
  font-weight: normal;
  line-height: 30px;
  margin-right: 10px;
}
.price-box .price-as-configured .full-product-price {
  float: left;
  margin-top: 6px;
  font-size: 123.07%;
}
.price-box .price-as-configured .price {
  float: left;
}
.cart .page-title {
  margin-bottom: 10px!important;
}
.cart .cart-collaterals {
  margin-top: 15px;
}
.cart .cart-collaterals #crosssell-products-list > li {
  margin-top: 20px;
}
.cart .cart-collaterals #crosssell-products-list .product-image {
  float: left;
  border: 1px solid #ccc;
  margin: 4px 10px 5px 0;
}
.cart .cart-collaterals #crosssell-products-list .product-image:hover {
  border-color: #13c1e4;
}
.cart .cart-collaterals #crosssell-products-list .product-details .product-name {
  display: block;
}
.cart .cart-collaterals #crosssell-products-list .product-details .price-box {
  float: left;
  width: 100%;
  margin: 5px 0;
  min-width: 210px;
  width: auto;
}
.cart .cart-collaterals #crosssell-products-list .product-details .price-box p {
  margin-bottom: 0;
}
.cart .cart-collaterals #crosssell-products-list .product-details .button.btn-cart {
  padding: 5px 15px;
  margin: 5px 0 !important;
}
.cart .cart-collaterals #crosssell-products-list .product-details .add-to-links {
  float: left;
  margin-left: 10px;
}
/* ----- confirm cart ----------*/
#flycart_confirm_window {
  border: 5px solid rgba(255, 255, 255, 0.1);
}
#flycart_confirm_window .inner {
  padding: 20px;
  background: #fbfbfb;
  /* Buttons */
  /* FF Fix */
}
#flycart_confirm_window .inner .flycart_msg_title {
  position: relative;
  color: #858785;
  font-size: 14px;
  margin: 60px 0 45px;
}
#flycart_confirm_window .inner .flycart_msg_title:before {
  content: "\f0a1";
  font-family: "FontAwesome";
  font-size: 30px;
  position: absolute;
  top: -45px;
  left: 50%;
  width: 35px;
  height: 32px;
  color: #858785;
}
#flycart_confirm_window .inner button.flycart_msg_bnt::-moz-focus-inner,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  padding: 0;
  border: 0;
}
#flycart_confirm_window .inner button.flycart_msg_bnt,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  -webkit-border-fit: lines;
}
#flycart_confirm_window .inner button.flycart_msg_bnt,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #858785;
  padding: 6px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#flycart_confirm_window .inner button.flycart_msg_bnt span,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart span {
  display: block;
  border: 0;
  font-size: 14px;
  text-align: center;
  color: #fbfbfb;
}
#flycart_confirm_window .inner button.flycart_msg_bnt_ptc {
  background: #19aad1;
  margin-left: 5px;
}
#flycart_confirm_window .inner .flycart_confirm_window_actions {
  margin-bottom: 35px;
}
.block {
  margin-bottom: 30px;
}
.block .block-title {
  line-height: 100%;
  font-weight: normal;
  text-transform: capitalize;
}
.block .block-title strong {
  font-weight: normal;
}
.block .block-content {
  margin-top: 10px;
}
.block.block-tags {
  float: left;
  position: relative;
  margin-bottom: 18px;
}
.block.block-tags .block-content {
  margin-top: 10px;
}
.block.block-tags .tags-list {
  overflow: hidden;
  list-style: none;
  margin: 0 0 10px;
  display: block;
}
.block.block-tags .tags-list li {
  margin: 0px 5px 5px 0;
  float: left;
}
.block.block-tags .tags-list li a {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 25px;
  font-size: 100% !important;
}
.block.block-tags .tags-list li.item1 a {
  font-size: 133.33% !important;
  text-transform: uppercase;
}
.block.block-tags .tags-list li.item3 a,
.block.block-tags .tags-list li.item9 a {
  font-size: 133.33% !important;
}
.block.block-tags .tags-list li.item6 a {
  font-size: 133.33% !important;
}
.block.block-tags .actions {
  float: left;
  background: #fff;
  padding-left: 5px;
  position: absolute;
  top: 12px;
  right: 0;
  font-style: italic;
}
.block.block-poll form {
  margin: 0 0;
}
.block.block-poll .block-subtitle {
  color: #666666;
}
.block.block-poll ul#poll-answers {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 6px 0 0;
}
.block.block-poll ul#poll-answers li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
.block.block-poll ul#poll-answers li .jqTransformRadioWrapper {
  margin: 0 11px 0 0;
}
.block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio {
  background: url("../images/ico-radio.png") no-repeat left -1px;
  height: 21px;
  width: 15px;
}
.block.block-poll ul#poll-answers li .jqTransformRadioWrapper .jqTransformRadio.jqTransformChecked {
  background-position: left -22px;
}
.block.block-poll ul#poll-answers li .jqTransformRadioWrapper input[type="radio"] {
  float: left;
  margin: 0 8px 0 0;
}
.block.block-poll ul#poll-answers li label {
  cursor: pointer;
  margin: 0 0;
}
.block.block-poll ul#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}
.block.block-poll ol#poll-answers {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 6px 0 0;
}
.block.block-poll ol#poll-answers li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
.block.block-poll ol#poll-answers li span.answer {
  float: left;
  margin: 0 5px 0 0;
  color: #666666;
}
.block.block-poll ol#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}
.block.block-wishlist ol {
  margin: 0 0 0 20px;
}
.block.block-wishlist ol li {
  margin: 5px 0;
}
.block.block-wishlist ol .product-details .price-box .price {
  font-size: 100%;
}
.block.block-wishlist .actions {
  padding: 15px 0 0;
}
.block.block-compare {
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}
.block.block-compare .block-content .empty {
  font-size: 100%;
}
.block.block-compare small {
  font-size: 14px;
}
.block.block-compare ol {
  margin: 0;
}
.block.block-compare ol li {
  margin: 15px 0;
}
.block.block-compare ol li .btn-remove {
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
}
.block.block-compare ol li .btn-remove:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 6px;
  text-indent: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -121px -69px;
}
.block.block-compare ol li .btn-remove:hover:before {
  background: url('../images/icon-ovicsport.png') no-repeat -137px -69px;
}
.block.block-compare ol li .product-name a {
  font-size: 100%;
}
.block.block-compare .actions .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #13c1e4;
  color: #fff;
  font-size: 100%;
  margin: 0 30px 0 0;
}
.block.block-compare .actions .button:hover {
  background: #666666;
}
.block.block-compare .actions a {
  color: #666666;
  font-size: 100%;
}
.block.block-compare .actions a:hover {
  color: #13c1e4;
}
.block.block-reorder {
  float: left;
  width: 100%;
}
.block.block-account {
  margin-bottom: 0;
}
.block.block-account ul {
  list-style: none;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.block.block-account ul li {
  margin: 3px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 30px;
  border-top: 1px solid #ccc;
  padding-left: 20px;
}
.block.block-account ul li strong {
  color: #13c1e4;
}
.block.block-account ul li:hover {
  padding-left: 10px;
}
.block.block-reorder ol {
  list-style: none;
  margin: 0 0;
}
.block.block-reorder ol li input {
  float: left;
  margin: 0 8px 0 0;
}
.block.block-reorder .actions {
  margin: 10px 0 0;
}
.block.block-reorder .actions .btn-cart {
  margin-right: 10px;
}
.block.block-progress dl {
  margin: 0 0;
}
.block.block-progress dl > div,
.block.block-progress dl > dt {
  margin: 0 0;
  padding: 8px 0;
  border-top: 1px solid #d4d4d4;
}
.block.block-progress dl > div:first-child,
.block.block-progress dl > dt:first-child {
  border-top: none;
}
#confirmbox .btn-cart:hover {
  background: #13c1e4 !important;
}
#confirmbox dl dt {
  float: left;
  margin-right: 10px;
  min-width: 54px;
}
#confirmbox dl .group-item {
  float: left;
  width: 100%;
  margin: 5px 0;
}
#confirmbox .input-box .options-list > li {
  float: left;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#confirmbox .input-box .options-list > li input.radio {
  width: 26px;
  height: 26px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
}
#confirmbox .input-box .options-list > li:first-child span label {
  font-size: 9px;
  font-weight: normal;
}
#confirmbox .input-box .options-list > li:hover {
  background: #828282;
  border: transparent;
}
#confirmbox .input-box .options-list > li:hover label {
  color: #fff;
}
#confirmbox .input-box .options-list > li.selected {
  background: #828282;
  border: transparent;
}
#confirmbox .input-box .options-list > li.selected label {
  color: #fff;
}
#confirmbox .input-box .options-list > li span.label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100%;
  line-height: 23px;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#confirmbox .input-box .options-list > li .price-notice {
  display: none;
}
#confirmbox .option-color .input-box li {
  border: transparent;
  position: relative;
}
#confirmbox .option-color .input-box li:first-child {
  border: 1px solid #e6e6e6;
}
#confirmbox .option-color .input-box li:first-child span.label {
  /*display: block!important;*/
}
#confirmbox .option-color .input-box li:first-child span label {
  font-size: 9px;
  font-weight: normal;
}
#confirmbox .option-color .input-box li:first-child:hover {
  border: transparent !important;
}
#confirmbox .option-color .input-box li span.label {
  display: none !important;
}
#confirmbox .option-color .input-box li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: url('../images/gen_icon_del_shopby.png') no-repeat 0 0;
  display: none;
}
#confirmbox .option-color .input-box li.selected:first-child {
  border: transparent;
}
#confirmbox .option-color .input-box li.selected:first-child:before {
  display: none;
}
#confirmbox .option-color .input-box li.selected:before {
  display: block;
}
/* ----- confirm cart ----------*/
#flycart_confirm_window {
  border: 5px solid rgba(255, 255, 255, 0.1);
}
#flycart_confirm_window .inner {
  padding: 20px;
  background: #fbfbfb;
  /* Buttons */
  /* FF Fix */
}
#flycart_confirm_window .inner .flycart_msg_title {
  position: relative;
  color: #858785;
  font-size: 14px;
  margin: 60px 0 45px;
}
#flycart_confirm_window .inner .flycart_msg_title:before {
  content: "\f0a1";
  font-family: "FontAwesome";
  font-size: 30px;
  position: absolute;
  top: -45px;
  left: 50%;
  width: 35px;
  height: 32px;
  color: #858785;
}
#flycart_confirm_window .inner button.flycart_msg_bnt::-moz-focus-inner,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  padding: 0;
  border: 0;
}
#flycart_confirm_window .inner button.flycart_msg_bnt,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  -webkit-border-fit: lines;
}
#flycart_confirm_window .inner button.flycart_msg_bnt,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #858785;
  padding: 6px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#flycart_confirm_window .inner button.flycart_msg_bnt span,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart span {
  display: block;
  border: 0;
  font-size: 14px;
  text-align: center;
  color: #fbfbfb;
}
#flycart_confirm_window .inner button.flycart_msg_bnt_ptc {
  background: #19aad1;
  margin-left: 5px;
}
#flycart_confirm_window .inner .flycart_confirm_window_actions {
  margin-bottom: 35px;
}
.block-layered-nav {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.block-layered-nav > .block {
  margin-bottom: 0;
}
.block-layered-nav > .block-title {
  display: none;
  font-size: 166.66%;
}
.block-layered-nav > .block-title strong {
  font-weight: 400;
}
.block-layered-nav .block-content {
  margin-top: 0;
  float: left;
  width: 100%;
}
.block-layered-nav .block-content .actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.block-layered-nav .block-content .actions a {
  display: inline-block;
  line-height: 30px;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 100%;
}
.block-layered-nav .block-content .actions a:hover {
  color: #13c1e4;
}
.block-layered-nav .block-content .sop,
.block-layered-nav .block-content #narrow-by-list dt {
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.block-layered-nav .block-content .block-subtitle {
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 0px 0 20px;
}
.block-layered-nav .currently {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 30px;
}
.block-layered-nav .currently ol li {
    margin-top:10px;
}
.block-layered-nav .currently .block-subtitle {
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-size: 16px;
    font-weight: bold;
}
.block-layered-nav .currently ol li .label {
  color: #666666;
  font-size: 100%;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
.block-layered-nav .currently ol li .wrap {
  float: left;
  width: 100%;
  padding-left: 0;
}
.block-layered-nav .currently ol li .wrap span.value {
  float: left;
  font-size: 100%;
  color: #999999;
}
.block-layered-nav .currently ol li .wrap .btn-remove {
  float: left;
  text-indent: -9999em;
  width: 23px;
  height: 23px;
  position: relative;
}
.block-layered-nav .currently ol li .wrap .btn-remove:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  text-indent: 0;
  width: 15px;
  height: 15px;
  background: url('../images/gen_i_remove.png') no-repeat;
}
.block-layered-nav dl#narrow-by-list {
  margin: 0 0;
  clear: both;
}
.block-layered-nav dl#narrow-by-list .wrap-price {
  margin: 0 0 5px;
}
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-min-text,
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-max-text,
.block-layered-nav dl#narrow-by-list .wrap-price .a-right {
  float: left !important;
  height: 33px;
}
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-min-text,
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-max-text {
  width: 98px;
  border: 1px solid #ddd;
  margin-right: 10px;
  padding: 0 10px 0 17px;
}
.block-layered-nav dl#narrow-by-list .wrap-price .price_filter .price-from,
.block-layered-nav dl#narrow-by-list .wrap-price .price_filter .price-to {
  width: 25px;
  height: 25px;
  margin: 0;
}
.block-layered-nav dl#narrow-by-list .wrap-price .price_filter {
  position: relative;
  background: #13c1e4;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block-layered-nav dl#narrow-by-list .wrap-price .price_filter #price-filter-min,
.block-layered-nav dl#narrow-by-list .wrap-price .price_filter #price-filter-max {
  position: absolute !important;
  top: -9px !important;
  background: url('../images/icon-zana-fashion.png') no-repeat -226px -152px;
}
.block-layered-nav dl#narrow-by-list .wrap-price .a-right button {
  margin: 0;
  padding: 7px 10px 8px 10px;
  background: #13c1e4;
}
.block-layered-nav dl#narrow-by-list .wrap-price .a-right button:hover {
  background: #919191;
}
.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from,
.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to {
  float: left;
  position: relative;
}
.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from .i-price-from,
.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to .i-price-from,
.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from .i-price-to,
.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to .i-price-to {
  position: absolute;
  top: 8px;
  left: 10px;
}
.block-layered-nav dl#narrow-by-list .wrap-price ul {
  clear: both;
  margin-bottom: 10px;
}
.block-layered-nav dl#narrow-by-list .wrap-price .inner {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.block-layered-nav dl#narrow-by-list .wrap-price .inner dd {
  overflow: hidden;
}
.block-layered-nav dl#narrow-by-list .wrap-price .inner ul li span {
  font-size: 100%;
}
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter {
  margin: 20px 0;
}
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-max,
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min {
  position: relative;
}
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-max:before,
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 8px;
  width: 300px;
  height: 9px;
  background: #ababab;
}
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min {
  margin-left: -1px;
}
.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min:before {
  right: 24px;
  left: auto;
}
.block-layered-nav dl#narrow-by-list .wrap-price #item-price {
  display: inline-block;
  line-height: 28px;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.block-layered-nav dl#narrow-by-list .wrap-price .line {
  float: left;
  position: absolute;
  top: 13px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.block-layered-nav dl#narrow-by-list .wrap-price dd {
  padding-left: 0;
}
.block-layered-nav dl#narrow-by-list dt {
  text-transform: uppercase;
  background: none;
  padding: 7px 20px;
  line-height: 34px;
  font-weight: normal;
  border: none;
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  position: relative;
  font-weight: 400 !important;
  margin-top: 30px;
  font-size: 123.07%;
  color: #333333;
}
.block-layered-nav dl#narrow-by-list dt.first {
  margin-top: 0;
}
.block-layered-nav dl#narrow-by-list dt.accordion-close:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 18px;
  left: auto;
  background: rgba(0, 0, 0, 0.1);
  right: 20px;
  background: url('../images/icon-supershop.png') no-repeat -51px -12px;
}
.block-layered-nav dl#narrow-by-list dt.accordion-open:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 23px;
  left: auto;
  background: rgba(0, 0, 0, 0.1);
  right: 20px;
  background: url('../images/icon-supershop.png') no-repeat -51px -31px;
}
.block-layered-nav dl#narrow-by-list dt:hover {
  cursor: pointer;
}
.block-layered-nav dl#narrow-by-list dd {
  margin-left: 0px;
  text-align: left;
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 10px 20px 20px;
}
.block-layered-nav dl#narrow-by-list dd.block-color {
  padding-top: 20px;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li {
  line-height: 10px;
  float: left;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li > a {
  margin-left: 8px;
  padding: 0;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li > a img {
  width: 23px;
  height: 23px;
  border: 1px solid #e6e6e6;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li > a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li > a:before {
  display: none;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li > a:after {
  background: url("../images/tick_layer.png") no-repeat scroll 0 0;
  content: "";
  height: 12px;
  right: 0;
  position: absolute;
  bottom: 0px;
  width: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li > a:hover img {
  border: 1px solid #13c1e4;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li .swatch-link .swatch-label {
  float: left;
}
.block-layered-nav dl#narrow-by-list dd.block-color ol li .swatch-link .count {
  display: none;
}
.block-layered-nav dl#narrow-by-list dd.block-size ol {
  float: left;
  width: 100%;
}
.block-layered-nav dl#narrow-by-list dd.block-size ol li {
  width: 48%;
  float: left;
}
.block-layered-nav dl#narrow-by-list dd ol {
  margin: 0px 0 0px;
  float: left;
}
.block-layered-nav dl#narrow-by-list dd ol li {
  line-height: 30px;
  list-style-type: none;
  position: relative;
}
.block-layered-nav dl#narrow-by-list dd ol li:hover {
  color: #13c1e4;
}
.block-layered-nav dl#narrow-by-list dd ol li.licolor {
  float: left;
}
.block-layered-nav dl#narrow-by-list dd ol li > a {
  position: relative;
  padding-left: 20px;
  margin-right: 5px;
}
.block-layered-nav dl#narrow-by-list dd ol li > a:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  background: none;
  border: 1px solid #ccc;
}
.block-layered-nav dl#narrow-by-list dd ol li > a:hover:before {
  border: none;
  background: url("../images/tick_layer.png") no-repeat scroll 0 0;
}
.block-layered-nav dl#narrow-by-list dd ol li > a.itemcolor {
  float: left;
  width: 22px;
  height: 22px;
  margin: 5px;
  text-indent: -9999em;
}
.block-layered-nav dl#narrow-by-list dd ol li > a.itemcolor.colorwhite {
  border: 1px solid #ccc;
}
.block-layered-nav dl#narrow-by-list dd ol li > a.itemcolor:before {
  display: none;
}
.block-layered-nav dl#narrow-by-list dd ol li > a.itemcolor:hover {
  border: 1px solid #13c1e4;
}
.block-layered-nav dl#narrow-by-list dd ol li > a.itemcolor:hover:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.1);
  background: url('../images/h2_icon.png') no-repeat -239px -102px;
}
.block-layered-nav dl#narrow-by-list dd ol li > input {
  display: none;
}
.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker {
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 15px;
}
.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker .checked {
  background: url('../images/mega_i_checked.png') no-repeat 0 -1px;
  float: left;
  width: 100%;
  height: 100%;
}
.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker input {
  margin: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-layered-nav dl#narrow-by-list dd ol li a {
  font-style: normal;
  font-size: 100%;
}
.block-layered-nav dl#narrow-by-list dd .price {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box {
  padding: 10px 0px 8px;
  margin: 0 0;
  position: relative;
  float: left;
  width: 100%;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box .price-from #minPrice {
  margin-left: 8px;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box .price-to {
  margin-left: 5px;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box > * {
  display: table-cell;
  float: left;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator {
  width: 5px;
  position: relative;
  text-indent: -999em;
  margin: 0 10px;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator:before {
  height: 1px;
  width: 100%;
  top: 14px;
  left: 0px;
  position: absolute;
  content: "";
}
.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
  font-size: 12px;
  margin-left: 0px;
  border: 1px solid #ccc;
  width: 58px;
  text-align: center;
  background: #fff;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 5px;
  color: #666666;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"]:focus {
  border-color: #999999;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box .go {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  background: #13c1e4;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  float: left;
  margin-left: 2px;
}
.block-layered-nav dl#narrow-by-list dd .price .text-box .go:hover {
  background: #13c1e4;
}
.block-layered-nav dl#narrow-by-list dd .price p input#amount {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0;
}
.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
  padding: 10px 0px;
  margin: 5px 0 0px;
  float: left;
  width: 100%;
}
.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
  margin: 6px 8px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #13c1e4;
  height: 1px;
  position: relative;
}
.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  height: 1px;
  top: 0px;
  background: #e8e8e8;
}
.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  height: 15px;
  width: 15px;
  background: #13c1e4;
  top: -7px;
  margin-left: -8px;
  position: absolute;
  display: block;
}
.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle:hover {
  background: #13c1e4;
}
.block-layered-nav dl#narrow-by-list dd.last ol {
  margin-bottom: 0px;
}
#category-products .configurable-swatch-list {
  display: none;
}
.quickview-main .product-view .product-img-box .wrap-slide-item {
  float: left;
  width: 360px !important;
}
.product-view #product-options-wrapper {
  width: 60%;
  float: left;
}
.product-view #product-options-wrapper dl {
  margin: 0;
}
.product-view #product-options-wrapper dt label {
  float: left;
  text-align: left;
  color: #333333;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.product-view #product-options-wrapper .group-item {
  float: left;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #e6e6e6;
}
.product-view #product-options-wrapper .group-item dt,
.product-view #product-options-wrapper .group-item dd {
  float: left;
  width: auto;
}
.product-view #product-options-wrapper .group-item dt > label {
  min-width: 55px;
  line-height: 40px;
  margin: 0 0 0 20px;
}
.product-view #product-options-wrapper .group-item .option-color .input-box li {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.product-view #product-options-wrapper .group-item .option-color .input-box li:first-child {
  border: 1px solid #ccc;
}
.product-view #product-options-wrapper .group-item .option-color .input-box li input {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-view #product-options-wrapper .group-item .option-color .input-box li:first-child .label label {
  opacity: 1;
  filter: alpha(opacity=100);
  font-weight: normal;
  display: none;
}
.product-view #product-options-wrapper .group-item .option-color .input-box li .label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  float: left;
  width: 100%;
  height: 100%;
}
.product-view #product-options-wrapper .group-item .option-color .input-box li .label > * {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-view #product-options-wrapper .group-item .option-color .input-box li:hover,
.product-view #product-options-wrapper .group-item .option-color .input-box li.actived {
  cursor: pointer;
  border-color: #13c1e4;
  /*&:before{
								background: url('@{base-url}icon-supershop.png') no-repeat -24px -19px;
								content: "";
								height: 12px;
								right: 0;
								position: absolute;
								bottom:0;
								width: 12px;
							}*/
}
.product-view #product-options-wrapper .group-item dd.option-color {
  margin: 10px 0 0;
}
.product-view #product-options-wrapper .group-item dd .input-box {
  margin-left: 10px;
  border: none;
}
.product-view #product-options-wrapper .group-item dd .input-box .selector span::before {
  right: 7px;
}
.product-view #product-options-wrapper dd .input-box {
  float: left;
  position: relative;
  width: 241px;
}
.product-view #product-options-wrapper dd .input-box .selector {
  position: relative;
}
.product-view #product-options-wrapper dd .input-box .selector span {
  background: #fff;
  height: 40px;
  line-height: 40px;
  text-align: left;
  width: 100% !important;
  position: absolute;
  display: block;
  padding: 0 20px 0 12px;
  color: #999;
}
.product-view #product-options-wrapper dd .input-box .selector span:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 7px;
  float: left;
  width: 15px;
  height: 10px;
  background: url('../images/arrow-down.png') no-repeat 0 0;
}
.product-view #product-options-wrapper dd .input-box select {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: static;
  top: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
  padding: 0 20px 0 12px !important;
  margin: 0;
}
.product-view #product-options-wrapper dd {
  display: inline-block;
}
.product-view #product-options-wrapper dd .input-box {
  border: 1px solid #e6e6e6;
}
.product-view #product-options-wrapper dd .input-box .selector span::before {
  right: 12px;
}
.product-view #product-options-wrapper dd .qty-holder {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.product-view #product-options-wrapper dd .qty-holder label {
  font-weight: 400;
  line-height: 30px;
}
.product-view #product-options-wrapper #downloadable-links-list .s-input {
  float: left;
  margin-right: 20px;
}
.product-view #product-options-wrapper #downloadable-links-list .label.s-label > label {
  margin-top: 2px;
}
.product-view.downloadable #product-options-wrapper {
  margin-top: 15px;
}
.product-view .product-options-bottom {
  float: left;
  width: 40%;
  padding-left: 20px;
}
.product-view .product-options-bottom .price-box {
  display: none;
}
.product-view .info-price {
  text-align: left;
  margin-bottom: 6px;
}
.product-view .add-to-cart {
  position: relative;
}
.product-view .add-to-cart > label {
  width: 56px;
  font-weight: 400 !important;
  color: #333333;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 20px;
  text-transform: uppercase;
}
.product-view label {
  color: #666666;
  float: left;
  margin-right: 5px;
}
.product-view #qty {
  width: 100%;
  height: 42px;
  border: 1px solid #e6e6e6;
  color: #333333;
  float: left;
  margin: 0;
  padding-left: 59%;
  padding-right: 30%;
}
.product-view .add-to-cart {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.product-view .quantity-controls {
  float: left;
  position: absolute;
  border: none;
  width: 20px;
  height: 42px;
  z-index: 9;
  color: #999999;
}
.product-view .quantity-controls span {
  float: left;
  margin-top: 15px;
}
.product-view .quantity-controls.quantity-minus {
  left: 82px;
}
.product-view .quantity-controls.quantity-plus {
  right: 27px;
}
.product-view .quantity-controls:hover {
  background: none;
  cursor: pointer;
}
.product-view .btn-cart,
.product-view .btn-update,
.product-view .btn-pro-config {
  float: left;
  margin-top: 20px;
  margin-bottom: 0;
  background: #333333;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  text-align: center;
}
.product-view .btn-cart span,
.product-view .btn-update span,
.product-view .btn-pro-config span {
  padding: 0;
}
.product-view .btn-cart > span,
.product-view .btn-update > span,
.product-view .btn-pro-config > span {
  padding: 0 20px;
}
.product-view.grouped .btn-cart,
.product-view.grouped .btn-update,
.product-view.grouped .btn-pro-config {
  width: auto;
  margin-top: 0;
}
.product-view.configurable #product-options-wrapper {
  margin-top: 20px;
}
.product-view.configurable #product-options-wrapper dl dt label {
  line-height: 36px;
  min-width: 50px;
}
.product-view .add-to-links {
  float: left;
  margin-top: 20px;
}
.product-view .add-to-links li {
  float: left;
  margin-right: 15px;
}
.product-view .add-to-links li a {
  position: relative;
  float: left;
}
.product-view .add-to-links li a:hover {
  color: #19aad1;
}
.product-view .or {
  display: none;
}
.product-view .add-to-box {
  float: left;
  width: 100%;
}
.product-view #product-tabs {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product-view #product-tabs .nav-tabs-default {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.product-view #product-tabs .nav-tabs-default .nav.nav-tabs {
  margin: 25px 0 20px;
}
.product-view #product-tabs .inner-tab {
  float: left;
  width: 100%;
  line-height: 24px;
  background: #fff;
}
.product-view #product-tabs .inner-tab h2 {
  margin: 0;
  border-bottom: 1px solid #13c1e4;
  padding: 10px 0;
  display: inline-block;
  font-size: 128.57%;
  color: #13c1e4;
  font-weight: normal;
  margin-bottom: 20px;
  min-width: 20px;
}
.product-view #product-tabs .inner-tab .box-tags .input-box {
  float: left;
}
.product-view #product-tabs .inner-tab .box-tags .button {
  margin: 0;
  padding: 0 15px;
  line-height: 32px;
}
.product-view #product-tabs .inner-tab .box-tags .button:hover {
  background: #13c1e4;
}
.product-view #product-tabs .inner-tab #customer-reviews .pager {
  float: left;
  width: 100%;
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
}
.product-view #product-tabs .inner-tab #customer-reviews .pager p,
.product-view #product-tabs .inner-tab #customer-reviews .pager label {
  margin: 0;
}
.product-view #product-tabs .inner-tab #customer-reviews .pager .amount {
  float: left;
  line-height: 40px;
}
.product-view #product-tabs .inner-tab #customer-reviews .pager .limiter {
  float: right;
  line-height: 40px;
}
.product-view #product-tabs .inner-tab #customer-reviews .ratings-table th {
  line-height: 22px;
}
.product-view #product-tabs .inner-tab #customer-reviews #product-review-table td {
  text-align: center;
}
.product-view #product-tabs .inner-tab #customer-reviews #product-review-table td .radio {
  display: inline;
  margin: 0;
}
.product-view #product-tabs .inner-tab #customer-reviews .form-list {
  margin-top: 20px;
}
.product-view #product-tabs .inner-tab #customer-reviews .buttons-set,
.product-view #product-tabs .inner-tab #customer-reviews .form-list {
  width: 50%;
}
.product-view #product-tabs .inner-tab #customer-reviews .button {
  margin: 0;
  padding: 0 15px;
  line-height: 32px;
}
.product-view #product-tabs .inner-tab #customer-reviews .button:hover {
  background: #13c1e4;
}
.product-view .block-tab {
  float: left;
  width: 100%;
}
.product-view {
  /* General Swatch Styling */
  /* Other Swatch States */
}
.product-view .swatch-link,
.product-view .swatch-label {
  display: block;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}
.product-view .swatch-link {
  border: 2px solid #e6e6e6;
  margin: 0 0 3px;
  padding: 0 11px;
}
.product-view #configurable_swatch_color .swatch-link {
  border: 1px solid transparent;
}
.product-view .swatch-link img {
  width: 22px;
  height: 22px;
}
.product-view .swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.product-view .swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.product-view .swatch-link.has-image .swatch-label {
  position: relative;
}
.product-view .swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.product-view .swatch-label {
  margin: 0;
  white-space: nowrap;
}
.product-view .configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.product-view .configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0;
}
.product-view .products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.product-view .configurable-swatch-list .not-available .x {
  display: block;
}
.product-view .configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.product-view .configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.product-view .configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.product-view .configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0;
  margin:1px;
}
.product-view .configurable-swatch-list .not-available a:focus {
  outline: 0;
}
.product-view .currently .swatch-current {
  position: relative;
}
.product-view .currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.product-view .currently .swatch-current span {
  display: block;
  float: left;
}
.product-view .currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.product-view .currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}
.product-view .configurable-swatch-list .hover .swatch-link,
.product-view .configurable-swatch-list .selected .swatch-link,
.product-view .swatch-link:hover {
  border-color: #3399cc;
  color: #3399cc !important;
}
.product-view .configurable-swatch-box {
  background: none !important;
}
.product-view .configurable-swatch-box select.swatch-select {
  display: none;
}
.product-view .configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #19aad1;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .swatch-attr label em {
  margin-right: 5px;
  color: #19aad1;
}
.product-view .select-label {
  display: none;
}
.product-view .product-options dd.swatch-attr {
  float: left;
}
.product-view .product-options dt.swatch-attr {
  clear: both;
  float: left;
  min-width: 90px;
  margin-bottom: 15px;
}
.lnr {
  font-family: "Linearicons" !important;
}
.fa {
  font-family: "FontAwesome" !important;
}
.wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}
.item-box-sub {
  margin-left: 0;
}
.currency-inner-box.item-box-sub {
  margin-left: -4px;
}
.home-search-form {
  float: left;
}
.home-search-form > input[type="text"] {
  margin: 0;
}
.home-extra-sub {
  margin-top: 0;
}
.header {
  padding: 0;
}
.total-cart > label {
  color: #fff;
  float: left;
  margin: 0;
}
.total-cart span {
  float: right;
}
.cart-thumb {
  float: left;
}
.info-user .inner-user-info li a {
  padding-left: 25px;
  position: relative;
}
.info-user .inner-user-info li a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  color: #999;
  font-family: "Linearicons";
}
.info-user .inner-user-info li a.top-link-myaccount:before {
  content: '\e82a';
}
.info-user .inner-user-info li a.top-link-wishlist:before {
  content: '\e813';
}
.info-user .inner-user-info li a.top-link-checkout:before {
  content: '\e820';
}
.info-user .inner-user-info li a.top-link-login:before {
  content: '\e80f';
}
.top-right > ul {
  float: right;
}
.top-right > ul li a {
  position: relative;
}
.top-right > ul li a:before {
  content: "";
  position: absolute;
  top: 6px;
  margin-top: -8px;
  left: 20px;
  color: #999;
  font-family: "Linearicons";
}
.top-right > ul li a.about_l {
  padding-left: 45px;
}
.top-right > ul li a.about_l:before {
  content: '\e828';
  left: 22px;
  top: 7px;
}
.top-right > ul li a.contact_l {
  padding-left: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.top-right > ul li a.contact_l:before {
  content: '\e818';
  font-size: 14px;
}
.info-price span {
  font-size: 100%;
}
.info-price {
  float: left;
  text-align: center;
  width: 100%;
}
.info-price .price-box {
  display: inline-block;
  float: none;
  margin-bottom: -5px;
  margin-top: 7px;
}
.flycart_qty_edit {
  display: none;
}
.product-featured-info .info-price {
  float: left;
  width: 100%;
}
.product-featured-info .info-price .price-box {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
}
.product-featured-info .flycart_qty_edit {
  display: block;
}
.partner-slider.home-partner-slider {
  margin-bottom: 20px;
}
.product-featured-info .wrap-cart-qty,
.product-featured-info .bx-pager,
.product-featured-info .desc {
  float: left;
  width: 100%;
}
.product-featured-info .desc {
  margin-bottom: 0;
}
.home-featured-slider .flycart_qty_edit {
  float: left;
  position: relative;
  margin-right: 30px;
  border: none !important;
}
.home-featured-slider .flycart_qty_edit .lbl {
  float: left;
  margin: 0 24px 0 0;
  font-weight: normal;
  line-height: 40px;
}
.home-featured-slider .flycart_qty_edit .flycart-qty-btn {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  position: absolute;
  right: -20px;
  z-index: 1;
  margin: 0;
  background: #fff;
  top: auto;
}
.home-featured-slider .flycart_qty_edit .flycart-qty-btn span {
  display: none !important;
}
.home-featured-slider .flycart_qty_edit .flycart-qty-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -11px;
  left: 3px;
  font-family: "Linearicons" !important;
  color: #999;
  z-index: 9;
  font-size: 7px;
  text-indent: 0;
}
.home-featured-slider .flycart_qty_edit .flycart-qty-btn.flycart-qty-change-left {
  top: 0;
  border-bottom: transparent;
}
.home-featured-slider .flycart_qty_edit .flycart-qty-btn.flycart-qty-change-left:before {
  content: "\e873";
}
.home-featured-slider .flycart_qty_edit .flycart-qty-btn.flycart-qty-change-right {
  bottom: 0;
}
.home-featured-slider .flycart_qty_edit .flycart-qty-btn.flycart-qty-change-right:before {
  content: "\e874";
}
.home-featured-slider .flycart_qty_edit .flycart-qty-btn:hover:before {
  color: #333;
}
.home-featured-slider .flycart_qty_edit .flycart-qty {
  float: left;
  height: 40px;
  width: 74px !important;
  border: 1px solid #e6e6e6;
  text-align: center;
  margin: 0;
  border-right: none;
}
.home-featured-slider .product-featured-info .info-qty {
  background: none;
  width: auto;
}
.home-featured-slider .product-featured-info .qty-up {
  top: auto;
}
.nav-tabs-icon .nav-tabs > li > a {
  display: block !important;
}
.home-latest-news .home-directnav .owl-buttons {
  margin-top: -180px;
}
.home-latest-news .item {
  height: auto;
  overflow: visible;
  margin-top: 60px;
}
.home-latest-news .item:before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  border-bottom: transparent;
  z-index: 9;
  top: -30px;
}
.home-latest-news .item:after {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  border-bottom: transparent;
  z-index: 10;
  top: -60px;
}
.wrap-latest-news-slider .item-home-latest-news {
  background: #fff;
}
.wrap-latest-news-slider .item-home-latest-news:nth-child(1) {
  margin: 0;
}
.footer.footer-dark .newsletter input[type="submit"],
.footer.footer-dark .newsletter button[type="submit"] {
  background: #13c1e4;
}
.footer.footer-dark .newsletter input[type="submit"]:hover,
.footer.footer-dark .newsletter button[type="submit"]:hover {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 0 2px #13c1e4 inset;
  color: #1b1d1f;
}
.category-title,
.contact-page {
  padding: 0 15px;
}
.category-contact-us .category-title,
.category-about-us .category-title {
  display: none;
}
.contact-form .comment-form {
  float: left;
  width: 100%;
}
.item-contact-box label {
  color: #1997d4;
}
.newsletter-popup-info input[type="text"] {
  margin-bottom: 0;
}
.category-blog .category-title,
.category-blog-mr .category-title,
.category-blog .wrap-banner-cate,
.category-blog-mr .wrap-banner-cate {
  display: none;
}
.widget-recent-post-thumb {
  float: left;
}
.widget {
  float: left;
  width: 100%;
}
.ps2 {
  margin-top: 81px;
}
.wrap_t_info {
  margin-bottom: -81px;
}
.header-home {
  background: none;
}
.ishomepage .header-home {
  background-image: url("../images/home/bg-page.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 50px 0 20px;
}
.toggle-search-category {
  float: left;
  height: 100%;
  position: relative;
  width: 50px;
  z-index: 999;
}
.select-category {
  display: block;
  position: static;
  border: none;
}
.select-category li {
  border: none;
  color: #666666;
  display: block;
  padding: 5px 15px;
}
.scrollbar {
  position: absolute;
  width: 200px;
  background: #fff;
}
.wrap-scrollbar {
  position: absolute;
  top: 40px;
  left: 0;
  min-width: 180px;
  background: #fff;
  -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2) 0px 0px #000000;
  -moz-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2) 0px 0px #000000;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2) 0px 0px #000000;
  -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 15px 0 15px 15px;
  display: none;
}
.wrap-scrollbar li.level-3 {
  padding-left: 15px;
  color: #888;
}
.wrap-scrollbar li.level-4 {
  padding-left: 30px;
  color: #aaa;
}
.wrap-scrollbar li:hover {
  cursor: pointer;
}
.wrap-scrollbar .slimScrollBar {
  right: 12px !important;
}
.mycart-link {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: block;
  font-size: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
.mycart-link > span {
  margin-right: 12px;
  color: #999999;
}
.logo_inner {
  float: left;
  width: 120px;
  height: 40px;
  background: url('../images/logo_inner.png') no-repeat 0 0;
  padding: 0;
}
.logo_inner > a {
  float: left;
  width: 100%;
  height: 60px;
  padding: 30px 15px;
}
.logo_inner img {
  display: none;
}
.category-slider .item {
  max-width: 300px;
}
.category-slider {
  float: left;
  width: 100%;
}
.toolbar-top .toolbar {
  margin-bottom: 30px;
}
.toolbar-bottom {
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.product-extra-link .product-add-cart:hover {
  cursor: pointer;
}
.info-price-filter label {
  padding-right: 5px;
}
.widget-title.sub-title {
  padding: 0;
}
.sidebar-product .title-product {
  float: left;
}
.sidebar-product .title-product a {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  text-transform: uppercase;
}
.sidebar-product .info-price {
  float: none;
  text-align: left;
}
.sidebar-product .info-price .price-box {
  float: none;
}
.header-inner-page {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.cart-qty > label {
  color: #999999;
  float: left;
}
.cart-qty > span {
  float: left;
}
.cart-qty > span input {
  float: left;
  height: auto !important;
  width: 20px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  color: #999999 !important;
}
.cart-qty .flycart-qty-change {
  display: none;
}
.home-extra-sub {
  z-index: 9;
}
.cart-title {
  margin: 5px 0 13px !important;
}
.ishomepage .total-cart > label {
  color: #fff;
}
.total-cart > label {
  color: #333333;
}
.products-list .flycart_qty_edit {
  display: block;
}
.ratings .amount {
  display: none;
}
.products-list .info-price {
  text-align: left;
}
.products-list .info-extra {
  float: left;
}
.products-list .title-product {
  margin: 0 0 15px;
}
.products-list .title-product a {
  text-transform: uppercase;
}
.products-list .desc {
  margin-top: 20px;
}
.products-list .info-qty {
  margin: 0;
  width: 100%;
}
.products-list .info-qty > label {
  float: left;
}
.products-list .info-qty > input {
  border: none !important;
  height: 38px !important;
  width: 74px !important;
  line-height: 38px;
}
.products-list .wrap-cart-qty .btn-link-default.add-to-cart:hover {
  cursor: pointer;
}
.product-list.has-sidebar .product-readmore {
  display: none;
}
.product-list.has-sidebar .info-extra {
  width: 100%;
}
.relate-product {
  float: left;
  width: 100%;
}
.relate-product .tab-pane {
  float: left;
  width: 100%;
}
.relate-product .tab-pane .product-slider {
  float: left;
  width: 100%;
}
.relate-product .tab-pane .product-slider .item {
  float: left;
  width: 100%;
}
.relate-product .tab-pane .product-slider .item .product-extra-link .product-add-cart {
  margin: auto !important;
  width: 60px !important;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 60px;
  height: auto;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
}
.relate-product .tab-pane .product-slider .item .product-extra-link .product-add-cart:hover {
  background: #1b1d1f;
}
.relate-product .tab-pane .product-slider .item .info-price {
  text-align: center;
}
.nav-tabs-default .nav.nav-tabs li a {
  display: block !important;
}
.title-product a {
  text-transform: uppercase;
}
.popular-post-date {
  margin-bottom: 1px;
}
.partner-slider {
  margin-bottom: 0;
}
.header-home2 {
  padding: 20px 0;
  padding-bottom:0;
}
.lbl_hot > a,
.lblnew > a {
  position: relative;
}
.lbl_hot > a:before,
.lblnew > a:before {
  content: "Hot";
  text-transform: uppercase;
  color: #19aad1;
  font-size: 10px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: -15px;
}
.lblnew > a::before {
  content: "New";
  color: #2caae1;
}
.the-brand .sub-title {
  margin: 0;
  padding: 0;
}
.banner-slider-circle-vertical {
  position: relative;
}
.banner-slider-circle-vertical .owl-theme .owl-controls {
  position: static;
}
.banner-slider-circle-vertical .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -10px;
}
.sidebar-product .widget.widget-post-adv,
.sidebar-product .widget.widget-post-list,
.sidebar-product .widget.widget-recent-post,
.sidebar-product .widget.widget-post-tag {
  border: none;
  padding: 0;
}
.col2-left-layout .product-view #product-options-wrapper,
.col2-right-layout .product-view #product-options-wrapper {
  width: 80%;
}
.col2-left-layout .product-view .product-options-bottom,
.col2-right-layout .product-view .product-options-bottom {
  float: left;
  padding-left: 0;
  width: 44%;
}
.col2-left-layout .product-gallery .bx-wrapper,
.col2-right-layout .product-gallery .bx-wrapper {
  float: left;
  margin: 0;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
.col2-left-layout .product-gallery #bx-pager,
.col2-right-layout .product-gallery #bx-pager {
  float: left;
  margin-left: -4px;
  margin-top: 10px;
  width: 100%;
}
.col2-left-layout .product-gallery #bx-pager a,
.col2-right-layout .product-gallery #bx-pager a {
  background: #e5e5e5 none repeat scroll 0 0;
  display: block;
  float: left;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
  width: 23%;
}
.col2-left-layout .cus_style,
.col2-right-layout .cus_style {
  padding-left: 5px;
}
.category-contact-us .category-slider,
.category-about-us .category-slider {
  display: none;
}
.cms-testimonial .testimo-content-right .testimo-desc::before {
  top: -40px;
}
.nav-tabs-default .nav.nav-tabs li a,
.nav-tabs-border .nav-tabs > li > a,
.nav-tabs-icon .nav-tabs > li > a {
  display: block!important;
}
.cms-tab-toggles .info-price span {
  font-size: 24px;
}
.cms-tab-toggles .relate-product {
  margin-bottom: 30px;
}
.cms-testimonial .category-slider,
.cms-tab-toggles .category-slider,
.cms-post-slider .category-slider,
.cms-message-boxes .category-slider,
.cms-featured-boxs .category-slider,
.cms-chart-process .category-slider,
.cms-buttons .category-slider,
.cms-banners .category-slider,
.cms-accordion .category-slider,
.category-contact-us .category-slider,
.category-about-us .category-slider {
  display: none;
}
.cms-testimonial .testimo-content-right .testimo-desc::before {
  top: -40px;
}
.nav-tabs-default .nav.nav-tabs li a,
.nav-tabs-border .nav-tabs > li > a,
.nav-tabs-icon .nav-tabs > li > a {
  display: block!important;
}
.cms-tab-toggles .info-price span {
  font-size: 24px;
}
.cms-tab-toggles .relate-product {
  margin-bottom: 30px;
}
.checkout-cart-index .data-table tbody td a.product-image img {
  max-width: 75px;
}
.cart .crosssell .product-details {
  width: 180px;
}
.cart .crosssell .add-to-links li {
  float: left;
  line-height: 37px;
}
.cart .crosssell .add-to-links li a {
  float: left;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  position: relative;
}
.cart .crosssell .add-to-links li a:before {
  content: "";
  text-indent: 0;
  font-family: "Linearicons" !important;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.cart .crosssell .add-to-links li a.link-wishlist:before {
  content: "\e862";
}
.cart .crosssell .add-to-links li a.link-compare:before {
  content: "\e813";
}
.cart .crosssell .add-to-links li a:hover:before {
  font-weight: bold;
}
.cart #crosssell-products-list .add-to-links {
  margin-left: 15px !important;
}
.the-brand .owl-theme .owl-controls .owl-buttons div {
  margin: 0!important;
  text-indent: 0 !important;
  background: none !important;
}
.the-brand .item-product:hover .item-product-info,
.the-brand .item-product:hover .product-extra-mask {
  opacity: 1;
  visibility: visible;
}
.the-brand .item-product:hover .product-extra-link a {
  transform: scale(1);
}
.the-brand .owl-theme .owl-controls .owl-buttons div {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #1b1d1f;
  border-radius: 0;
  color: #1b1d1f;
  display: inline-block;
  font-size: 10px;
  height: 24px;
  margin: 0;
  opacity: 0;
  padding: 6px;
  position: absolute;
  text-shadow: 0 0 0;
  top: -66px;
  transition: all 0.5s ease-out 0s;
  width: 24px;
}
.the-brand:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.the-brand .owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #19aad1;
  color: #19aad1;
}
.the-brand .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.the-brand .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.popular-post .owl-theme .owl-controls .owl-buttons div {
  margin: 0!important;
  text-indent: 0 !important;
  background: none !important;
}
.popular-post .item-product:hover .item-product-info,
.popular-post .item-product:hover .product-extra-mask {
  opacity: 1;
  visibility: visible;
}
.popular-post .item-product:hover .product-extra-link a {
  transform: scale(1);
}
.popular-post .owl-theme .owl-controls .owl-buttons div {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #1b1d1f;
  border-radius: 0;
  color: #1b1d1f;
  display: inline-block;
  font-size: 10px;
  height: 24px;
  margin: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  text-shadow: 0 0 0;
  top: -66px;
  transition: all 0.5s ease-out 0s;
  width: 24px;
}
.popular-post:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.popular-post .owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #19aad1;
  color: #19aad1;
}
.popular-post .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.popular-post .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.partner-slider .owl-theme .owl-controls .owl-buttons div {
  margin: 0!important;
  text-indent: 0 !important;
  background: none !important;
}
.partner-slider .item-product:hover .item-product-info,
.partner-slider .item-product:hover .product-extra-mask {
  opacity: 1;
  visibility: visible;
}
.partner-slider .item-product:hover .product-extra-link a {
  transform: scale(1);
}
.partner-slider .owl-theme .owl-controls .owl-buttons div {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #1b1d1f;
  border-radius: 0;
  color: #1b1d1f;
  display: inline-block;
  font-size: 10px;
  height: 24px;
  margin: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  text-shadow: 0 0 0;
  top: -66px;
  transition: all 0.5s ease-out 0s;
  width: 24px;
}
.partner-slider:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.partner-slider .owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #19aad1;
  color: #19aad1;
}
.partner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.partner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.products-grid .info-price .price-box {
  min-height: 30px;
}
.popular-post .paginav-slider {
  margin: 0 -15px;
}
.new-product .owl-theme .owl-controls .owl-buttons div {
  top: -57px;
}
.blog-toolbar .product-sort {
  display: none;
}
.list-banner-slider {
  margin: 0 -15px;
}
.box-header-intro {
  margin-top: 0px;
}
.cms-banners-sliders .banner-slider-circle-vertical .owl-pagination {
  top: -166px;
}
.cms-banners-sliders .footer {
  margin-top: 0;
}
.the-brand .owl-theme .owl-controls .owl-buttons div,
.new-product .owl-theme .owl-controls .owl-buttons div {
  padding: 5px;
}
.sidebar-product .widget.widget-category > ul {
  margin: 0 0 20px;
}
.sidebar-product .widget.widget-category {
  padding: 30px 30px 10px 30px;
}
.products-list .wrap_pe {
  float: left;
  width: 100%;
}
.products-list .wrap_pe .info-price {
  width: auto;
}
.products-list .wrap_pe .info-extra {
  width: auto;
  float: right;
  margin-top: 12px;
  margin-bottom: 18px;
}
#checkout-progress-wrapper .block-title {
  text-transform: uppercase;
  margin-top: 15px;
}
.checkout-onepage-index .page-title h1 {
  font-weight: 600;
}
#checkoutSteps li .step-title .number {
  color: #000 !important;
}
#checkoutSteps li .step-title {
  background: #f4f4f4 !important;
}
.widget-recent-post-thumb {
  display: inline-block;
}
.post-info {
  float: left;
  width: 100%;
}
.post-info .share-social {
  display: block!important;
}
.post-info .share-social label {
  float: left;
}
.post-info .share-social a {
  display: block !important;
  float: left;
}
.post-info .share-social a i {
  display: block !important;
}
.wrap_t_info {
  margin-bottom: 0 !important;
}
.box-hot-deal {
  float: left;
  width: 100%;
}
.sidebar-product .widget.widget-post-tag,
.sidebar-product .widget.widget-recent-post,
.sidebar-product .widget.widget-post-list {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav.main-nav-home {
    display: none;
  }
  .blog-toolbar .list-inline > li:first-child {
    display: inline-block !important;
  }
  .blog-toolbar .product-filter {
    float: left !important;
  }
  .blog-toolbar .product-filter .filter-selected {
    margin-top: 0 !important;
  }
  .blog-toolbar .pages {
    float: right !important;
  }
  #mobile-nav {
    left: auto;
    position: absolute;
    right: 60px;
    top: 65px;
    border: 1px solid #000;
  }
  #mobile-nav .btn-sidebar > span {
    color: #666666;
    font-size: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
  }
  #mobile-nav .btn-sidebar > span:before {
    top: -6px;
  }
  .list-inline > li:first-child {
    display: block !important;
  }
  .info-header.info-header2 {
    padding-top: 5px;
    position: absolute;
    top: 0px;
    right: 15px;
  }
  .main-nav {
    display: none;
  }
  .product-extra-mask {
    display: none;
  }
  .home-latest-news .home-directnav .owl-buttons {
    margin-top: -125px;
  }
  /*==================products-list=================*/
  .info-qty > label {
    margin: 0 20px 0 0;
  }
  .products-list .info-qty > input {
    width: 54px !important;
  }
  .category-slider .item {
    max-width: 320px;
  }
  /*==================end products-list=================*/
  .product-view #product-options-wrapper dd .input-box {
    width: 200px;
  }
  /*==================end product-view=================*/
  .product-view #product-options-wrapper dd .input-box {
    width: 200px;
  }
  /*==================end product-view=================*/
  .col2-right-layout .sidebar-product .title-product a,
  .col2-left-layout .sidebar-product .title-product a {
    width: 100px;
  }
  .col2-left-layout .product-view .product-options-bottom,
  .col2-right-layout .product-view .product-options-bottom {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-toolbar .list-inline > li:first-child {
    display: inline-block !important;
  }
  .blog-toolbar .product-filter {
    float: left !important;
  }
  .blog-toolbar .product-filter .filter-selected {
    margin-top: 0 !important;
  }
  .blog-toolbar .pages {
    float: right !important;
  }
  #category-products .list-inline > li:first-child {
    display: inline-block !important;
  }
  .col2-left-layout #category-products .product-filter,
  .col2-right-layout #category-products .product-filter {
    display: none;
  }
  .col2-left-layout .product-pagi-nav,
  .col2-right-layout .product-pagi-nav {
    margin: 0;
  }
  .cart .cart-collaterals #crosssell-products-list .product-image {
    margin: 4px 10px 15px 0;
  }
  .cart .cart-collaterals #crosssell-products-list .product-details .price-box {
    min-width: 0;
  }
  .cart .crosssell .button {
    clear: both;
  }
  .cart .col-del {
    border-right: 1px solid #ccc;
  }
  .my-account .form-list .field {
    width: 100%;
  }
  .my-account .form-list input.input-text {
    width: 100%;
  }
  .my-account .form-list .input-box select {
    height: 32px;
    padding: 6px !important;
    width: 100%;
  }
  #my-orders-table thead tr td,
  #my-orders-table thead tr th {
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
  }
  #my-orders-table .data-table tbody td {
    padding: 5px;
  }
  #my-orders-table .link-reorder {
    clear: both;
    display: block;
  }
  .header-banner-title {
    display: none;
  }
  .main-nav.main-nav-home {
    display: none;
  }
  #mobile-nav {
    left: auto;
    position: absolute;
    right: 60px;
    top: 67px;
    border: 1px solid #000;
  }
  #mobile-nav .btn-sidebar > span {
    color: #666666;
    font-size: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
  }
  #mobile-nav .btn-sidebar > span:before {
    top: -6px;
  }
  .featured-product .item-product {
    float: left;
    width: 100%;
  }
  .item-product {
    width: 100%;
  }
  .item-advert .thumb-adv img {
    width: 100%;
  }
  .popular-post .link-item > img {
    width: 100%;
  }
  .popular-post .item-popular {
    margin-bottom: 20px;
  }
  .main-nav {
    display: none;
  }
  .newsletter input[type="text"] {
    width: 100%;
  }
  .info-header.info-header2 {
    padding-top: 5px;
    position: absolute;
    top: -40px;
  }
  .home-latest-news .home-directnav .owl-buttons {
    margin-top: -125px;
  }
  .product-extra-mask {
    display: none;
  }
  /*==================products-list=================*/
  .products-list .info-qty > label {
    display: none;
  }
  .products-list .info-qty > input {
    width: 48px !important;
  }
  .products-list .btn-link-default {
    padding: 0;
  }
  /*==================end products-list=================*/
  /*==================product-view=================*/
  .products-list .info-qty > label {
    display: none;
  }
  .product-view #product-options-wrapper dd .input-box {
    width: 135px;
    margin-left: 0;
  }
  .product-view .add-to-cart > label {
    display: none;
  }
  .product-view .quantity-controls.quantity-plus {
    right: 5px;
  }
  .product-view .quantity-controls.quantity-minus {
    left: 15px;
  }
  .product-view #qty {
    padding-left: 50%;
  }
  .title-product-detail {
    white-space: nowrap;
    overflow: hidden;
  }
  /*==================end product-view=================*/
  .list-inline > li:first-child {
    display: block !important;
  }
  .product-view #product-options-wrapper {
    width: 100%;
  }
  .product-view #product-options-wrapper dd .input-box {
    width: 240px;
  }
  .product-view .product-options-bottom {
    padding-left: 0;
  }
  .product-view .title-product-detail {
    max-width: 322px;
  }
  .col2-right-layout .product-view #product_addtocart_form .col-sm-6,
  .col2-left-layout .product-view #product_addtocart_form .col-sm-6 {
    width: 100%;
  }
  .col2-right-layout .cus_style,
  .col2-left-layout .cus_style {
    padding-left: 15px;
  }
  .col2-right-layout .product-view .product-shop,
  .col2-left-layout .product-view .product-shop {
    margin-top: 20px;
  }
  .col2-right-layout .product-view #product-options-wrapper,
  .col2-left-layout .product-view #product-options-wrapper {
    width: 70%;
  }
  .col2-right-layout .sidebar-product .title-product a,
  .col2-left-layout .sidebar-product .title-product a {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .col2-left-layout .cus_style,
  .col2-right-layout .cus_style {
    padding-left: 15px;
  }
  .product-view #product-options-wrapper .group-item {
    max-width: 300px;
  }
  .logo.logo-header {
    display:block;
    margin:10px auto;
    margin-bottom:30px;
    width:35%;
  }
}
@media (max-width: 480px) {
  .product-view #product-options-wrapper .group-item {
    max-width: 500px;
  }
  .col2-left-layout .product-view #product-options-wrapper,
  .col2-right-layout .product-view #product-options-wrapper {
    width: 100%;
  }
  .col2-left-layout .product-view .product-options-bottom,
  .col2-right-layout .product-view .product-options-bottom {
    width: 64%;
  }
  .col2-left-layout .product-gallery #bx-pager,
  .col2-right-layout .product-gallery #bx-pager {
    margin-left: 0;
  }
  .col2-left-layout .product-gallery #bx-pager a,
  .col2-right-layout .product-gallery #bx-pager a {
    margin: 0 2px;
  }
  .col2-left-layout .product-gallery .bx-wrapper,
  .col2-right-layout .product-gallery .bx-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .list-inline > li:first-child {
    display: inline-block !important;
  }
  .item-product-leading .item-product-info {
    left: 10px !important;
    top: -14px !important;
    position: absolute !important;
  }
  #vt_menu {
    display: none;
  }
  .cart-collaterals {
    padding: 0 15px;
  }
  .cart-collaterals .col2-set,
  .cart-collaterals .totals {
    width: 100%;
  }
  .col1-layout .col-main > .page-title {
    padding: 0 15px;
  }
  .cart {
    padding: 0 5px;
  }
  .cart tbody td.last {
    border-right: none;
  }
  .account-create {
    padding: 0 15px;
  }
  .account-login {
    padding: 0 15px;
  }
  .account-login #login-form .col2-set .col-2 {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .account-login #login-form .col2-set .col-1 {
    float: left;
    width: 100%;
  }
  #billing-buttons-container {
    padding-right: 15px;
  }
  .block-about-us .block-wel .w-left-content img {
    width: 100%;
  }
  .block-account {
    margin-top: -20px;
  }
  .block-minicartpro {
    margin-top: 0;
    padding-top: 4px;
  }
  .mini-cartpro .block-content {
    width: 315px;
    right: -28px;
    z-index: 999997;
  }
  .checkout-onepage-index .page-title {
    margin-top: -15px;
  }
  .toolbar .pager .limiter {
    float: left !important;
    margin-left: 10px;
  }
  .toolbar .pager .item-pp {
    margin-top: 10px !important;
    display: none;
  }
  .toolbar .pager {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 100%;
  }
  .cart #shopping-cart-table tbody td.last,
  .cart #shopping-cart-table thead tr th.col-del {
    border-right: none !important;
  }
  #checkoutSteps #checkout-step-login .col-1,
  #checkoutSteps #checkout-step-login .col-2 {
    width: 100%;
  }
  #checkoutSteps #checkout-step-login .col-2.mobile {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  #checkoutSteps #checkout-step-login .col2-set h4 {
    margin: 5px 0;
  }
  #checkoutSteps #checkout-step-login .control input {
    margin: 0px 5px 0 0 !important;
  }
  #checkoutSteps #checkout-step-login .form-list {
    margin-bottom: 10px;
  }
  #checkoutSteps #checkout-step-login .form-list li {
    margin-bottom: 5px;
  }
  #checkoutSteps #checkout-step-login .show-m {
    display: block;
  }
  #checkoutSteps #checkout-step-billing .input-box select {
    height: 34px;
    padding: 7px !important;
  }
  #checkoutSteps input[type="radio"] {
    margin: 0px 5px 0 0 !important;
  }
  .cart {
    padding: 0 5px;
  }
  .cart h1 {
    line-height: 40px;
  }
  .cart #shopping-cart-table {
    width: 100%;
    margin: 0 auto;
  }
  .cart #shopping-cart-table tbody td {
    padding: 7px 5px;
    border-right: 1px solid #ccc;
  }
  .cart #shopping-cart-table thead tr th {
    padding: 10px 0px;
    text-transform: capitalize;
    border-right: 1px solid #ccc;
  }
  .cart #shopping-cart-table .button {
    width: 100%;
  }
  .cart #shopping-cart-table .button#empty_cart_button {
    margin-bottom: 0;
  }
  .cart .cart-collaterals {
    padding: 0;
  }
  .cart .cart-collaterals .col-1,
  .cart .cart-collaterals .col-2 {
    width: 100%;
  }
  .cart .cart-collaterals #crosssell-products-list .product-details .price-box {
    min-width: 175px;
  }
  #my-orders-table {
    margin-bottom: 10px;
  }
  #my-orders-table thead tr td,
  #my-orders-table thead tr th {
    border-top: none;
    float: left;
    width: 100%;
  }
  #my-orders-table thead tr th {
    text-align: center !important;
  }
  #my-orders-table thead tr {
    width: 102.5% !important;
    float: left;
  }
  #my-orders-table tbody tr {
    float: left;
    width: 103% !important;
  }
  #my-orders-table tbody td {
    float: left;
    width: 100%;
  }
  #my-orders-table tfoot tr {
    float: left;
    width: 103% !important;
  }
  #my-orders-table tfoot td {
    float: left;
    width: 100%;
    border-top: none;
  }
  .sales-order-view .my-account > .page-title h1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .my-wishlist .input-text {
    width: 35px;
  }
  .my-wishlist .button {
    width: auto !important;
  }
  #wishlist-table .price-box p.price-to {
    margin-left: 0 !important;
  }
  #confirmbox {
    margin-left: 4px;
  }
  #confirmbox {
    width: 290px;
    margin-left: 15px;
  }
  .my-wishlist #wishlist-table thead tr td,
  .my-wishlist #wishlist-table thead tr th {
    padding: 10px 6px;
    text-transform: capitalize;
  }
  .my-wishlist #wishlist-table td {
    padding: 8px 3px;
  }
  .my-wishlist .button {
    width: 100%;
    margin-bottom: 5px;
  }
  #checkout-step-review {
    padding: 2px 2px 5px 2px !important;
  }
  #checkout-step-review #checkout-review-table {
    width: auto;
    margin-bottom: 5px;
  }
  #checkout-step-review #checkout-review-table tbody td {
    padding: 4px;
  }
  #checkout-step-review #checkout-review-table thead tr td,
  #checkout-step-review #checkout-review-table thead tr th {
    text-transform: capitalize;
    padding: 10px 3px;
  }
  #my-downloadable-products-table tbody td {
    padding: 4px;
  }
  #checkout-progress-wrapper {
    margin-top: 25px;
  }
  .cart #shopping-cart-table {
    width: 96%;
  }
  .main-nav.main-nav-home {
    display: none;
  }
  #mobile-nav {
    position: absolute;
    top: 0px;
    left: auto;
    right: 105px;
    border: none !important;
    width: 55px;
    height: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #mobile-nav .btn-sidebar {
    padding: 0 !important;
    width: 50px;
    height: 40px;
  }
  #mobile-nav .btn-sidebar > span {
    text-indent: -999em;
    width: 50px;
    display: inline-block;
  }
  #mobile-nav .btn-sidebar > span:before {
    top: 0px !important;
    left: 21px !important;
    text-indent: 0;
    color: #fff !important;
  }
  .top-right .info-user::before {
    right: 17px !important;
  }
  .list-inline li.info-user::after {
    display: none !important;
  }
  .info-header.info-header2 {
    padding-top: 5px;
    position: absolute;
    right: 10px;
    top: -40px;
  }
  .category-slider .item {
    max-width: 700px;
  }
  .mycart-link {
    padding: 0 0 0 15px;
  }
  .hide-mobile {
    display: none;
  }
  .product-extra-mask {
    display: none;
  }
  .product-featured-info {
    margin-top: 20px;
  }
  .item-home-latest-news .home-latest-news-info {
    margin-top: 20px;
  }
  .footer.footer-dark .footer-nav {
    float: left;
    margin: 20px 0;
  }
  .list-inline > li:first-child {
    display: block;
  }
  .list-inline {
    margin-bottom: 10px;
  }
  .download img {
    margin-bottom: 20px;
  }
  .main-nav {
    display: none;
  }
  .top-right .info-user {
    float: right;
  }
  .top-right .info-user:after {
    display: block !important;
  }
  .top-right .info-user .account-link:before {
    text-indent: 0;
  }
  .top-right > ul {
    float: right !important;
  }
  .top-right > ul > li > a > span {
    display: none;
  }
  .top-right > ul > li > a > span.lnr {
    display: block !important;
  }
  .top-right > ul > li > a > span.lnr {
    margin-right: 16px;
  }
  .mycart-link > span {
    display: none;
  }
  .mycart-link > span.lnr {
    display: block !important;
    color: #fff!important;
  }
  .mycart-link {
    padding: 10px 0 0 15px;
    font-size: 16px;
  }
  .top-right > ul > li > a {
    color: #fff !important;
    font-size: 14px !important;
    padding-top: 12px;
  }
  .mycart-link > span {
    margin-right: 5px;
  }
  /*===============product-view==============*/
  .product-view #product-options-wrapper {
    width: 100%;
  }
  .product-view .product-options-bottom {
    width: 100%;
    padding-left: 0;
  }
  .product-view #product-options-wrapper dd .input-box {
    width: 200px;
  }
  .product-gallery .share-social {
    margin-left: 0;
  }
  .product-view .btn-cart,
  .product-view .btn-update,
  .product-view .btn-pro-config {
    max-width: 200px;
  }
  #product-tabs .nav-tabs-default .nav.nav-tabs li {
    margin-bottom: 5px;
  }
  /*===============end product-view==============*/
  .list-inline > li:first-child {
    display: block !important;
  }
  .top-right > ul {
    float: left;
  }
  .top-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    text-align: left;
    width: 100%;
  }
  .list-inline > li {
    padding: 0;
  }
  .item-advert .thumb-adv img {
    width: 100%;
  }
  .the-brand .item-product {
    width: 100%;
  }
  .item-popular img,
  .item-brand-thumb img {
    width: 100%;
  }
  .item-popular {
    margin-bottom: 20px;
  }
  #category-products .list-inline > li:first-child {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  #category-products .products-grid .item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .top-right {
    float: right ;
  }
  .top-right .mycart-link {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  #mobile-nav {
    display: block !important;
    float: left;
  }
  .info-price .price-box {
    min-height: 24px;
  }
  .item-home-latest-news {
    padding: 100px 10px 50px;
  }
  .list-inline > li:first-child {
    display: none;
  }
  #category-products .list-inline > li:first-child {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .item-product {
    width: 100%;
  }
  .newsletter input[type="text"] {
    width: 100%;
  }
  .side-testimonial {
    width: 100%;
  }
  .item-testimonial.item-right .testimonial-title a {
    color: #fff;
  }
  .item-testimonial.item-right .testimonial-job {
    border-top: 1px solid #fff;
    color: #ffffff;
  }
  .side-right {
    margin-top: 30px;
  }
  .home-testimonial .home-directnav .owl-buttons {
    margin-top: -30px;
  }
  .home-latest-news .home-directnav .owl-buttons {
    margin-top: -132px;
  }
  .home-bestsale-product .home-directnav .owl-buttons {
    margin-top: 5px;
  }
  .home-featured-product .home-directnav .owl-buttons {
    margin-top: -110px;
  }
  .logo-home {
    margin-left: -5px;
    max-width: 150px;
  }
  #mobile-nav {
    right: auto;
    left:0;
  }
  .header-container02 {
    padding-right:0;
  }
  .info-header.info-header2 {
    padding-top: 5px;
    position: absolute;
    right: 10px;
    top: -40px;
  }
  .top-left .currency-link {
    border-right: none;
  }
  .nav-tabs-icon .nav-tabs > li:first-child > a {
    border-bottom: 1px solid #e1e1e1;
  }
}
.mobile-sidebar {
  display: none;
}
.block-slidebar {
  background: #111111;
  float: left;
  width: 230px;
  position: relative;
  padding: 30px 0px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: -230px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.block-slidebar ul li {
  line-height: 30px;
}
.block-slidebar ul li a {
  color: #ccc;
  padding-left: 32px;
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
}
.block-slidebar ul li a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 4px;
  color: #ccc;
  position: absolute;
  top: 0px;
  left: 20px;
}
.block-slidebar ul li.parent ul {
  padding-left: 7px;
  background: #333333;
  float: left;
  width: 100%;
  box-sizing:border-box;
}
.block-slidebar ul li.active > a,
.block-slidebar ul li.selected > a {
  color: #13c1e4;
}
.block-slidebar ul li.active > a:before,
.block-slidebar ul li.selected > a:before {
  color: #13c1e4;
}
.block-slidebar ul.nav-menu {
  float: left;
}
.block-slidebar ul.nav-menu > li > a:before {
  content: "\f0da";
  font-size: 14px;
}
.block-slidebar ul.nav-menu > li > ul {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px 0;
}
.block-slidebar .close-menu {
  position: absolute;
  top: 110px;
  right: -40px;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block-slidebar .close-menu:before {
  content: "\f03b";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ccc;
  position: absolute;
  top: 10px;
  left: 12px;
}
.block-slidebar .close-menu:hover {
  background: #111111;
}
.block-slidebar .close-menu span {
  display: none;
}
.show-menu .block-slidebar {
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.show-menu .block-slidebar .close-menu {
  visibility: visible;
}
/*End Screen 1920*/
/*End Screen 1366*/
@media (max-width: 1280px) {
  .slider-tab .nav.nav-tabs li {
    width: auto;
  }
  .slider-tab #bx-pager a {
    float: none;
    width: auto;
  }
  .post-format-video iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
  }
  .language-inner-box.item-box-sub {
    left: 0;
    margin-left: 0;
  }
  .currency-inner-box.item-box-sub {
    left: 0;
    margin-left: -5px;
  }
  .banner-slider-rect-vertical .owl-pagination {
    right: 15px;
  }
}
/*End Screen 1200*/
@media (max-width: 1024px) {
  .product-gallery .bx-wrapper {
    padding-right: 0;
    width: 100%;
  }
  .home-latest-news-info > h3 {
    font-size: 16px;
  }
  .item-home-latest-news:nth-child(1) {
    margin: auto;
  }
  .item-home-latest-news:nth-child(2) {
    margin: auto;
    transform: none;
  }
  .item-home-latest-news:nth-child(3) {
    margin-top: auto;
    transform: none;
  }
  .wrap-latest-news-slider {
    height: auto;
    overflow: visible;
    padding: 50px 0;
  }
  .home-latest-news .home-directnav .owl-buttons {
    margin-top: -75px;
  }
  .item-home-latest-news {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px !important;
    padding: 30px 15px;
  }
  .category-lightbox {
    margin-left: -543px;
    width: 1000px;
  }
  .home-testimonial {
    padding: 50px 0;
  }
  .home-latest-news .item {
    height: auto;
  }
  .product-gallery #bx-pager {
    width: 100%;
  }
  .product-gallery #bx-pager a {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px;
    max-width: 69px;
    width: 100%;
  }
  .product-gallery .share-social {
    margin-left: 0;
  }
  .about-box-text {
    height: 246px;
    padding-top: 30px;
  }
  .item-product-info .product-readmore {
    display: none;
  }
  .product-list.none-sidebar .item-product-thumb {
    width: 30%;
  }
  .product-list.none-sidebar .item-product-info {
    padding: 0 0 0 30px;
    width: 70%;
  }
  .product-list.none-sidebar .wrap-cart-qty {
    border-left: medium none;
    float: left;
    margin: 5px 0 0 30px;
    max-width: 500px;
    padding: 0;
    width: 100%;
  }
  .product-list.none-sidebar .wrap-cart-qty .info-extra {
    float: left;
    margin-top: 30px;
  }
  .product-list.none-sidebar .wrap-cart-qty .info-qty {
    float: left;
    margin-right: 5px;
  }
  .product-list.none-sidebar .wrap-cart-qty .btn-link-default.add-to-cart {
    float: left;
    margin: 18px 0 0;
  }
  .product-list.has-sidebar .btn-link-default.add-to-cart {
    margin: 20px 0 0;
  }
  .testimo-content-left,
  .testimo-content-right {
    padding-top: 40px;
  }
  .info-header2 .info-search .search-form {
    margin-right: 0px;
  }
  .banner-slider-circle-vertical .owl-pagination {
    right: 15px;
    top: -150px;
  }
  .item-custom-service {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .catalog {
    background-attachment: scroll;
  }
  .sidebar-product .widget {
    padding: 15px;
  }
  .control-paginav-featured-slider {
    max-width: 400px;
  }
}
/*End Screen 1024*/
@media (max-width: 990px) {
  .item-brand::after,
  .the-brand .owl-buttons {
    display: none;
  }
  .info-cart .inner-cart-info {
    position: absolute;
    right: 50px;
    top: 100%;
    width: 300px;
  }
  .newsletter input[type="text"] {
    width: auto;
  }
  .info-sale {
    display: none;
  }
  .product-list.none-sidebar .wrap-cart-qty {
    margin: 25px 0 0;
  }
  .item-latest-post.item-left .latest-post-content {
    padding-right: 0;
  }
  .item-latest-post.item-right .latest-post-content {
    padding-left: 0;
  }
  .item-latest-post {
    padding: 50px 0;
  }
  .home-latest-news-info .latest-post-info li {
    margin-right: 0px;
  }
  .info-cart7 {
    top: 5px;
  }
  .link-cart a {
    width: 110px;
  }
  .main-nav.main-nav7 {
    float: none;
  }
}
/*End Screen 990*/
@media (max-width: 768px) {
  .banner-box.banner-style3 .btn-link-hidden {
    display: none;
  }
  .has-sidebar .product-filter .filter-selected {
    margin-top: 10px;
  }
  .testimo-avatar {
    display: block;
    margin: auto;
    max-width: 100px;
  }
  .testimo-content-right {
    padding: 15px 0;
  }
  .testimo-desc {
    padding-top: 35px;
  }
  .widget {
    padding: 15px;
  }
  .phone-box,
  .mail-box {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .item-header-banner.box-right {
    margin-left: -15px;
  }
  .item-header-banner.box-left {
    margin-right: -15px;
  }
  .category-lightbox {
    left: 50%;
    margin-left: -410px;
    width: 758px;
  }
  .banner-style2 .banner-box-info {
    display: none;
  }
  .banner-style2 .banner-box-title.banner-box-title-blue {
    font-size: 20px;
  }
  .banner-style1 .banner-box-info {
    left: 5px;
    top: 50px;
  }
  .banner-slider-circle-hoztical .banner-rect-info {
    margin-left: 50px;
    margin-top: 0px;
  }
  .banner-slider-rect-vertical .owl-pagination {
    right: 15px;
    top: -270px;
  }
  .circle2,
  .circle1 {
    margin-bottom: 30px;
  }
  .list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n) {
    padding-left: 15px;
  }
  .list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n+1) {
    padding-right: 15px;
  }
  .info-testimo-author {
    top: 40px;
  }
  .banner-slider-circle-hoztical .content-banner-slider {
    height: 550px;
    padding-top: 50px;
  }
  .content-blog-page .popular-box-text {
    display: none;
  }
  .banner-rect-info h2 {
    font-size:40px;
  }
  .banner-rect-info h4 {
    font-size:20px;
  }
  .banner-rect-info .btn-link-default {
    margin-top:0;
  }
  .banner-info {
    top:50%;
    margin-top:20px;
    transform:translateY(-50%);
  }
  .banner-info .desc {
    text-shadow: none;
    color: #b8b8b8;
  }
}
/*End Screen 768*/
@media (max-width: 767px) {
  .content-blog-page .popular-box-text {
    display: block;
  }
  .content-blog-page .mega-entry {
    margin-bottom: 30px;
    position: static;
    text-align: center;
  }
  .top-right > ul > li {
    display: none;
  }
  .top-right > ul > li.info-user {
    display: block;
  }
  .top-right {
    border: none;
  }
  .main-nav > ul > li {
    margin-right: 0;
  }
  .info-cart7 {
    top: 150px;
  }
  .category-lightbox {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .product-sort,
  .product-pagi-nav,
  .product-filter {
    display: block !important;
    float: left !important;
    margin: 5px 0;
    width: 100% !important;
  }
  .home-directnav .owl-buttons {
    display: none;
  }
  .testimo-content-right {
    padding: 30px 15px;
  }
  .banner-box.banner-style3.box-left {
    margin-right: 0px;
  }
  .banner-box.banner-style3.box-right {
    margin-left: 0;
  }
  .home-testimonial .title.title-home {
    color: #1b1d1f;
  }
  .item-testimonial.item-left .testimonial-title a {
    color: #1b1d1f;
  }
  .item-testimonial.item-left .testimonial-job {
    border-top: 1px solid #1b1d1f;
    color: #1b1d1f;
  }
  .item-testimonial.item-left {
    margin-bottom: 30px;
  }
  .product-featured-thumb {
    margin-bottom: 20px;
  }
  .item-box-sub {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .language-box::after,
  .currency-box::after {
    left: auto;
    right: 20px;
  }
  .home-latest-news-thumb {
    margin-bottom: 15px;
  }
  .home-testimonial::before {
    display: none;
  }
  .product-list .item-product {
    padding: 15px;
  }
  .testimo-content {
    background: #797979 none repeat scroll 0 0;
    padding: 15px;
    position: static;
  }
  .testimo-content-left {
    padding-top: 15px;
  }
  .product-list.none-sidebar .item-product-thumb {
    margin-bottom: 20px;
    width: 100%;
  }
  .product-list.none-sidebar .item-product-info {
    padding: 0;
    width: 100%;
  }
  .product-list.none-sidebar .wrap-cart-qty {
    margin-top: 0;
  }
  .main-nav .main-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 15px 15px 30px;
    position: absolute;
    right: -320px;
    top: 0;
    transition: all 0.5s ease-out 0s;
    width: 290px;
    z-index: 9999;
  }
  .main-nav .main-menu.active {
    right: 0;
  }
  .main-nav > ul > li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }
  .main-nav > ul > li > a {
    padding: 15px 0;
  }
  .main-nav > ul > li > a > sup,
  .main-nav > ul > li.menu-item-has-childrent::after {
    display: none;
  }
  .main-nav .sub-menu {
    display: none;
    margin: 0!important;
    opacity: 1!important;
    position: relative!important;
    left: 0!important;
    visibility: visible!important;
    width: 100%!important;
  }
  .main-nav > ul > li.menu-item-has-childrent::before {
    color: #999;
    content: "юб┤";
    font-family: linearicons;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 16px;
  }
  .main-nav > ul > li.menu-item-has-childrent > a {
    padding-right: 15px;
  }
  .mobile-menu {
    display: block;
  }
  .info-search .search-form {
    width: 300px;
  }
  .wrap-toggle-search {
    width: 100%;
  }
  .search-form .btn-link-default {
    padding: 0 15px;
  }
  .slider-tab .nav.nav-tabs {
    position: static;
  }
  .slider-tab .nav.nav-tabs li {
    display: block;
    margin: 0;
    border-top: 1px solid #e5e5e5;
  }
  .item-advert.left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .item-advert.right {
    margin-left: 0;
  }
  .item-advert .thumb-adv img {
    width: 100%;
  }
  .footer-nav {
    border: medium none;
    margin-top: 30px;
    max-width: none;
    padding: 0;
  }
  .popular-box-text {
    position: static;
  }
  .title-popular-box span {
    display: block;
  }
  .desc-popular-box span {
    display: block;
  }
  .item-product-leading .item-product-info {
    margin: 0;
    position: static;
  }
  .new-product-tab .item-product-leading .item-product-info {
    margin: 30px 0 0;
  }
  .sidebar-right {
    margin-top: 30px;
  }
  .sidebar-left {
    margin-bottom: 30px;
  }
  .widget.widget-compare ul li .remove-product-compare {
    left: -14px;
  }
  .item-brand {
    max-width: none;
  }
  .item-brand-thumb img {
    width: 100%;
  }
  .about-box-image .about-big-text,
  .about-box-image .about-big-icon,
  .about-box-image .about-small-text {
    display: none;
  }
  .banner-info-text {
    display: none;
  }
  .item-latest-post.item-left {
    background-position: right top;
    margin-bottom: 40px;
  }
  .item-latest-post.item-right {
    background-position: left top;
  }
  .item-latest-post.item-left .latest-post-content {
    padding-right: 0;
    text-align: left;
  }
  .item-latest-post.item-right .latest-post-content {
    padding-left: 0;
  }
  .item-custom-service {
    margin: 30px 0;
  }
  .custom-service .box-title {
    margin-bottom: 0;
  }
  .list-tab-title .nav-tabs > li {
    display: block;
    float: none;
    margin: 0 0 7px;
    padding: 0;
  }
  .header-product-tab .title {
    margin-bottom: 15px;
  }
  .list-tab-title .nav > li > a::after {
    display: none;
  }
  .content-catelog {
    padding-left: 0;
  }
  .catalog {
    background-attachment: scroll;
    background-position: left center;
  }
  .nav-tabs-icon .nav-tabs > li,
  .nav-tabs-icon .nav-tabs > li > a {
    display: block;
    margin-right: 0;
  }
  .nav-tabs-border .nav-tabs > li,
  .nav-tabs-border .nav-tabs > li > a {
    display: block;
    margin-right: 0;
  }
  .item-header-banner.box-left {
    margin-right: 0;
  }
  .item-header-banner.box-right {
    margin-left: 0;
  }
  .category-lightbox {
    left: 0;
    margin-left: 0;
    top: 50px;
    width: 100%;
  }
  .home-box-extra > div {
    display: inline-block;
  }
  .home-box-extra {
    text-align: center;
    width: 100%;
  }
  .home-extra-sub.show-box {
    left: 0;
    padding: 20px 15px;
    width: 100%;
  }
  .main-nav.main-nav-home {
    max-width: none;
  }
  .header-slider .owl-pagination {
    bottom: -40px;
  }
  .main-nav.main-nav-home .main-menu {
    margin-top: 20px;
  }
  .main-nav.main-nav-home > ul > li > a {
    padding: 13px 0;
  }
  .main-nav.main-nav-home > ul > li > a::before,
  .main-nav.main-nav-home > ul > li > a::after {
    display: none;
  }
  .header-slider.default-paginav {
    margin: 10px -10px 30px;
  }
  .main-nav.main-nav-home > ul > li::before {
    display: block;
  }
  .item-popular {
    margin-bottom: 30px;
  }
  .item-brand {
    margin: auto;
  }
  .popular-post .item {
    padding: 0;
  }
  .banner-slider-circle-vertical .owl-theme .owl-controls {
    margin: auto;
    max-width: none;
    position: static;
  }
  .banner-slider-circle-vertical .owl-pagination {
    bottom: 30px;
    right: 15px;
  }
  .menu-footer3 {
    text-align: center;
  }
  .copyright3 > p {
    margin: 15px 0 0;
    text-align: center;
  }
  .menu-footer3 > li {
    margin-bottom: 5px;
  }
  .contact-top3 {
    text-align: center;
  }
  .menu-top3.list-inline.text-right {
    padding: 5px 0;
    text-align: center;
  }
  .banner-slider-rect-vertical .owl-pagination {
    display: none;
  }
  .filter-product .btn-filter {
    float: left;
  }
  #slider-range-price {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
  }
  .attr-category a,
  .attr-brand a {
    margin-right: 15px;
  }
  .banner-rect-info {
    transform: scale(.8,.8);
  }
  .banner-box.banner-style1.box-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .banner-box.banner-style1.box-center {
    margin: 0;
    margin-bottom: 30px;
  }
  .banner-box.banner-style1.box-right {
    margin-left: 0;
  }
  .logo-header3 {
    max-width: 200px;
  }
  .main-nav3 .mobile-menu {
    top: 15px;
    z-index: 99;
  }
  .main-nav.main-nav3 .main-menu {
    margin-top: 55px;
    z-index: 999;
  }
  .main-nav.main-nav3 > ul > li {
    margin-right: 0;
  }
  .slider-tab #bx-pager a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .slider-tab > #bx-pager {
    padding: 0;
    position: static;
  }
  .item-latest-post:hover::after {
    opacity: 0;
  }
  .side-testimonial {
    width: 100%;
  }
  .testimonial-page {
    width: 100%;
    padding: 0 !important;
    display: none;
  }
  .control-paginav-featured-slider {
    display: none;
  }
  .testimonial-title {
    font-size: 36px;
    margin: 35px 0 25px;
  }
  .menu-footer,
  .copyright {
    text-align: center;
  }
  .footer-dark .copyright {
    text-align: center;
  }
  .top-right .info-user .inner-user-info {
    left: auto;
    right: 0;
  }
  .top-right > ul > li > a {
    padding-right: 0;
    border-left: none;
  }
  .top-right .info-user::before {
    left: auto;
    right: 30px;
  }
  .header.header-home {
    padding-top: 20px;
  }
  .logo.logo-home h1 span {
    display: inline;
    font-size: 36px;
  }
  .main-nav-home .mobile-menu a {
    color: #fff;
  }
  .main-nav-home .mobile-menu {
    right: 1px;
    top: -31px;
  }
  .logo-home {
    max-width: none;
  }
  .banner-slider-circle-vertical .owl-pagination {
    display: none;
  }
  .info-header.info-header2 {
    display: none;
  }
  .owl-theme .owl-controls {
    display: none !important;
  }
  .info-header3 .info-total {
    margin: -48px 0 0 75px;
    text-align: center;
  }
  .register-box {
    float: none;
    text-align: center;
  }
  .nav-tabs-filter .nav-tabs > li {
    float: none;
    margin: 0;
  }
  .nav-tabs-filter .nav-tabs > li > a {
    padding: 0 15px;
  }
  .nav-tabs-icon .nav-tabs {
    text-align: left;
  }
  .popular-box {
    margin: 15px 0;
  }
  .popular-box::before {
    display: none;
  }
  .blog-main-left .blog-list-thumb {
    margin-bottom: 20px;
  }
  .blog-main-right .blog-list-thumb {
    margin-top: 20px;
  }
  .widget {
    padding: 0;
  }
  .post-slider {
    padding: 25px 5px;
  }
  .item-product-leading .item-product-thumb {
    margin-bottom: 20px;
  }
  .item-team-circle,
  .item-team-rectang {
    margin-bottom: 30px;
  }
  .language-list,
  .currency-list {
    display: none !important;
  }
  .box-info-user {
    width: 200px;
    margin-right: -70px;
  }
  .info-search .search-form3.search-form {
    width: 300px;
  }
  .search-form.search-form3 input[type="text"] {
    width: 180px;
  }
  .item-product-leading .info-price  span {
    font-size:20px;
  }
  .item-product-leading .item-product-info {
    top:50% !important;
    left:50% !important;
    transform:translateX(-50%) translateY(-50%);
  }
}
/*End Screen 767*/
@media (max-width: 480px) {
  .title.title-home {
    font-size: 24px;
  }
  .item-box-attr {
    display: block;
  }
  .item-attr-title {
    display: block;
    padding: 0 15px;
    width: auto;
  }
  .item-attr-content {
    display: block;
    padding: 0 15px;
  }
  .box-attr-filter::before {
    display: none;
  }
  .nav-tabs-default .nav.nav-tabs li {
    display: block;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
  }
  .item-latest-post {
    padding: 40px 0;
  }
  .nav-tabs-default .nav.nav-tabs li a {
    margin: 0;
  }
  .detail-product-tab {
    padding: 0 15px 20px;
  }
  .product-list.has-sidebar .item-product-thumb {
    margin-bottom: 20px;
    width: 100%;
  }
  .product-list.has-sidebar .item-product-info {
    padding-left: 0;
    width: 100%;
  }
  .content-product-detail.has-sidebar .product-gallery #bx-pager a {
    margin-right: 1px;
    margin-top: 5px;
    max-width: 69px;
  }
  .search-form7 {
    border-left: medium none;
    margin-left: 0;
    padding-left: 0;
  }
  .info-cart7 {
    top: 10px;
  }
  .logo-header7 {
    display: block;
  }
  .home-latest-news-info .latest-post-info li:first-child {
    display: none;
  }
  .info-testimo-author {
    top: 20px;
  }
  .title-product-detail {
    font-size: 20px;
  }
  .list-button-box1 .bt-link {
    margin-left: 15px;
  }
  .list-button-box2 .bt-link {
    margin-left: 15px;
  }
  .bt-loadmore {
    width: auto;
  }
  .btn-circle-box {
    display: block;
    margin: 15px;
  }
  .info-header3 .info-total {
    display: none;
  }
  .banner-rect-info {
    transform: scale(.6,.6) translateX(-20%);
    margin-top:20px;
  }
  .cart .btn-continue {
    float: none;
    margin-bottom:5px;
  }
  .cart .btn-update {
    float: none;
    margin-bottom:5px;
  }
  .cart .btn-empty {
    float: none;
    margin-bottom:5px;
  }
  .cart ul.checkout-types {
    float: none;
    display: block;
    text-align:left;
    clear: left;
    margin-top:20px;
  }
}
/*End Screen 480*/
@media (max-width: 360px) {
  .banner-slider-circle-hoztical .content-banner-slider {
    height: 480px;
  }
  .post-format-gallery #bx-pager img {
    height: 30px;
    width: 30px;
  }
  .category-lightbox > h2 {
    font-size: 20px;
  }
  .top-right > ul > li > a > span.lnr {
    display: none;
  }
  .top-left .language-link::after,
  .top-left .currency-link::after {
    right: 10px;
  }
  .top-left .language-link,
  .top-left .currency-link {
    padding: 0 40px 0 10px;
  }
  .contact-top3 {
    font-size: 12px;
  }
  .nav-tabs-bestsale .nav-tabs > li > a {
    margin-right: 24px;
  }
  .nav-tabs-bestsale .nav-tabs > li > a::after {
    right: -13px;
  }
}
/*End Screen 360*/
@media (max-width: 320px) {
  .home-box-extra > div > a {
    height: 90px;
    width: 90px;
  }
}

/*Customization*/

.product-view #product-options-wrapper {
    width:66%;
}

.product-view #product-options-wrapper dl {
    clear:both;
}

.product-view #product-options-wrapper dd {
    clear:left;
    margin-bottom:15px;
    display: block;
}

.product-view #product-options-wrapper label em {
    margin-right: 5px;
    color: #19aad1;
}

.product-view #product-options-wrapper dd .input-box {
    width:100%;
}

.product-view .product-options dt, .product-view .product-options dt.swatch-attr {
    margin-bottom:0;
}

.product-view .swatch-link {
    margin-bottom:0;
}

.product-view .swatch-link img {
    width:100%;
    height:100%;
    vertical-align: bottom;
}

.product-view .configurable-swatch-list li {
    opacity:.25;
    margin-right:0;
}

.product-view .configurable-swatch-list li.selected {
    opacity:1;
}

.product-view .product-options-bottom {
    padding-left:0;
    width:66%;
}

@media all and (max-width: 767px) {
  .product-view .product-options-bottom, .product-view #product-options-wrapper {
    width:90%;
  }
}

.product-view .quantity-controls.quantity-minus {
    left:160px;
}

.product-view .quantity-controls.quantity-plus {
    right: 72px;
}

@media all and (max-width: 767px) {
  .product-view .quantity-controls.quantity-plus {
    right:17%;
  }
  .product-view .quantity-controls.quantity-minus {
    left:47%;
  }
  .product-view #qty {
    text-align:center;
  }
}

.product-view #product-options-wrapper dd .input-box .selector {
    width: 100% !important;
}

.product-view .price-box .label {
    padding-left:0;
    margin-bottom:10px;
    display: block;
    text-align: left;
}

.product-view .price-box .regular-price {
    display: block;
}

.product-image-gallery {
    position: relative;
    padding-bottom:75%;
    background-color:#eeeeee;
}
.product-image-gallery .gallery-image {
    display: none;
    position:absolute;
    top:50%;
    left:50%;
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading {
    position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
    background-color:#F9F9F9;
}
.product-image-thumbs li:first-child {
    margin-left: -1px;
}
.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.zoomTint {
    background-color:rgba(19,193,228,.9) !important;
}

#shopping-cart-table td:first-child img, #shopping-cart-table th:first-child img {
    width: 75px;
    max-width:none;
}

.product-view #product-options-wrapper dd:after {
    content:"";
    display: block;
    clear:left;
}

.contact-phone .sub-title {
    padding-top:0;
}

.product-view #product-options-wrapper dd {
    min-width:100%;
}

.products-grid .item:nth-child(4n+1) {
    clear:left;
}

.clear {
    clear: both;
}

.banner-rect-info h2 span, .banner-rect-info h4 span, .banner-rect-info h2 span, .banner-rect-info .btn-link-default {
    border-radius:0;
}

.banner-rect-info h4 span {
    background: #FFF none repeat scroll 0 0;
    color: #13c1e4;
}

ul.nav-horizontal li.over a, ul.nav-horizontal a:hover {
    color: #13c1e4;
}

.options-list li input[type=checkbox] {
  margin:10px;
  float:left;
}

.options-list li .label {
  margin:10px;
  float:left;
  padding:0;
}

.options-list li .label label{
  margin:0;
}

.zoomLens {
  box-shadow: 0 0 15px rgba(19,19,19,.5);
}

.zoomWindow {
  box-shadow: 0 0 15px rgba(19,19,19,.5);
}

.zoomContainer {
  z-index: 100;
}

.product-gallery .share-social {
  margin-left:0;
  margin-top:5px;
}
.product-gallery .share-social>li {
  padding:0;
}
.product-gallery .share-social a {
  font-size:30px;
  padding:0;
}
.magemenu-menu {
  margin-bottom: 10px;
}

.validation-advice {
  color:#19aad1;
  border:1px solid #19aad1;
  margin-left:10px;
  margin-right:10px;
  padding: 5px 5px;
  background:none;
}

.sort-pagi-bar .limiter {
  float:left;
  line-height: 36px;
  margin-left:16px;
}

.banner-rect-info .desc {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.banner-rect-info .btn-link-default {
  clear:left;
  float:left;
}

.category-description {
  margin-bottom:20px;
}