/* Mixins style */
/* General style */
/* 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;
}
body {
  font-family: 'Nunito', sans-serif !important;
  font-size: 14px;
  color: #686868;
}
img {
  border: 0;
  vertical-align: top;
}
a {
  color: #00abf0;
  text-decoration: none;
}
a:hover {
  color: #00abf0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
  color: #00abf0;
}
.main .std a,
.shopbybrand_sidebar .brand-content .brands-item .brand-name {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom .5s;
  -moz-transition: border-bottom .5s;
  -ms-transition: border-bottom .5s;
  -o-transition: border-bottom .5s;
  transition: border-bottom .5s;
}
.main .std a:hover,
.shopbybrand_sidebar .brand-content .brands-item .brand-name:hover {
  border-bottom: 1px solid #00abf0;
  -webkit-transition: border-bottom .5s;
  -moz-transition: border-bottom .5s;
  -ms-transition: border-bottom .5s;
  -o-transition: border-bottom .5s;
  transition: border-bottom .5s;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.block-title-style,
.block .block-title strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  color: #686868;
  border-bottom: 2px solid #eee;
  /*width: 100%;*/
  display: block;
}
h1 {
  font-size: 180%;
  margin: 0.67em 0;
}
h2 {
  font-size: 160%;
  margin: 0.83em 0;
}
h3 {
  font-size: 140%;
  margin: 1em 0;
}
h4 {
  font-size: 120%;
  margin: 1.33em 0;
}
h5 {
  font-size: 115%;
  margin: 1.67em 0;
}
h6 {
  font-size: 110%;
  margin: 2.33em 0;
}
h1 span, h2 span, h3 span, .title span, .block-title-style span, .block .block-title strong span {
    position: relative;
    display: inline-block;
    line-height: 44px;
}
h1 span:before, h2 span:before, h3 span:before, .title span:before, .block-title-style span:before, .block .block-title strong span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #00abf0;
    left: 0;
    bottom: -2px;
}

/*
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.83em;
}
h6 {
    font-size: 0.67em;
}
*/

/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
[data-tip] {
  position:relative;
}
[data-tip]:before {
  content:'';
  /* hides the tooltip when not hovered */
  display:none;
  content:'';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a1a1a;
  position:absolute;
  bottom: 42px;
  left:35px;
  z-index:8;
  font-size:0;
  line-height:0;
  width:0;
  height:0;
}
[data-tip]:after {
  display:none;
  content:attr(data-tip);
  position:absolute;
  bottom: 47px;
  left:0px;
  padding: 5px 8px;
  background:#1a1a1a;
  color:#fff;
  z-index:9;
  font-size: 0.75em;
  height: 28px;
  line-height:18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space:nowrap;
  word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
  display:block;
}
/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  margin: 1em 0;
}
table tbody tr {

}
table tbody tr td {
  padding: 5px;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
/* Content */
p {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 1em;
  padding: 0;
  color: #686868;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
  font-style: italic;
  color: #555555;
  background: #EDEDED;
  border-left: 8px solid #203467;
  position: relative;
  padding-left: 3em;
}
blockquote::before{
  font-family: Arial;
  content: "\201C";
  color: #203467;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
blockquote::after{
  content: '';
}
blockquote span{
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
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;
}
.cms-privacy-policy-cookies ol {
  counter-reset: item !important;
}
.cms-privacy-policy-cookies ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.cms-privacy-policy-cookies ol li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.cms-privacy-policy-cookies ol li li:before {
  content: counters(item, ".") " ";
}
.cms-privacy-policy-cookies table tr:first-of-type p {
  text-decoration: underline;
}
/* 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: none;
  color: #909090;
}
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 {
  margin-bottom: 10px;
  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: 116.66%;
}
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%;
  color: #444444;
  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 {
  font-size: 100%;
  color: #444444;
  margin-bottom: 9px;
}
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;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input.input-text {
  height: 32px;
  color: #909090;
  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;
  -moz-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
input.input-text.validation-failed {
  border-color: #b94a48 !important;
}
textarea {
  width: 100%;
  min-height: 150px;
  -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;
  color: #909090;
}
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea.validation-failed {
  border-color: #b94a48 !important;
}
.clr {
  clear: both;
}
.price-box {
  float: left;
  width: 100%;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  /*font-size: 116.66%;*/
  font-size: 146.66%;
  /*color: #00abf0;*/
  /* Darker red on request */
  color: #ab0909;
}
.price-box .special-price,
.price-box .old-price,
.price-box .regular-price {
  float: left;
}
.products-grid .price-box .regular-price,
.products-grid .price-box .old-price,
.products-grid .price-box .special-price,
.products-grid .price-box .price-from,
.category-products .price-box .regular-price,
.category-products .price-box .special-price {
  width: 50%;
}
.products-grid .price-box .regular-price,
.products-grid .price-box .special-price,
.products-grid .price-box .price-from,
.category-products .price-box .regular-price,
.category-products .price-box .special-price {
  float: right;
}

.price-box .special-price .price-label,
.price-box .old-price .price-label,
.price-box .regular-price .price-label {
  display: none !important;
}
.price-box .old-price {
  padding: 0 2px;
  position: relative;
  margin-right: 10px;
}
.products-grid .price-box .old-price,
.category-products .price-box .old-price {
  margin-right: 0;
  padding: 0;
  text-align: left;
  display: none;
}
.products-grid .price-box .msrp-price .old-price,
.category-products .price-box .msrp-price .old-price {
  display: block;
}
.products-grid .price-box .old-price .price {
  text-decoration: line-through;
}
.products-grid .price-box .regular-price,
.products-grid .price-box .special-price,
.products-grid .price-box .price-from .price,
.category-products .price-box .regular-price,
.category-products .price-box .special-price,
.category-products .price-box .price-from {
  text-align: right;
}
.products-grid .price-box .regular-price .price-label,
.products-grid .price-box .old-price .price-label,
.products-grid .price-box .special-price .price-label,
.products-grid .price-box .price-label,
.products-grid .price-box .price-from .price-label,
.category-products .product-wrap .item .product-content .price-box .regular-price .price-label,
.category-products .product-wrap .item .product-content .price-box .special-price .price-label {
  display: block !important;
}
.products-grid .price-box .regular-price .label,
.products-grid .price-box .special-price .label {
  display: none;
}
.price-box .old-price .price {
  /*font-size: 100%;*/
  font-size: 146.66%;
  /*color: #909090;*/
  color: #00abf0;
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: red;
  font-weight: 600;
}
/*.price-box .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  /*background: #909090;
  background: #00abf0;
}*/
.products-grid .price-box .saving {
  width: 100%;
  background: red;
  padding: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  color: white;
}
.products-grid .price-box .saving .strong-price {
  font-weight: 600;
}
.category-products .price-box .saving {
  display: none;
}
.price-box .price-from,
.price-box .price-to {
  /*float: left;*/
  float: right;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label {
  font-weight: normal;
}
.price-box .price-to {
  margin-left: 10px !important;
}
input[type="button"],
.button,
button {
  font-size: 100%;
  font-weight: normal;
  padding: 7px 10px;
  color: #fff !important;
  border: none;
  background: #919191;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="button"]:hover,
.button:hover,
button:hover {
  background: #00abf0;
}
.buttons-set .back-link {
  float: left;
}
.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}
#yt-responsivemenu {
  display: none;
}
.m-lr {
  margin: 0 -15px !important;
}
.m-lr-30 {
  margin: 0 -30px;
}
.p-left {
  padding-left: 0;
}
.p-right {
  padding-right: 0;
}
/*.new-item,
.sale-item {
  position: absolute;
  top: -1px;
  right: 14px;
  float: left;
  width: 60px;
  height: 62px;
  background: url('../images/mega_i.png') no-repeat -6px -711px;
  z-index: 9;
}
.sale-item {
  right: auto;
  left: 15px;
  background: url('../images/mega_i.png') no-repeat -6px -630px;
}*/
.sale-item {
  font: 15px Verdana;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  padding: 7px 0;
  /*left: 15px;*/
  top: 0;
  color: #fff;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #ff0000 transparent transparent transparent;
  z-index: 1030;
}
.sale-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
}
.sale-item span.text {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  display: block;
  position: absolute;
  bottom: 43px;
  left: 1px;
  text-transform: uppercase;
}
.collect-item {
  font: 8px Verdana;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  padding: 7px 0;
  right: 15px;
  top: 0;
  color: #fff;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: #00abf0 transparent transparent transparent;
  z-index: 1030;
}
.collect-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
}
.collect-item span.text {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: 43px;
  right: 1px;
  text-transform: uppercase;
}
.clearance-item {
  font: 8px Verdana;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  padding: 7px 0;
  left: 15px;
  top: 0;
  color: #fff;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #fae301 transparent transparent transparent;
  z-index: 1000000;
}
.clearance-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
}
.clearance-item span.text {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  display: block;
  position: absolute;
  bottom: 46px;
  left: -6px;
  text-transform: uppercase;
  color: #000;
}
.quick-delivery-item {
  font: 10px Verdana;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  padding: 7px 0;
  right: 15px;
  top: 0;
  color: #fff;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: #33f000 transparent transparent transparent;
  z-index: 1030;
}
.quick-delivery-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
}
.quick-delivery-item span.text {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: 43px;
  /*right: 1px;*/
  right: -2px;
  text-transform: uppercase;
}
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 36px;
  font-weight: normal;
  text-transform: uppercase;
}
.page-title h1,
.page-title h2 {
  font-size: 180%;
  margin: 0;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
#yt_main .category-title {
  margin: 9px 0 30px;
}
.sub-title {
  font-size: 110%;
  clear: both;
  padding: 15px 0 0;
  font-weight: bold;
  margin: 0 0 6px;
  color: #909090;
}
.product-name {
  /*font-size: 116.66667%;*/
  text-transform: none;
  margin: 10px 0 0;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
.attr-label {
  font-weight: 600;
}
.fieldset {
  border: 1px solid #bbafa0;
  margin: 30px 0 15px;
  padding: 15px;
}
.fieldset .legend {
  background: #919191;
  color: #fff;
  float: left;
  font-size: 125%;
  font-weight: bold;
  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 {
  background: #444444;
  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: 30px 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;
}
/* Category View ========================================================================== */
.subcategories ul {
  margin-bottom: 20px;
}

.category-description {
  margin-top: 20px;
  display: inline-block;
}

/* DEALS CATEGORY */

.deals ul li {
  float: left;
  position: relative;
  margin: 10px 1%;
  width: 49%;
}

.deals ul li:nth-child(1) {margin-left: 0;}
.deals ul li:nth-child(2) {margin-right: 0;}

.deals ul li img {
  width: 100%;
  max-width: 100%;
}

.deals ul li .block-label {
  position: absolute;
  left: 50%;
  bottom: 40%;
  margin: 0;
  padding: 20px;
  /*font-size: 216.66%;*/
  font-size: 316.66%;
  text-align: center;
  color: #000;
  border: 20px solid black;
  background: rgba(255, 255, 255, 0.55);
  transform: translate(-50%, 0);
  width: auto;
  text-transform: uppercase;
}

.clearance .subcategories li,
.sale .subcategories li {
  margin: 15px;
  padding: 0;
  width: 23.0782%;
  background: #fff200 url("../images/clearance-pattern.png");
  display: block;
  height: 275px;
}

.category .subcategories li {
  margin-bottom: 15px;
}

.category .subcategories li.first, .clearance .subcategories li.first, .sale .subcategories li.first {margin-left: 0; padding-left: 0;}
.category .subcategories li.last, .clearance .subcategories li.last, .sale .subcategories li.last {margin-right: 0; padding-right: 0;}

.clearance .subcategories li .item-block,
.sale .subcategories li .item-block {display: block; width: 100%; height: 100%;}

.category .subcategories li a .title-block {display: block; font-size: 1.8rem; text-align: center; padding: 10px; background: #00abf0; color: #ffffff; white-space: nowrap;}

@media (max-width: 641px) {
  .category .subcategories li a .title-block {font-size: 1.6rem;}
}

@media (max-width: 481px) {
  .category .subcategories li a .title-block {font-size: 1.4rem;}
}

.clearance .subcategories li .item-label,
.sale .subcategories li .item-label {
  position: absolute;
  left: 50%;
  bottom: 25%;
  margin: 0;
  padding: 20px;
  /*font-size: 216.66%;*/
  font-size: 116.66%;
  text-align: center;
  color: #000;
  border: 20px solid black;
  background: rgba(255, 255, 255, 0.55);
  transform: translate(-50%, 0);
  width: auto;
}

.category .subcategories li a img {width: 100%; max-width: 100%;}

/* Product View ========================================================================== */
.cart .page-title {
  margin-top: 0;
}
.cart .btn-remove {
  width: 19px;
}
.cart .btn-remove:before {
  left: 1px;
  width: 19px;
}
.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: #888;
}
.cart h1 {
  float: left;
}
.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: left;
}
.cart .col2-set {
  width: 70%;
  float: left;
}
/*.cart-forms {
  width: 50%;
  float: left;
}
.cart-totals-wrapper {
  width: 50%;
  float: right;
}*/
.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 .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;
  color: #444444;
}
#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #444444;
  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;
  color: #444444;
}
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: -10px 0 10px;
}
.form-list label.required {
  font-weight: bold;
}
.form-list label.required em {
  font-variant: normal;
  color: #eb340a;
  margin-right: 3px;
}
#yt_ressidebar_screennav {
  display: none;
}

/* Main style */
/* 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: bold;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #eb340a;
}
.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}
/* 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: #3d6611;
  font-weight: bold;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.notice {
  color: #e26703;
}
.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: bold !important;
}
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a;
}
.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  color: #3d6611;
}
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611;
}
/* 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;
}
/* Pager */
.catalogsearch-result-index .toolbar .sorter .sort-by .wrap-sb {
  background-position: 97px 13px;
  width: 115px;
}
.catalogsearch-result-index .toolbar .sorter .sort-by .wrap-sb .selected-order {
  padding-right: 10px;
}
.toolbar .pager .select-limiter li > a:hover,
.toolbar .pager .select-limiter li > a:focus {
  background-color: #fff !important;
}
.toolbar-bottom {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.toolbar-bottom .toolbar {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.toolbar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 10px;
}
.toolbar label {
  line-height: 30px;
  font-weight: normal;
}
.toolbar .pager {
  float: right;
  margin: 1px 0 0 0;
}
.toolbar .pager .pages {
  float: right;
}
.toolbar .pager .pages > strong {
  display: none;
}
.toolbar .pager .pages li.current {
  border: 1px solid #00abf0 !important;
  background: #00abf0;
  color: #fff;
}
.toolbar .pager .pages li > a,
.toolbar .pager .pages li > span,
.toolbar .pager .pages li.current,
.page-sitemap .pager li > a,
.page-sitemap .pager li.current {
  border: 1px solid #dbdbdb;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 0;
  display: inline-block;
}
.toolbar .pager .pages li > a:hover,
.page-sitemap .pager li > a:hover {
  border: 1px solid #00abf0 !important;
  background: #00abf0;
  color: #fff;
}
.toolbar .pager .pages li > a.next,
.page-sitemap .pager li > a.next {
  width: 29px;
  text-indent: -9999em;
  position: relative;
  max-height: 28px;
}
.toolbar .pager .pages li > a.next:before,
.page-sitemap .pager li > a.next:before {
  content: "\f105";
  width: 10px;
  height: 10px;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 9px;
  font-family: "Fontawesome";
  text-indent: 0;
}
.toolbar .pager .pages li > a.next:hover:before {
  color: #fff;
}
.toolbar .pager .pages li > a.previous,
.page-sitemap .pager li > a.previous {
  width: 29px;
  text-indent: -9999em;
  position: relative;
  max-height: 28px;
}
.toolbar .pager .pages li > a.previous:before,
.page-sitemap .pager li > a.previous:before {
  content: "\f104";
  width: 10px;
  height: 10px;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 9px;
  font-family: "Fontawesome";
  text-indent: 0;
}
.toolbar .pager .pages li > a.previous:hover:before {
  color: #fff;
}
.page-sitemap .pager .amount,
.page-sitemap .pager .pages,
.page-sitemap .pager .pages ol {
  display: inline-block;
}
.page-sitemap .pager li img.v-middle {
  vertical-align: top;
}
.toolbar .pager label.item-pp {
  float: right;
  margin: 0 27px 0 5px;
}
.toolbar .pager .limiter {
  float: right;
}
.toolbar .pager .limiter label {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
}
.toolbar .pager .limiter .wrap-show {
  width: 50px;
  height: 28px;
  line-height: 26px;
  float: left;
  position: relative;
  text-align: left;
  background: url('../images/mega_i_dropd.png') no-repeat 34px 12px;
}
.toolbar .pager .limiter .wrap-show .selected-limiter {
  border: 1px solid #dbdbdb;
  padding-left: 8px;
}
.toolbar .pager .limiter .wrap-show .select-limiter {
  position: relative;
  z-index: 9999;
  border: 1px solid #dbdbdb;
  background: #fff;
  float: left;
  width: 100%;
  padding-left: 8px;
  top: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.toolbar .pager .limiter .wrap-show .select-limiter a {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.toolbar .pager .limiter .wrap-show:hover {
  cursor: pointer;
}
.toolbar .pager .limiter .wrap-show .current-item {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.toolbar .sorter {
  float: left;
}
.toolbar .sorter .view-mode,
.toolbar .sorter .limiter,
.toolbar .sorter .sort-by {
  float: left;
}
.toolbar .sorter .view-mode {
  margin: 0;
}
.toolbar .sorter .view-mode strong,
.toolbar .sorter .view-mode a {
  width: 30px;
  height: 30px;
  background: #e9e9e9;
  margin-right: 5px;
  float: left;
  text-indent: -9999em;
  position: relative;
}
.toolbar .sorter .view-mode strong.grid:before,
.toolbar .sorter .view-mode a.grid:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: url('../images/mega_i.png') no-repeat -29px -1267px;
}
.toolbar .sorter .view-mode strong.grid {
  background: #00abf0;
}
.toolbar .sorter .view-mode a.grid:before {
  background: url('../images/mega_i.png') no-repeat -29px -1286px;
}
.toolbar .sorter .view-mode a.grid:hover {
  background: #00abf0;
}
.toolbar .sorter .view-mode a.grid:hover:before {
  background: url('../images/mega_i.png') no-repeat -29px -1267px;
}
.toolbar .sorter .view-mode a.list:before,
.toolbar .sorter .view-mode strong.list:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  background: url('../images/mega_i.png') no-repeat -28px -1306px;
}
.toolbar .sorter .view-mode a.list:hover {
  background: #00abf0;
}
.toolbar .sorter .view-mode a.list:hover:before {
  background: url('../images/mega_i.png') no-repeat -28px -1327px;
}
.toolbar .sorter .view-mode strong.list {
  background: #00abf0;
}
.toolbar .sorter .view-mode strong.list:before {
  background: url('../images/mega_i.png') no-repeat -28px -1327px;
}
.toolbar .sorter .sort-by label {
  float: left;
  margin: 0 5px 0 0px;
}
.toolbar .sorter .sort-by a.asc,
.toolbar .sorter .sort-by a.desc {
  width: 12px;
  height: 15px;
  float: left;
  margin: 0 0 0 5px;
  position: relative;
}
.toolbar .sorter .sort-by a.asc:before,
.toolbar .sorter .sort-by a.desc:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 12px;
  height: 15px;
  background: url('../images/mega_i.png') no-repeat -28px -1682px;
}
.toolbar .sorter .sort-by a.desc:before {
  background: url('../images/mega_i.png') no-repeat -28px -1702px;
}
.toolbar .sorter .sort-by .wrap-sb {
  width: 115px;
  height: 28px;
  line-height: 26px;
  float: left;
  position: relative;
  background: url('../images/mega_i_dropd.png') no-repeat 97px 13px;
}
.toolbar .sorter .sort-by .wrap-sb .selected-order {
  border: 1px solid #dbdbdb;
  padding-left: 10px;
  margin-top: 1px;
}
.toolbar .sorter .sort-by .wrap-sb .select-order {
  position: relative;
  z-index: 9999;
  border: 1px solid #dbdbdb;
  background: #fff;
  float: left;
  width: 100%;
  padding-left: 10px;
  top: 1px;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.toolbar .sorter .sort-by .wrap-sb .select-order a {
  display: block;
}
.toolbar .sorter .sort-by .wrap-sb:hover {
  cursor: pointer;
}
.toolbar .sorter .sort-by .wrap-sb .current-item {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
}
/* 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: bold;
  font-size: 13px;
}
.info-table th {
  font-weight: bold;
  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;*/
  font-size: 110%;
  background: #203467;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.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: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.cms-beat-my-quote .std ul {
  list-style: none;
}
.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: bold;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std a {
  color: #00abf0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition:border-bottom .5s;
  -moz-transition:border-bottom .5s;
  -ms-transition:border-bottom .5s;
  -o-transition:border-bottom .5s;
  transition:border-bottom .5s;
}
.std a:hover {
  color: #00abf0;
  border-bottom: 1px solid #00abf0;
  -webkit-transition:border-bottom .5s;
  -moz-transition:border-bottom .5s;
  -ms-transition:border-bottom .5s;
  -o-transition:border-bottom .5s;
  transition:border-bottom .5s;
}
.std a:active {
  border-bottom: 1px solid #00abf0;
}
.std a:focus {
  outline: 0;
  border-bottom: 1px solid #00abf0;
  font-weight: 600;
}
.std a:visited {
  color: #243061;
}
.std a:visited:hover {
  border-bottom: 1px solid #243061;
}

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std blockquote p {
  font-size: 15.5px;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: bold;
  color: #203467;
}
.std i,
.std em {
  font-style: italic;
}
.std img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  border: 2px solid #00abf0;
}
/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}
.link-cart {
  color: #dc6809 !important;
  font-weight: bold;
}
.link-reorder {
  font-weight: bold;
  color: #dc6809 !important;
}
.link-print {
  /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #dc6809;
}
.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: 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;
}
/* ======================================================================================= */
/* Header ================================================================================ */
#yt_wrapper {
  overflow-x: hidden;
  background: #fff;
}
.cms-home #yt_header .menu-top,
.catalog-category-view #yt_header .menu-top,
.catalog-product-view #yt_header .menu-top {
  border-bottom: none;
}
.cms-home-01 .block-yt-layered-nav .block-layered-nav-inner #yt_sidenav li.parent > .res-wrapnav {
  height: 0;
  overflow: hidden;
  display: none;
}
.header3 .header-menu-3 {
  background: #ebebeb;
  /*height: 64px;*/
}
.header3 .content-bottom-services {
  /*padding: 10px 0;*/
}
.header3 .content-bottom-services .m-lr {
  margin: 0 !important;
}
.header3 .block-minicartpro {
  position: absolute;
  right: 0;
  /*top: 53px;*/
  /*top: 83px;*/
  /*top: 103px;*/
  top: 111px;
  z-index: 3;
}
.header3 .block-minicartpro .title-block {
  padding: 6px 14px 9px 43px !important;
}
.header3 .block-minicartpro .title-block:before {
  background: url('../images/icon-mega.png') no-repeat -136px 0 !important;
  width: 25px !important;
  height: 25px!important;
}
.header3 #yt_header {
  background: #fff;
}
.header3 #yt_header .logo {
  float: left;
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
}
.header3 #yt_header .logo img {
  display: block;
  max-width: 150px;
  height: auto;
}
.header3 #yt_header .header-container {
  padding: 8px 0;
}
.header3 #yt_header .header {
  /*display: inline-block;*/
  text-align: center;
  width: 100%;
}
.header3 #yt_header .header-menu-3 {
  background: #203467;
  height: 50px;
}
.header3.trade-store #yt_header .header-menu-3 {
  background: #3b6720;
}
.header3 #yt_header .header-menu-3 .header-container {
  padding: 0;
}
.header3 #yt_header .header-menu-3 .header {
  /*display: inline-block;*/
  text-align: center;
  width: 100%;
}
.header3 #yt_header .header-menu-3 .header .menu-top {
  position: static;
  margin-left: 0;
  /*height: 64px;
  line-height: 64px;*/
  display: block !important;
  max-height: 50px;
}
.header3 #yt_header .header-menu-3 .header .menu-top .sm_megamenu_menu {
  float: none;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .header3 #yt_header .header-container .header {
    padding-bottom: 0;
  }
}
.header3 #yt_header .store-phone {
  margin: 0;
  position: relative;
  width: 100%;
  text-align: right;
}
.header3 #yt_header .store-phone div {
  clear: both;
}
.header3 #yt_header .store-phone .pre {
  font-size: 196.66%;
  color: #686868;
}
.header3 #yt_header .store-phone span {
  /*font-size: 266.66%;*/
  font-size: 196.66%;
  color: #00abf0;
  /*float: right;*/
  text-align: right;
  /*clear: both; */;
}
@media (max-width: 1023px) {
  .header3 #yt_header .store-phone span {
    font-size: 166.66%;
  }
}
.header3 #yt_header .quick-access {
  margin: 0;
  /*position: absolute;*/
  position: relative;
  /*left: 0;*/
  /*top: 20px;*/
  /*top: 60px;*/
  width: 100%;
  bottom: -10px;
}
.header3 #yt_header > .container .menu-top {
  display: none;
  background: #203467;
}
.header3 #yt_header > .container .mobile-header-banner {
  display: none;
  background: #000;
  clear: both;
}
.header3 #yt_header > .container .menu-top .btn-navbar {
  color: #fff !important;
}
@media (max-width: 767px) {
  .header3 #yt_header .menu-top .toplinks-mobile .btn-collapse-1:before,
  .header3 #yt_header .menu-top .search-mobile .btn-collapse-1:before,
  .header3 #yt_header .menu-top .toplinks-mobile .btn-collapse-2:before,
  .header3 #yt_header .menu-top .search-mobile .btn-collapse-2:before {
    background: none;
    font-family: "FontAwesome";
    padding-right: 5px;
    color: #fff;
    font-size: 166.66%;
    position: absolute;
    text-indent: 0;
    left: 16px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .header3 #yt_header .menu-top .toplinks-mobile .btn-collapse-1:before,
  .header3 #yt_header .menu-top .search-mobile .btn-collapse-1:before {
    content: "\f007";
  }
}
@media (max-width: 767px) {
  .header3 #yt_header .menu-top .toplinks-mobile .btn-collapse-2:before,
  .header3 #yt_header .menu-top .search-mobile .btn-collapse-2:before {
    content: "\f002";
  }
}
.header3 #yt_header .header .header-item {
  position: relative;
  overflow: hidden;
  height: 70px;
  width: 100%;
}
.header3 #yt_header .header .header-item:first-of-type {
  background: white;
  margin-bottom: 10px;
}
.header3 #yt_header .header .header-item img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .header3 #yt_header .header .header-item {
    display: none;
  }
}
.header3 #yt_header .header .mobile-blocks {
  display: none;
}
@media (max-width: 767px) {
  .header3 #yt_header .header .mobile-blocks {
    display: block;
  }
  .header3 #yt_header .header .mobile-blocks a {
    font-size: 90%;
    text-align: left;
    display: block;
  }
  .header3 #yt_header .mobile-blocks .wrap-services {
    padding: 0 !important;
  }
  .header3 #yt_header .mobile-blocks .wrap-services > div {
    display: none;
    float: left;
    width: inherit !important;
    margin-left: 12px !important;
  }
  .header3 #yt_header .mobile-blocks .wrap-services > div.item2 a {
    padding: 0 !important;
  }
  .header3 #yt_header .mobile-blocks .wrap-services > div.item4 {
    display: none;
  }
  .header3 #yt_header .content-bottom-services {
    display: none;
  }
}
.cms-home-01 .header2 .content-bottom-slider,
.cms-home-02 .header2 .content-bottom-slider,
.cms-home-01 .header3 .content-bottom-slider,
.cms-home-02 .header3 .content-bottom-slider {
  padding-top: 10px;
}
.header2 .header-menu-2 {
  background: #00abf0;
}
.header2 #yt_header .header .content-bottom-services {
  float: right;
  margin: 11px 0 0;
  background: none;
}
.header2 #yt_header .header .content-bottom-services .wrap-services {
  margin: 0;
  float: right;
}
.header2 #yt_header .header .content-bottom-services .wrap-services div {
  width: auto;
  margin: 0 0 0 70px;
  padding: 0 !important;
}
.header2 #yt_header .header .content-bottom-services .wrap-services div > a > span,
.header2 #yt_header .header .content-bottom-services .wrap-services div > .wrap {
  font-weight: bold;
}
.header2 #yt_header .header .content-bottom-services .wrap-services div > a > span:before,
.header2 #yt_header .header .content-bottom-services .wrap-services div > .wrap:before {
  content: "";
  width: 42px;
  height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #00abf0;
  left: -52px;
  top: 8px;
}
.header2 #yt_header .header .content-bottom-services .wrap-services div > a > span:after,
.header2 #yt_header .header .content-bottom-services .wrap-services div > .wrap:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 16px;
  left: -42px;
  background: url('../images/icon-mega.png') no-repeat 0 0;
}
.header2 #yt_header .header .content-bottom-services .wrap-services div.item2 span:after {
  background-position: -36px -6px;
  top: 20px;
  left: -43px;
}
.header2 #yt_header .header .content-bottom-services .wrap-services div.item3 span:after {
  background-position: -74px -1px;
  top: 17px;
  left: -41px;
}
.header2 #yt_header .header .content-bottom-services .wrap-services div.item4 > .wrap {
  float: left;
  margin-left: 0;
}
.header2 #yt_header .header .content-bottom-services .wrap-services div.item4 > .wrap:after {
  background-position: -105px -1px;
  top: 18px;
}
.header2 #yt_header .header .menu-top {
  float: left;
  width: 100%;
  position: static;
  margin-left: 0;
}
.header2 #yt_header .header .quick-access {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-top: 0;
}
.header2 #yt_header .header .quick-access .button {
  background: #287e34;
}
#yt_header {
  background: #f6f6f6;
}
#yt_header .header {
  position: relative;
}
#yt_header .header .menu-top {
  float: left;
  /*position: absolute;*/
  width: 100%;
  margin-left: 200px;
}
#yt_header .header .menu-top .toplinks-mobile,
#yt_header .header .menu-top .search-mobile {
  display: none;
}
#yt_header .ge-header-top {
  background: #444;
}
#yt_header .ge-header-top .links li a.iconhome:before {
  font-family: "FontAwesome";
  content: "\f015";
  padding-right: 5px;
}
#yt_header .ge-header-top .links.account > li {
  position: relative;
}
#yt_header .ge-header-top .links.account > li.first {
  display: block !important;
}
#yt_header .ge-header-top .links.account > li .item-account {
  position: relative;
}
#yt_header .ge-header-top .links.account > li .item-account:after,
#yt_header .ge-header-top .links.account > li .top-link-brands:after {
  content: "";
  width: 100%;
  height: 20px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
}
#yt_header .ge-header-top .links.account > li .dropdown-link {
  width: 165px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #ddd;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
#yt_header .ge-header-top .links li a.item-account:before {
  font-family: "FontAwesome";
  content: "\f007";
  padding-right: 5px;
}
#yt_header .ge-header-top .links.account > li .dropdown-link:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00abf0;
}
#yt_header .ge-header-top .links.account > li .dropdown-link:after {
  position: absolute;
  width: 12px;
  height: 20px;
  background: url('../images/mega_i.png') no-repeat -28px -104px;
  top: -10px;
  left: 40px;
  content: "";
}
#yt_header .ge-header-top .links.account > li .dropdown-link li {
  float: left;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
