/* Mixins style */
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  from {
    bottom: -56px;
  }
  to {
    bottom: 86px;
  }
}
@keyframes mymove {
  from {
    bottom: -56px;
  }
  to {
    bottom: 86px;
  }
}
@-webkit-keyframes mymove-back {
  from {
    bottom: 86px;
  }
  to {
    bottom: -56px;
  }
}
@keyframes mymove-back {
  from {
    bottom: 86px;
  }
  to {
    bottom: -56px;
  }
}
@-webkit-keyframes bottom-to-top {
  from {
    top: 100px;
  }
  to {
    top: 48px;
  }
}
@keyframes bottom-to-top {
  from {
    top: 100px;
  }
  to {
    top: 48px;
  }
}
@-webkit-keyframes bottom-to-top-back {
  from {
    top: 48px;
  }
  to {
    top: 100px;
  }
}
@keyframes bottom-to-top-back {
  from {
    top: 48px;
  }
  to {
    top: 100px;
  }
}
@keyframes lfl {
  from {
    left: 0px;
  }
  to {
    left: 300px;
  }
}
/*
div {
    -webkit-animation: lfl 5s; 
    animation: lfl 5s;
}
*/
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* 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;
}
body .modal-backdrop {
  z-index: 99999;
}
#mobile-nav {
  display: none;
  padding: 0 15px;
}
#mobile-nav .sidebar {
  margin: 0;
  padding: 0;
  line-height: 28px;
  color: #999 !important;
  border: 1px solid #f0f0f0;
  background: #fff;
  font-size: 12px;
  padding: 0 10px 0 30px;
  text-transform: capitalize;
  position: relative;
}
#mobile-nav .sidebar:before {
  content: "\f0c9";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #666 !important;
  left: 10px;
}
img {
  border: 0;
  vertical-align: top;
}
a:hover {
  text-decoration: none;
  color: #ededed;
}
a:focus {
  outline: 0;
  text-decoration: none;
  color: #ededed;
}
/* Headings */
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 120%;
}
h5,
h6 {
  font-size: 110%;
}
/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
/* Content */
p {
  margin: 0 0 10px;
}
strong {
  font-weight: 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 {
  display: none;
  margin-top: 0;
}
body.page-popup .page-title.category-title > * {
  font-size: 133.33%;
  text-transform: uppercase;
  color: #333;
  display: none;
}
body.page-popup .page-title h1 {
  float: left;
  font-weight: normal;
  margin-top: 0px;
  text-transform: uppercase;
  color: #666666;
}
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: 183.33%;
}
body.page-popup .ratings .amount {
  margin: -2px 0 0 20px;
  float: left;
}
body.page-popup .add-to-links {
  list-style: none;
  margin: 0 0;
  text-align: center;
}
body.page-popup .product-shop-row td,
body.page-popup .add-to-row td {
  text-align: center;
}
/* Global Styles ========================================================================= */
/* Form Elements */
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 100%;
  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,
.label {
  font-size: 100%;
  margin-bottom: 9px;
}
select {
  border: 1px solid #ccc;
  margin: 0;
  padding: 2px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select:focus {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input.input-text {
  height: 32px;
  color: #666666;
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.input-text:focus {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
input.input-text.validation-failed {
  border-color: #b94a48 !important;
}
textarea {
  width: 100%;
  min-height: 150px;
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666666;
}
textarea:focus {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea.validation-failed {
  border-color: #b94a48 !important;
}
.clr {
  clear: both;
}
#vtslider_adv .price-box {
  float: left;
  width: 100%;
}
#vtslider_adv .price-box p {
  margin-bottom: 0;
}
#vtslider_adv .price-box .price {
  color: #fff;
  font-size: 128.57%;
  position: relative;
  line-height: 40px;
  padding: 0 10px 0 18px;
  background: #ededed;
  float: left;
}
#vtslider_adv .price-box .price:before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #ededed transparent transparent transparent;
  line-height: 0px;
  _border-color: #ededed #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#vtslider_adv .price-box .special-price,
#vtslider_adv .price-box .old-price,
#vtslider_adv .price-box .regular-price {
  float: left;
}
#vtslider_adv .price-box .special-price .price-label,
#vtslider_adv .price-box .old-price .price-label,
#vtslider_adv .price-box .regular-price .price-label {
  display: none !important;
}
#vtslider_adv .price-box .special-price {
  position: relative;
  float: left;
}
#vtslider_adv .price-box .special-price:before {
  content: "";
  position: absolute;
  top: 0;
  right: -84px;
  width: 50px;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 0;
  border-color: #ededed transparent transparent transparent;
  line-height: 0px;
  _border-color: #ededed #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#vtslider_adv .price-box .old-price {
  margin: 0 0 0 40px;
  float: left;
}
#vtslider_adv .price-box .old-price .price {
  color: #ededed;
  font-size: 100%;
  min-width: 0;
  background: none;
  padding: 0;
  margin: 0;
}
#vtslider_adv .price-box .old-price .price:before {
  display: none;
}
#vtslider_adv .price-box .old-price .price:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
}
#vtslider_adv .price-box .minimal-price .price-label {
  float: left;
  line-height: 40px;
}
#vtslider_adv .price-box .minimal-price .price {
  background: none;
  color: #ededed;
}
#vtslider_adv .price-box .minimal-price .price:before {
  display: none;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .special-price,
.price-box .old-price,
.price-box .regular-price {
  float: left;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label,
.price-box .regular-price .price-label {
  display: none !important;
}
.price-box .price {
  color: #3555D0 ;
  font-size: 100%;
}
.price-box .price-from,
.price-box .price-to {
  float: left;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label {
  font-weight: normal;
  float: left;
}
.price-box .price-from .price,
.price-box .price-to .price {
  background: none;
  color: #3555D0 ;
  font-size: 100%;
}
.price-box .price-from .price:before,
.price-box .price-to .price:before {
  display: none;
}
.price-box .price-to {
  margin-left: 10px;
}
.price-box .old-price {
  float: left;
}
.price-box .old-price .price {
  color: #666;
  min-width: 0;
  background: none;
  position: relative;
  padding: 0;
  margin: 0 0 0 10px;
}
.price-box .old-price .price:before {
  display: none;
}
.price-box .old-price .price:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
}
input[type="button"],
.button,
button {
  font-size: 100%;
  font-weight: normal;
  padding: 7px 10px;
  color: #fff !important;
  border: none;
  background: #333333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input[type="button"]:hover,
.button:hover,
button:hover {
  background: #ededed;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.buttons-set .back-link {
  float: left;
}
.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}
.new-item,
.sale-item {
  position: absolute;
  top: 0px;
  left: 22px;
  float: left;
  padding-left: 2px;
  min-width: 53px;
  height: 50px;
  text-transform: uppercase;
  background: url('../images/icon-ovicsport.png') no-repeat -2px -134px;
  color: #fff;
  line-height: 100%;
  z-index: 9;
  text-align: center;
}
.new-item {
  padding-top: 15px;
  background: url('../images/icon-ovicsport.png') no-repeat -68px -134px;
}
.sale-item {
  left: auto;
  right: 24px;
  padding-top: 5px;
}
.sale-item span {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 3px;
  text-transform: uppercase;
}
.page-title {
  padding-left: 20px;
  background: #fff;
  width: 100%;
  border-bottom: 6px solid #eee;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 0 5px 0px;
}
.page-title h1,
.page-title h2 {
  font-size: 128.57%;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  color: #353535;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.sub-title {
  font-size: 110%;
  clear: both;
  padding: 15px 0 0;
  font-weight: bold;
  margin: 0 0 6px;
  color: #666666;
}
.product-name {
  text-transform: none;
  margin: 0;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
.fieldset {
  border: 1px solid #bbafa0;
  margin: 30px 0 15px;
  padding: 15px;
}
.fieldset .legend {
  background: #333333;
  color: #fff;
  float: left;
  font-size: 100%;
  font-weight: bold;
  margin: -30px 0 0;
  padding: 4px 8px;
  line-height: 20px;
}
.fieldset ul {
  margin: 10px 0 0;
  list-style: none;
}
.buttons-set .back-link {
  float: left;
}
.buttons-set .button {
  float: right;
  margin: 0 0 0 5px;
}
.control .input-box {
  float: left;
  margin: 0 5px 0 0;
}
.control .input-box input {
  margin: 0 0;
}
.control input {
  float: left;
  margin: 1px 5px 0 0;
}
.control label {
  cursor: pointer;
  margin: 0 0;
}
.input-box select {
  margin: 0 0 10px 0;
}
.col2-set {
  clear: both;
}
.col2-set h2 {
  font-size: 125%;
}
.col2-set h3 {
  font-size: 120%;
  margin: 0 0;
}
.col2-set h4 {
  font-size: 100%;
  margin: 0 0;
}
.col2-set .col-1 {
  width: 48.5%;
  float: left;
}
.col2-set .col-2 {
  width: 48.5%;
  float: right;
}
.col2-set .content {
  background: #FFF;
  padding: 10px 20px;
  border: 1px solid #CCC;
  height: 270px;
}
.col2-set .buttons-set {
  border: 1px solid #CCC;
  border-top: none;
}
.col2-set .buttons-set:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.col3-set .col-1 {
  width: 32%;
  float: left;
}
.col3-set .col-2 {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.col3-set .col-3 {
  width: 32%;
  float: right;
}
.box-head h2 {
  font-size: 125%;
  margin: 0 0;
}
.box .box-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.box .box-title h3 {
  font-size: 110%;
  margin: 0 0;
}
.box .box-title h2 {
  font-size: 110%;
  margin: 0 0;
  padding-bottom: 10px;
}
.box-content {
  padding: 0 20px;
}
.box-content h4 {
  font-size: 110%;
  margin-top: 0px;
}
.box-account > ol {
  list-style: none;
  margin: 10px 0 10px 15px;
}
.box-account > ol li .number {
  float: left;
  margin: 0 10px 0 0;
}
.box-account > ol li .details {
  width: 100%;
}
.box-account > ol li .details .product-name {
  line-height: 18px;
  margin: 0 0;
}
.box-account > ol li .details .ratings {
  margin: 6px 0;
}
.box-account > ol li .details .ratings strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags strong {
  float: left;
  margin: 0 8px 0 0;
}
.box-account > ol li .details .tags ul {
  list-style: none;
  margin: 0 0;
}
.box-account > ol li .details .tags ul li {
  float: left;
  margin: 0 3px 0 0;
}
.table-caption {
  font-size: 125%;
}
#wishlist-table input {
  text-align: center;
}
#wishlist-table input,
#wishlist-table textarea {
  margin: 10px 0;
}
#wishlist-table .add-to-cart-alt {
  margin-bottom: 10px;
}
#wishlist-table .price-box p {
  margin-bottom: 0;
}
#wishlist-table .price-box .old-price {
  padding-top: 8px;
  padding-top: 2px;
}
#wishlist-table .price-box .old-price .price {
  color: #666;
  font-size: 89%;
}
#wishlist-table .price-box .old-price:before {
  margin-top: 1px;
}
.data-table {
  background: #FFF;
  border: 1px solid #CCC;
  border-collapse: collapse;
  width: 100%;
}
.data-table thead tr td,
.data-table thead tr th {
  background: #eaeaea;
  border-bottom: 1px solid #CCC;
  border-right: medium none;
  border-top: 1px solid #CCC;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #888;
}
.data-table tbody th {
  text-align: left;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 8px;
}
.data-table tbody td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 8px;
}
.data-table tbody td.label {
  vertical-align: middle;
}
.data-table tbody td a.product-image {
  display: block;
}
.data-table tbody td button {
  min-width: 110px;
  margin-bottom: 10px;
}
.data-table tfoot td {
  padding: 15px 20px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.data-table input.input-text {
  padding: 3px 5px;
}
.checkout-onepage-index .page-title h1 {
  font-size: 133.33%;
}
#checkout-progress-wrapper .block-title {
  font-size: 133.33% !important;
}
.checkout-progress {
  margin: 10px 0 35px 0;
  list-style: none;
}
.checkout-progress li {
  display: inline-block;
  padding: 5px 0px;
  width: 20%;
  text-align: center;
  background: #CCC;
  float: left;
  color: #686868;
}
.checkout-progress li.active {
  background: #353535;
  color: #FFF;
}
.multiple-checkout h2 {
  font-size: 120%;
  line-height: 24px;
}
.multiple-checkout .col2-set h2.legend {
  font-size: 135%;
}
.multiple-checkout .col2-set h3.legend {
  font-size: 120%;
}
.multiple-checkout .col2-set h2,
.multiple-checkout .col2-set h3,
.multiple-checkout .col2-set h4 {
  line-height: 26px;
  font-size: 100%;
  margin: 0 0;
}
.multiple-checkout .col2-set .product-name {
  font-size: 120%;
}
.multiple-checkout .col2-set .box .box-title h2 a,
.multiple-checkout .col2-set .box .box-title h3 a,
.multiple-checkout .col2-set .box .box-title h4 a {
  position: static;
}
.multiple-checkout .col2-set .col-1 {
  margin-top: 5px;
}
.multiple-checkout .col2-set .col-2 {
  margin-top: 5px;
}
.multiple-checkout .sp-methods dt input {
  float: left;
  margin: 1px 8px 0 0;
}
.multiple-checkout .sp-methods dt label {
  cursor: pointer;
}
.multiple-checkout .sp-methods dd ul {
  list-style: none;
}
.multiple-checkout #checkout-review-submit {
  float: right;
  text-align: right;
  margin-top: 10px;
}
#my-orders-table tbody td.last {
  white-space: nowrap;
}
.cart-collaterals .totals table {
  width: 100%;
}
.cart-collaterals .totals table td {
  padding: 10px 0 20px;
  text-transform: uppercase;
}
.cart-collaterals .totals table tfoot td {
  border-bottom: 1px solid #CCC;
  font-size: 125%;
  padding: 0 0 20px 20px;
  text-transform: uppercase;
}
.cart-collaterals .totals ul.checkout-types {
  margin: 20px 0 0;
  padding: 0;
}
.cart-collaterals .totals ul.checkout-types li {
  clear: both;
  margin: 0;
  padding: 5px 0;
  text-align: right;
}
.page-popup #product_comparison {
  margin-bottom: 20px;
}
.buttons-set {
  border: none !important;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/* Product View ========================================================================== */
.cart .page-title {
  margin-top: 0;
}
.cart .page-title h1 {
  font-size: 214.28%;
}
.cart .btn-remove {
  width: 19px;
}
.cart .btn-remove:before {
  left: 1px;
  width: 19px;
}
.cart .btn-proceed-checkout {
  padding: 10px 20px;
  margin-bottom: 0;
  background: #ededed;
}
.cart .btn-proceed-checkout:hover {
  background: #333333;
}
.cart thead tr th {
  background: #eaeaea;
  border-bottom: 1px solid #CCC;
  border-right: medium none;
  border-top: 1px solid #CCC;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #333;
}
.cart h1 {
  float: left;
}
.cart h2 {
  font-size: 114.28%;
}
.cart ul.checkout-types {
  list-style: none;
  margin: 0 0 10px;
  float: right;
}
.cart .btn-remove {
  position: relative;
  width: 20px;
}
.cart .input-box {
  width: 100%;
}
.cart .input-box input.input-text {
  margin: 0 0 10px;
  width: 94%;
}
.cart .input-box select {
  width: 100%;
  height: 32px;
  padding: 7px !important;
}
.cart .btn-remove {
  width: 19px;
}
.cart .btn-remove:before {
  left: 0;
}
.cart .data-table input.input-text {
  max-width: 40px;
  text-align: center;
}
.cart .btn-continue {
  float: 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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart .form-list {
  margin: 0 0;
  list-style: none;
}
.cart #co-shipping-method-form .sp-methods {
  margin-top: 8px;
}
.cart #co-shipping-method-form ul {
  list-style: none;
  margin: 0 0 5px 0;
  width: 100%;
  float: left;
}
.cart #co-shipping-method-form ul li {
  width: 100%;
  margin: 5px 0;
}
.cart #co-shipping-method-form ul li label {
  cursor: pointer;
  float: left;
  margin: 0 0;
}
.cart #co-shipping-method-form ul li input {
  float: left;
  margin: -1px 5px 0 0;
}
#remember-me-popup {
  display: none;
}
.checkout-onepage-success .page-title {
  margin: 0;
}
.checkout-onepage-success .buttons-set {
  float: left;
}
.checkout-onepage-success .buttons-set .button {
  margin: 0;
}
#checkoutSteps {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps .show-m {
  display: none;
}
#checkoutSteps h4 {
  margin: 5px 0;
}
#checkoutSteps ul,
#checkoutSteps ol {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps li {
  margin-bottom: 1px;
}
#checkoutSteps li .step-title {
  padding: 8px 15px;
  background: #CCC;
  color: #444444;
}
#checkoutSteps li .step-title .number {
  float: left;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #444444;
  color: #FFF;
}
#checkoutSteps li .step-title h2 {
  font-size: 125%;
  text-transform: uppercase;
  float: left;
  line-height: normal;
  margin: 0 0;
}
#checkoutSteps li .step-title a {
  float: right;
}
#checkoutSteps li.allow .step-title {
  cursor: pointer;
}
#checkoutSteps li.active .step-title {
  background: #FFF;
  border: 1px solid #CCC;
  border-bottom: none;
  cursor: default;
}
#checkoutSteps li .step {
  border: 1px solid #CCC;
  padding: 15px 20px;
}
#checkoutSteps li .step fieldset ul {
  list-style: none;
  margin: 0 0;
}
#checkoutSteps li .step fieldset p.required {
  text-align: right;
}
#checkoutSteps #checkout-step-shipping_method dt {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#checkoutSteps #checkout-step-shipping_method li {
  float: left;
  width: 100%;
}
#checkoutSteps #checkout-step-shipping_method label {
  float: left;
}
#checkoutSteps #checkout-step-shipping_method input[type="radio"],
#checkoutSteps #checkout-step-shipping_method input[type="checkbox"] {
  margin: -1px 5px 0 !important;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#checkoutSteps .please-wait {
  margin: 0;
  line-height: 30px;
  float: right;
}
#checkoutSteps .control input {
  margin: 0px 5px 0 0 !important;
}
#checkoutSteps #checkout-review-table {
  margin-bottom: 10px;
}
.fields .field {
  float: left;
  width: 270px;
}
.input-box input[type="text"],
.input-box input.input-text {
  width: 240px;
}
.input-box select {
  width: 260px;
}
.search-form ul {
  list-style: none;
}
.page-head {
  margin-top: 10px;
  color: #444444;
}
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: -10px 0 10px;
}
.form-list label.required {
  font-weight: bold;
}
.form-list label.required em {
  font-variant: normal;
  color: #eb340a;
  margin-right: 3px;
}
/* Layout ================================================================================ */
.page-print {
  padding: 25px 30px;
  text-align: left;
}
.page-empty {
  padding: 20px;
  text-align: left;
}
.page-popup {
  padding: 25px 30px;
  text-align: left;
}
.main {
  margin: 0 auto;
  text-align: left;
}
/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 10px;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #eb340a;
}
.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}
/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.notice {
  color: #e26703;
}
.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a;
}
.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  color: #3d6611;
}
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611;
}
/* Page Heading */
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
/* 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;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #f00;
  /*background:url(../images/bkg_divider1.gif) 0 50% repeat-x;*/
  text-indent: -999em;
  overflow: hidden;
}
/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}
/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}
/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}
/* ======================================================================================= */
/*--- My account ---*/
.my-account .page-title {
  margin-bottom: 15px !important;
}
.my-account .pager .amount {
  float: left;
  margin: 0 0;
}
.my-account .pager .limiter {
  float: right;
}
.my-account .pager .limiter label {
  float: left;
  margin: 0 10px 0 0;
  line-height: 26px;
}
.my-account .pager .limiter select {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 2px;
  width: 80px;
}
.my-account .tags-list li {
  float: left;
  margin-right: 10px;
}
.my-account .tags-list li a {
  font-size: 100% !important;
  text-transform: capitalize;
}
.tag-customer-index .buttons-set {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.block-subscribe > label {
  margin: 20px 0 0;
  color: #353535;
}
.block-subscribe .block-content form {
  margin-bottom: 0px;
}
.block-subscribe .block-content form .input-box input {
  border: 1px solid #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px;
  margin: 0 0 20px;
  height: 36px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-subscribe .block-content form .input-box input.validation-failed {
  border-color: #B94A48;
}
.block-subscribe .block-content form .input-box .actions button {
  font-size: 92.30%;
  font-weight: normal;
}
.block-subscribe .block-content form .input-box .validation-advice {
  display: none;
}
/* Block: Recently Viewed */
.block-viewed .block-title strong {
  background-image: url(../images/i_block-viewed.gif);
}
/* Block: Recently Compared */
.block-compared .block-title strong {
  background-image: url(../images/i_block-list.gif);
  background-position: 0 1px;
}
/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}
.block-gr-search button.button span {
  border-color: #406a83;
  background: #618499;
}
/* Block: Banner */
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}
/* Block: Login */
.block-login .block-title strong {
  background-image: url(../images/i_ma-info.gif);
}
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499;
}
/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
/* 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 2px transparent;
  display: inline-block;
  height: 15px;
  position: relative;
  vertical-align: middle;
  width: 88px;
  margin: 0 0;
  float: left;
}
.rating-box .rating {
  background: url("../images/bkg_rating.png") repeat-x scroll 0px 100% transparent;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
}
.rating-box .rating-links {
  line-height: 17px;
}
.no-rating a {
  color: #999;
}
.no-rating a:hover {
  color: #ededed;
}
.rating-links a {
  margin: 0 8px;
  color: #353535;
}
.rating-links a:hover {
  color: #ededed;
}
/* 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 {
  font-size: 128.57%;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-to {
  margin: 0;
}
.price-to .price {
  font-size: 128.57%;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}
/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}
/* Add to Links */
.add-to-links .separator {
  display: none;
}
/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list .field {
  width: 315px;
}
.send-friend .form-list .input-box {
  width: 300px;
}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}
/* ======================================================================================= */
/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.advanced-search-amount {
  margin: 0 0 10px;
}
.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}
/* CMS Home Page */
/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}
.truncated {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}
/* ======================================================================================= */
/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}
.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.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;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #ededed;
}
.account-login .new-users h2 {
  background-image: url(../images/i_page1.gif);
}
.account-login .registered-users h2 {
  background-image: url(../images/i_page2.gif);
}
.account-login .buttons-set {
  border: 1px solid #ccc !important;
  border-top: none !important;
  margin: 0;
  padding: 8px 13px;
  background: #dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x;
}
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
/* General Box */
.box-account {
  background: #ffffff url(../images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  border-color: #ccc #999 #999 #ccc;
  padding: 15px;
  margin: 0 0 20px;
}
.box-account .box-head {
  border-bottom: 1px solid #d9dde3;
  margin: 0 0 10px;
  text-align: right;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px;
  color: #e65505;
}
.dashboard .box .box-title {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
  background-image: url(../images/i_folder-table.gif);
}
/* Block: Account Information */
.dashboard .box-info .box-head h2 {
  background-image: url(../images/i_ma-info.gif);
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
  background-image: url(../images/i_ma-reviews.gif);
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
/* Block: Tags */
.dashboard .box-tags .box-head h2 {
  background-image: url(../images/i_ma-tags.gif);
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
/********** Dashboard > */
/* Address Book e26703*/
.addresses-list h2 {
  font-weight: bold;
  margin-top: 0;
  color: #ededed;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-weight: bold;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  background: #ffffff url(../images/gen_bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}
/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  background: #ffffff url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.order-additional {
  margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}
/* My Wishlist */
.my-wishlist .price-box .price-from .price-label,
.my-wishlist .price-box .price-to .price-label {
  font-size: 12px;
}
.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set {
  margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
  float: none;
}
#wishlist-table .add-to-links {
  white-space: nowrap;
}
/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}
#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/* Content */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}
.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}
.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eeeeee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
  background: #ffffff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}
