@charset "UTF-8";
/* 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-size: 12px;
  font-family: Ubuntu, serif !important;
}

img {
  border: 0;
  vertical-align: top;
}

a:hover {
  text-decoration: none;
  color: #3ab54a;
}

a:focus {
  outline: 0;
  text-decoration: none;
  color: #3ab54a;
}

/* Headings */
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5,
h6 {
  font-size: 110%;
}

/* Forms */
form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Content */
p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  line-height: 1.35;
}

cite {
  font-style: normal;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

small,
big {
  font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul,
ol {
  list-style: none;
  margin: 0;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

body.page-popup {
  font-size: 12px;
  padding: 20px 30px 30px;
}

body.page-popup .page-title.category-title {
  margin-top: 0;
}

body.page-popup .page-title.category-title > * {
  font-size: 133.33%;
  text-transform: uppercase;
  color: #333;
  display: none;
}

body.page-popup .page-title h1 {
  float: left;
  font-weight: normal;
  margin-top: 0px;
  text-transform: 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;
  border-radius: 0;
}

select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

input.input-text {
  height: 32px;
  color: #909090;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 0;
}

input.input-text:focus {
  -webkit-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;
  box-shadow: none;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 0;
  color: #909090;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.validation-failed {
  border-color: #b94a48 !important;
}

.clr {
  clear: both;
}

.price-box {
  float: left;
  width: 100%;
}

.price-box .label {
  display: inline-block;
  color: #686868;
  font-size: 100%;
  font-weight: 400;
  padding: 0;
}

.price-box p {
  margin-bottom: 0;
}

.price-box .price {
  font-size: 116.66%;
  color: #ff0000;
}

.price-box .old-price {
  color: #909090;
  position: relative;
}

.price-box .old-price .price {
  font-weight: 400 !important;
}

.price-box .old-price .price {
  font-size: 100%;
  color: #909090;
  text-decoration: line-through;
}

.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;
  border: none;
  background: #919191;
  border-radius: 3px;
}

input[type="button"]:hover,
.button:hover,
button:hover {
  background: #3ab54a;
}

.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{
	position: absolute;
	top: 10px;
	right: 25px;
	float: left;
	z-index: 10000;
	font-size: 16px;
	background: #3ab54a;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
}
.sale-item {
  position: absolute;
  top: -1px;
  right: 14px;
  float: left;
  width: 60px;
  height: 62px;
  z-index: 9;
}

.sale-item {
  right: auto;
  left: 15px;
}

.page-title {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 36px;
  font-weight: normal;
  text-transform: uppercase;
}

.page-title h1,
.page-title h2 {
  font-size: 133.33%;
  font-weight: normal;
  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: 0;
}

#catalog-listing .products-grid {
  clear: both;
  float: none;
}

#catalog-listing .products-grid .product-name {
  text-align: center;
  height: 40px;
  overflow: hidden;
}

#catalog-listing .products-grid .price-box {
  text-align: center;
}

#catalog-listing .products-list .special-price .price {
  font-size: 150%;
}

#catalog-listing .price-box > p {
  display: inline-block;
  vertical-align: bottom;
}

#catalog-listing .price-box .price-label {
  display: none;
}

#catalog-listing .price-box .price {
  display: inline-block;
}

#catalog-listing .price-box .special-price {
  margin-left: 4px;
}

#catalog-listing .price-box .price-from .price-label,
#catalog-listing .price-box .price-to .price-label,
#catalog-listing .price-box .minimal-price .price-label {
  display: inline-block;
}

.triangle-discount {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.triangle-discount:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #3ab54a transparent transparent transparent;
}

.triangle-discount:after {
  content: "%";
  display: block;
  text-align: center;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  font-size: 24px;
  font-family: Arial;
  color: white;
}

.title-buttons {
  text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

.fieldset {
  border: 1px solid #bbafa0;
  margin: 30px 0 15px;
  padding: 15px;
}

.fieldset .legend {
  background: #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;
  font-weight: bold;
}

.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;
}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* Product View ========================================================================== */
.cart .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 .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;
  -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;
  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;
  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;
  position: relative;
}

.messages li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  font-size: 16px;
  font-family: "Glyphicons Halflings";
}

.messages li li {
  margin-bottom: 0 !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;
  color: #df280a;
}

.error-msg:before {
  content: "\e090";
}

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  color: #3d6611;
}

.success-msg:before {
  content: "\e013";
}

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}

.note-msg:before,
.notice-msg:before {
  content: "\e101";
}

/* 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;
}

@media all and (max-width: 767px) {
  .catalogsearch-result-index #catalog-listing {
    padding: 0 15px;
  }
}

@media all and (max-width: 991px) {
  .catalogsearch-result-index .pager {
    clear: left;
  }
}

/* Pager */
.catalogsearch-result-index .toolbar .sorter .sort-by .wrap-sb {
  background-position: 73px 13px;
  width: 90px;
}

.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 .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 #3ab54a !important;
  background: #3ab54a;
  color: #fff;
}

.toolbar .pager .pages li > a,
.toolbar .pager .pages li > span,
.toolbar .pager .pages li.current {
  border: 1px solid #dbdbdb;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 0;
  display: inline-block;
}

.toolbar .pager .pages li > a:hover {
  border: 1px solid #3ab54a !important;
  background: #3ab54a;
  color: #fff;
}

.toolbar .pager .pages li > a.next {
  width: 29px;
  text-indent: -9999em;
  position: relative;
}

.toolbar .pager .pages 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 {
  width: 29px;
  text-indent: -9999em;
  position: relative;
}

.toolbar .pager .pages 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;
}

.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: 45px;
  height: 28px;
  line-height: 26px;
  float: left;
  position: relative;
  text-align: left;
}

.toolbar .pager .limiter .wrap-show:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #686868;
}

.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.22s ease-out;
  transition: all 0.22s ease-out;
}

.toolbar .pager .limiter .wrap-show .select-limiter a {
  display: block;
  border: none;
  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;
  margin-right: 5px;
  float: left;
  position: relative;
}

.toolbar .sorter .view-mode strong span,
.toolbar .sorter .view-mode a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toolbar .sorter .view-mode strong {
  background-color: #3ab54a;
}

.toolbar .sorter .view-mode a {
  background: #e9e9e9;
}

.toolbar .sorter .view-mode strong span {
  color: #fff;
}

.toolbar .sorter .view-mode a:hover {
  background-color: #3ab54a;
}

.toolbar .sorter .view-mode a:hover span {
  color: #fff;
}

.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: 7px 0 0 7px;
  position: relative;
}

.toolbar .sorter .sort-by .wrap-sb {
  width: 100px;
  height: 28px;
  line-height: 26px;
  float: left;
  position: relative;
}

.toolbar .sorter .sort-by .wrap-sb:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #686868;
}

.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.22s ease-out;
  transition: all 0.22s 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;
}

.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;
}

.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 blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}

.std address {
  font-style: normal;
}

.std b,
.std strong {
  font-weight: bold;
}

.std i,
.std em {
  font-style: italic;
}

/* Misc */
.links li {
  display: inline;
}

.links li.first {
  padding-left: 0 !important;
}

.links li.last {
  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;
}

.btn-remove2 .glyphicon {
  color: crimson;
}

.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 {
  margin: 0 auto;
  background: #444;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.global-site-notice .glyphicon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  color: white;
}

.global-site-notice .notice-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 12px 12px 12px 40px;
  text-align: left;
  width: 100%;
  position: relative;
  display: inline-block;
}

.global-site-notice .notice-inner > * {
  display: inline-block;
  vertical-align: middle;
}

.global-site-notice .notice-inner p {
  margin: 0;
  padding: 10px;
  color: #fff;
  position: relative;
}

.global-site-notice .notice-inner a {
  color: #3ab54a;
}