#yt_header .ge-header-top .links.account > li .dropdown-link li:first-child a {
  border-top: 0px solid transparent;
}
#yt_header .ge-header-top .links.account > li .dropdown-link > li ul > li:first-child a {
  border-top: none;
}
#yt_header .ge-header-top .links.account > li .dropdown-link li a,
#yt_header .ge-header-top .links.account > li .dropdown-link li ul li a {
  display: block;
  border-top: 1px solid #ddd;
  line-height: 25px;
  color: #444;
}
#yt_header .ge-header-top .links.account > li .dropdown-link li a:after {
  content: "";
  position: absolute;
  background: #f6f6f6;
  width: 20px;
  height: 100%;
  top: 0;
  right: -20px;
  z-index: 999;
  opacity: 0;
}
#yt_header .ge-header-top .links.account > li .dropdown-link li ul li.level2 a {
  border-top: 1px solid #ddd;
}
#yt_header .ge-header-top .links.account > li .dropdown-link li a:hover {
  color: #00abf0;
}
#yt_header .ge-header-top .links.account > li .dropdown-link li a:hover:before {
  background: none;
}
#yt_header .ge-header-top .links.account > li:hover .dropdown-link {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#yt_header .ge-header-top .links li a.item-about:before {
  font-family: "FontAwesome";
  content: "\f02d";
  padding-right: 5px;
}
#yt_header .ge-header-top .links li a.item-contact:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  padding-right: 5px;
}
#yt_header .ge-header-top .links li a.top-link-brands:before {
  font-family: "FontAwesome";
  content: "\f005";
  padding-right: 5px;
}
#yt_header .ge-header-top .links.account li ul.shown-sub,
#yt_header .ge-header-top .links.account li div.shown-sub {
  background: #fff;
  left:0;
  z-index:999999;
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Chrome, Safari, Opera */
  transform: scale(1);
  opacity: 1;
  filter: alpha( opacity=100 );
}
#yt_header .ge-header-top .links.account li .shown-sub ul.shown-sub,
#yt_header .ge-header-top .links.account li .shown-sub li div.shown-sub,
#yt_header .ge-header-top .links.account ul li.parent ul {
  left: 180px !important;
}
#yt_header .ge-header-top .links.account > li .dropdown-link li {
  padding: 0;
}
#yt_header .ge-header-top .links.account > li .dropdown-link li ul a {
  padding: 0 10px;
}
#yt_header .ge-header-top .links.account ul li.parent > a > span:before{
  content: "\f105"; font-family: "Fontawesome"; font-size: 14px; color: #818181;
  position: absolute;
  top: 50%; margin-top: -7px; right: 0px; float: left;
  width: 10px; height: 10px; line-height: 100%;
}
#yt_header .ge-header-top .links.account ul,
#yt_header .ge-header-top .links.account ul ul {
  position:absolute;
  /*top: -3px;*/
  top: 0;
  opacity: 0;
  filter: alpha( opacity=0 ) ;
  -moz-box-shadow: 1px 1px 2px #888;
  -webkit-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
  -ms-transform: scale(0); /* IE 9 */
  -webkit-transform: scale(0); /* Chrome, Safari, Opera */
  transform: scale(0);
  -webkit-transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -o-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  border-left: 3px solid #00abf0;
}
/*#yt_header .ge-header-top .links.account > li .dropdown-link:before*/
#yt_header .ge-header-top .links.account > li .dropdown-link > li ul:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  background: url(../images/mega_i.png) no-repeat -15px -104px;
  top: 30%;
  left: -6px;
  transform: rotate(0.75turn);
}
#yt_header .ge-header-top .links.account .dropdown-link span {
  display:block;
  cursor:pointer;
  white-space:nowrap;
}
#yt_header .ge-header-top .links {
  float: right;
}
#yt_header .ge-header-top .links li {
  float: left;
}
#yt_header .ge-header-top .links li.first {
  display: none;
}
#yt_header .ge-header-top .links li.first a:before {
  /*content: "";
  position: absolute;
  top: 7px;
  left: -2px;
  width: 14px;
  height: 20px;
  background: url('../images/mega_i.png') no-repeat -28px -56px;*/
}
#yt_header .ge-header-top .links li.first a:hover:before {
  /*background-position: -42px -56px;*/
}
#yt_header .ge-header-top .links li.link-wishlist a:before {
  /*content: "";
  position: absolute;
  top: 7px;
  left: -1px;
  width: 14px;
  height: 16px;
  background: url('../images/mega_i.png') no-repeat -28px -39px;*/
  font-family: "FontAwesome";
  content: "\f004";
  padding-right: 5px;
}
#yt_header .ge-header-top .links li.link-wishlist a:hover:before {
  /*background-position: -41px -39px;*/
}
#yt_header .ge-header-top .links li a.top-link-checkout:before {
  font-family: "FontAwesome";
  content: "\f07a";
  padding-right: 5px;
}
#yt_header .ge-header-top .links li.last {
  display: none;
}
#yt_header .ge-header-top .links li a {
  display: block;
  line-height: 30px;
  padding: 0 17px;
  color: #fff;
  position: relative;
  font-size: 90%;
}
#yt_header .ge-header-top .links li a i {
  padding-right: 5px;
}
#yt_header .ge-header-top .links li a.top-link-cart {
  display: none;
}
#yt_header .ge-header-top .links li a:before {
  /*content: "";
  position: absolute;
  top: 7px;
  left: -1px;
  width: 14px;
  height: 20px;
  background: url('../images/mega_i.png') no-repeat -28px -22px;*/
}
#yt_header .ge-header-top .links li a.top-link-checkout:hover:before {
  background-position: -41px -22px;
  left: 0px !important;
}
#yt_header .ge-header-top .links li a:hover {
  color: #00abf0;
}
#yt_header .ge-header-top .visit-showroom {
  margin: 0 10px;
}
#yt_header .ge-header-top .visit-showroom span {
  color: #fff;
  font-size: 90%;
}
@media (max-width: 767px) {
  #yt_header .ge-header-top .visit-showroom {
    display: inline-block;
    margin-top: 5px;
  }
}
#yt_header .ge-header-top .quick-info {
  float: right;
  position: relative;
  margin-left: 6px;
  margin-right: 7px;
}
#yt_header .ge-header-top .quick-info:before {
  /*content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  width: 12px;
  height: 20px;
  background: url('../images/mega_i.png') no-repeat -29px -85px;*/
}
#yt_header .ge-header-top .quick-info:hover:before {
  /*background-position: -42px -85px;
  left: -7px;*/
}
#yt_header .ge-header-top .quick-info li a {
  padding-left: 10px;
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 90%;
}
#yt_header .ge-header-top .quick-info li a:hover {
  color: #00abf0;
}
#yt_header .ge-header-top .quick-info li a.iconlogin:before {
  font-family: "FontAwesome";
  content: "\f023";
  padding-right: 5px;
}
#yt_header .ge-header-top .quick-info li .login-quick {
  position: absolute;
  -webkit-box-shadow: 0 0 2px #888888;
  -moz-box-shadow: 0 0 2px #888888;
  box-shadow: 0 0 2px #888888;
  border-top: none;
  background: #fff;
  z-index: 9999;
  right: -44px;
  top: 45px;
}
#yt_header .ge-header-top .quick-info li .login-quick:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00abf0;
}
#yt_header .ge-header-top .quick-info li .login-quick:after {
  position: absolute;
  width: 12px;
  height: 20px;
  background: url('../images/mega_i.png') no-repeat -28px -104px;
  top: -10px;
  right: 50px;
  content: "";
}
#yt_header .ge-header-top .quick-info li .login-quick .block {
  margin-bottom: 0;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap-top {
  padding: 16px 32px 0;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item1 {
  color: #f96a6e;
  font-size: 116.66%;
  font-weight: 700 !important;
  display: inline-block;
  margin-right: 30px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item2,
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item3 {
  font-weight: 300!important;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item2 {
  color: #a5a5a5;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item3 {
  color: #1e80d7;
  display: inline-block;
  padding: 0;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .item3:hover {
  text-decoration: underline;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap {
  float: left;
  position: relative;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap input {
  width: 280px;
  height: 36px;
  padding-left: 45px;
  border-radius: 2px;
  color: #999;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 36px;
  background: #919191;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  width: 25px;
  height: 25px;
  background: url('../images/mega_i.png') no-repeat -10px -2171px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap.wrap-pass {
  margin-top: 2px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap.wrap-pass:before {
  background: #919191;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap.wrap-pass:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 25px;
  height: 25px;
  background: url('../images/mega_i.png') no-repeat -34px -2169px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap:hover:before {
  background: #00abf0;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 10px 0 -2px;
  overflow: hidden;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .button {
  padding: 6px 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  text-transform: uppercase;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember {
  float: left;
  margin: 3px 0 12px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember {
  float: left;
  margin-top: 5px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember input {
  margin: 0px 0 0 2px !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember span {
  background: url("../images/mega_i.png") no-repeat -14px -2197px;
  float: left;
  width: 17px;
  height: 13px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember span.checked {
  background-position: -39px -2197px;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember label {
  float: left;
  margin: 2px 0 0 5px;
  font-weight: 400 !important;
  color: #a5a5a5;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .more-actions {
  margin-top: 5px;
  background: #00abf0;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .more-actions a {
  width: 100%;
  padding-left: 0;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-weight: 400 !important;
}
#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .more-actions a:hover {
  text-decoration: underline;
}
#yt_header .logo {
  float: left;
  margin: 18px 0 17px;
}
#yt_header .quick-access {
  /*float: right;*/
  margin-top: 23px;
  position: relative;
  z-index: 9;
}
#yt_header .quick-access #search {
  /*height: 34px;*/
  height: 60px;
  /*width: 180px;*/
  /*width: 87%;*/
  width: 89.191%;
  margin: 0;
  padding-left: 10px;
  float: left;
  color: #aaa;
  /*border-color: #ddd;*/
  border: 3px solid #00abf0;
  font-size: 166.66%;
}
#yt_header .quick-access .button {
  /*width: 34px;*/
  width: 10.809%;
  /*height: 34px;*/
  height: 60px;
  text-indent: -9999em;
  /*margin: 0 0 0 2px;*/
  float: left;
  background: #00abf0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
#yt_header .quick-access .button:before {
  content: "\f002";
  position: absolute;
  top: 6px;
  /*left: 7px;*/
  left: 2%;
  /*width: 20px;*/
  width: 100%;
  /*height: 20px;*/
  height: 100%;
  font-family: "Fontawesome";
  /*font-size: 15px;*/
  /*font-size: 166.66%;*/
  font-size: 2.4em;
  color: #fff;
  text-indent: 0;
}
#yt_header .quick-access .button:hover:before {
  color: #fff;
}
@media (max-width: 991px) {
  #yt_header .quick-access #search {width: 85%;}
  #yt_header .quick-access .button {width: 15%;}
}
#yt_header .block-minicartpro .title-block {
  padding: 1px 10px 3px 32px;
  position: relative;
  background: #00abf0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#yt_header .block-minicartpro .title-block:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 9px;
  background: url('../images/mega_i.png') no-repeat -28px -116px;
}
#yt_header .block-minicartpro .block-content:after {
  position: absolute;
  width: 16px;
  height: 20px;
  background: url('../images/mega_i.png') no-repeat -28px -104px;
  top: -10px;
  right: 28px;
  content: "";
}
#yt_header .block-minicartpro .block-content .mini-products-list li.item a.btn-remove {
  background: url('../images/mega_i.png') no-repeat -13px -2217px;
}
#yt_header .block-minicartpro .block-content .mini-products-list li.item a.btn-remove:hover {
  background: url('../images/mega_i.png') no-repeat -38px -2217px;
}
#yt_header .block-minicartpro .ratings {
  float: left;
  width: 100%;
  margin-top: 11px;
}
#yt_header .block-minicartpro .ratings .rating-box {
  margin-right: 5px;
}
#yt_header .block-minicartpro .ratings .rating-links {
  margin: 0;
  float: left;
  line-height: 11px;
}
#yt_header .block-minicartpro .ratings .rating-links a {
  margin: 0;
  font-size: 91.6666%;
  color: #909090;
}
#yt_header .block-minicartpro .ratings .rating-links a:hover {
  color: #00abf0;
}
#yt_header .block-minicartpro .ratings .rating-links .separator {
  margin: 0;
}
#yt_header .block-minicartpro .wrap-price-qty .price {
  color: #fff;
  font-size: 91.6666%;
  display: block;
  line-height: 25px;
}
#yt_header .block-minicartpro .btn-edit {
  background: url('../images/gen_i_del_edit.png') no-repeat;
}
#yt_header .block-minicartpro .btn-edit:hover {
  background: url('../images/gen_i_del_edit.png') no-repeat 0 -31px;
}
#yt_header .block-minicartpro .btn-remove {
  background: url('../images/gen_i_del_edit.png') no-repeat 0 -59px;
}
#yt_header .block-minicartpro .btn-remove:hover {
  background: url('../images/gen_i_del_edit.png') no-repeat 0 -84px;
}
#yt_header .block-minicartpro .subtotal .price {
  font-size: 133.333%;
  float: right;
}
/* ======================================================================================= */
#yt_left {
  padding-left: 0;
}
#yt_left .block-banner {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#yt_left .block-banner a {
  display: block;
  position: relative;
}
#yt_left .block-banner a img {
  width: 100%;
}
#yt_left .block-banner a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
#yt_left .block-banner a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#yt_left .block-title {
  text-transform: uppercase;
  font-size: 133.33%;
  border-bottom: 2px solid #eee;
}
#yt_left .block-title strong {
  position: relative;
  display: inline-block;
  line-height: 44px;
}
#yt_left .block-title strong:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00abf0;
  left: 0;
  bottom: -2px;
}
#yt_main {
  padding-right: 0;
}
#yt_main .category-image {
  display: none;
}
#yt_main .category-image-banner {
  margin-bottom: 30px;
  position: relative;
}
#yt_main .category-image-banner img {
  width: 100%;
}
#yt_main .category-image-banner:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
}
#yt_main .category-image-banner:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.preload {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #ffffff url('../images/block-loading.gif') no-repeat center center;
}
/*-----------------contact form--------------*/
.contacts-index-index .wra-bread {
  display: none;
}
.wrap-contact .block-contact {
  margin-bottom: 30px;
  /*width: 65.3%;*/
}
.wrap-contact .validation-advice {
  margin-left: 59px !important;
}
.wrap-contact #contactForm .field,
.wrap-contact #contactFormBeat .field,
.wrap-contact #contactFormTrade .field {
  width: 100%;
}
.wrap-contact #contactForm .field .input-box,
.wrap-contact #contactFormBeat .field .input-box,
.wrap-contact #contactFormTrade .field .input-box {
  width: 100%;
}
.wrap-contact #contactForm label,
.wrap-contact #contactFormBeat label,
.wrap-contact #contactFormTrade label {
  /*font-size: 116.66%;*/
  font-weight: 400 !important;
}
.wrap-contact #contactForm textarea,
.wrap-contact #contactFormBeat textarea,
.wrap-contact #contactFormTrade textarea {
  height: 170px;
  border: 1px solid #ccc;
  width: 84%;
  float: right;
  display: block;
  width: 100%;
}
.wrap-contact #contactForm input.input-text,
.wrap-contact #contactFormBeat input.input-text,
.wrap-contact #contactFormTrade input.input-text {
  width: 85%;
  border: 1px solid #ccc;
  width: 84%;
  float: right;
  display: block;
  width: 100%;
}
.wrap-contact ul.form-list {
  list-style: none;
}
.wrap-contact #contactForm .buttons-set {
}
.wrap-contact #contactForm .buttons-set .button {
}
.wrap-contact #contactForm .buttons-set .button:hover {
  background: #00abf0;
}
.wrap-contact .contact-col-right {
  margin-top: -15px;
}
.wrap-contact .contact-col-right p {
  line-height: 23px;
}
.wrap-contact .contact-col-right .group-1 {
  /*border-bottom: 1px solid #ddd;
  margin-bottom: 10px;*/
}
.wrap-contact .contact-col-right ul {
  padding: 5px 0 25px;
  list-style: none;
}
.wrap-contact .contact-col-right ul li span {
  color: #7da1bc;
  margin-right: 5px;
}
.wrap-contact .img-style {
  margin-top: -32px;
}
.wrap-contact .img-style img {
  width: 100%;
}
.wrap-contact .img-style:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
/*-- Block in content ---*/
.block {
  margin-bottom: 30px;
}
.block .block-title {
  line-height: 40px;
  font-size: 120.666667%;
  font-weight: normal;
  text-transform: uppercase;
}
.block .block-title strong {

}
.block .block-content {
  margin-top: 10px;
}
.block.block-tags .block-content {
  margin-top: 18px;
}
.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;
  background: #d5d5d5;
  padding: 3px 10px;
  font-size: 100% !important;
}
.block.block-tags .actions {
  float: left;
  text-transform: uppercase;
}
.block.block-poll form {
  margin: 0 0;
}
.block.block-poll .block-subtitle {
  color: #909090;
  font-weight: bold;
}
.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: #909090;
}
.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;
}
.block.block-compare small {
  font-size: 14px;
}
.block.block-compare .block-content {
  padding: 0 15px;
}
.block.block-compare ol {
  margin: 0;
}
.block.block-compare ol li {
  margin: 10px 0;
}
.block.block-compare ol li .btn-remove {
  text-indent: -9999em;
  width: 21px;
  height: 20px;
  border: 1px solid #ddd;
  position: relative;
  margin: 5px 5px 0 0;
  float: left;
  font-family: "Fontawesome";
}
.block.block-compare ol li .btn-remove:before {
  content: "\f00d";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 4px;
  top: -1px;
  font-size: 14px;
  text-indent: 0;
}
.block.block-compare .actions {
  padding: 10px 0 0;
}
.block.block-compare .actions a {
  margin: 0 !important;
  padding: 0 10px;
  float: left;
  line-height: 31px;
}
.block.block-compare .actions .button {
  margin: 0 0 0 5px;
}
.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 #ccc;
  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: #00abf0;
}
.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;
}
.block.block-layered-nav {
  border: 1px solid #e3e1e1;
  padding: 6px 20px 30px;
}
.block.block-layered-nav > .block-title {
  font-size: 166.66%;
  margin-bottom: 10px;
}
.block.block-layered-nav > .toggle-filters {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 216.66%;
  cursor: pointer;
  color: #00abf0;
}
.block.block-layered-nav .block-content {
  margin-top: 0;
}
.block.block-layered-nav .block-content .actions {
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
}
.block.block-layered-nav .block-content .actions a {
  display: inline-block;
  padding: 7px 12px;
}
.block.block-layered-nav .block-content .block-subtitle {
  text-transform: uppercase;
  margin-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.block.block-layered-nav .currently {
  background: #f6f6f6;
  padding: 15px 20px;
  margin: 20px -20px 10px;
  overflow: hidden;
}
.block.block-layered-nav .currently .block-subtitle {
  text-transform: uppercase;
  margin-top: 10px;
  float: left;
  width: 100%;
  display: none;
}
.block.block-layered-nav .currently ol li {
  position: relative;
  padding: 5px 0;
}
.block.block-layered-nav .currently ol li .label {
  color: #666;
  font-size: 100%;
  padding: 0 5px 0 0;
  display: none;
}
.block.block-layered-nav .currently ol li span.value {
  background: none repeat scroll 0 0 #b6b6b6;
  color: #fff;
  float: left;
  font-size: 116.66%;
  line-height: 19px;
  padding: 2px 12px;
}
.block.block-layered-nav .currently ol li .btn-remove {
  display: inline-block;
  text-indent: -9999em;
  position: relative;
  background: #9a9a9a;
  width: 23px;
  height: 23px;
}
.block.block-layered-nav .currently ol li .btn-remove:hover {
  background: #00abf0;
}
.block.block-layered-nav .currently ol li .btn-remove:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  text-indent: 0;
  width: 9px;
  height: 9px;
  background: url('../images/gen_i_remove.png') no-repeat;
}
.block.block-layered-nav .actions {
  float: right;
  padding: 0 10px;
}
.block.block-layered-nav dl#narrow-by-list {
  margin: 0 0;
  clear: both;
}
.block.block-layered-nav dl#narrow-by-list .wrap-category {
  /*margin: -25px 0 22px;*/
}
.block.block-layered-nav dl#narrow-by-list .wrap-price {
  /*background: #f6f6f6;
  padding: 10px;
  margin: 20px -20px 10px;*/
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-min-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-max-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price .a-right {
  float: left !important;
  height: 33px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-min-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-max-text {
  width: 84px;
  border: 1px solid #ddd;
  margin-right: 10px;
  padding: 0 10px 0 17px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .a-right button {
  margin: 0;
  padding: 0px 10px 0px 10px;
  line-height: 33px;
  background: #00abf0;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .a-right button:hover {
  background: #919191;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to {
  float: left;
  position: relative;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from .i-price-from,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to .i-price-from,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from .i-price-to,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to .i-price-to {
  position: absolute;
  top: 8px;
  left: 10px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price ul {
  clear: both;
  margin-bottom: 15px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .inner {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .inner dd {
  overflow: hidden;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .inner ul li span {
  color: #909090;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter,
.block.block-layered-nav dl#narrow-by-list .wrap-price #amshopby-price-ui {
  margin: 20px 0 15px;
  background: #e3e1e1;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter .price-to,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter .price-from {
  background: #00abf0;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .amshopby-slider-ui .ui-slider-handle {
  border: none;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .amshopby-slider-ui.ui-slider-horizontal {
  height: 0.4em;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .amshopby-slider-ui.ui-slider-horizontal .ui-slider-handle {
  top: -.4em;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .amshopby-slider-ui.ui-slider-horizontal.ui-slider .ui-slider-handle {
  background: #00abf0;
  height: 0.858em;
  margin-top: 2px;
  cursor: w-resize;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .amshopby-slider-ui.ui-slider-horizontal.ui-slider .ui-slider-handle:first-of-type {
  margin-left: 1px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .amshopby-slider-ui.ui-slider-horizontal.ui-slider .ui-slider-handle:last-of-type {

}
.block.block-layered-nav dl#narrow-by-list .wrap-price .amshopby-slider-ui.ui-slider-horizontal .ui-slider-range {
  height: 4px;
  padding-top: 1px;
  background: #e3e1e1;
}
.amshopby-index-index .block.block-layered-nav dl#narrow-by-list dd ol li.amshopby-cat-level-2{
  display: none !important;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-max,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min {
  position: relative;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-max:before,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 300px;
  height: 4px;
  /*background: #909090;*/
  background: #00abf0;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min:before {
  right: 0;
  left: auto;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #item-price {
  display: inline-block;
  line-height: 28px;
  /*background: #f6f6f6;*/
  font-size: 116.66%;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price li {
  padding: 4px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price input {
  display: inline-block;
  width: 5.212em;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price button {
  margin: 0;
  padding: 0px 10px 0px 10px;
  line-height: 33px;
  background: #00abf0;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price button:hover {
  background: #919191;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .line {
  float: left;
  position: absolute;
  top: 13px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price dd {
  padding-left: 0;
}
.block.block-layered-nav dl#narrow-by-list dt {
  text-transform: uppercase;
  position: relative;
  background: none;
  padding: 0px;
  line-height: 34px;
  font-size: 116.66%;
  font-weight: 400 !important;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
}
.block.block-layered-nav dl#narrow-by-list dt:before {
  content: "\25BC";
  position: absolute;
  right: 0;
  font-size: 116.66%;
  font-weight: 400 !important;
  color: #686868;
}
.block.block-layered-nav dl#narrow-by-list dt.amshopby-collapsed:before {
  /*content: "\25B6";*/
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.block.block-layered-nav dl#narrow-by-list dd {
  margin-left: 0px;
  text-align: left;
  padding-left: 10px;
  max-height: 200px;
  overflow: auto;
  margin: 10px 0;
}
.block.block-layered-nav dl#narrow-by-list dd ol {
  margin: 0px;
}
.block.block-layered-nav dl#narrow-by-list dd ol li {
  list-style-type: none;
  padding: 4px 10px 4px 0;
  position: relative;
}
.block.block-layered-nav dl#narrow-by-list dd ol li .item-color {
  border-radius: 3px;
  float: left;
  height: 17px;
  margin-right: 12px;
  width: 17px;
  position: relative;
}
.block.block-layered-nav dl#narrow-by-list dd ol li .item-color.checked:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: url('../images/gen_icon_del_shopby.png') no-repeat;
}
.block.block-layered-nav dl#narrow-by-list dd ol li > input {
  display: none;
}
.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker {
  float: left;
  width: 20px;
  height: 20px;
  background: url('../images/mega_i_checked.png') no-repeat;
  margin-right: 5px;
}
.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker .checked {
  background: url('../images/mega_i_checked.png') no-repeat 0 -32px;
  float: left;
  width: 100%;
  height: 100%;
}
.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker input {
  margin: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}
div.block-layered-nav dd a.amshopby-attr,
div.block-layered-nav dd a.amshopby-attr:hover {
  padding-top: 3px;
}
.block.block-layered-nav dl#narrow-by-list dd ol li a {
  font-style: normal;
}
.block.block-layered-nav dl#narrow-by-list dd ol li:hover {
  color: #00abf0;
}
.block.block-layered-nav dl#narrow-by-list dd li.amshopby-cat .count,
.block.block-layered-nav dl#narrow-by-list dd a.amshopby-attr .count {
  color: #686868;
}
.block.block-layered-nav dl#narrow-by-list dd li.amshopby-cat a:hover .count,
.block.block-layered-nav dl#narrow-by-list dd a.amshopby-attr a:hover .count {
  color: #00abf0;
}
.block.block-layered-nav dl#narrow-by-list dd ol li[data-text="On Sale"] a {
  color: red;
}
.block.block-layered-nav dl#narrow-by-list dd li.amshopby-advanced li.level1 {
  padding-left: 20px;
}
.block.block-layered-nav dl#narrow-by-list dd .price {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box {
  padding: 8px 0px;
  margin: 0 0;
  font-size: 107.69%;
  position: relative;
  height: 26px;
  line-height: 27px;
  color: #444444;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box > * {
  display: table-cell;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator {
  width: 5px;
  position: relative;
  text-indent: -999em;
  margin: 0 10px;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator:before {
  height: 1px;
  width: 100%;
  background: #444444;
  top: 14px;
  left: 0px;
  position: absolute;
  content: "";
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
  font-size: 12px;
  font-family: arial, sans-serif;
  margin-left: 0px;
  border: 1px solid #dddddd;
  width: 60px;
  text-align: left;
  height: 29px;
  line-height: 29px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 5px;
  color: #444444;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"]:focus {
  border-color: #999;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"] {
  position: absolute;
  right: 0px;
  top: 8px;
  padding: 0px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #00abf0;
  border: 2px solid #bbb;
  background: #fff;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"]:hover {
  color: #00abf0;
}
.block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0;
}
.block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
  padding: 10px 0px;
}
.block.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: #00abf0;
  height: 7px;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  height: 7px;
  top: 0px;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  height: 22px;
  width: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: url("../images/ico-sliderhandle.png") no-repeat left top;
  top: -8px;
  margin-left: -11px;
}
.block.block-layered-nav dl#narrow-by-list dd.last {
  border: none;
}
.block.block-layered-nav dl#narrow-by-list dd.last ol {
  margin-bottom: 0px;
}
/*--- Block-cart ---*/
.block-cart {
  float: left;
  margin: 0 0 0 1px;
}
.block-cart ol {
  margin: 0 0 15px 0;
  list-style: none;
}
.block-cart ol li {
  display: block;
  width: 100%;
  clear: both;
  padding: 8px 0;
}
.block-cart ol li .product-image {
  float: left;
  border: 1px solid #CCC;
  margin: 0 10px 0 0;
}
.block-cart p.empty {
  margin: 10px 0 0;
}
.block-cart p.subtotal {
  float: left;
  margin: 10px 0;
}
.block-cart p.subtotal .label {
  margin: 0 0;
  padding: 0 0;
}
.block-cart .actions {
  float: right;
}
.block-cart .block-subtitle {
  float: left;
}
/*--- 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;
  color: #444444;
}
.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: Currency Switcher */
.group-cur-lang {
  padding-top: 5px;
}
.group-cur-lang .block {
  float: left;
  margin-bottom: 0;
}
.group-cur-lang .block-currency {
  /*width: 58px;*/
  width: 88px;
  height: 20px;
  border: none;
  background: #696969;
  border-radius: 3px;
}
.group-cur-lang .block-currency .jqTransformSelectWrapper,
.group-cur-lang .block-currency .jqTransformSelectWrapper > div > span,
.group-cur-lang .block-currency .jqTransformSelectWrapper ul,
.group-cur-lang .block-currency .jqTransformSelectWrapper ul li {
  width: 100% !important;
  float: left;
  cursor: pointer;
}
.group-cur-lang .block-currency .block-content {
  overflow: hidden;
  margin-top: 0;
  background: none;
  padding: 0;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper > div {
  padding-left: 10px;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper > div > span {
  position: relative;
  line-height: 20px;
  color: #fff;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper > div > span:before {
  color: #fff;
  content: "\f107";
  float: left;
  font-family: "Fontawesome";
  font-size: 14px;
  height: 10px;
  line-height: 100%;
  margin-top: -6px;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 10px;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul {
  background: #5c5c5c;
  overflow: hidden;
  float: left;
  margin: 1px 0 0 0;
  position: relative;
  z-index: 1;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul li {
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul li:hover {
  background: #333333;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul li:hover a {
  color: #fff;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-position: 0 7px;
}
.group-cur-lang .block-currency .block-content .jqTransformSelectWrapper .jqTransformHidden {
  display: none;
}
.group-cur-lang .block-currency .block-content .flag {
  float: left;
  padding: 0 !important;
  margin: 0 5px 0 0;
  width: 16px;
  height: 11px;
  background: url(../images/flagssprite_small.png) no-repeat;
}
.group-cur-lang .block-currency .block-content .flag.flag-GBP {
  background-position: -16px -275px;
}
.group-cur-lang .block-language {
  width: 100px;
  height: 20px;
  background: #696969;
  margin-right: 5px;
  border-radius: 3px;
}
.group-cur-lang .block-language .jqTransformSelectWrapper,
.group-cur-lang .block-language .jqTransformSelectWrapper ul,
.group-cur-lang .block-language .jqTransformSelectWrapper > div > span,
.group-cur-lang .block-language .jqTransformSelectWrapper ul li {
  width: 100px !important;
  float: left;
  cursor: pointer;
}
.group-cur-lang .block-language .jqTransformSelectWrapper > div > span {
  width: auto !important;
}
.group-cur-lang .block-language .jqTransformSelectWrapper > div {
  padding-left: 6px;
}
.group-cur-lang .block-language .jqTransformSelectWrapper > div > span {
  padding-left: 22px;
  position: relative;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 2px 5px;
  color: #fff;
}
.group-cur-lang .block-language .jqTransformSelectWrapper > div > span:before {
  color: #fff;
  content: "\f107";
  float: left;
  font-family: "Fontawesome";
  font-size: 14px;
  height: 10px;
  line-height: 100%;
  margin-top: -6px;
  position: absolute;
  right: -28px;
  top: 50%;
  width: 25px;
}
.group-cur-lang .block-language .jqTransformSelectWrapper ul {
  background: #5c5c5c;
  overflow: hidden;
  float: left;
  margin: 1px 0 0 1px;
  position: relative;
  z-index: 999;
}
.group-cur-lang .block-language .jqTransformSelectWrapper ul li {
  padding-left: 6px;
  line-height: 24px;
}
.group-cur-lang .block-language .jqTransformSelectWrapper ul li:hover {
  background: #333333;
}
.group-cur-lang .block-language .jqTransformSelectWrapper ul li:hover a {
  color: #fff;
}
.group-cur-lang .block-language .jqTransformSelectWrapper ul li a {
  padding-left: 20px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  color: #fff;
  background-position: 0 7px;
}
.group-cur-lang .block-language .jqTransformSelectWrapper .jqTransformHidden {
  display: none;
}
/* Block: Visit Showroom */
.visit-showroom {
  padding-top: 5px;
  margin: 0 10px;
}
/* Block: Recently Viewed */
.block-viewed .block-title strong {
  background: url(../images/i_block-viewed.gif) 0 15px no-repeat;
}
.block-viewed .block-title strong span {
  padding-left: 20px;
}
.block-viewed .block-content li {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* 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-gr-search button.button span {
  border-color: #406a83;
  background: #618499;
}
/* 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: bold;
  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;
}
.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499;
}
/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
/*--- products-grid ---*/
.products-grid > .item {
  min-height: 355px;
}
.products-grid .item {
  margin-bottom: 30px;
}
.products-grid .item .item-wrap {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.products-grid .item .item-wrap .item-image {
  position: relative;
}
.products-grid .item .item-wrap .item-image .product-image {
  display: block;
}
.products-grid .item .item-wrap .item-image .product-image img {
  width: 100%;
  /*background: url(../images/loading.gif) center center no-repeat #eee;*/
}
.products-grid .item .item-wrap .item-image:hover .group-item a,
.products-grid .item .item-wrap .item-image:hover a.sm_quickview_handler {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid .item .item-wrap .item-image:hover .product-image img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.products-grid .item .item-wrap .item-image .group-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -75px;
}
.products-grid .item .item-wrap .item-image .group-item a {
  float: left;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  text-indent: -9999em;
  position: relative;
  margin-right: 5px;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.products-grid .item .item-wrap .item-image .group-item a:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.products-grid .item .item-wrap .item-image .group-item a:hover {
  cursor: pointer;
}
.products-grid .item .item-wrap .item-image .group-item a.btn-cart {
  background-color: #fff;
}
.products-grid .item .item-wrap .item-image .group-item a.btn-cart:before {
  background: url('../images/mega_i.png') no-repeat -25px -835px;
  left: 4px;
  top: 7px;
}
.products-grid .item .item-wrap .item-image .group-item a.btn-cart:hover {
  border-color: #00abf0;
  background-color: #00abf0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-grid .item .item-wrap .item-image .group-item a.btn-cart:hover:before {
  background: url('../images/mega_i.png') no-repeat -25px -795px;
  left: 3px;
  top: 6px;
}
.products-grid .item .item-wrap .item-image .group-item a.link-compare {
  background-color: #fff;
}
.products-grid .item .item-wrap .item-image .group-item a.link-compare:before {
  background: url('../images/mega_i.png') no-repeat -25px -876px;
}
.products-grid .item .item-wrap .item-image .group-item a.link-compare:hover {
  border-color: #00abf0;
  background-color: #00abf0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-grid .item .item-wrap .item-image .group-item a.link-compare:hover:before {
  background: url('../images/mega_i.png') no-repeat -25px -916px;
  top: 6px;
}
.products-grid .item .item-wrap .item-image .group-item a.link-wishlist {
  background-color: #fff;
}
.products-grid .item .item-wrap .item-image .group-item a.link-wishlist:before {
  background: url('../images/mega_i.png') no-repeat -25px -958px;
  top: 8px;
  left: 6px;
}
.products-grid .item .item-wrap .item-image .group-item a.link-wishlist:hover {
  border-color: #00abf0;
  background-color: #00abf0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-grid .item .item-wrap .item-image .group-item a.link-wishlist:hover:before {
  background: url('../images/mega_i.png') no-repeat -25px -989px;
}
.products-grid .item .item-wrap .item-image a.sm_quickview_handler {
  float: left;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: 41px;
  background-color: #fff;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid .item .item-wrap .item-image a.sm_quickview_handler:before {
  content: "";
  width: 24px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 5px;
  background: url('../images/mega_i.png') no-repeat -24px -1752px;
}
.products-grid .item .item-wrap .item-image a.sm_quickview_handler:hover {
  background-color: #00abf0;
  border-color: #00abf0;
}
.products-grid .item .item-wrap .item-image a.sm_quickview_handler:hover:before {
  background: url('../images/mega_i.png') no-repeat -24px -1772px;
}
.products-grid .item .item-wrap .item-info {
  overflow: hidden;
  padding: 0 20px 20px;
}
.products-grid .item .item-wrap .item-info .no-rating {
  margin: 0;
  height: 19px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.categoryslider-content.products-grid .item .item-wrap .item-info .no-rating a {
  font-size: 70%;
}
.category-products .products-grid .item .item-wrap .item-info .product-name {
  height: 60px;
}
.category-products .products-grid .item .item-wrap .item-info .product-name a {
  display: block;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
.category-products .products-grid .item .item-wrap .item-info .product-name a:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.category-products .products-grid .item .item-wrap .item-info .product-name a:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.products-grid .item .item-wrap .item-info .ratings {
  margin-top: 7px;
}
.products-grid .item .item-wrap .item-info .ratings .amount {
  display: none;
}
.products-grid .item .item-wrap .item-info .price-box {
  margin-top: 8px;
  float: left;
}
.products-grid .item .item-wrap .item-info .msrp-price,
.category-products .product-wrap .item .product-content .msrp-price {
  /*margin: 8px 0 0;
  float: right;
  text-align: right;
  width: 100%;*/
  float: left;
  text-align: left;
  width: 50%;
}
.products-grid .item .item-wrap .item-info .msrp-price .label-msrp,
.category-products .product-wrap .item .product-content .msrp-price .label-msrp {
  color: #686868;
  /*font-size: 86.66%;*/
  font-size: 100%;
  font-weight: 300;
  padding: 0;
  width: 100%;
  text-align: left;
  display: inline-block;
}
.products-grid .item .item-wrap .item-info .msrp-price .price,
.category-products .product-wrap .item .product-content .msrp-price .price {
  font-size: 146.66%;
  text-decoration: line-through;
  color: #686868;
}
.products-grid .item .item-wrap .item-info .item-content {
  height: 68px;
}
.products-grid .item .item-wrap .item-actions {
  position: absolute;
  bottom: 0;
  margin-left: 20px;
}
.products-grid .item .item-wrap .item-actions a {
  font-size: 166%;
}
.products-grid .item .item-wrap .item-actions a i {
  color: red;
}
.products-grid .item .item-wrap .item-actions a span {
  padding-left: 15px;
  display: none;
}
/*--- product-list ---*/
.products-list {
  float: left;
  width: 100%;
}
.products-list .item {
  margin-bottom: 30px;
}
.products-list .item .item-wrap {
  position: relative;
  border: 1px solid #ddd;
  margin-right: 20px;
  float: left;
}
.products-list .item .item-wrap .new-item,
.products-list .item .item-wrap .sale-item {
  top: -2px;
}
.products-list .item .item-wrap .sale-item {
  left: -1px;
}
.products-list .item .item-wrap .new-item {
  right: -2px;
}
.products-list .item .item-wrap .item-image {
  float: left;
  position: relative;
}
.products-list .item .item-wrap .item-image a.product-image {
  float: left;
  overflow: hidden;
}
.products-list .item .item-wrap .item-image a.product-image img {
  width: 100%;
}
.products-list .item .item-wrap .item-image .sm_quickview_handler {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-top: -18px;
  margin-left: -18px;
  border: 1px solid #ddd;
  background: #fff;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  text-indent: -9999em;
  opacity: 0;
  filter: alpha(opacity=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;
}
.products-list .item .item-wrap .item-image .sm_quickview_handler:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 5px;
  background: url('../images/mega_i.png') no-repeat -24px -1752px;
}
.products-list .item .item-wrap .item-image .sm_quickview_handler:hover {
  background-color: #00abf0;
  border-color: #00abf0;
}
.products-list .item .item-wrap .item-image .sm_quickview_handler:hover:before {
  background: url('../images/mega_i.png') no-repeat -24px -1772px;
}
.products-list .item .item-wrap .item-image:hover .sm_quickview_handler {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.products-list .item .item-wrap .item-image:hover a.product-image img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.products-list .item .price-box {
  margin: 3px 0 0;
  overflow: hidden;
  float: none;
  display: block;
  width: auto;
}
.products-list .item .price-box .price {
  font-size: 150%;
}
.products-list .item .price-box .special-price {
  float: left;
}
.products-list .item .price-box .old-price {
  float: left;
  position: relative;
  margin-top: 3px;
}
.products-list .item .price-box .old-price .price {
  font-size: 116.66%;
  color: #909090;
}
.products-list .item .price-box .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 1px;
  width: 100%;
  height: 1px;
  background: #909090;
}
.products-list .item .ratings {
  display: inline-block;
  margin-top: 11px;
}
.products-list .item .ratings .amount {
  margin-left: 15px;
  line-height: 11px;
  float: left;
}
.products-list .item .ratings .amount a {
  text-transform: lowercase;
  color: #666;
}
.products-list .item .ratings .amount a:hover {
  color: #00abf0;
}
.products-list .item .desc {
  margin: 12px 0 20px;
}
.products-list .item .group-item {
  float: left;
}
.products-list .item .group-item a {
  float: left;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  text-indent: -9999em;
  position: relative;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.products-list .item .group-item a:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.products-list .item .group-item a.btn-cart {
  background-color: #34a142;
  border: none;
  text-indent: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 33px;
  width: auto;
  padding: 0 12px 0 0;
}
.products-list .item .group-item a.btn-cart span {
  width: 34px;
  height: 34px;
  background: #00abf0;
  float: left;
  margin-right: 12px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-list .item .group-item a.btn-cart span:before {
  background: url('../images/mega_i.png') no-repeat -25px -795px;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 4px;
  top: 7px;
}
.products-list .item .group-item a.btn-cart:hover {
  background-color: #666;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-list .item .group-item a.btn-cart:hover:before {
  left: 3px;
  top: 6px;
}
.products-list .item .group-item a.btn-cart:hover span {
  background: #888;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-list .item .group-item a.link-compare {
  background-color: #fff;
}
.products-list .item .group-item a.link-compare:before {
  background: url('../images/mega_i.png') no-repeat -25px -876px;
}
.products-list .item .group-item a.link-compare:hover {
  border-color: #00abf0;
  background-color: #00abf0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-list .item .group-item a.link-compare:hover:before {
  background: url('../images/mega_i.png') no-repeat -25px -916px;
  top: 6px;
}
.products-list .item .group-item a.link-wishlist {
  background-color: #fff;
}
.products-list .item .group-item a.link-wishlist:before {
  background: url('../images/mega_i.png') no-repeat -25px -958px;
  top: 8px;
  left: 6px;
}
.products-list .item .group-item a.link-wishlist:hover {
  border-color: #00abf0;
  background-color: #00abf0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-list .item .group-item a.link-wishlist:hover:before {
  background: url('../images/mega_i.png') no-repeat -25px -989px;
}
/* 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: bold;
}
.advanced-search select {
  padding: 3px;
}
.advanced-search select option {
  padding: 3px;
}
/*--- rating ---*/
.rating-box {
  background: url("../images/bkg_rating.png") repeat-x scroll 0px 0 transparent;
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: middle;
  width: 70px;
  margin: 0 0;
  float: left;
}
.rating-box .rating {
  background: url("../images/bkg_rating.png") repeat-x scroll 0px 100% transparent;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
}
.products-grid .ratings {
  text-align: center;
}
.products-grid .ratings .rating-box {
  float: none;
}
.no-rating a {
  /*color: #444444;*/
}
.no-rating a:hover {
  color: #00abf0;
}
.rating-links a {
  margin: 0 8px;
  color: #444444;
}
.rating-links a:hover {
  color: #00abf0;
}
/* 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: bold;
  padding-right: 8px;
}
/* Email to a Friend */
.email-friend {
  margin: 0;
}
/* Alerts */
.alert {
  margin-top: 20px;
}
.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;
}
/* Configurable Price From */
.products-grid .label.label-config,
.product-view .label.label-config {
  display: none;
}
.label.label-config .configurable-price-from-label {
  color: #999;
}
/* 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;*/
  /*color: #ff0000;*/
  /* Darker red on request */
  color: #ab0909;
}
/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.regular-price .label,
.special-price .label {
  color: #999;
}
.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  /*color: #c76200;*/
  /*color: #ff0000;*/
  /* Darker red on request */
  color: #ab0909;
}
/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}
/* 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: bold;
}
/* Price range */
.price-from {
  margin: 0;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-to {
  margin: 0;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  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: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}
/* Add to Links */
.add-to-links .separator {
  display: none;
}
/* Block: Upsell */
.box-up-sell {
  margin: 0 0;
  position: relative;
}
.box-up-sell .block-title {
  background: transparent;
  color: #909090;
  padding: 0px;
}
.box-up-sell .block-content {
  padding: 15px 0 0;
}
.box-up-sell .block-content .up-sell-products {
  margin: 0 0;
}
.box-up-sell .block-content .up-sell-products .caroufredsel_wrapper {
  width: 100% !important;
  margin: 0;
}
.box-up-sell .block-content .up-sell-products ul {
  list-style: none;
  margin-top: 0;
}
.box-up-sell .block-content .up-sell-products ul li.item {
  height: auto;
  margin-top: 4px;
  display: block;
  margin-left: 22px;
}
.box-up-sell .block-content .up-sell-products ul li.item .item-image .product-image {
  display: inline-block;
  margin: 0 10px 0 0;
}
.box-up-sell .block-content .up-sell-products ul li.item .btn-cart {
  display: none;
}
.box-up-sell .block-content .up-sell-products ul li.item:first-child {
  padding-top: 0px;
  border-top: none;
  margin-left: 0px;
}
.box-up-sell .block-content .up-sell-products ul li.item .item-inner {
  border: none;
  position: static;
}
.box-up-sell .block-content .up-sell-products ul li.item:hover .item-inner {
  height: auto;
  border: 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: bold;
  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: bold;
  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: bold;
  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: bold;
  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: bold;
  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: bold;
  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: bold;
  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;
  display: none;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
  display: table;
}
.checkout-agreements .agree input[type="checkbox"] {
  display: table-cell;
  margin-top: 0;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  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: bold;
  margin: 0 0 10px;
}
.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  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: #e26703;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !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: bold;
  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: #00abf0;
}
.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;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  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 #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  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: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px;
  color: #e65505;
}
.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: bold;
  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: bold;
  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: bold;
  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: bold;
  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 e26703*/
.addresses-list h2 {
  font-weight: bold;
  margin-top: 0;
  color: #00abf0;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-weight: bold;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.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: bold;
}
.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: bold;
}
.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: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !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: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  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: bold;
}
.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.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;
  line-height: 30px;
}
.my-tag-edit .btn-remove {
  margin: 0 0 0 5px !important;
  line-height: 20px;
}
.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-tags-table .product-name {
  margin-bottom: 8px;
}
#my-tags-table .rating-box {
  margin-top: 3px;
  margin-right: 10px;
}
#my-tags-table .ratings {
  margin-bottom: 5px;
}
/* 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: bold;
  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: bold;
}
.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: bold;
  font-size: 13px;
}
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  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: bold;
  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 */
/* Footer ================================================================================ */
body #yt_footer .block-content > ul li a {
  font-weight: 300 !important;
}
#yt_footer {
  background: #333;
  margin-top: 50px;
}
#yt_footer .snippets-container .snippets-footer {
  background: #fff;
  text-align: center;
}
#yt_footer .snippets-container .snippets-footer li {
  padding: 10px 0;
}
#yt_footer .snippets-container .snippets-footer span[itemprop="lowPrice"]:before {
  content: "£";
}
#yt_footer .block {
  padding: 29px 34px;
  position: relative;
  margin: 0;
}
#yt_footer .block .block-title {
  line-height: 30px;
  height: 30px;
  text-transform: capitalize;
  font-size: 133.3333%;
  color: #ffffff;
}
#yt_footer .block:before,
#yt_footer .block.block-wcu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/mega-border-footer.png') -35px -1931px;
  height: 100%;
  width: 2px;
}
#yt_footer .block.block-wcu:after {
  left: auto;
  right: 0;
}
#yt_footer .block:hover {
  background: #303030;
}
#yt_footer .block-content {
  margin-top: 5px;
}
#yt_footer .block-content > ul li a {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  padding-left: 14px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#yt_footer .block-content > ul li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 6px;
  height: 10px;
  background: url('../images/mega_i.png') no-repeat -34px -1917px;
}
#yt_footer .block-content > ul li a:hover {
  color: #00abf0;
}
#yt_footer .block-content > ul li a:hover:before {
  background: url('../images/mega_i.png') no-repeat -34px -1927px;
}
#yt_footer .block-content > ul li:hover a {
  margin-left: 10px;
}
#yt_footer .footer-bottom {
  background: #2d2d2d;
  padding: 12px 0;
  /* -------------------payment-------------------- */
}
#yt_footer .footer-bottom address {
  margin: 0;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