/* ======================================================================================= */
/*---bundle price---------*/
.price-box-bundle {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.price-box-bundle .price-box {
  margin: 0 !important;
}
.price-box-bundle .price-box .price {
  float: left;
  font-size: 171.41%;
}
.price-box-bundle .price-box .price-label {
  display: block !important;
  float: left;
  line-height: 30px;
  font-weight: normal;
  margin-right: 5px;
}
.price-box-bundle .price-box .price-from {
  margin-right: 10px;
  float: left;
}
.price-box .price-as-configured {
  float: left;
}
.price-box .price-as-configured .price-label {
  display: block !important;
  float: left;
  color: #666;
  font-weight: normal;
  line-height: 30px;
  margin-right: 10px;
}
.price-box .price-as-configured .full-product-price {
  float: left;
}
.price-box .price-as-configured .price {
  float: left;
  font-size: 171.41%;
}
.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: #ededed;
}
.cart .cart-collaterals #crosssell-products-list .product-details .product-name {
  display: block;
}
.cart .cart-collaterals #crosssell-products-list .product-details .price-box {
  margin: 5px 0;
  min-width: 210px;
  width: auto;
}
.cart .cart-collaterals #crosssell-products-list .product-details .price-box p {
  margin-bottom: 0;
}
.cart .cart-collaterals #crosssell-products-list .product-details .price-box .old-price {
  margin-top: 2px;
}
.cart .cart-collaterals #crosssell-products-list .product-details .add-to-links {
  float: left;
  margin-left: 10px;
}
.store-switcher ul li a.actived {
  color: #3555D0 ;
}
#_atssh {
  display: none;
}
.subnav-fixed {
  position: fixed !important;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
/* Main style */
/* Pager */
.toolbar .pager .select-limiter li > a:hover,
.toolbar .pager .select-limiter li > a:focus {
  background-color: #fff !important;
}
.category-products .toolbar-bottom {
  float: left;
  width: 100%;
  margin-top: -10px;
}
.category-products .toolbar-bottom .toolbar {
  background: none;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.category-products .toolbar-bottom .toolbar .sorter {
  width: 100%;
}
.category-products .toolbar-bottom .toolbar .sorter > label,
.category-products .toolbar-bottom .toolbar .sorter .view-mode {
  display: none;
}
.category-products .toolbar-bottom .toolbar .sorter label {
  color: #666;
}
.category-products .toolbar-bottom .toolbar .pager {
  display: none;
}
.toolbar-top .limiter,
.toolbar-top .sort-by {
  display: none;
}
.toolbar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #eeeeee;
}
.toolbar label.item-pp {
  float: right;
  margin: 0 0 0 5px;
}
.toolbar .limiter {
  float: right;
}
.toolbar .limiter label {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
}
.toolbar .limiter .wrap-show {
  width: 50px;
  line-height: 23px;
  float: left;
  position: relative;
  text-align: left;
  margin-top: 7px;
}
.toolbar .limiter .wrap-show .selected-limiter {
  position: relative;
  font-size: 100%;
  border: 1px solid #b0b0b0;
  padding-left: 8px;
  color: #666;
}
.toolbar .limiter .wrap-show .selected-limiter:hover {
  color: #3555D0 ;
}
.toolbar .limiter .wrap-show .selected-limiter:before {
  content: "\f0d7";
  font-size: 14px;
  color: #666;
  font-family: "Fontawesome";
  position: absolute;
  top: 0px;
  right: 7px;
  width: 10px;
  height: 10px;
}
.toolbar .limiter .wrap-show:hover .selected-limiter {
  border-color: #3555D0 ;
  color: #3555D0 ;
}
.toolbar .limiter .wrap-show:hover .selected-limiter:before {
  color: #3555D0 ;
}
.toolbar .limiter .wrap-show .select-limiter {
  position: absolute;
  z-index: 9999;
  border: 1px solid #b0b0b0;
  background: #fff;
  float: left;
  width: 100%;
  padding-left: 8px;
  top: 26px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.toolbar .limiter .wrap-show .select-limiter a {
  display: block;
  font-size: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  color: #666;
}
.toolbar .limiter .wrap-show .select-limiter a:hover {
  color: #3555D0 ;
}
.toolbar .limiter .wrap-show:hover {
  cursor: pointer;
}
.toolbar .limiter .wrap-show .current-item {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.toolbar label {
  line-height: 40px;
  font-size: 100%;
  font-weight: normal;
}
.toolbar .pager {
  float: right;
  margin: 7px 10px 0 0;
}
.toolbar .pager .pages {
  float: right;
}
.toolbar .pager .pages > strong {
  float: left;
  font-weight: normal;
  line-height: 26px;
  font-size: 100%;
  margin-right: 5px;
}
.toolbar .pager .pages ol {
  float: left;
}
.toolbar .pager .pages li {
  float: left;
}
.toolbar .pager .pages li > a,
.toolbar .pager .pages li > span,
.toolbar .pager .pages li.current {
  float: left;
  background: #3555D0 ;
  line-height: 26px;
  height: 26px;
  min-width: 27px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border: none;
  display: inline-block;
  background: none;
}
.toolbar .pager .pages li.current {
  background: #3555D0 ;
  color: #fff;
}
.toolbar .pager .pages li > a:hover {
  background: #3555D0 ;
  color: #fff !important;
}
.toolbar .pager .pages li > a.next {
  position: relative;
}
.toolbar .pager .pages li > a.next img {
  display: none;
}
.toolbar .pager .pages li > a.next:before {
  content: "\f105";
  font-family: "FontAwesome" !important;
  position: absolute;
  top: -1px;
  left: 0;
  min-width: 27px;
  text-align: center;
  float: left;
  font-size: 15px;
}
.toolbar .pager .pages li > a.next:hover {
  color: #fff;
}
.toolbar .pager .pages li > a.previous {
  position: relative;
}
.toolbar .pager .pages li > a.previous img {
  display: none;
}
.toolbar .pager .pages li > a.previous:before {
  content: "\f104";
  font-family: "FontAwesome" !important;
  position: absolute;
  top: 0px;
  right: 0;
  min-width: 27px;
  text-align: center;
  float: left;
  font-size: 15px;
}
.toolbar .pager .pages li > a.previous:hover {
  color: #fff;
}
.toolbar .sorter {
  float: left;
}
.toolbar .sorter .view-mode,
.toolbar .sorter .sort-by {
  float: left;
}
.toolbar .sorter .limiter {
  float: right;
}
.toolbar .sorter label {
  float: left;
  margin: 0 10px 0 18px;
}
.toolbar .sorter label.stylepp {
  text-transform: capitalize;
  margin: 0 0 0 10px;
}
.toolbar .sorter .view-mode {
  margin: 7px 0 0 0;
}
.toolbar .sorter .view-mode strong,
.toolbar .sorter .view-mode a {
  width: 27px;
  height: 26px;
  margin-right: 5px;
  float: left;
  text-indent: -9999em;
  position: relative;
}
.toolbar .sorter .view-mode strong.grid:before,
.toolbar .sorter .view-mode a.grid:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: url('../images/icon-ovicsport.png') no-repeat 0 -68px;
}
.toolbar .sorter .view-mode strong.grid:hover,
.toolbar .sorter .view-mode a.grid:hover {
  background: #3555D0 ;
}
.toolbar .sorter .view-mode strong.grid {
  background: #3555D0 ;
}
.toolbar .sorter .view-mode a.grid:before {
  background: url('../images/icon-ovicsport.png') no-repeat -209px -167px;
}
.toolbar .sorter .view-mode a.grid:hover:before {
  background: url('../images/icon-ovicsport.png') no-repeat 0 -68px;
}
.toolbar .sorter .view-mode a.list:before,
.toolbar .sorter .view-mode strong.list:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: url('../images/icon-ovicsport.png') no-repeat -209px -148px;
}
.toolbar .sorter .view-mode a.list:hover,
.toolbar .sorter .view-mode strong.list:hover {
  background: #3555D0 ;
}
.toolbar .sorter .view-mode a.list:hover:before,
.toolbar .sorter .view-mode strong.list:hover:before {
  background: url('../images/icon-ovicsport.png') no-repeat -25px -68px;
}
.toolbar .sorter .view-mode strong.list {
  background: #3555D0 ;
}
.toolbar .sorter .view-mode strong.list:before {
  background: url('../images/icon-ovicsport.png') no-repeat -25px -68px;
}
.toolbar .sorter .sort-by label {
  float: left;
  margin: 3px 10px 0 0px;
  line-height: 36px;
}
.toolbar .sorter .sort-by a.asc,
.toolbar .sorter .sort-by a.desc {
  width: 30px;
  height: 25px;
  float: left;
  margin: 7px 0 0 3px;
  border: 1px solid #b0b0b0;
  position: relative;
}
.toolbar .sorter .sort-by a.asc:before,
.toolbar .sorter .sort-by a.desc:before {
  content: "\f15d";
  font-size: 14px;
  color: #666;
  font-family: "Fontawesome";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 10px;
  height: 10px;
}
.toolbar .sorter .sort-by a.asc:hover,
.toolbar .sorter .sort-by a.desc:hover {
  border-color: #3555D0 ;
}
.toolbar .sorter .sort-by a.asc:hover:before,
.toolbar .sorter .sort-by a.desc:hover:before {
  color: #3555D0 ;
}
.toolbar .sorter .sort-by a.desc:before {
  content: "\f15e";
}
.toolbar .sorter .sort-by .wrap-sb {
  width: 100px;
  line-height: 23px;
  float: left;
  position: relative;
  margin-top: 7px;
}
.toolbar .sorter .sort-by .wrap-sb .selected-order {
  position: relative;
  border: 1px solid #b0b0b0;
  padding-left: 10px;
  font-size: 100%;
}
.toolbar .sorter .sort-by .wrap-sb .selected-order:before {
  content: "\f0d7";
  font-size: 14px;
  color: #666;
  font-family: "Fontawesome";
  position: absolute;
  top: 0px;
  right: 7px;
  width: 10px;
  height: 10px;
}
.toolbar .sorter .sort-by .wrap-sb:hover .selected-order {
  color: #3555D0 ;
  border-color: #3555D0 ;
}
.toolbar .sorter .sort-by .wrap-sb:hover .selected-order:before {
  color: #3555D0 ;
}
.toolbar .sorter .sort-by .wrap-sb .select-order {
  position: absolute;
  z-index: 9999;
  border: 1px solid #b0b0b0;
  background: #fff;
  float: left;
  width: 100%;
  padding-left: 10px;
  top: 1px;
  top: 26px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.toolbar .sorter .sort-by .wrap-sb .select-order a {
  display: block;
  color: #666;
  font-size: 100%;
}
.toolbar .sorter .sort-by .wrap-sb:hover {
  cursor: pointer;
}
.toolbar .sorter .sort-by .wrap-sb .current-item {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/*-- Block in content ---*/
.block {
  margin-bottom: 30px;
}
.block .block-title {
  line-height: 100%;
  font-size: 128.57%;
  font-weight: normal;
  text-transform: uppercase;
}
.block .block-title > span {
  font-weight: bold;
}
.block .block-title strong {
  font-weight: normal;
}
.block .block-content {
  margin-top: 10px;
}
.block.block-tags {
  float: left;
  position: relative;
  margin-bottom: 18px;
}
.block.block-tags .block-content {
  margin-top: 10px;
}
.block.block-tags .tags-list {
  overflow: hidden;
  list-style: none;
  margin: 0 0 10px;
  display: block;
}
.block.block-tags .tags-list li {
  margin: 0px 5px 5px 0;
  float: left;
}
.block.block-tags .tags-list li a {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 25px;
  font-size: 100% !important;
  font-weight: bold;
}
.block.block-tags .tags-list li.item1 a {
  font-size: 133.33% !important;
  text-transform: uppercase;
}
.block.block-tags .tags-list li.item3 a,
.block.block-tags .tags-list li.item9 a {
  font-size: 133.33% !important;
}
.block.block-tags .tags-list li.item6 a {
  font-size: 133.33% !important;
}
.block.block-tags .actions {
  float: left;
  background: #fff;
  padding-left: 5px;
  position: absolute;
  top: 12px;
  right: 0;
  font-style: italic;
}
.block.block-poll form {
  margin: 0 0;
}
.block.block-poll .block-subtitle {
  color: #666666;
  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: #666666;
}
.block.block-poll ol#poll-answers li:first-child {
  border-top: 1px solid #ededed;
}
.block.block-wishlist ol {
  margin: 0 0 0 20px;
}
.block.block-wishlist ol li {
  margin: 5px 0;
}
.block.block-wishlist ol .product-details .price-box .price {
  font-size: 100%;
}
.block.block-wishlist .actions {
  padding: 15px 0 0;
}
.block.block-compare {
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}
.block.block-compare .block-content .empty {
  font-size: 100%;
}
.block.block-compare small {
  font-size: 14px;
}
.block.block-compare ol {
  margin: 0;
}
.block.block-compare ol li {
  margin: 15px 0;
}
.block.block-compare ol li .btn-remove {
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
}
.block.block-compare ol li .btn-remove:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 6px;
  text-indent: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -121px -69px;
}
.block.block-compare ol li .btn-remove:hover:before {
  background: url('../images/icon-ovicsport.png') no-repeat -137px -69px;
}
.block.block-compare ol li .product-name a {
  font-size: 100%;
}
.block.block-compare .actions .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ededed;
  color: #fff;
  font-size: 100%;
  margin: 0 30px 0 0;
}
.block.block-compare .actions .button:hover {
  background: #3555D0 ;
}
.block.block-compare .actions a {
  color: #353535;
  font-size: 100%;
}
.block.block-compare .actions a:hover {
  color: #3555D0 ;
}
.block.block-reorder {
  float: left;
  width: 100%;
}
.block.block-account ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.block.block-account ul li {
  margin: 3px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 30px;
  border-top: 1px solid #ccc;
  padding-left: 20px;
}
.block.block-account ul li strong {
  color: #ededed;
}
.block.block-account ul li:hover {
  padding-left: 30px;
}
.block.block-reorder ol {
  list-style: none;
  margin: 0 0;
}
.block.block-reorder ol li input {
  float: left;
  margin: 0 8px 0 0;
}
.block.block-reorder .actions {
  margin: 10px 0 0;
}
.block.block-reorder .actions .btn-cart {
  margin-right: 10px;
}
.block.block-progress dl {
  margin: 0 0;
}
.block.block-progress dl > div,
.block.block-progress dl > dt {
  margin: 0 0;
  padding: 8px 0;
  border-top: 1px solid #d4d4d4;
}
.block.block-progress dl > div:first-child,
.block.block-progress dl > dt:first-child {
  border-top: none;
}
.block.block-layered-nav > .block-title {
  font-size: 166.66%;
}
.block.block-layered-nav .block-content {
  margin-top: 0;
}
.block.block-layered-nav .block-content .actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.block.block-layered-nav .block-content .actions a {
  display: inline-block;
  line-height: 30px;
  padding-left: 15px;
  color: #353535;
  text-transform: capitalize;
  font-size: 100%;
}
.block.block-layered-nav .block-content .actions a:hover {
  color: #ededed;
}
.block.block-layered-nav .block-content .sop,
.block.block-layered-nav .block-content #narrow-by-list dt {
  text-transform: uppercase;
  font-size: 100%;
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.block.block-layered-nav .block-content #narrow-by-list dt {
  color: #353535;
  border: none;
  float: none;
  display: inline-block;
  padding: 15px 0 0;
}
.block.block-layered-nav .block-content #narrow-by-list dd {
  border-bottom: 1px solid #eeeeee;
  float: left;
  width: 100%;
}
.block.block-layered-nav .block-content .block-subtitle {
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.block.block-layered-nav .currently .block-subtitle {
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-size: 100%;
}
.block.block-layered-nav .currently ol li .label {
  color: #666;
  font-size: 100%;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
.block.block-layered-nav .currently ol li .wrap {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.block.block-layered-nav .currently ol li .wrap span.value {
  float: left;
  font-size: 100%;
  color: #999;
}
.block.block-layered-nav .currently ol li .wrap .btn-remove {
  float: left;
  text-indent: -9999em;
  width: 23px;
  height: 23px;
  position: relative;
}
.block.block-layered-nav .currently ol li .wrap .btn-remove:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  text-indent: 0;
  width: 15px;
  height: 15px;
  background: url('../images/gen_i_remove.png') no-repeat;
}
.block.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 {
  margin: 0 0 5px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-min-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-max-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price .a-right {
  float: left !important;
  height: 33px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-min-text,
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter-max-text {
  width: 98px;
  border: 1px solid #ddd;
  margin-right: 10px;
  padding: 0 10px 0 17px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .price_filter .price-from,
.block.block-layered-nav dl#narrow-by-list .wrap-price .price_filter .price-to {
  width: 25px;
  height: 25px;
  margin: 0;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .price_filter {
  position: relative;
  background: #ededed;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .price_filter #price-filter-min,
.block.block-layered-nav dl#narrow-by-list .wrap-price .price_filter #price-filter-max {
  position: absolute !important;
  top: -9px !important;
  background: url('../images/icon-zana-fashion.png') no-repeat -226px -152px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .a-right button {
  margin: 0;
  padding: 7px 10px 8px 10px;
  background: #ededed;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .a-right button:hover {
  background: #919191;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to {
  float: left;
  position: relative;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from .i-price-from,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to .i-price-from,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-from .i-price-to,
.block.block-layered-nav dl#narrow-by-list .wrap-price .wrap-i-price-to .i-price-to {
  position: absolute;
  top: 8px;
  left: 10px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price ul {
  clear: both;
  margin-bottom: 10px;
}
.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 {
  font-size: 100%;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter {
  margin: 20px 0;
}
.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: 24px;
  top: 8px;
  width: 300px;
  height: 9px;
  background: #ababab;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min {
  margin-left: -1px;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #price-filter #price-filter-min:before {
  right: 24px;
  left: auto;
}
.block.block-layered-nav dl#narrow-by-list .wrap-price #item-price {
  display: inline-block;
  line-height: 28px;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.block.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-weight: normal;
}
.block.block-layered-nav dl#narrow-by-list dd {
  margin-left: 0px;
  text-align: left;
}
.block.block-layered-nav dl#narrow-by-list dd ol {
  margin: 0px 0 20px;
  padding-right: 1px;
}
.block.block-layered-nav dl#narrow-by-list dd ol li {
  line-height: 38px;
  padding-left: 20px;
  list-style-type: none;
  position: relative;
}
.block.block-layered-nav dl#narrow-by-list dd ol li:before {
  content: "\f105";
  font-size: 14px;
  color: #3555D0 ;
  position: absolute;
  top: 0;
  left: 5px;
  font-family: "FontAwesome";
}
.block.block-layered-nav dl#narrow-by-list dd ol li .item-color {
  border-radius: 3px;
  float: left;
  height: 17px;
  margin-right: 12px;
  width: 17px;
  position: relative;
}
.block.block-layered-nav dl#narrow-by-list dd ol li .item-color.checked:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: url('../images/gen_icon_del_shopby.png') no-repeat;
}
.block.block-layered-nav dl#narrow-by-list dd ol li > input {
  display: none;
}
.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker {
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 15px;
}
.block.block-layered-nav dl#narrow-by-list dd ol li .wrap-checker .checked {
  background: url('../images/mega_i_checked.png') no-repeat 0 -1px;
  float: left;
  width: 100%;
  height: 100%;
}
.block.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;
  font-size: 100%;
}
.block.block-layered-nav dl#narrow-by-list dd .price {
  position: relative;
  z-index: 1;
  padding: 10px 19px 20px;
  float: left;
  width: 100%;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box {
  padding: 8px 0px;
  margin: 0 0;
  position: relative;
  float: left;
  width: 100%;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-from #minPrice {
  margin: 0 10px 0 12px;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-to {
  margin-right: 10px;
}
.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 #eeeeee;
  width: 65px;
  text-align: center;
  background: #fff;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 5px;
}
.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 .go {
  position: relative;
  text-transform: uppercase;
  background: #ededed;
  text-align: center;
  width: 58px;
  height: 30px;
  line-height: 30px;
}
.block.block-layered-nav dl#narrow-by-list dd .price .text-box .go:hover {
  background: #3555D0 ;
  color: #fff !important;
}
.block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0;
}
.block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
  padding: 10px 0px;
  float: left;
  width: 100%;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
  margin: 6px 8px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #3555D0 ;
  height: 7px;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
  height: 7px;
  top: 0px;
  background: #ccc;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
  height: 19px;
  width: 19px;
  background: #fff;
  border: 1px solid #eeeeee;
  top: -6px;
  margin-left: -11px;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle:hover {
  border-color: #3555D0 ;
}
.block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 6px;
  background: url('../images/icon-ovicsport.png') no-repeat -106px -71px;
}
.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: Tags */
.box-tags {
  margin: 0;
}
.box-tags h3 {
  font-size: 13px;
}
.box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
.box-tags .product-tags li {
  display: inline;
  background: url('../images/gen_bkg_pipe3.gif') 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}