.global-site-notice .notice-inner .actions {
  padding-left: 10px;
}

.global-site-notice .notice-inner .actions .button {
  background-color: #3ab54a;
  margin: 0;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
}

/* 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;
  margin-bottom: 15px;
}

.header3 .content-bottom-services {
  padding: 10px 0;
}

.header3 .content-bottom-services .m-lr {
  margin: 0 !important;
}

.header3 .content-bottom-services .wrap-services div {
  padding: 0 !important;
  width: 23.0769%;
  margin-right: 2.5641%;
}

.header3 .content-bottom-services .wrap-services div a {
  border: 3px solid #dadada;
}

.header3 .content-bottom-services .wrap-services div a span {
  line-height: 46px;
  font-weight: 700 !important;
}

.header3 .content-bottom-services .wrap-services div.item1 a {
  padding-left: 51px;
}

.header3 .content-bottom-services .wrap-services div.item1 a span:before {
  left: -40px;
  top: 12px;
}

.header3 .content-bottom-services .wrap-services div.item2 a {
  padding-left: 30px;
}

.header3 .content-bottom-services .wrap-services div.item2 a span:before {
  left: -44px;
  top: 10px;
}

.header3 .content-bottom-services .wrap-services div.item3 a {
  padding-left: 49px;
  text-align: left;
}

.header3 .content-bottom-services .wrap-services div.item3 a span:before {
  left: -37px;
  top: 11px;
}

.header3 .content-bottom-services .wrap-services div.item4 {
  margin-right: 0;
}

.header3 .content-bottom-services .wrap-services div.item4 > .wrap {
  border: 3px solid #dadada;
  line-height: 46px;
  text-align: left;
  padding-left: 50px !important;
  float: left;
  width: 100% !important;
  font-weight: bold;
}

.header3 .content-bottom-services .wrap-services div.item4 > .wrap:before {
  left: 12px;
  top: 12px;
}

.header3 .content-bottom-services .wrap-services div.item4 > .wrap a {
  border: none;
  color: #00abf0 !important;
}

.header3 .block-minicartpro {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 3;
  margin: 0;
}

.header3 .block-minicartpro .title-block {
  padding: 6px 14px 9px 43px;
}

.header3 #yt_header {
  background: #fff;
}

.header3 #yt_header .header-wrapper .header {
  height: 100px;
  position: relative;
}

.header3 #yt_header .header-wrapper .header .logo {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.header3 #yt_header .header-wrapper .header .menu-top .logo {
  left: 46%;
  -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  margin: 0;
}

.header3 #yt_header .header-wrapper .header .menu-top .logo img {
  height: 45px;
  width: auto;
}

.header3 #yt_header .header {
  text-align: center;
  width: 100%;
}

.header3 #yt_header .header-menu-3 .header-container {
  padding: 0;
}

.header3 #yt_header .header-menu-3 .header {
  display: block;
  text-align: center;
  width: 100%;
}

.header3 #yt_header .header-menu-3 .header .menu-top {
  position: static;
  margin-left: 0;
  display: block !important;
}

.header3 #yt_header .quick-access {
  margin: 0;
  position: absolute;
  right: 0;
  top: 20px;
}

@media all and (min-width: 768px) {
  .header3 #yt_header .quick-access {
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10000;
  }
}

.header3 #yt_header > .container .menu-top {
  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: #3ab54a;
}

.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;
  border-radius: 100%;
  background: #3ab54a;
  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;
  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.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 {
  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.link-wishlist,
#yt_header .ge-header-top .links li a.top-link-checkout {
  position: relative;
}

#yt_header .ge-header-top .links li.link-wishlist:before,
#yt_header .ge-header-top .links li a.top-link-checkout:before {
  color: #fff;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#yt_header .ge-header-top .links li.link-wishlist:hover:before,
#yt_header .ge-header-top .links li a.top-link-checkout:hover:before {
  color: #3ab54a;
}

#yt_header .ge-header-top .links li.link-wishlist:before {
  content: "\e005";
}

#yt_header .ge-header-top .links li a.top-link-checkout:before {
  content: "\e163";
}

#yt_header .ge-header-top .links li a.item-account {
  position: relative;
}

#yt_header .ge-header-top .links li a.item-account .glyphicon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#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;
}

#yt_header .ge-header-top .links li a.top-link-cart {
  display: none;
}

#yt_header .ge-header-top .links li a:hover {
  color: #3ab54a;
}

#yt_header .ge-header-top .quick-info {
  float: right;
  position: relative;
  margin-right: 7px;
}

#yt_header .ge-header-top .quick-info li a {
  color: #fff;
  display: block;
  line-height: 30px;
}

#yt_header .ge-header-top .quick-info li a:hover {
  color: #3ab54a;
}

#yt_header .ge-header-top .quick-info li .login-quick {
  position: absolute;
  -webkit-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: #3ab54a;
}

#yt_header .ge-header-top .quick-info li .login-quick:after {
  position: absolute;
  top: -10px;
  right: 50px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3ab54a;
}

#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;
  border-radius: 3px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap:hover .glyphicon {
  background-color: #3ab54a;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap .glyphicon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #919191;
  padding: 12px;
  width: 36px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .wrap .glyphicon:before {
  color: #fff;
}

#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 input:focus {
  border: 1px #929292 solid;
}

#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 .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 {
  display: inline-table;
  margin: 3px 0 12px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember {
  display: table-cell;
  margin-top: 5px;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember span {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember span:before {
  content: "\e157";
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember #uniform-chk_remember span.checked:before {
  content: "\e067";
}

#yt_header .ge-header-top .quick-info li .login-quick .block-login-top .actions .chk-remember label {
  display: table-cell;
  padding-left: 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: #3ab54a;
}

#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;
  width: 220px;
  margin: 0;
  padding-left: 10px;
  float: left;
  color: #aaa;
  border-color: #ddd;
}

#yt_header .quick-access #search:focus {
  border-color: #929292;
}

.search-autocomplete {
  background-color: #fff;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ddd;
}

.search-autocomplete dl {
  margin-bottom: 0;
}

.search-autocomplete dt {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.search-autocomplete dd a {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
}

.search-autocomplete dd a > * {
  display: table-cell;
}

.search-autocomplete .product-image-box {
  width: 45px;
}

.search-autocomplete .product-shop {
  text-align: left;
  padding-left: 10px;
}

.search-autocomplete .view-all {
  border-bottom: 1px solid #ddd;
}

.search-autocomplete .view-all a {
  display: inline-block;
  padding: 10px;
  color: #3ab54a;
}

.search-autocomplete .elastic-terms {
  text-align: left;
}

#yt_header .quick-access .button {
  width: 34px;
  height: 34px;
  margin: 0;
  float: left;
  background: #3ab54a;
  position: relative;
  border-radius: 0;
  font-size: 16px;
}

#yt_header .quick-access .button span span {
  display: none;
}

#yt_header .quick-access .button:hover:before {
  color: #fff;
}

#yt_header .block-minicartpro .title-block {
  position: relative;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}

#yt_header .block-minicartpro .title-block.empty {
  background-color: #444;
  cursor: not-allowed;
}

#yt_header .block-minicartpro .title-block:not(.empty) {
  background: #3ab54a;
}

#yt_header .block-minicartpro .title-block .empty, #yt_header .block-minicartpro .title-block .summary {
  display: inline-block;
  vertical-align: middle;
}

#yt_header .block-minicartpro .title-block .glyphicon {
  margin-right: 8px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}

#yt_header .block-minicartpro .block-content:after {
  position: absolute;
  top: -10px;
  right: 28px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3ab54a;
}

#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: #3ab54a;
}

#yt_header .block-minicartpro .ratings .rating-links .separator {
  margin: 0;
}

#yt_header .block-minicartpro .wrap-price-qty .price {
  font-size: 100%;
  display: block;
}

#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 {
  font-size: 20px;
}

#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);
  -webkit-transition: all 0.22s ease-in 0s;
  transition: all 0.22s 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: #3ab54a;
  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;
  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 {
  width: 100%;
}

.wrap-contact #contactForm .field .input-box {
  width: 100%;
}

.wrap-contact #contactForm label {
  font-size: 116.66%;
  font-weight: 400 !important;
}

.wrap-contact #contactForm textarea {
  height: 170px;
  border: 1px solid #e6e6e6;
  width: 84%;
  float: right;
}

.wrap-contact #contactForm input.input-text {
  width: 85%;
  border: 1px solid #e6e6e6;
  width: 84%;
  float: right;
}

.wrap-contact #contactForm .buttons-set {
  margin-top: 6px;
  float: left;
}

.wrap-contact #contactForm .buttons-set .button {
  font-size: 116.66%;
  padding: 5px 20px;
  font-weight: 400 !important;
  margin-left: 75px;
  border-radius: 0;
}

.wrap-contact #contactForm .buttons-set .button:hover {
  background: #3ab54a;
}

.wrap-contact .contact-col-right {
  margin-top: -15px;
}

.wrap-contact .contact-col-right h2 {
  font-size: 133.33%;
  color: #3ab54a;
  line-height: 40px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400 !important;
}

.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;
}

.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.22s ease-in 0s;
  transition: all 0.22s ease-in 0s;
}

/*-- Block in content ---*/
.block {
  margin-bottom: 30px;
}