#yt_footer .footer-bottom address a {
  color: #00abf0;
}
#yt_footer .footer-bottom address .footer-address {
  font-size: 90%;
  color: #666;
}
#yt_footer .footer-bottom address .style-mt {
  color: #00abf0;
}
#yt_footer .footer-bottom .f-right {
  text-align: right;
}
#yt_footer .footer-bottom .f-right ul.payment {
  margin: 0;
  margin-right: 5px;
  display: inline-block;
}
#yt_footer .footer-bottom .f-right ul.payment li {
  display: inline-block;
  margin-left: 5px;
  width: 36px;
  height: 24px;
  /*background: url('../images/gen_bkg_pay_extra.png') 0 0;*/
  background: url('../images/gen_bkg_pay_extra.png') 0 -13px;
  /*opacity: 0.5;
  filter: alpha(opacity=50);*/
  vertical-align: -webkit-baseline-middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#yt_footer .footer-bottom .f-right ul.payment li span {
  text-indent: -999em;
  display: inline-block;
  overflow: hidden;
}
#yt_footer .footer-bottom .f-right ul.payment li:hover {
  /*opacity: 1;
  filter: alpha(opacity=100);*/
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#yt_footer .footer-bottom .f-right ul.payment li.p2 {
  background: url('../images/gen_bkg_pay_extra.png') 0 -47px;
}
#yt_footer .footer-bottom .f-right ul.payment li.p3 {
  background: url('../images/gen_bkg_pay_extra.png') 0 -81px;
}
#yt_footer .footer-bottom .f-right ul.payment li.p4 {
  background: url('../images/gen_bkg_pay_extra.png') 0 -115px;
}
#yt_footer .footer-bottom .f-right ul.payment li.p5 {
  background: url('../images/gen_bkg_pay_extra.png') 0 -149px;
}
#yt_footer .footer-bottom .f-right ul.payment li.p6 {
  background: url('../images/gen_bkg_pay_extra.png') 0 -183px;
}
/*#yt_footer .footer-bottom .f-right ul.payment li.p7 {
  background: url('../images/gen_bkg_pay_extra.png') 0 -289px;
}*/
#yt_footer .block-content .block-subscribe {
  padding: 0 !important;
}
#yt_footer .block-content .block-subscribe input {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
}
#yt_footer .block-content .block-subscribe .actions button {
  height: 52px;
  margin-left: 10px;
  width: 100%;
}
/*#yt_footer button.book-showroom-appointment {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: -150px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-transform: uppercase;
  font-size: 133.33%;
}*/
#yt_footer a.book-showroom-appointment {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: -150px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-transform: uppercase;
  font-size: 133.33%;
}

#yt_footer .modal {
  z-index: 9999999;
}

#yt_footer .modal .validation-advice {
  padding-left: 0;
}

/*.checkout-cart-index #yt_footer button.book-showroom-appointment, .aw-onestepcheckout-index-index #yt_footer button.book-showroom-appointment {
  display: none;
}*/
.checkout-cart-index #yt_footer a.book-showroom-appointment, .aw-onestepcheckout-index-index #yt_footer a.book-showroom-appointment {
  display: none;
}

/*@media (max-width: 767px) {
  #yt_footer button.book-showroom-appointment {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
    right: initial;
    bottom: 2%;
    left: 50%;
    font-size: 93.33%;
    margin-left: -128.795px;
  }
}*/
@media (max-width: 767px) {
  #yt_footer a.book-showroom-appointment {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
    right: initial;
    bottom: 2%;
    left: 50%;
    font-size: 93.33%;
    margin-left: -128.795px;
  }
}

/* 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;
}
/* ======================================================================================= */
/*---Gen - breadcrumds---------*/
.wra-bread {
  background: #f6f6f6;
  /*margin: 15px 0;*/
}
.wra-bread .breadcrumbs ul {
  float: left;
  margin: 0;
}
.wra-bread .breadcrumbs ul li {
  float: left;
  position: relative;
}
.wra-bread .breadcrumbs ul li a,
.wra-bread .breadcrumbs ul li strong {
  /*font-size: 91.66666%;*/
  font-size: 87.66666%;
  color: #4e4e4e;
  padding: 9px 16px 9px 0;
  display: block;
  font-weight: 400 !important;
  position: relative;
}
.wra-bread .breadcrumbs ul li a:hover {
  color: #00abf0;
}
.wra-bread .breadcrumbs ul li span {
  position: absolute;
  top: 9px;
  right: 6px;
  color: #4e4e4e;
}
.wra-bread .breadcrumbs ul li strong {
  color: #00abf0;
}
.wra-bread .breadcrumbs ul li.home {
  padding-left: 17px;
}
.wra-bread .breadcrumbs ul li.home:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url('../images/mega_i.png') no-repeat -32px -6px;
  position: absolute;
  top: 11px;
  left: 0;
}
/*---Gen - left---------*/
/* Block: Related */
.block-basic {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.block-basic .product-wrap {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.block-basic .product-wrap.first {
  margin-top: 30px;
}
.block-basic .product-wrap .product-name {
  line-height: 16px;
  margin-top: -3px;
}
.block-basic .product-wrap .product-name a {
  font-weight: 700px !important;
}
.block-basic .product-wrap .item {
  float: left;
  width: 100%;
}
.block-basic .product-wrap .item .product-content {
  float: left;
  max-width: 155px;
}
.block-basic .product-wrap .item .product-content .ratings {
  line-height: 11px;
  margin-top: 8px;
}
.block-basic .product-wrap .item .product-content .ratings .amount {
  clear: both;
  float: left;
  margin-top: 7px;
}
.block-basic .product-wrap .item .product-content .ratings .amount a {
  font-size: 91.67%;
  color: #909090;
}
.block-basic .product-wrap .item .product-content .ratings .amount a:hover {
  color: #00abf0;
}
.block-basic .product-wrap .item .price-box {
  margin-top: 8px;
}
.block-basic .product-wrap .item .price-box p {
  margin-bottom: 0;
}
.block-basic .product-wrap .item .price-box .price-label {
  display: none;
}
.block-basic .product-wrap .item .price-box .special-price,
.block-basic .product-wrap .item .price-box .old-price {
  float: left;
}
.block-basic .product-wrap .item .price-box .old-price {
  position: relative;
  margin-top: 2px;
}
.block-basic .product-wrap .item .price-box .old-price .price {
  display: block;
}
.block-basic .product-wrap .item .price-box .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #909090;
}
.block-basic .product-wrap .item .product-image {
  float: left;
  border: 1px solid #e2e2e2;
  margin-right: 10px;
}
.block-basic .product-wrap .item .product-image:hover {
  border-color: #00abf0;
}
.block-featured {
  float: left;
  width: 100% !important;
  border: 1px solid #ddd;
  padding: 5px 18px 18px 18px;
}
.block-featured .block {
  margin-bottom: 0;
}
.block-featured .product-wrap.first {
  margin-top: 0;
}
.block-featured .product-wrap .item .product-name {
  margin-top: 5px;
}
.block-featured .product-wrap .item .product-image {
  border: none;
  margin-right: 0;
}
.block-featured .product-wrap .item .product-image img {
  width: 100%;
}
.block-featured .product-wrap .item .product-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.block-featured .product-wrap .item .price-box {
  margin-top: 6px;
}
.block-featured .product-wrap .item .price-box .old-price:before {
  margin-top: 1px;
}
.block-featured .product-wrap .item .ratings {
  margin-top: 9px !important;
}
.block-featured .product-wrap .item .ratings .amount {
  width: 100%;
  display: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .block-featured {
  padding: 0;
  border: none;
}
.product-grouped-product .product-view .product-shop .wrap-pa .availability {
  top: -16px !important;
}
.product-view {
  /* Block: Tags */
}
.product-view .no-related .product-img-box {
  width: 31.6239%;
  margin-right: 2.5641%;
}
.product-view .no-related .product-shop {
  width: 65.812%;
}
.product-view .product-img-box {
  width: 40.1%;
  float: left;
  margin-right: 2.5641%;
}
.product-view .product-img-box .yt-detail-image {
  border: 1px solid #ddd;
  position: relative;
}
.product-view .product-img-box .yt-detail-image a {
  text-align: center;
}
.product-view .product-img-box .yt-detail-image a img {
  display: inline-block !important;
}
.product-view .product-img-box .yt-detail-image .popup-btn {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 999;
}
.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup {
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  float: left;
  background: url('../images/mega_i.png') no-repeat -21px -1944px;
}
.product-view .product-img-box .yt-detail-image .product-image-zoom #wrap {
  z-index: 999 !important;
}
.product-view .product-img-box .more-views {
  margin-top: 10px;
  width: 100%;
  float: left;
  position: relative;
}
.product-view .product-img-box .more-views .wrap-jCarouselLite {
  width: 100%;
  overflow: hidden;
}
.product-view .product-img-box .more-views .next,
.product-view .product-img-box .more-views .prev {
  width: 25px;
  height: 25px;
  text-indent: -9999em;
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  top: 50%;
  left: 1px;
  z-index: 999;
  margin-top: -12px;
}
.product-view .product-img-box .more-views .next:before,
.product-view .product-img-box .more-views .prev:before {
  content: "\f104";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -2px;
  left: 7px;
  font-family: "Fontawesome";
  font-size: 18px;
  text-indent: 0;
  color: #cdcdcd;
}
.product-view .product-img-box .more-views .next:hover,
.product-view .product-img-box .more-views .prev:hover {
  cursor: pointer;
  background: #00abf0;
  border-color: #00abf0;
}
.product-view .product-img-box .more-views .next:hover:before,
.product-view .product-img-box .more-views .prev:hover:before {
  color: #fff;
}
.product-view .product-img-box .more-views .prev {
  left: auto;
  right: 0px;
}
.product-view .product-img-box .more-views .prev:before {
  content: "\f105";
  left: 8px;
}
.product-view .product-img-box .more-views ul {
  margin-left: -8px !important;
}
.product-view .product-img-box .more-views ul li {
  width: 150px !important;
  height: 112px !important;
  margin-left: 9px;
}
.product-view .product-img-box .more-views ul li img {
  width: 100%;
  border: 1px solid #ddd;
}
.product-view .product-img-box .more-views ul li:hover img,
.product-view .product-img-box .more-views ul li.selected img {
  border-color: #00abf0;
}
.catalog-product-view #fancybox-buttons.top {
    top: 60px;
}
.product-view .product-shop {
  float: left;
  width: 57.3358%;
}
.product-view .product-shop .product-name h1 {
  font-size: 133.33%;
  margin: 0;
}
.product-view .product-shop .block-banner {
  margin-top: 22px;
}
.product-view .product-shop .block-banner img {
  width: 100%;
}
.product-view .product-shop .addthis_toolbox {
  margin-top: 20px;
  float: left;
  clear: both;
}
.product-view .product-shop .addthis_toolbox a {
  border-bottom: none;
}
.product-view .product-shop .no-rating {
  margin: 15px 0;
  float: left;
}
.product-view .product-shop .ratings {
  margin-top: 20px;
}
.product-view .product-shop .ratings .rating-links {
  line-height: 11px;
  margin: 0;
}
.product-view .product-shop .ratings .rating-links a {
  color: #666;
  margin-left: 15px;
  margin-right: 0;
}
.product-view .product-shop .ratings .rating-links a.re-temp {
  margin-left: 0;
}
.product-view .product-shop .ratings .rating-links a:hover {
  color: #00abf0;
}
.product-view .product-shop .product-tags {
  float: right;
  margin: 15px 0;
}
.product-view .product-shop .product-tags span.tag {
  padding: 6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -1px;
}
.product-view .product-shop .product-tags span.non-returnable {
  background: #ff8181;
}
.product-view .product-shop .product-tags span.web-price-only {
  background: #ffc081;
}
.product-view .product-shop .product-tags span.tag-tooltip {
  display:inline;
  position:relative;
}
.product-view .product-shop .product-tags span.tag-tooltip:hover:before {
  border:solid;
  border-color:#111 transparent;
  border-width:6px 6px 0 6px;
  bottom:30px;
  content:"";
  display:block;
  left:75%;
  position:absolute;
  z-index:99;
}
.product-view .product-shop .product-tags span.tag-tooltip:hover:after {
  background:#111;
  background:rgba(0,0,0,.8);
  border-radius:5px;
  bottom:36px;
  color:#fff;
  content:attr(title);
  display:block;
  left:50%;
  padding:5px 15px;
  position:absolute;
  white-space:nowrap;
  z-index:98;
}
.product-view .product-shop .product-tags span.tag-tooltip:hover:before {margin: auto; left: 0; right: 0; width: 6%;}
.product-view .product-shop .product-tags span.tag-tooltip:hover:after {left: -56%; bottom: 36px;}
.product-view .product-shop .prod-block {
  background: #f6f6f6;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.product-view .product-shop .prod-block p,
.product-view .product-shop .short_des p,
.product-view .product-shop .wrap-pa p {
  margin: 0 0 0.6em;
}
.product-view .product-shop .wrap-pa {
  position: relative;
}
.product-view .product-shop .wrap-pa .availability {
  position: absolute;
  /*color: #00abf0;*/
  /*top: 20px;*/
  /*right: 0;*/
  margin: 0;
  margin-left: 20px;
}
.product-view .product-shop .wrap-pa .availability span:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: -18px;
  top: 3px;
  /*background: url('../images/mega_i.png') no-repeat -27px -2266px;*/
  background: url('../images/mega_i.png') no-repeat -36px -2266px;
}
.product-view .product-shop .price-box {
  float: left;
  width: 100%;
}
.product-view .product-shop .price-box .price {
  font-size: 200%;
}
.product-view .product-shop .price-box .price-label {
  display: none;
}
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .regular-price {
  float: left;
  margin-bottom: 0;
}
.product-view .product-shop .price-box .special-price {
  margin-left: 20px;
}
.product-view .product-shop .price-box .old-price {
  /*margin-top: 4px;*/
}
.product-view .product-shop .price-box .old-price .price {
  /*font-size: 116.66%;*/
}
.product-view .product-shop .sep {
  border-top: 1px solid #e6e6e6;
  margin: 15px 0 0;
  padding-top: 10px;
}
.product-view .product-shop .special-price .price-label {
  display: none;
}
.product-view .product-shop .special-price .old-price .price {
  text-decoration: line-through;
  font-size: 116.66%;
}
/*.product-view .product-shop .msrp-price,*/
.product-view .product-shop .msrp-price .price {
  text-decoration: line-through;
}
.product-view .product-shop .msrp-price .label-msrp {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  color: #686868;
}
.product-view .product-shop .msrp-price.dupe {
  display: none;
}
.product-view .product-shop .short-description {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.product-view .product-shop .qty-holder {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.product-view .product-shop .qty-holder > label {
  font-size: 133.33%;
  font-weight: normal;
}
.product-view .product-shop .add-to-box {
  margin-top: 25px;
}
.product-view .product-shop .add-to-box {
  clear: both;
}
.product-view .product-shop #product-options-wrapper .required {
  width: 50%;
  clear: both;
  margin-right: 10px;
}
.product-view .product-shop #super-product-table {
  margin: 20px 0;
}
.product-view .product-shop #super-product-table td {
  line-height: 34px;
}
.product-view .product-shop #super-product-table td .price-box {
  margin: 0;
}
.product-view .product-shop #super-product-table td .price-box .old-price {
  margin-top: 0;
}
.product-view .product-shop #super-product-table td input.input-text {
  text-align: center;
}
.product-view .product-shop .wrap-qty {
  float: left;
}
.product-view .product-shop .wrap-qty input {
  height: 34px;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-view .product-shop .wrap-qty input.qty,
.mini-cartpro .mini-products-list input.qty {
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 2px;
  width: 38px;
  font-size: 116.66%;
}
.product-view .product-shop .wrap-qty input.quantity-controls,
.mini-cartpro .mini-products-list input.quantity-controls {
  width: 20px;
  height: 34px;
  position: relative;
  margin-bottom: 0;
  text-indent: -9999em;
  float: left;
  border-radius: 0;
}
.product-view .product-shop .wrap-qty input.quantity-controls.quantity-plus,
.mini-cartpro .mini-products-list input.quantity-controls.quantity-plus {
  margin-right: 20px;
}
.product-view .product-shop .wrap-qty input.quantity-controls.quantity-minus,
.mini-cartpro .mini-products-list input.quantity-controls.quantity-minus {
  background: url('../images/mega_i.png') no-repeat -26px -2005px #666666;
}
.product-view .product-shop .wrap-qty input.quantity-controls.quantity-minus:hover,
.mini-cartpro .mini-products-list input.quantity-controls.quantity-minus:hover {
  background: url('../images/mega_i.png') no-repeat -26px -2005px #00abf0;
}
.product-view .product-shop .wrap-qty input.quantity-controls.quantity-plus,
.mini-cartpro .mini-products-list input.quantity-controls.quantity-plus {
  background: url('../images/mega_i.png') no-repeat -24px -1973px #666666;
}
.product-view .product-shop .wrap-qty input.quantity-controls.quantity-plus:hover,
.mini-cartpro .mini-products-list input.quantity-controls.quantity-plus:hover {
  background: url('../images/mega_i.png') no-repeat -24px -1973px #00abf0;
}
.product-view .product-shop .product-options-bottom .or,
.product-view .product-shop .add-to-box .or {
  display: none;
}
.product-view .product-shop .product-options-bottom.group-item,
.product-view .product-shop .add-to-box.group-item {
  float: left;
}
.product-view .product-shop .product-options-bottom.group-item .add-to-cart,
.product-view .product-shop .add-to-box.group-item .add-to-cart {
  float: left;
}
.product-view .product-shop .product-options-bottom.group-item a,
.product-view .product-shop .add-to-box.group-item a,
.product-view .product-shop .add-to-box.group-item button,
.product-view .related-item .item .item-content button {
  float: left;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  text-indent: -9999em;
  position: relative;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.product-view .product-shop .product-options-bottom.group-item a:before,
.product-view .product-shop .add-to-box.group-item a:before,
.product-view .product-shop .add-to-box.group-item button:before,
.product-view .related-item .item .item-content button:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-view .product-shop .product-options-bottom.group-item a.btn-cart,
.product-view .product-shop .add-to-box.group-item a.btn-cart,
.product-view .product-shop .add-to-box.group-item button.btn-cart,
.product-view .related-item .item .item-content button.btn-cart,
.product-view .related-item .item .item-content button.view-btn{
  /*background-color: #34a543;*/
  background-color: #019edd;
  border: none;
  text-indent: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 34px;
  width: auto;
  padding: 0 12px 0 0;
  border-radius: 0;
}
.product-view .product-shop .product-options-bottom.group-item a.btn-cart span,
.product-view .product-shop .add-to-box.group-item a.btn-cart span,
.product-view .product-shop .add-to-box.group-item button.btn-cart span,
.product-view .related-item .item .item-content button.btn-cart span,
.product-view .related-item .item .item-content button.view-btn span {
  width: 34px;
  height: 34px;
  background: #00abf0;
  float: left;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product-view .product-shop .product-options-bottom.group-item a.btn-cart span:before,
.product-view .product-shop .add-to-box.group-item a.btn-cart span:before,
.product-view .product-shop .add-to-box.group-item button.btn-cart span:before,
.product-view .related-item .item .item-content button.btn-cart span:before,
.product-view .related-item .item .item-content button.view-btn span:before  {
  background: url('../images/mega_i.png') no-repeat -25px -795px;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 4px;
  top: 7px;
}
.product-view .product-shop .product-options-bottom.group-item a.btn-cart:hover,
.product-view .product-shop .add-to-box.group-item a.btn-cart:hover,
.product-view .product-shop .add-to-box.group-item button.btn-cart:hover,
.product-view .related-item .item .item-content button.btn-cart:hover,
.product-view .related-item .item .item-content button.view-btn:hover {
  background-color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product-view .product-shop .product-options-bottom.group-item a.btn-cart:hover:before,
.product-view .product-shop .add-to-box.group-item a.btn-cart:hover:before,
.product-view .product-shop .add-to-box.group-item button.btn-cart:hover:before,
.product-view .related-item .item .item-content button.btn-cart:hover:before,
.product-view .related-item .item .item-content button.view-btn:hover:before {
  left: 3px;
  top: 6px;
}
.product-view .product-shop .product-options-bottom.group-item a.btn-cart:hover span,
.product-view .product-shop .add-to-box.group-item a.btn-cart:hover span,
.product-view .product-shop .add-to-box.group-item button.btn-cart:hover span,
.product-view .related-item .item .item-content button.btn-cart:hover span,
.product-view .related-item .item .item-content button.view-btn:hover span {
  background: #888;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product-view .related-item .item .item-content button.btn-cart,
.product-view .related-item .item .item-content button.view-btn {
  width: 100%;
  font-size: 90%;
  margin-top: 10px;
}
.product-view .product-shop .price-match-promise {
  display: inline-block;
  margin-top: 10px;
}
.product-view .product-shop .price-match-promise .btn-price-match {
  border: none;
  text-indent: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 34px;
  width: auto;
  padding: 0 12px 0 0;
  border-radius: 0;
  padding: 8px;
  border-top: 3px solid #019edd;
  border-bottom: 3px solid #019edd;
  color: #019edd;
}
.product-view .product-shop .price-match-promise .btn-price-match i {
  font-size: 150%;
  margin-right: 10px;
  vertical-align: middle;
}
.product-view .product-shop .price-match-promise .btn-price-match:hover,
.product-view .product-shop .price-match-promise .btn-price-match:hover i {
  background-color: #019edd;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-view .product-shop .paypal-addto {
  float: left;
}
.product-view .product-shop .paypal-addto .paypal-or {
  margin-top: 7px;
  display: inline-block;
}
.product-view .product-shop .paypal-addto p.paypal-logo a {
  width: auto;
  text-indent: 0;
  border: none;
  float: none;
}
.product-view .product-shop .product-options-bottom.group-item a.link-compare,
.product-view .product-shop .add-to-box.group-item a.link-compare {
  background-color: #fff;
}
.product-view .product-shop .product-options-bottom.group-item a.link-compare:before,
.product-view .product-shop .add-to-box.group-item a.link-compare:before {
  background: url('../images/mega_i.png') no-repeat -25px -876px;
}
.product-view .product-shop .product-options-bottom.group-item a.link-compare:hover,
.product-view .product-shop .add-to-box.group-item a.link-compare:hover {
  border-color: #00abf0;
  background-color: #00abf0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product-view .product-shop .product-options-bottom.group-item a.link-compare:hover:before,
.product-view .product-shop .add-to-box.group-item a.link-compare:hover:before {
  background: url('../images/mega_i.png') no-repeat -25px -916px;
  top: 6px;
}
.product-view .product-shop .product-options-bottom.group-item a.link-wishlist,
.product-view .product-shop .add-to-box.group-item a.link-wishlist {
  background-color: #fff;
}
.product-view .product-shop .product-options-bottom.group-item a.link-wishlist:before,
.product-view .product-shop .add-to-box.group-item a.link-wishlist:before {
  background: url('../images/mega_i.png') no-repeat -25px -958px;
  top: 8px;
  left: 6px;
}
.product-view .product-shop .product-options-bottom.group-item a.link-wishlist:hover,
.product-view .product-shop .add-to-box.group-item a.link-wishlist:hover {
  border-color: #00abf0;
  background-color: #00abf0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product-view .product-shop .product-options-bottom.group-item a.link-wishlist:hover:before,
.product-view .product-shop .add-to-box.group-item a.link-wishlist:hover:before {
  background: url('../images/mega_i.png') no-repeat -25px -989px;
}
.product-view .product-shop .product-options-bottom.group-item a.link-email-friend,
.product-view .product-shop .add-to-box.group-item a.link-email-friend {
  background-color: #fff;
}
.product-view .product-shop .product-options-bottom.group-item a.link-email-friend:before,
.product-view .product-shop .add-to-box.group-item a.link-email-friend:before {
  /*background: url('../images/mega_i.png') no-repeat -25px -958px;*/
  content: "\f0e0";
  font-family: "Fontawesome";
  top: 5px;
  left: 7px;
  text-indent: initial;
  color: #666;
  font-size: 118.66%;
}
.product-view .product-shop .product-options-bottom.group-item a.link-email-friend:hover,
.product-view .product-shop .add-to-box.group-item a.link-email-friend:hover {
  border-color: #00abf0;
  background-color: #00abf0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product-view .product-shop .product-options-bottom.group-item a.link-email-friend:hover:before,
.product-view .product-shop .add-to-box.group-item a.link-email-friend:hover:before {
  /*background: url('../images/mega_i.png') no-repeat -25px -989px;*/
  color: #fff;
}
.product-view .product-shop .product-options-bottom .price-box,
.product-view .product-shop .add-to-box .price-box {
  display: none !important;
}
.product-view .product-shop #product-options-wrapper {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.product-view .product-shop #product-options-wrapper #downloadable-links-list li {
  position: relative;
}
.product-view .product-shop #product-options-wrapper #downloadable-links-list li input {
  position: absolute;
}
.product-view .product-shop #product-options-wrapper #downloadable-links-list li .label {
  float: left;
  font-size: 100%;
  font-weight: normal !important;
  line-height: 26px;
  margin-left: 20px;
  padding: 0;
}
.product-view .product-shop #product-options-wrapper #downloadable-links-list li .label label {
  font-weight: normal;
  margin: 0;
}
.product-view .product-shop #product-options-wrapper p.required {
  float: right;
  margin: 10px 0 0 0;
}
.product-view .product-shop #product-options-wrapper .group-item {
  float: left;
  width: 100%;
  overflow: hidden;
  clear: both;
}
.product-view .product-shop #product-options-wrapper .group-item label {
  margin-bottom: 4px;
}
.product-view .product-shop #product-options-wrapper dl {
  float: left;
  /*width: 50%;*/
}
.product-view .product-shop #product-options-wrapper dl dt label em {
  color: #f00;
  margin-right: 5px;
}
/* Removes the first item in the list of bundled items which should be the same as the current bundled product */
.product-view .product-shop #product-options-wrapper .bundle-product-options dl dt:first-of-type,
.product-view .product-shop #product-options-wrapper .bundle-product-options dl dd:first-of-type {
  display: none;
}
.product-view .product-shop #product-options-wrapper .options-list li {
  display: table;
}
.product-view .product-shop #product-options-wrapper .options-list li input[type="checkbox"],
.product-view .product-shop #product-options-wrapper .options-list li input[type="radio"] {
  display: table-cell;
}
.product-view .product-shop #product-options-wrapper .options-list .product-bundle-option-value-image {
  display: table-cell;
  padding: 0 10px;
}
.product-view .product-shop #product-options-wrapper .options-list .product-bundle-option-value-image img {
  vertical-align: middle;
  border: 1px solid #ddd;
}
.product-view .product-shop #product-options-wrapper .options-list li .label {
  display: table-cell;
  vertical-align: initial;
}
.product-view .product-shop #product-options-wrapper .selector {
  position: relative;
}
.product-view .product-shop #product-options-wrapper .selector span {
  background: #eee;
  height: 28px;
  line-height: 28px;
  text-align: left;
  width: 100% !important;
  position: absolute;
  display: block;
  padding: 0 20px 0 12px;
  color: #909090;
}
.product-view .product-shop #product-options-wrapper .selector span:before {
  content: "\f0dd";
  position: absolute;
  top: -3px;
  right: 10px;
  font-size: 15px;
  color: #4d4d4d;
  font-family: "Fontawesome";
}
.product-view .product-shop #product-options-wrapper .price-box {
  display: none;
}
.product-view .product-shop #product-options-wrapper .input-box select {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=0);
  position: static;
  top: 0;
  width: 100%;
  height: 28px;
  cursor: pointer;
  padding: 0 20px 0 12px !important;
}
.product-view .product-shop #product-options-wrapper .bundle-product-options .required {
  display: none;
}
.catalog-product-popup .product-shop a.btn-cart {
  float: left;
  background-color: #019edd;
  border: none;
  text-indent: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 34px;
  width: auto;
  height: 34px;
  padding: 0 12px 0 0;
  position: relative;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.catalog-product-popup .product-shop a.btn-cart:hover {
  background-color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.catalog-product-popup .product-shop a.btn-cart:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.catalog-product-popup .product-shop a.btn-cart span {
  width: 34px;
  height: 34px;
  background: #00abf0;
  float: left;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.catalog-product-popup .product-shop a.btn-cart:hover span {
  background: #888;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.catalog-product-popup .product-shop a.btn-cart span:before {
  background: url('../images/mega_i.png') no-repeat -24px -1772px;
  content: "";
  width: 24px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 8px;
}
.product-view .product-shop .wrap-qty .qty-title {
  font-size: 133.33%;
  float: left;
  line-height: 38px;
  margin-right: 5px;
  display: none;
}
.product-view .product-shop .wrap-qty .qty-set {
  float: left;
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags h3 {
  font-size: 13px;
}
.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
  display: inline;
  background: url('../images/gen_bkg_pipe3.gif') 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}
.product-view .box-tags .form-add label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #0a263c;
}
.product-view .box-tags .form-add .input-box {
  float: left;
  width: 50%;
  margin: 0 5px 0 0;
  background: url('../images/gen_i_tag_add.gif') 0 6px no-repeat;
  padding: 0 0 0 23px;
}
.product-view .box-tags .form-add input.input-text {
  width: 100%;
}
.product-view .box-tags .form-add .button {
  padding: 7px 7px 8px;
}
.product-view .box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0 23px;
  font-size: 11px;
}
/*---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: 200%;
}
.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-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 .label {
  white-space: nowrap;
  color: #999;
}*/

.price-box .price-as-configured .full-product-price {
  float: left;
}
.price-box .price-as-configured .price {
  /*float: left;*/
  margin-top: 4px;
}
/*--------------yt_tab_products---------*/
#yt_tab_products {
  margin-top: 50px;
}
#yt_tab_products ul.yt-tab-navi {
  margin: 0;
}
#yt_tab_products ul.yt-tab-navi li {
  float: left;
  border-top: 1px solid #ddd;
  position: relative;
  background: #fff;
}
#yt_tab_products ul.yt-tab-navi li a {
  padding: 16px 36px;
  display: block;
  font-size: 113.33%;
  text-transform: uppercase;
}
#yt_tab_products ul.yt-tab-navi li a:before {
  content: "";
  width: 1px;
  height: 31px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 13px;
}
#yt_tab_products ul.yt-tab-navi li.active a,
#yt_tab_products ul.yt-tab-navi li:hover a {
  color: #00abf0;
  border-bottom: none;

  background: #00abf0;
  color: #fff;
}
#yt_tab_products ul.yt-tab-navi li.active a:before,
#yt_tab_products ul.yt-tab-navi li a:hover:before {
  background: transparent;
}
#yt_tab_products ul.yt-tab-navi li.active:after,
#yt_tab_products ul.yt-tab-navi li:hover:after {
  content: "";
  /*background: #00abf0;*/
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
}
#yt_tab_products ul.yt-tab-navi li.last {
  border-right: 1px solid #ddd;
}
#yt_tab_products ul.yt-tab-navi li.last a:before {
  display: none;
}
#yt_tab_products ul.yt-tab-navi li.first {
  border-left: 1px solid #ddd;
}
#yt_tab_products .yt-tab-content {
  border: 1px solid #ddd;
  padding: 27px 40px;
  border-top: 2px solid #00abf0;
  overflow: hidden;
}
#yt_tab_products .yt-tab-content #yt_tab_decription .collateral-box > h2 {
  display: none;
}
#yt_tab_products .yt-tab-content .box-collateral h2,
#yt_tab_products .yt-tab-content #yt_tabitem_additional h2 {
  margin-top: 0;
  font-size: 133.33%;
}
#yt_tab_products .yt-tab-content #yt_tabitem_additional .data-table tr.last th.label {
  border-bottom: none;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform,