.box-tags .product-tags li.first {
  padding-left: 0;
}
.box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}
.box-tags .form-add label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #0a263c;
}
.box-tags .form-add .input-box {
  float: left;
  width: 50%;
  margin: 0 5px 0 0;
  background: url('../images/gen_i_tag_add.gif') 0 6px no-repeat;
  padding: 0 0 0 23px;
}
.box-tags .form-add input.input-text {
  width: 100%;
}
.box-tags .form-add .button {
  padding: 7px 7px 8px;
}
.box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0 23px;
  font-size: 11px;
}
.block-tag {
  float: left;
  width: 100%;
}
.block-tag .block-tags {
  float: left;
  width: 100%;
}
.block-tag .block-title {
  font-size: 166.66%;
  margin-bottom: 6px;
  float: left;
  width: 100%;
}
.block-tag .block-title span {
  font-weight: bold !important;
}
.block-tag .block-content {
  float: left;
  width: 100%;
}
.block-tag .block-content .tags-list {
  margin: 0;
}
.block-tag .block-content .tags-list li {
  background: #aaaaaa;
  margin: 0 5px 10px 0;
}
.block-tag .block-content .tags-list li a {
  padding: 4px 12px;
  font-weight: normal;
  color: #fff;
  font-size: 100%!important;
  text-transform: capitalize !important;
}
.block-tag .block-content .tags-list li:hover {
  background: #ededed;
}
.block-tag .block-content .tags-list li.item3 a,
.block-tag .block-content .tags-list li.item6 a,
.block-tag .block-content .tags-list li.item1 a,
.block-tag .block-content .tags-list li.item2 a,
.block-tag .block-content .tags-list li.item9 a {
  font-size: 100%!important;
}
.block-tag .block-content .actions {
  position: static;
  float: right;
  margin-right: 14px;
}
.block-tag .block-content .actions a {
  position: relative;
}
.block-tag .block-content .actions a:before {
  content: "\f0da";
  position: absolute;
  top: -8px;
  right: -13px;
  font-family: "Fontawesome";
  font-size: 20px;
  color: #aaaaaa;
  font-style: normal;
}
.block-tag .block-content .actions a:hover:before {
  color: #ededed;
}
/*---------product-shop--------------*/
#product-shop #super-product-table,
.product-shop #super-product-table {
  margin-bottom: 10px;
}
#product-shop #super-product-table td,
.product-shop #super-product-table td {
  line-height: 30px;
}
#product-shop #super-product-table td .price-box .old-price:before,
.product-shop #super-product-table td .price-box .old-price:before {
  margin-top: 0;
}
#product-shop #super-product-table td .price-box .old-price .price,
.product-shop #super-product-table td .price-box .old-price .price {
  margin-right: 0;
}
#product-shop #super-product-table td .price-box .price,
.product-shop #super-product-table td .price-box .price {
  font-size: 128.57% !important;
}
#product-shop #super-product-table td input.input-text,
.product-shop #super-product-table td input.input-text {
  margin: 0;
}
#product-shop .required em,
.product-shop .required em {
  color: #f00;
  margin-right: 2px;
}
#product-shop #downloadable-links-list .s-input,
.product-shop #downloadable-links-list .s-input {
  float: left;
}
#product-shop #downloadable-links-list .s-label,
.product-shop #downloadable-links-list .s-label {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}
#confirmbox .btn-cart:hover {
  background: #ededed !important;
}
#confirmbox dl dt {
  float: left;
  margin-right: 10px;
  min-width: 54px;
}
#confirmbox dl .group-item {
  float: left;
  width: 100%;
  margin: 5px 0;
}
#confirmbox .input-box .options-list > li {
  float: left;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#confirmbox .input-box .options-list > li input.radio {
  width: 26px;
  height: 26px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
}
#confirmbox .input-box .options-list > li:first-child span label {
  font-size: 9px;
  font-weight: normal;
}
#confirmbox .input-box .options-list > li:hover {
  background: #828282;
  border: transparent;
}
#confirmbox .input-box .options-list > li:hover label {
  color: #fff;
}
#confirmbox .input-box .options-list > li.selected {
  background: #828282;
  border: transparent;
}
#confirmbox .input-box .options-list > li.selected label {
  color: #fff;
}
#confirmbox .input-box .options-list > li span.label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100%;
  line-height: 23px;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#confirmbox .input-box .options-list > li .price-notice {
  display: none;
}
#confirmbox .option-color .input-box li {
  border: transparent;
  position: relative;
}
#confirmbox .option-color .input-box li:first-child {
  border: 1px solid #eaeaea;
}
#confirmbox .option-color .input-box li:first-child span.label {
  /*display: block!important;*/
}
#confirmbox .option-color .input-box li:first-child span label {
  font-size: 9px;
  font-weight: normal;
}
#confirmbox .option-color .input-box li:first-child:hover {
  border: transparent !important;
}
#confirmbox .option-color .input-box li span.label {
  display: none !important;
}
#confirmbox .option-color .input-box li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: url('../images/gen_icon_del_shopby.png') no-repeat 0 0;
  display: none;
}
#confirmbox .option-color .input-box li.selected:first-child {
  border: transparent;
}
#confirmbox .option-color .input-box li.selected:first-child:before {
  display: none;
}
#confirmbox .option-color .input-box li.selected:before {
  display: block;
}
/*--- Theme Style ----------------------------------*/
.cms-home .col1-layout {
  display: none;
}
/*---box-header-01---*/
#box-wrapper {
  overflow: hidden;
}
.box-header-mobile-01 {
  display: none;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.box-header-mobile-01 .wrap-link {
  float: left;
  position: relative;
}
.box-header-mobile-01 .wrap-link .btn-account {
  width: 40px;
  height: 30px;
  padding: 0;
  float: left;
  background: none;
  text-indent: -9999em;
  position: relative;
}
.box-header-mobile-01 .wrap-link .btn-account:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #666 !important;
  position: absolute;
  top: -1px;
  left: 12px;
  width: 15px;
  height: 15px;
  text-indent: 0;
}
.box-header-mobile-01 .wrap-link ul.links {
  position: absolute;
  left: -1px;
  font-size: 12px;
  top: 30px;
  border: 1px solid #e9e9e9;
  border-top: none;
  float: left;
  min-width: 100px;
  background: #fff;
  z-index: 9999;
  padding: 10px;
}
.box-header-mobile-01 .wrap-link ul.links li {
  line-height: 25px;
  width: 100%;
  float: left;
}
.box-header-mobile-01 .btn-addtocart {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  width: 40px;
  height: 30px;
  float: left;
  padding: 0;
  background: none;
}
.box-header-mobile-01 .wrap-block-cl {
  float: right;
}
.box-header-mobile-01 .wrap-block-cl .block {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #e9e9e9;
  font-size: 12px;
  position: relative;
}
.box-header-mobile-01 .wrap-block-cl .block img {
  display: none;
}
.box-header-mobile-01 .wrap-block-cl .block.block-currency span {
  display: none;
}
.box-header-mobile-01 .wrap-block-cl .block ul {
  position: absolute;
  background: #fff;
  padding: 10px;
  left: -1px;
  border: 1px solid #e9e9e9;
  border-top: none;
  z-index: 999;
}
.box-header-mobile-01 .wrap-block-cl .block ul li {
  line-height: 20px;
}
.box-header-mobile-01 .wrap-block-cl .block ul li a.selected {
  color: #3555D0 ;
}
.advanced-search {
  float: left;
  position: absolute;
  right: 0;
  bottom: 11px;
  z-index: 99;
}
.advanced-search select {
  padding: 3px;
}
.advanced-search select option {
  padding: 3px;
}
.advanced-search .labels {
  float: left;
  line-height: 36px;
  font-size: 128.57%;
  text-transform: uppercase;
  margin-right: 20px;
}
.advanced-search form {
  margin: 0;
  float: left;
}
.advanced-search .form-search {
  height: 36px;
  position: relative;
}
.advanced-search .form-search .lb-search {
  float: left;
  line-height: 38px;
  margin-right: 24px;
  text-transform: uppercase;
}
.advanced-search .form-search input {
  border: 1px solid #e8e8e8;
  margin-top: 0px;
  min-width: 262px;
  color: #999;
  padding-left: 20px;
  height: 38px;
  font-size: 12px;
}
.advanced-search .form-search .button {
  position: absolute;
  top: 0;
  right: 0;
  background: #3555D0 ;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 38px;
}
.advanced-search .form-search .button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: url('../images/icon-ovicsport.png') no-repeat -26px -22px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.advanced-search .form-search .button:hover {
  cursor: pointer;
  background: #666666;
}
.advanced-search .form-search .button:hover:before {
  color: #3555D0 ;
}
.advanced-search .form-search .scrollbar {
  position: absolute;
  width: 200px;
  background: #fff;
}
.advanced-search .form-search span.cat-search {
  display: block;
  text-transform: capitalize;
  line-height: 36px;
  text-align: left;
  width: 100px;
  position: relative;
  padding: 0 20px 0 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.advanced-search .form-search span.cat-search:before {
  content: "\f107";
  position: absolute;
  top: 1px;
  right: 14px;
  font-family: "Fontawesome";
}
.advanced-search .form-search span.cat-search:hover {
  cursor: pointer;
}
.advanced-search .form-search li:hover {
  color: #3555D0  !important;
}
.advanced-search .form-search .dropdown-cate {
  float: left;
  position: relative;
  border: 1px solid #eeeeee;
  border-right: none;
}
.advanced-search .form-search .wrap-scrollbar {
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 15px 0 15px 15px;
  display: none;
}
.advanced-search .form-search .wrap-scrollbar li.level-3 {
  padding-left: 15px;
  color: #888;
}
.advanced-search .form-search .wrap-scrollbar li.level-4 {
  padding-left: 30px;
  color: #aaa;
}
.advanced-search .form-search .wrap-scrollbar li:hover {
  cursor: pointer;
}
.wrap-block-cl {
  float: right;
  width: 100%;
  margin-top: 6px;
}
.wrap-block-cl .block {
  float: right;
  margin: 0;
  position: relative;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.wrap-block-cl .block img {
  position: absolute;
  top: 0;
  margin-top: 2px;
  left: 0;
}
.wrap-block-cl .block span {
  display: inline-block;
}
.wrap-block-cl .block > div {
  color: #999;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  font-size: 85.71%;
}
.wrap-block-cl .block > div img {
  margin-top: 5px;
  top: 0;
}
.wrap-block-cl .block > div:after {
  content: "\f107";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
  color: #999;
  top: 2px;
  right: -16px;
  position: absolute;
  z-index: 99;
}
.wrap-block-cl .block > ul {
  position: absolute;
  right: -8px;
  top: 30px;
  background: #fff;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  padding: 15px 20px;
  z-index: 999;
}
.wrap-block-cl .block > ul li {
  margin: 4px 0;
}
.wrap-block-cl .block > ul li a {
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 85.71%;
}
.wrap-block-cl .block > ul li a.selected {
  color: #3555D0 ;
}
.wrap-block-cl .block > ul li a:hover {
  color: #3555D0 ;
}
.wrap-block-cl .block:hover {
  cursor: pointer;
}
.wrap-block-cl .block:hover > ul {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrap-block-cl .block.block-language > div {
  padding-left: 20px;
}
.wrap-block-cl .block.block-language > ul li a {
  padding-left: 20px;
}
.wrap-block-cl .block.block-currency > div span {
  font-weight: bold;
}
.wrap-block-cl .box-phonenumber {
  position: relative;
  color: #ffffff;
  float: left;
  line-height: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px 0 40px;
}
.wrap-block-cl .box-phonenumber:before {
  content: "\f095";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 22px;
}
.home-01 .box-header-02 .logo {
  margin-top: 5px;
}
.box-header-02 {
  padding: 22px 0 0px 0;
}
.box-header-02 .row {
  position: relative;
}
.box-header-02 .logo {
  float: left;
}
.box-header-02 .wrap {
  float: right;
  min-width: 450px;
  position: relative;
  margin-right: 10px;
  width: auto !important;
  /*-- top links*/
}
.box-header-02 .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 43px;
  background: #eee;
}
.box-header-02 .wrap ul.links {
  float: right;
  width: 100%;
  text-align: right;
}
.box-header-02 .wrap ul.links li {
  display: inline-block;
}
.box-header-02 .wrap ul.links li a {
  padding: 0 6px;
  float: left;
  color: #999;
  line-height: 100%;
  font-size: 85.71%;
}
.box-header-02 .wrap ul.links li a:hover {
  color: #3555D0 ;
}
.box-header-02 .block-search {
  float: right;
}
.box-header-02 .block-search .form-search {
  position: relative;
  margin-right: 5px;
}
.box-header-02 .block-search .form-search #search {
  width: 390px;
  height: 40px;
  border: 1px solid #eee;
  margin: 0;
  padding-left: 10px;
  font-size: 100%;
  color: #999;
}
.box-header-02 .block-search .form-search .button {
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  width: 36px;
  height: 100%;
  /*&:hover{					
					&:before{ background-position: -26px -22px; left: 12px; .transition(all 0.2s ease-out 0s);}
					&:after{ width: 40px; .transition(all 0.2s ease-out 0s); }
				}*/
}
.box-header-02 .block-search .form-search .button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: url('../images/icon-ovicsport.png') no-repeat -26px -22px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-header-02 .block-search .form-search .button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 40px;
  height: 100%;
  background: #ededed;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.box-header-02 .block-cart {
  float: right;
  position: relative;
  margin: 0px 0 18px 20px;
}
.box-header-02 .block-cart .block-title {
  position: relative;
  text-transform: capitalize;
}
.box-header-02 .block-cart .block-title .box-left {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}
.box-header-02 .block-cart .block-title .box-left a {
  width: 23px;
  height: 23px;
  background: #3555D0 ;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 85.71%;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 9;
}
.box-header-02 .block-cart .block-title .box-left a:hover {
  color: #fff !important;
}
.box-header-02 .block-cart .block-title .box-left:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -55px -15px;
}
.box-header-02 .block-cart .block-title .box-right {
  float: right;
  text-align: center;
  padding-left: 10px;
}
.box-header-02 .block-cart .block-title .box-right p {
  color: #999;
  margin-bottom: 7px;
  font-size: 85.71%;
}
.box-header-02 .block-cart:hover .block-content {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-header-02 .block-cart .block-content {
  float: left;
  width: 300px;
  position: absolute;
  top: 41px;
  margin: 0;
  right: 0;
  z-index: 99999;
  -webkit-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-header-02 .block-cart .block-content .inner {
  background: #fff;
  float: left;
  width: 100%;
  padding: 15px 20px;
}
.box-header-02 .block-cart .block-content .inner .block-subtitle {
  text-transform: uppercase;
  font-size: 100%;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li {
  padding: 15px 0 25px 30px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  float: left;
  width: 100%;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .btn-remove {
  position: absolute;
  top: 18px;
  font-size: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .btn-remove:before {
  content: "\f014";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .btn-edit {
  position: absolute;
  top: 42px;
  font-size: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .btn-edit:before {
  content: "\f040";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-image {
  float: left;
  margin-right: 18px;
  overflow: hidden;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-image:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-name {
  font-size: 100%;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-name a {
  display: inline-block;
  width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details > strong {
  float: left;
  min-width: 98px;
  border: 1px solid #eeeeee;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details > strong a {
  min-width: 19px;
  min-height: 28px;
  float: left;
  margin: 0;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details > strong a.flycart-qty-change-left {
  background: url('../images/minus.png') no-repeat 0 0 #999999;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details > strong a.flycart-qty-change-right {
  background: url('../images/plus.png') no-repeat 0 0 #999999;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details > strong a:hover.flycart-qty-change-left,
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details > strong a:hover.flycart-qty-change-right {
  background-color: #ededed;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details > strong input {
  margin: 0;
  border: none;
  height: 28px;
  min-width: 58px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details .price {
  line-height: 100%;
  margin: 0 0 15px;
  display: inline-block;
}
.box-header-02 .block-cart .block-content .inner #cart-sidebar li .product-details .truncated {
  display: inline;
}
.box-header-02 .block-cart .block-content .inner .summary {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.box-header-02 .block-cart .block-content .inner .summary p {
  margin: 0;
  width: 100%;
}
.box-header-02 .block-cart .block-content .inner .summary p .label {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 15px 0 0;
  display: inline-block;
}
.box-header-02 .block-cart .block-content .inner .summary p .price {
  float: right;
  font-size: 128.57%;
  margin-top: 10px;
}
.box-header-02 .block-cart .block-content .inner .actions {
  float: left;
  width: 100%;
  text-align: center;
}
.box-header-02 .block-cart .block-content .inner .actions .a-inner {
  display: inline-block;
  background: #353535;
  width: 100%;
}
.box-header-02 .block-cart .block-content .inner .actions .a-inner a {
  color: #fff;
  text-transform: uppercase;
  font-size: 100%;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 52%;
  line-height: 40px;
}
.box-header-02 .block-cart .block-content .inner .actions .a-inner a:hover {
  color: #3555D0 ;
}
.box-header-02 .block-cart .block-content .inner .actions .a-inner a.btn-mycart {
  position: relative;
  z-index: 9;
  background: #ededed;
  width: 46.2%;
  text-align: right;
  color: #666666;
  padding-right: 0;
}
.box-header-02 .block-cart .block-content .inner .actions .a-inner a.btn-mycart:before {
  border-color: #ededed rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
}
/* ----- confirm cart ----------*/
#flycart_confirm_window {
  border: 5px solid rgba(255, 255, 255, 0.1);
}
#flycart_confirm_window .inner {
  padding: 20px;
  background: #fbfbfb;
  /* Buttons */
  /* FF Fix */
}
#flycart_confirm_window .inner .flycart_msg_title {
  position: relative;
  color: #858785;
  font-size: 14px;
  margin: 60px 0 45px;
}
#flycart_confirm_window .inner .flycart_msg_title:before {
  content: "\f0a1";
  font-family: "FontAwesome";
  font-size: 30px;
  position: absolute;
  top: -45px;
  left: 50%;
  width: 35px;
  height: 32px;
  color: #858785;
}
#flycart_confirm_window .inner button.flycart_msg_bnt::-moz-focus-inner,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  padding: 0;
  border: 0;
}
#flycart_confirm_window .inner button.flycart_msg_bnt,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  -webkit-border-fit: lines;
}
#flycart_confirm_window .inner button.flycart_msg_bnt,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #858785;
  padding: 6px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#flycart_confirm_window .inner button.flycart_msg_bnt span,
#flycart_confirm_window .inner #flycart_configurable_add_to_cart button.btn-cart span {
  display: block;
  border: 0;
  font-size: 14px;
  text-align: center;
  color: #fbfbfb;
}
#flycart_confirm_window .inner button.flycart_msg_bnt_ptc {
  background: #fe983d;
  margin-left: 5px;
}
#flycart_confirm_window .inner .flycart_confirm_window_actions {
  margin-bottom: 35px;
}
#vt_menu {
  text-align: left;
  background: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#vt_menu .row {
  position: relative;
}
/*--- slide show-------*/
.box-slideshow-left {
  float: left;
}
.home-01 .box-slideshow {
  margin-top: 30px;
}
body .box-slideshow {
  margin-bottom: 90px;
}
body .box-slideshow .row {
  position: relative;
}
body .box-slideshow .style1,
body .box-slideshow .style2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
body .box-slideshow .style2 {
  font-size: 18px;
  font-weight: normal;
}
body .box-slideshow .tp-bullets {
  bottom: -40px !important;
}
body .box-slideshow .tp-leftarrow.default,
body .box-slideshow .tp-rightarrow.default {
  width: 30px;
  height: 120px;
  float: left;
  background: rgba(0, 0, 0, 0.2);
}
body .box-slideshow .tp-leftarrow.default {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  left: 0 !important;
}
body .box-slideshow .tp-leftarrow.default:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -2px;
  background: url('../images/icon-ovicsport.png') no-repeat -127px -19px;
}
body .box-slideshow .tp-leftarrow.default:hover {
  background: #3555D0 ;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
body .box-slideshow .tp-rightarrow.default {
  right: 0 !important;
}
body .box-slideshow .tp-rightarrow.default:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -96px -19px;
  text-indent: 0;
}
body .box-slideshow .tp-rightarrow.default:hover {
  background: #3555D0 ;
}
body .box-slideshow .tp-bullets {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .box-slideshow .tp-bullets .bullet {
  background: #666666 !important;
  width: 17px;
  height: 17px;
  margin: 0 0 0 10px !important;
}
body .box-slideshow .tp-bullets .bullet.selected {
  background: #3555D0  !important;
}
body .box-slideshow .tp-bullets .bullet:hover {
  background: #3555D0  !important;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
/* ----------breadcrumbs-----------*/
.col2-left-layout .breadcrumbs {
  padding: 0 15px;
}
.breadcrumbs {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.breadcrumbs ul li {
  float: left;
}
.breadcrumbs ul li a {
  color: #999;
  font-size: 100%;
  float: left;
}
.breadcrumbs ul li a:hover {
  color: #3555D0 ;
}
.breadcrumbs ul li > span {
  color: #eee;
  float: left;
  margin: 0 12px;
}
.breadcrumbs ul li > strong {
  color: #3555D0 ;
  font-weight: normal;
  font-size: 100%;
}
/*--- products-grid ---*/
/*---2col-left---*/
#box-left .block .block-title {
  font-size: 128.57%;
  color: #353535;
  padding: 15px 0 7px 0px;
  border-bottom: 6px solid #eee;
  background: #fff;
}
#box-left .block-cate .block-content {
  margin-top: 15px;
}
#box-left .block-cate .block-content li {
  margin-top: 10px;
}
#box-left .block-cate .block-content li a {
  font-size: 100%;
  line-height: 25px;
}
#box-left .block-cate .block-content li a img {
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}
#box-left .block-cate .block-content li a span {
  color: #3555D0 ;
}
#box-left .block-cart {
  float: left;
}
#box-left .block-cart .block-title a {
  color: #ededed;
  font-weight: bold;
}
#box-left .block-cart .block-content {
  float: left;
}
#box-left .block-cart .block-content .inner {
  background: #fff;
  float: left;
  width: 100%;
}
#box-left .block-cart .block-content .inner .block-subtitle {
  text-transform: uppercase;
  font-size: 100%;
}
#box-left .block-cart .block-content .inner #cart-sidebar li {
  padding: 15px 0 25px 30px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .btn-remove {
  position: absolute;
  top: 18px;
  font-size: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .btn-remove:before {
  content: "\f014";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .btn-edit {
  position: absolute;
  top: 42px;
  font-size: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .btn-edit:before {
  content: "\f040";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-image {
  float: left;
  margin-right: 18px;
  overflow: hidden;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-image:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-name {
  font-size: 100%;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-name a {
  display: inline-block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details > strong {
  float: left;
  min-width: 98px;
  border: 1px solid #eeeeee;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details > strong a {
  min-width: 19px;
  min-height: 28px;
  float: left;
  margin: 0;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details > strong a.flycart-qty-change-left {
  background: url('../images/minus.png') no-repeat 0 0 #999999;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details > strong a.flycart-qty-change-right {
  background: url('../images/plus.png') no-repeat 0 0 #999999;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details > strong a:hover.flycart-qty-change-left,
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details > strong a:hover.flycart-qty-change-right {
  background-color: #ededed;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details > strong input {
  margin: 0;
  border: none;
  height: 28px;
  min-width: 58px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details .price {
  font-size: 128.57%;
  line-height: 100%;
  margin: 0 0 15px;
  display: inline-block;
}
#box-left .block-cart .block-content .inner #cart-sidebar li .product-details .truncated {
  display: inline;
}
#box-left .block-cart .block-content .inner .summary {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
#box-left .block-cart .block-content .inner .summary p {
  margin: 0;
  width: 100%;
}
#box-left .block-cart .block-content .inner .summary p .label {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 15px 0 0;
  display: inline-block;
  color: #353535;
}
#box-left .block-cart .block-content .inner .summary p .price {
  float: right;
  font-size: 214.28%;
}
#box-left .block-cart .block-content .inner .actions {
  float: left;
  width: 100%;
  text-align: center;
}
#box-left .block-cart .block-content .inner .actions .a-inner {
  display: inline-block;
  background: #353535;
}
#box-left .block-cart .block-content .inner .actions .a-inner a {
  color: #fff;
  text-transform: uppercase;
  font-size: 100%;
  position: relative;
  padding: 10px 36px 10px 37px;
  display: inline-block;
}
#box-left .block-cart .block-content .inner .actions .a-inner a:hover {
  text-decoration: underline;
}
#box-left .block-cart .block-content .inner .actions .a-inner a.btn-mycart {
  position: relative;
  z-index: 9;
  background: #ededed;
  padding-left: 32px;
  padding-right: 0;
}
#box-left .block-cart .block-content .inner .actions .a-inner a.btn-mycart:before {
  border-color: #51b6e7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
}
#box-left .block-blog .block-content {
  margin-top: 0;
}
#box-left .block-blog .block-content .block-title strong {
  background: none !important;
  padding: 0 !important;
}
#box-left .block-blog .block-content ul {
  margin-top: 10px;
  padding-bottom: 10px;
}
#box-left .block-blog .block-content ul li {
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-top: 5px;
}
#box-left .block-blog .block-content ul li:before {
  color: #3555D0 ;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 5px;
  position: absolute;
  top: 0;
}
.category-blog .category-image {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.category-image {
  position: relative;
  margin: 0;
}
.category-image:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.category-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
}
.quickview-main .product-view .product-shop #product-options-wrapper dd .input-box select {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid {
  clear: both;
}
.products-grid .item {
  margin-bottom: 50px;
}
.products-grid .item .new-item,
.products-grid .item .sale-item {
  top: -5px;
}
.products-grid .item .item-wrap {
  overflow: hidden;
}
.products-grid .item .item-wrap .item-image {
  border: 1px solid #eeeeee;
  position: relative;
  background: #fff;
  padding: 10px;
}
.products-grid .item .item-wrap .item-image .product-image {
  display: block;
  position: relative;
}
.products-grid .item .item-wrap .item-image .product-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid .item .item-wrap .item-image .product-image img {
  width: 100%;
}
.products-grid .item .item-wrap .item-image .vt_quickview_handler {
  position: absolute;
  top: 50%;
  right: -100%;
  min-width: 112px;
  text-align: center;
  font-size: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  margin-right: -56px;
  margin-top: -20px;
  line-height: 40px;
}
.products-grid .item .item-wrap .item-image .vt_quickview_handler:hover {
  color: #fff !important;
  background: #3555D0 ;
  -webkit-transition: all 0s ease-out 0s !important;
  -moz-transition: all 0s ease-out 0s !important;
  -o-transition: all 0s ease-out 0s !important;
  transition: all 0s ease-out 0s !important;
}
.products-grid .item .item-wrap .item-image .item-btn {
  position: absolute;
  left: -100%;
  bottom: 0;
  float: left;
  margin-left: -95px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-grid .item .item-wrap .item-image .item-btn .link-wishlist,
.products-grid .item .item-wrap .item-image .item-btn .link-compare {
  width: 40px;
  height: 40px;
  float: left;
  background: #666666;
}
.products-grid .item .item-wrap .item-image .item-btn .btn-cart,
.products-grid .item .item-wrap .item-image .item-btn .out-of-stock {
  color: #fff;
  font-size: 100%;
  line-height: 40px;
  padding: 0 20px;
  float: left;
  background: #666666;
  margin: 0 2px;
  cursor: pointer;
  text-transform: uppercase;
}
.products-grid .item .item-wrap .item-image .item-btn .btn-cart:hover {
  color: #fff !important;
}
.products-grid .item .item-wrap .item-image .item-btn .link-compare:before {
  width: 20px;
  height: 25px;
  float: left;
  position: absolute;
  top: 9px;
  left: 9px;
  content: "";
  background: url('../images/icon-ovicsport.png') no-repeat -80px -56px;
}
.products-grid .item .item-wrap .item-image .item-btn .link-wishlist:before {
  width: 26px;
  height: 20px;
  float: left;
  position: absolute;
  top: 11px;
  left: 11px;
  content: "";
  background: url('../images/icon-ovicsport.png') no-repeat -50px -60px;
}
.products-grid .item .item-wrap .item-image .item-btn a {
  position: relative;
}
.products-grid .item .item-wrap .item-image .item-btn a:hover {
  background: #3555D0 ;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.products-grid .item .item-wrap .item-image:hover {
  border-color: #3555D0 ;
}
.products-grid .item .item-wrap .item-image:hover .product-image:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid .item .item-wrap .item-image:hover .product-image img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-grid .item .item-wrap .item-image:hover .vt_quickview_handler {
  right: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-grid .item .item-wrap .item-image:hover .item-btn {
  left: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-grid .item .item-wrap .pro-info {
  float: left;
  width: 100%;
}
.products-grid .item .item-wrap .pro-info .product-name a {
  float: left;
  font-size: 100%;
  margin: 20px 0 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.products-grid .item .item-wrap .pro-info .product-name a:hover {
  color: #3555D0 ;
}
/* ---- product-view ------*/
#messages_product_view {
  float: left;
  width: 100%;
}
.product-view {
  /*end product-shop */
}
.product-view #product_addtocart_form .product-name {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 5px solid #eeeeee;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.product-view #product_addtocart_form .product-name h1 {
  margin: 0;
  font-size: 128.57%;
  padding: 12px 0 5px;
  font-weight: normal;
}
.product-view .product-img-box {
  float: left;
  width: 40.1709%;
  margin-right: 2.5641%;
}
.product-view .product-img-box .product-image-zoom {
  position: relative;
  padding-top: 5px;
}
.product-view .product-img-box .product-image-zoom img {
  width: 100%;
}
.product-view .product-img-box .product-image-zoom .new-item {
  left: 7px;
}
.product-view .product-img-box .product-image-zoom .sale-item {
  right: 8px;
}
.product-view .product-img-box .product-image-zoom #wrap {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.product-view .product-img-box .product-image-zoom .popup-btn {
  position: absolute;
  bottom: 11px;
  right: 11px;
  z-index: 9;
}
.product-view .product-img-box .product-image-zoom .popup-btn a {
  float: left;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.product-view .product-img-box .product-image-zoom .popup-btn a:before {
  content: "\f00e";
  font-family: "FontAwesome";
  position: absolute;
  top: 6px;
  left: 10px;
  text-indent: 0;
  width: 24px;
  height: 24px;
}
.product-view .product-img-box .product-image-zoom .popup-btn a:hover {
  color: #3555D0 ;
}
.product-view .product-img-box .product-image-zoom .popup-btn a:hover:before {
  color: #3555D0  !important;
}
.product-view .product-img-box .wrap-slide-item {
  /*display: inline-block; width: 100%;*/
  text-align: center;
  position: relative;
  padding: 10px 0 35px;
}
.product-view .product-img-box .wrap-slide-item .inner {
  /* display: inline-block;*/
}
.product-view .product-img-box .wrap-slide-item .inner li a {
  float: left;
  margin: 10px 5px;
  border: 1px solid #eeeeee;
  padding: 5px;
}
.product-view .product-img-box .wrap-slide-item .inner li a img {
  width: 100%;
}
.product-view .product-img-box .wrap-slide-item .inner li a.actived,
.product-view .product-img-box .wrap-slide-item .inner li a:hover {
  border-color: #3555D0 ;
  position: relative;
}
.product-view .product-img-box .wrap-slide-item .inner li a.actived:before,
.product-view .product-img-box .wrap-slide-item .inner li a:hover:before {
  content: "\f0d8";
  width: 10px;
  height: 6px;
  position: absolute;
  margin-left: -3px;
  top: -14px;
  left: 50%;
  font-family: "FontAwesome";
  color: #3555D0 ;
}
.product-view .product-img-box .wrap-slide-item .next,
.product-view .product-img-box .wrap-slide-item .prev {
  position: absolute;
  left: 49.5%;
  bottom: 0px;
}
.product-view .product-img-box .wrap-slide-item .next {
  margin-left: 5px;
}
.product-view .product-img-box .wrap-slide-item .prev {
  margin-left: -31px;
}
.product-view .product-img-box .wrap-slide-item span {
  width: 30px;
  height: 30px;
  border: 1px solid #eeeeee;
  position: relative;
  float: left;
  text-indent: -9999em;
}
.product-view .product-img-box .wrap-slide-item span.prev {
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.product-view .product-img-box .wrap-slide-item span.prev:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 11px;
  right: -2px;
  background: url('../images/icon-ovicsport.png') no-repeat -127px -33px;
  text-indent: 0;
}
.product-view .product-img-box .wrap-slide-item span.prev:hover {
  background: #ededed;
  border-color: #ededed;
}
.product-view .product-img-box .wrap-slide-item span.prev:hover:before {
  background-position: -127px -19px;
}
.product-view .product-img-box .wrap-slide-item span.next:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -96px -33px;
  text-indent: 0;
}
.product-view .product-img-box .wrap-slide-item span.next:hover {
  background: #ededed;
  border-color: #ededed;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.product-view .product-img-box .wrap-slide-item span.next:hover:before {
  background-position: -96px -19px;
}
.product-view .product-img-box .wrap-slide-item span:hover {
  cursor: pointer;
}
.product-view .product-shop {
  float: left;
  width: 57.265%;
}
.product-view .product-shop .wrap-er {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
}
.product-view .product-shop .wrap-er .ratings {
  float: left;
}
.product-view .product-shop .wrap-er .ratings .rating-links {
  float: left;
  margin-left: 15px;
  margin-bottom: 0;
}
.product-view .product-shop .wrap-er .ratings .rating-links a {
  color: #999;
  margin: 0;
}
.product-view .product-shop .wrap-er .ratings .rating-links a:hover {
  color: #3555D0 ;
}
.product-view .product-shop .wrap-er .ratings .rating-links .separator {
  color: #999;
}
.product-view .product-shop .wrap-er .email-friend {
  float: right;
  line-height: 100%;
}
.product-view .product-shop .wrap-er .email-friend a {
  color: #999;
}
.product-view .product-shop .wrap-er .email-friend a:hover {
  color: #3555D0 ;
}
.product-view .product-shop .short-description {
  line-height: 24px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.product-view .product-shop .availability {
  margin-top: 25px;
  clear: both;
}
.product-view .product-shop .availability span {
  margin-left: 16px;
  position: relative;
}
.product-view .product-shop .availability span:before {
  content: "\f058";
  position: absolute;
  top: -2px;
  left: -17px;
  width: 15px;
  height: 15px;
  font-family: "FontAwesome";
}
.product-view .product-shop .price-box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product-view .product-shop .price-box .price-label {
  line-height: 44px;
}
.product-view .product-shop .price-box .price {
  font-size: 171.42%;
  background: none;
  padding: 0;
}
.product-view .product-shop .price-box .price:before {
  display: none;
}
.product-view .product-shop .price-box .special-price:before {
  display: none;
}
.product-view .product-shop .price-box .old-price {
  margin: 5px 0 0 10px;
}
.product-view .product-shop .price-box .old-price .price {
  font-size: 128.57%;
}
.product-view .product-shop #super-product-table {
  margin: 10px 0 20px;
}
.product-view .product-shop #super-product-table td .flycart-qty-btn {
  display: none;
}
.product-view .product-shop #super-product-table td input {
  text-align: center;
}
.product-view .product-shop #product-options-wrapper {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.product-view .product-shop #product-options-wrapper #downloadable-links-list {
  margin-left: 20px;
}
.product-view .product-shop #product-options-wrapper #downloadable-links-list input {
  float: left;
  margin: 9px 0;
}
.product-view .product-shop #product-options-wrapper #downloadable-links-list .label {
  float: left;
}
.product-view .product-shop #product-options-wrapper #downloadable-links-list label {
  line-height: 30px;
  color: #666;
}
.product-view .product-shop #product-options-wrapper .group-item {
  float: left;
  width: 100%;
}
.product-view .product-shop #product-options-wrapper dl.last {
  float: left;
  width: 100%;
}
.product-view .product-shop #product-options-wrapper dt,
.product-view .product-shop #product-options-wrapper dd {
  float: left;
}
.product-view .product-shop #product-options-wrapper dt {
  clear: both;
}
.product-view .product-shop #product-options-wrapper label {
  line-height: 36px;
  margin: 0;
  font-weight: normal !important;
  min-width: 102px;
  text-align: left;
  text-transform: uppercase;
}
.product-view .product-shop #product-options-wrapper p.required {
  text-align: left;
}
.product-view .product-shop #product-options-wrapper dd .input-box {
  margin-left: 10px;
}
.product-view .product-shop #product-options-wrapper dd .input-box .selector {
  position: relative;
}
.product-view .product-shop #product-options-wrapper dd .input-box .selector span {
  background: #fff;
  border: 1px solid #eeeeee;
  height: 36px;
  line-height: 36px;
  text-align: left;
  width: 100% !important;
  position: absolute;
  display: block;
  padding: 0 20px 0 12px;
  color: #999;
}
.product-view .product-shop #product-options-wrapper dd .input-box .selector span:before {
  content: "\f0dd";
  position: absolute;
  top: -4px;
  right: 10px;
  font-size: 17px;
  color: #999;
  font-family: "Fontawesome";
}
.product-view .product-shop #product-options-wrapper dd .input-box select {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: static;
  top: 0;
  width: 100%;
  height: 36px;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 0 20px 0 12px !important;
}
.product-view .product-shop .product-options-bottom {
  float: left;
  width: 100%;
}
.product-view .product-shop .product-options-bottom label {
  line-height: 40px;
  font-weight: normal;
  min-width: 32px;
  text-transform: uppercase;
}
.product-view .product-shop .product-options-bottom .add-to-cart {
  float: left;
}
.product-view .product-shop .product-options-bottom .add-to-cart .input-text.qty {
  height: 40px;
  float: left;
  text-transform: uppercase;
}
.product-view .product-shop .product-options-bottom .add-to-links {
  float: left;
  margin-left: 30px;
}
.product-view .product-shop .product-options-bottom .add-to-links li {
  float: left;
  line-height: 40px;
}
.product-view .product-shop .product-options-bottom .add-to-links li a {
  text-transform: uppercase;
}
.product-view .product-shop .product-options-bottom .add-to-links li .link-wishlist {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d7d7d7;
}
.product-view .product-shop .product-options-bottom #product-addtocart-button {
  padding: 0 20px 0 20px;
  margin: 0;
  position: relative;
  line-height: 40px;
  height: 40px;
  background: #353535;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*&:before{ content: ""; width: 35px; height: 28px; position: absolute; top: 6px; left: 17px; 
					background: url('@{base-url}icon-ovicsport.png') no-repeat -53px -15px;
				}*/
  text-transform: uppercase;
  float: left;
  margin-left: 5px;
}
.product-view .product-shop .product-options-bottom #product-addtocart-button:hover {
  background: #3555D0 ;
}
.product-view .product-shop .product-options-bottom .price-box {
  display: none;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit {
  float: left;
  width: auto;
  min-width: 162px;
  margin: 0 30px 0 18px !important;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit .flycart-qty-change {
  margin: 0;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit input {
  width: 140px;
  height: 40px;
  border: 1px solid #eeeeee;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit input:focus {
  border-color: #353535;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit a {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 20px;
  border: 1px solid #eeeeee;
  background: #fff;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url('../images/icon-ovicsport.png') no-repeat -153px -69px;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit a.flycart-qty-change-left {
  top: auto;
  bottom: 0;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit a.flycart-qty-change-left:before {
  background-position: -187px -72px;
  top: 8px;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit a.flycart-qty-change-left:hover:before {
  background-position: -205px -72px;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit a.flycart-qty-change-right {
  border-bottom: none;
}
.product-view .product-shop .product-options-bottom .flycart_qty_edit a:hover:before {
  background-position: -170px -69px;
}
.product-view .product-shop .wrap-addthis {
  border-top: 1px solid #eeeeee;
  float: left;
  width: 100%;
  margin-top: 42px;
  padding-top: 32px;
}
.product-view #product-tabs {
  float: left;
  width: 100%;
  margin-top: 52px;
  margin-bottom: 30px;
}
.product-view #product-tabs > ul {
  float: left;
  width: 100%;
  background: #666666;
}
.product-view #product-tabs > ul li {
  float: left;
}
.product-view #product-tabs > ul li a {
  color: #fff;
  padding: 0 25px;
  line-height: 40px;
  display: block;
  border-left: 1px solid transparent;
  text-transform: uppercase;
}
.product-view #product-tabs > ul li a:hover {
  background: #3555D0 ;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-left: 1px solid #eeeeee;
}
.product-view #product-tabs > ul li.actived a {
  color: #fff !important;
  background: #3555D0 ;
}
.product-view #product-tabs > ul li.actived a:hover {
  border-left: 1px solid transparent;
}
.product-view #product-tabs .inner-tab {
  padding: 30px;
  border: 1px solid #eeeeee;
  border-top: none;
  float: left;
  width: 100%;
  line-height: 24px;
  background: #fff;
}
.product-view #product-tabs .inner-tab h2 {
  margin: 0;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  display: inline-block;
  font-size: 128.57%;
  font-weight: normal;
  margin-bottom: 20px;
  min-width: 120px;
}
.product-view #product-tabs .inner-tab .box-tags .button {
  margin: 0;
  padding: 0 15px;
  line-height: 32px;
  background: #666666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-view #product-tabs .inner-tab .box-tags .button:hover {
  background: #3555D0 ;
}
.product-view #product-tabs .inner-tab #customer-reviews .pager {
  float: left;
  width: 100%;
  border-bottom: 3px double #eeeeee;
  border-top: 3px double #eeeeee;
}
.product-view #product-tabs .inner-tab #customer-reviews .pager p,
.product-view #product-tabs .inner-tab #customer-reviews .pager label {
  margin: 0;
}
.product-view #product-tabs .inner-tab #customer-reviews .pager .amount {
  float: left;
  line-height: 40px;
}
.product-view #product-tabs .inner-tab #customer-reviews .pager .limiter {
  float: right;
  line-height: 40px;
}
.product-view #product-tabs .inner-tab #customer-reviews #product-review-table td {
  text-align: center;
}
.product-view #product-tabs .inner-tab #customer-reviews #product-review-table td .radio {
  display: inline;
  margin: 0;
}
.product-view #product-tabs .inner-tab #customer-reviews .form-list {
  margin-top: 20px;
}
.product-view #product-tabs .inner-tab #customer-reviews .buttons-set,
.product-view #product-tabs .inner-tab #customer-reviews .form-list {
  width: 50%;
}
.product-view #product-tabs .inner-tab #customer-reviews .button {
  margin: 0;
  color: #666666 !important;
  padding: 0 15px;
  line-height: 32px;
  background: #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-view #product-tabs .inner-tab #customer-reviews .button:hover {
  background: #3555D0 ;
}
.product-view .products-grid .title {
  margin: 35px 0 20px;
  font-weight: bold;
  font-size: 171.428%;
  text-transform: capitalize;
}
.product-view #upsell_pro,
.product-view #related-product {
  overflow: hidden;
}
.product-view #upsell_pro .title,
.product-view #related-product .title {
  text-transform: uppercase;
  font-weight: normal;
}
.product-view #upsell_pro .inner,
.product-view #related-product .inner {
  position: relative;
}
.product-view #upsell_pro .inner .box-nav,
.product-view #related-product .inner .box-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.product-view #upsell_pro .container-slider,
.product-view #related-product .container-slider {
  margin: 0 -15px;
}
.product-view #upsell_pro .container-slider .item,
.product-view #related-product .container-slider .item {
  padding-top: 5px;
  margin: 0 15px;
}
.product-view #upsell_pro .container-slider .item .new-item,
.product-view #related-product .container-slider .item .new-item,
.product-view #upsell_pro .container-slider .item .sale-item,
.product-view #related-product .container-slider .item .sale-item {
  top: 0;
}
#flycart_configurable_add_to_cart {
  background: #fff;
  border-color: #ccc;
}
#flycart_configurable_add_to_cart .product-options dt label,
#flycart_configurable_add_to_cart .flycart_content label {
  font-weight: normal;
}
#flycart_configurable_add_to_cart #product-options-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0!important;
  clear: both;
}
#flycart_configurable_add_to_cart #product-options-wrapper dl {
  margin-bottom: 0 !important;
}
#flycart_configurable_add_to_cart .product-options-bottom {
  float: left;
  width: 100%;
  /*padding: 15px 0 0 !important;*/
}
#flycart_configurable_add_to_cart .product-options-bottom .price-box {
  padding: 0;
  width: auto;
}
#flycart_configurable_add_to_cart .product-options-bottom .add-to-cart input {
  width: 60px !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