.block .block-title {
  line-height: 40px;
  font-size: 166.666667%;
  font-weight: normal;
  text-transform: uppercase;
}

.block .block-title strong {
  font-weight: normal;
}

.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;
  transition: all 0.2s ease-out;
  line-height: 30px;
  border-top: 1px solid #ccc;
  padding-left: 20px;
}

.block.block-account ul li strong {
  color: #3ab54a;
}

.block.block-account ul li:hover {
  padding-left: 10px;
}

.block.block-reorder ol {
  list-style: none;
  margin: 0 0;
}

.block.block-reorder ol li {
  display: inline-table;
  padding-bottom: 10px;
  width: 100%;
}

.block.block-reorder ol span {
  display: table-cell;
  vertical-align: top;
}

.block.block-reorder ol .placeholder {
  width: 20px;
}

.block.block-reorder ol .product-name {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.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 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 133.33%;
  border-bottom: 2px solid #eee;
  display: inline-table;
  width: 100%;
}

.block.block-layered-nav > .block-title > * {
  display: table-cell;
  vertical-align: middle;
}

.block.block-layered-nav > .block-title strong {
  width: 80%;
}

.block.block-layered-nav > .block-title strong:before {
  content: none !important;
}

@media all and (min-width: 768px) {
  .block.block-layered-nav > .block-title strong {
    width: 100%;
  }
}

.block.block-layered-nav > .block-title strong span {
  display: inline-block;
  border-bottom: 2px solid #3ab54a;
  margin-bottom: -2px;
}

.block.block-layered-nav > .block-title .glyphicon {
  width: 20%;
  text-align: right;
}

@media all and (min-width: 768px) {
  .block.block-layered-nav > .block-title .glyphicon {
    display: none;
  }
}

.block.block-layered-nav .block-content {
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .block.block-layered-nav .collapsed {
    display: none;
  }
}

.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: #3ab54a;
}

.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 button {
  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 {
  border: 1px solid #ddd;
  display: block;
  width: 80%;
  text-align: center;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price button {
  margin: 0;
  padding: 0px 10px 0px 10px;
  line-height: 33px;
  background: #3ab54a;
  width: 100%;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price 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;
  width: 50%;
}

.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from .symbol,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to .symbol {
  position: absolute;
  top: 8px;
  left: 85%;
}

.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 {
  margin: 20px 0 15px;
}

.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;
}

.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 .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;
  display: inline-table;
  width: 100%;
  cursor: pointer;
}

.block.block-layered-nav dl#narrow-by-list dt > span {
  display: table-cell;
  vertical-align: middle;
}

.block.block-layered-nav dl#narrow-by-list dt .filter-icon {
  width: 10%;
  text-align: right;
}

.block.block-layered-nav dl#narrow-by-list dt .filter-name {
  width: 90%;
}

.block.block-layered-nav dl#narrow-by-list dd {
  text-align: left;
  padding: 0 0 15px 10px;
  border-bottom: 1px solid #e3e1e1;
  margin: 0 0 15px 0;
}

.block.block-layered-nav dl#narrow-by-list dd.collapsed {
  display: none;
}

.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;
  margin-right: 5px;
}

.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker .green {
  color: #3ab54a;
}

.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker input {
  margin: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.block.block-layered-nav dl#narrow-by-list dd ol li a {
  font-style: normal;
}

.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;
  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;
  border-radius: 5px;
  color: #3ab54a;
  border: 2px solid #bbb;
  background: #fff;
}

.block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="button"]:hover {
  color: #3ab54a;
}

.block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
  -webkit-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;
  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;
  border-radius: 0;
  background: #3ab54a;
  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;
  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;
  border-radius: 0;
  padding: 7px;
  margin: 0 0 20px;
  height: 36px;
  width: 100%;
  -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 .block {
  float: left;
  margin-bottom: 0;
}

.group-cur-lang .block-currency {
  width: 58px;
  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-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: 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-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 ---*/
@media all and (min-width: 768px) {
  .products-grid > .item {
    min-height: 360px;
  }
}

.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;
  text-align: center;
}

.products-grid .item .item-wrap .item-image .product-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.products-grid .item .item-wrap .item-image:hover .group-item a,
.products-grid .item .item-wrap .item-image:hover a.sm_quickview_handler {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s 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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products-grid .item .item-wrap .item-image .group-item a {
  position: relative;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  padding: 10px;
}

.products-grid .item .item-wrap .item-image .group-item a {
  float: left;
  background-color: #fff;
}

.products-grid .item .item-wrap .item-image .group-item a:not(:last-child) {
  margin-right: 10px;
}

.products-grid .item .item-wrap .item-image .group-item a span:nth-of-type(2) {
  display: none;
}

.products-grid .item .item-wrap .item-image .group-item a.link-compare {
  display: none;
}

.products-grid .item .item-wrap .item-image .group-item a .glyphicon {
  display: block;
  font-size: 20px;
}

.products-grid .item .item-wrap .item-image .group-item a:hover {
  background-color: #3ab54a;
  color: #fff;
  cursor: pointer;
}

.products-grid .item .item-wrap .item-image .group-item a.out-of-stock {
  display: none;
}

.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;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition: all 0.22s ease-in;
  transition: all 0.22s 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;
}

.products-grid .item .item-wrap .item-image a.sm_quickview_handler:hover {
  background-color: #3ab54a;
  border-color: #3ab54a;
}

.products-grid .item .item-wrap .item-info {
  overflow: hidden;
  padding: 0 5px 25px;
  max-width: 270px;
  margin: 0 auto;
}

.products-grid .item .item-wrap .item-info .no-rating {
  margin: 0;
  height: 19px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.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;
}

/*--- product-list ---*/
.products-list {
  float: left;
  width: 100%;
}

.products-list .item {
  margin-bottom: 30px;
}

@media all and (min-width: 769px) and (max-width: 991px) {
  .products-list .item {
    margin-bottom: 60px;
  }
}

.products-list .item .item-wrap {
  position: relative;
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 15px;
}

.products-list .item .item-wrap img {
  width: 100%;
}

@media all and (min-width: 481px) and (max-width: 767px), (min-width: 992px) {
  .products-list .item .item-wrap {
    float: left;
    width: 33%;
  }
}

@media all and (min-width: 481px) and (max-width: 767px), (min-width: 992px) {
  .products-list .item .product-shop {
    width: 63%;
    margin-left: 4%;
    float: right;
  }
}