#yt_tab_products .yt-tab-content #customer-reviews {
  /* Block: Reviews */
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .pager,
#yt_tab_products .yt-tab-content #customer-reviews .pager {
  background: #ECECEC;
  line-height: 40px;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .pager .amount,
#yt_tab_products .yt-tab-content #customer-reviews .pager .amount {
  float: left;
  margin: 0 0 0 10px;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .pager .limiter,
#yt_tab_products .yt-tab-content #customer-reviews .pager .limiter {
  float: right;
  margin-right: 10px;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .pager .limiter label,
#yt_tab_products .yt-tab-content #customer-reviews .pager .limiter label {
  margin: 0;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .data-table .radio,
#yt_tab_products .yt-tab-content #customer-reviews .data-table .radio {
  position: relative;
  left: 50%;
  margin-left: -4px;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dl,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dl {
  margin: 15px 0;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dt a,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dt a,
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dt span,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dt span {
  font-weight: bold;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dd,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dd {
  margin: 0 0 15px;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews dd small,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews dd small {
  font-style: italic;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add {
  margin: 15px 0 0;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add h3,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add h3 span,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add h3 span {
  font-weight: bold;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add h4,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add h4 {
  font-size: 12px;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .data-table td,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .data-table td {
  text-align: center;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .form-list,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .form-list {
  width: 50%;
  margin: 15px 0 0;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .form-list .input-box,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .form-list .input-box {
  width: 100%;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .form-list input.input-text,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .form-list input.input-text,
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .form-list textarea,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .form-list textarea {
  width: 100%;
}
#yt_tab_products .yt-tab-content #yt_tabitem_reviewform .box-reviews .form-add .buttons-set,
#yt_tab_products .yt-tab-content #customer-reviews .box-reviews .form-add .buttons-set {
  width: 50%;
}
/*------------------related product-----------------*/
.block-related {
  margin: -10px 0 0 0 !important;
  padding-bottom: 10px !important;
  min-height: 410px;
}
.block-related .page-button .control-button li {
  border: 1px solid #ddd !important;
  background: #fff !important;
  display: block;
  height: 25px !important;
  position: absolute;
  top: -63px;
  width: 25px !important;
  margin-left: 5px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.block-related .page-button .control-button li.next {
  right: 0px;
}
.block-related .page-button .control-button li.next:before {
  background: url("../images/mega_i.png") no-repeat scroll -31px -542px;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 6px;
  width: 10px;
}
.block-related .page-button .control-button li.next:hover:before {
  background: url("../images/mega_i.png") no-repeat scroll -31px -512px;
}
.block-related .page-button .control-button li.preview {
  right: 30px;
}
.block-related .page-button .control-button li.preview:before {
  background: url("../images/mega_i.png") no-repeat scroll -30px -572px;
  content: "";
  height: 12px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 10px;
}
.block-related .page-button .control-button li.preview:hover:before {
  background: url("../images/mega_i.png") no-repeat scroll -29px -602px;
}
.block-related .page-button .control-button li:hover {
  cursor: pointer;
  background: #00abf0 !important;
  border-color: #00abf0 !important;
}
.block-related .slider {
  margin: 0 -15px !important;
}
.block-related .slider .vp {
  min-height: 362px;
}
.block-related .slider .ratings {
  margin: 7px 0 5px !important;
}
.block-related .block-title {
  margin-bottom: 30px !important;
}
.block-related.products-grid .item {
  /*padding: 0 15px;*/
  font-size: 12px !important;
  margin-bottom: 0 !important;
  position: relative;
}
.block-related.products-grid .item p .price-label {
  font-size: 12px;
}
.block-related.products-grid .item .item-image a {
  text-align: center;
}
.block-related.products-grid .item .item-image a img {
  width: auto;
}
.block-related.products-grid .item .item-info {
  margin-top: 0;
}
.block-related.products-grid .item .item-info .product-name {
  min-height: 68px;
}
.block-related.products-grid .item .item-info .price-box {
  margin-top: 0;
}
.block-related.products-grid .item .item-info .price-box .old-price {
  margin-top: 2px;
}
.block-related.products-grid .item .item-info .price-box .price,
.block-related.products-grid .item .item-info .price-box .price-label {
  font-size: 14px;
}
/*-------------upsell_pro------------*/
.wrap-upsell_pro {
  overflow: hidden;
}
.wrap-upsell_pro #upsell_pro {
  margin-bottom: 0!important;
  margin-top: 35px!important;
}
.wrap-upsell_pro #upsell_pro .block-title {
  margin: 0 -20px 30px -20px;
}
.wrap-upsell_pro #upsell_pro .page-button .control-button li {
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  height: 25px;
  position: absolute;
  top: -63px;
  width: 25px;
  margin-left: 5px;
}
.wrap-upsell_pro #upsell_pro .page-button .control-button li.next {
  right: -20px;
}
.wrap-upsell_pro #upsell_pro .page-button .control-button li.next:before {
  background: url("../images/mega_i.png") no-repeat scroll -31px -542px;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 6px;
  width: 10px;
}
.wrap-upsell_pro #upsell_pro .page-button .control-button li.next:hover:before {
  background: url("../images/mega_i.png") no-repeat scroll -31px -512px;
}
.wrap-upsell_pro #upsell_pro .page-button .control-button li.preview {
  right: 10px;
}
.wrap-upsell_pro #upsell_pro .page-button .control-button li.preview:before {
  background: url("../images/mega_i.png") no-repeat scroll -30px -572px;
  content: "";
  height: 12px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 10px;
}
.wrap-upsell_pro #upsell_pro .page-button .control-button li.preview:hover:before {
  background: url("../images/mega_i.png") no-repeat scroll -29px -602px;
}
.wrap-upsell_pro #upsell_pro .page-button .control-button li:hover {
  cursor: pointer;
  background: #00abf0;
  border-color: #00abf0;
}
.wrap-upsell_pro #upsell_pro .slider {
  margin: 0 -35px !important;
}
.wrap-upsell_pro #upsell_pro .slider .vpo-wrap .vp {
  min-height: 335px !important;
}
.wrap-upsell_pro #upsell_pro.products-grid .item {
  padding: 0 15px;
  font-size: 12px;
  position: relative;
}
.wrap-upsell_pro #upsell_pro.products-grid .item .item-image a {
  text-align: center;
}
.wrap-upsell_pro #upsell_pro.products-grid .item .item-image a img {
  width: auto;
}
.wrap-upsell_pro #upsell_pro.products-grid .item .item-info {
  margin-top: 0;
}
.wrap-upsell_pro #upsell_pro.products-grid .item .item-info .ratings {
  margin: 7px 0 5px !important;
}
.wrap-upsell_pro #upsell_pro.products-grid .item .item-info .price-box {
  margin-top: 0;
}
.wrap-upsell_pro #upsell_pro.products-grid .item .item-info .price-box .old-price {
  margin-top: 2px;
}
.cms-home-02 .content-bottom-7 .block-news-letter {
  padding: 17px 10px 0;
  min-height: 230px;
  margin-top: 20px;
  background: url('../images/bg-newlleter.png') no-repeat center center;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content p {
  color: #fff;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content p.title {
  font-size: 250%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content p.bottom {
  font-size: 108.333%;
  margin-bottom: 15px;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content p a {
  color: #fff;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content p a:hover {
  color: #00abf0;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail #newsletter {
  width: 100%;
  height: 40px !important;
  line-height: 40px !important;
  padding-left: 15px;
  color: #999;
  border: none !important;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content {
  position: relative;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content .actions .button {
  background: #00abf0;
  width: 50px !important;
  height: 40px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content .actions .button span span {
  text-indent: -9999em;
  display: block;
}
.cms-home-02 .content-bottom-7 .block-news-letter .block-content #newsletter-validate-detail .block-content .actions .button:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 7px;
  left: 11px;
  background: url('../images/bg-update.png') -174px 0;
}
.cms-home-01 .content-bottom-7,
.cms-home-02 .content-bottom-7 {
  background: #fff;
}
.cms-home-01 .content-bottom-7 .c-left,
.cms-home-02 .content-bottom-7 .c-left {
  margin-top: -11px;
}
.cms-home-01 .content-bottom-7 .sm-categoryslider.no-cat-image .preset01-3 .categoryslider,
.cms-home-02 .content-bottom-7 .sm-categoryslider.no-cat-image .preset01-3 .categoryslider,
.cms-home-01 .content-bottom-7 .sm-categoryslider.no-cat-sub .preset01-3 .categoryslider,
.cms-home-02 .content-bottom-7 .sm-categoryslider.no-cat-sub .preset01-3 .categoryslider {
  width: 100% !important;
}
.cms-home-01 .content-bottom-7 .sm-categoryslider .page-title-categoryslider,
.cms-home-02 .content-bottom-7 .sm-categoryslider .page-title-categoryslider {
  margin: 0;
}
.cms-home-01 .content-bottom-7 .sm-categoryslider .control-button li,
.cms-home-02 .content-bottom-7 .sm-categoryslider .control-button li {
  top: -35px;
}
.cms-home-01 .content-bottom-7 .categoryslider-content,
.cms-home-02 .content-bottom-7 .categoryslider-content {
  border: none;
  float: none;
  width: auto;
  margin: 0 -15px;
}
.cms-home-01 .content-bottom-7 .categoryslider-content .categoryslider,
.cms-home-02 .content-bottom-7 .categoryslider-content .categoryslider {
  margin: 0;
  padding: 0 !important;
}
.cms-home-01 .content-bottom-7 .categoryslider-content .categoryslider:before,
.cms-home-02 .content-bottom-7 .categoryslider-content .categoryslider:before {
  display: none;
}
.cms-home-01 .content-bottom-7 .categoryslider-content .categoryslider .vpo-wrap .vp .item,
.cms-home-02 .content-bottom-7 .categoryslider-content .categoryslider .vpo-wrap .vp .item {
  padding: 0 15px;
}
.cms-home-01 .content-bottom-7 .categoryslider-content .item-sub-cat,
.cms-home-02 .content-bottom-7 .categoryslider-content .item-sub-cat {
  float: left;
  width: 100%;
  padding: 9px 15px 13px !important;
}
.cms-home-01 .content-bottom-7 .categoryslider-content .item-sub-cat ul li,
.cms-home-02 .content-bottom-7 .categoryslider-content .item-sub-cat ul li {
  float: left;
}
.cms-home-01 .content-bottom-7 .categoryslider-content .item-sub-cat ul li a,
.cms-home-02 .content-bottom-7 .categoryslider-content .item-sub-cat ul li a {
  padding: 4px 8px 4px 15px !important;
}
.cms-home-01 .content-bottom-7 .categoryslider-content .item-sub-cat ul li a:before,
.cms-home-02 .content-bottom-7 .categoryslider-content .item-sub-cat ul li a:before {
  background: none !important;
  top: 7px !important;
  left: 0 !important;
  content: "\f111" !important;
  font-size: 8px;
  font-family: "Fontawesome";
  color: #929292;
}
.cms-home-01 .content-bottom-7 .categoryslider-content .icon-cate,
.cms-home-02 .content-bottom-7 .categoryslider-content .icon-cate {
  display: none;
}
.cms-home .content-bottom-7 .sm-categoryslider,
.cms-home-01 .content-bottom-7 .sm-categoryslider {
  overflow: hidden;
}
.content-bottom-7 {
  background: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 15px;
}
.content-bottom-7 .sm-categoryslider .control-button li {
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  height: 25px;
  position: absolute;
  top: -63px;
  width: 25px;
  margin-left: 5px;
}
.content-bottom-7 .sm-categoryslider .control-button li.next {
  right: 0;
}
.content-bottom-7 .sm-categoryslider .control-button li.next:before {
  background: url("../images/mega_i.png") no-repeat scroll -31px -542px;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 6px;
  width: 10px;
}
.content-bottom-7 .sm-categoryslider .control-button li.next:hover:before {
  background: url("../images/mega_i.png") no-repeat scroll -31px -512px;
}
.content-bottom-7 .sm-categoryslider .control-button li.preview {
  right: 30px;
}
.content-bottom-7 .sm-categoryslider .control-button li.preview:before {
  background: url("../images/mega_i.png") no-repeat scroll -30px -572px;
  content: "";
  height: 12px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 10px;
}
.content-bottom-7 .sm-categoryslider .control-button li.preview:hover:before {
  background: url("../images/mega_i.png") no-repeat scroll -29px -602px;
}
.content-bottom-7 .sm-categoryslider .control-button li:hover {
  cursor: pointer;
  background: #00abf0;
  border-color: #00abf0;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content {
  position: relative;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-cat-image {
  position: absolute;
  top: -1px;
  left: -1px;
  /*img{
          width: 202px; height: 340px;
        }*/
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-cat-image a {
  display: block;
  position: relative;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-cat-image a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-cat-image a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-cat-image a img {
  width: 100%;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat {
  padding-top: 22px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat ul {
  margin-top: 15px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat ul li a {
  display: block;
  padding: 8px 0 8px 45px;
  position: relative;
  font-weight: 400 !important;
  font-size: 12px;
  border-bottom: none;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat ul li a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  top: 13px;
  left: 30px;
  background: url('../images/mega_i.png') no-repeat -32px -1799px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat ul li a:hover {
  border-bottom: none;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat ul li a:hover:before {
  background: url('../images/mega_i.png') no-repeat -32px -1817px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -5px;
  bottom: -5px;
  background: url('../images/mega_i.png') no-repeat -10px -1127px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate a {
  display: block;
  height: 100%;
  text-indent: -99999em;
}
.content-bottom-7 .sm-categoryslider .block-title-style {
  line-height: 40px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content {
  background: #fff;
  margin-bottom: 32px;
}
.content-bottom-7 .sm-categoryslider .categoryslider {
  margin: 0 0 0 230px;
  position: relative;
  padding: 30px 30px 0px 0;
  /*min-height: 338px;*/
  min-height: 358px;
}
.content-bottom-7 .sm-categoryslider .categoryslider:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  background: #ddd;
  /*min-height: 338px;*/
  min-height: 358px;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
  width: auto;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap {
  position: static;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .wrap-new-sale {
  border: 1px solid #ddd;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap {
  border: none;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .sale-item {
  left: 0;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .new-item {
  right: -1px;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-image {
  text-align: center;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info {
  padding: 0 20px 16px;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-title {
  margin-top: 3px;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .amount {
  display: none;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-box {
  margin-top: 2px;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-to {
  margin-left: 5px !important;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-label {
  /*font-size: 116.66% !important;*/
  font-size: 100% !important;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-from,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-to {
  line-height: 20px;
}
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-from .price,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-to .price,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-from .price-label,
.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-to .price-label {
  font-size: 100% !important;
}
.cms-home-01 .content-bottom-slider .sm_imageslider_wrap,
.cms-home-02 .content-bottom-slider .sm_imageslider_wrap {
  overflow: hidden;
}
.content-bottom-slider {
  background: #fff;
  overflow: hidden;
}
.content-bottom-slider #page-wrap {
  background: #444444;
  min-height: 450px;
}
.content-bottom-slider #page-wrap .sub_content .title {
  padding-left: 20px;
  background: #00abf0;
}
.content-bottom-slider #page-wrap .sub_content .title span {
  font-size: 150%;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
}
.content-bottom-slider #page-wrap .sub_category {
  border-bottom: 1px solid #696969;
  padding-left: 20px;
}
.content-bottom-slider #page-wrap .sub_category a {
  color: #fff;
  font-size: 116.66%;
  line-height: 39px;
}
.content-bottom-slider #page-wrap .sub_category a:hover {
  color: #00abf0;
}
.content-bottom-slider #page-wrap .sub_category:hover {
  background: #696969;
}
.content-bottom-slider .sm_imageslider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  left: -99%;
  position: absolute;
  z-index: 9;
}
.content-bottom-slider .sm_imageslider:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9;
  right: -99%;
  position: absolute;
}
.content-bottom-slider .sm_imageslider .owl-controls {
  display: inline;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  text-indent: -9999em;
  margin: -20px 0 0 0 !important;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 13px;
  background: url('../images/mega_i.png') no-repeat -30px -335px;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-prev:after {
  content: "";
  width: 700px;
  height: 600px;
  position: absolute;
  top: -300px;
  left: -700px;
  background: #fff;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-prev:hover {
  background: #00abf0;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-prev:hover:before {
  background: url('../images/mega_i.png') no-repeat -30px -377px;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-next {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  text-indent: -9999em;
  margin: -20px 0 0 0 !important;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-next:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 15px;
  background: url('../images/mega_i.png') no-repeat -30px -469px;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-next:before {
  content: "";
  width: 700px;
  height: 600px;
  position: absolute;
  top: -300px;
  right: -700px;
  background: #fff;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-next:hover {
  background: #00abf0;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-next:hover:after {
  background: url('../images/mega_i.png') no-repeat -30px -424px;
}
.content-bottom-slider .sm_imageslider .owl-dots {
  display: none !important;
}
.content-bottom-8 .wrap-map {
  background: #fff;
}
.content-bottom-8 .m-lr {
  position: relative;
}
.content-bottom-8 .m-lr .wrap-address {
  position: absolute;
  background: #00abf0;
  opacity: 0.95;
  filter: alpha(opacity=95);
  padding: 40px;
  width: 370px;
  /*height: 275px;*/
  /*height: 350px;*/
  height: 390px;
  /*top: -363px;*/
  /*top: -406px;*/
  top: -426px;
  right: 0;
}
.content-bottom-8 .m-lr .wrap-address ul {
  margin-top: 24px;
}
.content-bottom-8 .m-lr .wrap-address .item1,
.content-bottom-8 .m-lr .wrap-address .item3,
.content-bottom-8 .m-lr .wrap-address .item2 {
  position: relative;
  color: #fff;
  line-height: 19px;
  padding-left: 44px;
}
.content-bottom-8 .m-lr .wrap-address .item1:before,
.content-bottom-8 .m-lr .wrap-address .item3:before,
.content-bottom-8 .m-lr .wrap-address .item2:before {
  content: "";
  width: 36px;
  height: 38px;
  position: absolute;
  top: -2px;
  left: 0;
}
.content-bottom-8 .m-lr .wrap-address .item1:before {
  background: url('../images/mega_i.png') no-repeat -18px -2043px;
}
.content-bottom-8 .m-lr .wrap-address .item2 {
  margin-top: 14px;
}
.content-bottom-8 .m-lr .wrap-address .item2:before {
  top: -8px;
  background: url('../images/mega_i.png') no-repeat -18px -2087px;
}
.content-bottom-8 .m-lr .wrap-address .item2 a {
  color: #fff;
}
.content-bottom-8 .m-lr .wrap-address .item2 a:hover {
  text-decoration: underline;
}
.content-bottom-8 .m-lr .wrap-address .item3 {
  margin-top: 24px;
}
.content-bottom-8 .m-lr .wrap-address .item3:before {
  top: -8px;
  background: url('../images/mega_i.png') no-repeat -18px -2127px;
}
.content-bottom-8 .m-lr .flow-us {
  width: 30%;
  float: left;
  min-height: 56px;
  margin-left: -15px;
  margin-top: -2px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap h2,
.content-bottom-8 .m-lr .flow-us .socials-wrap ul {
  float: left;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap h2 {
  font-size: 133.3333%;
  text-transform: uppercase;
  margin-right: 8px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul li {
  float: left;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul li a {
  display: block;
  text-indent: -99999em;
  width: 30px;
  height: 32px;
  margin-left: 10px;
  margin-top: 12px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul li a.f {
  background: url('../images/mega_i.png') no-repeat -18px -1500px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul li a.t {
  background: url('../images/mega_i.png') no-repeat -19px -1536px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul li a.r {
  background: url('../images/mega_i.png') no-repeat -19px -1572px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul li a.g {
  background: url('../images/mega_i.png') no-repeat -19px -1646px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul li a.p {
  background: url('../images/mega_i.png') no-repeat -19px -1609px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul li a.i {
  background: url('../images/mega_i.png') no-repeat -19px -2502px;
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul:hover a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.content-bottom-8 .m-lr .flow-us .socials-wrap ul:hover a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-bottom-8 .m-lr .link-right {
  float: right;
  width: 70%;
  min-height: 56px;
  margin-right: -15px;
  margin-top: -2px;
}
.content-bottom-8 .m-lr .link-right ul {
  float: right;
}
.content-bottom-8 .m-lr .link-right ul li {
  float: left;
}
.content-bottom-8 .m-lr .link-right ul li a {
  display: block;
  position: relative;
  padding: 0 18px;
  font-size: 116.66%;
  font-weight: 400 !important;
  line-height: 56px;
}
.content-bottom-8 .m-lr .link-right ul li a:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 19px;
}
.content-bottom-8 .m-lr .link-right ul li a.last {
  padding-right: 0;
}
.content-bottom-8 .m-lr .link-right ul li a.last:after {
  display: none;
}
.content-bottom-5 {
  min-height: 250px;
  background: url('../images/mega-bkg-twitter.png') no-repeat center center;
}
.content-bottom-5 .ts-wrap h2 {
  color: #fff;
  font-size: 166.66%;
}
.content-bottom-5 .ts-wrap .ts-userinfo {
  text-align: left;
  margin-left: 14px;
}
.content-bottom-5 .ts-wrap .ts-text {
  font-size: 116.66%;
  color: #fff;
}
.content-bottom-5 .ts-wrap .ts-text a {
  color: #00fcff;
}
.content-bottom-5 .ts-wrap .ts-btn {
  margin-top: 12px !important;
}
.content-bottom-5 .ts-wrap .ts-btn a {
  font-size: 100%;
  margin-left: 32px;
  font-weight: 400 !important;
  position: relative;
}
.content-bottom-5 .ts-wrap .ts-btn a.reply-tweet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -2px;
  left: -15px;
  background: url('../images/mega_i.png') no-repeat -31px -1191px;
}
.content-bottom-5 .ts-wrap .ts-btn a.retweet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -18px;
  background: url('../images/mega_i.png') no-repeat -30px -1222px;
}
.content-bottom-5 .ts-wrap .ts-btn a.favorite-tweet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  top: 3px;
  left: -16px;
  background: url('../images/mega_i.png') no-repeat -31px -1252px;
}
.content-bottom-5 .ts-wrap .ts-created a {
  font-weight: 400 !important;
}
.content-bottom-5 .ts-wrap a {
  color: #fff;
}
.content-bottom-5 .ts-wrap a:hover {
  color: #00abf0;
}
.content-bottom-5 .ts-wrap .ts-control .ts-ctr-prev {
  background: url('../images/mega_i.png') no-repeat -18px -1347px;
}
.content-bottom-5 .ts-wrap .ts-control .ts-ctr-prev:hover {
  background: url('../images/mega_i.png') no-repeat -19px -1386px;
}
.content-bottom-5 .ts-wrap .ts-control .ts-ctr-next {
  background: url('../images/mega_i.png') no-repeat -18px -1461px;
}
.content-bottom-5 .ts-wrap .ts-control .ts-ctr-next:hover {
  background: url('../images/mega_i.png') no-repeat -17px -1423px;
}
.content-bottom-6 {
  /*padding-top: 32px;*/
}
.content-bottom-6 #homeCarousel .sm-basenews-home {
  margin: 0 -15px;
}
.content-bottom-6 #homeCarousel .title-latestblog {
  position: relative;
  margin-bottom: 30px;
  padding: 0 15px;
}
.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n {
  position: absolute;
  right: 15px;
  min-width: 60px;
  bottom: 7px;
}
.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li {
  float: left;
  margin-left: 5px;
}
.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a {
  display: block;
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  position: relative;
}
.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a.next:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  top: 6px;
  left: 8px;
  background: url('../images/mega_i.png') no-repeat -31px -542px;
}
.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a.prev:before {
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 7px;
  background: url('../images/mega_i.png') no-repeat -30px -572px;
}
.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a:hover {
  background: #00abf0;
  border-color: #00abf0;
}
.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a:hover.next:before {
  background: url('../images/mega_i.png') no-repeat -31px -512px;
}
.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a:hover.prev:before {
  background: url('../images/mega_i.png') no-repeat -29px -602px;
}
.content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.content-bottom-6 #homeCarousel .carousel-inner .item .wrap-content {
  position: relative;
}
.content-bottom-6 #homeCarousel .carousel-inner .item .wrap-content .postContent {
  position: absolute;
  width: 100%;
  height: 46px;
  left: 0;
  bottom: 0;
  padding: 2px 12px;
  background: rgba(0, 0, 0, 0.5);
}
.content-bottom-6 #homeCarousel .carousel-inner .item .wrap-content .postContent a {
  color: #fff;
  font-size: 116.66%;
  font-weight: 400 !important;
  line-height: 20px;
}
.content-bottom-6 #homeCarousel .carousel-inner .item .wrap-content .postContent a:hover {
  color: #00abf0;
}
.content-bottom-6 #page-wrap {
  margin-top: 32px;
}
.content-bottom-6 #page-wrap .block-title {
  margin-bottom: 30px;
}
.content-bottom-6 #page-wrap .theme2 {
  margin: 0 -15px !important;
}
.content-bottom-6 #page-wrap .box-wrapper .item {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content {
  background: #eee;
  float: left;
  width: 100%;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .img-category {
  float: left;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .img-category a {
  display: block;
  position: relative;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .img-category a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .img-category a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate {
  float: left;
  margin-left: 20px;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .parent-title {
  margin: 7px 0 0px;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .parent-title a {
  font-size: 114.3333%;
  color: #00abf0;
  text-transform: capitalize;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title {
  min-width: 50%;
  float: left;
  line-height: 24px;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title a,
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title .num_items {
  font-weight: 400 !important;
  font-size: 11px;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title:hover .num_items {
  color: #00abf0;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-excerpt .wrap-title a {
  font-weight: 600 !important;
}
.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .sub_category {
  clear: both;
}
.cms-home-01 #yt_footer,
.cms-home-02 #yt_footer,
.cms-home #yt_footer {
  margin-top: 20px;
}
/* general */
.block-title-style {
  text-transform: uppercase;
  font-size: 133.33%;
  border-bottom: 2px solid #eee;
}
.block-title-style span {
  position: relative;
  display: inline-block;
  line-height: 44px;
}
.block-title-style span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00abf0;
  left: 0;
  bottom: -2px;
}
.content-bottom-4 {
  /*padding-bottom: 40px;*/
}
.content-bottom-4 .wrap-shop-brands {
  float: left;
  width: 100%;
}
.content-bottom-4 .wrap-shop-brands .brand-va {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: -6px;
}
.content-bottom-4 .wrap-shop-brands .brand-va a {
  font-size: 116.6666%;
  display: inline-block;
  line-height: 30px;
  position: relative;
  margin-left: -18px;
}
.content-bottom-4 .wrap-shop-brands .brand-va a:before {
  content: "\f105";
  position: absolute;
  width: 10px;
  height: 10px;
  font-family: "Fontawesome";
  font-size: 18px;
  color: #666;
  right: -20px;
}
.content-bottom-4 .wrap-shop-brands .brand-va a:hover:before {
  color: #00abf0;
}
.content-bottom-4 .wrap-shop-brands ul {
  margin: 0 -26px;
}
.content-bottom-4 .wrap-shop-brands ul li {
  float: left;
  width: 12%;
}
.content-bottom-4 .wrap-shop-brands ul li a {
  float: left;
  width: 100%;
  text-align: center;
  margin: 9px 0;
}
.content-bottom-4 .wrap-shop-brands ul:hover li a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-bottom-4 .wrap-shop-brands ul:hover li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-bottom-4 .wrap-text-home {
  margin-top: 20px;
  width: 100%;
  float: left;
  /*background: #eee;
  padding: 20px;
  border: 2px dashed #203467;*/
}
body .content-bottom-3 p.bottom,
body .content-bottom-3 p a {
  font-weight: 400 !important;
}
.content-bottom-3 {
  background: url('../images/water-droplets.jpg') no-repeat center center;
  min-height: 300px;
}
.content-bottom-3 .block-news-letter {
  float: left;
  width: 100%;
  text-align: center;
  margin: 118px 0;
}
.content-bottom-3 .block-news-letter .block-content {
  margin-top: 0;
  display: inline-block;
}
.content-bottom-3 .block-news-letter .block-content p {
  color: #fff;
  line-height: 25px;
}
.content-bottom-3 .block-news-letter .block-content p.title {
  font-size: 333.3333%;
  /*margin: 70px 0 5px;*/
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: none;
  margin: 0;
}
.content-bottom-3 .block-news-letter .block-content p.title span:before {
  display: none;
}
.content-bottom-3 .block-news-letter .block-content p.title a {
  color: #fff;
  padding: 50px;
  text-decoration: none;
  background: transparent;
  -webkit-transition:background 1s;
  -moz-transition:background 1s;
  -ms-transition:background 1s;
  -o-transition:background 1s;
  transition:background 1s;
}
.content-bottom-3 .block-news-letter .block-content p.title a:hover {
  color: #fff;
  background: #00abf0;
  -webkit-transition:background 1s;
  -moz-transition:background 1s;
  -ms-transition:background 1s;
  -o-transition:background 1s;
  transition:background 1s;
}
.content-bottom-3 .block-news-letter .block-content p.bottom {
  font-size: 108.3333%;
}
.content-bottom-3 .block-news-letter .block-content p a {
  color: #fff;
}
.content-bottom-3 .block-news-letter .block-content p a:hover {
  color: #00abf0;
}
.content-bottom-3 .block-news-letter .block-content .block-subscribe {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box {
  float: left;
}
.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box #newsletter {
  padding-left: 15px;
  width: 306px;
  height: 40px;
  margin: 0;
  border: none;
  font-size: 108.33%;
  color: #999;
}
.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box #advice-required-entry-newsletter,
.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box #advice-validate-email-newsletter {
  position: absolute;
}
.content-bottom-3 .block-news-letter .block-content .block-subscribe .actions {
  display: inline-block;
}
.content-bottom-3 .block-news-letter .block-content .block-subscribe .button {
  background: #00abf0;
  width: 108px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 116.66%;
  color: #fff;
}
.block-subscribe.page-subscribe .input-box input[type="text"],
.block-subscribe.page-subscribe .input-box input.input-text {
  width: 100%;
  padding: 40px;
  font-size: 200%;
  margin: 20px 0;
  /* Fix for inputs and padding in Firefox */
  height: 82px;
  padding: 0 40px;
}
.block-subscribe.page-subscribe .actions {
  font-size: 200%;
  margin: 20px 0;
}
.block-subscribe.page-subscribe .actions button {
  padding: 21px;
  margin-left: 10px;
}
/*---------product-shop--------------*/
#product-shop #super-product-table {
  margin-bottom: 10px;
}
#product-shop #super-product-table td {
  line-height: 30px;
}
#product-shop #super-product-table td .price-box .price {
  font-size: 116.67% !important;
}
#product-shop #super-product-table td input.input-text {
  margin: 0;
}
#product-shop .required em {
  color: #f00;
  margin-right: 2px;
}
#product-shop #downloadable-links-list .s-input {
  float: left;
}
#product-shop #downloadable-links-list .s-label {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}
/*--------------------home page banner top----------------------------*/
.cms-home-02 .content-bottom-1 {
  padding-top: 20px;
  overflow: hidden;
}
.cms-home-02 .content-bottom-1 .wrap-banner-home ul li {
  width: 48.2758% !important;
}
.banner-home-bottom {
  padding: 0 !important;
}
.banner-home-bottom .wrap-banner-home ul li {
  width: 48.7% !important;
}
.banner-left {
  float: left;
  margin: 0 0 30px 0;
  padding: 0 !important;
}
.banner-left .wrap-banner-home ul li {
  width: 100% !important;
  margin: 0 !important;
}
.content-bottom-1,
.banner-home-bottom,
.banner-left {
  padding-top: 45px;
  padding-bottom: 25px;
}
.trade-store .content-bottom-1 {
  padding-top: 0;
}
.content-bottom-1 .wrap-banner-home,
.banner-home-bottom .wrap-banner-home,
.banner-left .wrap-banner-home {
  width: 100%;
  float: left;
}
.content-bottom-1 .trade-clearance-banner,
.content-bottom-1 .trade-click-and-collect-banner {
  padding-bottom: 30px;
}
.content-bottom-1 .wrap-banner-home ul li,
.banner-home-bottom .wrap-banner-home ul li,
.banner-left .wrap-banner-home ul li {
  margin-right: 30px;
  /*width: 31.6239%;*/
  width: 31.625%;
  float: left;
}
.content-bottom-1 .wrap-banner-home ul li.b-center a,
.banner-home-bottom .wrap-banner-home ul li.b-center a,
.banner-left .wrap-banner-home ul li.b-center a {
  width: 100%;
  float: left;
}
.content-bottom-1 .wrap-banner-home ul li.b-center a.last,
.banner-home-bottom .wrap-banner-home ul li.b-center a.last,
.banner-left .wrap-banner-home ul li.b-center a.last {
  margin-top: 10px;
}
.content-bottom-1 .wrap-banner-home ul li a,
.banner-home-bottom .wrap-banner-home ul li a,
.banner-left .wrap-banner-home ul li a {
  display: block;
  position: relative;
}
.content-bottom-1 .wrap-banner-home ul li a img,
.banner-home-bottom .wrap-banner-home ul li a img,
.banner-left .wrap-banner-home ul li a img {
  width: 100%;
}
.content-bottom-1 .wrap-banner-home ul li a:before,
.banner-home-bottom .wrap-banner-home ul li a:before,
.banner-left .wrap-banner-home ul li a:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
}
.content-bottom-1 .wrap-banner-home ul li a:hover:before,
.banner-home-bottom .wrap-banner-home ul li a:hover:before,
.banner-left .wrap-banner-home ul li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  width: 100%;
}
.content-bottom-1 .wrap-banner-home ul li.last,
.banner-home-bottom .wrap-banner-home ul li.last,
.banner-left .wrap-banner-home ul li.last {
  margin-right: 0;
}

.content-bottom-1 .monthly-brands {
  margin-top: 30px;
}
.content-bottom-1 .monthly-brands .text {
  /*background: #eee;
  padding: 20px;
  border: 2px dashed #203467;*/
  margin-bottom: 20px;
}
.content-bottom-1 .monthly-brands .page-title-monthly-brands {margin: 0 0 30px;}
.content-bottom-1 .monthly-brands ul li {width: 48.7192%;}

.content-bottom-1 .trade-click-and-collect-banner img {width: 100%;}

/*----------------------sm-deal-wrap----------------------*/
.cms-home-01 .content-bottom-2 {
  padding: 0 !important;
}
.cms-home-01 .content-bottom-2 .sm-facebook {
  float: left;
  margin-top: 10px;
}
.cms-home-01 .content-bottom-2 .sm-deal-wrap {
  overflow: hidden;
}
.cms-home-01 .content-bottom-2 .sm-deal-wrap .block-title-style {
  background: #00abf0;
  padding-left: 10px;
  color: #fff !important;
  border: none;
}
.cms-home-01 .content-bottom-2 .sm-deal-wrap .block-title-style span:before {
  display: none;
}
.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n {
  right: 25px !important;
  top: -64px !important;
}
.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a {
  width: 24px !important;
  height: 24px !important;
  border: none;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a:before {
  top: 7px !important;
  left: 8px !important;
}
.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a:hover {
  background: #d8f0db;
}
.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a.next:hover:before {
  background-position: -31px -542px !important;
}
.cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n li a.prev:hover:before {
  background-position: -30px -572px !important;
}
.cms-home-01 .content-bottom-2 .deal-list-item .item .inner-item {
  width: 100% !important;
  margin-bottom: 20px !important;
}
.content-bottom-2 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.content-bottom-2 .block-title {
  margin-bottom: 30px;
}
.content-bottom-2 .deal-list-item {
  position: relative;
}
.content-bottom-2 .deal-list-item .item {
  margin-bottom: 0;
}
.content-bottom-2 .deal-list-item .item .inner-item {
  width: 25%;
  float: left;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.content-bottom-2 .deal-list-item .item .inner-item .wrap-number {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -11px;
}
.content-bottom-2 .deal-list-item .item .inner-item .wrap-number .percent,
.content-bottom-2 .deal-list-item .item .inner-item .wrap-number .text_number {
  float: left;
  color: #fff;
  font-size: 116.66%;
}
.content-bottom-2 .deal-list-item .item .inner-item .wrap-number .percent {
  margin-left: 2px;
}
.content-bottom-2 .deal-list-item .item .inner-item .sale-item {
  left: 14px;
  background: url('../images/mega_i.png') no-repeat -5px -1832px;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image a img {
  width: auto !important;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image .sm_quickview_handler {
  margin-left: 42px !important;
  display: none;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart {
  background-color: #34a142 !important;
  border: none;
  text-indent: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  width: auto;
  padding: 0 12px 0 0;
  height: 40px;
  font-size: 116.66%;
  margin-right: 0;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart:before {
  display: none;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart span {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 12px;
  background-color: #00abf0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart span:before {
  background: url('../images/mega_i.png') no-repeat -25px -795px;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 8px;
  top: 9px;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart:hover {
  cursor: pointer;
  background-color: #666 !important;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart:hover span {
  background-color: #888;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-info {
  padding: 25px 25px 10px 25px;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .ratings {
  margin-top: 4px;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .rating-box {
  float: none;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box {
  float: none;
  display: inline-block;
  margin-top: 4px;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .special-price,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .old-price,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .regular-price,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .price-from,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .price-to {
  float: none;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .price-from,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box .price-to {
  display: inline-block;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box p.old-price,
.content-bottom-2 .deal-list-item .item .inner-item .item-info .item-content .price-box p.special-price {
  display: inline;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-info.bottom {
  padding: 0px 10px 10px;
}
.content-bottom-2 .deal-list-item .item .inner-item .product_time {
  width: 100%;
  float: left;
}
.content-bottom-2 .deal-list-item .item .inner-item .product_time div {
  line-height: 40px;
  border-bottom: 1px solid #fff;
  background: #eee;
  font-size: 150%;
  float: left;
  width: 25%;
  text-align: center;
  font-weight: 400 !important;
}
.content-bottom-2 .deal-list-item .item .inner-item .product_time div.title {
  font-size: 100%;
  color: #666;
  text-transform: capitalize;
}
.content-bottom-2 .deal-list-item .btn-p-n {
  position: absolute;
  right: 15px;
  min-width: 60px;
  top: -62px;
}
.content-bottom-2 .deal-list-item .btn-p-n li {
  float: left;
  margin-left: 5px;
}
.content-bottom-2 .deal-list-item .btn-p-n li a {
  display: block;
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  position: relative;
}
.content-bottom-2 .deal-list-item .btn-p-n li a.next:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  top: 6px;
  left: 8px;
  background: url('../images/mega_i.png') no-repeat -31px -542px;
}
.content-bottom-2 .deal-list-item .btn-p-n li a.prev:before {
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 7px;
  background: url('../images/mega_i.png') no-repeat -30px -572px;
}
.content-bottom-2 .deal-list-item .btn-p-n li a:hover {
  background: #00abf0;
  border-color: #00abf0;
}
.content-bottom-2 .deal-list-item .btn-p-n li a:hover.next:before {
  background: url('../images/mega_i.png') no-repeat -31px -512px;
}
.content-bottom-2 .deal-list-item .btn-p-n li a:hover.prev:before {
  background: url('../images/mega_i.png') no-repeat -29px -602px;
}
/*----------------------------block-about-us--------------------*/
.block-about-us .block-wel .w-left-title {
  margin-bottom: 30px;
  position: relative;
}
.block-about-us .block-wel .w-left-title h2 {
  background: #fff;
  color: #686868;
  display: inline-block;
  font-size: 183.33%;
  font-weight: 400 !important;
  padding-right: 15px;
  position: absolute;
  top: -33px;
  text-transform: capitalize;
}
.block-about-us .block-wel .w-left-title .two-line {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  height: 3px;
}
.block-about-us .block-wel .w-left-content img {
  float: left;
  margin-right: 15px;
}
.block-about-us .block-wel .w-right-content ul {
  margin-left: 30px;
}
.block-about-us .block-wel .w-right-content ul li {
  border-bottom: 1px dashed #e9e9e9;
  line-height: 30px;
  position: relative;
}
.block-about-us .block-wel .w-right-content ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: -26px;
  background: url('../images/about_i_tick.png') no-repeat;
}
.block-about-us .mem {
  margin-top: 30px;
}
.block-about-us .mem .w-middle-title {
  position: relative;
}
.block-about-us .mem .w-middle-title h2 {
  background: #fff;
  display: inline-block;
  font-size: 233.33%;
  font-weight: 400 !important;
  left: 50%;
  margin-left: -105px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: -35px;
  color: #00abf0;
}
.block-about-us .mem .w-middle-title p {
  margin: 30px auto;
  text-align: center;
  width: 80%;
}
.block-about-us .mem .w-middle-title .two-line {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  height: 3px;
}
.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0;
  text-align: center;
  width: 100%;
  position: static;
}
.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators li {
  display: inline-block;
  height: 16px;
  width: 17px;
  background: url('../images/about_i_pagination.png') no-repeat center bottom;
  text-indent: -9999em;
  margin: 0 !important;
}
.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators li.active,
.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators li:hover {
  background: url('../images/about_i_pagination.png') no-repeat center top;
}
.block-about-us .mem .w-middle-content .list-member .m-item {
  width: 25%;
  float: left;
  text-align: center;
  margin: 0;
  position: relative;
  padding: 0 3%;
}
.block-about-us .mem .w-middle-content .list-member .m-item .bg-social {
  border-radius: 100px;
  height: 180px;
  left: 50%;
  margin-left: -89px;
  position: absolute;
  top: 7px;
  width: 178px;
  background: #00abf0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-about-us .mem .w-middle-content .list-member .m-item .img-wrap {
  position: relative;
}
.block-about-us .mem .w-middle-content .list-member .m-item ul {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -47px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-about-us .mem .w-middle-content .list-member .m-item ul li {
  float: left;
  margin: 0 1px;
}
.block-about-us .mem .w-middle-content .list-member .m-item ul li a {
  float: left;
  text-indent: -9999em;
  background: url('../images/gen_i_fot.png') no-repeat;
  width: 30px;
  height: 30px;
}
.block-about-us .mem .w-middle-content .list-member .m-item ul li a.fkr {
  background: url('../images/gen_i_fot.png') no-repeat 0 -36px;
}
.block-about-us .mem .w-middle-content .list-member .m-item ul li a.tw {
  background: url('../images/gen_i_fot.png') no-repeat 0 -72px;
}
.block-about-us .mem .w-middle-content .list-member .m-item .img-wrap:hover .bg-social {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.block-about-us .mem .w-middle-content .list-member .m-item .img-wrap:hover ul {
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-about-us .mem .w-middle-content .list-member .m-item .content h2 {
  font-size: 133.3333%;
  font-weight: 400 !important;
  text-transform: capitalize;
  margin: 16px 0 5px;
}
.block-about-us .mem .w-middle-content .list-member .m-item .content h2 a {
  color: #00abf0;
}
.block-about-us .mem .w-middle-content .list-member .m-item .content p {
  margin-bottom: 0;
  line-height: 20px;
}
.block-about-us .mem .w-middle-content .list-member .m-item .content p.cv {
  font-size: 91.6666%;
}
.block-about-us .hap {
  position: relative;
  margin-top: 58px;
}
.block-about-us .hap h2 {
  background: none repeat scroll 0 0 #fff;
  font-size: 150%;
  font-weight: 400 !important;
  left: 30px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  text-transform: capitalize;
  top: -11px;
  z-index: 1;
  color: #00abf0;
}
.block-about-us .hap #carousel-hap {
  padding: 30px 20px 24px 34px;
  border: 1px solid #e9e9e9;
  position: relative;
}
.block-about-us .hap #carousel-hap:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 32px;
  left: 10px;
  position: absolute;
  background: url('../images/gen_i_paren_about.png') no-repeat;
}
.block-about-us .hap #carousel-hap p {
  margin-bottom: 0;
}
.block-about-us .hap #carousel-hap p.first {
  font-style: italic;
  margin-bottom: 15px;
}
.block-about-us .hap #carousel-hap p .s-color {
  font-size: 133.33%;
  color: #00abf0;
}
.block-about-us .hap #carousel-hap .wrap-np {
  background: #fff;
  float: left;
  height: 31px;
  position: absolute;
  right: 10px;
  top: -14px;
  width: 76px;
  z-index: 999;
}
.block-about-us .hap #carousel-hap .carousel-control {
  background: none;
  background: url('../images/about_i_plus_minus.png') no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-about-us .hap #carousel-hap .carousel-control:hover {
  background: url('../images/about_i_plus_minus.png') no-repeat 0 -42px;
}
.block-about-us .hap #carousel-hap .carousel-control:hover.right {
  background: url('../images/about_i_plus_minus.png') no-repeat 0 -131px;
}
.block-about-us .hap #carousel-hap .carousel-control.left {
  left: auto;
  right: 37px;
}
.block-about-us .hap #carousel-hap .carousel-control.right {
  right: 4px;
  background: url('../images/about_i_plus_minus.png') no-repeat 0 -89px;
}
.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: #00abf0;
}
.cart .cart-collaterals #crosssell-products-list .product-details .product-name {
  display: block;
}
.cart .cart-collaterals #crosssell-products-list .product-details .price-box {
  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 .price-box .old-price {
  margin-top: 2px;
}
.cart .cart-collaterals #crosssell-products-list .product-details .add-to-links {
  float: left;
  margin-left: 10px;
}
/*---slideshow-mobile----*/
.slideshow-mobile {
  display: none;
}
.checkout-cart-configure .product-view .product-shop .product-options-bottom .add-to-cart:before,
.checkout-cart-configure .product-view .product-shop .add-to-box .add-to-cart:before {
  left: 96px !important;
}
/*-------------------blog list---------------------*/
.blog-title {
  margin-bottom: 25px;
}
.blog-title h2 {
  font-size: 166.66%;
  margin: 0;
}
.blog-title p {
  color: #666;
  margin-top: 5px;
}
#blog-list .item .product-image {
  float: left;
  margin-right: 30px;
}
#blog-list .item .product-image a {
  position: relative;
  display: block;
}
#blog-list .item .product-image a:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
}
#blog-list .item .product-image a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#yt-totop {
  background: url("../images/up-arrow.png") no-repeat scroll center center #3ab54a;
  bottom: 30px;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 45px;
  z-index: 99999;
}
/*sm category slider*/
.sm-categoryslider .preset02-1 .categoryslider {
  width: 33.3333%;
}
.sm-categoryslider.no-cat-image .preset02-1 .categoryslider,
.sm-categoryslider.no-cat-sub .preset02-1 .categoryslider {
  width: 66.6666%;
}
.sm-categoryslider .preset02-1 .item-cat-image,
.sm-categoryslider .preset02-1 .item-sub-cat {
  float: left;
  width: 33.3333%;
}
.sm-categoryslider .preset02-1 .vpo-wrap {
  width: 100%;
  margin: 0;
}
.sm-categoryslider .preset02-1 .vpo-wrap .vp {
  margin-right: 0;
}
.sm-categoryslider .preset02-1 .vpo-wrap .vp .item {
  float: left;
  margin: 0;
  width: 100%;
}
.sm-categoryslider .preset02-2 .categoryslider {
  width: 50%;
}
.sm-categoryslider.no-cat-image .preset02-2 .categoryslider,
.sm-categoryslider.no-cat-sub .preset02-2 .categoryslider {
  width: 75%;
}
.sm-categoryslider .preset02-2 .item-cat-image,
.sm-categoryslider .preset02-2 .item-sub-cat {
  float: left;
  width: 25%;
}
.sm-categoryslider .preset02-2 .vpo-wrap {
  width: 50%;
  margin: 0 -50% 0 0;
}
.sm-categoryslider .preset02-2 .vpo-wrap .vp {
  margin-right: -100%;
}
.sm-categoryslider .preset02-2 .vpo-wrap .vp .item {
  float: left;
  width: 50%;
}
.sm-categoryslider .preset02-3 .categoryslider {
  width: 60%;
}
.sm-categoryslider.no-cat-image .preset02-3 .categoryslider,
.sm-categoryslider.no-cat-sub .preset02-5 .categoryslider {
  width: 80%;
}
.sm-categoryslider .preset02-3 .item-cat-image,
.sm-categoryslider .preset02-3 .item-sub-cat {
  float: left;
  width: 20%;
}
.sm-categoryslider .preset02-3 .vpo-wrap {
  width: 33.3333%;
  margin: 0 -66.6666% 0 0;
}
.sm-categoryslider .preset02-3 .vpo-wrap .vp {
  margin-right: -200%;
}
.sm-categoryslider .preset02-3 .vpo-wrap .vp .item {
  float: left;
  width: 33.3333%;
}
.sm-categoryslider .preset02-4 .categoryslider {
  width: 66.6664%;
}
.sm-categoryslider.no-cat-image .preset02-4 .categoryslider,
.sm-categoryslider.no-cat-sub .preset02-4 .categoryslider {
  width: 83.3333%;
}
.sm-categoryslider.no-cat-sub .categoryslider:before {
  background: none;
}
.sm-categoryslider .preset02-4 .item-cat-image,
.sm-categoryslider .preset02-4 .item-sub-cat {
  float: left;
  width: 16.6666%;
}
.sm-categoryslider .preset02-4 .vpo-wrap {
  width: 25%;
  margin: 0 -75% 0 0;
}
.sm-categoryslider .preset02-4 .vpo-wrap .vp {
  margin-right: -300%;
}
.sm-categoryslider .preset02-4 .vpo-wrap .vp .item {
  float: left;
  width: 25%;
}
.sm-categoryslider .preset02-5 .vpo-wrap {
  width: 20%;
  margin: 0 -80% 0 0;
}
.sm-categoryslider .preset02-5 .vpo-wrap .vp {
  margin-right: -400%;
}
.sm-categoryslider .preset02-5 .vpo-wrap .vp .item {
  float: left;
  width: 20%;
}
.sm-categoryslider .preset02-6 .vpo-wrap {
  width: 16.6666%;
  margin: 0 -83.3333% 0 0;
}
.sm-categoryslider .preset02-6 .vpo-wrap .vp {
  margin-right: -500%;
}
.sm-categoryslider .preset02-6 .vpo-wrap .vp .item {
  float: left;
  width: 16.6666%;
}
@media all and (max-width: 320px) {
  .sm-categoryslider .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider.no-cat-image .categoryslider,
  .sm-categoryslider.no-cat-sub .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider .item-cat-image,
  .sm-categoryslider .item-sub-cat {
    float: left;
    width: 100% !important;
    padding: 0 !important;
  }
  .sm-categoryslider .item-cat-image .cat-image {
    padding-right: 0 !important;
  }
  .sm-categoryslider .item-sub-cat ul,
  .sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap {
    border: none !important;
  }
  .sm-categoryslider .item-sub-cat ul {
    padding: 0 !important;
  }
  .sm-categoryslider .preset05-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset05-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset05-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset05-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset05-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset05-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset05-2 .item-cat-image,
  .sm-categoryslider .preset05-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset05-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset05-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset05-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset05-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset05-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-5 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset05-3 .item-cat-image,
  .sm-categoryslider .preset05-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset05-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset05-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset05-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset05-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset05-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset05-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset05-4 .item-cat-image,
  .sm-categoryslider .preset05-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset05-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset05-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset05-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset05-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset05-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset05-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset05-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset05-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset05-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  .sm-categoryslider .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider.no-cat-image .categoryslider,
  .sm-categoryslider.no-cat-sub .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider .item-cat-image,
  .sm-categoryslider .item-sub-cat {
    float: left;
    width: 100% !important;
    padding: 0 !important;
  }
  .sm-categoryslider .item-cat-image .cat-image {
    padding-right: 0 !important;
  }
  .sm-categoryslider .item-sub-cat ul,
  .sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap {
    border: none !important;
  }
  .sm-categoryslider .item-sub-cat ul {
    padding: 0 !important;
  }
  .sm-categoryslider .preset04-1 .categoryslider {
    width: 33.3333%;
  }
  .sm-categoryslider.no-cat-image .preset04-1 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset04-1 .categoryslider {
    width: 66.6666%;
  }
  .sm-categoryslider .preset04-1 .item-cat-image,
  .sm-categoryslider .preset04-1 .item-sub-cat {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset04-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset04-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset04-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset04-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset04-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset04-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset04-2 .item-cat-image,
  .sm-categoryslider .preset04-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset04-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset04-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset04-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset04-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset04-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-4 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset04-3 .item-cat-image,
  .sm-categoryslider .preset04-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset04-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset04-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset04-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset04-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset04-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset04-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset04-4 .item-cat-image,
  .sm-categoryslider .preset04-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset04-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset04-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset04-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset04-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset04-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset04-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset04-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset04-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset04-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  .sm-categoryslider .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider.no-cat-image .categoryslider,
  .sm-categoryslider.no-cat-sub .categoryslider {
    width: 100% !important;
  }
  .sm-categoryslider .item-cat-image,
  .sm-categoryslider .item-sub-cat {
    float: left;
    width: 100% !important;
    padding: 0 !important;
  }
  .sm-categoryslider .item-cat-image .cat-image {
    padding-right: 0 !important;
  }
  .sm-categoryslider .item-sub-cat ul,
  .sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap {
    border: none !important;
  }
  .sm-categoryslider .item-sub-cat ul {
    padding: 0 !important;
  }
  .sm-categoryslider .preset03-1 .categoryslider {
    width: 33.3333%;
  }
  .sm-categoryslider.no-cat-image .preset03-1 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-1 .categoryslider {
    width: 66.6666%;
  }
  .sm-categoryslider .preset03-1 .item-cat-image,
  .sm-categoryslider .preset03-1 .item-sub-cat {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset03-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset03-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset03-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset03-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset03-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset03-2 .item-cat-image,
  .sm-categoryslider .preset03-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset03-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset03-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset03-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset03-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset03-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-3 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset03-3 .item-cat-image,
  .sm-categoryslider .preset03-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset03-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset03-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset03-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset03-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset03-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset03-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset03-4 .item-cat-image,
  .sm-categoryslider .preset03-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset03-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset03-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset03-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset03-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset03-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset03-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset03-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset03-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset03-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-categoryslider .preset02-1 .categoryslider {
    width: 33.3333%;
  }
  .sm-categoryslider.no-cat-image .preset02-1 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset02-1 .categoryslider {
    width: 66.6666%;
  }
  .sm-categoryslider .preset02-1 .item-cat-image,
  .sm-categoryslider .preset02-1 .item-sub-cat {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset02-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset02-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset02-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset02-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset02-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset02-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset02-2 .item-cat-image,
  .sm-categoryslider .preset02-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset02-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset02-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset02-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset02-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset02-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset02-3 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset02-3 .item-cat-image,
  .sm-categoryslider .preset02-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset02-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset02-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sm-categoryslider .preset02-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset02-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset02-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset02-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset02-4 .item-cat-image,
  .sm-categoryslider .preset02-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset02-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset02-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset02-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset02-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset02-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset02-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset02-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset02-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset02-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}
@media all and (min-width: 1200px) {
  .sm-categoryslider .preset01-1 .categoryslider {
    width: 33.3333%;
  }
  .sm-categoryslider.no-cat-image .preset01-1 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset01-1 .categoryslider {
    width: 66.6666%;
  }
  .sm-categoryslider .preset01-1 .item-cat-image,
  .sm-categoryslider .preset01-1 .item-sub-cat {
    float: left;
    width: 33.3333%;
  }
  .sm-categoryslider .preset01-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sm-categoryslider .preset01-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sm-categoryslider .preset01-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categoryslider .preset01-2 .categoryslider {
    width: 50%;
  }
  .sm-categoryslider.no-cat-image .preset01-2 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset01-2 .categoryslider {
    width: 75%;
  }
  .sm-categoryslider .preset01-2 .item-cat-image,
  .sm-categoryslider .preset01-2 .item-sub-cat {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset01-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sm-categoryslider .preset01-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sm-categoryslider .preset01-2 .vpo-wrap .vp .item {
    float: left;
    width: 50%;
  }
  .sm-categoryslider .preset01-3 .categoryslider {
    width: 60%;
  }
  .sm-categoryslider.no-cat-image .preset01-3 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset01-3 .categoryslider {
    width: 80%;
  }
  .sm-categoryslider .preset01-3 .item-cat-image,
  .sm-categoryslider .preset01-3 .item-sub-cat {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset01-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sm-categoryslider .preset01-3 .vpo-wrap .vp {
    /*margin-right: -200%;*/
    margin-right: -210%;
  }
  .sm-categoryslider .preset01-3 .vpo-wrap .vp .item {
    float: left;
    /*width: 33.3333%;*/
    width: 32.3333%;
  }
  .sm-categoryslider .preset01-4 .categoryslider {
    width: 66.6664%;
  }
  .sm-categoryslider.no-cat-image .preset01-4 .categoryslider,
  .sm-categoryslider.no-cat-sub .preset01-4 .categoryslider {
    width: 83.3333%;
  }
  .sm-categoryslider .preset01-4 .item-cat-image,
  .sm-categoryslider .preset01-4 .item-sub-cat {
    float: left;
    width: 16.6666%;
  }
  .sm-categoryslider .preset01-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sm-categoryslider .preset01-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sm-categoryslider .preset01-4 .vpo-wrap .vp .item {
    float: left;
    width: 25%;
  }
  .sm-categoryslider .preset01-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sm-categoryslider .preset01-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sm-categoryslider .preset01-5 .vpo-wrap .vp .item {
    float: left;
    width: 20%;
  }
  .sm-categoryslider .preset01-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sm-categoryslider .preset01-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sm-categoryslider .preset01-6 .vpo-wrap .vp .item {
    float: left;
    width: 16.6666%;
  }
}
/*content*/
.sm-categoryslider {
  position: relative;
}
.sm-categoryslider .pre-text,
.sm-categoryslider .post-text {
  margin: 10px 0;
}
.sm-categoryslider.sm-categoryslider-preload {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.sm-categoryslider.sm-categoryslider-preload .sm-categoryslider-loading {
  position: absolute;
  z-index: 10;
  background: url(../images/loading.gif) no-repeat scroll center center #ffffff;
  top: 0;
  bottom: 0;
  width: 100%;
}
.sm-categoryslider .page-title-categoryslider {
  margin: 0 0 30px;
}
.sm-categoryslider .categoryslider-content {
  border: 1px solid #ddd;
  float: left;
  width: 100%;
}
.sm-categoryslider .item-cat-image .cat-image {
  padding-right: 30px;
}
.sm-categoryslider .categoryslider {
  position: relative;
  z-index: 8;
  float: left;
  padding: 0;
  margin: 30px 0;
  width: 100%;
}
.sm-categoryslider.no-cat-image.no-cat-sub .categoryslider {
  width: 100% !important;
}
.sm-categoryslider.no-cat-image .categoryslider .vpo-wrap .vp {
  margin-left: 0;
}
.sm-categoryslider.no-cat-sub .categoryslider {
  padding-right: 30px;
}
.sm-categoryslider .no-rgba .categoryslider .item {
  background: url('rgba.php/rgba(255, 0, 0, .5)');
}
.sm-categoryslider .categoryslider .item img:hover {
  cursor: pointer;
}
.sm-categoryslider .categoryslider .vpo-wrap .vp {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-left: -30px;
}
.sm-categoryslider .categoryslider .vpo-wrap .vp .vpi-wrap {
  white-space: nowrap;
  letter-spacing: -4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sm-categoryslider .categoryslider .vpo-wrap .vp .item {
  display: inline-block;
  letter-spacing: 0;
  white-space: normal;
  vertical-align: top;
  float: none;
  padding-left: 30px;
}
.sm-categoryslider .categoryslider .vpo-wrap .vp .item .product-name {
  font-size: 100%;
}
.sm-categoryslider .categoryslider .vpo-wrap .vpi-wrap:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}
.sm-categoryslider .not-js .vpo-wrap,
.sm-categoryslider .not-js .vpo-wrap .vp,
.sm-categoryslider .not-js .vpo-wrap .vp .vpi-wrap,
.sm-categoryslider .not-js .vpo-wrap .vp .item {
  position: static;
}
.sm-categoryslider .not-js .vpo-wrap .vp .item {
  float: left;
}
/* css for botton */
.sm-categoryslider .control-button {
  list-style: none outside none;
  margin-bottom: 0;
  margin-left: 0;
}
.sm-categoryslider .page-button .control-button {
  text-indent: -999999px;
  margin-bottom: 0px;
  position: relative;
  height: 100%;
}
.sm-categoryslider .page-button {
  margin-right: 0px;
}
/*########################################## css for info item ############################################*/
.sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap {
  width: 100%;
  position: relative;
}
.sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap .item-info .item-content {
  margin: 0px;
}
.sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
  overflow: hidden;
}
.sm-categoryslider .categoryslider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-details {
  text-align: right;
}
.sm-categoryslider .item-review {
  margin: 0 0 5px 0;
  line-height: 22px;
}
.sm-categoryslider .item-review .ratings .rating-links,
.sm-categoryslider .item-review .ratings {
  margin: 0 0 0 0;
}
.sm-categoryslider .item-price {
  overflow: hidden;
}
.sm-categoryslider .add-to-links {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.sm-categoryslider .ratings .rating-box {
  margin-right: 5px;
}
.sm-categoryslider .item-review {
  vertical-align: middle;
  overflow: hidden;
}
.sm-categoryslider .item-btn-addtocart {
  margin-bottom: 5px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/**,*/
/**:after,*/
/**::before {*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/
/*.sm-categoryslider {*/
/*position: relative;*/
/*margin: 20px auto;*/
/*padding: 0;*/
/*max-width: 960px;*/
/*list-style: none;*/
/*text-align: center;*/
/*font-size: 0px;*/
/*}*/
/*.sm-categoryslider:before,*/
/*.sm-categoryslider:after {*/
/*display: table;*/
/*content: ' ';*/
/*}*/
/*.sm-categoryslider:after {*/
/*clear: both;*/
/*}*/
/*.sm-categoryslider .item {*/
/*position: relative;*/
/*display: inline-block;*/
/*margin: 10px;*/
/*width: 300px;*/
/*height: 225px;*/
/*-webkit-backface-visibility: hidden;*/
/*backface-visibility: hidden;*/
/*}*/
/*.sm-categoryslider .item a,*/
/*.sm-categoryslider .item .item-wrap img {*/
/*display: block;*/
/*margin: 0 auto;*/
/*border: none;*/
/*}*/
/*.sm-categoryslider .item .item-wrap {*/
/*background: #000;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/
.sm-categoryslider .item .item-wrap:nth-child(2) {
  z-index: 1;
  visibility: hidden;
}
/* Navigation */
/*.sm-categoryslider nav {*/
/*text-align: center;*/
/*}*/
/*.sm-categoryslider nav .item-wrap {*/
/*display: inline-block;*/
/*margin: 0 8px;*/
/*width: 18px;*/
/*height: 18px;*/
/*border-radius: 50%;*/
/*background: #fff;*/
/*cursor: pointer;*/
/*opacity: 0.7;*/
/*-webkit-transition: all 0.2s;*/
/*transition: all 0.2s;*/
/*}*/
/*.touch .sm-categoryslider nav .item-wrap {*/
/*width: 30px;*/
/*height: 30px;*/
/*}*/
/*.sm-categoryslider nav .item-wrap:hover {*/
/*opacity: 1;*/
/*}*/
/*.sm-categoryslider nav a.tt-current {*/
/*opacity: 1;*/
/*box-shadow: 0 0 0 5px rgba(255,255,255,0.4);*/
/*}*/
.sm-categoryslider .tt-effect-active .item .item-wrap {
  pointer-events: none;
}
.gallery {
  padding-left: 0;
  padding-right: 0;
}
.gallery ul {
  padding-left: 0;
  list-style: none;
}
.gallery .item-container {
  float: left;
  width: 32.33591%;
  margin-left: 1%;
}
.gallery .item-container a:hover {
  border-bottom: none;
}
.gallery .item-container img {
  height: 200px;
}
.gallery #popupform {
  left: 25%;
}
.gallery #popupform .applyform {
  border: 10px solid #00abf0;
}
.gallery #popupform img {
  border: none;
}
.gallery #pclose {
  right: -315px;
}
.cms-trade-account .std p {
  font-size: 1.5rem;
}
.cms-trade-account .std .trade-loyalty-scheme-banner {
  width: 100%;
  max-width: 100%;
  height: 300px;
  background: url(../../../../../media/wysiwyg/banners/trade-loyalty-scheme-banner.png) no-repeat;
  position: relative;
  margin: 50px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cms-trade-account .std .trade-loyalty-scheme-banner a {
  position: absolute;
  top: 15%;
  right: 20px;
  font-size: 266.66%;
}
@media (max-width: 1200px) {
  .cms-trade-account .std .trade-loyalty-scheme-banner a {
    font-size: 116.66%;
  }
}
@media (max-width: 979px) {
  .cms-trade-account .std .trade-loyalty-scheme-banner a {
    top: 25%;
  }
}
.cms-trade-account .std .icon {
  float: left;
  position: relative;
  padding: 20px;
}
.cms-trade-account .std i {
  font-style: normal;
  font-size: 466.66%;
  color: #00abf0;
}
.cms-trade-account .std h1,
.cms-trade-account .std p.tagline,
.cms-trade-account .std h2 {
  text-align: center;
}
.cms-trade-account .std p.tagline {
  font-size: 2rem;
  color: #000;
}
.cms-trade-account .std .content {
  /*margin-left: 80px;*/
  margin-left: 110px;
}
.cms-trade-account .std h3 {
  margin-top: 0;
  /*margin-left: 105.34px;*/
}
.cms-trade-account .std .trade-cta {
  /*padding: 20px;*/
  padding: 20px 20px 10px 20px;
}
.cms-trade-account .std .trade-cta p {
  font-size: 166.66%;
  padding-top: 20px;
  text-align: center;
}
.cms-trade-account .std .trade-cta i {
  float: left;
  margin-right: 20px;
}
.cms-trade-account .std .trade-cta p i {
  font-size: 133.33%;
  float: none;
  margin-right: 5px;
  transform: translateY(10%);
}
.cms-trade-account .std .free-credit p {
  font-size: 3.5rem;
  color: #000;
}
.cms-trade-account .std .btn.trade-apply {
  margin-bottom: 40px;
  color: #fff;
  font-size: 3rem;
}
/* Individual grid effects */
/* Fall down / scale up */
.tt-effect-fall.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: fallDown 0.6s forwards;
  animation: fallDown 0.6s forwards;
}
.tt-effect-fall.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-fall.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: scaleUpFadeIn 0.6s forwards;
  animation: scaleUpFadeIn 0.6s forwards;
}
/* Slide and reveal */
.tt-effect-slide.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  z-index: 100;
  overflow: hidden;
  margin: 0;
  -webkit-animation: slideOut 0.5s forwards;
  animation: slideOut 0.5s forwards;
}
.tt-effect-slide.tt-effect-active .item-wrap:nth-child(2) {
  visibility: visible;
}
.tt-effect-slide.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: slideOut 0.5s forwards;
  animation: slideOut 0.5s forwards;
}
.tt-effect-slide.tt-effect-active .item.tt-empty .item-wrap {
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
}
/* Fall and rotate */
.tt-effect-fallrotate.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  z-index: 10;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: fallRotate 0.6s ease-in forwards;
  animation: fallRotate 0.6s ease-in forwards;
}
.tt-effect-fallrotate.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-fallrotate.tt-effect-active .item.tt-empty .item-wrap {
  visibility: visible;
}
.tt-effect-fallrotate.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
}
.tt-effect-fallrotate .item:nth-child(4) {
  z-index: 1;
}
/* order for correct overlapping */
.tt-effect-fallrotate .item:nth-child(5) {
  z-index: 2;
}
.tt-effect-fallrotate .item:nth-child(6) {
  z-index: 3;
}
.tt-effect-fallrotate .item:first-child {
  z-index: 4;
}
.tt-effect-fallrotate .item:nth-child(2) {
  z-index: 5;
}
.tt-effect-fallrotate .item:nth-child(3) {
  z-index: 6;
}
/* Scale and rotate */
.tt-effect-scalerotate.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: scaleRotateOut 0.6s forwards;
  animation: scaleRotateOut 0.6s forwards;
}
.tt-effect-scalerotate.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-scalerotate.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: scaleRotateIn 0.6s forwards;
  animation: scaleRotateIn 0.6s forwards;
}
.tt-effect-scalerotate.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: scaleRotateIn 0.6s forwards;
  animation: scaleRotateIn 0.6s forwards;
}
.tt-effect-scalerotate .item:nth-child(-n+3) {
  z-index: 2;
}
/* order for correct overlapping */
.tt-effect-scalerotate .item:nth-last-child(-n+3) {
  z-index: 1;
}
/* Stack back 3D */
.tt-effect-stackback .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.tt-effect-stackback .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-effect-stackback.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: moveLeft 0.8s forwards;
  animation: moveLeft 0.8s forwards;
}
.tt-effect-stackback.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-stackback.tt-effect-active .item.tt-empty .item-wrap {
  z-index: -1;
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
.tt-effect-stackback.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: moveLeft 0.8s forwards;
  animation: moveLeft 0.8s forwards;
}
.tt-effect-stackback.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}
/* 3d flip */
.tt-effect-3dflip .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.tt-effect-3dflip .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-effect-3dflip.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateOutLeft 0.6s forwards;
  animation: rotateOutLeft 0.6s forwards;
}
.tt-effect-3dflip.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-3dflip.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateInRight 0.6s ease-in forwards;
  animation: rotateInRight 0.6s ease-in forwards;
}
/* Bring back */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
.tt-effect-bringback .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.tt-effect-bringback .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-effect-bringback.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: hideLeft 0.8s forwards;
  animation: hideLeft 0.8s forwards;
}
.tt-effect-bringback.tt-effect-active .item .item-wrap:nth-child(2) {
  z-index: -1;
  -webkit-animation: showRight 0.8s forwards;
  animation: showRight 0.8s forwards;
}
.tt-effect-bringback.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: hideLeft 0.8s forwards;
  animation: hideLeft 0.8s forwards;
}
.tt-effect-bringback.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}
/* Superscale */
.tt-effect-superscale.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: scaleDown 0.6s ease-in-out forwards;
  /*-ms-animation: scaleDown 0.6s ease-in-out forwards;*/
  -o-animation: scaleDown 0.6s ease-in-out forwards;
  animation: scaleDown 0.6s ease-in-out forwards;
}
.tt-effect-superscale.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-superscale.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: scaleIn 0.6s ease-in-out forwards;
  animation: scaleIn 0.6s ease-in-out forwards;
}
/* Center flip */
.tt-effect-flip .item {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tt-effect-flip .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-effect-flip.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: flipOut 0.8s ease-in forwards;
  animation: flipOut 0.8s ease-in forwards;
}
.tt-effect-flip.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-flip.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: flipIn 0.8s ease-in forwards;
  animation: flipIn 0.8s ease-in forwards;
}
/* Front row */
.tt-effect-frontrow .item {
  overflow: hidden;
}
.tt-effect-frontrow.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: moveToBack 0.8s forwards;
  animation: moveToBack 0.8s forwards;
}
.tt-effect-frontrow.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-frontrow.tt-effect-active .item.tt-empty .item-wrap {
  -webkit-animation: moveToFront 0.8s forwards;
  animation: moveToFront 0.8s forwards;
}
.tt-effect-frontrow.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
}
.tt-effect-frontrow.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: moveToFront 0.5s forwards;
  animation: moveToFront 0.5s forwards;
}
/* Animation delays */
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(2) .item-wrap {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(3) .item-wrap {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(4) .item-wrap {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(5) .item-wrap {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(6) .item-wrap {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* Reverse delays */
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(5) .item-wrap {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(4) .item-wrap {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(3) .item-wrap {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(2) .item-wrap {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(1) .item-wrap {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* Animations */
@-webkit-keyframes fallDown {
  to {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
}
@keyframes fallDown {
  to {
    opacity: 0;
    transform: translateY(70%);
  }
}
@-webkit-keyframes scaleUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleUpFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slideOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes slideOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fallRotate {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
    -webkit-animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(0%) rotate(20deg);
    -webkit-animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: translateY(0%) rotate(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(150%) rotate(17deg);
    opacity: 0;
  }
}
@keyframes fallRotate {
  0% {
    transform: translateY(0%) rotate(0deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateY(0%) rotate(20deg);
    animation-timing-function: ease-out;
  }
  60% {
    transform: translateY(0%) rotate(15deg);
    opacity: 1;
  }
  100% {
    transform: translateY(150%) rotate(17deg);
    opacity: 0;
  }
}
@-webkit-keyframes scaleRotateOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}
@keyframes scaleRotateOut {
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@-webkit-keyframes scaleRotateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%) translateY(100%) rotate(25deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}
@keyframes scaleRotateIn {
  0% {
    opacity: 0;
    transform: translateX(50%) translateY(100%) rotate(25deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}
@-webkit-keyframes moveLeft {
  50% {
    opacity: 1;
    -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@keyframes moveLeft {
  50% {
    opacity: 1;
    transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@-webkit-keyframes popUp {
  0% {
    -webkit-transform: translateZ(-200px);
  }
  50% {
    z-index: -1;
  }
  51% {
    z-index: 1;
  }
  70% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(50px);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
  }
}
@keyframes popUp {
  0% {
    transform: translateZ(-200px);
  }
  50% {
    z-index: -1;
  }
  51% {
    z-index: 1;
  }
  70% {
    z-index: 1;
    visibility: visible;
    transform: translateZ(50px);
    animation-timing-function: ease-out;
  }
  100% {
    z-index: 1;
    visibility: visible;
    transform: translateZ(0px);
  }
}
@-webkit-keyframes rotateOutLeft {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes rotateOutLeft {
  100% {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotateInRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes rotateInRight {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes hideLeft {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}
@keyframes hideLeft {
  0% {
    transform: translateZ(0px);
  }
  40% {
    transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
  }
  100% {
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes showRight {
  0% {
    -webkit-transform: translateZ(-400px);
  }
  40% {
    z-index: -1;
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
  }
  41% {
    z-index: 1;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
  }
}
@keyframes showRight {
  0% {
    transform: translateZ(-400px);
  }
  40% {
    z-index: -1;
    transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
  }
  41% {
    z-index: 1;
  }
  100% {
    z-index: 1;
    visibility: visible;
    transform: translateZ(0px);
  }
}
@-webkit-keyframes scaleDown {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}
@keyframes scaleDown {
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes flipOut {
  50% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes flipOut {
  50% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  75% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(15deg);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  50% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  75% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(15deg);
    animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
  }
}
@keyframes moveToBack {
  100% {
    transform: translateX(-60%) scale(0.8);
  }
}
@-webkit-keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
  }
}
@-webkit-keyframes moveToFront {
  0% {
    -webkit-transform: translateX(100%) scale(0.8);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
  }
}
@keyframes moveToFront {
  0% {
    transform: translateX(100%) scale(0.8);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}
/* Color var */
#yt_header .logo {
  width: 175px;
  height: 45px;
  background: url('../images//blue/logo.png') no-repeat;
}
#yt_header .logo img {
  display: none;
}
#yt_header .ge-header-top .links li.first a:hover:before {
  background-position: 2px -56px;
}
#yt_header .ge-header-top .links li a.top-link-checkout:hover:before {
  background-position: 1px -22px;
}
#yt_header .ge-header-top .links li.link-wishlist a:hover:before {
  background-position: 2px -39px;
}
#yt_header .ge-header-top .quick-info:hover:before {
  background-position: -5px -85px;
}
.content-bottom-services .wrap-services div.item1 span:before {
  background-position: 0 -192px;
}
.content-bottom-services .wrap-services div.item2 span:before {
  background-position: -37px -237px;
}
.content-bottom-services .wrap-services div.item3 span:before {
  background-position: 0 -286px;
}
.content-bottom-services .wrap-services div.item4 > span:before {
  background-position: -2px -132px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate {
  background-position: -6px -2360px;
}
#yt_footer .block-content > ul li a:hover:before {
  background-position: -42px -1927px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat ul li a:hover:before {
  background-position: -50px -1817px;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat {
  padding-top: 0;
}
.content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat .block-title-style {
  padding: 5px 10px 0;
}
#yt-totop {
  background: url("../images/up-arrow.png") no-repeat scroll center center #00abf0;
}

/* -------------------------------------------- *
   * Menu.css
   * /css/menu.css
   */

/********** < Navigation */

#nav { width: 100%; float: left; height: 50px; }

/* All Levels */ /* Style consistent throughout all nav levels */

#nav li { position:relative; text-align:left;  margin-right: 1px; }
#nav li:hover{ }
#nav li.over { z-index:999999; }
#nav a{ display: block;}
#nav > li.active > a > span:before{
   color: #fff!important;
}
#nav li.last a{
  border-bottom: none;
}

#nav > li > a{ position: relative; color: #fff; height: 50px; }
#nav > li > a:before,
#nav > li.active > a:before,
#nav > li.parent > a:before{
  position: absolute; width: 0;
  height: 3px; background: #3ab54a;
  top: 0; left: 0; content: "";
}
#nav > li.active > a:before,
#nav > li.parent:hover > a:before,
#nav > li > a:hover:before{
  width: 100%;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#nav > li.over > a > span{
  color: #3ab54a;
}
#nav > li.parent.active > a:after,
#nav > li.parent > a:hover:after,
#nav > li.parent.over > a:after{
  position: absolute; width: 10px;
  height: 20px; background: url(../images/mega_i.png) no-repeat -28px -104px;
  bottom: -13px; left: 50%; content: "";
}
#nav > li > a.over,
#nav > li > a.over span:before,
#nav > li > a:hover { }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal;  }
#nav > li.parent > a > span{ padding: 0 15px !important; position: relative; }
/*#nav > li.parent > a > span:before{
  content: "\f107"; font-family: "Fontawesome"; font-size: 16px; color: #bababa;
  position: absolute;
  top: 50%; margin-top: -7px; right: 16px; float: left;
  width: 10px; height: 10px; line-height: 100%;
}*/

#nav ul {
  background: #fff;
}
#nav ul li{
  padding:  0 10px;
}
#nav ul li:hover{}
#nav ul li:hover a{ }
#nav ul li.parent li a { }

/* 0 Level */
#nav > li > a > span{font-size: 100%; line-height: 50px;}

#nav li { float:left; }
#nav > li.active > a { }
#nav a span{ padding: 0 10px; }

#nav > li.nav-home {display: none;}
#nav > li.level0.nav-1 {background: red;}
#nav > li.level0.nav-1 > a > span {color: #fff;}
#nav > li.level0.nav-1.over > a > span {color: #fff !important;}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0;  }
#nav ul li.last { }
#nav ul a{
   border-bottom: 1px solid #ddd;
}
#nav ul a,
#nav ul a:hover { float:none; padding: 0 0 0 15px; background:none; }
#nav ul li a { font-weight:normal !important; }
#yt_header #nav ul li a span{
  font-weight: 300 !important; position: relative; font-size: 100%;
}
#nav ul li.parent a span{
  position: relative;
}
#nav ul li.parent > a > span:before{
  content: "\f105"; font-family: "Fontawesome"; font-size: 14px; color: #818181;
  position: absolute;
  top: 50%; margin-top: -7px; right: 0px; float: left;
  width: 10px; height: 10px; line-height: 100%;

}
#nav ul li.parent > a:hover > span:before{
  color: #3ab54a;
}
#nav ul li > a > span:after{
  content: "";
  position: absolute;
  top: 50%; margin-top: -5px; left: -11px; float: left;
  width: 6px; height: 10px; line-height: 100%;
  background: url(../images/mega_i.png) no-repeat -4px -2250px;
}
#nav ul li > a:hover > span:after{
  background: url(../images/mega_i.png) no-repeat -13px -2250px;
}
/* 2nd Level */
#nav ul,
#nav div {
  position:absolute;
  z-index: 999999;
  min-width:250px;
  top: 48px;
  /*left:-10000px;*/
  opacity: 0;
  filter: alpha( opacity=0 ) ;
  -moz-box-shadow: 1px 1px 2px #888;
  -webkit-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
  -ms-transform: scale(0); /* IE 9 */
  -webkit-transform: scale(0); /* Chrome, Safari, Opera */
  transform: scale(0);
  -webkit-transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -o-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  border-top: 3px solid #3ab54a;
}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:0px; }

#nav ul li a { }
#nav ul li a:hover { }
#nav ul li a,
#nav ul li a:hover { }
#nav ul span,
#nav ul li.last li span { padding:0; line-height: 34px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left:0; z-index:999999;

  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Chrome, Safari, Opera */
  transform: scale(1);

  opacity: 1;
  filter: alpha( opacity=100 ) ;

 }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub,