#flycart_configurable_add_to_cart .product-options-bottom .add-to-cart .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ededed;
  margin-left: 10px;
  font-size: 116.66%;
  padding: 6px 10px;
}
#flycart_configurable_add_to_cart .product-options-bottom .add-to-cart .button:hover {
  background: #3555D0 ;
}
#flycart_configurable_add_to_cart #super-product-table {
  margin-top: 10px;
}
#flycart_configurable_add_to_cart #super-product-table th {
  background: none !important;
  border-right: 1px solid #ccc;
}
#flycart_configurable_add_to_cart #super-product-table td {
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#flycart_configurable_add_to_cart #super-product-table input {
  text-align: center;
}
#flycart_configurable_add_to_cart #super-product-table .price-box .price {
  background: none;
  padding: 0;
  color: #666;
}
#flycart_configurable_add_to_cart #super-product-table .price-box .price:before {
  display: none;
}
#flycart_configurable_add_to_cart #downloadable-links-list input {
  float: left;
  margin: 0;
}
#flycart_configurable_add_to_cart #downloadable-links-list .label {
  float: left;
  margin-left: 10px !important;
}
/*--- product-list ---*/
.products-list .item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 5px;
}
.products-list .item .item-image {
  float: left;
  width: 31.0344%;
  margin-right: 3.4482%;
  position: relative;
  padding: 10px;
  border: 1px solid #eeeeee;
}
.products-list .item .item-image:hover {
  border-color: #3555D0 ;
}
.products-list .item .item-image .inner {
  display: block;
  overflow: hidden;
  position: relative;
}
.products-list .item .item-image .new-item,
.products-list .item .item-image .sale-item {
  position: absolute;
  top: -5px;
  z-index: 999;
}
.products-list .item .item-image .new-item {
  left: 7px;
}
.products-list .item .item-image .sale-item {
  right: 8px;
}
.products-list .item .item-image .product-image {
  border: 1px solid #eeeeee;
  display: block;
}
.products-list .item .item-image .product-image img {
  width: 100%;
}
.products-list .item .item-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-list .item .item-image .vt_quickview_handler {
  position: absolute;
  top: 50%;
  right: -100%;
  min-width: 112px;
  text-align: center;
  font-size: 100%;
  color: #353535;
  background: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  margin-right: -56px;
  margin-top: -20px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-list .item .item-image .vt_quickview_handler:hover {
  color: #fff;
  background: #3555D0 ;
}
.products-list .item .item-image:hover .vt_quickview_handler {
  right: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-list .item .product-shop {
  float: left;
  background: #fff;
  width: 65.5174%;
  padding: 30px;
  border: 1px solid #eeeeee;
  min-height: 270px;
}
.products-list .item .product-shop:hover {
  border-color: #3555D0 ;
}
.products-list .item .product-shop .product-name {
  font-size: 100%;
  margin: 0 0 12px;
}
.products-list .item .product-shop .product-name a {
  text-transform: uppercase;
}
.products-list .item .product-shop .ratings {
  display: inline-block;
  display: none;
  padding: 15px 0;
  line-height: 100%;
  margin-bottom: 0;
}
.products-list .item .product-shop .ratings a {
  color: #999;
  margin: 0;
}
.products-list .item .product-shop .ratings a:hover {
  color: #ededed;
}
.products-list .item .product-shop .desc {
  float: left;
  margin: 10px 0 21px;
}
.products-list .item .product-shop .wrap-pio {
  float: left;
  width: 100%;
}
.products-list .item .product-shop .wrap-pio .price-box {
  width: auto;
}
.products-list .item .product-shop .wrap-pio > span {
  float: right;
  position: relative;
}
.products-list .item .product-shop .wrap-pio > span:before {
  content: "\f14a";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  font-family: "FontAwesome";
  color: #ededed;
}
.products-list .item .product-shop .wrap-pio > span.ous:before {
  content: "\f16b";
  color: #f00;
}
.products-list .item .product-shop .item-btn {
  float: left;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-list .item .product-shop .item-btn .link-wishlist,
.products-list .item .product-shop .item-btn .link-compare {
  width: 40px;
  height: 40px;
  float: left;
  background: #ededed;
}
.products-list .item .product-shop .item-btn .btn-cart,
.products-list .item .product-shop .item-btn .out-of-stock {
  color: #fff;
  font-size: 100%;
  line-height: 40px;
  padding: 0 20px;
  float: left;
  background: #ededed;
  margin: 0 2px;
  cursor: pointer;
  text-transform: uppercase;
}
.products-list .item .product-shop .item-btn .link-compare:before {
  width: 20px;
  height: 25px;
  float: left;
  position: absolute;
  top: 9px;
  left: 9px;
  content: "";
  background: url('../images/icon-ovicsport.png') no-repeat -80px -56px;
}
.products-list .item .product-shop .item-btn .link-wishlist:before {
  width: 26px;
  height: 20px;
  float: left;
  position: absolute;
  top: 11px;
  left: 11px;
  content: "";
  background: url('../images/icon-ovicsport.png') no-repeat -50px -60px;
}
.products-list .item .product-shop .item-btn a {
  position: relative;
}
.products-list .item .product-shop .item-btn a:hover {
  background: #3555D0 ;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.position-04-home2 .container {
  padding: 0;
}
.position-04-home2 .item {
  float: left;
  width: 33.3333%;
  position: relative;
}
.position-04-home2 .item a {
  float: left;
  width: 100%;
}
.position-04-home2 .item a img {
  width: 100%;
}
.position-04-home2 .item a .box-temp {
  padding: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.position-04-home2 .item a .box-temp .inner {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  background: rgba(255, 192, 0, 0.2);
  border: 3px solid #3555D0 ;
}
.position-04-home2 .item:hover .box-temp {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.position-04 a {
  display: block;
  position: relative;
}
.position-04 a img {
  width: 100%;
}
.position-04 a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  border-top: 1px solid rgba(255, 192, 0, 0.8);
  border-bottom: 1px solid rgba(255, 192, 0, 0.8);
  transform: scale(0, 1);
}
.position-04 a:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  border-left: 1px solid rgba(255, 192, 0, 0.8);
  border-right: 1px solid rgba(255, 192, 0, 0.8);
  transform: scale(1, 0);
}
.position-04 a:hover:before,
.position-04 a:hover:after {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.position-04 .box-center .first {
  margin-bottom: 30px;
}
.position-03,
.position-02 {
  margin-top: 50px;
}
.position-03 .clearfix,
.position-02 .clearfix {
  height: 0;
}
.position-03 #vt_slider_images,
.position-02 #vt_slider_images,
.position-03 #vt_slider_images_01,
.position-02 #vt_slider_images_01 {
  width: 819px;
  float: left;
  border-right: 5px solid #383838;
  position: relative;
}
.position-03 #vt_slider_images a,
.position-02 #vt_slider_images a,
.position-03 #vt_slider_images_01 a,
.position-02 #vt_slider_images_01 a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.position-03 #vt_slider_images a:before,
.position-02 #vt_slider_images a:before,
.position-03 #vt_slider_images_01 a:before,
.position-02 #vt_slider_images_01 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.position-03 #vt_slider_images a img,
.position-02 #vt_slider_images a img,
.position-03 #vt_slider_images_01 a img,
.position-02 #vt_slider_images_01 a img {
  width: 100%;
}
.position-03 #vt_slider_images a:hover:before,
.position-02 #vt_slider_images a:hover:before,
.position-03 #vt_slider_images_01 a:hover:before,
.position-02 #vt_slider_images_01 a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.position-03 #vt_slider_images:hover .navslider,
.position-02 #vt_slider_images:hover .navslider,
.position-03 #vt_slider_images_01:hover .navslider,
.position-02 #vt_slider_images_01:hover .navslider {
  opacity: 1;
  filter: alpha(opacity=100);
}
.position-03 .navslider,
.position-02 .navslider {
  opacity: 0;
  filter: alpha(opacity=0);
}
.position-03 .navslider span,
.position-02 .navslider span {
  position: absolute;
  width: 30px;
  height: 120px;
  float: left;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  margin-top: -60px;
  text-indent: -9999em;
}
.position-03 .navslider span.prev,
.position-02 .navslider span.prev {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  left: 0 !important;
}
.position-03 .navslider span.prev:before,
.position-02 .navslider span.prev:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -2px;
  background: url('../images/icon-ovicsport.png') no-repeat -127px -19px;
  text-indent: 0;
}
.position-03 .navslider span.prev:hover,
.position-02 .navslider span.prev:hover {
  background: #3555D0 ;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.position-03 .navslider span.next,
.position-02 .navslider span.next {
  right: 0 !important;
}
.position-03 .navslider span.next:before,
.position-02 .navslider span.next:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 1px;
  background: url('../images/icon-ovicsport.png') no-repeat -96px -19px;
  text-indent: 0;
}
.position-03 .navslider span.next:hover,
.position-02 .navslider span.next:hover {
  background: #3555D0 ;
}
.position-03 .navslider span:hover,
.position-02 .navslider span:hover {
  cursor: pointer;
}
.position-02 #vt_slider_images_01 {
  border-right: none !important;
  border-left: 5px solid #383838;
}
.wrap-box-02,
.wrap-box-01 {
  float: left;
  width: 100%;
}
#vt_slider_images_01 {
  margin-top: 50px;
  width: 820px !important;
  border-right: none !important;
}
.bn-right {
  background: #ededed;
  float: left;
  width: 350px;
  height: 449px;
  font-size: 14px;
  text-transform: uppercase;
}
.bn-right .btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bn-right .btn:hover {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bn-right.remove-right {
  margin-top: 50px;
  min-height: 450px;
  max-width: 349px;
}
.bn-right.remove-right .inner .b4 .b6 {
  font-weight: normal;
}
.bn-right .inner {
  margin: 73px 0 0 49px;
  float: left;
  width: 252px;
  height: 292px;
}
.bn-right .inner p {
  margin: 0;
  float: left;
  width: 100%;
}
.bn-right .inner .b1 {
  font-size: 285.71%;
  line-height: 40px;
}
.bn-right .inner .b2 {
  font-size: 128.57%;
  margin-top: 12px;
  line-height: 18px;
}
.bn-right .inner .b3 {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  position: relative;
  margin: 30px 0 20px;
  text-indent: -9999em;
  height: 0;
}
.bn-right .inner .b3:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  width: 12px;
  height: 5px;
  text-indent: 0;
  background: #ededed;
  margin-left: -6px;
}
.bn-right .inner .b4 {
  line-height: 56px;
  float: left;
  width: 100%;
}
.bn-right .inner .b4 span {
  float: left;
}
.bn-right .inner .b4 .b5 {
  font-size: 214.28%;
  line-height: 56px;
  font-weight: bold;
  margin-right: 18px;
}
.bn-right .inner .b4 .b6 {
  font-size: 428.57%;
  font-weight: bold;
  color: #3555D0 ;
}
.bn-right .inner .b4 .b7 {
  position: relative;
  width: 40px;
  height: 56px;
  color: #3555D0 ;
}
.bn-right .inner .b4 .b7 .b8,
.bn-right .inner .b4 .b7 .b9 {
  position: absolute;
  left: 0;
}
.bn-right .inner .b4 .b7 .b8 {
  top: -2px;
  line-height: 34px;
  font-size: 285.71%;
}
.bn-right .inner .b4 .b7 .b9 {
  bottom: 0;
  left: 14px;
  font-size: 142.85%;
  font-weight: bold;
  line-height: 20px;
}
.bn-right .inner .b10 {
  font-size: 128.57%;
  line-height: 20px;
  margin: 25px 0 30px;
}
.bn-right .inner .btn {
  padding: 0;
}
.bn-right .inner .btn a {
  text-decoration: none;
}
.bn-right .inner .btn a:hover span {
  color: #3555D0 ;
}
.bn-right .inner .btn .b11 {
  width: 42px;
  height: 40px;
  background: #3555D0 ;
  float: left;
  text-indent: -9999em;
  position: relative;
}
.bn-right .inner .btn .b11:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 8px;
  width: 24px;
  height: 10px;
  text-indent: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -142px -163px;
  margin-top: 0px;
}
.bn-right .inner .btn .b12 {
  float: left;
  line-height: 40px;
  padding: 0 15px;
  background: #fbfafa;
}
.position-02 {
  margin-top: 50px;
}
.position-02 .item {
  float: left;
}
.position-02 .item a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.position-02 .item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.position-02 .item a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.position-02 .item.i3 {
  margin-right: 0;
}
.position-05 {
  clear: both;
  padding-top: 15px;
}
.position-05 .container {
  background: #ededed;
}
.position-05 a {
  float: left;
}
.position-05 a:hover {
  background: #3555D0 ;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.position-05 img {
  width: 100%;
}
.position-10 .vt-slider {
  overflow: hidden;
}
.position-10 .vt-slider .block-title-slider {
  padding: 0 15px;
}
.position-10 .vt-slider .block-title-slider h3 {
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin: 50px 0 25px;
  text-transform: uppercase;
  font-size: 214.28%;
}
.position-10 .vt-slider .slider-inner {
  position: relative;
}
.position-10 .item {
  margin-bottom: 15px;
  position: relative;
  padding: 5px 15px 0 15px;
}
.position-10 .item .new-item,
.position-10 .item .sale-item {
  top: 0;
}
.position-10 .navslider {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 0;
  left: auto;
}
.position-09 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 99;
}
.position-09 .block-vt-layered-nav {
  background: #eeedf1;
  min-width: 270px;
}
.position-09 .block-vt-layered-nav .block-title {
  line-height: 100%;
}
.position-09 .block-vt-layered-nav .block-title > span {
  font-weight: normal;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner {
  padding: 30px 25px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner .btn_toggle {
  position: relative;
  float: right;
  height: 30px;
  width: 40px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner .btn_toggle:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  background: url('../images/icon-ovicsport.png') no-repeat -243px -72px;
  margin-top: -7px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner .btn_toggle:hover {
  cursor: pointer;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner .btn_toggle.btnOpen:before {
  background: url('../images/icon-ovicsport.png') no-repeat -224px -69px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner .block-title .btn_toggle:before {
  top: 14px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner .block-title .btn_toggle.btnOpen:before {
  top: 11px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner .block-content {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  width: 220px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner #vt_sidenav {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 0;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner #vt_sidenav li {
  padding-left: 5px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner #vt_sidenav li .header_item a {
  line-height: 100%;
  padding: 8px 0;
  display: inline-block;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner #vt_sidenav li .header_item a:hover {
  color: #3555D0 ;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner #vt_sidenav li .header_item.open .btn_toggle:before {
  background: url('../images/icon-ovicsport.png') no-repeat -243px -72px;
  margin-top: -4px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner #vt_sidenav li.parent .btn_toggle:before {
  background: url('../images/icon-ovicsport.png') no-repeat -224px -69px;
}
.position-09 .block-vt-layered-nav .block-layered-nav-inner #vt_sidenav > li > .header_item > a {
  text-transform: uppercase;
}
.box-productsconfig {
  margin-top: 50px;
}
.box-productsconfig .vt-slider,
.position-08 .vt-slider {
  overflow: hidden;
}
.box-productsconfig .item,
.position-08 .item {
  margin-bottom: 15px;
  position: relative;
  padding: 5px 15px 0 15px;
}
.box-productsconfig .item .new-item,
.position-08 .item .new-item,
.box-productsconfig .item .sale-item,
.position-08 .item .sale-item {
  top: 0;
}
.box-productsconfig .navslider,
.position-08 .navslider {
  margin-top: 12px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
}
.box-productsconfig .title,
.position-08 .title {
  text-align: center;
  margin: 40px 0 5px;
  float: left;
  width: 100%;
}
.box-productsconfig .title > span,
.position-08 .title > span {
  font-size: 214.28%;
  text-transform: uppercase;
  position: relative;
  color: #353535;
  display: inline-block;
  margin-bottom: 15px;
}
.box-productsconfig .title > span:before,
.position-08 .title > span:before {
  content: "";
  width: 76px;
  height: 1px;
  background: #3555D0 ;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -38px;
}
.box-productsconfig .title > p,
.position-08 .title > p {
  margin-bottom: 25px;
}
.box-productsconfig .tab-item,
.position-08 .tab-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
.box-productsconfig .tab-item ul li,
.position-08 .tab-item ul li {
  display: inline-block;
  margin-left: 2px;
}
.box-productsconfig .tab-item ul li a,
.position-08 .tab-item ul li a {
  padding: 0 18px;
  line-height: 42px;
  position: relative;
  background: #ededed;
  display: block;
  font-size: 128.57%;
  text-transform: uppercase;
}
.box-productsconfig .tab-item ul li a:hover,
.position-08 .tab-item ul li a:hover {
  background: #3555D0 ;
  color: #fff !important;
}
.box-productsconfig .tab-item ul li.active a,
.position-08 .tab-item ul li.active a {
  background: #3555D0 ;
  color: #fff !important;
}
.box-productsconfig .title {
  margin-top: -10px;
}
.position-07 {
  float: left;
  width: 100%;
}
.position-07 .wrap-blog-home > .title {
  text-align: center;
  margin: 40px 0 0;
  float: left;
  width: 100%;
}
.position-07 .wrap-blog-home > .title > span {
  font-size: 214.28%;
  text-transform: uppercase;
  position: relative;
  color: #353535;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
}
.position-07 .wrap-blog-home > .title > span:before {
  content: "";
  width: 76px;
  margin-left: -39px;
  height: 1px;
  background: #3555D0 ;
  position: absolute;
  bottom: -6px;
  left: 50%;
}
.position-07 .wrap-blog-home > .title > p {
  margin-bottom: 50px;
  text-transform: uppercase;
}
.position-07 .wrap-blog-home #blog-list {
  float: left;
  width: 100%;
}
.position-07 .wrap-blog-home #blog-list li {
  float: left;
  width: 33.3333%;
  padding: 0 15px;
}
.position-07 .wrap-blog-home #blog-list li .item-inner {
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .link-item {
  background: #ededed;
  float: left;
  width: 100%;
  position: relative;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .link-item img {
  width: 100%;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .link-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background: url('../images/icon-ovicsport.png') no-repeat -250px 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.position-07 .wrap-blog-home #blog-list li .item-inner .link-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .link-item:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.position-07 .wrap-blog-home #blog-list li .item-inner .link-item:hover:after {
  display: block;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .blog-name {
  margin: 20px 0 0 0;
  padding: 0;
  float: left;
  width: 100%;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .blog-name a {
  display: inline-block;
  text-transform: uppercase;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .wrap {
  margin-top: 5px;
  float: left;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .wrap span {
  float: left;
  color: #999;
  position: relative;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .wrap span.item-c {
  padding: 0 15px 0 22px;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .wrap span.item-c:before {
  content: "\f0e5";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
}
.position-07 .wrap-blog-home #blog-list li .item-inner .wrap span.item-c:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 0;
  background: #999;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .wrap span.item-d {
  padding-left: 20px;
  margin-left: 10px;
}
.position-07 .wrap-blog-home #blog-list li .item-inner .wrap span.item-d:before {
  content: "\f133";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
}
.position-12 #vt_slider_hotcate {
  position: relative;
  margin-top: 50px;
}
.position-12 #vt_slider_hotcate .tmp {
  margin: 0 -15px;
}
.position-12 #vt_slider_hotcate .box-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.position-12 #vt_slider_hotcate .title {
  color: #666666;
  text-transform: uppercase;
  font-size: 214.28%;
  margin: 0 0 30px 0;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.position-12 #vt_slider_hotcate .item {
  margin: 0 15px;
  padding: 20px;
  border: 1px solid #eee;
  min-height: 226px;
}
.position-12 #vt_slider_hotcate .item > a {
  display: block;
  color: #ededed;
  position: relative;
}
.position-12 #vt_slider_hotcate .item > a img {
  width: 100%;
}
.position-12 #vt_slider_hotcate .item > a:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.position-12 #vt_slider_hotcate .item > a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.position-12 #vt_slider_hotcate .item > p {
  line-height: 100%;
  margin: 20px 0  0;
  text-align: center;
}
.position-12 #vt_slider_hotcate .item > p a {
  text-transform: uppercase;
}
.position-11 .container {
  padding: 50px 0;
  border-bottom: 2px solid #eeeeee;
  border-top: 2px solid #eeeeee;
}
.position-11 .title {
  text-transform: uppercase;
  font-size: 214.28%;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.position-11 #vt_slider_testimonial {
  position: relative;
}
.position-11 #vt_slider_testimonial .box-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.position-11 #vt_slider_testimonial h2 {
  margin: 0;
}
.position-11 #vt_slider_testimonial .item .inner01 {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.position-11 #vt_slider_testimonial .item .inner01 .inner03 {
  float: left;
  margin-right: 20px;
  border: 1px solid #eee;
  position: relative;
  min-width: 212px;
}
.position-11 #vt_slider_testimonial .item .inner01 .inner03 .inner04 {
  padding: 10px;
  float: left;
}
.position-11 #vt_slider_testimonial .item .inner01 .inner03 .inner04 a {
  float: left;
  margin-right: 18px;
  line-height: 20px;
  position: relative;
}
.position-11 #vt_slider_testimonial .item .inner01 .inner03 .inner04 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  border: 1px solid #3555D0 ;
}
.position-11 #vt_slider_testimonial .item .inner01 .inner03 .inner04 a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.position-11 #vt_slider_testimonial .item .inner01 .inner03 .inner04 > p {
  display: inline-block;
  text-transform: capitalize;
}
.position-11 #vt_slider_testimonial .item .inner01 .inner03 .inner04 > p span {
  color: #3555D0 ;
  line-height: 20px;
}
.position-11 #vt_slider_testimonial .item .inner01 .inner03:before {
  content: "";
  width: 14px;
  height: 13px;
  position: absolute;
  top: 25px;
  right: -15px;
  background: url('../images/icon-ovicsport.png') no-repeat -263px -70px;
}
.position-11 #vt_slider_testimonial .item .inner01 > p {
  display: inline-block;
  color: #999;
}
.position-11 #blog-list .item {
  padding: 0;
  margin-bottom: 0;
}
.position-11 #blog-list .item .item-inner {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.position-11 #blog-list .item .item-inner a.link-item {
  float: left;
  margin-right: 15px;
  position: relative;
}
.position-11 #blog-list .item .item-inner a.link-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3555D0 ;
  opacity: 0;
  filter: alpha(opacity=0);
}
.position-11 #blog-list .item .item-inner a.link-item:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.position-11 #blog-list .item .item-inner a.link-item img {
  width: 120px;
}
.position-11 #blog-list .item .item-inner .box-right {
  display: block;
}
.position-11 #blog-list .item .item-inner .box-right .blog-name {
  margin: 0;
  padding: 0;
}
.position-11 #blog-list .item .item-inner .box-right .blog-name a {
  display: block;
  text-transform: uppercase;
}
.position-11 #blog-list .item .item-inner .box-right .blog-name a:hover {
  color: #3555D0 ;
}
.position-11 #blog-list .item .item-inner .box-right .wrap {
  margin-top: 5px;
  float: left;
}
.position-11 #blog-list .item .item-inner .box-right .wrap span {
  float: left;
  color: #999;
  position: relative;
}
.position-11 #blog-list .item .item-inner .box-right .wrap span.item-c {
  margin-right: 10px;
  padding: 0 15px 0 22px;
}
.position-11 #blog-list .item .item-inner .box-right .wrap span.item-c:before {
  content: "\f0e5";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
}
.position-11 #blog-list .item .item-inner .box-right .wrap span.item-c:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 0;
  background: #999;
}
.position-11 #blog-list .item .item-inner .box-right .wrap span.item-d {
  padding-left: 20px;
}
.position-11 #blog-list .item .item-inner .box-right .wrap span.item-d:before {
  content: "\f133";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
}
.position-06 {
  margin-bottom: 100px;
}
.position-06 .box-even > .title {
  text-align: center;
  margin: 30px 0 0;
  float: left;
  width: 100%;
}
.position-06 .box-even > .title > span {
  font-size: 214.28%;
  text-transform: uppercase;
  position: relative;
  color: #353535;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
}
.position-06 .box-even > .title > span:before {
  content: "";
  width: 76px;
  height: 1px;
  background: #ededed;
  position: absolute;
  bottom: -6px;
  margin-left: -39px;
  left: 50%;
}
.position-06 .box-even > .title > p {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.position-06 .box-even .item .dm {
  text-transform: uppercase;
  margin-right: 30px;
  float: left;
  background: #ededed;
  color: #fff;
  width: 55px;
  height: 60px;
  padding: 10px;
}
.position-06 .box-even .item .dm .d {
  font-size: 171.42%;
}
.position-06 .box-even .item .dm .m {
  float: left;
  text-transform: lowercase;
  margin-left: 5px;
}
.position-06 .box-even .item .dm span {
  line-height: 100%;
}
.position-06 .box-even .item .content {
  float: left;
  width: 285px;
}
.position-06 .box-even .item .content .title {
  font-size: 128.57%;
  margin: -6px 0 15px 0;
  float: left;
  width: 100%;
  color: #353535;
}
.position-06 .box-even .item .content .title:hover {
  color: #ededed;
}
.position-06 .box-even .item .content .rm {
  margin-top: 15px;
  background: #eee;
  padding: 10px 20px;
  text-align: center;
  color: #353535;
  float: left;
}
.position-06 .box-even .item .content .rm:hover {
  background: #ededed;
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
/*---- position-01 ----------*/
.position-01 {
  background: #fff;
  padding: 0px 0 50px;
}
.position-01 .block-title {
  margin-bottom: 25px;
}
.position-01 .block-title h3 {
  margin: 0;
  font-size: 128.57%;
  text-transform: uppercase;
}
.position-01 .productslider {
  padding: 20px 30px 40px 30px;
  border: 1px solid #eeeeee;
  min-height: 345px;
  background: #fff;
  overflow: hidden;
}
.position-01 .productslider .item {
  margin-bottom: 40px;
}
.position-01 .productslider .item .pro-img {
  float: left;
  border: 1px solid #eeeeee;
  margin-right: 30px;
}
.position-01 .productslider .item .pro-img a {
  display: block;
}
.position-01 .productslider .item .pro-img a img {
  width: 100%;
}
.position-01 .productslider .item .pro-img:hover {
  border-color: #3555D0 ;
}
.position-01 .productslider .item .pro-info {
  float: left;
  width: 166px;
}
.position-01 .productslider .item .pro-info .pro-title {
  width: 100%;
  float: left;
  margin-top: -4px;
}
.position-01 .productslider .item .pro-info .pro-title a {
  float: left;
  white-space: nowrap;
  width: 100%;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.position-01 .productslider .item .pro-info .pro-title a:hover {
  color: #3555D0 ;
}
.position-01 .productslider .item .pro-info > .rating {
  height: 15px;
  line-height: 15px;
  margin: 5px 0 7px;
  width: 100%;
  float: left;
}
.position-01 .productslider .item .pro-info > .rating .no-rating a {
  white-space: nowrap;
  float: left;
  width: 100%;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
}
.position-01 .productslider .item .pro-info > .rating .no-rating a:hover {
  color: #ededed;
}
.position-01 .productslider .item .pro-info .rating-links {
  display: none;
}
.position-01 .productslider .item .pro-info .price-box {
  margin-bottom: 53px;
  margin-top: 20px;
  float: left;
}
.position-01 .productslider .item .pro-info .price-box .price {
  background: none;
  padding: 0;
  color: #3555D0 ;
}
.position-01 .productslider .item .pro-info .price-box .price:before {
  display: none;
}
.position-01 .productslider .item .pro-info .price-box .special-price:before {
  display: none;
}
.position-01 .productslider .item .pro-info .price-box .old-price .price {
  color: #666;
}
.position-01 .productslider .item .pro-info .price-box .old-price .price:after {
  background: #666;
}
.position-01 .productslider .item .pro-info .item-des {
  float: left;
  line-height: 18px;
}
.position-01 .productslider .box-nav {
  float: left;
  margin-top: 7px;
}
.position-01 .productslider .btn-vas {
  float: right;
  min-width: 180px;
  line-height: 40px;
  background: #666666;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.position-01 .productslider .btn-vas:hover {
  background: #3555D0 ;
  color: #fff !important;
}
.position-01 .box-newletter .inner {
  padding: 20px 30px 40px 30px;
  border: 1px solid #eeeeee;
  min-height: 345px;
  background: #fff;
  overflow: hidden;
}
.position-01 .box-newletter .inner .block-title h3 {
  margin: 0 0 17px 0;
}
.position-01 .box-newletter .inner .block-title p {
  line-height: 23px;
}
.position-01 .box-newletter .inner .block-subscribe {
  float: left;
  width: 100%;
  margin: 14px 0 0 0;
}
.position-01 .box-newletter .inner .block-subscribe .block-content {
  position: relative;
  margin: 0;
}
.position-01 .box-newletter .inner .block-subscribe .block-content #newsletter {
  float: left;
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
  color: #999;
  margin: 0;
  padding-right: 110px;
  padding-left: 10px;
}
.position-01 .box-newletter .inner .block-subscribe .block-content #advice-validate-email-newsletter {
  position: absolute;
  left: 0;
  bottom: -82px;
}
.position-01 .box-newletter .inner .block-subscribe .block-content .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.position-01 .box-newletter .inner .block-subscribe .block-content .actions .button {
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #666666;
}
.position-01 .box-newletter .inner .block-subscribe .block-content .actions .button:hover {
  background: #3555D0 ;
}
.position-01 .box-newletter .inner h2 {
  margin: 45px 0 30px;
  text-transform: uppercase;
  font-size: 128.57%;
  float: left;
  width: 100%;
}
.position-01 .box-newletter .inner .wrap ul li {
  float: left;
  margin-right: 10px;
}
.position-01 .box-newletter .inner .wrap ul li a {
  float: left;
  position: relative;
}
.position-01 .box-newletter .inner .wrap ul li a:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.position-01 .box-newletter .inner .wrap ul li.last {
  margin-right: 0;
}
.position-01 .box-video .inner {
  padding: 20px 30px 34px 30px;
  border: 1px solid #eeeeee;
  min-height: 345px;
  background: #fff;
  overflow: hidden;
}
.position-01 .box-video .inner p {
  margin: 0;
}
.position-01 .box-video .inner p.info {
  margin-top: 12px;
  text-transform: uppercase;
}
.position-01 .box-video .inner p img {
  width: 100%;
}
.postWrapper {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.postWrapper h2 {
  display: block;
  line-height: 100%;
  overflow: hidden;
  font-size: 100%;
  margin: 0 0 5px 0;
}
.postWrapper > a {
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}
.postWrapper > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.postWrapper > a:hover {
  color: #3555D0 ;
}
.postWrapper > a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.postWrapper .wrap-title {
  display: block;
  overflow: hidden;
}
.postWrapper .wrap-title .posdate {
  float: left;
  width: 72px;
  height: 70px;
  margin-right: 20px;
  background: #ededed;
}
.postWrapper .wrap-title .posdate span {
  text-align: center;
  width: 100%;
  line-height: 100%;
  float: left;
  margin-right: 20px;
}
.postWrapper .wrap-title .posdate span.d-day {
  font-size: 30px;
  margin: 10px 0 5px;
}
.postWrapper .wrap-title .posdate span.d-month-y {
  font-size: 12px;
}
.postWrapper .inner-content a.postTitle {
  border-bottom: none;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
}
.postWrapper .inner-content a.postTitle:hover {
  color: #3555D0 ;
}
.postWrapper .inner-content p {
  display: block;
  overflow: hidden;
}
.postWrapper .inner-content .wrap-rm {
  display: block;
  overflow: hidden;
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding-top: 10px;
}
.postWrapper .inner-content .wrap-rm a {
  margin-top: 15px;
}
.postWrapper .inner-content .wrap-rm a:hover {
  color: #3555D0 ;
}
.postWrapper .postContent {
  margin-top: 15px;
}
.postWrapper .postContent .wrap-img {
  text-align: center;
  margin: 30px 0 45px 0;
}
.postWrapper .wrap-item .pby {
  float: left;
  margin-right: 5px;
  color: #999;
}
.postWrapper .wrap-item a:hover {
  color: #3555D0 ;
}
.postWrapper .wrap-social {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 25px 0 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 25px 0;
}
.postWrapper .wrap-social ul {
  margin: 5px 0 0 0;
}
.postWrapper .wrap-social ul li {
  display: inline-block;
  width: 20px;
  height: 16px;
  text-indent: -9999em;
  margin: 0 12px;
}
.postWrapper .wrap-social ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.postWrapper .wrap-social ul li a:before {
  content: "\f09a";
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 14px;
  font-family: "FontAwesome";
  width: 20px;
  height: 16px;
  position: absolute;
}
.postWrapper .wrap-social ul li a.l:before {
  content: "\f0e1";
}
.postWrapper .wrap-social ul li a.t:before {
  content: "\f099";
}
.postWrapper .wrap-social ul li a.g:before {
  content: "\f0d5";
}
.postWrapper .wrap-social ul li a.p:before {
  content: "\f0d2";
}
.postTitle.cmt-heading {
  border-bottom: none;
  text-transform: uppercase;
}
.commentWrapper {
  position: relative;
  padding-left: 142px;
}
.commentWrapper h4 {
  margin: 0;
  text-transform: uppercase;
  color: #666 !important;
  font-weight: normal !important;
}
.commentWrapper:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 6px;
  left: 35px;
  background: url('../images/icon-blog.png') no-repeat 0 0;
}
.blog-toolbar .toolbar {
  margin-bottom: 0;
  background: none;
}
.blog-toolbar .toolbar .sorter > label {
  display: none;
}
.blog-toolbar .toolbar .sorter .sort-by {
  margin-left: 20px;
}
.blog-toolbar .toolbar .sorter .sort-by .wrap-sb {
  width: 130px !important;
}
.blog-toolbar .toolbar .sorter .sort-by .wrap-sb .selected-order {
  border: 1px solid #eeeeee;
}
.blog-toolbar .toolbar .sorter .sort-by .wrap-sb ul {
  border-color: #eeeeee;
}
.blog-toolbar .toolbar .sorter .sort-by .desc,
.blog-toolbar .toolbar .sorter .sort-by .asc {
  border-color: #eeeeee;
}
.blog-toolbar .toolbar .sorter .sort-by .desc:hover,
.blog-toolbar .toolbar .sorter .sort-by .asc:hover {
  border-color: #eeeeee;
}
.blog-toolbar .toolbar .sorter .limiter .wrap-show .selected-limiter {
  border-color: #eeeeee;
}
.blog-toolbar .toolbar .sorter .limiter .wrap-show ul {
  border-color: #eeeeee;
}
.cmt-heading h2 {
  font-size: 125%;
  line-height: 24px;
}
.commentWrapper {
  padding-bottom: 40px;
}
.commentWrapper h4.username {
  font-size: 100%;
  line-height: normal;
  color: #ededed;
}
.blog-toolbar.post .toolbar .sorter {
  float: left;
  width: 100%;
}
.blog-toolbar.post .toolbar .sorter .limiter {
  margin-right: 20px;
}
#postComment {
  float: left;
}
#postComment h4.legend {
  font-size: 214.28%;
  color: #333;
  text-transform: uppercase;
  margin-top: 40px;
}
#postComment .commentDetails {
  margin: 0 0;
}
#postComment ul.form-list {
  list-style: none;
  margin: 40px 0 0 0;
}
#postComment ul.form-list .input-box {
  margin-bottom: 26px;
}
#postComment ul.form-list .input-box input.input-text {
  margin: 0 0;
  padding: 10px 10px;
  width: 570px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#postComment ul.form-list .input-box textarea {
  margin: 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 189px;
}
#postComment ul.form-list .input-box .validation-advice {
  margin-top: 3px;
}
#postComment ul.form-list .input-box label {
  color: #444444;
}
#postComment ul.form-list .input-box label em {
  color: #f00;
  margin-left: 2px;
}
#postComment ul.form-list li label {
  width: 100%;
  font-weight: normal;
}
#postComment .button-set {
  margin-top: 10px;
  margin-bottom: 0;
}
#postComment .button-set .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 9px 20px 6px;
  color: #666666 !important;
  background: #ededed;
  text-transform: uppercase;
}
#postComment .button-set .button:hover {
  background: #3555D0 ;
  color: #fff !important;
}
/*----- vt-slider --------*/
.block-adv {
  float: left;
  width: 100%;
}
.block-adv .vtslider {
  margin-bottom: 55px;
}
.block-adv .vtslider .inner {
  position: relative;
}
.block-adv .vtslider .inner > .title {
  text-align: center;
}
.block-adv .vtslider .inner > .title > span {
  font-size: 171.41%;
  position: relative;
  color: #353535;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
}
.block-adv .vtslider .inner > .title > span:before {
  content: "";
  width: 76px;
  height: 1px;
  background: #ededed;
  position: absolute;
  bottom: -12px;
  left: 27px;
}
.block-adv .vtslider .inner > .title > p {
  font-size: 128.57%;
  margin-bottom: 40px;
}
.block-adv .vtslider .inner .item {
  margin: 0 15px;
  border: 1px solid #eeeeee;
  margin-bottom: 22px;
  position: relative;
  background: #fff;
}
.block-adv .vtslider .inner .item .inner-item {
  padding: 25px 20px 0px 20px;
  overflow: hidden;
  position: relative;
}
.block-adv .vtslider .inner .item .inner-item .details .left-box {
  float: left;
}
.block-adv .vtslider .inner .item .inner-item .details .left-box .title {
  color: #353535;
  text-transform: uppercase;
  font-size: 128.57%;
}
.block-adv .vtslider .inner .item .inner-item .details .left-box .title:hover {
  color: #ededed;
}
.block-adv .vtslider .inner .item .inner-item .details .left-box > p {
  font-size: 100%;
  margin: 8px 0 35px;
}
.block-adv .vtslider .inner .item .inner-item .details .item-img {
  float: right;
  position: absolute;
  right: 30px;
  top: 40px;
}
.block-adv .vtslider .inner .item .inner-item .details .item-img:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.block-adv .vtslider .inner .item:hover {
  border-color: #ededed;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.block-adv .vtslider .inner .item:hover .sh_bottom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.block-adv .vtslider .inner .item .sh_bottom {
  width: 100%;
  height: 45%;
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-adv .vtslider .inner .item .sh_bottom:after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 16px;
  width: 150px;
  height: 40px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 20px 31px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 20px 31px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 31px 14px rgba(0, 0, 0, 0.2);
  -moz-transform: skew(52deg, 6deg) translate(-152px, -5px);
  -webkit-transform: skew(52deg, 6deg) translate(-152px, -5px);
  transform: skew(52deg, 6deg) translate(-152px, -5px);
}
.block-adv .vtslider .inner .item .sh_bottom:before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: 16px;
  width: 150px;
  height: 40px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -20px 31px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -20px 31px 14px rgba(0, 0, 0, 0.2);
  box-shadow: -20px 31px 14px rgba(0, 0, 0, 0.2);
  -webkit-transform: skew(-52deg, -6deg) translate(152px, -5px);
  -moz-transform: skew(-52deg, -6deg) translate(152px, -5px);
  transform: skew(-52deg, -6deg) translate(152px, -5px);
}
.block-adv .box-nav {
  bottom: -38px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
}
.navslider a,
.box-nav a {
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  text-indent: -9999em;
  border: 1px solid #ccc;
}
.navslider a.prev,
.box-nav a.prev {
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.navslider a.prev:before,
.box-nav a.prev:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 11px;
  right: -2px;
  background: url('../images/icon-ovicsport.png') no-repeat -127px -33px;
  text-indent: 0;
}
.navslider a.prev:hover,
.box-nav a.prev:hover {
  background: #3555D0 ;
  border-color: #3555D0 ;
}
.navslider a.prev:hover:before,
.box-nav a.prev:hover:before {
  background-position: -127px -19px;
}
.navslider a.next:before,
.box-nav a.next:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -96px -33px;
  text-indent: 0;
}
.navslider a.next:hover,
.box-nav a.next:hover {
  background: #3555D0 ;
  border-color: #3555D0 ;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.navslider a.next:hover:before,
.box-nav a.next:hover:before {
  background-position: -96px -19px;
}
.vt-slider .container-slider {
  clear: both;
}
.cms-home #box-content {
  padding: 30px 0 0;
}
.cms-home #box-footer {
  margin-top: 0px;
}
.home-01 #box-footer {
  margin-top: 50px;
}
.home-01 ul.mainnav > li.active,
.home-01 ul.mainnav > li:hover {
  background: #3555D0 ;
}
.home-01 ul.mainnav > li.active > a,
.home-01 ul.mainnav > li:hover > a {
  color: #fff;
}
.home-01 ul.mainnav > li.active > a:hover,
.home-01 ul.mainnav > li:hover > a:hover {
  color: #fff !important;
}
#box-content {
  padding: 30px 0 0px;
}
#box-footer {
  background: #191919;
  overflow: hidden;
}
#box-footer .inner-top {
  padding: 40px 0 35px;
  float: left;
  width: 100%;
  position: relative;
}
#box-footer .inner-top .block {
  margin: 0;
}
#box-footer .inner-top .block .block-title {
  color: #ccc;
  margin-bottom: 16px;
}
#box-footer .inner-top .block .block-title span {
  font-weight: normal;
}
#box-footer .inner-top .block .block-content li {
  padding-left: 20px;
  position: relative;
}
#box-footer .inner-top .block .block-content li a,
#box-footer .inner-top .block .block-content li span {
  color: #ccc;
}
#box-footer .inner-top .block .block-content li a {
  padding: 10px 0;
  font-size: 100%;
  display: inline-block;
}
#box-footer .inner-top .block .block-content li a:before {
  content: "\f111";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #ccc;
  font-size: 5px;
  font-family: "FontAwesome";
  margin-top: -2px;
}
#box-footer .inner-top .block .block-content li a:after {
  content: "\f0da";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -15px;
  color: #ccc;
  font-size: 12px;
  font-family: "FontAwesome";
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: -8px;
}
#box-footer .inner-top .block .block-content li a:hover {
  color: #fff !important;
}
#box-footer .inner-top .block .block-content li a:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}
#box-footer .inner-top .block .block-content li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
}
#box-footer .inner-top .block.block-social-footer > a {
  display: block;
  margin: 0px 0 45px;
}
#box-footer .inner-top .block.block-social-footer .wrap h2 {
  font-size: 128.57%;
  text-transform: uppercase;
  margin: 0 0 27px 0;
}
#box-footer .inner-top .block.block-social-footer .wrap ul {
  list-style: none;
}
#box-footer .inner-top .block.block-social-footer .wrap ul li {
  float: left;
  margin-right: 10px;
  padding-left: 0;
}
#box-footer .inner-top .block.block-social-footer .wrap ul li a {
  float: left;
  position: relative;
}
#box-footer .inner-top .block.block-social-footer .wrap ul li a:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#box-footer .inner-top .block.block-social-footer .wrap ul li.last {
  margin-right: 0;
}
#box-footer .inner-top .block.block-cu li {
  padding-left: 30px;
  position: relative;
  float: left;
}
#box-footer .inner-top .block.block-cu li span {
  font-size: 100%;
  display: inline-block;
  line-height: 25px;
}
#box-footer .inner-top .block.block-cu li.item1 {
  margin-top: 7px;
}
#box-footer .inner-top .block.block-cu li.item1:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 19px;
  color: #ccc;
  position: absolute;
  top: 6px;
  left: 0;
}
#box-footer .inner-top .block.block-cu li.item2 {
  margin-top: 25px;
}
#box-footer .inner-top .block.block-cu li.item2:after {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ccc;
  position: absolute;
  top: 2px;
  left: 0;
}
#box-footer .inner-top .block.block-cu li.item3 {
  margin-top: 12px;
}
#box-footer .inner-top .block.block-cu li.item3:after {
  content: "\f003";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ccc;
  position: absolute;
  top: 8px;
  left: 0;
}
#box-footer .inner-top .block.block-cu li.item3 a:before,
#box-footer .inner-top .block.block-cu li.item3 a:after {
  display: none;
}
#box-footer .inner-center {
  float: left;
  width: 100%;
  padding: 0 15px;
}
#box-footer .inner-center .tmp {
  background: rgba(255, 255, 255, 0.3);
  float: left;
  width: 100%;
  height: 1px;
}
#box-footer .inner-bottom {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  background: rgba(0, 0, 0, 0.1);
}
#box-footer .inner-bottom address {
  color: #ccc;
  font-size: 100%;
  line-height: 22px;
  font-weight: normal !important;
}
#box-footer .inner-bottom address a {
  color: #ccc;
}
#box-footer .inner-bottom address a:hover {
  text-decoration: underline;
}
#box-footer .inner-bottom .block-payment {
  float: right;
  text-align: right;
  margin-top: 14px;
}
#box-footer .inner-bottom .block-payment ul {
  display: inline-block;
}
#box-footer .inner-bottom .block-payment ul li:hover {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-top: -5px;
}
#box-footer .inner-bottom .block-payment li {
  float: left;
  margin-left: 10px;
}
#box-footer .inner-bottom .block-payment li img {
  width: 100%;
}
#box-footer .row {
  position: relative;
}
#box-footer #gototop {
  width: 40px;
  height: 40px;
  border: 1px solid #eeeeee;
  background: #fff;
  text-align: center;
  padding-top: 18px;
  z-index: 9;
  text-transform: uppercase;
  position: fixed;
  right: 5px;
  bottom: 65px;
  font-size: 12px;
}
#box-footer #gototop:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -6px;
}
#box-footer #gototop:hover {
  color: #3555D0 ;
}
#box-footer #gototop:hover:before {
  color: #3555D0 ;
}
.category-contact .page-title {
  display: none;
}
.contact-page .wrap-map {
  text-align: center;
  padding-bottom: 70px;
  margin-top: -10px;
}
.contact-page .wrap-map .wrap-header-specials > h2 {
  float: left;
  width: 100%;
  margin: 0 0 18px 0;
  font-size: 128.57%;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  padding-bottom: 9px;
  color: #353535;
}
.contact-page .wrap-map .wrap-header-specials > h2:before {
  content: "";
  min-width: 292px;
  min-height: 24px;
  position: absolute;
  left: 50%;
  bottom: -27px;
  margin-left: -146px;
  background: url('../images/icon-ovicsport.png') no-repeat -2px -95px;
}
.contact-page .wrap-map .wrap-header-specials > h1 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 214.28%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 16px 0;
  line-height: 100%;
  font-weight: bold !important;
  color: #353535;
}
.contact-page .wrap-map .wrap-header-specials > p {
  margin: 0 0 40px;
  float: left;
  padding: 0 6% 0 6% !important;
}
.contact-page .wrap-map .box-map {
  margin-top: 45px;
}
.contact-page .col-left,
.contact-page .col-right {
  float: left;
  width: 50%;
}
.contact-page .col-left .inner {
  padding-right: 15px;
}
.contact-page .col-left .inner > h2 {
  font-size: 128.57%;
  font-weight: normal;
  text-transform: uppercase;
  margin: -15px 0 10px 0;
}
.contact-page .col-right .content {
  padding-left: 15px;
}
.contact-page .col-right .content h2 {
  font-size: 128.57%;
  margin: -15px 0 0 0;
  text-transform: uppercase;
  font-weight: normal;
}
.contact-page .col-right .content > p {
  margin: 10px 0 45px;
}
.contact-page .col-right .content #accordion {
  float: left;
  width: 100%;
}
.contact-page .col-right .content #accordion .panel {
  border-top: 1px solid #ccc;
  background: none;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-page .col-right .content #accordion .panel .panel-title {
  font-weight: normal !important;
  font-size: 114.28%;
  margin: 0;
  line-height: 38px;
  text-transform: uppercase;
}
.contact-page .col-right .content #accordion .panel .panel-title a {
  font-size: 100%;
  display: block;
  position: relative;
}
.contact-page .col-right .content #accordion .panel .panel-title a:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 14px;
}
.contact-page .col-right .content #accordion .panel .accordion-close a:before {
  background: url('../images/icon-ovicsport.png') no-repeat -162px -16px;
}
.contact-page .col-right .content #accordion .panel .accordion-open a:before {
  top: 18px;
  background: url('../images/icon-ovicsport.png') no-repeat -162px -34px;
}
.contact-page .col-right .content #accordion .panel .panel-collapse .panel-body {
  border-top: 1px solid #ccc;
}
.contact-page .col-right .content #accordion .panel .panel-collapse .tmp {
  display: none;
}
.contact-page .col-right .content #accordion .panel.last {
  border-bottom: 1px solid #ccc;
}
.contact-page #contactForm .form-list {
  margin: 0;
}
.contact-page #contactForm .form-list li {
  width: 100%;
  float: left;
  list-style: none;
}
.contact-page #contactForm .form-list li .field {
  width: 100%;
}
.contact-page #contactForm .form-list li .input-box {
  width: 100%;
}
.contact-page #contactForm .form-list li .input-box .input-text,
.contact-page #contactForm .form-list li .input-box #comment {
  width: 100%;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-page #contactForm .form-list li .input-box .input-text {
  margin-bottom: 20px;
}
.contact-page #contactForm .form-list li .input-box #comment {
  height: 190px;
  margin-bottom: 25px;
}
.contact-page #contactForm .form-list li .input-box label {
  font-weight: normal;
}
.contact-page #contactForm .form-list li .input-box label em {
  color: #f00;
}
.contact-page #contactForm .buttons-set .button {
  float: left;
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 20px;
  color: #666666 !important;
  text-transform: uppercase;
  background: #ededed !important;
}
.contact-page #contactForm .buttons-set .button:hover {
  background: #3555D0  !important;
  color: #fff !important;
}
.category-about-us .page-title {
  display: none;
}
.wrap-about {
  float: left;
  width: 100%;
}
.wrap-about .wrap-header-specials {
  text-align: center;
}
.wrap-about .wrap-header-specials > h2 {
  float: left;
  width: 100%;
  margin: 0 0 18px 0;
  font-size: 128.57%;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  padding-bottom: 22px;
  color: #333;
  line-height: 100%;
}
.wrap-about .wrap-header-specials > h2:before {
  content: "";
  min-width: 292px;
  min-height: 24px;
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -146px;
  background: url('../images/icon-ovicsport.png') no-repeat -2px -95px;
}
.wrap-about .wrap-header-specials > h1 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 214.28%;
  text-transform: uppercase;
  margin: 10px 0 16px 0;
  line-height: 100%;
  font-weight: normal;
  color: #353535;
}
.wrap-about .wrap-header-specials > p {
  margin: 0;
  padding: 0 6% 0 6% !important;
}
.wrap-about .box-1 {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.wrap-about .box-1 .item {
  float: left;
  width: 33.3333%;
  text-align: center;
}
.wrap-about .box-1 .item > a {
  display: block;
}
.wrap-about .box-1 .item > a.title {
  margin: 22px 0 10px;
  text-transform: uppercase;
  font-size: 128.57%;
}
.wrap-about .box-1 .item.item-03 > a img {
  margin-top: -12px;
}
.wrap-about .box-2 {
  float: left;
  width: 100%;
  padding: 0px 0 40px;
  text-align: center;
}
.wrap-about .box-2 h2 {
  font-size: 128.57%;
  text-transform: uppercase;
}
.wrap-about .box-2 h2 span {
  color: #ededed;
}
.wrap-about .box-3 {
  float: left;
  width: 100%;
}
.wrap-about .box-3 #accordion {
  float: left;
  width: 50%;
}
.wrap-about .box-3 #accordion .panel {
  border-top: 1px solid #ccc;
  background: none;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wrap-about .box-3 #accordion .panel .panel-title {
  font-weight: normal !important;
  font-size: 114.28%;
  margin: 0;
  line-height: 38px;
  text-transform: uppercase;
}
.wrap-about .box-3 #accordion .panel .panel-title a {
  font-size: 100%;
  display: block;
  position: relative;
}
.wrap-about .box-3 #accordion .panel .panel-title a:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 14px;
}
.wrap-about .box-3 #accordion .panel .accordion-close a:before {
  background: url('../images/icon-ovicsport.png') no-repeat -162px -16px;
}
.wrap-about .box-3 #accordion .panel .accordion-open a:before {
  top: 18px;
  background: url('../images/icon-ovicsport.png') no-repeat -162px -34px;
}
.wrap-about .box-3 #accordion .panel .panel-collapse .panel-body {
  border-top: 1px solid #ccc;
}
.wrap-about .box-3 #accordion .panel .panel-collapse .tmp {
  display: none;
}
.wrap-about .box-3 #accordion .panel.last {
  border-bottom: 1px solid #ccc;
}
.wrap-about .box-3 .box-img {
  float: left;
  width: 50%;
  text-align: right;
}
.wrap-about .box-4 {
  float: left;
  margin-top: 90px;
  width: 100%;
}
.wrap-about .box-4 .box-content {
  margin-top: 45px;
}
.wrap-about .box-4 .item {
  float: left;
  width: 25%;
  text-align: center;
}
.wrap-about .box-4 .item .inner {
  padding: 0 5%;
}
.wrap-about .box-4 .item > a {
  float: left;
  width: 100%;
  text-align: center;
}
.wrap-about .box-4 .item .img {
  position: relative;
  display: block;
}
.wrap-about .box-4 .item .img img {
  width: 100%;
}
.wrap-about .box-4 .item .img:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.wrap-about .box-4 .item .img:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrap-about .box-4 .item .title {
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  font-size: 128.57%;
  display: inline-block;
}
.wrap-about .box-4 .item .pos {
  color: #999999;
  float: left;
  margin: 2px 0 12px;
  width: 100%;
}
.wrap-about .box-4 .item .rma {
  margin-top: 9px;
  display: inline-block;
  padding: 10px 20px;
  background: #ededed;
  text-transform: uppercase;
}
.wrap-about .box-4 .item .rma:hover {
  color: #fff !important;
  background: #3555D0 ;
}
.wrap-about .box-4 .item ul.s-item {
  margin: 28px 0 0;
  display: inline-block;
}
.wrap-about .box-4 .item ul.s-item li {
  float: left;
  list-style: none;
  margin-right: 5px;
  width: 37px;
  height: 36px;
  background: rgba(255, 255, 255, 0.5);
}
.wrap-about .box-4 .item ul.s-item li a {
  display: block;
  position: relative;
  color: #ccc;
  text-indent: -9999em;
  height: 100%;
}
.wrap-about .box-4 .item ul.s-item li:hover {
  background: #3555D0 ;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.wrap-about .box-4 .item ul.s-item li:hover a:before {
  color: #fff;
}
.wrap-about .box-4 .item ul.s-item li.s-item-1 a:before {
  content: "\f09a";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 6px;
  left: 9px;
  font-family: "FontAwesome";
  font-size: 20px;
  text-indent: 0;
}
.wrap-about .box-4 .item ul.s-item li.s-item-2 a:before {
  content: "\f099";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: "FontAwesome";
  font-size: 20px;
  text-indent: 0;
}
.wrap-about .box-4 .item ul.s-item li.s-item-3 a:before {
  content: "\f0e1";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 4px;
  left: 8px;
  font-family: "FontAwesome";
  font-size: 20px;
  text-indent: 0;
}
.wrap-about .box-4 .item ul.s-item li.s-item-4 a:before {
  content: "\f0d5";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: "FontAwesome";
  font-size: 20px;
  text-indent: 0;
}
.wrap-about .box-4 .item ul.s-item li.s-item-5 a:before {
  content: "\f0d2";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 8px;
  font-family: "FontAwesome";
  font-size: 20px;
  text-indent: 0;
}
#fancybox-loading {
  width: 252px;
  height: 282px;
  margin-left: -126px !important;
  margin-top: -100px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background: url('../images/loading_1.gif') no-repeat 0 0 !important;
}
#fancybox-loading span,
#fancybox-loading div {
  background: none !important;
}
.cms-home-02 .main-container.col1-layout {
  display: none;
}
.cms-home-02 .box-slideshow {
  position: relative;
  margin-bottom: 50px;
}
.cms-home-02 .box-slideshow .row {
  position: static;
}
.cms-home-02 .box-slideshow .style1 {
  font-size: 48px;
}
.cms-home-02 .box-slideshow .style2 {
  font-size: 14px;
  width: 718px;
}
.cms-home-02 .box-slideshow .style3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.cms-home-02 .box-slideshow .tp-bullets {
  bottom: 30px !important;
}
.wrap-blog-home {
  position: relative;
}
.wrap-blog-home .box-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.home-01 .position-11 .container {
  border: none !important;
  padding-bottom: 35px !important;
}
.home-01 .position-03,
.home-01 .position-02 {
  margin-top: 60px;
}
.home-01 .position-02 {
  margin-top: 10px;
}
.home-02 .breadcrumbs {
  margin-top: 20px;
}
.home-02 #box-content {
  padding: 0px 0 0px;
}
.home-02 .box-header-02 {
  padding: 25px 0 16px;
}
.home-02 .box-header-02 .wrap-sidebar .block-cart {
  margin: 5px 0 0 20px;
}
.home-02 .box-header-02 .wrap-sidebar .block-cart .box-left {
  margin-top: -15px;
}
.home-02 .box-header-02 .wrap-sidebar .block-cart .box-right {
  padding-left: 0;
}
.home-02 .box-header-02 .wrap-sidebar .total {
  display: none;
}
.home-02 .box-header-02 .wrap {
  margin-top: 6px;
}
.home-02 .box-header-02 .wrap ul.links li a {
  text-transform: uppercase;
  font-size: 100%;
}
.home-02 .box-header-02 .wrap:after {
  height: 24px;
  top: -3px;
}
.home-02 .box-header-02 .block-cart .block-title .box-left a {
  top: 4px;
  right: 9px;
}
.home-02 .box-header-02 .block-cart .block-title .box-right p {
  text-transform: uppercase;
  font-size: 100%;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li {
  margin: 8px 0 !important;
}
.home-02 #vt_menu {
  position: relative;
}
.home-02 #vt_menu .wrap-block-cl {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  float: right;
  width: 100%;
  margin-top: 6px;
  margin-top: 0;
}
.home-02 #vt_menu .wrap-block-cl .block {
  float: right;
  margin: 0;
  position: relative;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.home-02 #vt_menu .wrap-block-cl .block img {
  position: absolute;
  top: 0;
  margin-top: 2px;
  left: 0;
}
.home-02 #vt_menu .wrap-block-cl .block span {
  display: inline-block;
}
.home-02 #vt_menu .wrap-block-cl .block > div {
  color: #999;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  font-size: 85.71%;
}
.home-02 #vt_menu .wrap-block-cl .block > div img {
  margin-top: 5px;
  top: 0;
}
.home-02 #vt_menu .wrap-block-cl .block > div:after {
  content: "\f107";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
  color: #999;
  top: 2px;
  right: -16px;
  position: absolute;
  z-index: 99;
}
.home-02 #vt_menu .wrap-block-cl .block > ul {
  position: absolute;
  right: -8px;
  top: 30px;
  background: #fff;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  padding: 15px 20px;
  z-index: 999;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li {
  margin: 4px 0;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li a {
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 85.71%;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li a.selected {
  color: #3555D0 ;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li a:hover {
  color: #3555D0 ;
}
.home-02 #vt_menu .wrap-block-cl .block:hover {
  cursor: pointer;
}
.home-02 #vt_menu .wrap-block-cl .block:hover > ul {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-02 #vt_menu .wrap-block-cl .block.block-language > div {
  padding-left: 20px;
}
.home-02 #vt_menu .wrap-block-cl .block.block-language > ul li a {
  padding-left: 20px;
}
.home-02 #vt_menu .wrap-block-cl .block.block-currency > div span {
  font-weight: bold;
}
.home-02 #vt_menu .wrap-block-cl .box-phonenumber {
  position: relative;
  color: #ffffff;
  float: left;
  line-height: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px 0 40px;
}
.home-02 #vt_menu .wrap-block-cl .box-phonenumber:before {
  content: "\f095";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 22px;
}
.home-02 #vt_menu .wrap-block-cl .block {
  float: right;
  margin: 0;
  position: relative;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.home-02 #vt_menu .wrap-block-cl .block img {
  position: absolute;
  top: 0;
  margin-top: 2px;
  left: 0;
}
.home-02 #vt_menu .wrap-block-cl .block span {
  display: inline-block;
}
.home-02 #vt_menu .wrap-block-cl .block > div {
  color: #999;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  font-size: 85.71%;
}
.home-02 #vt_menu .wrap-block-cl .block > div img {
  margin-top: 5px;
  top: 0;
}
.home-02 #vt_menu .wrap-block-cl .block > div:after {
  content: "\f107";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
  color: #999;
  top: 2px;
  right: -16px;
  position: absolute;
  z-index: 99;
}
.home-02 #vt_menu .wrap-block-cl .block > ul {
  position: absolute;
  right: -8px;
  top: 30px;
  background: #fff;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  padding: 15px 20px;
  z-index: 999;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li {
  margin: 4px 0;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li a {
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 85.71%;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li a.selected {
  color: #3555D0 ;
}
.home-02 #vt_menu .wrap-block-cl .block > ul li a:hover {
  color: #3555D0 ;
}
.home-02 #vt_menu .wrap-block-cl .block:hover {
  cursor: pointer;
}
.home-02 #vt_menu .wrap-block-cl .block:hover > ul {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-02 #vt_menu .wrap-block-cl .block.block-language > div {
  padding-left: 20px;
}
.home-02 #vt_menu .wrap-block-cl .block.block-language > ul li a {
  padding-left: 20px;
}
.home-02 #vt_menu .wrap-block-cl .block.block-currency > div span {
  font-weight: bold;
}
.home-02 #vt_menu .wrap-block-cl .box-phonenumber {
  position: relative;
  color: #ffffff;
  float: left;
  line-height: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px 0 40px;
}
.home-02 #vt_menu .wrap-block-cl .box-phonenumber:before {
  content: "\f095";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 22px;
}
.home-02 #vt_menu .wrap-block-cl .block {
  border-left: 1px solid #eee;
  padding: 0 42px 0 32px;
}
.home-02 #vt_menu .wrap-block-cl .block > div {
  padding-bottom: 0;
  padding-left: 0 !important;
  line-height: 60px;
  text-transform: uppercase;
}
.home-02 #vt_menu .wrap-block-cl .block > div > span {
  text-transform: uppercase;
}
.home-02 #vt_menu .wrap-block-cl .block > div img {
  display: none;
}
.home-02 #vt_menu .wrap-block-cl .block > ul {
  top: 60px;
  right: 10px;
}
.home-02 #vt_menu .wrap-block-cl .block.block-language > ul {
  right: 2px;
}
.home-02 #vt_menu .advanced-search {
  bottom: 11px !important;
  right: 243px !important;
  float: left;
  position: absolute;
  right: 0;
  bottom: 11px;
  z-index: 99;
}
.home-02 #vt_menu .advanced-search .labels {
  display: none;
}
.home-02 #vt_menu .advanced-search select {
  padding: 3px;
}
.home-02 #vt_menu .advanced-search select option {
  padding: 3px;
}
.home-02 #vt_menu .advanced-search .labels {
  float: left;
  line-height: 36px;
  font-size: 128.57%;
  text-transform: uppercase;
  margin-right: 20px;
}
.home-02 #vt_menu .advanced-search form {
  margin: 0;
  float: left;
}
.home-02 #vt_menu .advanced-search .form-search {
  height: 36px;
  position: relative;
}
.home-02 #vt_menu .advanced-search .form-search .lb-search {
  float: left;
  line-height: 38px;
  margin-right: 24px;
  text-transform: uppercase;
}
.home-02 #vt_menu .advanced-search .form-search input {
  border: 1px solid #e8e8e8;
  margin-top: 0px;
  min-width: 262px;
  color: #999;
  padding-left: 20px;
  height: 38px;
  font-size: 12px;
}
.home-02 #vt_menu .advanced-search .form-search .button {
  position: absolute;
  top: 0;
  right: 0;
  background: #3555D0 ;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 38px;
}
.home-02 #vt_menu .advanced-search .form-search .button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: url('../images/icon-ovicsport.png') no-repeat -26px -22px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-02 #vt_menu .advanced-search .form-search .button:hover {
  cursor: pointer;
  background: #666666;
}
.home-02 #vt_menu .advanced-search .form-search .button:hover:before {
  color: #3555D0 ;
}
.home-02 #vt_menu .advanced-search .form-search .scrollbar {
  position: absolute;
  width: 200px;
  background: #fff;
}
.home-02 #vt_menu .advanced-search .form-search span.cat-search {
  display: block;
  text-transform: capitalize;
  line-height: 36px;
  text-align: left;
  width: 100px;
  position: relative;
  padding: 0 20px 0 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-02 #vt_menu .advanced-search .form-search span.cat-search:before {
  content: "\f107";
  position: absolute;
  top: 1px;
  right: 14px;
  font-family: "Fontawesome";
}
.home-02 #vt_menu .advanced-search .form-search span.cat-search:hover {
  cursor: pointer;
}
.home-02 #vt_menu .advanced-search .form-search li:hover {
  color: #3555D0  !important;
}
.home-02 #vt_menu .advanced-search .form-search .dropdown-cate {
  float: left;
  position: relative;
  border: 1px solid #eeeeee;
  border-right: none;
}
.home-02 #vt_menu .advanced-search .form-search .wrap-scrollbar {
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 15px 0 15px 15px;
  display: none;
}
.home-02 #vt_menu .advanced-search .form-search .wrap-scrollbar li.level-3 {
  padding-left: 15px;
  color: #888;
}
.home-02 #vt_menu .advanced-search .form-search .wrap-scrollbar li.level-4 {
  padding-left: 30px;
  color: #aaa;
}
.home-02 #vt_menu .advanced-search .form-search .wrap-scrollbar li:hover {
  cursor: pointer;
}
.home-02 #vt_menu .advanced-search select {
  padding: 3px;
}
.home-02 #vt_menu .advanced-search select option {
  padding: 3px;
}
.home-02 #vt_menu .advanced-search .labels {
  float: left;
  line-height: 36px;
  font-size: 128.57%;
  text-transform: uppercase;
  margin-right: 20px;
}
.home-02 #vt_menu .advanced-search form {
  margin: 0;
  float: left;
}
.home-02 #vt_menu .advanced-search .form-search {
  height: 36px;
  position: relative;
}
.home-02 #vt_menu .advanced-search .form-search .lb-search {
  float: left;
  line-height: 38px;
  margin-right: 24px;
  text-transform: uppercase;
}
.home-02 #vt_menu .advanced-search .form-search input {
  border: 1px solid #e8e8e8;
  margin-top: 0px;
  min-width: 262px;
  color: #999;
  padding-left: 20px;
  height: 38px;
  font-size: 12px;
}
.home-02 #vt_menu .advanced-search .form-search .button {
  position: absolute;
  top: 0;
  right: 0;
  background: #3555D0 ;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 38px;
}
.home-02 #vt_menu .advanced-search .form-search .button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: url('../images/icon-ovicsport.png') no-repeat -26px -22px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-02 #vt_menu .advanced-search .form-search .button:hover {
  cursor: pointer;
  background: #666666;
}
.home-02 #vt_menu .advanced-search .form-search .button:hover:before {
  color: #3555D0 ;
}
.home-02 #vt_menu .advanced-search .form-search .scrollbar {
  position: absolute;
  width: 200px;
  background: #fff;
}
.home-02 #vt_menu .advanced-search .form-search span.cat-search {
  display: block;
  text-transform: capitalize;
  line-height: 36px;
  text-align: left;
  width: 100px;
  position: relative;
  padding: 0 20px 0 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-02 #vt_menu .advanced-search .form-search span.cat-search:before {
  content: "\f107";
  position: absolute;
  top: 1px;
  right: 14px;
  font-family: "Fontawesome";
}
.home-02 #vt_menu .advanced-search .form-search span.cat-search:hover {
  cursor: pointer;
}
.home-02 #vt_menu .advanced-search .form-search li:hover {
  color: #3555D0  !important;
}
.home-02 #vt_menu .advanced-search .form-search .dropdown-cate {
  float: left;
  position: relative;
  border: 1px solid #eeeeee;
  border-right: none;
}
.home-02 #vt_menu .advanced-search .form-search .wrap-scrollbar {
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 15px 0 15px 15px;
  display: none;
}
.home-02 #vt_menu .advanced-search .form-search .wrap-scrollbar li.level-3 {
  padding-left: 15px;
  color: #888;
}
.home-02 #vt_menu .advanced-search .form-search .wrap-scrollbar li.level-4 {
  padding-left: 30px;
  color: #aaa;
}
.home-02 #vt_menu .advanced-search .form-search .wrap-scrollbar li:hover {
  cursor: pointer;
}
.home-02 #box-footer {
  background: #fff;
}
.home-02 #box-footer .position-13 {
  padding: 84px 0 45px 0;
  border-bottom: 1px solid #eee;
}
.home-02 #box-footer .position-13 h3 {
  font-size: 128.57%;
  line-height: 20px;
  margin: 0px 0 18px;
  text-transform: uppercase;
}
.home-02 #box-footer .position-13 input {
  border-color: #eee;
  color: #999;
  float: left;
  margin: 0;
  width: 294px;
  height: 40px;
  line-height: 38px;
  background: #f5f5f5;
  padding-left: 20px;
}
.home-02 #box-footer .position-13 .box-newletter {
  border-right: 1px solid #ededed;
  padding: 5px 0 10px;
}
.home-02 #box-footer .position-13 .box-newletter .inner {
  padding-left: 154px;
  position: relative;
  float: left;
}
.home-02 #box-footer .position-13 .box-newletter .inner .block {
  float: left;
  margin: 0;
}
.home-02 #box-footer .position-13 .box-newletter .inner:before {
  content: "";
  width: 126px;
  height: 98px;
  background: url('../images/icon-newlletter.png') no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.home-02 #box-footer .position-13 .box-newletter .validation-advice {
  position: absolute;
  top: 50px;
}
.home-02 #box-footer .position-13 .box-store {
  padding: 5px 0 10px;
}
.home-02 #box-footer .position-13 .box-store .inner {
  padding-left: 109px;
  position: relative;
  float: left;
}
.home-02 #box-footer .position-13 .box-store .inner:before {
  content: "";
  width: 109px;
  height: 122px;
  background: url('../images/icon-store.png') no-repeat 0 0;
  position: absolute;
  top: 0;
  right: -138px;
}
.home-02 #box-footer .position-13 .block-content {
  position: relative;
  margin: 0;
}
.home-02 #box-footer .position-13 .block-content .input-box {
  float: left;
}
.home-02 #box-footer .position-13 .block-content .actions {
  float: left;
}
.home-02 #box-footer .position-13 .block-content .actions .button {
  background: #666666;
  position: relative;
  margin: 0;
  float: left;
  width: 40px;
  height: 40px;
}
.home-02 #box-footer .position-13 .block-content .actions .button span {
  display: none;
}
.home-02 #box-footer .position-13 .block-content .actions .button:before {
  content: "";
  width: 22px;
  height: 10px;
  background: url('../images/icon-ovicsport.png') no-repeat -95px -18px;
  position: absolute;
  top: 16px;
  left: 9px;
}
.home-02 #box-footer .position-13 .block-content .actions .button:hover {
  background: #3555D0 ;
}
.home-02 #box-footer .inner-top {
  padding: 48px 0 35px;
}
.home-02 #box-footer .inner-top .block.block-social-footer .wrap h2 {
  color: #666666;
}
.home-02 #box-footer .inner-top .block .block-title {
  margin-bottom: 16px;
}
.home-02 #box-footer .inner-top .block .block-title span {
  font-weight: normal;
  color: #666666;
}
.home-02 #box-footer .inner-top .block .block-content li a {
  color: #666;
  padding: 11px 0;
}
.home-02 #box-footer .inner-top .block .block-content li a:hover {
  color: #3555D0  !important;
}
.home-02 #box-footer .inner-top .block .block-content li a:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #3555D0 ;
}
.home-02 #box-footer .inner-top .block .block-content li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #3555D0 ;
}
.home-02 #box-footer .inner-top .block.block-cu li {
  padding-left: 30px;
  position: relative;
  float: left;
}
.home-02 #box-footer .inner-top .block.block-cu li span {
  font-size: 100%;
  display: inline-block;
  line-height: 25px;
  color: #666;
}
.home-02 #box-footer .inner-top .block.block-cu li.item1 {
  margin-top: 7px;
}
.home-02 #box-footer .inner-top .block.block-cu li.item1:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 19px;
  color: #ccc;
  position: absolute;
  top: 6px;
  left: 0;
}
.home-02 #box-footer .inner-top .block.block-cu li.item2 {
  margin-top: 25px;
}
.home-02 #box-footer .inner-top .block.block-cu li.item2:after {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ccc;
  position: absolute;
  top: 2px;
  left: 0;
}
.home-02 #box-footer .inner-top .block.block-cu li.item3 {
  margin-top: 12px;
}
.home-02 #box-footer .inner-top .block.block-cu li.item3:after {
  content: "\f003";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ccc;
  position: absolute;
  top: 8px;
  left: 0;
}
.home-02 #box-footer .inner-top .block.block-cu li.item3 a:before,
.home-02 #box-footer .inner-top .block.block-cu li.item3 a:after {
  display: none;
}
.home-02 #box-footer .inner-bottom {
  padding: 60px 0;
  background: #eee;
}
.home-02 #box-footer .inner-bottom .box-link-item .item {
  float: left;
  width: 100%;
}
.home-02 #box-footer .inner-bottom .box-link-item .item h2 {
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 100%;
  min-width: 120px;
  width: 120px;
  padding-left: 20px;
  background: #e8e8e8;
  float: left;
  margin: 0 20px 1px 0;
  position: relative;
}
.home-02 #box-footer .inner-bottom .box-link-item .item h2:before {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  width: 13px;
  height: 32px;
  background: url('../images/icon-ovicsport.png') no-repeat -181px -143px;
}
.home-02 #box-footer .inner-bottom .box-link-item .item ul {
  float: left;
}
.home-02 #box-footer .inner-bottom .box-link-item .item ul li {
  float: left;
  line-height: 32px;
}
.home-02 #box-footer .inner-bottom .box-link-item .item ul li a {
  color: #999;
  display: inline-block;
  line-height: 12px;
  padding: 0 5px;
  border-right: 1px solid #d1d1d1;
  font-size: 85.71%;
}
.home-02 #box-footer .inner-bottom .box-link-item .item ul li a:hover {
  color: #3555D0  !important;
}
.cms-home-03 #box-footer {
  margin-top: 0px !important;
}
.cms-home-03 .main-container.col1-layout {
  display: none;
}
.home-03 .tmp {
  margin: 0 -15px;
}
.home-03 #flycart_configurable_add_to_cart .product-options-bottom .add-to-cart .button {
  color: #666666 !important;
}
.home-03 #flycart_configurable_add_to_cart .product-options-bottom .add-to-cart .button:hover {
  color: #fff !important;
}
.home-03 #box-footer {
  margin-top: 50px;
}
.home-03 .position-12 #vt_slider_hotcate {
  margin-top: 25px;
  margin-bottom: 30px;
}
.home-03 .position-12 #vt_slider_hotcate .box-nav {
  top: 30px;
}
.home-03 .position-12 #vt_slider_hotcate .box-nav a:hover {
  border-color: #3555D0 ;
  background: #3555D0 ;
}
.home-03 .position-12 #vt_slider_hotcate .box-nav .prev {
  border-color: #666666;
  background: #666666;
}
.home-03 .position-12 #vt_slider_hotcate .box-nav .next {
  border-color: #666666;
  background: #666666;
}
.home-03 .position-12 #vt_slider_hotcate .title {
  border: none;
  border-top: 1px solid #eeeeee;
  margin-bottom: 0;
  padding: 28px 0 30px;
}
.home-03 .position-12 #vt_slider_hotcate .item:hover {
  border-color: #3555D0 ;
}
.home-03 #box-content .box-left {
  overflow: hidden;
}
.home-03 #box-content .box-left .block {
  margin-top: 30px;
  margin-bottom: 0;
}
.home-03 #box-content .box-left .block-title {
  background: #666666;
  float: left;
  width: 100%;
  font-size: 100%;
}
.home-03 #box-content .box-left .block-title h3 {
  font-size: 128.57%;
  text-transform: uppercase;
  line-height: 50px;
  color: #fff;
  margin: 0;
  padding-left: 20px;
}
.home-03 #box-content .box-left .box-cate {
  /*float: left; width: 100%;*/
}
.home-03 #box-content .box-left .box-cate .block-title h3 {
  padding-left: 40px;
  position: relative;
}
.home-03 #box-content .box-left .box-cate .block-title h3:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 19px;
  left: 19px;
  background: url('../images/icon-ovicsport.png') no-repeat -271px -199px;
}
.home-03 #box-content .box-left .box-cate ul {
  background: #ededed;
  float: left;
  width: 100%;
}
.home-03 #box-content .box-left .box-cate ul li {
  border-bottom: 1px solid #e5e5e5;
}
.home-03 #box-content .box-left .box-cate ul li a {
  padding-left: 60px;
  line-height: 40px;
  color: #666666;
  display: block;
  position: relative;
}
.home-03 #box-content .box-left .box-cate ul li a:before {
  content: "";
  width: 26px;
  height: 38px;
  position: absolute;
  left: 19px;
}
.home-03 #box-content .box-left .box-cate ul li a.i1:before {
  top: 9px;
  background: url('../images/icon-ovicsport.png') no-repeat -5px -196px;
}
.home-03 #box-content .box-left .box-cate ul li a.i2:before {
  top: 5px;
  background: url('../images/icon-ovicsport.png') no-repeat -77px -192px;
}
.home-03 #box-content .box-left .box-cate ul li a.i3:before {
  top: 9px;
  background: url('../images/icon-ovicsport.png') no-repeat -148px -194px;
}
.home-03 #box-content .box-left .box-cate ul li a.i4:before {
  top: 5px;
  background: url('../images/icon-ovicsport.png') no-repeat -214px -193px;
}
.home-03 #box-content .box-left .box-cate ul li a.i5:before {
  top: 9px;
  background: url('../images/icon-ovicsport.png') no-repeat -6px -234px;
}
.home-03 #box-content .box-left .box-cate ul li a.i6:before {
  top: 8px;
  background: url('../images/icon-ovicsport.png') no-repeat -71px -232px;
}
.home-03 #box-content .box-left .box-cate ul li a.i7:before {
  top: 6px;
  background: url('../images/icon-ovicsport.png') no-repeat -123px -232px;
}
.home-03 #box-content .box-left .box-cate ul li a.i8:before {
  top: 9px;
  background: url('../images/icon-ovicsport.png') no-repeat -191px -234px;
}
.home-03 #box-content .box-left .box-cate ul li a.i9:before {
  top: 14px;
  height: 25px;
  background: url('../images/icon-ovicsport.png') no-repeat -264px -218px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover {
  background: #3555D0 ;
  color: #fff !important;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i1:before {
  background: url('../images/icon-ovicsport.png') no-repeat -38px -196px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i2:before {
  background: url('../images/icon-ovicsport.png') no-repeat -114px -192px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i3:before {
  background: url('../images/icon-ovicsport.png') no-repeat -183px -194px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i4:before {
  background: url('../images/icon-ovicsport.png') no-repeat -240px -193px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i5:before {
  background: url('../images/icon-ovicsport.png') no-repeat -35px -234px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i6:before {
  background: url('../images/icon-ovicsport.png') no-repeat -96px -232px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i7:before {
  background: url('../images/icon-ovicsport.png') no-repeat -157px -232px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i8:before {
  background: url('../images/icon-ovicsport.png') no-repeat -225px -234px;
}
.home-03 #box-content .box-left .box-cate ul li a:hover.i9:before {
  background: url('../images/icon-ovicsport.png') no-repeat -257px -243px;
}
.home-03 #box-content .box-left .productslider {
  float: left;
  width: 100%;
  position: relative;
}
.home-03 #box-content .box-left .productslider .box-nav {
  position: absolute;
  top: 10px;
  right: 10px;
}
.home-03 #box-content .box-left .productslider .wrap-item .item {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-img {
  float: left;
  margin-right: 18px;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-img a {
  display: block;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-img a img {
  border: 1px solid #eeeeee;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-img a:hover img {
  border-color: #3555D0 ;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-info {
  display: block;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-info .pro-title {
  margin-bottom: 8px;
  float: left;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-info .pro-title a {
  text-transform: uppercase;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-info .rating {
  display: inline-block;
  margin-bottom: 14px;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-info .rating .rating-box {
  margin-left: -2px;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-info .rating .rating-links {
  display: none;
}
.home-03 #box-content .box-left .productslider .wrap-item .item .pro-info .rating .no-rating {
  margin-bottom: 0;
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-03 #box-content .box-right {
  /*.category-products{ overflow: hidden; }*/
}
.home-03 #box-content .box-right .box-banner a {
  float: left;
  padding: 9px;
  border: 1px solid #eeeeee;
}
.home-03 #box-content .box-right .box-banner a.first {
  margin-right: 30px;
}
.home-03 #box-content .box-right .box-banner a img {
  width: 100%;
}
.home-03 #box-content .box-right .box-banner a:hover {
  border: 1px solid #3555D0 ;
}
.home-03 #box-content .box-right .tab-item {
  background: #666666;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.home-03 #box-content .box-right .tab-item ul li {
  float: left;
  color: #fff;
  line-height: 50px;
  height: 50px;
  margin-right: 5px;
}
.home-03 #box-content .box-right .tab-item ul li > span {
  font-size: 128.57%;
}
.home-03 #box-content .box-right .tab-item ul li:first-child {
  text-transform: uppercase;
  margin: 0 25px 0 20px;
}
.home-03 #box-content .box-right .tab-item ul li a {
  float: left;
  margin-top: 7px;
  text-transform: capitalize;
  height: 36px;
  position: relative;
  padding: 1px;
  color: #fff;
}
.home-03 #box-content .box-right .tab-item ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  left: 0;
}
.home-03 #box-content .box-right .tab-item ul li a span {
  display: block;
  padding: 0 25px;
  line-height: 34px;
}
.home-03 #box-content .box-right .tab-item ul li a:hover {
  color: #3555D0 ;
  background-color: #6f6f6f;
  background-image: -moz-linear-gradient(top, #464646, #adadad);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#464646), to(#adadad));
  background-image: -webkit-linear-gradient(top, #464646, #adadad);
  background-image: -o-linear-gradient(top, #464646, #adadad);
  background-image: linear-gradient(to bottom, #464646, #adadad);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff464646', endColorstr='#ffadadad', GradientType=0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.home-03 #box-content .box-right .tab-item ul li a:hover span {
  background: #595959;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.home-03 #box-content .box-right .tab-item ul li.active a {
  color: #3555D0 ;
  background-color: #6f6f6f;
  background-image: -moz-linear-gradient(top, #464646, #adadad);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#464646), to(#adadad));
  background-image: -webkit-linear-gradient(top, #464646, #adadad);
  background-image: -o-linear-gradient(top, #464646, #adadad);
  background-image: linear-gradient(to bottom, #464646, #adadad);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff464646', endColorstr='#ffadadad', GradientType=0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.home-03 #box-content .box-right .tab-item ul li.active a span {
  background: #595959;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.home-03 #box-content .box-right .tab-content {
  clear: both;
  padding: 20px 0;
  /* margin: 0px -15px;*/
}
.home-03 #box-content .box-right .tab-content .vt-slider {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.home-03 #box-content .box-right .tab-content .vt-slider .slider-inner {
  margin: 0px -15px;
}
.home-03 #box-content .box-right .tab-content .vt-slider .item {
  margin-bottom: 0;
  padding: 5px 15px 0 15px;
}
.home-03 #box-content .box-right .tab-content .vt-slider .item .new-item,
.home-03 #box-content .box-right .tab-content .vt-slider .item .sale-item {
  top: 0;
}
.home-03 #box-content .box-right .tab-content .vt-slider .navslider {
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-03 #box-content .box-right .tab-content .vt-slider .navslider a {
  position: absolute;
  top: 36%;
  margin-top: -15px;
}
.home-03 #box-content .box-right .tab-content .vt-slider .navslider a:hover {
  border-color: #3555D0 ;
  background: #3555D0 ;
}
.home-03 #box-content .box-right .tab-content .vt-slider .navslider .prev {
  left: -50px;
  border-color: #666666;
  background: #666666;
}
.home-03 #box-content .box-right .tab-content .vt-slider .navslider .next {
  right: -50px;
  border-color: #666666;
  background: #666666;
}
.home-03 #box-content .box-right .tab-content .vt-slider:hover .navslider {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home-03 #box-content .box-right .tab-content .vt-slider:hover .navslider .prev {
  left: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-03 #box-content .box-right .tab-content .vt-slider:hover .navslider .next {
  right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-03 .wrap-banner-top a.first {
  margin-bottom: 8px;
}
.home-03 .wrap-banner-top a {
  position: relative;
  float: left;
}
.home-03 .wrap-banner-top a img {
  float: left;
  width: 100%;
}
.home-03 .wrap-banner-top a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /*background: rgba(255, 192, 0, 0.1); */
  background: rgba(255, 192, 0, 0.1);
}
.home-03 .wrap-banner-top a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home-03 .box-slideshow {
  padding: 0 !important;
  margin-bottom: 0;
  position: relative;
  float: right;
}
.home-03 .box-slideshow .tp-bullets {
  display: none;
}
.home-03 .box-header-02 {
  padding: 22px 0 25px;
}
.home-03 .box-header-02 .wrap {
  min-width: 0px;
  margin-right: 0;
  margin-left: 52px;
}
.home-03 .box-header-02 .wrap:after {
  display: none;
}
.home-03 .box-header-02 .wrap-block-cl {
  margin-top: 0;
}
.home-03 .box-header-02 .wrap-block-cl .block {
  border: 1px solid #eeeeee;
  padding: 0 30px 0 20px;
}
.home-03 .box-header-02 .wrap-block-cl .block > div {
  padding-bottom: 0;
  line-height: 38px;
  text-transform: uppercase;
}
.home-03 .box-header-02 .wrap-block-cl .block > div img {
  margin-top: 14px;
}
.home-03 .box-header-02 .wrap-block-cl .block > ul {
  padding: 15px 18px;
  right: 0;
}
.home-03 .box-header-02 .wrap-block-cl .block.block-currency > ul {
  padding: 15px 19px;
  right: 0;
}
.home-03 .box-header-02 .wrap-block-cl .block:hover > ul {
  top: 39px;
}
.home-03 .box-header-02 .wrap-block-cl .block.block-currency {
  border-left: none;
}
.home-03 .box-header-02 .logo {
  margin-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
}
.home-03 .advanced-search {
  position: static;
  float: right;
}
.home-03 .advanced-search .form-search {
  height: auto;
}
.home-03 .advanced-search .form-search .lb-search {
  line-height: 100%;
  padding-top: 16px;
}
.home-03 .advanced-search .form-search input {
  height: 40px;
  margin-bottom: 0;
  min-width: 480px;
}
.home-03 .advanced-search .form-search .button {
  height: 40px;
}
.home-03 .advanced-search .form-search .button:before {
  left: 14px;
  top: 11px;
}
.home-03 .advanced-search .form-search span.cat-search {
  line-height: 38px;
}
.home-03 .advanced-search .form-search .wrap-scrollbar {
  left: -1px;
  top: 38px;
  z-index: 999;
}
.home-03 #vt_menu {
  background: #666666;
  border: none;
}
.home-03 #vt_menu .vt-megamenu-wrap.horizontal-menu {
  height: auto;
}
.home-03 #vt_menu .toplinks {
  float: right;
  position: relative;
  margin-right: 16px;
}
.home-03 #vt_menu .toplinks > span {
  color: #fff;
  line-height: 60px;
  display: block;
  text-transform: capitalize;
  position: relative;
  padding: 0 16px 0 30px;
}
.home-03 #vt_menu .toplinks > span:hover {
  cursor: pointer;
}
.home-03 #vt_menu .toplinks > span:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  left: 0px;
  background: url('../images/icon-ovicsport.png') -279px -154px;
}
.home-03 #vt_menu .toplinks > span:after {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  top: 14px;
  right: 0px;
  background: rgba(204, 204, 204, 0.5);
}
.home-03 #vt_menu .toplinks .links {
  width: 100%;
  float: left;
  position: absolute;
  top: 60px;
  z-index: 9;
  background: #fff;
  padding: 12px 0;
  -moz-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
}
.home-03 #vt_menu .toplinks .links li {
  line-height: 30px;
  padding-left: 15px !important;
  float: left;
  width: 100%;
}
.home-03 #vt_menu .block-cart {
  position: relative;
  margin: 0px 0 18px 20px;
  float: right;
  margin: 0;
}
.home-03 #vt_menu .block-cart .block-title {
  position: relative;
  text-transform: capitalize;
}
.home-03 #vt_menu .block-cart .block-title .box-left {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}
.home-03 #vt_menu .block-cart .block-title .box-left a {
  width: 23px;
  height: 23px;
  background: #3555D0 ;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 85.71%;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 9;
}
.home-03 #vt_menu .block-cart .block-title .box-left a:hover {
  color: #fff !important;
}
.home-03 #vt_menu .block-cart .block-title .box-left:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -55px -15px;
}
.home-03 #vt_menu .block-cart .block-title .box-right {
  float: right;
  text-align: center;
  padding-left: 10px;
}
.home-03 #vt_menu .block-cart .block-title .box-right p {
  color: #999;
  margin-bottom: 7px;
  font-size: 85.71%;
}
.home-03 #vt_menu .block-cart:hover .block-content {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-03 #vt_menu .block-cart .block-content {
  float: left;
  width: 300px;
  position: absolute;
  top: 41px;
  margin: 0;
  right: 0;
  z-index: 99999;
  -webkit-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-03 #vt_menu .block-cart .block-content .inner {
  background: #fff;
  float: left;
  width: 100%;
  padding: 15px 20px;
}
.home-03 #vt_menu .block-cart .block-content .inner .block-subtitle {
  text-transform: uppercase;
  font-size: 100%;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li {
  padding: 15px 0 25px 30px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  float: left;
  width: 100%;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .btn-remove {
  position: absolute;
  top: 18px;
  font-size: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .btn-remove:before {
  content: "\f014";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .btn-edit {
  position: absolute;
  top: 42px;
  font-size: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .btn-edit:before {
  content: "\f040";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-image {
  float: left;
  margin-right: 18px;
  overflow: hidden;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-image:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-name {
  font-size: 100%;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-name a {
  display: inline-block;
  width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong {
  float: left;
  min-width: 98px;
  border: 1px solid #eeeeee;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a {
  min-width: 19px;
  min-height: 28px;
  float: left;
  margin: 0;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a.flycart-qty-change-left {
  background: url('../images/minus.png') no-repeat 0 0 #999999;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a.flycart-qty-change-right {
  background: url('../images/plus.png') no-repeat 0 0 #999999;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a:hover.flycart-qty-change-left,
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a:hover.flycart-qty-change-right {
  background-color: #ededed;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong input {
  margin: 0;
  border: none;
  height: 28px;
  min-width: 58px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details .price {
  line-height: 100%;
  margin: 0 0 15px;
  display: inline-block;
}
.home-03 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details .truncated {
  display: inline;
}
.home-03 #vt_menu .block-cart .block-content .inner .summary {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.home-03 #vt_menu .block-cart .block-content .inner .summary p {
  margin: 0;
  width: 100%;
}
.home-03 #vt_menu .block-cart .block-content .inner .summary p .label {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 15px 0 0;
  display: inline-block;
}
.home-03 #vt_menu .block-cart .block-content .inner .summary p .price {
  float: right;
  font-size: 128.57%;
  margin-top: 10px;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions {
  float: left;
  width: 100%;
  text-align: center;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner {
  display: inline-block;
  background: #353535;
  width: 100%;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner a {
  color: #fff;
  text-transform: uppercase;
  font-size: 100%;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 52%;
  line-height: 40px;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner a:hover {
  color: #3555D0 ;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner a.btn-mycart {
  position: relative;
  z-index: 9;
  background: #ededed;
  width: 46.2%;
  text-align: right;
  color: #666666;
  padding-right: 0;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner a.btn-mycart:before {
  border-color: #ededed rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
}
.home-03 #vt_menu .block-cart .block-title .box-left {
  position: relative;
  width: 32px;
  height: 36px;
  margin-top: 20px;
  margin-right: 12px;
  background: url('../images/icon-ovicsport.png') -236px -150px;
}
.home-03 #vt_menu .block-cart .block-title .box-left:before {
  display: none;
}
.home-03 #vt_menu .block-cart .block-title .box-left a {
  color: #fff !important;
  width: 23px;
  height: 23px;
  background: #3555D0 ;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: -10px;
  left: 20px;
  position: absolute;
  float: left;
  line-height: 23px;
  font-size: 12px;
  text-align: center;
}
.home-03 #vt_menu .block-cart .block-content {
  top: 60px;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner {
  width: 100%;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner a {
  padding: 0 !important;
  width: 52%;
  line-height: 40px;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner a.btn-mycart {
  width: 46%;
  text-align: right;
  color: #666666;
}
.home-03 #vt_menu .block-cart .block-content .inner .actions .a-inner .summary p .label {
  color: #666666;
}
.home-03 #vt_menu .block-cart .mini-products-list .product-details {
  overflow: hidden;
}
.home-03 #vt_menu .block-cart .box-right {
  display: none;
}
.home-03 #vt_menu .vt-megamenu-wrap.horizontal-menu .mega-nav .mega-content-wrap {
  top: 60px;
}
.home-03 #vt_menu ul.mainnav > li {
  border-color: #777 !important;
}
.home-03 #vt_menu ul.mainnav > li:hover {
  background: #1f1f1f;
}
.home-03 #vt_menu ul.mainnav > li.active {
  background: #1f1f1f;
}
.home-03 #vt_menu ul.mainnav > li.active a:after {
  display: none;
}
.home-03 #vt_menu ul.mainnav > li > a {
  color: #fff;
}
.home-03 #vt_menu ul.mainnav > li > a > span:before {
  color: #fff;
}
.home-03 #vt_menu ul.mainnav > li > a:hover {
  color: #3555D0  !important;
}
.home-03 #vt_menu ul.mainnav > li > a:hover:after {
  display: none;
}
.home-03 #vt_menu ul.mainnav > li > a:hover > span:before {
  color: #3555D0 ;
}
.home-04.cms-home-04 #box-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: none;
}
.home-04.cms-home-04 .main-container.col1-layout {
  display: none;
}
.home-04 #box-header {
  background: rgba(0, 0, 0, 0.9);
}
.home-04 #box-content {
  padding: 0;
}
.home-04 #box-footer {
  margin-top: 50px;
}
.home-04 .breadcrumbs {
  margin: 12px 0 0 0;
}
.home-04 .position-12 #vt_slider_hotcate {
  margin-top: 15px;
}
.home-04 .position-12 #vt_slider_hotcate .box-nav {
  top: 15px;
}
.home-04 .position-12 #vt_slider_hotcate .box-nav a:hover {
  border-color: #3555D0 ;
  background: #3555D0 ;
}
.home-04 .position-12 #vt_slider_hotcate .box-nav .prev {
  border-color: #666666;
  background: #666666;
}
.home-04 .position-12 #vt_slider_hotcate .box-nav .next {
  border-color: #666666;
  background: #666666;
}
.home-04 .position-12 #vt_slider_hotcate .title {
  border: none;
  font-size: 128.57%;
  line-height: 100%;
  margin-bottom: 0;
  padding: 28px 0 30px;
}
.home-04 .position-12 #vt_slider_hotcate .item:hover {
  border-color: #3555D0 ;
}
.home-04 .wrap-block-cl .block {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.home-04 .wrap-block-cl .block > div {
  color: #fff;
}
.home-04 .wrap-block-cl .block > div:after {
  color: #fff;
}
.home-04 .wrap-block-cl .block > ul {
  width: 100%;
}
.home-04 .wrap-block-cl .block:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent !important;
}
.home-04 .wrap-block-cl .block:hover > ul {
  border: none;
}
.home-04 .wrap-block-cl .block:hover > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 1px;
  background: #fff;
}
.home-04 .wrap-block-cl .block:hover > ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 1px;
  background: #fff;
}
.home-04 .wrap-block-cl .block:hover.block-currency {
  border-left: none !important;
}
.home-04 .box-header-02 .wrap {
  min-width: 0;
  margin-right: 0;
  margin-left: 52px;
}
.home-04 .box-header-02 .wrap:after {
  display: none;
}
.home-04 .box-header-02 .wrap-block-cl {
  margin-top: 0;
}
.home-04 .box-header-02 .wrap-block-cl .block {
  border: 1px solid #eeeeee;
  padding: 0 30px 0 20px;
}
.home-04 .box-header-02 .wrap-block-cl .block > div {
  padding-bottom: 0;
  line-height: 38px;
  text-transform: uppercase;
}
.home-04 .box-header-02 .wrap-block-cl .block > div img {
  margin-top: 14px;
}
.home-04 .box-header-02 .wrap-block-cl .block > ul {
  padding: 15px 18px;
  right: 0;
}
.home-04 .box-header-02 .wrap-block-cl .block.block-currency > ul {
  padding: 15px 19px;
  right: 0;
}
.home-04 .box-header-02 .wrap-block-cl .block:hover > ul {
  top: 39px;
}
.home-04 .box-header-02 .wrap-block-cl .block.block-currency {
  border-left: none !important;
}
.home-04 #flycart_configurable_add_to_cart .product-options-bottom .add-to-cart .button {
  color: #666666 !important;
}
.home-04 #flycart_configurable_add_to_cart .product-options-bottom .add-to-cart .button:hover {
  color: #fff !important;
}
.home-04 .advanced-search {
  position: static;
  float: right;
}
.home-04 .advanced-search .form-search {
  height: auto;
}
.home-04 .advanced-search .form-search .lb-search.g-font {
  color: #fff;
}
.home-04 .advanced-search .form-search .lb-search {
  line-height: 100%;
  padding-top: 16px;
}
.home-04 .advanced-search .form-search span.cat-search {
  color: #fff;
}
.home-04 .advanced-search .form-search input {
  height: 40px;
  margin-bottom: 0;
  min-width: 480px;
  background: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.home-04 .advanced-search .form-search .button {
  height: 40px;
}
.home-04 .advanced-search .form-search .button:before {
  left: 14px;
  top: 11px;
}
.home-04 .advanced-search .form-search span.cat-search {
  line-height: 38px;
}
.home-04 .advanced-search .form-search .wrap-scrollbar {
  left: -1px;
  top: 38px;
  z-index: 9999;
}
.home-04 .advanced-search .form-search .dropdown-cate {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
}
.home-04 .box-header-02 {
  padding: 22px 0 25px;
}
.home-04 #vt_menu {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.home-04 #vt_menu.subnav-fixed {
  background: rgba(0, 0, 0, 0.9) !important;
}
.home-04 #vt_menu .vt-megamenu-wrap.horizontal-menu {
  height: auto;
}
.home-04 #vt_menu ul.mainnav > li:hover > ul {
  top: 50px;
}
.home-04 #vt_menu .toplinks {
  float: right;
  position: relative;
  margin-right: 16px;
}
.home-04 #vt_menu .toplinks > span {
  color: #fff;
  line-height: 50px;
  display: block;
  text-transform: capitalize;
  position: relative;
  padding: 0 16px 0 30px;
}
.home-04 #vt_menu .toplinks > span:hover {
  cursor: pointer;
  color: #3555D0 ;
}
.home-04 #vt_menu .toplinks > span:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  left: 0px;
  background: url('../images/icon-ovicsport.png') -279px -154px;
}
.home-04 #vt_menu .toplinks > span:after {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 0px;
  background: rgba(204, 204, 204, 0.5);
}
.home-04 #vt_menu .toplinks .links {
  width: 100%;
  float: left;
  position: absolute;
  top: 70px;
  z-index: 9;
  background: #fff;
  padding: 12px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -moz-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1), 2px 0 4px -1px rgba(0, 0, 0, 0.1);
}
.home-04 #vt_menu .toplinks .links li {
  line-height: 30px;
  padding-left: 15px !important;
  float: left;
  width: 100%;
}
.home-04 #vt_menu .toplinks:hover .links {
  top: 50px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-04 #vt_menu .block-cart {
  position: relative;
  margin: 0px 0 18px 20px;
  float: right;
  margin: 0;
}
.home-04 #vt_menu .block-cart .block-title {
  position: relative;
  text-transform: capitalize;
}
.home-04 #vt_menu .block-cart .block-title .box-left {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}
.home-04 #vt_menu .block-cart .block-title .box-left a {
  width: 23px;
  height: 23px;
  background: #3555D0 ;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 85.71%;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 9;
}
.home-04 #vt_menu .block-cart .block-title .box-left a:hover {
  color: #fff !important;
}
.home-04 #vt_menu .block-cart .block-title .box-left:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url('../images/icon-ovicsport.png') no-repeat -55px -15px;
}
.home-04 #vt_menu .block-cart .block-title .box-right {
  float: right;
  text-align: center;
  padding-left: 10px;
}
.home-04 #vt_menu .block-cart .block-title .box-right p {
  color: #999;
  margin-bottom: 7px;
  font-size: 85.71%;
}
.home-04 #vt_menu .block-cart:hover .block-content {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-04 #vt_menu .block-cart .block-content {
  float: left;
  width: 300px;
  position: absolute;
  top: 41px;
  margin: 0;
  right: 0;
  z-index: 99999;
  -webkit-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0 7px -6px rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-04 #vt_menu .block-cart .block-content .inner {
  background: #fff;
  float: left;
  width: 100%;
  padding: 15px 20px;
}
.home-04 #vt_menu .block-cart .block-content .inner .block-subtitle {
  text-transform: uppercase;
  font-size: 100%;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li {
  padding: 15px 0 25px 30px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  float: left;
  width: 100%;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .btn-remove {
  position: absolute;
  top: 18px;
  font-size: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .btn-remove:before {
  content: "\f014";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .btn-edit {
  position: absolute;
  top: 42px;
  font-size: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .btn-edit:before {
  content: "\f040";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-image {
  float: left;
  margin-right: 18px;
  overflow: hidden;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-image:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-name {
  font-size: 100%;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-name a {
  display: inline-block;
  width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong {
  float: left;
  min-width: 98px;
  border: 1px solid #eeeeee;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a {
  min-width: 19px;
  min-height: 28px;
  float: left;
  margin: 0;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a.flycart-qty-change-left {
  background: url('../images/minus.png') no-repeat 0 0 #999999;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a.flycart-qty-change-right {
  background: url('../images/plus.png') no-repeat 0 0 #999999;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a:hover.flycart-qty-change-left,
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong a:hover.flycart-qty-change-right {
  background-color: #ededed;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details > strong input {
  margin: 0;
  border: none;
  height: 28px;
  min-width: 58px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details .price {
  line-height: 100%;
  margin: 0 0 15px;
  display: inline-block;
}
.home-04 #vt_menu .block-cart .block-content .inner #cart-sidebar li .product-details .truncated {
  display: inline;
}
.home-04 #vt_menu .block-cart .block-content .inner .summary {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.home-04 #vt_menu .block-cart .block-content .inner .summary p {
  margin: 0;
  width: 100%;
}
.home-04 #vt_menu .block-cart .block-content .inner .summary p .label {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 15px 0 0;
  display: inline-block;
}
.home-04 #vt_menu .block-cart .block-content .inner .summary p .price {
  float: right;
  font-size: 128.57%;
  margin-top: 10px;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions {
  float: left;
  width: 100%;
  text-align: center;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner {
  display: inline-block;
  background: #353535;
  width: 100%;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner a {
  color: #fff;
  text-transform: uppercase;
  font-size: 100%;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 52%;
  line-height: 40px;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner a:hover {
  color: #3555D0 ;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner a.btn-mycart {
  position: relative;
  z-index: 9;
  background: #ededed;
  width: 46.2%;
  text-align: right;
  color: #666666;
  padding-right: 0;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner a.btn-mycart:before {
  border-color: #ededed rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
}
.home-04 #vt_menu .block-cart .block-title .box-left {
  position: relative;
  width: 32px;
  height: 36px;
  margin-top: 14px;
  margin-right: 12px;
  background: url('../images/icon-ovicsport.png') -236px -150px;
}
.home-04 #vt_menu .block-cart .block-title .box-left:before {
  display: none;
}
.home-04 #vt_menu .block-cart .block-title .box-left a {
  color: #fff !important;
  width: 23px;
  height: 23px;
  background: #3555D0 ;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: -8px;
  left: 20px;
  position: absolute;
  float: left;
  line-height: 23px;
  font-size: 12px;
  text-align: center;
}
.home-04 #vt_menu .block-cart .block-content {
  top: 50px;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner {
  width: 100%;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner a {
  padding: 0 !important;
  width: 52%;
  line-height: 40px;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner a.btn-mycart {
  width: 46%;
  text-align: right;
  color: #666666;
}
.home-04 #vt_menu .block-cart .block-content .inner .actions .a-inner .summary p .label {
  color: #666666;
}
.home-04 #vt_menu .block-cart .mini-products-list .product-details {
  overflow: hidden;
}
.home-04 #vt_menu .block-cart .box-right {
  display: none;
}
.home-04 #vt_menu ul.mainnav > li {
  border: none !important;
  background: none;
}
.home-04 #vt_menu ul.mainnav > li a:after,
.home-04 #vt_menu ul.mainnav > li a:before {
  display: none;
}
.home-04 #vt_menu ul.mainnav > li:hover {
  background: none;
}
.home-04 #vt_menu ul.mainnav > li.active > a,
.home-04 #vt_menu ul.mainnav > li:hover > a {
  color: #3555D0  !important;
}
.home-04 #vt_menu ul.mainnav > li > a {
  color: #fff;
  padding: 18px 20px 16px;
}
.home-04 #vt_menu .vt-megamenu-wrap.horizontal-menu .mega-nav .mega-content-wrap {
  top: 50px;
}
.home-04 .position-16 .row {
  position: relative;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .box-nav {
  position: static;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .box-nav a {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: #666666;
  border-color: #666666;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .box-nav a.prev {
  left: -15px;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .box-nav a.next {
  right: -15px;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .box-nav a:hover {
  background: #3555D0 ;
  border-color: #3555D0 ;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item {
  margin-right: 1px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > a {
  width: 100%;
  display: block;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > a img {
  width: 100%;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > p {
  margin: 0;
  height: 60px;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  position: absolute;
  bottom: -110%;
  left: 0;
  color: #fff;
  padding: 0 30px;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > p > span {
  line-height: 60px;
  text-transform: uppercase;
  font-size: 214.28%;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > p > a {
  color: #fff;
  text-transform: uppercase;
  float: right;
  line-height: 60px;
  position: relative;
  display: block;
  margin-right: 10px;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > p > a img {
  width: 100%;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > p > a:before {
  content: "\f0da";
  position: absolute;
  top: 0px;
  right: -10px;
  font-family: "FontAwesome";
  color: #fff;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > p > a:hover {
  color: #3555D0 ;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item > p > a:hover:before {
  color: #3555D0 ;
}
.home-04 .position-16 .row #vt_slider_bannertophome04 .item:hover > p {
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-04 .position-17 > .container {
  overflow: hidden;
}
.home-04 .position-17 .tab-item {
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 30px;
}
.home-04 .position-17 .tab-item ul {
  display: inline-block;
}
.home-04 .position-17 .tab-item ul li {
  display: inline-block;
}
.home-04 .position-17 .tab-item ul li a {
  font-size: 214.42%;
  text-transform: uppercase;
  color: #ccc;
  position: relative;
  padding: 0 32px;
}
.home-04 .position-17 .tab-item ul li a:hover {
  color: #666666 !important;
}
.home-04 .position-17 .tab-item ul li a:hover:before {
  content: "\f0d7";
  position: absolute;
  bottom: -15px;
  left: 50%;
  font-family: "FontAwesome";
  color: #666666;
  margin-left: -5px;
  font-size: 16px;
}
.home-04 .position-17 .tab-item ul li.active a {
  color: #666666 !important;
}
.home-04 .position-17 .tab-item ul li.active a:before {
  content: "\f0d7";
  position: absolute;
  bottom: -15px;
  left: 50%;
  font-family: "FontAwesome";
  color: #666666;
  margin-left: -5px;
  font-size: 16px;
}
.home-04 .position-17 .tab-content .vt-slider {
  margin: 0;
  text-align: center;
  width: 100%;
}
.home-04 .position-17 .tab-content .vt-slider .navslider {
  display: inline-block;
}
.home-04 .position-17 .tab-content .vt-slider .navslider a {
  background: #666666;
  border-color: #666666;
}
.home-04 .position-17 .tab-content .vt-slider .navslider a:hover {
  background: #3555D0 ;
  border-color: #3555D0 ;
}
.home-04 .position-17 .tab-content .item {
  text-align: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.home-04 .position-17 .tab-content .item .product-name {
  margin: 0 0 15px;
  overflow: hidden;
}
.home-04 .position-17 .tab-content .item .product-name > a {
  text-transform: uppercase;
  white-space: nowrap;
  width: 190px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-04 .position-17 .tab-content .item .product-name .wrap-price {
  float: right;
}
.home-04 .position-17 .tab-content .item .item-wrap {
  padding: 15px 20px 20px 20px;
  border: 1px solid #eeeeee;
  position: relative;
}
.home-04 .position-17 .tab-content .item .item-wrap .item-image {
  padding: 0;
  border: none;
}
.home-04 .position-17 .tab-content .item .item-wrap .item-image .vt_quickview_handler {
  top: 0;
  margin-top: 0;
}
.home-04 .position-17 .tab-content .item .item-wrap .item-image:hover a:before {
  display: none;
}
.home-04 .position-17 .tab-content .item .item-wrap .price-box .price-from,
.home-04 .position-17 .tab-content .item .item-wrap .price-box .price-to {
  font-size: 11px;
  line-height: 21px;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info {
  padding: 0 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: -100%;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .ratings {
  padding: 30px 0 10px;
  margin-left: -2px;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .ratings .amount {
  display: none;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .no-rating {
  margin: 0;
  padding: 30px 0 10px;
  line-height: 16px;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-des {
  text-align: left;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn {
  float: none;
  display: inline-block;
  margin-bottom: -5px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: static;
  margin-left: 0;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn .link-wishlist,
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn .link-compare {
  width: 40px;
  height: 40px;
  float: left;
  background: #666666;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn .btn-cart,
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn .out-of-stock {
  color: #fff;
  font-size: 100%;
  line-height: 40px;
  padding: 0 20px;
  float: left;
  background: #666666;
  margin: 0 2px;
  cursor: pointer;
  text-transform: uppercase;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn .btn-cart:hover {
  color: #fff !important;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn .link-compare:before {
  width: 20px;
  height: 25px;
  float: left;
  position: absolute;
  top: 9px;
  left: 9px;
  content: "";
  background: url('../images/icon-ovicsport.png') no-repeat -80px -56px;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn .link-wishlist:before {
  width: 26px;
  height: 20px;
  float: left;
  position: absolute;
  top: 11px;
  left: 11px;
  content: "";
  background: url('../images/icon-ovicsport.png') no-repeat -50px -60px;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn a {
  position: relative;
}
.home-04 .position-17 .tab-content .item .item-wrap .pro-info .item-btn a:hover {
  background: #3555D0 ;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.home-04 .position-17 .tab-content .item:hover {
  border-color: #3555D0 ;
}
.home-04 .position-17 .tab-content .item:hover .vt_quickview_handler {
  right: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-04 .position-17 .tab-content .item:hover .pro-info {
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.home-04 .box-slideshow {
  position: relative;
  margin-bottom: 0;
}
.home-04 .box-slideshow .tp-bullets {
  display: 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;
  transform-origin: 0 0;
  -webkit-animation: fallRotate 0.6s ease-in forwards;
  animation: fallRotate 0.6s ease-in forwards;
}
.tt-effect-fallrotate.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-fallrotate.tt-effect-active .item.tt-empty .item-wrap {
  visibility: visible;
}
.tt-effect-fallrotate.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
}
.tt-effect-fallrotate .item:nth-child(4) {
  z-index: 1;
}
/* order for correct overlapping */
.tt-effect-fallrotate .item:nth-child(5) {
  z-index: 2;
}
.tt-effect-fallrotate .item:nth-child(6) {
  z-index: 3;
}
.tt-effect-fallrotate .item:first-child {
  z-index: 4;
}
.tt-effect-fallrotate .item:nth-child(2) {
  z-index: 5;
}
.tt-effect-fallrotate .item:nth-child(3) {
  z-index: 6;
}
/* Scale and rotate */
.tt-effect-scalerotate.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: scaleRotateOut 0.6s forwards;
  animation: scaleRotateOut 0.6s forwards;
}
.tt-effect-scalerotate.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-scalerotate.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: scaleRotateIn 0.6s forwards;
  animation: scaleRotateIn 0.6s forwards;
}
.tt-effect-scalerotate.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: scaleRotateIn 0.6s forwards;
  animation: scaleRotateIn 0.6s forwards;
}
.tt-effect-scalerotate .item:nth-child(-n+3) {
  z-index: 2;
}
/* order for correct overlapping */
.tt-effect-scalerotate .item:nth-last-child(-n+3) {
  z-index: 1;
}
/* Stack back 3D */
.tt-effect-stackback .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.tt-effect-stackback .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-effect-stackback.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: moveLeft 0.8s forwards;
  animation: moveLeft 0.8s forwards;
}
.tt-effect-stackback.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-stackback.tt-effect-active .item.tt-empty .item-wrap {
  z-index: -1;
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
.tt-effect-stackback.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: moveLeft 0.8s forwards;
  animation: moveLeft 0.8s forwards;
}
.tt-effect-stackback.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}
/* 3d flip */
.tt-effect-3dflip .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.tt-effect-3dflip .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-effect-3dflip.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateOutLeft 0.6s forwards;
  animation: rotateOutLeft 0.6s forwards;
}
.tt-effect-3dflip.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-3dflip.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateInRight 0.6s ease-in forwards;
  animation: rotateInRight 0.6s ease-in forwards;
}
/* Bring back */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
.tt-effect-bringback .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.tt-effect-bringback .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-effect-bringback.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: hideLeft 0.8s forwards;
  animation: hideLeft 0.8s forwards;
}
.tt-effect-bringback.tt-effect-active .item .item-wrap:nth-child(2) {
  z-index: -1;
  -webkit-animation: showRight 0.8s forwards;
  animation: showRight 0.8s forwards;
}
.tt-effect-bringback.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: hideLeft 0.8s forwards;
  animation: hideLeft 0.8s forwards;
}
.tt-effect-bringback.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}
/* Superscale */
.tt-effect-superscale.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: scaleDown 0.6s ease-in-out forwards;
  /*-ms-animation: scaleDown 0.6s ease-in-out forwards;*/
  -o-animation: scaleDown 0.6s ease-in-out forwards;
  animation: scaleDown 0.6s ease-in-out forwards;
}
.tt-effect-superscale.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-superscale.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: scaleIn 0.6s ease-in-out forwards;
  animation: scaleIn 0.6s ease-in-out forwards;
}
/* Center flip */
.tt-effect-flip .item {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tt-effect-flip .item .item-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-effect-flip.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: flipOut 0.8s ease-in forwards;
  animation: flipOut 0.8s ease-in forwards;
}
.tt-effect-flip.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-flip.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
  -webkit-animation: flipIn 0.8s ease-in forwards;
  animation: flipIn 0.8s ease-in forwards;
}
/* Front row */
.tt-effect-frontrow .item {
  overflow: hidden;
}
.tt-effect-frontrow.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
  -webkit-animation: moveToBack 0.8s forwards;
  animation: moveToBack 0.8s forwards;
}
.tt-effect-frontrow.tt-effect-active .item .item-wrap:nth-child(2),
.tt-effect-frontrow.tt-effect-active .item.tt-empty .item-wrap {
  -webkit-animation: moveToFront 0.8s forwards;
  animation: moveToFront 0.8s forwards;
}
.tt-effect-frontrow.tt-effect-active .item.tt-empty .item-wrap {
  opacity: 0;
}
.tt-effect-frontrow.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
  -webkit-animation: moveToFront 0.5s forwards;
  animation: moveToFront 0.5s forwards;
}
/* Animation delays */
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(2) .item-wrap {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(3) .item-wrap {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(4) .item-wrap {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(5) .item-wrap {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sm-categoryslider .tt-effect-delay.tt-effect-active .item:nth-child(6) .item-wrap {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* Reverse delays */
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(5) .item-wrap {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(4) .item-wrap {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(3) .item-wrap {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(2) .item-wrap {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sm-categoryslider .tt-effect-delay-reversed.tt-effect-active .item:nth-child(1) .item-wrap {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* Animations */
@-webkit-keyframes fallDown {
  to {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
}
@keyframes fallDown {
  to {
    opacity: 0;
    transform: translateY(70%);
  }
}
@-webkit-keyframes scaleUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleUpFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slideOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes slideOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fallRotate {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
    -webkit-animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(0%) rotate(20deg);
    -webkit-animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: translateY(0%) rotate(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(128.57%) rotate(17deg);
    opacity: 0;
  }
}
@keyframes fallRotate {
  0% {
    transform: translateY(0%) rotate(0deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateY(0%) rotate(20deg);
    animation-timing-function: ease-out;
  }
  60% {
    transform: translateY(0%) rotate(15deg);
    opacity: 1;
  }
  100% {
    transform: translateY(128.57%) rotate(17deg);
    opacity: 0;
  }
}
@-webkit-keyframes scaleRotateOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}
@keyframes scaleRotateOut {
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@-webkit-keyframes scaleRotateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%) translateY(100%) rotate(25deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}
@keyframes scaleRotateIn {
  0% {
    opacity: 0;
    transform: translateX(50%) translateY(100%) rotate(25deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}
@-webkit-keyframes moveLeft {
  50% {
    opacity: 1;
    -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@keyframes moveLeft {
  50% {
    opacity: 1;
    transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@-webkit-keyframes popUp {
  0% {
    -webkit-transform: translateZ(-200px);
  }
  50% {
    z-index: -1;
  }
  51% {
    z-index: 1;
  }
  70% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(50px);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
  }
}
@keyframes popUp {
  0% {
    transform: translateZ(-200px);
  }
  50% {
    z-index: -1;
  }
  51% {
    z-index: 1;
  }
  70% {
    z-index: 1;
    visibility: visible;
    transform: translateZ(50px);
    animation-timing-function: ease-out;
  }
  100% {
    z-index: 1;
    visibility: visible;
    transform: translateZ(0px);
  }
}
@-webkit-keyframes rotateOutLeft {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes rotateOutLeft {
  100% {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotateInRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes rotateInRight {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes hideLeft {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}
@keyframes hideLeft {
  0% {
    transform: translateZ(0px);
  }
  40% {
    transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
  }
  100% {
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes showRight {
  0% {
    -webkit-transform: translateZ(-400px);
  }
  40% {
    z-index: -1;
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
  }
  41% {
    z-index: 1;
  }
  100% {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateZ(0px);
  }
}
@keyframes showRight {
  0% {
    transform: translateZ(-400px);
  }
  40% {
    z-index: -1;
    transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
  }
  41% {
    z-index: 1;
  }
  100% {
    z-index: 1;
    visibility: visible;
    transform: translateZ(0px);
  }
}
@-webkit-keyframes scaleDown {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}
@keyframes scaleDown {
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes flipOut {
  50% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes flipOut {
  50% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  75% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(15deg);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  50% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  75% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(15deg);
    animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
  }
}
@keyframes moveToBack {
  100% {
    transform: translateX(-60%) scale(0.8);
  }
}
@-webkit-keyframes moveToBack {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
  }
}
@-webkit-keyframes moveToFront {
  0% {
    -webkit-transform: translateX(100%) scale(0.8);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
  }
}
@keyframes moveToFront {
  0% {
    transform: translateX(100%) scale(0.8);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
ul.mainnav {
  margin: 0 0 0 0;
  height: 59px;
  display: inline;
  list-style: none;
}
ul.mainnav li {
  position: relative;
  border-top: none;
  display: inline-block;
  z-index: 9992;
}
ul.mainnav li ul[class*="level"] {
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  text-align: left;
  -webkit-box-shadow: -3px 0 5px -3px rgba(0, 0, 0, 0.1), 3px 0px 5px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 0 5px -3px rgba(0, 0, 0, 0.1), 3px 0px 5px -3px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 5px -3px rgba(0, 0, 0, 0.1), 3px 0px 5px -3px rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  width: 215px;
  padding: 15px 0;
}
ul.mainnav li ul[class*="level"] li {
  display: block;
  background: #fff;
  position: relative;
}
ul.mainnav li ul[class*="level"] li a {
  display: block;
  color: #666666;
  padding: 0 30px;
}
ul.mainnav li ul[class*="level"] li a span {
  padding: 10px 0;
  display: block;
  font-size: 100%;
}
ul.mainnav li ul[class*="level"] li a span:before {
  content: "";
  height: 100%;
  width: 5px;
  background: #ededed;
  position: absolute;
  top: 0;
  right: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
ul.mainnav li ul[class*="level"] li.first:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background: #fff;
  height: 15px;
  width: 100%;
}
ul.mainnav li ul[class*="level"] li.last:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #fff;
  height: 15px;
  width: 100%;
}
ul.mainnav li ul[class*="level"] li:hover > a {
  position: relative;
  color: #ededed;
}
ul.mainnav li ul[class*="level"] li:hover > a:before {
  content: "";
  height: 100%;
  width: 5px;
  background: #ededed;
  position: absolute;
  top: 0;
  left: -5px;
}
ul.mainnav li ul[class*="level"] li:hover > a:after {
  content: "";
  height: 100%;
  width: 5px;
  background: #ededed;
  position: absolute;
  top: 0;
  right: -5px;
}
ul.mainnav li ul[class*="level"] ul[class*="level"] {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 5px;
  left: 215px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  transform-origin: 0 0;
}
ul.mainnav li:hover {
  z-index: 9992;
}
ul.mainnav li:hover > ul[class*="level"] > li:hover ul[class*="level"] {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0.15s;
  -moz-transition: all 0.3s ease-out 0.15s;
  -o-transition: all 0.3s ease-out 0.15s;
  transition: all 0.3s ease-out 0.15s;
}
ul.mainnav > li {
  border: none !important;
  border-right: 1px solid #eee !important;
  float: left;
  position: relative;
  padding: 0;
}
ul.mainnav > li.parent > a {
  padding-right: 37px;
}
ul.mainnav > li.parent > a > span {
  position: relative;
}
ul.mainnav > li.parent > a > span:before {
  position: absolute;
  top: 0px;
  right: -15px;
  font-size: 16px;
  content: "\f107";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
}
ul.mainnav > li.parent:hover {
  /*>a {
					color: #fff !important;
					>span{
						&:after{  content: "\f0d8"; font-family: "FontAwesome"; font-size: 17px; left: 50%;  width: 10px; height: 10px; 
						color: #fff; bottom: -22px;  position: absolute; z-index: 9; }
					}
				}*/
}
ul.mainnav > li.active {
  background: #ededed;
}
ul.mainnav > li.active > a {
  color: #3555D0 ;
  position: relative;
}
ul.mainnav > li.active > a > span:before {
  color: #3555D0 ;
}
ul.mainnav > li.active > a:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
}
ul.mainnav > li.active > a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
}
ul.mainnav > li > a {
  display: block;
  padding: 22px 20px 22px;
  text-transform: uppercase;
  line-height: 100%;
}
ul.mainnav > li > a > span {
  line-height: 100%;
}
ul.mainnav > li > a:hover {
  color: #3555D0 ;
}
ul.mainnav > li > ul[class*="level"] {
  left: 0;
  -webkit-transition: all 0.3s ease-out 0.15s;
  -moz-transition: all 0.3s ease-out 0.15s;
  -o-transition: all 0.3s ease-out 0.15s;
  transition: all 0.3s ease-out 0.15s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  transform-origin: 0 0;
}
ul.mainnav > li:hover {
  background: #ededed;
}
ul.mainnav > li:hover > a {
  color: #3555D0 ;
  position: relative;
}
ul.mainnav > li:hover > a > span:before {
  color: #3555D0 ;
}
ul.mainnav > li:hover > a:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
}
ul.mainnav > li:hover > a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
}
ul.mainnav > li:hover > ul {
  top: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  margin: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0.15s;
  -moz-transition: all 0.3s ease-out 0.15s;
  -o-transition: all 0.3s ease-out 0.15s;
  transition: all 0.3s ease-out 0.15s;
}
/* Mega menu */
.home-02 .vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .container-c3 {
  left: 236px;
}
.vt-megamenu-wrap.horizontal-menu {
  text-align: left;
  height: 60px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li > .mega-content-wrap {
  padding: 0;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0px 7px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0px 7px -6px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0px 7px -6px rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  /*&:before{ content: ""; z-index: 9999; width: 100%; height: 5px; position: absolute; left: 0; top: -5px; background: #f00; .opacity(0); }*/
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li > .mega-content-wrap .megamenu-col {
  text-align: left;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li > .mega-content-wrap > div {
  background: #fff;
  padding: 30px 0;
  position: relative;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens {
  max-width: 1170px;
  float: none;
  display: inline-block;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item {
  width: 25%;
  float: left;
  border-right: 1px solid #eeeeee;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item.last {
  border-right: none;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item {
  padding: 0 30px 37px;
  float: left;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item .box-title {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item .box-title img {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item .box-title a.title {
  margin: 0;
  float: left;
  text-transform: uppercase;
  line-height: 25px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item .box-title a.title span {
  color: #3555D0 ;
  font-size: 77.78%;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item .box-title a.title:hover {
  color: #3555D0 ;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item .box-content-item {
  float: left;
  width: 100%;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item .box-content-item p {
  font-size: 100%;
  margin: 0;
  line-height: 25px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item .item.last {
  padding-bottom: 20px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item.img-banner a {
  display: inline-block;
  position: relative;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item.img-banner a:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item.img-banner a img {
  width: 100%;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item.img-banner a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li.block-men .megamenu-mens .vt_megamenu_content .group-item.last {
  border-right: none;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .megamenu-womens,
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .megamenu-kids > .megamenu-col {
  max-width: 1170px;
  float: none;
  display: inline-block;
  text-align: left;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap {
  width: 18.667%;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 {
  padding: 15px 0;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 > div {
  position: relative;
  padding: 0;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 > div > .mega-title {
  padding: 0 30px;
  position: relative;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 > div:hover > .mega-title:before {
  content: "";
  height: 100%;
  width: 5px;
  background: #3555D0 ;
  position: absolute;
  top: 0;
  left: -5px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 > div:hover > .mega-title:after {
  content: "";
  height: 100%;
  width: 5px;
  background: #3555D0 ;
  position: absolute;
  top: 0;
  right: -5px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 > div:hover > .container-c3 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 > div.have-spetitle .mega-title a span:before {
  content: "";
  height: 100%;
  width: 10px;
  background: #f00;
  position: absolute;
  top: 0;
  right: -12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .mega-title a span {
  font-size: 100%;
  padding: 10px 0;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .container-c3 {
  padding: 15px 0;
  position: absolute;
  left: 220px;
  top: 0;
  -webkit-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0px 7px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0px 7px -6px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 0 7px -6px rgba(0, 0, 0, 0.1), 7px 0px 7px -6px rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid rgba(255, 255, 255, 0.5);
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .container-c3 > div {
  position: relative;
  padding: 0;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .container-c3 > div.first:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background: #fff;
  height: 15px;
  width: 100%;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .container-c3 > div.last:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #fff;
  height: 15px;
  width: 100%;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .container-c3 > div .mega-title {
  padding: 0 30px;
  background: #fff;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .container-c3 > div .mega-title:hover:before {
  content: "";
  height: 100%;
  width: 5px;
  background: #3555D0 ;
  position: absolute;
  top: 0;
  left: -5px;
}
.vt-megamenu-wrap.horizontal-menu .mainnav.mega-nav li .sub-menu.mega-content-wrap .container-c2 .container-c3 > div .mega-title:hover:after {
  content: "";
  height: 100%;
  width: 5px;
  background: #3555D0 ;
  position: absolute;
  top: 0;
  right: -5px;
}
.vt-megamenu-wrap.horizontal-menu .mega-nav li.level0 .mega-content-wrap,
.vt-megamenu-wrap.horizontal-menu .mega-nav li.level0 .container-c3 {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  transform-origin: 0 0;
}
.vt-megamenu-wrap.horizontal-menu .mega-nav li.level0:hover .mega-content-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.block-women .most-review {
  padding-left: 30px;
}
.block-women .most-review .vt-slider {
  width: 24%;
}
.block-women .most-review .vt-slider .block-title-slider h3,
.block-women .most-review .vt-slider .container-slider .item {
  padding-left: 0;
}
.block-women .block-banner {
  float: left;
}
.block-women .block-banner .box-left {
  float: left;
  padding: 0 30px;
}
.block-women .block-banner .box-left h3 {
  color: #353535;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.block-women .block-banner .box-left p {
  font-size: 100%;
  line-height: 24px;
}
.block-women .block-banner .box-left .rm-women {
  background: #ededed;
  padding: 10px 15px;
  float: left;
  margin-top: 12px;
  text-transform: uppercase;
}
.block-women .block-banner .box-left .rm-women:hover {
  background: #3555D0 ;
  color: #fff !important;
}
.block-women .block-banner .box-right {
  float: left;
}
.block-women .block-banner .box-right a {
  display: block;
  position: relative;
}
.block-women .block-banner .box-right a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.block-women .block-banner .box-right a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.block-women .vt-slider {
  float: left;
  width: 25%;
}
.block-women .vt-slider .block-title-slider {
  float: left;
  width: 100%;
  position: relative;
}
.block-women .vt-slider .block-title-slider .navslider {
  position: absolute;
  top: 0;
  right: 10px;
}
.block-women .vt-slider .block-title-slider h3 {
  color: #353535;
  padding: 0 0 22px 30px;
  margin: 0;
  border-right: 1px solid #eeeeee;
  text-transform: uppercase;
}
.block-women .vt-slider .container-slider {
  clear: both;
}
.block-women .vt-slider .container-slider .products-grid {
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.block-women .vt-slider .container-slider .item {
  float: left;
  padding: 10px 20px 20px 30px;
  margin-bottom: 0;
}
.block-women .vt-slider .container-slider .item .price-box {
  float: left;
  width: 100%;
}
.block-women .vt-slider .container-slider .item .price-box p {
  margin-bottom: 0;
}
.block-women .vt-slider .container-slider .item .price-box .price {
  background: none;
  line-height: 20px;
  padding: 0;
}
.block-women .vt-slider .container-slider .item .price-box .special-price:before,
.block-women .vt-slider .container-slider .item .price-box .old-price:before,
.block-women .vt-slider .container-slider .item .price-box .regular-price:before {
  display: none;
}
.block-women .vt-slider .container-slider .item .price-box .special-price .price:before,
.block-women .vt-slider .container-slider .item .price-box .regular-price .price:before {
  display: none;
}
.block-women .vt-slider .container-slider .item .price-box .old-price {
  padding: 0 2px;
  position: relative;
  margin: 0px;
}
.block-women .vt-slider .container-slider .item .price-box .old-price .price {
  font-size: 100%;
  color: #353535;
}
.block-women .vt-slider .container-slider .item .price-box .price-from,
.block-women .vt-slider .container-slider .item .price-box .price-to {
  float: left;
}
.block-women .vt-slider .container-slider .item .price-box .price-from .price-label,
.block-women .vt-slider .container-slider .item .price-box .price-to .price-label {
  font-weight: normal;
}
.block-women .vt-slider .container-slider .item .price-box .price-to {
  margin-left: 10px !important;
}
.block-women .vt-slider .container-slider .item .item-inner {
  float: left;
  width: 100%;
  padding: 12px  0;
}
.block-women .vt-slider .container-slider .item .item-inner .item-img {
  float: left;
  margin-right: 15px;
}
.block-women .vt-slider .container-slider .item .item-inner .item-img a {
  display: block;
}
.block-women .vt-slider .container-slider .item .item-inner .item-img a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.block-women .vt-slider .container-slider .item .item-inner .item-info .item-title a {
  color: #353535;
  line-height: 24px;
  text-transform: uppercase;
}
.block-women .vt-slider .container-slider .item .item-inner .item-info .item-title a:hover {
  color: #3555D0 ;
}
.block-women .vt-slider .container-slider .item .item-inner .item-info .price-box {
  float: none;
  display: inline-block;
  width: auto;
  margin-top: 5px;
}
.block-women .vt-slider .container-slider .item .item-inner .item-info .price-box .price {
  font-size: 100%;
}
.block-women .vt-slider .container-slider .item .item-inner .item-info .price-box .old-price .price {
  font-size: 100%;
}
.megamenu-kids .block-banner {
  float: left;
}
.megamenu-kids .block-banner .item {
  width: 33.3333%;
  float: left;
  position: relative;
  padding: 0 15px;
}
.megamenu-kids .block-banner .item:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.megamenu-kids .block-banner .item .wrap-content {
  position: absolute;
  left: 15px;
  bottom: 30px;
}
.megamenu-kids .block-banner .item .wrap-content a {
  float: left;
  line-height: 40px;
  padding: 0 30px;
  background: #fff;
  text-transform: uppercase;
  min-width: 220px;
  position: relative;
}
.megamenu-kids .block-banner .item .wrap-content a:hover {
  color: #3555D0 ;
}
.megamenu-kids .block-banner .item .wrap-content a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #fff transparent transparent transparent;
  line-height: 0px;
  _border-color: #fff #fff #fff #fff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#fff');
}
.megamenu-kids .block-banner .item .wrap-content .price {
  float: left;
  min-width: 160px;
  line-height: 40px;
  position: relative;
  background: #ededed;
  padding: 0 30px;
  text-transform: uppercase;
}
.megamenu-kids .block-banner .item .wrap-content .price:before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #ededed transparent transparent transparent;
  line-height: 0px;
  _border-color: #ededed #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/* Color var */

/* Color var */
.add-icon:before {
	content: "\f041";
	font-family: FontAwesome;
	font-size: 15px;
	color: #F79521;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	border-radius: 30px;
	border-radius: 25px
}
.email-footer {
	overflow: hidden;
	margin-top: 22px;
	font-size: 12px;
	width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.email-footer a {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
}
.phone-footer {
  overflow: hidden;
  font-size: 12px;
  line-height: 35px;
  color: #ccc;
  /* margin-bottom: 10px; */
  margin-top: 22px;
  width:160px;
  margin-left:auto;
  margin-right:auto;
}
footer address {
	display: block;
	margin: auto;
	font-style: normal;
	line-height: 1.5em;
	color: #ccc;
	padding-top: 5px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 7px;
	font-size: 12px;
	border: none;
}
.email-icon:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 14px;
	color: #fff;
	height: 35px;
	background:#3555D0 ;
	width: 35px;
	margin-right: 5px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;

	border-radius: 25px
}
.phone-icon:before {
	content: "\f095";
	font-family: FontAwesome;
	font-size: 15px;
	color: #fff;
	height: 35px;
	width: 35px;
		background:#3555D0 ;
	margin-right: 5px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	
	border-radius: 25px
}
.tophoneblock
{
  float: right;
  margin-top:3px;
  position: static;
  right: 0;
  margin-bottom: 15px;
  bottom: 11px;
  z-index: 99;
  width:100%;
}
.tophoneblock address
{
  font-size: 16px;
  line-height: 35px;
  color: #666666;
  margin: 0;
}