.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 .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;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  text-indent: -9999em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-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;
}

.products-list .item .item-wrap .item-image .sm_quickview_handler:hover {
  background-color: #3ab54a;
  border-color: #3ab54a;
}

.products-list .item .item-wrap .item-image:hover .sm_quickview_handler {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-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 .old-price {
  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: #3ab54a;
}

.products-list .item .desc {
  margin: 12px 0 20px;
}

.products-list .item .group-item {
  float: left;
}

@media all and (max-width: 767px) {
  .products-list .item .group-item {
    clear: left;
  }
}

.products-list .item .group-item a {
  display: inline-block;
  line-height: 34px;
  float: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.products-list .item .group-item a:not(:last-child) {
  margin-right: 10px;
}

.products-list .item .group-item a:hover {
  cursor: pointer;
}

.products-list .item .group-item a .glyphicon {
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.products-list .item .group-item a.btn-cart {
  text-transform: uppercase;
  color: #fff;
  background-color: #34a142;
  position: relative;
  padding-left: 34px;
}

.products-list .item .group-item a.btn-cart .glyphicon {
  padding: 7px;
  background-color: #3ab54a;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
}

.products-list .item .group-item a.btn-cart:hover {
  background: #666;
}

.products-list .item .group-item a.btn-cart:hover .glyphicon {
  background-color: #888;
}

.products-list .item .group-item a.btn-cart span:nth-of-type(2) {
  padding: 0 12px;
}

.products-list .item .group-item a.link-compare {
  display: none;
}

.products-list .item .group-item a.link-wishlist {
  border: 1px solid #ddd;
}

.products-list .item .group-item a.link-wishlist .glyphicon {
  display: block;
  width: 34px;
  padding: 6px;
}

.products-list .item .group-item a.link-wishlist span:nth-of-type(2) {
  display: none;
}

.products-list .item .group-item a.link-wishlist:hover {
  background-color: #3ab54a;
}

.products-list .item .group-item a.link-wishlist:hover .glyphicon {
  color: #fff;
}

/* 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;
}

.no-rating a {
  color: #444444;
}

.no-rating a:hover {
  color: #3ab54a;
}

.rating-links a {
  margin: 0 8px;
  color: #444444;
}

.rating-links a:hover {
  color: #3ab54a;
}

/* 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-price {
  margin: 0;
  font-size: 11px;
}

.alert-stock {
  margin: 0;
  font-size: 11px;
}

/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}

.minimal-price .price-label {
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
}

.minimal-price-link .label {
  color: #1e7ec8;
}

.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999;
}

.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}

.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}

/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}

.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}

.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200;
}

/* 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 {
  color: #999;
}

.price-notice .price {
  font-weight: normal;
  color: #ff0000;
}

/********** 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;
  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 .glyphicon, .advanced-search-summary strong {
  color: #E17C24;
}

.advanced-search-summary strong {
  padding-left: 15px;
}

.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* CMS Home Page */
/* RSS */
.rss-title h1 {
  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;
}

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}

.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;
  text-transform: uppercase;
  color: #3ab54a;
}

.account-login .new-users h2,
.account-login .registered-users h2 {
  position: relative;
}

.account-login .new-users h2 span:nth-of-type(1),
.account-login .registered-users h2 span:nth-of-type(1) {
  position: absolute;
  left: 0;
  font-size: 16px;
}

.account-login .buttons-set {
  border: 1px solid #ccc !important;
  margin: 0;
  padding: 8px 13px;
  background-color: #ebebeb;
}

/* 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);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
            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 {
  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;
  color: #e65505;
  padding-left: 10px;
}

.box-account .box-head h2 .glyphicon {
  margin-right: 10px;
}

.dashboard .box .box-title {
  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: Account Information */
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Block: Reviews */
.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 .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: #3ab54a;
  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 {
  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 {
  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;
  -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;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  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 .m-lr {
  clear: both;
  float: none;
}

@media all and (min-width: 510px) {
  #yt_footer .m-lr .block-cs {
    float: left;
    width: 48%;
  }
}

@media all and (max-width: 768px) {
  #yt_footer .m-lr .block-cs:nth-of-type(2n + 1) {
    clear: left;
  }
  #yt_footer .m-lr .block-cs:nth-of-type(2n) {
    margin-right: 4%;
  }
}

@media all and (min-width: 769px) {
  #yt_footer .m-lr .block-cs {
    width: 22.5%;
  }
  #yt_footer .m-lr .block-cs:not(:nth-of-type(4n)) {
    margin-right: 3.33333%;
  }
}

#yt_footer {
  background: #333;
  margin-top: 50px;
}

#yt_footer .block {
  padding: 29px 34px;
  position: relative;
  margin: 0;
}

#yt_footer .block .block-title {
  line-height: 30px;
  text-transform: none;
  font-size: 133.3333%;
  color: #ffffff;
}

#yt_footer .block:not(:first-child) {
  -webkit-box-shadow: 1px 0 0 0 #3a3a3a inset;
          box-shadow: 1px 0 0 0 #3a3a3a inset;
  border-left: 1px solid #2d2d2d;
}

#yt_footer .block:hover {
  background: #303030;
}

#yt_footer .block-content {
  margin-top: 5px;
}

#yt_footer .block-content > ul {
  list-style: disc;
  padding-left: 15px;
}

#yt_footer .block-content > ul li {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#yt_footer .block-content > ul li:hover {
  margin-left: 10px;
}

#yt_footer .block-content > ul li:hover a {
  color: #3ab54a;
}

#yt_footer .block-content > ul li a {
  font-size: 14px;
  width: 100%;
  line-height: 24px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#yt_footer .footer-bottom {
  background: #2d2d2d;
  padding: 12px 0;
  /* -------------------payment-------------------- */
}

#yt_footer .footer-bottom address {
  margin: 0;
  line-height: 24px;
  color: #fff;
  font-size: 13px;
}

#yt_footer .footer-bottom address a {
  color: #3ab54a;
}

#yt_footer .footer-bottom address .style-mt {
  color: #3ab54a;
}

#yt_footer .footer-bottom .f-right {
  text-align: right;
}

#yt_footer .footer-bottom .f-right ul.payment {
  margin: 0;
}

#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.png") 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#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);
}

#yt_footer .footer-bottom .f-right ul.payment li.p2 {
  background: url("../images/gen_bkg_pay.png") 0 132px;
}

#yt_footer .footer-bottom .f-right ul.payment li.p3 {
  background: url("../images/gen_bkg_pay.png") 0 -72px;
}

#yt_footer .footer-bottom .f-right ul.payment li.p4 {
  background: url("../images/gen_bkg_pay.png") 0 -109px;
}

#yt_footer .footer-bottom .f-right ul.payment li.p5 {
  background: url("../images/gen_bkg_pay.png") 0 -145px;
}