#nav ul li.parent ul{ left:192px !important; }

/********** Navigation > */

#nav ul li > a:hover > span:after,
.sm_megamenu_menu .sm-megamenu-child .sm_megamenu_title > a:hover > span:before,
.layout-web a:hover:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > .sm_megamenu_dropdown_1column .sm_megamenu_firstcolumn a:hover span:before {
  background-position: -30px -2250px !important;
}
#nav > li > a:before,
#nav > li.active > a:before,
#nav > li.parent > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before {
  background: #00abf0 !important;
}
#nav > li.over > a > span,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_actived,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a .sm_megamenu_title:before {
  color: #00abf0 !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_top_actived:before {
  background: #00abf0 !important;
}
#nav > li.parent.active > a:after,
#nav > li.parent > a:hover:after,
#nav > li.parent.over > a:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent:hover > a.sm_megamenu_top_actived:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent:hover > a:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a.sm_megamenu_top_actived:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a.sm_megamenu_top_actived:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent > a:hover:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent:hover > a:after {
  background-position: -15px -104px !important;
}
#nav ul,
#nav div,
.sm_megamenu_menu .sm-megamenu-child,
.sm_megamenu_drop.parent .sm_megamenu_dropdown_1column {
  border-top: 3px solid #00abf0 !important;
}
.sm-megamenu-child .sm_megamenu_title > span {
  color: #00abf0 !important;
}
#yt_header .ge-header-top .links.account li .dropdown-link:after,
#yt_header .ge-header-top .quick-info li .login-quick:after {
  background-position: -14px -104px !important;
}
.block-about-us .block-wel .w-right-content ul li:before {
  background: url("../images/blue/blue_i_tick.png") no-repeat 0 0;
}
.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators li.active,
.block-about-us .mem .w-middle-content #carousel-member .carousel-indicators li:hover {
  background: url("../images/blue/blue_i_pagination.png") no-repeat center top;
}
.block-about-us .hap #carousel-hap .carousel-control:hover {
  background: url("../images/blue/blue_i_plus_minus.png") no-repeat 0 -43px;
}
.block-about-us .hap #carousel-hap .carousel-control.right:hover {
  background: url("../images/blue/blue_i_plus_minus.png") no-repeat 0 -131px;
}
.block-minicartpro .mini-cartpro .block-content .mini-products-list li.item {
  border-bottom: 1px solid #CCC;
}
.block-minicartpro .mini-cartpro .block-content .mini-products-list li.item.last {
  border-bottom: none;
}
.block-minicartpro .mini-cartpro .block-content .bottom-action .button:hover {
  background: #00abf0;
}
.block-minicartpro .mini-cartpro .block-content .mini-products-list .product-details.left {
  max-width: 64%;
}
.block-minicartpro .mini-cartpro .block-content .product-name,
.block-minicartpro .mini-cartpro .block-content .no-rating {
    font-size: 80%;
}
.block-minicartpro .mini-cartpro .block-content .mini-products-list .product-details {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0;
}
.block-minicartpro .mini-cartpro .block-content .mini-products-list .product-details .s-qty {
  float: none;
}
.block-minicartpro .mini-cartpro .block-content .mini-products-list .product-details .s-qty > span {
  margin-top: 6px;
}
.block-minicartpro .mini-cartpro .block-content .mini-products-list .product-details .s-qty input.qty {
  height: 34px;
}
.block-minicartpro .mini-cartpro .block-content .mini-products-list li.item a.btn-remove {
  top: 5px;
}
.postContent .link-comment:hover {
  color: #00abf0;
}
.menu-recent .comment-blog a:hover {
  color: #00abf0;
}
#yt_header .block-minicartpro .block-content:after {
  background-position: -9px -104px;
}
.mini-cartpro .block-content {
  border-top: 3px solid #00abf0;
  top: 31px;
}
.wrap-price-qty:hover {
  background: #00abf0 !important;
}
#yt_header .block-minicartpro .block-content .mini-products-list li.item a.btn-remove:hover {
  background-position: -24px -2282px;
}
.mini-cartpro .block-content .mini-products-list .product-image:hover {
  border: 1px solid #00abf0;
}
.wrap-contact #contactForm .buttons-set .button:hover {
  background: #00abf0;
}
.product-view .product-shop .product-options-bottom.group-item a.btn-cart,
.product-view .product-shop .add-to-box.group-item a.btn-cart,
.products-list .item .group-item a.btn-cart {
  background-color: #019edd;
}
.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart {
  background-color: #019edd !important;
}
#confirmbox .btn-cart:hover {
  background: #00abf0 !important;
}
.sm_imageslider .owl-item{
  float: left;
}
.sm_imageslider{
  display: inline-block;
}

/* -------------------------------------------- *
   * Shop by Brand
   * /default/css/shopbybrand/default.css
   */

/*
    Document   : default.css
    Description:
        Purpose of the stylesheet follows.
*/
.shopbybrand_sidebar .brand-content ul{
    padding:0 10px;
    margin: 0;
}
/* add by Peter */
.shopbybrand_sidebar .brand-content ul li{
    list-style: none;
}
.shopbybrand_sidebar .brand-content ul li a{
    text-decoration: none;
    margin-left: 5px;
   /* float: left;*/
}
.shopbybrand_sidebar .brand-content .brands-item{
    margin-bottom: 0;
    border-bottom: 1px dashed #F0EFEF;
    padding: 10px 0;
}
/*.shopbybrand_sidebar .brand-content .brands-item:hover{
    background: #ECECEC;
}*/
.brands-item{
    margin-bottom: 30px;
    width: 100%;
    clear: left;
    height: 52px;
    display: inline-table;
}
.bestsllerbrand-allview {
    clear: left;
    padding: 10px 5px 10px 10px;
    display: block;
}
.shopbybrand_sidebar .brand-content .brands-item .brand-name{
   /* float: left;*/
    padding-top: 1em;
    text-align: left;
}
.shopbybrand_sidebar .brand-content .brands-item .brand-name:hover{
    text-decoration: underline;
}
li.brands-item img {
    float: left;
    width: 100%;
    max-width: 75px;
    margin-right: 10%;
    border: 1px solid #ECEAEA;
}
/* end add by Peter */
.shopbybrand_sidebar .actions a{float:right;}
.shopbybrand .brand-input-search .validation-advice{top:50px;}
.shopbybrand .brand-input-search form{position:relative;}
.brand-right button.button{height:auto  !important;}
/* */
.shopbybrand_sidebar {
    clear: both;
    border: 1px solid #ccc;
}
.shopbybrand_sidebar .brand-content {
    padding: 0;
    margin-top: 0;
    background: #fff
}
.searchbrand {z-index:999}
.shopbybrand_sidebar .shopbybrand-title h1 {
    margin-bottom: 0;
}
.shopbybrand_sidebar .actions{
    padding: 0 10px 10px;
    margin: 0;
}
/**/
/**Best Seller Brand**/
.bestsllerbrand {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    background: #fff;
}
.bestsllerbrand .mini-products-list{
    padding-bottom: 10px;
/*    float: left;*/
    padding: 0 10px;
}
.bestsllerbrand .shopbybrand-title h1{
    font-size: 14px;
}
.brand-bestseller-content {
    float: left;
    height: auto;
    width: 100%;
    display: block;
}
.bestsllerbrand .shopbybrand-title h1 {
    background: url("../images/shopbybrand/image-icon.png") no-repeat -3px -543px;
    background-color:  #ffa500;
}
.brand-bestseller-content li.item {
    display: inline-table;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0;
}
.brand-bestseller-content li.item.last{
    border-bottom: none;
}
.brand-bestseller-content li.item .product-name a{
    text-decoration: none;
    color: #3399cc;
    text-transform: none;
}
.brand-bestseller-content li.item .product-name a:hover{
    text-decoration: underline;
}
.brand-bestseller-content li.item.last{
   /* border-bottom: none;*/
}
.brand-bestseller-content li.item p.product-name{
    padding-top: 0px;
}
.brand-category-content ul lo {
    padding-right: 0px;
    padding-left: 0px;
}