/* 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-bottom: 30px;
}

.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%;
  color: #4e4e4e;
  padding: 9px 16px 9px 0;
  display: block;
  font-weight: 400 !important;
  position: relative;
}

.wra-bread .breadcrumbs ul li a:hover {
  color: #3ab54a;
}

.wra-bread .breadcrumbs ul li a + span {
  position: absolute;
  top: 9px;
  right: 6px;
  color: #4e4e4e;
}

.wra-bread .breadcrumbs ul li strong {
  color: #3ab54a;
}

.wra-bread .breadcrumbs ul li.home {
  padding-left: 17px;
}

.wra-bread .breadcrumbs ul li.home .glyphicon {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-52%);
      -ms-transform: translateY(-52%);
          transform: translateY(-52%);
  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: #3ab54a;
}

.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: #3ab54a;
}

.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;
}

.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: 9999;
}

.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup .glyphicon {
  position: absolute;
}

.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup .glyphicon-search {
  font-size: 30px;
  bottom: 0;
  right: 0;
}

.product-view .product-img-box .yt-detail-image .popup-btn a#yt_popup .glyphicon-plus {
  bottom: 5px;
  right: 11px;
  line-height: 2;
}

.product-view .product-img-box .more-views {
  margin: 10px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-view .product-img-box .more-views .owl-carousel.eq-1 {
  display: none;
}

@media all and (min-width: 430px) {
  .product-view .product-img-box .more-views .owl-carousel.eq-2 .owl-controls {
    display: none;
  }
}

.product-view .product-img-box .more-views .owl-item {
  display: inline-block;
  float: left;
}

.product-view .product-img-box .more-views .owl-item .item {
  text-align: center;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-view .product-img-box .more-views .owl-item .item.selected {
  border-color: #3ab54a;
}

.product-view .product-img-box .more-views .owl-item a {
  display: inline-block;
  margin: 0 auto;
}

.product-view .product-img-box .more-views .owl-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-view .product-img-box .more-views .owl-nav {
  width: 100%;
}

.product-view .product-img-box .more-views .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.product-view .product-img-box .more-views .owl-nav > div span {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
}

.product-view .product-img-box .more-views .owl-nav > div span:before {
  color: silver;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-view .product-img-box .more-views .owl-nav > div span:hover {
  background-color: #3ab54a;
}

.product-view .product-img-box .more-views .owl-nav > div span:hover:before {
  color: white;
}

.product-view .product-img-box .more-views .owl-nav .owl-prev {
  left: 0;
}

.product-view .product-img-box .more-views .owl-nav .owl-next {
  right: 0;
}

.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: 25px;
  float: left;
}

.product-view .product-shop .no-rating {
  margin: 12px 0 0 0;
}

.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: 0;
}

.product-view .product-shop .ratings .rating-links a.re-temp {
  margin-left: 0;
}

.product-view .product-shop .ratings .rating-links a:hover {
  color: #3ab54a;
}

.product-view .product-shop .wrap-pa {
  position: relative;
}

.product-view .product-shop .wrap-pa .availability .glyphicon {
  font-family: "Glyphicons Halflings" !important;
  margin-right: 6px;
}

.product-view .product-shop .wrap-pa .availability span {
  text-transform: lowercase;
}

.product-view .product-shop .wrap-pa p.in-stock {
  color: #3ab54a;
}

.product-view .product-shop .wrap-pa p.out-of-stock {
  color: #E65353;
}

.jmm {
  text-transform: lowercase;
}

.jedinica-mjere {
  clear: both;
}

.product-view .product-shop .price-box {
  float: none;
  width: 100%;
  margin: 15px 0 8px;
}

.product-view .product-shop .price-box > p {
  display: inline-block;
}

.product-view .product-shop .price-box .price {
  font-size: 150%;
}

.product-view .product-shop .price-box .price-label {
  display: none;
}

.product-view .product-shop .price-box .special-price,
.product-view .proƒduct-shop .price-box .old-price,
.product-view .product-shop .price-box .regular-price {
  margin-bottom: 0;
}

.product-view .product-shop .price-box .old-price {
  margin-top: 4px;
  margin-right: 4px;
}

.product-view .product-shop .price-box .old-price .price {
  font-size: 116.66%;
}

.product-view .product-shop .short-description {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.product-view .product-shop .qty-holder {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.product-view .product-shop .qty-holder > label {
  font-weight: normal;
}

.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;
  border-radius: 0;
}

.product-view .product-shop .wrap-qty input.qty {
  border: 1px solid #ddd;
  text-align: center;
  width: 38px;
  font-size: 116.66%;
  margin:0;
}

.product-view .product-shop .wrap-qty .quantity-controls {
  height: 34px;
  width: 32px;
  position: relative;
  margin-bottom: 0;
  float: left;
  border-radius: 0;
  top: 0;
  line-height: 1;
}

.product-view .product-shop .wrap-qty .quantity-controls:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-view .product-shop .wrap-qty .quantity-controls.quantity-plus {
  margin-right: 12px;
}

.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;
  width: 100%;
  padding: 20px;
  background-color: #eeeeee;
}

.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;
}

@media all and (max-width: 400px) {
  .product-view .product-shop .product-options-bottom.group-item .add-to-cart,
  .product-view .product-shop .add-to-box.group-item .add-to-cart {
    clear: left;
  }
}

.product-view .product-shop .product-options-bottom.group-item a,
.product-view .product-shop .add-to-box.group-item a {
  display: inline-block;
  line-height: 34px;
  float: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-view .product-shop .product-options-bottom.group-item a:hover,
.product-view .product-shop .add-to-box.group-item a:hover {
  cursor: pointer;
}

.product-view .product-shop .product-options-bottom.group-item a .glyphicon,
.product-view .product-shop .add-to-box.group-item a .glyphicon {
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart,
.product-view .product-shop .add-to-box.group-item a.btn-cart {
  text-transform: uppercase;
  color: #fff;
  background-color: #34a142;
  position: relative;
  padding-left: 34px;
  margin-right: 10px;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart .glyphicon,
.product-view .product-shop .add-to-box.group-item a.btn-cart .glyphicon {
  padding: 7px;
  background-color: #3ab54a;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
}

.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 {
  background: #666;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart:hover .glyphicon,
.product-view .product-shop .add-to-box.group-item a.btn-cart:hover .glyphicon {
  background-color: #888;
}

.product-view .product-shop .product-options-bottom.group-item a.btn-cart span:nth-of-type(2),
.product-view .product-shop .add-to-box.group-item a.btn-cart span:nth-of-type(2) {
  padding: 0 12px;
}

.product-view .product-shop .product-options-bottom.group-item a.link-compare,
.product-view .product-shop .add-to-box.group-item a.link-compare {
  display: none;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist,
.product-view .product-shop .add-to-box.group-item a.link-wishlist {
  border: 1px solid #ddd;
  background-color: #fff;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist .glyphicon,
.product-view .product-shop .add-to-box.group-item a.link-wishlist .glyphicon {
  display: block;
  width: 34px;
  padding: 6px;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist span:nth-of-type(2),
.product-view .product-shop .add-to-box.group-item a.link-wishlist span:nth-of-type(2) {
  display: none;
}

.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 {
  background-color: #3ab54a;
}

.product-view .product-shop .product-options-bottom.group-item a.link-wishlist:hover .glyphicon,
.product-view .product-shop .add-to-box.group-item a.link-wishlist:hover .glyphicon {
  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 {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #eeeeee;
}

.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: left;
  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 dt label em {
  color: #f00;
  margin-right: 5px;
}

.product-view .product-shop #product-options-wrapper .selector {
  position: relative;
}

.product-view .product-shop #product-options-wrapper .selector[id*="uniform-bundle-option-"] span {
  display: none;
}

.product-view .product-shop #product-options-wrapper span[id^="bundle-option-"] + .qty-holder {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-view .product-shop #product-options-wrapper .selector span {
  background: #eee;
  line-height: 28px;
  text-align: left;
  position: relative;
  display: block;
  padding: 0;
  color: #777;
}

.product-view .product-shop #product-options-wrapper .price-box {
  display: none;
}

.product-view .product-shop #product-options-wrapper .input-box select {
  /*left: 0 !important;*/
  opacity: 1;
  filter: alpha(opacity=1);
  /*position: static;*/
  top: 0;
  width: 100% !important;
  height: 28px;
  cursor: pointer;
  padding: 0 20px 0 12px !important;
}

.product-view .product-shop .wrap-qty .qty-title {
  font-size: 125%;
  float: left;
  line-height: 34px;
  margin-right: 5px;
  display: none;
}

.product-view .product-shop .wrap-qty .qty-unit {
	font-size: 125%;
	float:left;
	line-height:34px;
	margin-right:20px;
}