/* custom */

.shopbybrand_sidebar .brand-content .brands-item .brand-name:hover {
  text-decoration: none;
}

/* -------------------------------------------- *
   * Shop by Brand
   * /default/css/shopbybrand/templates/default/shopbybrand-bootstrap.css
   */

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23-12-2014, 09:10:30
    Author     : Sally
*/

.shopbybrand-title h1{
    color:#fff;
    font-size: 16px;
    background-color:  #ffa500;
    background: url("../images/shopbybrand/image-icon.png") no-repeat -3px -594px;
    font-weight: 700;
    padding: 7px 0px 7px 50px;
    text-transform: capitalize;
    font-family: inherit;
    margin-top: 0;
}

#filterbar #brand_search_box input[type=text]{
    width: 100%;
    height: 38px;
    background-image: url("../images/shopbybrand/image-icon.png") ;
    background-repeat: no-repeat ;
    background-position: 0px -197px;
    padding-left: 40px;
    box-sizing: border-box;
    max-width: 370px;
    float: right;
    margin-top: 2px;
    font-size: 13px;

}
.sidebar #brand_search_box input[type=text]{
     width: 100%;
    height: 38px;
    background-image: url("../images/shopbybrand/image-icon.png") ;
    background-repeat: no-repeat ;
    background-position: 0px -57px;
    padding-left: 40px;
    box-sizing: border-box;
    max-width: 370px;
    float: right;
    margin-top: 2px;
    font-size: 13px;
}

/*#brand_search_box input[type=text]:focus{
    background: url("../images/shopbybrand/image-icon.png") no-repeat 0px -199px;
    padding-left:40px;
}*/

.shopbybrand-index-index a:focus{
    outline: none;
}
.shopbybrand-index-index :focus{
    outline: none;
}
.shopbybrand-list .brands .brandslist .brand-begin-label strong{
    float: left;
    width: 37px;
    height: 37px;
    background: #f7f7f7;
    margin-bottom: 5px;
    line-height: 36px;
    text-align: center;
    background: #3399cc;
    color: #fff;
}
.brandscategories strong{
    float: left;
    padding-top: 10px;
}
.shopbybrand-index-index .col .list_1{
    text-align: center;
    float: left;
/*    height: 230px;*/
/*    border: 1px solid #ececec;
    background: #f7f7f7;*/
    margin: 1.89%;
}
.footer .block-subscribe .input-box{
    border:1px solid #ccc;
}

.shopbybrand-list .brand-child li.child-cat a{
    padding-left: 10%;
}


/* -------------------------------------------- *
   * Footer credits
   */
.footer-bottom .poweredby {
  position: relative;
  border: none;
  margin-right: 45px;
}

.footer-bottom .tooltip {
  position: absolute;
  right: -4px;
  top: -75px;
  z-index: 3;
  display: none;
  background: rgb(96,181,232); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(96,181,232,1) 0%, rgba(131,195,232,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,181,232,1)), color-stop(100%,rgba(131,195,232,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(96,181,232,1) 0%,rgba(131,195,232,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(96,181,232,1) 0%,rgba(131,195,232,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(96,181,232,1) 0%,rgba(131,195,232,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(96,181,232,1) 0%,rgba(131,195,232,1) 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60b5e8', endColorstr='#83c3e8',GradientType=0 ); /* IE6-9 */
  border: 1px solid #2D94D1;
  text-align: left;
  padding: 5px;
  border-radius: 3px;
  font-size: 100%;
  width: 160px;
  height: 65px;
  color: #fff;
  opacity: 1;
}

.footer-bottom .tooltip span {
  padding: 4px 5px 1px 34px;
  display: block;
  float: left;
  clear: both;
}

.footer-bottom .tooltip .cms {
  background: url("../images/creditstip/cog.png") center left no-repeat;
}

.footer-bottom .tooltip .company {
  background: url("../images/creditstip/tools.png") center left no-repeat;
}

.footer-bottom .tooltip a:link, .tooltip a:visited {
  color: #046DA3;
  text-decoration: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-bottom .tooltip a:hover {
  text-decoration: underline;
  color: #046DA3;
}

.footer-bottom .tooltip .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #83C3E8;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

/**** RESPONSIVE STYLES
 **** yt-responsive.css
****/
/*
@media (max-width: 321px)
@media (max-width: 361px)
@media (max-width: 481px)
@media (max-width: 641px)
@media (max-width: 979px)
@media (min-width: 768px) and (max-width: 979px)
@media (min-width: 980px) and (max-width: 1024px)
@media (min-width: 1136px)

@media (min-width: 1200px)
@media (min-width: 992px) and (max-width: 1199px)
@media (min-width: 768px) and (max-width: 991px)
@media (max-width: 767px)
*/
@media (min-width: 1200px) {
  .yt_ressidebar_screennav {
    display: none;
  }
  .layout-boxed #yt_wrapper {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
  }
  .layout-boxed #yt_wrapper .content-bottom-slider .sm_imageslider .owl-controls .owl-prev:after,
  .layout-boxed #yt_wrapper .content-bottom-slider .sm_imageslider .owl-controls .owl-next:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .layout-boxed .products-grid.m-lr {
    margin: 0 -8px !important;
  }
  .layout-boxed {
    /*background: url('../images/mega_bkg_boxed.jpg') no-repeat center 0;
      background-color: #f1f1f1 !important;   */
  }
  .layout-boxed .content-bottom-8 .m-lr .flow-us {
    margin-left: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .link-right {
    margin-right: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .wrap-address {
    right: 15px;
  }
  .layout-boxed .footer-bottom .m-lr {
    margin: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-boxed {
    /*background: url('../images/mega_bkg_boxed.jpg') no-repeat center 0;
      background-color: #f1f1f1 !important;   */
  }
  .layout-boxed .content-bottom-8 .m-lr .flow-us {
    margin-left: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .link-right {
    margin-right: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .wrap-address {
    right: 15px;
  }
  .layout-boxed .footer-bottom .m-lr {
    margin: 0 !important;
  }
  .layout-boxed .content-bottom-slider .sm_imageslider .owl-controls .owl-prev:after,
  .layout-boxed .content-bottom-slider .sm_imageslider .owl-controls .owl-next:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .layout-boxed #yt_wrapper {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
  }
  .layout-boxed .products-grid.m-lr {
    margin: 0 -8px !important;
  }
  .block-about-us .mem .w-middle-content .list-member .m-item {
    padding: 0 2%;
  }
  .product-view .product-shop {
    width: 52.65%;
  }
  .product-view .product-img-box {
    margin-right: 4.476%;
  }
  .product-view .product-img-box .more-views {
    padding: 0 12px !important;
  }
  .product-view .product-img-box .more-views .prev {
    right: -17px;
  }
  .product-view .product-img-box .more-views .next {
    left: -16px;
  }
  .cart .cart-collaterals #crosssell-products-list .product-details .price-box {
    min-width: 136px;
  }
  body .style-dn-parent .sm_megamenu_dropdown_4columns,
  body .cus_tmp1-parent .sm_megamenu_dropdown_4columns {
    left: 2.85% !important;
    margin-left: 0px !important;
  }
  body .cus_tmp1-parent .cus_tmp1 > .sm_megamenu_firstcolumn.sm_megamenu_col_2 {
    margin-left: 28px !important;
  }
  body .sm_megamenu_menu .sm-megamenu-child .cus-cs {
    padding-left: 12px !important;
  }
  body .sm_megamenu_menu .sm-megamenu-child .cus_temps {
    padding-left: 0 !important;
  }
  #cpanel_btn {
    display: none;
  }
  .content-bottom-1 .wrap-banner-home ul li {
    margin-right: 24px;
  }
  .wrap-content img {
    width: 100%;
  }
  .content-bottom-6 #page-wrap .box-wrapper .item {
    width: 50%;
  }
  .products-grid .item .item-wrap .item-image .group-item {
    margin-left: -55px;
  }
  body a.sm_quickview_handler {
    display: none !important;
  }
  #yt_left .product-image {
    width: 100px;
  }
  #yt_left .product-image img {
    width: 100% !important;
  }
  #yt_left .wrap-price .price_filter .price-to {
    margin-left: 0 !important;
  }
  #yt_left .wrap-price #price-filter-max-text,
  #yt_left .wrap-price #price-filter-min-text {
    width: 97px !important;
  }
  #yt_left .wrap-price #price-filter-max-text {
    margin-right: 0 !important;
  }
  #yt_left .block-basic .product-wrap .item .price-box .old-price {
    margin-right: 4px !important;
  }
  #yt_left .block-basic .product-content {
    max-width: 117px;
  }
  .price-box .price-to {
    margin-left: 5px !important;
  }
  .content-bottom-8 .m-lr .flow-us .socials-wrap h2 {
    margin-right: 0 !important;
  }
  body .sm_megamenu_menu > li > a > .sm_megamenu_icon > .sm_megamenu_title {
    padding: 0 10px 0 12px;
  }
  .product-view .product-img-box .yt-detail-image a img {
    width: 100%;
  }
  .product-view .product-img-box .more-views {
    padding: 0 39px !important;
  }
  .product-view .product-shop #product-options-wrapper .selector span:before {
    right: 30px !important;
  }
  .product-view .product-img-box .more-views .prev {
    right: 0;
  }
  .product-view .product-img-box .more-views .next {
    left: 0;
  }
  .product-view .product-img-box .more-views .next:before,
  .product-view .product-img-box .more-views .prev:before {
    top: -1px;
  }
  .products-grid > .item {
    min-height: 309px;
  }
  #yt_tab_products ul.yt-tab-navi li a {
    padding: 16px 26px !important;
    font-size: 116.66%;
  }
  .cms-home-02 .content-bottom-slider .col-sm-3 {
    display: none !important;
  }
  .cms-home-02 .content-bottom-slider .col-sm-9 {
    width: 100% !important;
  }
  .cms-home-02 .content-bottom-1,
  .cms-home-02 .banner-home-bottom,
  .cms-home-02 .banner-left {
    width: 100%;
  }
  .cms-home-02 .banner-home-bottom .wrap-banner-home ul li,
  .cms-home-02 .content-bottom-1 .wrap-banner-home ul li {
    width: 48% !important;
  }
  .cms-home-02 .content-bottom-7 .block-news-letter {
    background: url('../images/bg-newlleter-01.png') no-repeat 0 0 !important;
  }
  .cms-home-01 .content-bottom-slider .col-sm-3 {
    display: none !important;
  }
  .cms-home-01 .content-bottom-slider .col-sm-9 {
    width: 100% !important;
  }
  .cms-home-01 .content-bottom-7 .page-title-categoryslider {
    margin: 0 0 30px !important;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .control-button li {
    top: -63px !important;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: 100%;
  }
  .header2 .header-menu-2 {
    height: 56px;
  }
  .header2 .header {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .header2 .header .logo {
    float: none;
    display: inline-block;
    float: none !important;
  }
  .header2 .header .content-bottom-services {
    float: none !important;
    display: inline-block;
    margin: 11px 9px  0 !important;
  }
  .header2 .header .content-bottom-services .wrap-services {
    margin-left: -12px !important;
  }
  .header3 .wrap-services .item2 a {
    padding-left: 35px !important;
  }
  .header3 .wrap-services .item2 a span:before {
    left: -35px !important;
  }
  .cms-home .sm-categoryslider .item-cat-image {
    width: 21%;
  }
  .cms-home .sm-categoryslider .item-cat-image .cat-image {
    padding: 0;
  }
  .cms-home .sm-categoryslider .item-cat-image .cat-image img {
    width: 100%;
  }
  .header1 .content-bottom-services .wrap-services div.item4 > .wrap:before {
    left: 10px;
  }
}
@media (min-width: 980px) and (max-width: 991px) {
  .sm-megamenu-child {
    border: 1px solid #e2e2e2;
    border-top: none;
  }
  .content-bottom-services .wrap-services div > span {
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-home .sm-categoryslider .item-cat-image {
    width: 27%;
  }
  .cms-home .sm-categoryslider .item-cat-image .cat-image {
    padding: 0;
  }
  .header1 .content-bottom-services .wrap-services div.item4 > .wrap {
    padding-left: 15px;
  }
  .header1 .content-bottom-services .wrap-services div.item4 > .wrap .phone {
    float: right;
  }
  .header1 .content-bottom-services .wrap-services div.item4 > .wrap:before {
    left: -4px;
  }
  /*.header2 #yt_header .header {
    .content-bottom-services { float: none;
      .wrap-services { float: none;
        div{ margin: 0 0 0 160px !important;
          &.item2{ margin-left: 139px !important;}

        }
      }
    }
  }*/
  .cms-home-01 .content-bottom-slider .col-sm-3 {
    display: none !important;
  }
  .cms-home-01 .content-bottom-slider .col-sm-9 {
    width: 100% !important;
  }
  .cms-home-01 .content-bottom-7 .page-title-categoryslider {
    margin: 0 0 30px !important;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .control-button li {
    top: -63px !important;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: 100%;
  }
  .cms-home-02 .content-bottom-slider .col-sm-3 {
    display: none !important;
  }
  .cms-home-02 .content-bottom-slider .col-sm-9 {
    width: 100% !important;
  }
  .cms-home-02 .content-bottom-7 .page-title-categoryslider {
    margin: 0 0 30px !important;
  }
  .cms-home-02 .content-bottom-7 .sm-categoryslider .control-button li {
    top: -63px !important;
  }
  .cms-home-02 .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: 100%;
  }
  .cms-home-02 .banner-home-bottom .wrap-banner-home ul li,
  .cms-home-02 .content-bottom-1 .wrap-banner-home ul li {
    width: 48% !important;
  }
  .wrap-contact .block-contact {
    width: 100%;
  }
  .wrap-contact .buttons-set .button {
    margin-left: 78px;
  }
  .wrap-contact .img-style {
    display: none;
  }
  .content-bottom-8 .m-lr .flow-us .socials-wrap h2 {
    margin-right: 0 !important;
  }
  #yt_wrapper {
    position: relative;
  }
  #yt-responsivemenu {
    float: left;
    /*margin-top: 15px;*/
  }
  #yt-responsivemenu .btn-navbar {
    background: #00abf0;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
  }
  .content-bottom-1 .wrap-banner-home ul li {
    margin-right: 19px;
  }
  .content-bottom-7 .sm-categoryslider .preset02-2 .categoryslider {
    width: 70% !important;
  }
  .content-bottom-2 .deal-list-item .item .inner-item {
    width: 50%;
  }
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 25%;
  }
  #yt_footer .block {
    padding: 29px 25px;
  }
  .footer-bottom .m-lr,
  .content-bottom-8 .m-lr {
    margin: 0 !important;
  }
  .content-bottom-8 .m-lr .link-right {
    width: 68%;
  }
  .content-bottom-8 .m-lr .flow-us {
    width: 36%;
  }
  .content-bottom-8 .m-lr .link-right ul li a {
    padding: 0 10px;
  }
  .content-bottom-8 .m-lr .flow-us .socials-wrap ul li a {
    margin-left: 4px;
  }
  .content-bottom-2 .deal-list-item .item .inner-item {
    margin-bottom: 10px !important;
  }
  .content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper {
    width: 50%;
    margin-bottom: 10px;
  }
  .content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper img {
    width: 100%;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat {
    display: none;
  }
  .content-bottom-6 #page-wrap .box-wrapper .item {
    width: 50%;
  }
  #yt-responsivemenu,
  .yt_ressidebar_screennav {
    display: block;
  }
  .sm_megamenu_wrapper_horizontal_menu {
    display: none;
  }
  .layout-boxed {
    background: url('../images/mega_bkg_boxed.jpg') no-repeat center 0;
    background-color: #f1f1f1 !important;
  }
  .layout-boxed .content-bottom-8 .m-lr .flow-us {
    margin-left: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .link-right {
    margin-right: 0;
  }
  .layout-boxed .content-bottom-8 .m-lr .wrap-address {
    right: 15px;
  }
  .layout-boxed .footer-bottom .m-lr {
    margin: 0 !important;
  }
  .layout-boxed #yt_wrapper {
    width: 780px;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
  }
  .layout-boxed .products-grid.m-lr {
    margin: 0 -8px !important;
  }
  .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;
  }
  .yt-menu-container {
    display: none;
  }
  .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;
  }
  .product-view .product-img-box .more-views {
    padding: 0 20px;
  }
  .product-view .product-img-box .more-views .prev {
    right: -9px;
  }
  .product-view .product-img-box .more-views .next {
    left: -8px;
  }
  .block-about-us .block-wel .w-right {
    float: left;
    margin-top: 35px;
  }
  .block-about-us .mem {
    margin-top: 50px;
  }
  .block-about-us .mem .w-middle-content .list-member .m-item {
    width: 50%;
    margin: 0 0 20px;
  }
  .block-about-us .hap {
    margin-top: 38px;
    padding: 0 15px;
  }
  #yt_left .wrap-price .price_filter .price-to {
    margin-left: 0 !important;
  }
  #yt_left .wrap-price #price-filter-max-text,
  #yt_left .wrap-price #price-filter-min-text {
    width: 101px !important;
  }
  #yt_left .wrap-price #price-filter-max-text {
    margin-right: 0 !important;
  }
  #yt_left .block-basic .product-wrap .item .product-image {
    margin-right: 6px !important;
  }
  #yt_left .block-basic .product-wrap .item .price-box .old-price {
    margin-right: 4px !important;
  }
  #yt_left .block-basic .product-content {
    max-width: 117px;
  }
  .products-grid .group-item {
    margin-left: -56px !important;
  }
  #products-list .product-shop {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .toolbar .pager {
    float: left;
    margin-top: 15px;
    text-align: left;
    width: auto;
  }
  .toolbar select {
    padding-left: 10px !important;
    float: left;
    margin-top: -2px;
  }
  #cpanel_btn {
    display: none;
  }
  .sm_quickview_handler {
    display: none;
  }
  #yt-responsivemenu .btn.btn-navbar,
  .menu-selectbox {
    margin-left: 0!important;
  }
  #yt_wrapper {
    left: 0;
  }
  .block-tags .actions {
    margin-bottom: 15px;
  }
  .products-grid > .item {
    min-height: 319px;
  }
  .product-view .product-img-box .yt-detail-image a img {
    width: 100%;
  }
  .product-view .product-img-box .more-views {
    padding: 0 2px;
  }
  .product-view .product-img-box {
    width: 42%;
  }
  .product-view .product-shop {
    width: 55.336%;
  }
  #yt_tab_products ul.yt-tab-navi li a:before {
    top: 11px;
  }
  #yt_tab_products ul.yt-tab-navi li a {
    padding: 16px 8px;
    font-size: 116.66%;
  }
  /*#catalog-listing{ */
  .toolbar .pager {
    float: right;
    margin-top: 0;
  }
  .toolbar .pager .item-pp {
    display: none;
  }
  .toolbar .pager .limiter {
    margin-right: 10px;
  }
  /*}*/
  .product-view .product-img-box .more-views .next:before,
  .product-view .product-img-box .more-views .prev:before {
    top: -1px;
  }
  .product-view .wrap-upsell_pro #upsell_pro .slider .vpo-wrap .vp {
    margin-left: 4px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div {
    margin: 0 0 0 104px;
  }
  .header2 #yt_header .content-bottom-services .wrap-services div {
    margin: 0 0 0 104px !important;
  }
  .header2 #yt_header .content-bottom-services .wrap-services div.item4 {
    display: none;
  }
  .header2 #yt_header .header {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .header2 #yt_header .header .quick-access {
    bottom: 17px !important;
  }
  .header2 #yt_header .logo {
    float: none;
    display: inline-block;
  }
  .header2 #yt_header .header .content-bottom-services {
    float: none;
    display: inline-block;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services {
    margin-left: -40px !important;
  }
  .header2 .header-menu-2 .header-container {
    height: 0;
  }
  .header3 .header-menu-3 {
    display: none;
  }
  .header3 .header-menu-3 .menu-top {
    display: none;
  }
  .header3 #yt_header > .container .menu-top {
    display: block;
  }
  .header3 #yt_header .header .menu-top {
    margin-left: 0;
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header3 #yt_header .store-phone .pre,
  .header3 #yt_header .store-phone .number {
    font-size: 116.66%;
  }
  .header3 #yt_header .store-phone .pre {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header3 #yt_header .store-phone .pre,
  .header3 #yt_header .store-phone .number {
    font-size: 156.66%;
  }
  .content-bottom-services .wrap-services div a span {
    font-size: 90% !important;
  }
}
@media (max-width: 767px) {
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item4 > .wrap {
    margin-left: 0;
  }
  .header3 #yt_header .store-phone .pre,
  .header3 #yt_header .store-phone .number {
    font-size: 96.66%;
  }
  .content-bottom-services .wrap-services div.item4 > .wrap:before {
    left: -27px;
  }
  .header3 .content-bottom-services .wrap-services div.item3 a span:before {
    top: 7px;
  }
  .header3 .content-bottom-services .wrap-services div.item1 a span:before {
    top: 10px;
  }
  .header3 .header-menu-3 {
    display: none;
  }
  .header3 .header .menu-top {
    display: block !important;
  }
  .header3 .header .mobile-header-banner {
    display: block !important;
  }
  .header3 .header .mobile-header-banner img {
    max-width: 100%;
  }
  .header3 .wrap-services {
    padding: 0 15px !important;
  }
  .header3 .wrap-services > div {
    width: 100% !important;
    margin-left: 0!important;
    margin-bottom: 10px !important;
  }
  .header3 .wrap-services > div.item2 a {
    padding-left: 56px !important;
  }
  .header3 .block-minicartpro {
    position: static;
  }
  .header3 .block-minicartpro .title-block {
    padding: 1px 8px 3px 32px !important;
  }
  .header3 .block-minicartpro .title-block:before {
    background: url('../images/mega_i.png') no-repeat -28px -116px !important;
  }
  .header3 .quick-access {
    top: 0 !important;
    background: #fff;
  }
  .header3 .quick-access #search_m {
    margin-bottom: 0;
  }
  .yt-menu-container {
    display: none;
  }
  .product-view .product-img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-view .product-img-box .yt-detail-image a img {
    width: 100%;
  }
  .product-view .product-shop {
    width: 100%;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider-content .item-sub-cat {
    margin-top: 15px;
  }
  #blog-list .item .product-image {
    margin-bottom: 20px;
    width: 100%;
  }
  #blog-list .item .product-image img {
    width: 100%;
  }
  .inner-post-wrapper .toolbar,
  .category-blog .toolbar {
    padding-left: 10px;
  }
  .block.block-compare,
  .block-basic {
    margin-bottom: 30px;
  }
  .mini-cartpro .block-content {
    -moz-box-shadow: -1px 2px 6px #888888;
    -webkit-box-shadow: -1px 2px 6px #888888;
    box-shadow: -1px 2px 6px #888888;
  }
  .content-bottom-2 .deal-list-item .item .inner-item .item-image a img,
  .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: 100% !important;
  }
  #yt-responsivemenu {
    float: left;
    margin-top: 15px;
  }
  #yt-responsivemenu .btn-navbar {
    background: #d8d8d8;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
  }
  .wra-bread {
    padding: 0 15px;
  }
  #yt_main .category-image-banner {
    float: left;
    margin-top: 30px;
  }
  .content-bottom-services .wrap-services div {
    width: 100% !important;
    text-align: left !important;
  }
  .content-bottom-services .wrap-services div.item1 {
    margin-left: 0;
  }
  .content-bottom-services .wrap-services div.item1 span:before {
    top: 9px;
  }
  .content-bottom-services .wrap-services div.item2 {
    margin-left: 56px;
  }
  .content-bottom-services .wrap-services div.item2 span:before {
    top: 6px;
  }
  .content-bottom-services .wrap-services div.item3 {
    margin-left: 46px;
  }
  .content-bottom-services .wrap-services div.item3 span:before {
    top: 4px;
  }
  .content-bottom-services .wrap-services div.item4 {
    margin-left: 48px;
  }
  .content-bottom-services .wrap-services div.item4 span:before {
    top: 7px;
  }
  .content-bottom-services .wrap-services div span {
    line-height: 40px !important;
    text-transform: capitalize !important;
  }
  .yt_ressidebar_screennav {
    display: block;
  }
  .hidden-m {
    display: none;
  }
  .cart-collaterals {
    padding: 0 15px;
  }
  .cart-collaterals .col2-set,
  .cart-collaterals .totals {
    width: 100%;
  }
  #yt_wrapper {
    left: 0;
  }
  #yt_left {
    padding-left: 15px;
  }
  #yt_main {
    clear: both;
    padding-right: 15px;
  }
  .main-l {
    clear: both;
  }
  #yt-responsivemenu {
    display: block;
    float: left;
  }
  .sm_megamenu_wrapper_horizontal_menu,
  #cpanel_wrapper {
    display: none;
  }
  .header-container {
    padding: 0 15px;
  }
  .m-lr {
    margin: 0 !important;
  }
  #yt_footer .footer-bottom address {
    text-align: center;
  }
  #yt_footer .footer-bottom .f-right {
    text-align: center;
  }
  #yt_footer .footer-bottom .payment {
    float: none;
    display: inline-block;
    margin: 10px 0 !important;
  }
  .sm_quickview_handler {
    display: none;
  }
  .block-about-us .mem .w-middle-content .list-member .m-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .block-about-us .block-wel .w-right {
    margin: 25px 0 15px 0;
    float: left;
  }
  .block-about-us .hap {
    padding: 0 15px;
    margin-top: 38px;
  }
  .col1-layout .col-main > .page-title {
    padding: 0 15px;
  }
  .wrap-contact .info {
    margin-top: 20px;
  }
  .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%;
  }
  #yt_wrapper {
    position: relative;
  }
  #products-list .product-shop .desc {
    max-height: 52px;
    overflow: hidden;
    float: left;
  }
  .products-grid .item {
    float: left;
    padding: 0;
  }
  .products-grid .item .new-item {
    right: -1px !important;
  }
  .products-grid .item .sale-item {
    left: -1px !important;
  }
  .products-grid .item .group-item {
    margin-left: -56px !important;
  }
  .content-bottom-8 .m-lr .wrap-address {
    display: none;
  }
  .content-bottom-8 .m-lr .flow-us,
  .content-bottom-8 .m-lr .link-right {
    width: 100%! important;
    margin: 0 !important;
  }
  .content-bottom-8 .m-lr .link-right ul {
    float: left;
  }
  .content-bottom-8 .m-lr .link-right ul li:first-child a {
    padding-left: 0!important;
  }
  .price_filter .price-to {
    margin-left: 17px !important;
  }
  .content-bottom-8 .m-lr .flow-us .socials-wrap h2 {
    margin-right: 0 !important;
  }
  .wrap-contact {
    padding: 0 15px;
  }
  .wrap-contact .block-contact {
    width: 100%;
  }
  .wrap-contact .col-xs-12 {
    padding: 0;
    float: left;
  }
  .wrap-contact input,
  .wrap-contact textarea {
    width: 100% !important;
  }
  .wrap-contact .buttons-set .button {
    margin-left: 0 !important;
  }
  .wrap-contact .contact-col-right {
    margin-top: 20px;
  }
  .wrap-contact .img-style {
    margin-top: 0;
  }
  /*}
@media (min-width: 481px) and (max-width: 640px){*/
  .ge-header-top .group-cur-lang {
    display: inline;
    padding: 0;
  }
  .ge-header-top .group-cur-lang .block {
    margin-top: 5px;
  }
  .ge-header-top .group-cur-lang .block.block-language {
    margin-left: 15px;
  }
  .ge-header-top .toplinks {
    display: inline;
    padding: 0;
  }
  .ge-header-top .toplinks .block-minicartpro {
    margin-right: 15px;
  }
  /*}
@media (max-width: 480px) {*/
  #billing-buttons-container {
    padding-right: 15px;
  }
  .block-about-us .block-wel .w-left-content img {
    width: 100%;
  }
  .mini-cartpro .block-content .mini-products-list .product-details.left {
    max-width: 105px;
  }
  #yt_header .block-minicartpro .block-content:after {
    width: 14px;
  }
  .block-account {
    margin-top: -20px;
  }
  .block-minicartpro {
    margin-top: 0;
    padding-top: 4px;
  }
  .mini-cartpro .block-content {
    width: 315px;
    right: -12px;
  }
  .checkout-onepage-index .page-title {
    margin-top: -15px;
  }
  .group-cur-lang {
    padding-bottom: 5px;
    padding-top: 0;
  }
  .wrap-contact {
    padding: 0 15px;
  }
  .wrap-contact .block-contact {
    width: 100%;
  }
  .wrap-contact .col-xs-12 {
    padding: 0;
    float: left;
  }
  .wrap-contact input,
  .wrap-contact textarea {
    width: 100% !important;
  }
  .wrap-contact .buttons-set .button {
    margin-left: 0 !important;
  }
  .wrap-contact .contact-col-right {
    margin-top: 20px;
  }
  .wrap-contact .img-style {
    margin-top: 0;
  }
  .yt-responsivemenu {
    margin-top: 0 !important;
  }
  #yt_footer .block {
    padding: 15px 34px !important;
  }
  #yt_footer .block-content .block-subscribe .actions button {
    margin: 10px 0 0 0;
  }
  #yt_header .logo {
    float: none;
    display: inline-block;
  }
  #yt_main .category-image-banner {
    float: left;
    margin-top: 30px;
  }
  .wra-bread {
    padding: 0 15px;
  }
  .block.block-layered-nav dl#narrow-by-list .wrap-price .price_filter .price-to {
    margin-left: 17px !important;
  }
  .toolbar .pager .pages {
    float: left !important;
  }
  .toolbar .pager .limiter {
    float: left !important;
    /*margin-top: 10px !important;
        clear: both;*/
    margin-left: 10px;
  }
  .toolbar .pager .item-pp {
    margin-top: 10px !important;
    display: none;
  }
  #products-list .item .item-wrap {
    width: 100%;
    margin-right: 0 !important;
  }
  #products-list .item .item-wrap .item-image {
    width: 100%;
  }
  #products-list .item .item-wrap .item-image img {
    width: 100%;
  }
  #products-list .item .product-shop {
    float: left;
    margin-top: 15px;
  }
  .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;
  }
  .group-cur-lang > .block {
    margin-top: 5px !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;
    border-right: 1px solid #ccc;
  }
  .cart #shopping-cart-table thead tr th {
    padding: 10px 14px;
    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;
  }
  .block-about-us .mem .w-middle-content .list-member .m-item {
    width: 100%;
  }
  .block-about-us .block-wel .w-right {
    margin: 25px 0 15px 0;
    float: left;
  }
  .block-about-us .hap {
    padding: 0 15px;
  }
  #yt_header .ge-header-top .quick-info,
  #yt_header .ge-header-top .links {
    display: none;
  }
  #yt_header .header-container .header {
    padding-bottom: 58px;
    padding-top: 5px;
    text-align: center;
    position: relative;
  }
  #yt_header .header-container .quick-access {
    display: none;
  }
  #yt_header .menu-top {
    background: #eee;
    position: relative;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8 !important;
    margin-left: 0 !important;
    margin-top: 8px;
  }
  #yt_header .menu-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 52px;
    left: -100%;
    top: -1px;
    background: #eee;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  #yt_header .menu-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 52px;
    right: -100%;
    top: -1px;
    background: #eee;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  #yt_header .menu-top .btn-navbar {
    margin: 0 !important;
    color: #4d4d4d !important;
    background: none !important;
  }
  #yt_header .menu-top .toplinks-mobile,
  #yt_header .menu-top .search-mobile {
    display: block !important;
    border-left: 1px solid #d8d8d8;
    float: right;
    height: 50px;
    text-indent: -99999em;
    width: 53px;
    position: relative;
  }
  #yt_header .menu-top .toplinks-mobile .btn-collapse-1,
  #yt_header .menu-top .search-mobile .btn-collapse-1,
  #yt_header .menu-top .toplinks-mobile .btn-collapse-2,
  #yt_header .menu-top .search-mobile .btn-collapse-2 {
    height: 100%;
    position: relative;
    cursor: pointer;
    text-align: left;
  }
  #yt_header .menu-top .toplinks-mobile .btn-collapse-1:before,
  #yt_header .menu-top .search-mobile .btn-collapse-1:before,
  #yt_header .menu-top .toplinks-mobile .btn-collapse-2:before,
  #yt_header .menu-top .search-mobile .btn-collapse-2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 13px;
    left: 12px;
    text-indent: 0;
  }
  #yt_header .menu-top .toplinks-mobile #btn-collapse-1,
  #yt_header .menu-top .search-mobile #btn-collapse-1,
  #yt_header .menu-top .toplinks-mobile #btn-collapse-2,
  #yt_header .menu-top .search-mobile #btn-collapse-2 {
    height: auto;
    min-width: 150px;
    padding: 0 15px;
    position: absolute;
    text-indent: 0;
    top: 50px;
    z-index: 99999999;
  }
  #yt_header .menu-top .toplinks-mobile #btn-collapse-1 li,
  #yt_header .menu-top .search-mobile #btn-collapse-1 li,
  #yt_header .menu-top .toplinks-mobile #btn-collapse-2 li,
  #yt_header .menu-top .search-mobile #btn-collapse-2 li {
    display: block;
    line-height: 25px;
  }
  #yt_header .menu-top .toplinks-mobile .btn-collapse-2:before,
  #yt_header .menu-top .search-mobile .btn-collapse-2:before {
    background: url('../images/mega_i.png') no-repeat -38px -2469px;
  }
  #yt_header .menu-top .toplinks-mobile .btn-collapse-1:before,
  #yt_header .menu-top .search-mobile .btn-collapse-1:before {
    background: url('../images/mega_i.png') no-repeat -2px -2471px;
  }
  #yt_header .menu-top .toplinks-mobile #btn-collapse-1,
  #yt_header .menu-top .search-mobile #btn-collapse-1 {
    right: -53px;
    text-align: left;
    background: #fff;
    border: 1px solid #d8d8d8;
  }
  #yt_header .menu-top .search-mobile {
    border-right: 1px solid #d8d8d8;
  }
  #yt_header .menu-top .search-mobile #btn-collapse-2 {
    right: -1px;
    padding: 0;
    /*min-width: 296px;*/
    width: 97.5vw;
  }
  #yt_header .menu-top .search-mobile #btn-collapse-2 .form-search input {
    /*width: 254px !important;
    height: 34px;
    float: left;*/
    width: 89.119%;
    height: 60px;
    float: left;
    border: 3px solid #00abf0;
  }
  #yt_header .menu-top .search-mobile #btn-collapse-2 .quick-access {
    margin: 0;
    display: block;
    padding: 0;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap {
    padding: 0;
    overflow: hidden;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap .ts-control .ts-ctr-pages {
    display: block;
    margin: 15px auto;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap .ts-control .ts-ctr-pages li {
    background: #444;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap .ts-control .ts-ctr-pages li:hover {
    border: 2px solid #444;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap .ts-control .ts-ctr-pages li.sel {
    border: 2px solid #444;
    background: #fff;
  }
  .content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper {
    margin-bottom: 10px;
    width: 100%;
  }
  .content-bottom-6 #homeCarousel .carousel-inner .item .postWrapper img {
    width: 100%;
  }
  .content-bottom-6 #page-wrap .item {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .content-bottom-6 #page-wrap .item .img-category {
    padding: 20px 20px 0 !important;
    width: 100% !important;
  }
  .content-bottom-6 #page-wrap .item .img-category img {
    width: 100% !important;
  }
  .content-bottom-6 #page-wrap .item .wrap-cate {
    padding-bottom: 15px;
  }
  .content-bottom-6 #page-wrap .item .wrap-cate .parent-title {
    margin: 15px 0 7px !important;
  }
  .content-bottom-8 .flow-us {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .content-bottom-8 .wrap-address {
    width: 345px !important;
    display: none;
  }
  .content-bottom-8 .link-right {
    width: 100% !important;
    float: left !important;
    margin-right: 0;
    margin-left: -10px;
  }
  .content-bottom-8 .link-right ul li a {
    padding: 0 10px !important;
    line-height: 42px !important;
  }
  .content-bottom-8 .link-right ul li a:after {
    top: 13px !important;
  }
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 100% !important;
  }
  .content-bottom-1 .wrap-banner-home ul li {
    width: 100%;
  }
  .content-bottom-1 .wrap-banner-home ul li.b-center {
    margin: 10px 0;
  }
  .content-bottom-7 .sm-categoryslider .item-cat-image {
    position: static !important;
  }
  .content-bottom-7 .sm-categoryslider .item-cat-image img {
    width: 100% !important;
    height: auto !important;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider {
    margin: 0 !important;
    /*min-height: 300px !important;*/
    float: left;
    padding: 30px 0 0 !important;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider:before {
    display: none;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider .vp {
    margin-left: 0 !important;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider .item {
    padding: 0 10px!important;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider .item .group-item {
    margin-left: -56px !important;
  }
  .content-bottom-7 .sm-categoryslider .item-sub-cat {
    margin-bottom: 15px !important;
  }
  .content-bottom-2 .deal-list-item .item .inner-item {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .content-bottom-2 .deal-list-item .item .inner-item .sale-item {
    left: -1px !important;
  }
  .content-bottom-2 .deal-list-item .item .inner-item .new-item {
    right: -1px !important;
  }
  .content-bottom-2 .deal-list-item .btn-p-n {
    right: 0 !important;
  }
  .content-bottom-2 .deal-list-item .btn-p-n .carousel-control {
    margin-top: 0 !important;
  }
  .content-bottom-3 .block-news-letter .block-content {
    display: inline;
    position: relative;
  }
  .content-bottom-3 .block-news-letter .block-content p.title {
    line-height: 18px !important;
    font-size: 150%;
    margin: 70px 0 12px !important;
  }
  .content-bottom-3 .block-news-letter .block-content p.bottom {
    line-height: 18px !important;
  }
  .content-bottom-3 .block-news-letter .block-content .input-box {
    width: 100%;
  }
  .content-bottom-3 .block-news-letter .block-content .input-box #newsletter {
    width: 100% !important;
    padding-right: 118px;
  }
  .content-bottom-3 .block-news-letter .block-content .actions {
    position: absolute;
    right: 0;
  }
  #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;
  }
  .product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup {
    display: none !important;
  }
  .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;
  }
  .content-bottom-slider .sm_imageslider .owl-controls .owl-next:after {
    left: 11px;
    top: 5px;
  }
  .content-bottom-slider .sm_imageslider .owl-controls .owl-prev:before {
    left: 7px;
    top: 5px;
  }
  .content-bottom-slider .sm_imageslider .owl-controls .owl-next,
  .content-bottom-slider .sm_imageslider .owl-controls .owl-prev {
    height: 30px;
    width: 30px;
    margin-top: -15px !important;
  }
  .content-bottom-services {
    padding: 5px 0;
  }
  /*}
@media (max-width: 321px){  */
  #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%;
  }
  .content-bottom-2 .sm-deal-wrap .sm-deal-inner .carousel-control {
    margin-top: -58px;
  }
  .block-about-us .block-wel .w-left-content img {
    margin-bottom: 20px;
  }
  .product-view .product-img-box .more-views {
    padding: 0 52px;
  }
  .product-view .product-img-box .more-views .next {
    left: 0;
  }
  .product-view .product-shop .product-options-bottom .add-to-links,
  .product-view .product-shop .add-to-box .add-to-links {
    margin: 0 !important;
    width: 100%;
  }
  .product-view #yt_tab_products .yt-tab-content .data-table thead tr td,
  .product-view #yt_tab_products .yt-tab-content .data-table thead tr th {
    padding: 9px 3px;
  }
  #yt_wrapper {
    left: 0;
  }
  #yt_tab_products ul.yt-tab-navi li a:before {
    display: none;
  }
  #yt_tab_products ul.yt-tab-navi li {
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #yt_tab_products .yt-tab-content {
    padding: 27px 15px;
  }
  #upsell_pro.products-grid .item .sale-item,
  #related-product.products-grid .item .sale-item {
    left: 15px !important;
  }
  #product-review-table.data-table thead tr td,
  #product-review-table.data-table thead tr th {
    text-transform: lowercase;
    padding: 9px 2px;
  }
  #product-review-table.data-table tbody tr td,
  #product-review-table.data-table tbody tr th {
    padding: 8px 2px;
  }
  #product-review-table.data-table tbody tr td .radio,
  #product-review-table.data-table tbody tr th .radio {
    margin-left: -7px !important;
  }
  #review-form .buttons-set .button {
    float: left;
    margin: 0 !important;
  }
  #review-form .form-list {
    width: 100% !important;
  }
  .product-view .box-tags .form-add .input-box {
    width: 70%;
  }
  .products-list .item .item-wrap .item-image a.product-image {
    width: 100%;
  }
  #catalog-listing .products-grid .item .sale-item {
    left: 0 !important;
  }
  #upsell_pro.products-grid .item .new-item,
  #related-product.products-grid .item .new-item {
    right: 14px !important;
  }
  .product-view .product-img-box .more-views {
    padding: 0 33px;
  }
  #yt_header .ge-header-top {
    padding-bottom: 0;
  }
  .m-hiden {
    display: none !important;
  }
  .content-bottom-slider #page-wrap {
    margin-bottom: 30px;
  }
  .cms-home-02 .content-bottom-1 .wrap-banner-home ul li,
  .banner-home-bottom .wrap-banner-home ul li,
  .content-bottom-1,
  .banner-home-bottom,
  .banner-left {
    width: 100% !important;
  }
  .cms-home-02 .content-bottom-1 .wrap-banner-home ul li:first-child,
  .banner-home-bottom .wrap-banner-home ul li:first-child {
    margin-bottom: 20px;
  }
  .cms-home-02 .content-bottom-7 .block-news-letter {
    background: url('../images/mega-bkg-newletter.png') no-repeat center center !important;
  }
  .banner-home-bottom {
    margin-top: -30px;
  }
  .cms-home-01 .content-bottom-7 .sm-categoryslider .categoryslider .item .product-image img {
    width: auto!important;
  }
  .cms-home-01 .content-bottom-2 .sm-facebook {
    margin-bottom: 10px;
  }
  .content-bottom-7 .sm-categoryslider .categoryslider .item {
    padding: 0 15px !important;
  }
  .cms-home-01 .sm-facebook,
  .cms-home-02 .sm-facebook {
    width: 100%!important;
  }
  .content-bottom-4 .wrap-shop-brands {
    margin-top: 30px;
  }
  .cms-home-01 .content-bottom-2 .deal-list-item .btn-p-n {
    right: 10px !important;
  }
  .header2 #yt_header .header .quick-access {
    bottom: -50px;
  }
  .header2 #yt_header .header-container .header {
    padding-bottom: 30px !important;
  }
  .header2 #yt_header .header-container .header .menu-top {
    position: relative !important;
  }
  .header2 #yt_header .header-container .header .content-bottom-services .wrap-services div {
    margin-bottom: 20px !important;
  }
  .header2 .header-menu-2 {
    display: none;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div > a > span:before,
  .header2 #yt_header .header .content-bottom-services .wrap-services div > span:before {
    top: 0 !important;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div > a > span:after,
  .header2 #yt_header .header .content-bottom-services .wrap-services div > span:after {
    top: 9px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item2 > a > span:after,
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item2 > span:after {
    top: 13px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item3 span:after {
    top: 10px;
  }
  .header2 #yt_header .header .content-bottom-services .wrap-services div.item4 > span:after {
    top: 11px;
  }
  .products-grid .item .item-wrap .item-image .group-item {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding-left: 50%;
    padding-top: 50%;
    left: 0;
    top: 0;
  }
  .products-grid .item .item-wrap .item-image .group-item .btn-cart {
    margin-left: -56px;
  }
  .products-grid .item .item-wrap .item-image .group-item .link-compare {
    margin-left: -17px;
  }
  .products-grid .item .item-wrap .item-image .group-item a {
    margin-top: -16px;
  }
  .content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart {
    margin-left: -75px;
  }
}
@media (max-width: 480px) {
  .cms-home-02 .sm-categoryslider.no-cat-image .categoryslider .vpo-wrap .vp {
    min-height: 418px!important;
  }
  .product-view .product-img-box .more-views {
    padding: 0 88px;
  }
  .product-view .product-shop .wrap-qty {
    margin-bottom: 10px;
  }
  .product-view .product-shop .product-options-bottom.group-item a.link-compare,
  .product-view .product-shop .add-to-box.group-item a.link-compare {
    clear: both !important;
  }
  .content-bottom-8 .link-right ul li a {
    padding: 0 6px !important;
  }
  body.page-popup .data-table thead th,
  body.page-popup .data-table tbody th {
    padding-left: 2px;
    padding-right: 2px;
  }
  body.page-popup .data-table tbody td button {
    min-width: 81px;
  }
  body.page-popup .ratings .amount {
    clear: both;
    margin: 5px 0 0;
  }
  body.page-popup {
    padding: 20px 0 30px;
  }
  body.page-popup #product_comparison {
    border-right: 1px solid #ddd;
  }
  .checkout-onepage-success .col1-layout .col-main > .page-title,
  .checkout-cart-index .col1-layout .col-main > .page-title,
  .customer-account-logoutsuccess .col-main > .page-title {
    padding: 0;
  }
  .checkout-cart-index .col1-layout .col-main > .page-title,
  .customer-account-logoutsuccess .col-main > .page-title {
    margin-bottom: 15px;
  }
  .checkout-onepage-success .col1-layout .col-main,
  .checkout-cart-index .col1-layout .col-main,
  .customer-account-logoutsuccess .col-main {
    padding: 0 15px;
  }
  #yt_header .menu-top .search-mobile #btn-collapse-2 {
    width: 100vw;
  }
  #yt_header .menu-top .search-mobile #btn-collapse-2 .form-search input {
    width: 85.119%;
  }
  #yt_header .quick-access .button {
    width: 14.809%;
  }
}
@media (max-width: 321px) {
  .content-bottom-5 .sm-twitter-slider .ts-slider-wrap {
    float: left;
  }
  .product-view .product-img-box .more-views {
    padding: 0 69px;
  }
  .content-bottom-8 .link-right ul li:first-child + li + li + li a {
    padding-left: 0 !important;
  }
  #yt_header .ge-header-top {
    padding-bottom: 0;
  }
  .header3 #yt_header .store-phone span {
    font-size: 116.66%;
  }
}
/* end media query*/
/*---------------menu sidebar----------------*/
.yt_ressidebar_screennav {
  z-index: 99;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
#yt-responsivemenu .btn.btn-navbar {
  top: 14px;
  left: 0;
  margin: 0;
  /*position: absolute;*/
  padding: 7px 17px;
  line-height: 100%;
  font-size: 18px;
  color: #4d4d4d !important;
  outline: none;
  margin-left: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
  border: none;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
#yt_resmenu_sidebar {
  display: none;
}
#yt_wrapper {
  /*position: relative;*/
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.onpen-sidebar #yt_wrapper,
.onpen-sidebar .yt_ressidebar_screennav {
  margin-left: 0;
  left: 220px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.onpen-sidebar .yt_ressidebar_screennav {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  left: 0;
}
.yt_ressidebar_screennav {
  background: #222;
  left: -220px;
  top: 0;
  position: absolute;
  width: 220px;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#yt_screennav {
  background: #222;
}
#yt_screennav ul.siderbar-menu li ul li a span {
  padding-left: 15px;
}
#yt_screennav ul.siderbar-menu li a {
  padding: 9px 0 9px 10px;
  line-height: 100%;
  display: block;
  border-bottom: 1px solid #444;
  color: #999;
}
#yt_screennav ul.siderbar-menu li a:hover {
  color: #fff;
}
/*---------------menu collapse---------*/
#yt-responsivemenu {
  position: relative;
}
#yt_resmenu_collapse {
  position: absolute;
  left: 15px;
  z-index: 999999;
  top: 41px;
  min-width: 170px;
}
#yt_resmenu_collapse ul.nav-menu {
  background-color: #222;
}
#yt_resmenu_collapse ul.nav-menu li:hover > a,
#yt_resmenu_collapse ul.nav-menu li.active > a {
  color: #FFF;
}
#yt_resmenu_collapse ul.nav-menu > li > a {
  border-bottom: 1px solid #444;
}
#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active,
#yt_resmenu_collapse ul.nav-menu > li.active > a > span,
#yt_resmenu_collapse ul.nav-menu > li:hover > a > span {
  color: #FFF;
}
.nav-collapse .nav-menu > li > a,
.nav-collapse .dropdown-menu a {
  padding: 8px 35px 8px 15px;
  display: block;
}
.nav-collapse .nav-menu > li {
  float: none;
  position: relative;
  z-index: 10;
}
ul.nav-menu li.parent {
  position: relative;
}
.nav-collapse .nav > li {
  float: none;
}
ul.nav-menu li.parent > .menuress-toggle.menuress-toggle:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
}
ul.nav-menu li.parent.open > .menuress-toggle.menuress-toggle:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
}
ul.nav-menu li.parent .menuress-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  text-align: center;
  top: 3px;
  vertical-align: middle;
  width: 40px;
  color: #909090;
}
ul.nav-menu li.parent.open .menuress-toggle {
  top: 1px;
}
ul.nav-menu li.parent > .res-wrapnav {
  height: 0;
  opacity: 0;
}
ul.nav-menu li.parent > .res-wrapnav ul {
  position: relative;
  z-index: 1;
}
ul.nav-menu li.parent.open > .res-wrapnav {
  display: block;
  opacity: 1;
  background: #2B2B2B;
  border-bottom: 1px solid #444;
}
ul.nav-menu li.parent li a {
  padding: 8px 5px 8px 15px;
  display: block;
}
ul.nav-menu li .res-wrapnav li a {
  padding-left: 30px;
}
ul.nav-menu li .res-wrapnav .res-wrapnav li a {
  padding-left: 45px;
}
ul.nav-menu li.parent > a {
  background: #222;
  border-bottom: 1px solid #444;
}
/*---------------menu responsive selectbox---------*/
.menu-selectbox .icon-reorder {
  left: 0;
  margin: 0;
  position: absolute;
  padding: 10px 16px;
  line-height: 100%;
  font-size: 21px;
  color: #fff;
  outline: none;
  border-radius: 0;
  background: #7a7a7a;
}
#yt-responsivemenu .menu-selectbox {
  position: relative;
  margin-left: 16px;
}
#yt-responsivemenu .menu-selectbox > select {
  opacity: 0;
  padding: 0;
  height: 41px;
  width: 49px;
  cursor: pointer;
}
#yt-responsivemenu .menu-selectbox > select > option {
  width: 100%;
  padding: 5px 10px;
}