.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;
  padding: 0 0 0 23px;
  position: relative;
}

.product-view .box-tags .form-add .input-box .glyphicon {
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 10px;
}

.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 .price-label {
  display: inline-block !important;
  color: #666;
  font-weight: normal;
  margin-right: 5px;
}

.price-box .price-as-configured .full-product-price {
  display: inline-block;
}

.price-box .price-as-configured .price {
  margin-top: 0px;
}

/*--------------yt_tab_products---------*/
.product-collateral {
  margin-top: 50px;
  border: 1px solid #ddd;
}

.toggle-tabs {
  border-bottom: 3px solid #3ab54a;
}

@media all and (max-width: 767px) {
  .toggle-tabs {
    display: none;
  }
}

.toggle-tabs li {
  display: inline-block;
  float: left;
}

.collateral-tab-item {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .collateral-tab-item {
    display: inline-table !important;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 16px 32px;
  }
  .collateral-tab-item:last-of-type {
    border-bottom-width: 0;
  }
}

@media all and (min-width: 768px) {
  .collateral-tab-item {
    display: inline-block;
    padding: 16px;
    border-right: 1px solid #ddd;
    border-bottom: 3px solid transparent;
  }
}

.collateral-tab-item.current {
  color: #3ab54a;
  border-bottom: 3px solid #3ab54a;
}

.collateral-tab-item:hover {
  border-bottom-color: #3ab541;
}

.collateral-tab-item span {
  display: table-cell;
  vertical-align: middle;
}

.collateral-tab-item span:nth-of-type(1) {
  width: 90%;
}

.collateral-tab-item .glyphicon {
  text-align: right;
  width: 10%;
}

@media all and (min-width: 768px) {
  .collateral-tab-item .glyphicon {
    display: none;
  }
}

.collateral-tabs {
  margin-bottom: 0;
}

.collateral-tabs dt, .collateral-tabs dd {
  display: none;
}

@media all and (max-width: 767px) {
  .collateral-tabs dt {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .collateral-tabs dt {
    display: none;
  }
}

.collateral-tabs dt.current + dd {
  display: block;
}

.collateral-tabs dd {
  padding: 27px 15px;
}

@media all and (min-width: 768px) {
  .collateral-tabs dd {
    padding: 27px 40px;
  }
}

.collateral-tabs h2 {
  display: none;
}

.collateral-tabs h3 {
  font-size: 13px;
}

.collateral-tabs .pager {
  background: #ECECEC;
  line-height: 40px;
}

.collateral-tabs .pager p, .collateral-tabs .pager label {
  margin-bottom: 0;
}

.collateral-tabs .amount {
  float: left;
  margin-left: 10px;
}

.collateral-tabs .limiter {
  float: right;
  margin-right: 10px;
}

.collateral-tabs #customer-reviews dt, .collateral-tabs #customer-reviews dd {
  display: block;
}

.collateral-tabs #customer-reviews dd {
  padding: 0;
}

#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%;
  display: none;
}

#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 .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 .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block-related .page-button .control-button li.next {
  right: 0px;
}

.block-related .page-button .control-button li.preview {
  right: 30px;
}

.block-related .page-button .control-button li.preview:before {
  height: 12px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 10px;
}

.block-related .page-button .control-button li:hover {
  cursor: pointer;
  background: #3ab54a !important;
  color: #fff;
  border-color: #3ab54a !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 .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 .price-box > p {
  display: inline-block;
}

.block-related.products-grid .item .item-info .price-box .price-label {
  display: none;
}

.block-related.products-grid .item .item-info .price-box .old-price {
  margin-top: 2px;
}