.content-bottom-5 {display:none !important;}

.amshopby-index-index .amshopby-page-container .ranges-list li {
  display: none;
}

/* BRAND RANGES */

.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(-n+14) {
  display: block;
}

/*.amshopby-index-index .amshopby-page-container .ranges-list .range-raindance,
.amshopby-index-index .amshopby-page-container .ranges-list .range-showerselect,
.amshopby-index-index .amshopby-page-container .ranges-list .range-puravida,
.amshopby-index-index .amshopby-page-container .ranges-list .range-focus,
.amshopby-index-index .amshopby-page-container .ranges-list .range-talis,
.amshopby-index-index .amshopby-page-container .ranges-list .range-metris,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-massaud,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-starck,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-urquiola,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-bouroullec,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-citterio,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-uno,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-carlton,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-montreux {
  display: block;
}

.amshopby-index-index .amshopby-page-container .ranges-list .range-raindance .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-showerselect .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-puravida .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-focus .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-talis .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-metris .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-massaud .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-starck .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-urquiola .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-bouroullec .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-citterio .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-uno .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-carlton .range-label,
.amshopby-index-index .amshopby-page-container .ranges-list .range-axor-montreux .range-label {

}*/

.amshopby-index-index .amshopby-page-container .ranges-list li .range-label {
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  border: 20px solid black;
  padding: 10px;
  color: #000;
  background: rgba(255, 255, 255, 0.55);
  transform: translate(-50%, 0);
  width: 100%;
}

.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(-n+6) .range-label {
  bottom: 40%;
  padding: 20px;
  font-size: 216.66%;
  width: auto;
}

.amshopby-index-index .amshopby-page-container .ranges-list li {
  float: left;
  position: relative;
  margin: 10px 1%;
}

.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(n+7) {
  margin-bottom: 90px;
}

.amshopby-index-index .amshopby-page-container .ranges-list li img {
  width: 100%;
  max-width: 100%;
}

.amshopby-index-index .amshopby-page-container .ranges-list li:first-of-type {
  width: 100%;
  margin: 5px 0;
}

.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(2),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(3) {
  width: 49%;
}

.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(2) {margin-left: 0;}
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(4) {margin-left: 0;}
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(7) {margin-left: 0;}
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(11) {margin-left: 0;}
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(3) {margin-right: 0;}
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(6) {margin-right: 0;}
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(10) {margin-right: 0;}
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(14) {margin-right: 0;}

.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(4),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(5),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-child(6) {
  width: 32%;
}

.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+7),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+8),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+9),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+10),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+11),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+12),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+13),
.amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+14) {
  width: 23.5%;
}

.amshopby-filters-bottom-cms {clear: both; float: left; margin-top: 40px;}

@media (max-width: 767px) {
  .amshopby-index-index .amshopby-page-container .ranges-list li {width: 100% !important;}
  .amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+7),
  .amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+8),
  .amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+9),
  .amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+10),
  .amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+11),
  .amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+12),
  .amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+13),
  .amshopby-index-index .amshopby-page-container .ranges-list li:nth-of-type(4n+14) {width: 50% !important; margin-left: 0; margin-right: 0;}
}

/* Top notice on brand pages */
.amshopby-index-index .amshopby-page-container .brand-notice {
  background: #e6e6e6;
  padding: 20px;
  margin-bottom: 20px;
}
.amshopby-index-index .amshopby-page-container .brand-notice p {
  margin-bottom: 0;
}

.yt-header {
  /*margin-top: 30px;*/ /* this only needs to be enabled when displaying a fixed yellow notice to the top of the website */
}

.fixed-notice {
  /*position: fixed;*/
  position: sticky;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 30px;*/
  height: auto;
  /*background-color: #f90909;*/
  background-color: #ffff00;
  z-index: 1000001;
  padding: 5px 0;
  text-align: center;
  /*display: none !important;*/ /* enable when not displaying a fixed yellow notice to the top of the website */
}

.fixed-notice span {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .fixed-notice span {
    font-size: 86%;
  }
}

/*button.btn-checkout,
button.btn-checkout:visited {
    background: #ff832f url(../aw_onestepcheckout/images/button-background.png) repeat-x;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    width: 266px;
    color: white;
    z-index: 6;
}
button.btn-checkout:hover {
  background-color: #fc732e;
}
button.btn-checkout span {
  font-size: 20px;
}*/

button.btn-checkout,
button.btn-checkout:visited {
  /*background: url(../images/btn-green-checkout.png) no-repeat;
  width: 160px;
  height: 60px;*/
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 24px;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
}

button.btn-checkout:hover {
  /*background: url(../images/btn-green-checkout.png) no-repeat;
  background-color: none;*/
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* One Step Checkout by aheadworks */
.main-container #aw-onestepcheckout-container {background: #f4f4f4; width: 100%;}
.main-container #aw-onestepcheckout-container .aw-onestepcheckout-row {clear: both;}
.main-container #aw-onestepcheckout-container .aw-onestepcheckout-row:before {display: table; content: " ";}
.main-container #aw-onestepcheckout-authentification {margin-top: 20px;}
.main-container #aw-onestepcheckout-login-form .form-list {width: 100%;}
/*.main-container #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block {width: 25%;}*/
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide {width: 95% !important;}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input {width: 100% !important;}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide p {font-size: 12px;}
.main-container #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-box,
.main-container #aw-onestepcheckout-forgot-password-form .aw-onestepcheckout-auth-form-block .input-box {width: 100%;}
.main-container #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block input.input-text,
.main-container #aw-onestepcheckout-forgot-password-form .aw-onestepcheckout-auth-form-block input.input-text {width: 285px;}
.main-container #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block input.input-text {}
.main-container #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block.button-section,
.main-container #aw-onestepcheckout-forgot-password-form .aw-onestepcheckout-auth-form-block.button-section {padding-top: 26px;}

.main-container #aw-onestepcheckout-container .aw-onestepcheckout-add-loader-into-this-block,
.main-container #aw-onestepcheckout-container #aw-onestepcheckout-order-review-cart-wrapper {width: 100%;}

.main-container #aw-onestepcheckout-container input[type="radio"],
.main-container #aw-onestepcheckout-container input[type="checkbox"] {display: inline-block; margin-top: 1px;}

.main-container #aw-onestepcheckout-container .aw-onestepcheckout-popup-accept button {margin: 0; padding: 0px 10px 0px 10px; line-height: 33px; background: #00abf0;}
.main-container #aw-onestepcheckout-container .aw-onestepcheckout-popup-accept button:hover {background: #919191;}

.main-container #aw-onestepcheckout-container #aw-onestepcheckout-place-order-button {width: 100%;}


/* Tablets (Portrait) and Smaller @media (max-width: 1023px) */

@media (max-width: 1023px) {
  .group-cur-lang {
    margin: 0 auto;
    text-align: center;
  }
  .group-cur-lang .block-currency {
    margin: 0 auto;
    float: none;
    display: inline-block;
  }
  .jqTransformSelectWrapper span {
    text-align: left;
  }
  .visit-showroom {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .yt-header {
    /*margin-top: 50px;*/ /* this only needs to be enabled when displaying a fixed yellow notice to the top of the website */
  }
}

@media (max-width: 991px) {
  .block.block-layered-nav .toggle-filters {
    display: block;
  }
  .block.block-layered-nav .block-content {
    display: none;
  }
  .block.block-layered-nav .block-content.show-filters {
    display: block;
  }
}




#aw-onestepcheckout-authentification button.already_ac {
    background-color: #F4F4F4;
    color: #00abf0 !important;
    padding-left: 0;
}
.returnform .radio{display: inline-block; margin: 0;}
.tradereturnform .radio{display: inline-block; margin: 0;}


/* Custom Service Blocks Under Header */

.content-bottom-services .wrap-services {margin: 0 -15px; overflow: hidden;}
.content-bottom-services .wrap-services .item {width: 25%; float: left; text-align: left; font-size: 116.66%; font-weight: 700; text-transform: uppercase; line-height: 40px; background: #00abf0; border: 1px solid #fff; color: #fff; padding-left: 20px;}
.content-bottom-services .wrap-services .item a {color: #fff; display: block;}
.content-bottom-services .wrap-services .item i {color: #fff; padding-right: 5px;}
.content-bottom-services .wrap-services .item1 {}
.content-bottom-services .wrap-services .item2 {}
.content-bottom-services .wrap-services .item3 {}
.content-bottom-services .wrap-services .item4 {}
.content-bottom-services .wrap-services .item4 a {display: inline-block;}

@media (max-width: 991px) and (min-width: 768px) {
  .header3 .content-bottom-services .wrap-services .item {width: 50% !important;}
}

/* Product Price Boxes */

@media (max-width: 767px) {
  .products-grid .item .item-wrap .item-info .msrp-price,
  .products-grid .item .item-wrap .item-info .regular-price {width: 100%; text-align: left;}

  .products-grid .item .item-wrap .item-info .msrp-price .label,
  .products-grid .item .item-wrap .item-info .regular-price .price-label {display: inline-block !important;}

  .products-grid .item .item-wrap .item-info .msrp-price .label {width: auto;}
  .products-grid .item .item-wrap .item-info .msrp-price .old-price {float: none; display: inline-block;}

  .products-grid .item .item-wrap .item-info .msrp-price .old-price .price,
  .products-grid .item .item-wrap .item-info .regular-price .price {font-size: inherit;}

}

/* Hide Category Aggregate Rating for Specific Categories */
.category-bdc-in-stock-immediate-delivery .snippets-container {display: none;}