/*-------------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;
  opacity: 1 !important;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li.next {
  right: -20px;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li.preview {
  right: 10px;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li:hover {
  cursor: pointer;
  background: #3ab54a;
  border-color: #3ab54a;
}

.wrap-upsell_pro #upsell_pro .page-button .control-button li:hover .glyphicon {
  color: #fff;
}

.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: #3ab54a;
}

.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: #3ab54a;
  width: 50px !important;
  height: 40px !important;
  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.preview {
  right: 30px;
}

.content-bottom-7 .sm-categoryslider .control-button li:hover {
  cursor: pointer;
  background: #3ab54a;
  border-color: #3ab54a;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content {
  position: relative;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate a {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #3ab54a transparent;
}

.content-bottom-7 .sm-categoryslider .categoryslider-content .icon-cate a .glyphicon {
  position: absolute;
  top: 66%;
  left: 66%;
  -webkit-transform: translate(-34%, -34%);
      -ms-transform: translate(-34%, -34%);
          transform: translate(-34%, -34%);
  font-size: 16px;
  color: #fff;
}

.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 {
  position: relative;
  padding: 30px 30px 0px 0;
  min-height: 338px;
}

.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;
  text-align: center;
}

.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;
  text-align: center;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-box > p {
  display: inline-block;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-box .price-label {
  display: none;
}

.content-bottom-7 .sm-categoryslider .categoryslider .item .item-wrap .item-info .item-content .item-price .price-box .price {
  display: inline-block;
}

.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;
}

.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;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .cms-home .sm_imageslider_wrap, .cms-home .owl-stage-outer {
    height: 288px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .cms-home .sm_imageslider_wrap, .cms-home .owl-stage-outer {
    height: 373px;
  }
}

@media all and (min-width: 1200px) {
  .cms-home .sm_imageslider_wrap, .cms-home .owl-stage-outer {
    height: 450px;
  }
}

@media all and (min-width: 768px) {
  .cms-home .sm_imageslider_wrap .owl-item a-1170-450, .cms-home .owl-stage-outer .owl-item a-1170-450 {
    padding-bottom: 38.46154%;
  }
}

.cms-home .img-container img:not([src]) {
  opacity: 0;
}

.cms-home .img-container {
  height: 0;
}

@media all and (min-width: 768px) {
  .cms-home .img-container-1170-450 {
    padding-bottom: 38.46154%;
  }
}

.cms-home .img-container-370-300 {
  padding-bottom: 81.08108%;
}

.cms-home .img-container-370-95 {
  padding-bottom: 25.67568%;
}

.cms-home .img-container-370-145 {
  padding-bottom: 39.18919%;
}

.cms-home .img-container-246-135 {
  padding-bottom: 54.87805%;
}

.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: #3ab54a;
}

.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: #3ab54a;
}

.content-bottom-slider #page-wrap .sub_category:hover {
  background: #696969;
}

.content-bottom-slider .sm_imageslider:before,
.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;
  position: absolute;
}

.content-bottom-slider .sm_imageslider:before {
  left: -100%;
}

.content-bottom-slider .sm_imageslider:after {
  right: -100%;
}

.content-bottom-slider .sm_imageslider .owl-controls {
  display: inline;
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div .glyphicon {
  color: #ddd;
  position: relative;
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div .glyphicon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div:hover {
  background: #3ab54a;
}

.content-bottom-slider .sm_imageslider .owl-controls > div > div:hover .glyphicon {
  color: #fff;
}

.content-bottom-slider .sm_imageslider .owl-controls .owl-prev {
  left: 0;
}

.content-bottom-slider .sm_imageslider .owl-controls .owl-next {
  right: 0;
}

.content-bottom-slider .sm_imageslider .owl-dots {
  display: none !important;
}

.wrap-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.wrap-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  background: #fff;
}

.wrap .m-lr {
  position: relative;
}

.wrap .m-lr .wrap-address {
  position: absolute;
  background: #3ab54a;
  opacity: 0.95;
  filter: alpha(opacity=95);
  padding: 30px;
  width: 370px;
  top: -380px;
  right: 0;
}

.wrap .m-lr .wrap-address ul li {
  position: relative;
  color: #fff;
  line-height: 19px;
  padding-left: 44px;
  list-style:none;
}

.wrap .m-lr .wrap-address ul li:not(:last-child) {
  margin-bottom: 20px;
}

.wrap .m-lr .wrap-address ul li .glyphicon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  left: 5px;
}

.content-bottom-5 {
  min-height: 250px;
}

.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;
}

.content-bottom-5 .ts-wrap .ts-btn a.retweet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -18px;
}

.content-bottom-5 .ts-wrap .ts-btn a.favorite-tweet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  top: 3px;
  left: -16px;
}

.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: #3ab54a;
}

.content-bottom-services {
  background: #fff;
}

.content-bottom-services .wrap-services {
  margin: 0 -15px;
  overflow: hidden;
}

.content-bottom-services .wrap-services div {
  width: 25%;
  float: left;
  text-align: center;
}

.content-bottom-services .wrap-services div a {
  display: block;
}

.content-bottom-services .wrap-services div.item1 {
  padding-left: 43px;
  text-align: left;
}

.content-bottom-services .wrap-services div.item1 span {
  position: relative;
  display: inline-block;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 116.66%;
}

.content-bottom-services .wrap-services div.item1 span:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 16px;
  left: -26px;
}

.content-bottom-services .wrap-services div.item2 span {
  position: relative;
  display: inline-block;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 116.66%;
}

.content-bottom-services .wrap-services div.item2 span:before {
  content: "";
  width: 33px;
  height: 24px;
  position: absolute;
  top: 18px;
  left: -38px;
}

.content-bottom-services .wrap-services div.item3 span {
  position: relative;
  display: inline-block;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 116.66%;
}

.content-bottom-services .wrap-services div.item3 span:before {
  content: "";
  width: 20px;
  height: 24px;
  position: absolute;
  top: 15px;
  left: -25px;
}

.content-bottom-services .wrap-services div.item4 {
  text-align: right;
  padding-right: 15px;
}

.content-bottom-services .wrap-services div.item4 > .wrap {
  position: relative;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 116.66%;
  width: 100%;
  float: left;
}

.content-bottom-services .wrap-services div.item4 > .wrap:before {
  content: "";
  width: 23px;
  height: 22px;
  position: absolute;
  top: 18px;
  left: 34px;
}

.content-bottom-services .wrap-services div.item4 > .wrap > span.phone {
  border: none !important;
  color: #00abf0 !important;
  display: inline-block;
}

.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;
}

.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a.prev:before {
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 7px;
}

.content-bottom-6 #homeCarousel .title-latestblog .btn-p-n li a:hover {
  background: #3ab54a;
  border-color: #3ab54a;
}

.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: #3ab54a;
}

.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;
  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: 26px 0 7px;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .parent-title a {
  font-size: 133.3333%;
  color: #3ab54a;
  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;
}

.content-bottom-6 #page-wrap .box-wrapper .item .sub_content .wrap-cate .wrap-title:hover .num_items {
  color: #3ab54a;
}

.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: #3ab54a;
  left: 0;
  bottom: -2px;
}

.content-bottom-4 {
  padding-bottom: 25px;
}

.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 ul {
  clear: both;
  float: none;
}

.content-bottom-4 .wrap-shop-brands ul li {
  float: left;
  width: 100%;
}

@media all and (min-width: 480px) and (max-width: 640px) {
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 48%;
  }
  .content-bottom-4 .wrap-shop-brands ul li:nth-of-type(2n + 1) {
    margin-right: 4%;
  }
}

@media all and (min-width: 641px) and (max-width: 850px) {
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 32%;
  }
  .content-bottom-4 .wrap-shop-brands ul li:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}

@media all and (min-width: 851px) and (max-width: 991px) {
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 22%;
  }
  .content-bottom-4 .wrap-shop-brands ul li:not(:nth-of-type(4n)) {
    margin-right: 4%;
  }
}

@media all and (min-width: 992px) {
  .content-bottom-4 .wrap-shop-brands ul li {
    width: 18%;
  }
  .content-bottom-4 .wrap-shop-brands ul li:not(:nth-of-type(5n)) {
    margin-right: 2%;
  }
}

.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 li a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.content-bottom-4 .wrap-shop-brands ul:hover li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.content-bottom-4 .wrap-shop-brands ul li img {
  max-width: 100%;
}

.content-bottom-3 {
  padding:0 0 25px;
}

.content-bottom-3 .container{
	background-color: #e8e8e8;
}

.mailjet-iframe {
  text-align: center;
}

.mailjet-iframe iframe {
  display: inline-block;
  margin: 0 auto;
  max-width: 1024px;
}

@media all and (max-width: 991px) {
  .mailjet-iframe iframe {
    height: 370px !important;
  }
}

.content-bottom-3 .block-news-letter {
  float: left;
  width: 100%;
  text-align: center;
}

.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;
}

.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: #3ab54a;
}

.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: 1px transparent solid;
  font-size: 108.33%;
  color: #999;
}

.content-bottom-3 .block-news-letter .block-content .block-subscribe .input-box #newsletter:focus {
  border: 1px #929292 solid;
}

.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: #3ab54a;
  width: 108px;
  height: 40px;
  border-radius: 0;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 116.66%;
  color: #fff;
}

/*---------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: 15px;
  padding-bottom: 25px;
}

.content-bottom-1 .wrap-banner-home,
.banner-home-bottom .wrap-banner-home,
.banner-left .wrap-banner-home {
  width: 100%;
  float: left;
}

.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%;
  float: left;
  margin-bottom:30px;
}

.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;
  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;
}

/*----------------------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: #3ab54a;
  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 {
  -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;
}

.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: #3ab54a;
  -webkit-transition: all 0.22s ease-in;
  transition: all 0.22s ease-in;
}

.content-bottom-2 .deal-list-item .item .inner-item .item-image .btn-cart span:before {
  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;
}

.content-bottom-2 .deal-list-item .btn-p-n li a.prev:before {
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 7px;
}

.content-bottom-2 .deal-list-item .btn-p-n li a:hover {
  background: #3ab54a;
  border-color: #3ab54a;
}

/*----------------------------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: #3ab54a;
}

.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: #3ab54a;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s 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.22s ease-out;
  transition: all 0.22s 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: #3ab54a;
}

.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: #3ab54a;
}

.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: #3ab54a;
}

.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: #3ab54a;
}

.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 {
  display: inline-block;
}

.cart .cart-collaterals #crosssell-products-list .product-details .price-box .price-label {
  display: none;
}

.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-top: 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;
  transition: all 0.2s ease-in 0s;
}

#yt-totop {
  bottom: 30px;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 45px;
  z-index: 99999;
  background-color: #3ab54a;
}

#yt-totop .glyphicon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

/*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 .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;
  }
  .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: 81%;
  }
  .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%;
  }
  .sm-categoryslider .preset01-3 .vpo-wrap .vp .item {
    float: left;
    width: 33.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 .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 {
  margin-bottom: 0px;
  position: relative;
  height: 100%;
}

.sm-categoryslider .page-button .control-button .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.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;
}

/* 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;
  -ms-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%;
  -ms-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%;
  -ms-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;*/
  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;
    -webkit-transform: translateY(70%);
            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;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(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% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(0%) rotate(20deg);
            transform: translateY(0%) rotate(20deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: translateY(0%) rotate(15deg);
            transform: translateY(0%) rotate(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(150%) rotate(17deg);
            transform: translateY(150%) rotate(17deg);
    opacity: 0;
  }
}

@-webkit-keyframes scaleRotateOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}

@keyframes scaleRotateOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(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;
    -webkit-transform: translateX(50%) translateY(100%) rotate(25deg);
            transform: translateX(50%) translateY(100%) rotate(25deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
            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;
    -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
            transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            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% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
  }
  50% {
    z-index: -1;
  }
  51% {
    z-index: 1;
  }
  70% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}

@-webkit-keyframes rotateOutLeft {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}

@keyframes rotateOutLeft {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            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;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            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% {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
            transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
  }
  100% {
    -webkit-transform: translateZ(-400px);
            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% {
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
  40% {
    z-index: -1;
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
            transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
  }
  41% {
    z-index: 1;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}

@-webkit-keyframes scaleDown {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}

@keyframes scaleDown {
  100% {
    opacity: 0;
    -webkit-transform: scale(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;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(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;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            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;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  75% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(15deg);
            transform: rotateY(15deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
  }
}

@keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
            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% {
    -webkit-transform: translateX(100%) scale(0.8);
            transform: translateX(100%) scale(0.8);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
}

/* Color var */
.switcher-field {
  margin-top: 20px;
  position: relative;
}

#co-payment-form #checkout-payment-method-load input.radio {
  margin-right: 5px;
  display: inline;
  margin-top: 0px;
}

input:focus {
  border: 1px #929292 solid;
}

.item-wishlist, .product-wishlist, .add-to-links .wishlist, .link-wishlist {
  display: block !important;
}

.availability-only-details th{
	border:1px solid #686868;
	padding:5px;
	background-color:#eee;
	color:#444;
	min-width:65px
}
.availability-only-details td{
	border:1px solid #686868;
	padding:5px;
}

/* CMCS */
.products-grid .price-box .price-jm,#wishlist-table .price-jm{color:#ff0000;font-size:116.66%}
.products-grid .price-box .old-price .price-jm{color:inherit;font-size:inherit}
.products-grid .price-box .price-converted{color: #ff0000;font-size: 116.66%;}
.price-box .price-jm{color:#ff0000;font-size:150%}
.price-box .old-price .price-jm{font-size:116.66%;color:#909090;text-decoration: line-through;}
.price-box .old-price .price-converted{color: inherit;font-size: inherit;text-decoration: line-through;}
.price-box .price-converted{color: #ff0000;font-size: 150%;}
.mini-cartpro .s-qty strong{display:inline-block;vertical-align:baseline}
.mini-cartpro .product-details .price-converted{float: left;font-size: 100%;line-height: 14px;margin-left:5px}
.mini-cartpro .subtotal .price-converted{float:right;font-size:133.333%;margin-left:5px}
#minicart-sidebar .price-jm{display: inline-block;font-size: 100%;line-height: 14px;font-weight: 700;float: left;}
.elastic-results .price-jm{font-size:116.66%}
.elastic-results .old-price .price-jm{color:#909090}
#shopping-cart-table .input-text.qty{margin:0 0 7px}
#oib-firme{display:none}
#billing-address-select{width:auto}
#packet-container{position:absolute;width: 100px;font-weight: bold;top:-17px}
#packet-container span{display:inline-block}
.product-shop .quantity-box{position:relative;display:block}
.clear:after,.clear:before{clear:both;content:"";display:table}
#rcode{margin:0 0 15px}
#ordercomments_input{height:30px;padding:0 10px;width:100%}
.socials-wrap {text-align: center;}
.social-footer-list{text-align: center;}
.social-header-list{padding:2.5px 0}
.social-header-list li{display:inline-block;margin:0 5px}
.socials-wrap{text-align:center}
.socials-wrap h3{font-family:Ubuntu, serif !important}
.social-footer-list li{display:inline-block;margin:0 10px}
.btn-mail {text-transform: uppercase;color: #fff;background-color: #34a142;position: relative;padding-left: 10px;padding-right: 10px;margin-right: 10px;}
.btn-mail:hover {background-color: #686868;color: #fff;}
.mail-info{line-height:34px;color:#383838}
.footer-flags{background-color:#fff;text-align: center;}
.footer-flags img, .footer-flags a{vertical-align:middle}
#brand-owl .owl-stage-outer{height: auto !important;}
#brand-owl .owl-stage-outer:before,#brand-owl .owl-stage-outer:after{clear: both;content: "";display: table;}
#brand-owl .owl-carousel .owl-item{width: auto !important;}
.content-bottom-4 .wrap-shop-brands ul li{width: 5%;}
.content-bottom-4 .wrap-shop-brands ul li:not(:nth-of-type(5n)) {margin-right: 0;}
#brand-owl .owl-carousel .owl-controls .owl-prev, #brand-owl .owl-carousel .owl-controls .owl-next{color:#869791}
.content-bottom-1 .wrap-banner-home ul{margin:0 -1%}
.content-bottom-1 .wrap-banner-home ul li {padding: 0 1% 2%;margin:0; width: 33.333%;float: left;}
body.modal-open {overflow:hidden}
#modal {display:none;position: fixed;top:0;left:0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.25);z-index: 10000;}
.modal-wrap {position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: auto;}
.modal-container {background-color: #fff;padding: 25px;position: absolute;max-width:80%;max-height:80%;overflow:auto;box-shadow: 0 0 3px #989898;}
#modal-closer {position: absolute;top: 0;right: 0;padding: 5px;cursor:pointer;}
.icon-close{display:block}
.icon-close:before{content: "\f00d";font-size: 13px;font-family: "Fontawesome";}
.modal-heading{margin:0 0 20px}
.modal-description{font-size:14px;margin:0 0 20px}
.modal-description ul {list-style: disc;}
.modal-description ul li{margin:0 0 7px 20px}
#upit-za-proizvod-forma .required{color:#e60000;margin:0 5px 0 0}
.input-row{margin:0 -2%}
.input-field{margin:0 0 20px}
.input-field.col-3{float:left;width:25%;padding:0 2%}
.input-field.col-4{float:left;width:33.333333%;padding:0 2%}
.input-field.col-6{float:left;width:50%;padding:0 2%}
.input-field.col-8{float:left;width:66.666666%;padding:0 2%}
.input-field.col-12{padding:0 2%}
.input-field input[type="text"],.input-field input[type="email"]{width:100%;height:35px;line-height:35px;font-size:14px;color:#777;padding:0 10px;margin:0}
.input-field textarea{font-size:14px;color:#777;padding:10px}
.input-field input[type="checkbox"]{margin:0 5px 0 0}
#toggle-uvjeti-kontaktiranja{text-decoration:underline;cursor:pointer}
#uvjeti-kontaktiranja{display:none;border: 1px solid #666;padding: 7px 10px;}
#uvjeti-kontaktiranja p{margin:0 0 5px}
#uvjeti-kontaktiranja p:last-child{margin:0}
#contact-success,#contact-failure{font-size:24px;display:none;text-align: center;}
#contact-success img, #contact-failure img {display: block;margin: 10px auto;}
#contact-success .icon-check,#contact-failure .icon-cancel{margin-right: 10px;font-size: 40px;display: block; vertical-align: middle;}
#contact-failure .icon-cancel{color:#c20000}
#contact-success .icon-check{color:#2ab06f}
#contact-success .icon-check:before,#contact-failure .icon-cancel:before{display: block;}
#contact-closer,#modal-closer{position: absolute;top: 0;right: 0;padding: 10px;cursor:pointer;}
#form-validation-result{color:#e60000;margin:0 0 15px}
.image-disclaimer{font-style: italic;color: #8B8B8B;}

@media all and (min-width:768px) {
.content-bottom-1 .wrap-banner-home ul li:nth-child(3n+1){clear:left}
}
@media all and (max-width:767px) {
.social-header-list{padding:0}
.social-header-list li{margin:0 10px;line-height:42px}
.social-header-list li img{vertical-align:middle}
.std{padding:0 15px}
}
@media all and (min-width:480px) and (max-width:767px) {
.content-bottom-1 .wrap-banner-home ul li {width: 50%;}
.content-bottom-1 .wrap-banner-home ul li:nth-child(2n+1){clear:left}
}
@media all and (max-width:479px) {
.content-bottom-1 .wrap-banner-home ul li {width: 100%;padding:0 0 15px}
}