/*@import url('://fonts.googleapis.com/css?family=Open+Sans');*/
* {
  margin: 0;
  padding: 0;
}
body{
  color: #888888;
  line-height: 22.5px;
  padding: 0 !important;
}
body.page-empty.boxed {
  background-color: #fff;
}
b,strong{
  color: #666;
}
p{
  margin: 0 0 15px;
  line-height: 22.5px;
}
ul, ol {
  list-style: none outside none;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 0;
}
dt, dd {
    line-height: 30px;
}
dt{
  color: #666;
}
dl{
  margin-bottom: 15px;
}
a {
    color: #888;
    transition: all 0.2s ease-out 0s;
}

.col-main {
  padding-bottom: 30px;
  padding-top: 15px;
}
a:hover, a:focus {
    text-decoration: none;
    color: #444;
    transition: all 0.1s ease-out 0s;
}
a:hover{
  cursor: pointer;
}
a:focus{
  outline: none;
}
img {
    vertical-align: top;
    max-width: 100%;
}
label, .label {
    color: #666666;
    font-size: 100%;
    margin-bottom: 0;
    padding:0;
}
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  float: left;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
}
input, select{
  border-radius: 0;
}
th{
  text-align: left;
  vertical-align: top;
  color:#666;
}
caption, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.multiselect {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    color: #444444;
    display: block;
    font-size: 14px;
    height: 39px;
    line-height: 1.5;
    padding: 8px 17px;
    vertical-align: middle;
    width: 100%;
}
select {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    color: #444444;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.5;
    padding: 8px 9px;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.a-right {
    text-align: right !important;
}
.a-left{
  text-align: left !important;
}
.a-center{
  text-align: center !important;
}
.v-fix {
    float: left;
}
.v-middle {
  vertical-align: middle;
}
.f-left, .left {
    float: left !important;
}
input[type="checkbox"] { 
  display:none; 
}
input[type="checkbox"] + label, 
input[type="checkbox"] + span > label {
  position:relative;
  cursor:pointer;
  line-height:22px;
  font-size:13px;
  text-transform:none;
  font-weight:normal;
}
input[type="checkbox"] + label > span, 
input[type="checkbox"] + span > label > span { 
  padding:0 5px; 
}
input[type="checkbox"] + label:before, 
input[type="checkbox"] + span > label:before {
  position:relative;
  display:inline-block;
  vertical-align:top;
  content:"\56";
  font-size:20px;
  width:20px;
  height:20px;
  border-radius:50%;
  font-family:'ElegantIcons';
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  margin:0 5px 0 0;
}
 input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + span > label:before{ 
  content:"\5a"; 
}
input[type="radio"] { 
  display:none; 
}
input[type="radio"] + label, input[type="radio"] + span > label {
  position:relative;
  cursor:pointer;
  line-height:22px;
  font-size:13px;
  font-weight:normal;
}
input[type="radio"] + label > span, input[type="radio"] + span > label > span { 
  padding:0 15px; 
}
input[type="radio"] + label:before, input[type="radio"] + span > label:before {
  position:relative;
  display:inline-block;
  vertical-align:top;
  content:"\5b";
  font-size:18px;
  width:20px;
  height:20px;
  border-radius:50%;
  font-family:'ElegantIcons';
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  margin-right: 5px;
}
input[type="radio"]:checked + label:before, 
input[type="radio"]:checked + span > label:before { 
  content:"\5c"; 
}
.input-text, textarea {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    color: #444444;
    font-size: 14px;
    line-height: 30px;
    padding: 6px 17px 7px;
    vertical-align: middle;
    width: 100%;
}
textarea{
  height: 180px;
}
p.required {
    color: #EB340A;
    text-align: right;
}
.form-list label.required em {
    color: #EB340A;
    float: right;
    font-style: normal;
    /*position: absolute;
    right: -8px;
    top: 0;*/
}
.form-list label {
    position: relative;
    margin-bottom: 7.5px;
}
.form-list select{
  width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .block-title, #narrow-by-list dt, .header-minicart > a, .qty, .product-name {
  font-family: Open Sans,Arial,sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
}
h1, .h1{
  font-size: 32px;
  line-height: 37.5px;
  margin-bottom: 15px;
}
h2, .h2{
  font-size: 22px;
  margin-bottom: 7.5px;
  line-height: 30px;
}
h3, .h3{
  font-size: 18px;
}
h4, .h4{
  font-size: 15px;
}
h5, .h5{
  font-size: 13px;
}
.page-title { 
}
.page-title h1 {
}
.btn, button{
  display: inline-block;
  margin-bottom: 0;
  color: #444444;
  background-color: transparent;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  padding: 7px 22px 6px;
  vertical-align: middle; 
  cursor: pointer;
}
.btn:focus{
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
}
fieldset[disabled] .button {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default{
  background-color: transparent;
  border-color: #888888;   
  color: #888;
}
.btn-default:hover, 
.btn-default:active:hover, 
.btn-default:active:focus {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-cart{
  background-color:#666;
  border-color: #666;
  color: #fff;
}
.btn-cart:hover {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-primary, .btn-checkout{
  background-color: transparent;
  border-color: #d9d9d9;
  color: #666;
}
.btn-primary:hover, .btn-checkout:hover, .btn-primary:active, .btn-checkout:active, .btn-primary:active:hover, .btn-primary:active:focus{
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn-link, .btn-link:active {
  color: #666;
  border:none;
  padding-left: 0;
  padding-right: 0;
}
.btn-link:hover{
  text-decoration: none;
  color: #333;
}
.btn, .btn:hover{
  transition: all 0.25s ease 0s;
}
.btn-xs {
  font-size: 13px;
  line-height: 15px;
  padding: 6px 10px;
}
.btn-xs, .btn-group-xs > .btn{
  border-radius: 0;
}
.btn-edit, .btn-remove {
  display: inline-block;
  float: right;
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.btn-edit:before {
  content: "\6a";
}
.btn-edit {
  font-size: 11px;
  height: 11px;
  width: 14px;
}
.btn-remove:before {
  content: "\4d";
}
.btn-remove{
  font-size: 22px;
  margin-bottom: 12px;
  height: 21px;
  width: 21px;
}
.form-control {
  background-color: transparent;
  border-bottom: 1px solid #d9d9d9;
  border-top: none;
  border-right: none;
  border-left: none;
  display: block;
  border-radius: 0;
  box-shadow: none;
  font-size: inherit;
  transition: none;
  padding: 6px 0;
  height: auto;
}
.form-control:focus {
  border-color: #333;
  box-shadow: none;
}
.no-display {
    display: none !important;
}
.badge, .block-title small {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #ff5a68;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  min-width: 10px;
  padding: 2px 0 0;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.item-options > dt {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
/* Boxed layout */
.boxed{
    background-color: #dfdfdf;
}
.boxed .topbar, .boxed .header, .boxed .main-navigation, .boxed .main-container, .boxed .footer-blocks, .boxed .footer-connect, .boxed .footer-links, .boxed .footer-bottom{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.main-container {
}
.boxed .main-container {
  padding: 0;
}
.boxed .container{
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.boxed .main-navigation{
  border-bottom: none;
}
.boxed .main-navigation > .container {
  border-bottom: 1px solid #d9d9d9;
}
.boxed .main-nav > .container{
  background-color: #fff;
}
.boxed .header.navbar-fixed-top{
  background-color: #fff;
}
.boxed .main-navigation.navbar-fixed-top > .container{
  border-bottom-color: transparent; 
}
.boxed .footer-blocks .container{
  background-color: #f3f3f3;
}
.boxed .footer-connect .container{
  background-color: #f3f3f3;
}
.boxed .footer-links .container{
  background-color: #444444;
}
.main{
  padding-bottom: 15px;
  padding-top: 15px;
}
.navbar{
  border-radius: 0;
  min-height: auto;
  border:none;
}
.topbar{
  margin-bottom: 0;
  line-height: 44px;
  color: #333;
  position: relative;
  z-index: 2;
  font-size: 13px;
}
.boxed .topbar{
 border-bottom: none;
}
.boxed .topbar .container{
}
.topbar .quick-access {
}
.topbar ul {
  margin: 0;
}
.topbar a {
  color: #999999;
  display: inline-block;
}
.topbar a:hover {
  color:#444;
}
.switch-currency {
  float: left;
  position: relative;
}
.switch-currency .current-currency {
  cursor: pointer;
  float: left;
}
.switch-currency .current-currency a {
  display: block;
}
.switch-currency .current-currency i {
  display: inline-block;
  padding-left: 10px;
}
.switch-currency .currency-list {
  left: -15px;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  z-index: 100;
}
.switch-currency .currency-list ul {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.28);
  left: -15px;
  list-style: outside none none;
  min-width: 120px;
  padding: 7.5px 0;
}
.switch-currency .currency-list ul li a {
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  display: block;
  line-height: 30px;
  padding: 0 15px;
}
.switch-currency:hover .currency-list {
  opacity: 1;
  visibility: visible;
}
.switch-language {
  float: left;
  position: relative;
  margin-right: 10px;
}
.switch-language .current-lang {
  cursor: pointer;
  float: left;
}
.switch-language .current-lang a {
  display: block;   
}
.switch-language .current-lang i {
  display: inline-block;
  padding-left: 10px;
}
.switch-language .current-lang .title {
}
.switch-language .lang-list {
  left: -15px;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  z-index: 100;
}
.switch-language .lang-list ul {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.28);
  left: -15px;
  list-style: outside none none;
  min-width: 120px;
  padding: 7.5px 0;
}
.switch-language .lang-list ul li {
}
.switch-language .lang-list ul li a {
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  display: block;
  line-height: 30px;
  padding: 0 15px;
}
.switch-language:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
.topbar > a{
  padding-right: 7.5px;
}
.topbar label {
  font-weight: normal;
}
.topbar ul.links > li{
  padding-left: 7.5px;
}
.topbar .top-links{
  float: right;
  padding-left: 8px;
  margin-bottom: 0;
}
.topbar .top-links .links {
  float: right;
}
.topbar .top-links .links > li {
  display: inline;
}
.account {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.account a i {
  font-size: 16px;
  line-height: 30px;
}
.account .account-list {
  margin-top: 4px;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 2px;
  text-align: left;
  top: 100%;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  z-index: 100;
}
.account:hover .account-list {
    opacity: 1;
    visibility: visible;
}
.account .account-list ul {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.28);
  left: -15px;
  list-style: outside none none;
  min-width: 120px;
  padding: 7.5px 0;
}
.account .account-list ul li a {
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  display: block;
  line-height: 30px;
  padding: 0 15px;
}

.active .icon_search:before{
  content: "\4d";
}
.mobile-search{
  display: inline-block;
  width: 30px;
  text-align: center;
}
.mobile-search-wrapper .navbar-form .form-control {
  text-align: center;
  width: 95%;
}
.mobile-search-wrapper .navbar-form .form-control:focus{
  width: 95%;
}
.welcome-msg {
  float: right;
  margin: 0;
  text-align: left;
  line-height: inherit;
}
.header a:focus {
  text-decoration: none;
}
.logo-container, .header-block-container, .top-search-container {
  display: table;
  height: 150px;
  width: 100%;
}
.logo, .header-static-block, .top-search{
  display: table-cell;
  vertical-align: middle;
}
.logo{
  text-align: left;
}
.logo img{
  width: auto;
}
.header-static-block {
  color: #666666;
  text-align: center;
  font-size: 15px;
}
.top-search{
  text-align: right;
}
.navbar-form {
}
.navbar-form.form-app {
  margin: 0;
  padding: 0;
  position: relative;
}
.form-app .form-group {
    width: 100%;
    position: relative;
}
.form-app .btn-link {
  padding-left: 9px;
  padding-right: 9px;
  position: absolute;
  right: 1px;
  top: 7px;
}
.navbar-form .form-control{
  width: 200px;
}
.navbar-form .form-search .button {
  background-color: transparent;
  color: #333;
  border: none;
  padding: 1px 6px 0;
  position: absolute;
  right: 5px;
  top: 0;
}
.navbar-form .form-control {
  border-color: #d9d9d9;
  color: #d9d9d9;
  padding: 0;
  transition: all 0.15s ease-in-out 0s;
  width: 216px;
  font-style: 13px;
  height: 30px;
  border-radius: 0 !important;
}
.navbar-form .form-control:focus{
  width: 300px;
  transition: all 0.15s ease-in-out 0s;
  color: #444;
  border-color: #444;
}
.search-wrapper .navbar-form {
  position: absolute;
  top: 11px;
  right:33px;
  background-color: #fff;
  line-height: 45px;
}
.search-wrapper .navbar-form .form-control {
  border-color: transparent;
  min-width: 400px;
  padding-left: 15px;
  padding-right: 40px;
}
.menu-icon {
  display: inline-block;
  font-size: 45px;
  margin-top: 7.5px;
  pointer-events: all;
  vertical-align: middle;
}
.category-icon {
  margin-right: 5px;
}
.header-minicart {
  float: right;
  z-index: 1;
  position: relative;
}
.sticky-header-minicart {
  float: right;
}
.header-minicart .i-cart{
  font-size: 24px;
}
.header-minicart .summary {
  padding: 17px 5px 20px;
  z-index: 1;
}
.header-minicart > a{
  line-height: 56px;
  position: relative;
  color: #888;
}
.header-minicart > a .price{
  color: #888;
  margin-left: 17px;
}
.header-minicart > a:hover {
   color: #888;
}
.header-minicart > a .badge {
  background-color: #d81515;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  height: 18px;
  left: 21px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 19px;
  width: 18px;
}
.expand-search {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.expand-search > a {
  display: inline-block;
  padding: 3px 11px 0px;
}
.header-minicart .block-cart {
  display: none;
}
.skip-content {
  display: none;
}
#header-cart {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  right: 0px;
  top: 59px;
  z-index: 1005;
}
#header-cart .minicart-wrapper {
  width: 290px;
  padding: 15px;
}
.minicart-wrapper .block-subtitle {
  display: none;
}
.minicart-wrapper .empty {
  text-align: center;
  font-size: 13px;
  margin-bottom: 0;
}
.mini-products-list {
  padding-left: 0;
}
#header-cart ol {
  font-size: 85%;
}
#header-cart .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  line-height: 21px;
}
 aside .item {
  line-height: 22.5px;
  margin-bottom: 7.5px;
  position: relative;
}
#header-cart .item:last-child, aside .item:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#header-cart .product-image, 
aside .product-image {    
  float: left;
  margin-right: 10px;
}
#header-cart .product-details {
  margin-left: 90px;
  text-align: left;
}
#header-cart .btn-edit, #header-cart .btn-remove{
  position: absolute;
  right: 0;
  top: 0;
}
#header-cart .btn-edit{
  top: 30px;
}
#header-cart .item-options > dt, 
#header-cart .item-options > dd {
  margin: 0 5px 7.5px 0;
  line-height: 15px;
}
#header-cart .btn-viewcart {
  min-width: 100%;
  margin-bottom: 15px;
}
#header-cart .btn-checkout {
  min-width: 100%;
  margin-bottom: 0;
}
#header-cart .product-name {
  margin: 0;
  padding-right: 20px;
  line-height: 22.5px;
}
#header-cart .price {
  text-align: right;
  margin-top: 10px;
}
#header-cart .subtotal {
  margin-top: 17px;
  text-align: center;
}
#header-cart .subtotal .price {
  font-weight: bold;
}
.truncated, .truncated a.dots {
  cursor: help;
  font-size: 85%;
}
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 1100;
}
.truncated .truncated_full_value .item-options {
  background-color: #f6f6f6;
  border: 1px solid #d9d9d9;
  display: none;
  left: -90px;
  padding: 7.5px 15px 2px;
  position: absolute;
  top: 24px;
  width: 260px;
  z-index: 1100;
}
.truncated .truncated_full_value .item-options > p {
   display: none;
}
.truncated .show .item-options {
    display: block;
}
/* MENU */
#nav {
  padding: 0;
  position: relative;
  z-index: 10;
}
#nav ul, #nav div {
  background: none repeat scroll 0 0 #ffffff;
  left: -10000px;
  padding: 0;
  position: absolute;
  top: 60px;
  width: auto;
  min-width: 120px;
  z-index: 99999;
  list-style: none;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
}
#nav li {
  position: relative;
  text-align: left;
}
#nav li.over {
  z-index: 998;
}
#nav li a {
  text-decoration: none;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  box-sizing: border-box;
  display: block;
  padding: 15px 20px;
  color: #999999;
}
#nav li a:hover {
  text-decoration: none;
  color: #333333;
}
#nav > li > a {
  border: none;
  padding: 0 20px;
  color: #ffffff;
}
#nav > li > a:hover{
  color: #d9d9d9;
}
#nav > li.first > a {
  padding-left: 0;
}
#nav li a span {
  cursor: pointer;
  display: block;
  white-space: nowrap;
}
#nav li ul a span {
  white-space: normal;
}
#nav li {
  float: left;
}
#nav > li > a {
}
.nav > li > a:hover, .nav li.over a, .nav li.active a {
  background-color: transparent;
}
#nav > li.parent.active.over, #nav > li.parent.over {
  background-color: transparent;
  border-radius: 0px;
}
#nav div ul {
  border: medium none;
  position: static;
  width: auto;
}
#nav ul ul, #nav ul div {
  top: 1px;
}
#nav ul li {
  clear: both;
  float: none;
  padding: 0;
}
#nav ul li.last {
  border-bottom: 0 none;
}
#nav ul li a span {
  display: inline-block;
  white-space: nowrap;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
  left: 0;
  z-index: 99999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
  left: 100px;
}
.main-navigation {
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 16px;
  height: 60px;
  margin-bottom: 0;
}
.sticky.navbar-fixed-top{
  background-color: #ffffff;
}
.sticky.navbar-fixed-top > .container{
  background-color: transparent;
}
.navbar-fixed-top{
  border-bottom: none;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.navbar-fixed-top .sticky-logo {
  display: inline-block !important;
  float: left;
  padding: 11px 15px 0 0;
}
.navbar-fixed-top .sticky-logo img {
  max-height: 36px;
}
.header-container .navbar-fixed-top .logo-container {
  display: none;
}
.main-navigation .icon-group {
  float: right;
  line-height: 75px;
}
.navbar-fixed-top .main-navigation .icon-group{
  line-height: 60px;
}
.main-navigation .header-wrapper {
  position: relative;
}

.main-nav .menu > li > a {
  color: #888;
  line-height: 60px;
  font-size: 16px;
  display: block; 
  position: relative; 
  padding: 0 25px 0 15px;  
}
.main-nav .menu > li > a:hover, 
.main-nav .menu > li > a:active, 
.main-nav .menu > li > a:focus{
  color: #333333;
}
.navbar-fixed-top .main-nav .menu > li > a {
  line-height: 60px !important;
}

.main-nav .menu a{
 font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
 color: #888888;
}
.main-nav .menu a:hover{
  color: #333333;
}
.main-nav {
  position: inherit;
}
.main-nav .menu { 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  list-style: none; 
  margin-bottom: 0; 
  padding-left: 0; 
  padding-right: 135px;
}
.main-nav .menu > li { 
 display: inline-block; 
}
.main-nav .menu > li.home a{
  padding-left: 0; 
}
.main-nav .menu > li > a:after { 
  content: ""; 
  position: absolute; 
  width: 100%; 
  height: 50px; 
  bottom: -20px; 
  left: 0;
}
.navbar-fixed-top .main-nav .menu > li.home a {
  padding-left: 15px;
}

/* /MENU */

.breadcrumbs {
    font-size: 11px;
    margin-top: 15px;
}
.breadcrumbs > ul{
  margin-bottom: 0;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li > span {
    margin: 0 4px;
}
.breadcrumbs li > strong {
    font-weight: normal;
}
.sidebar-right .col2-left-layout .col-main{
    float: left;
}
.sidebar-right .col2-left-layout aside.col-left{
  float: right;
}

/* ASIDE */

aside {
    padding-top: 15px;
    margin-top: 12px;
}

.sidebar-left aside.col-left {
}
.sidebar-right aside.col-right {
}
.sidebar-left aside.col-right {
}
aside .block, 
aside .block-list {
    margin-bottom: 45px;
}
aside .block-list .btn-remove{
  margin-bottom: 0;
}
.block-title {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 6.5px;
}
.block-title > strong {
  font-weight: normal;
}
.block-content > ul > li {
  line-height: 30px;
  margin-bottom: 15px;
}
#narrow-by-list dt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}
#narrow-by-list dd {
  border-bottom: 1px solid #d9d9d9;
}
.block-layered-nav .price p{
    margin-bottom: 14px;
}
aside .actions {
    border-top: 1px solid #D9D9D9;
    padding-top: 10.5px;
}
aside .actions .btn-link.pull-right {
    padding-right: 5px;
    color: #888888;
}
aside .actions .btn-link.pull-right:hover{
  background-color: transparent;
  color: #444444;
}
aside .actions .button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-weight: bold;
    padding: 0;
}
.block-poll li {
  line-height: 30px;
}
.block-poll .label {
    margin-left: 7.5px;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.tags-list > li {
    display: inline;
}
.form-add > label {
    font-weight: normal;
    display: block;
}
.add-to-cart .qty-wrapper {
    float: left;
    margin-right: 22px;
    width: auto;
}
.qty-wrapper{
  width: 110px;
}
.qty-buttons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7.5px;
}
.qty-buttons > a {
  color: #d9d9d9;
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  width: 18px;
}
.qty-buttons > a:hover{
  color: #444444;
}
.qty-buttons > a.qty-inc {
  border-bottom: 1px solid #d9d9d9;
}
.qty-wrapper .qty {
  border: 1px solid #d9d9d9;
  padding: 7px 0 6px;
  text-align: center;
  width: 45px;
}

/* Catalog list */
/* Toolbar */
.toolbar {
  clear: both;
  margin-bottom: 30px;
}
.toolbar label {
  font-weight: normal;
  margin-bottom: 0;
}
.toolbar select {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0 1px;
  padding: 5px 10px;
  vertical-align: unset;
  border: 1px solid #d9d9d9;
}
.toolbar select option{
  
}
.toolbar .sorter {
  padding: 15px 0;
  text-align: left;
}
.toolbar .sorter .amount, .toolbar .sorter .limiter, .toolbar .sorter .sort-by, .toolbar .sorter .sort-order {
  display: inline-block;
  line-height: 30px;
}
.toolbar .sorter .sort-by span {
  margin-left: 5px;
}
.toolbar .sorter .view-mode {
  float: right;
}
.toolbar .sorter .sbOptions {
  background-color: #FFFFFF;
  border: 1px solid #F3F3F3;
  margin-top: 5px;
}
.toolbar .view-mode > a {
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}
.toolbar .view-mode > a.active, 
.toolbar .view-mode > a:hover {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}
.toolbar .view-mode > a.active:hover {
  cursor: default;
}
.toolbar .view-mode > a > span {
}

.toolbar-top .pager, .toolbar-bottom .sorter, .toolbar-bottom .amount {
  display: none;
}
.toolbar .sorter > div {
}
.toolbar .amount {
  margin-right: 30px;
}
.toolbar .sort-by{
  margin-right: 15px;
}
.toolbar .pager {
  line-height: 30px;
  margin: 0 0 29px;
  padding: 15px 0 0;
  text-align: center;
}
.toolbar .pager .amount {
  float: left;
}
.toolbar .pager .amount strong {
  font-weight: normal;
}
.toolbar .pager .pages {
  margin: 0;
}
.toolbar .pager .pages strong {
  display: none;
}
.toolbar .pager li > a, .toolbar .pager li > span {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  display: inline-block;
  padding: 0 3px;
}
.toolbar .pager li.current{
  color: #333;
  cursor:default;
  padding: 0 3px;
}


/* /Toolbar */

/* Categories */

.category-image {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}


/* Product-list & Product-grid */

.price {
  color: #666666;
  /*font-family: "Roboto Condensed";*/
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  color: #999999;
  text-decoration: line-through;
}
.product-image-wrapper {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 15px;
  margin-bottom: 9px;
  position: relative;
  z-index: 0;
}
.products-list .product-image-wrapper{
  float: left;
}
.product-image {
  display: block;
  position: relative;
}

.product-image > img{
  width: auto;
}

.item .product-image img {
  transition: all 0.3s ease 0s;
}
.item .product-image img.default-image {
  opacity: 1;
  filter:alpha(opacity=100);
}
.item .product-image img.alternative-image {
  position:absolute;
  top:0;
  left:0;
  opacity: 0;
  filter:alpha(opacity=0);
}
.item .product-image-wrapper a:hover img.default-image {
}
.item .product-image-wrapper a:hover img.alternative-image {
  opacity: 1;
  filter:alpha(opacity=100);
}
.products-grid .btn-cart {
 /* width: 100%; */
}


/* Product labels */

.prod-label-wrapper {
    position: absolute;
    transition: all 150ms ease-in-out 0s;
}
.product-view .prod-label-wrapper {
  z-index: 99;
}
.prod-label {
  display: table-cell !important;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  line-height: 1em;
  text-align: center;
  transition: all 150ms ease-in-out 0s;
  vertical-align: middle !important;
  width: 60px;
}
.prod-label.new {
  background-color: #6ebbee;
  color: #fff;
}
.prod-label.sale {
  background-color: #ef3535;
  color: #fff;
}
.item:hover .prod-label {
  height: 50px;
  width: 65px;
  transition: all 150ms ease-in-out 0s;
}
.prod-label-wrapper.top-left {
  left: 0px;
  top: 0px;
}
.prod-label-wrapper.mid-left {
  top: 50%;
  left: 0px;
  margin-top: -22.5px;
}
.item:hover .prod-label-wrapper.mid-left{
  margin-top: -25px;
}
.prod-label-wrapper.bottom-left {
  bottom: 0px;
  left: 0px;
}
.prod-label-wrapper.top-right {
  right: 0px;
  top: 0px;
}
.prod-label-wrapper.mid-right {
  top: 50%;
  right: 0px;
  margin-top: -22.5px;
}
.item:hover .prod-label-wrapper.mid-right {
  margin-top: -25px;
}
.prod-label-wrapper.bottom-right {
  bottom: 0px;
  right: 0px;
}



/* Products grid */

/* 1 column */
.grid-col1 .item {
  width:100%;
}

/* 2 columns */
.grid-col2 .item {
  width: 50%;
}

/* 3 columns */
.grid-col3 .item {
  width: 33.3333%;
}

/* 4 columns */
.grid-col4 .item {
  width: 25%;
}
.col-md-3 .btn-cart {
  font-size: 13px;
  line-height: 22.5px;
  margin-top: 7.5px;
  padding: 2.5px 12px 3px;
  vertical-align: unset;
}
.col-md-3 .btn.link-wishlist, .col-md-3 .btn.link-compare {
  padding: 6px 4px 6.5px;
}
.col-md-3 .prod-label {
  font-size: 13px;
  height: 30px;
  width: 45px;
}
.col-md-3.item:hover .prod-label {
  height: 35px;
  width: 50px;
}
.col-md-3 .prod-label-wrapper.mid-left {
  margin-top: -15px;
}
.col-md-3.item:hover .prod-label-wrapper.mid-left{
  margin-top: -17.5px;
}
.col-md-3.prod-label-wrapper.mid-right {
  margin-top: -15px;
}
.col-md-3.item:hover .prod-label-wrapper.mid-right {
  margin-top: -17.5px;
}
/* 6 columns */
.grid-col6 .item {
  width: 16.6667%;
}
.products-grid  li.col-md-2.item{
  padding-bottom: 95px;
}
.products-grid .col-md-2 .product-name {
  font-size: 16px;
  margin-top: 7.5px;
}
.col-md-2 .ratings{
  font-size: 13px;
  line-height: 15px;
}
.products-grid .col-md-2 .price-box, .products-grid .col-md-2 .price-box > p {
  line-height: 15px;
}
.products-grid .col-md-2 .price{
  font-size: 16px;
}
.col-md-2 .btn-cart, .col-md-2 .btn {
  font-size: 14px;
  line-height: 15px;
  margin-top: 7.5px;
  padding: 6.5px 10px;
  vertical-align: unset;
}
.col-md-2 .btn.link-wishlist, .col-md-2 .btn.link-compare {
  padding: 6px 4px 6.5px;
}
.col-md-2 .prod-label{
  font-size: 14px;
  height: 30px;
  width: auto;
  padding: 5px;
}
.col-md-2.item:hover .prod-label {
  height: 35px;
  width: auto;
  padding: 8px;
}
.products-grid li.item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
}
.products-grid .item{
   padding-bottom: 15px;
   position: relative;
}
.products-grid .item.first {
  margin-left: 0;
}
.products-grid .item.last {
  margin-right: 0;
}
.products-grid .product-image {
  display: block;
  text-align: left;
}
.products-grid .product-name {
  font-size: 18px;
  line-height: 22.5px;
  margin-bottom: 0;
}
.products-grid.ellipsis .product-name{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-grid .ratings {
 margin-bottom: 0;
 line-height: 22.5px;
}
.products-grid .rating-box {
  font-size: 11px;
  margin-left: auto;
  margin-right: auto;
}
.products-grid .configurable-swatch-list {
  bottom: 10px;
  left: 10px;
  position: absolute;
} 
.products-grid .price-box {
  display: block;
  line-height: 22.5px;
  margin:0;
}
.price-from, .price-to{
  display: inline;
}
.products-grid.text-center .price-box{
}

.old-price .price-label, .special-price .price-label {
  display: none;
}
.old-price, .special-price {
  display: inline-block;
}
.products-grid .minimal-price-link {
  
}
.products-grid .minimal-price-link .label {
 
}
.products-grid .minimal-price .price-label { 
}
.price-box.map-info  {
  display: block;
}
.actions .out-of-stock {
  padding: 7px 22px 6px;
}
.products-grid .price, .products-list .price {
    font-size: 18px; 
}

/* deprecate 
.products-grid .item .actions {
  left: 0;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}

*/

.products-grid .actions{
  margin-bottom: 45px;
}
.products-grid .owl-item .item{
   padding-bottom: 15px;
}
.products-grid .owl-item .item .actions{
  padding-left: 0;
  padding-right: 0;
}
.products-grid.text-center .item .actions, .text-center .products-grid .item .actions{
   display: block;
}
.products-grid .add-to-links {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.products-grid .add-to-links li {
  display: block;
}
.products-grid .add-to-links .link-wishlist {
  float: right;
}
.products-grid .add-to-links .link-compare {
  float: left;
}
.products-grid .add-to-links a {
  border-color: rgba(0, 0, 0, 0);
}
.products-grid .item:hover .add-to-links{
  opacity: 1;
}
.add-to-links {
}
.add-to-links li {
  display: inline-block;
}
.btn.link-wishlist, .btn.link-compare, .btn.link-tofriend {
  padding: 7px 7px 6px;
}

/* Products list */

.products-list > li {
  clear: both;
  margin-bottom: 21px;
  min-height: 281px; 
  padding-bottom: 21px;
}
.products-list > li.last {
  border-bottom: none;
}
.products-list .price-box{
  display: block;
  line-height: 30px;
  margin: 0 0 15px;
}
.products-list .old-price {
  margin-right: 5px;
}
.products-list .price-from {
  margin-right: 3px;
}
.products-list .special-price .price-label{
  display: none;
}
.products-list .product-name {
  margin-bottom: 7.5px;
}
.products-list .ratings{
  margin-bottom: 6.5px;
}
.products-list .desc {
  line-height: 22.5px;
  margin: 30px 0 43px;
}
.products-list .configurable-swatch-list {
  bottom: 15px;
  left: 15px;
  position: absolute;
}
.products-list .add-to-links {
  display: inline;
}
/* product view */

.product-essential {
  margin-bottom: 60px;
}
.product-img-box .product-name h1 {
  border: 0 none;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  margin: 0 auto;
  max-height: 750px;
  max-width: 100%;
}

.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.full-view-icon {
  bottom: 3px;
  position: absolute;
  right: 12px;
  z-index: 1000 ;
  visibility: hidden;
}
.product-image-gallery .gallery-image.visible, 
.product-image-gallery .full-view-icon.visible {
  display: block;
  visibility: visible;
}
.product-image-gallery .gallery-image.visible.hidden, 
.product-image-gallery .full-view-icon.hidden{
  visibility: hidden;
}
.product-image-gallery::before, 
.product-image-gallery::after {
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-image-gallery::before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.product-image-gallery::after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading::before, .product-image-gallery.loading::after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.more-views{
  max-width: 100%;
}
.product-img-box .more-views .product-image-thumbs .item a{
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.owl-dots {
  margin-top: 7.5px;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot{
  display:inline-block;
  zoom:1;
  *display:inline
}
.owl-theme .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  margin:5px 7px;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  display:block;
  -webkit-backface-visibility:visible;
  -webkit-transition:opacity 200ms ease;
  -moz-transition:opacity 200ms ease;
  -ms-transition:opacity 200ms ease;
  -o-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background-color: #d9d9d9;
}
.owl-item.loading{
  min-height: 50px;
}
.more-views .owl-nav [class*="owl-"] {
  top: 50%;
  margin-top: -15px;
  font-size: 18px;
  position: absolute;
}
.more-views .owl-next {
  right: 1px;
}
.more-views .owl-prev {
  left: 1px;
}
.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

/* </End Elevate zoom */

.product-view .product-shop .product-name {
  margin-bottom: 7.5px;
}
.product-view .product-shop .product-name h1{
  margin-bottom: 0;
}
.product-view .product-shop .ratings{
  margin-bottom: 16px;
  line-height: 30px;
}
.product-view .product-shop .ratings .rating-box{
  margin-right: 7.5px;
}
.product-view .product-shop .ratings .ratings-links{
  display: inline-block;
  vertical-align: top;
}
.product-view .product-shop .price-info {
  margin-bottom: 15px;
  line-height: 22.5px;
}
.product-view .product-shop .price-box{
}
.product-view .product-shop .price {
    font-size: 24px; 
}
.product-view .product-shop .price-from {
  margin-right: 3px;
  display: inline-block;
}
.product-view .product-shop .price-to{
  display: inline-block;
}
.product-view .product-shop .ptd-wrapper {
  margin-bottom: 15px;
}
.product-view .short-description {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22.5px;
}
.product-view .product-shop .add-to-box {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 30px;
}
.product-view .product-shop .product-options-bottom {
  margin-bottom: 30px;
}
.product-view .product-shop .add-to-cart {
  display: inline-block;
}
.product-view .product-shop .add-to-links {
  display: inline-block;
  margin: 0 0 0 1px;
  vertical-align: top;
}
.thumbnail {
  border: medium none;
  width: auto;
  display: inline-block;
  border-radius: 0;
  padding: 0;
}
.out-of-stock span {
  color: #D81515;
  font-weight: 600;
}
.in-stock span {
  color: #4E9BCE;
  font-weight: 600;
}
.product-view .sku{
  margin-bottom: 15px;
}
.product-view .sku .title{
  font-weight: bold;
  color: #666;
}
.product-view .product-options .swatch-attr {
  border: 0 none;
  clear: both;
  display: block;
  float: none;
}
.product-view .product-options .swatch-attr label, 
.product-view .product-options .swatch-attr .select-label {
}
.product-view .product-options .swatch-attr label {
  margin-bottom: 0;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
}

.map-popup {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d9d9d9;
  box-shadow: 8px 9px 0 rgba(0, 0, 0, 0.27);
  font-size: 86%;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  padding: 5px 30px 5px 10px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-align: left;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 #f6f6f6;
  word-wrap: break-word;
}
.map-popup-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
  height: 10px;
  left: 50%;
  position: absolute;
  top: -10px;
  width: 19px;
}
.map-popup-close {
  position: absolute;
  right: 8px;
  top: 0;
}
.map-popup-content {
  border-top: 1px solid #d9d9d9;
  overflow: hidden;
  padding: 10px;
  text-align: left;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
  margin: 0;
  padding: 5px 0;
  display: inline-block;
}
.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;
  line-height: 15px;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}

.data-table {
  width: 100%;
}

.data-table tr.even {
}
.data-table th {
  border-bottom: 1px solid #d9d9d9;
  display: table-cell;
  padding: 7.5px 15px 6.5px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.data-table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px;
  vertical-align: top;
}
.data-table .last td {
  border: none;
}
.data-table .product-image img{
  max-width: none;
}
.data-table td h2{
}
.data-table .item-options{
  margin-bottom: 0;
}
.data-table .item-options dt, .data-table .item-options dd{
  line-height: 22.5px;
  margin-bottom: 0;
}
.data-table .cart-price{
  line-height: 30px;
}
.data-table .qty-wrapper{
  margin-top: -7.5px;
}
.input-text.qty {
  text-align: center;
}
.data-table tfoot tr.last td {
}
.data-table.grouped-items-table {
  margin-bottom: 60px;
}
.data-table.grouped-items-table td, 
.data-table.grouped-items-table th {
  padding: 7.5px 0;
  vertical-align: middle;
}
.data-table.grouped-items-table td.last, 
.data-table.grouped-items-table th.a-center {
  padding-left: 15px;
}
.data-table.grouped-items-table .price{
  font-size: 20px;
}
.data-table.grouped-items-table .product-image {
  display: inline-block;
  vertical-align: middle;
}
.data-table.grouped-items-table .product-name {
  display: inline-block;
}
.availability-only-details {
  background-color: #f4f4f4;
  display: block;
  line-height: 22.5px;
  margin-bottom: 30px;
  padding: 15px;
}
.availability-only-details .a-center {
  padding-left: 15px;
  font-weight: bold;
  color: #666;
}
#checkout-review-table-wrapper .data-table tfoot tr.last td {
  border-bottom: medium none;
  color: #666666;
  font-size: 18px;
}
.product-options .options-list input.radio {
  float: left;
}
.product-options .options-list label {
  font-weight: normal;
}
.product-view .product-options {
  margin-bottom: 30px;
  position: relative;
}
.product-view .product-options p.required {
  color: #eb340a;
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  top: 5px;
}
.required em {
  margin-right: 5px;
}
.product-view .product-options dl.last, .product-view .product-options dd.last, .product-view .product-options dd:last-child, .product-view .product-options ul{
  margin-bottom: 0;
}
.product-custom-option.datetime-picker {
  display: inline-block;
  text-align: center;
}
.datetime-picker.input-text {
  width: 25%;
}
.product-view .product-options .input-box {
  display: inline-block;
}
.product-view .product-options .qty-holder {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.product-view .product-options .qty-holder label{
  display: none;
}
.price-notice {
    margin-left: 10px;
}
.price-notice .price {
  font-size: 100% !important;
  font-weight: bold;
}
.product-options .radio, 
.product-options .checkbox {
  padding: 0;
  padding: 0;
}
.product-options dd {
  margin-bottom: 15px;
}
.tier-prices {
  background-color: #f4f4f4;
  padding: 7.5px 15px;
  border: 1px dashed;
  margin-top: 15px;
}

.product-view .tier-prices .price {
  font-size: 100% !important;
  font-weight: bold;
  padding: 0;
  background-color: transparent;
  color: #333;
  padding: 0 3px;
}
.quick-view .product-img-box{
  float: left;
  width: 270px;
}
.product-options-bottom .price-box {
  display: none;
}
.social-share .title {
  display: inline-block;
  font-weight: bold;
  color: #666;
}
.social-share .social-list{
  display: inline-block;
}
.social-share .social-list li{
  display: inline-block;
}
.social-share .social-list li a{
  display: block;
  padding: 0 9px;
}

/* colorbox */
#colorbox{
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
}
.catalog-product-view #colorbox{
  box-shadow: none;
}
#cboxLoadingOverlay {
  background: none;
}
#cboxPrevious, #cboxNext, #cboxClose {
  background-image: none;
  font-size: 360%;
  font-size: 240%;
  height: 62px;
  line-height: 36px;
  text-indent: 0;
  width: 53px;
}
#cboxPrevious{
  top:50%;
  left: 5%;
}
#cboxNext{
  top:50%;
  right:5%;
  left: unset;
}
#cboxClose {
  bottom: unset;
  height: auto;
  right: -2px;
  top: -3px;
  width: auto;
}
.cboxIframe{
  padding: 30px;
}
/* </End colorbox */


/* popup-wrapper */


.popup-wrapper .loading {
  background-image: none;
  border-radius: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: none;
  height: 55px;
  left: 50%;
  margin-left: 18.5px;
  margin-top: 27.5px;
  opacity: 1;
  padding: 20px;
  position: fixed;
  top: 50%;
  width: 55px;
  z-index: 999999;
}
.popup-wrapper .content-wrapper {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: block;
  left: 0;
  padding: 30px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.popup-wrapper .content-wrapper img {
  width: auto;
  margin-bottom: 30px
}
.popup-wrapper .content-wrapper .product-name {
  margin-bottom: 15px;
}
.popup-wrapper .action {
}
.popup-wrapper .content-wrapper .product-detail .btn-continue span {
}
.popup-wrapper .content-wrapper .product-detail .btn-continue span.count {
  padding: 0;
  width: 25px;
}
.product-view.product-quick-view .product-options-bottom{
  margin-bottom: 0;
}
.product-view.product-quick-view .product-essential{
  margin-bottom: 0;
  max-width: 500px;
  margin: 0 auto;
}
.product-view.product-quick-view  .add-to-cart{
  margin-bottom: 0;
}

#wrap {
  z-index: 999 !important;
}

/* /PRODUCT */

.block.block-related {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.product-collateral {
  clear: both;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.collateral-tabs dd h2 {
  display: none;
}
.box-collateral {
  clear: both;
}
.product-collateral.tabs{
  text-align: center;
}
.product-collateral .toggle-tabs {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  width: auto;
}
.product-collateral .toggle-tabs li {
  line-height: 30px;
  float: left;
}
.product-collateral .toggle-tabs li > span {
  bottom: -1px;
  cursor: pointer;
  display: inline-block;
  height: 43px;
  padding: 6.5px 30px;
  position: relative;
  color: #888888;
}
.product-collateral .toggle-tabs li.current {
}
.product-collateral .toggle-tabs li.current > span {
  z-index: 5;
}
.product-collateral .toggle-tabs li.current span, 
.product-collateral .toggle-tabs li:hover span {
}
.product-collateral .toggle-tabs li:first-child {
    border-left: none;
}
.product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
}
.product-collateral > dl {
  border-top: 1px solid #d9d9d9;
  margin-top: 0;
  text-align: left;
  width: 100%;
}
.product-collateral > dl > dt {
    display: none;
}
.product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 30px 0;
}
.product-collateral > dl > dd.current {
    display: block;
}
.std {
  line-height: 22.5px;
}
.box-up-sell > h2, .block-related > h2{
  display: inline-block;
  margin-bottom: 30px;
}
.owl-next.btn-xs,.owl-prev.btn-xs{
  line-height: 30px;
  padding: 0;
}


/* configurable-swatches */

.configurable-swatch-list::after, 
.product-view .product-options .swatch-attr::after {
  clear: both;
  content: "";
  display: table;
}
.swatch-link, .swatch-label {
  border-radius: 0;
  box-sizing: content-box;
  display: block;
  text-align: center;
  text-decoration: none;
}
.swatch-link {
  border: 1px solid #d9d9d9;
}
.swatch-link img {
  border-radius: 0;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  background: transparent url("../images/bg_x.png") no-repeat scroll center center;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  left: 0;
  position: absolute;
  top: 0;
}
.swatch-label {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
}
#narrow-by-list .configurable-swatch-list {
  clear: both;
  margin-top: 7.5px;
}
.configurable-swatch-list li {
  float: left;
  margin: 0 3px 0 0;
}
.products-grid .configurable-swatch-list li {
  float: left;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
}
.configurable-swatch-list .not-available .swatch-label {
  background: #fff none repeat scroll 0 0;
  color: #aaa;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0 none;
}
#narrow-by-list dd .configurable-swatch-list li {
}
#narrow-by-list dd .swatch-link {
  border: medium none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #cccccc;
  display: block;
  float: left;
  font-size: 80%;
  line-height: 1.5em;
  margin: 0 4px 8px 0;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius:0;
  width: auto;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #d9d9d9;
  cursor: default;
}
.configurable-swatch-list .hover .swatch-link, 
.configurable-swatch-list .selected .swatch-link, 
.swatch-link:hover {
  border-color: #3399cc;
}
.configurable-swatch-box {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  background: #df280a none repeat scroll 0 0;
  border-radius: 0;
  color: #fff !important;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 2px 5px !important;
}
.block-layered-nav dt, 
.block-layered-nav .currently .block-subtitle, 
.block-category-nav .block-title{
  cursor: pointer;
}
.block-layered-nav .block-subtitle {
  display: none;
  margin-bottom: 0;
}
.block-layered-nav dt::before, 
.block-category-nav .block-title::before {
  bottom: auto;
  content: "L";
  display: block;
  font-family: "ElegantIcons";
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
}
.block-layered-nav dt.expanded::before, 
.block-category-nav .block-title.expanded::before {
  content: "K";
}
aside.sidebar .ui-widget-content {
  background: #d9d9d9 none repeat scroll 0 0;
  border: 1px solid #ddd;
}
aside.sidebar .block-layered-nav .ui-slider .ui-slider-handle {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 6px;
  margin-left: -0.6em;
  top: -0.1em;
  width: 18px;
}
.ui-slider .ui-slider-range {
  background-image: none;
  background-color: #666;
}
aside.sidebar .block-layered-nav #slider-range {
  background: none repeat scroll 0 0 #ededed;
  margin-bottom: 2em;
  width: 97%;
}
aside.sidebar .price-filter-slider {
  margin-top: 13px;
}
aside.sidebar .ui-slider-horizontal {
  border: medium none;
  height: 2px;
  margin: 0 12px 20px;
}
aside.sidebar .price-filter-slider .text-box {
  margin-bottom: 9px;
  text-align: center;
}
aside.sidebar .ui-state-default,
aside.sidebar .ui-widget-content .ui-state-default,
aside.sidebar .ui-widget-header .ui-state-default{
  color: #ff5a68;
}
aside.sidebar .ui-state-hover,
aside.sidebar .ui-widget-content .ui-state-hover,
aside.sidebar .ui-widget-header .ui-state-hover,
aside.sidebar .ui-state-focus,
aside.sidebar .ui-widget-content .ui-state-focus,
aside.sidebar .ui-widget-header .ui-state-focus{
  color:#333;
  border-color: #bbb;
}
.price input#amount {
  display: block;
  text-align: center;
  width: 100%;
}
.price-filter-slider{
  margin-top: 15px;
}
.price-filter-slider input {
  border: 1px solid #d9d9d9;
  margin: 0 2px 10.5px;
  padding: 1px 5px;
  text-align: center;
}
.price-filter-slider input.go{
  padding: 1px 15px;
}
aside.sidebar .priceTextBox{
  width: 45px;
}

/* Prev/Next product */

.prev-next-products {
  float: right;
}
.prev-next-products .product-nav {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.prev-next-products a {
  color: #d9d9d9;
  display: inline-block;
  font-size: 22px;
  line-height: 58px;
}
.prev-next-products a:hover{
  color: #444444;
}
.prev-next-products .product-nav .product-pop {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: auto;
  transition: all 0.2s ease 0s;
  visibility: hidden;
  z-index: 1;
}
.prev-next-products .product-nav:hover .product-pop {
    opacity: 1;
    visibility: visible;
}
.prev-next-products .product-nav .product-pop img {
  width: auto;
}
.prev-next-products .product-nav .product-pop .product-name {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 1px 0;
}
.prev-next-products .product-pop{
  width: 200px;
}
.prev-next-products .product-nav.product-prev .product-pop {
    left: 0;
    margin-left: -152px;
    right: auto;
}
.prev-next-products .product-nav.product-next .product-pop {
    left: auto;
    right: 0;
}


/* </ Prev/Next product */ 


/* Reviews */

.box-reviews li.customer-review {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
}
.customer-review .ratings-table{
  margin-bottom: 6px;
}
.customer-review .ratings-table .item {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.customer-review .ratings-table .item > div{
  display: inline-block;
  margin-right: 3px;
}
.customer-review .ratings-table .item .rating-label{
  font-weight: bold;
}
.box-reviews .block-title:after {
  display: inline-block; 
  margin: 0; 
  vertical-align: middle; 
  margin-left: 10px;
}
.box-reviews .block-title h2 {
  margin: 0; 
  color: inherit; 
  display: inline-block; 
  vertical-align: middle;
}
.box-reviews .rating-block {
  margin-bottom: 15px;
}
.box-reviews .rating-block h2,
.box-reviews .rating-block h3 {
  margin: 0;
}
.box-reviews .rating-block h2 {
}
.box-reviews .rating-block h3 {
}
.box-reviews .form-list label {
  margin-bottom: 0;  
}
.box-reviews  h4 {
  margin-bottom: 30px;
}
.box-reviews .rating-block #product-review-table .item {
}
.box-reviews .rating-block #product-review-table .item:first-child {
  border-left-width: 1px;
}
.box-reviews .rating-block .rating-title {
  display: inline-block; 
  margin-right: 2px;
  font-weight: bold;
  color: #666;
}
.box-reviews .rating-block .rating-values {
  color: #aaa; 
  display: inline-block;
}
.stars-wrapper  {
  display: inline-block;
}
.box-reviews .rating-block .stars-wrapper .value {
  margin-left: 3px; 
  float: left; 
  color: #ccc; 
  cursor: pointer; 
}
.box-reviews .rating-block .stars-wrapper .value:first-child {margin-left: 0;}
.box-reviews .stars-wrapper .value i.active {color: #ffd322;}
.box-reviews .stars-wrapper .value i {
  transition: color 100ms ease;
  -moz-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  -webkit-transition: color 100ms ease;
  position: relative;
  z-index: 4;
}
.box-reviews .stars-wrapper .value input {
  display: none;
}
.box-reviews .rating-inputs {
}
.box-reviews .rating-inputs ul {
}
.box-reviews .rating-inputs .fields .field {
  width: 47%; 
  float: left;
}
.box-reviews .rating-inputs .fields .field + .field {
  float: right;
}
.box-reviews .rating-inputs .input-box {
  width: 100%;
}
.box-reviews .rating-inputs .input-box textarea {
  width: 100%; 
  height: 100px;
}
.box-reviews .rating-inputs .fields .field input {
  width: 100%; 
  height: 40px;
}
.box-reviews #review-form .rating-inputs label {
  float: none;
}
.box-reviews .rating-inputs label em {
  float: left;
}
.box-reviews .rating-inputs .buttons-set {
  border: none; 
  padding: 0; 
  margin: 0; 
  text-align: center;
}
.customer-reviews-wrapper {
  overflow: hidden;
}
.review-box-wrapper {
}
.review-box {
  float: left; 
  width: 73%; 
  min-height: 190px;
}
.review-box .review {
  float: left; 
  width: 86%; 
}
.review-box .review h3 {
}
.review-box .review p {
}
.review-box .review .customer {
}
.review-box .review .customer i {
  margin-right: 4px;
}
.stars-wrapper .star::before {
    color: #d9d9d9;
    content:"\e033";
    font-style: normal;
    font-family:'ElegantIcons';
    display: block;
}
.stars-wrapper .star.active::before {
    color: #444444;
    content:"\e033";
    font-family:'ElegantIcons';
    display: block;
}



.stars-wrapper:not(:checked) > input {
    display: none;
}
.stars-wrapper:not(:checked) > label {
    color: #d9d9d9;
    cursor: pointer;
    float: right;
    font-size: 150%;
    line-height: 1.2;
    overflow: hidden;
    padding: 0 0.1em;
    white-space: nowrap;
    width: 1em;
}
.stars-wrapper:not(:checked) > label::before {
    content:"\e033" !important;
    font-style: normal;
    font-family:'ElegantIcons';
}
.stars-wrapper > input:checked ~ label {
    color: #444444;
    content:"\e033";
    font-family:'ElegantIcons';
}
.stars-wrapper:not(:checked) > label:hover, .stars-wrapper:not(:checked) > label:hover ~ label {
    color: #444444;
    content:"\e033";
    font-family:'ElegantIcons';
}
.stars-wrapper > input:checked + label:hover, .stars-wrapper > input:checked + label:hover ~ label, .stars-wrapper > input:checked ~ label:hover, .stars-wrapper > input:checked ~ label:hover ~ label, .stars-wrapper > label:hover ~ input:checked ~ label {
    color: #444444;
    content:"\e033";
    font-family:'ElegantIcons';
}







.rating-box {
    position: relative;
    letter-spacing: 3px;
    display: inline-block;
}
.rating-box::before {
    color: #d9d9d9;
    content:"\e033 \e033 \e033 \e033 \e033";
    display: block;
    font-family:'ElegantIcons';
}
.rating-box .rating {
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
    left:0;
}
.rating-box .rating::before {
  color:#444444;
  content:"\e033 \e033 \e033 \e033 \e033";
  font-family:'ElegantIcons';
  display: block;
}
.products-list .rating-box {
}
.ratings {
  margin-bottom: 7.5px;
}
.rating-links{
  margin-bottom: 0;
}
.products-list .rating-links {
    display: none;
}
/* </ Reviews */



/* Loading Icon */
#ajax-loader {
  margin-left: 10px;
}
i.ajax-loader {
  background-color: #666666;
  display: inline-block;
  vertical-align: middle;
}
i.ajax-loader.large {
  height: 45px;
  width: 45px;
}
i.ajax-loader.medium {
    height: 24px;
    width: 24px;
}
i.ajax-loader.small {
    height: 14px;
    width: 14px;
}
/* MESSAGES */
.messages ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.messages li {
    list-style: outside none none;
    margin: 0 0 10px;
}
.messages li li {
    margin: 0;
}
.error-msg, 
.success-msg, 
.note-msg, 
.notice-msg {
  font-size: 100%;
  padding: 15px 60px;
}
.error-msg::before, .success-msg::before, .note-msg::before, .notice-msg::before {
  color: #ffffff;
  font-family: "ElegantIcons";
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 30px;
  left: 30px;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 30px;
}

.note-msg::before, 
.notice-msg::before {
  content: "p";
}

.note-msg {
  background-color: #45ada8;
  color: #ffffff;
}
.notice-msg {
  background-color: #f7dcad;
  color: #ffffff;
}
.error-msg {
  background-color:#D81515;
  color: #ffffff;
}
.error-msg::before {
  content: "s";
}
.success-msg {
  background-color: #83af9b;
  color: #ffffff;
}
.success-msg::before {
  content: "R";
}

.note-msg a, .notice-msg a, .error-msg a, .success-msg a{
  color: #fff;
}

.validation-advice {
  color: #ff0000;
  font-size: 90%;
}
.page-popup {
  background-color: #ffffff;
  padding: 30px;
  text-align: left;
}
.compare-table {
  border: 1px solid #d9d9d9;
}
.compare-table tbody th, .compare-table tbody td{
  border-right: 1px solid #d9d9d9;
  vertical-align: top;
  padding: 10px;
  text-align:center;
  line-height: 22.5px;
}
.compare-table tbody th {
  background-color: #f2f2f2;
  font-weight: 700;
  text-align: right;
  color: #666666;
}
.compare-table .product-name{
  font-size: 18px;
}
.compare-table tbody td .product-image > img {
  margin-bottom: 15px;
}
.compare-table tbody td .price {
  font-size: 18px;
}
.compare-table tbody td .ratings {
  margin-bottom: 0;
}
.compare-table tbody td p {
  margin-bottom: 0;
}
.compare-table tbody td .std {
  text-align: left;
  margin-bottom: 0;
}

/* USER */
.new-users {
  padding-left: 45px
}
.registered-users {
  padding-right: 45px;
  border-right: 1px solid #d9d9d9;
}
.buttons-set {
  margin-bottom: 30px;
}
.buttons-set a {
  display: inline-block;
  padding: 8px 0 7px;
  line-height: 30px;
}
.name-prefix, .name-suffix {
  width: 80px;
}
.back-link {
  float: left;
}
.back-link > a {
}
.buttons-set .button {
  float: right;
  margin-left: 15px;
}
.my-account .data-table {
  margin-bottom: 21px;
}
.my-account .pager {
  text-align: left;
}
.my-account .amount, .my-account .limiter {
  display: inline-block;
  line-height: 45px;
}
.my-account .sbOptions {
  background-color: #FFFFFF;
  border: 1px solid #F3F3F3;
  margin-top: 5px;
}
.my-account p.amount {
  margin-bottom: 0;
  margin-right: 15px:
}
.my-account .amount strong{
  font-weight: normal;
}
.my-account .limiter {
    float: right;
}
.my-account .limiter select{
  display: inline-block;
}
.my-account .data-table td {
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
.my-account .data-table td.last {
}
.my-account .data-table h2 {
  font-size: 16px;
  margin-bottom: 0;
}
.my-account .data-table td h3 {
  margin-bottom: 3px;
}
.my-account .product-review .product-name {
  margin-bottom: 15px;
}
.my-account .product-review h3 {
}
.my-account .product-review table {
  margin-bottom: 15px;
}
.my-account .product-review dd{
  line-height: 22.5px;
}
.my-account .product-review .ratings-table th {
  font-size: 14px;
  font-weight: normal;
  padding: 3px 5px 3px 0;
}
.my-account .product-review .product-img-box{
  float: left;
  width: 250px;
  margin-right: 30px;
}
.my-account .product-review .product-img-box .separator, .my-account .product-review .product-img-box #goto-reviews-form{
  display: none;
}
.my-account .product-review .product-details{
  margin-left: 280px;
}
.my-account .description {
  margin-bottom: 15px;
}
.my-account textarea {
  font-size: 90%;
  height: 90px;
}
.my-account .cart-cell{
  text-align: left;
}
.my-account .price-box{
  margin-bottom: 15px;
}
.my-account .add-to-cart-alt{
}
.my-account .add-to-cart-alt .qty-wrapper {
    margin-bottom: 15px;
    margin-top: 0;
}
.dob-month, .dob-day, .dob-year {
  float: left;
  margin-right: 15px;
  width: 80px;
}
.dob-year {
  width: 160px;
  margin-right: 0;
}
.dob-month input, .dob-day input, .dob-year input {
  text-align: center;
}
.form-list .input-box {
  margin-bottom: 22.5px;
}
.form-list li.control {
}
.form-list li.control input.radio, 
.form-list li.control input.checkbox,
p.control input.checkbox,
div.gift-messages-form p input.checkbox{
}
.form-list li.control .input-box {
  display: inline;
}
.form-list li.control .input-box input {
}
.input-box.captcha {
  width: 160px;
}

/* ACCOUNT */
.nobr {
  white-space: nowrap;
}
.box-account {
  margin-bottom: 60px;
}
.box-account .box {
  margin-bottom: 30px;
}
.box-account .box-head,
.dashboard .box .box-title 
{
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 6.5px;
  text-align: right;
  line-height: 30px;
}
.box-account .box-head{
  margin-bottom: 30px;
}
.box-account .box-head h2, .dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  margin: 0;
}
.box-account.box-reviews .number, .box-account.box-tags .number {
  display: none;
}
.ratings strong {
  display: none;
}
.box-account.box-tags .tags > ul {
  display: inline;
}
.box-account.box-tags .tags li {
  display: inline;
}
.my-tag-edit .btn-remove {
  float: left;
  margin-right: 5px;
}
.my-account .item {
  background-color: #f4f4f4;
  margin-bottom: 15px;
  padding: 15px;
}
.my-account .item p{
  margin-bottom: 0
}
.my-account .item.empty{
  background-color: transparent;
  padding: 0;
}
.my-account .item.empty p{
  font-weight: bold;
}
.addresses-primary {
  margin-bottom: 30px;
}




/* SHOPPING CART */

.col2-set .col-1 {
  float: left;
  width: 48%;
}
.col2-set .col-2 {
  float: right;
  width: 48.5%;
}
.page-title .checkout-types {
  display: none;
}
.cart-table .btn-continue {
  float: left;
}
.cart-table .item-options > dt, .cart-table .item-options > dd {
  margin-bottom: 0;
}
.cart-collaterals {
  margin-top: 45px;
  padding-top: 45px;
}
.shipping-form p{
  display: none;
}
.discount-form label{
  margin-bottom: 15px;
}
.discount-form .buttons-set {
  margin-top: 30px;
}
.crosssell li.item {
  float: left;
}
.cart .cart-total {
  background-color: #f3f3f3;
  padding: 15px;
}
.cart .totals table {
  width: 100%;
}
.cart .totals td {
  padding: 15px 15px 15px 7.5px;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding-bottom: 30px;
  padding-top: 22.5px;
}
.cart .totals tfoot th strong, 
.cart .totals tfoot td strong {
  font-size: 24px;
  color: #666666;
  font-family: "Roboto Condensed","Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
}
.cart .totals tfoot .price {
  font-size: 24px;
}
.cart .totals .checkout-types {
  font-size: 13px;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin-bottom: 15px;
}
.please-wait{
  float: right;
}
.sp-methods > dd {
  margin-bottom: 15px;
}
.sp-methods select.month {
  margin-right: 15px;
  width: 160px;
}
.sp-methods select.year {
  width: 100px;
}
.sp-methods input.cvv {
  width: 5em !important;
}
.sp-methods dd li {
}
.sp-methods label {
}
.sp-methods input {
}
.sp-methods .price {
}
.btn-proceed-checkout{
  background-color: #fff;
}

/* CHECKOUT */
.checkout-progress {
  margin: 42px 0 21px;
  padding: 0 15px;
}
.checkout-progress li {
  border-top: 7px solid #f3f3f3;
  color: #ABB5BA;
  float: left;
  margin: 0 3px 0 0;
  padding: 2px 0 0;
  text-align: center;
  width: 19%;
}
.checkout-progress li.active {
  border-top-color: #FF5A68;
  color: #FF5A68;
}
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}
.opc .buttons-set {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  margin-top: 30px;
}
.opc .buttons-set p.required {
}
.opc .buttons-set .back-link small {
  display: none;
}
.buttons-set .back-link a small{
  display: none;
}
.buttons-set .back-link a::before{
  content: "\23";
  font-family:'ElegantIcons';
  margin-right: 5px;
}
.opc .buttons-set .back-link a {
}
.opc .buttons-set.disabled button.button {
    display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .buttons-set .please-wait img {
  margin-right: 3px;
  vertical-align: text-bottom;
  width: 16px;
}
.opc .ul {
  list-style: disc outside none;
  padding-left: 18px;
}
.opc {
  position: relative;
}
.opc li.section {
}
.opc .step-title {
  border-bottom: 1px solid #d9d9d9;
  height: 45px;
  margin: 0;
  color: #666666;
  padding: 0 15px;
}
.opc .step-title .number {
  border-right: 1px solid #d9d9d9;
  display: inline-block;
  margin-right: 12px;
  padding-right: 15px;
}
.opc .step-title h2 {
  display: inline-block;
  margin: 0;
  line-height: 45px;
  font-size: 18px
}
.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
}
.opc .allow .step-title {
  cursor: pointer;
}
.opc .allow .step-title .number {
}
.opc .allow .step-title h2 {
}
.opc .active .step-title {
  cursor: default;
}
.opc .active .step-title .number {
}
.opc .active .step-title h2 {
}
.opc .step {
  position: relative;
  padding: 30px 40px;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc td.qty {
  border-left: medium none;
  border-right: medium none #000080;
  text-align: right;
}
#opc-login .buttons-set {
}
#opc-login h3 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 6.5px;
}
#opc-login .form-list {
  margin-bottom: 15px;
}
#opc-login h4 {
  color: #666666;
}
.form-list li.fields, .form-list li.wide{
  margin-left:-15px;
  margin-right: -15px;
}
.form-list li.fields .field, 
.form-list li.fields .fields{
  width: 50%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.form-list li.fields .customer-name-middlename .field{
  width: 33.3333%;
}
.form-list li.wide label{
  padding-left: 15px;
  padding-right: 15px;
}
.form-list li.wide .input-box{
  padding-left: 15px;
  padding-right: 15px;
}
.buttons-set .back-link {
  margin: 0;
}
.opc .gift-messages-form {
}
#opc-review .step {
}
#opc-review .product-name {
}
#opc-review .item-options {
}
#opc-review .buttons-set {
}
#opc-review .buttons-set p {
  line-height: 40px;
  margin: 0;
}
#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222222;
  font-weight: bold;
  padding: 10px 10px 0;
  text-align: center;
}
.gift-messages h3 {
  margin-bottom: 15px;
}
.gift-messages-form h4 {
  border-bottom: 1px solid #d9d9d9;
  color: #666666;
  font-weight: 600;
  margin-bottom: 14px;
}
.allow-gift-messages-for-order-container {
  margin-bottom: 30px;
}
#allow-gift-messages-for-order-container > p,
#allow-gift-messages-for-items-container > p {
  font-style: italic;
}
.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 {
  display: none;  
}
.gift-messages-form .item .product-name{
  font-size: 18px;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.opc-block-progress {
}
.opc-block-progress address{
  margin: 0;
}
.opc-block-progress dt {
  background-color: #f2f2f2;
  font-weight: normal;
  margin-bottom: 7.5px;
  padding-left: 15px;
}
.opc-block-progress dd{
  padding: 7.5px 15px 15px;
}
.opc-block-progress strong{
  font-weight: normal;
}
.checkout-onepage-success .page-title,
.checkout-onepage-success .sub-title,
.checkout-onepage-success p,
.checkout-onepage-success .buttons-set  {
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
  margin: 0;
}
.shopping-cart.empty{
  text-align: center;
}

/* FOOTER */
footer{
  font-size: 13px;
}
footer.fixed-position {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}
footer.fixed-position .footer-bottom{
  background: transparent;
}
.block-subscribe{
  margin-bottom: 75px;
  margin-top: 75px;
  text-align: center;
}
.block-title.h1{
  font-size: 28px;
  border-bottom: none;
  margin-bottom: 0;
}
.block-subscribe p {
  margin-bottom: 30px;
  display: block;
}
.block-subscribe input {
  background-color: transparent;
  border-bottom: 1px solid #888;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 0 15px 2px;
  text-align: center;
  width: 270px;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
  border-radius: 0 !important;
}
.block-subscribe input:focus{
  border-color: #333;
  box-shadow: none;
  width: 360px;
  transition: all 0.15s ease-in-out 0s;
}
.block-subscribe .actions{
  margin-top: 30px;
}
.footer-blocks {
  background-color: #F3F3F3;
}
.footer-blocks .container{
  padding-top: 42px;
}
.logo-footer {
  display: block;
  margin-bottom: 15px;
}
.flickr-list li {
  float: left;
  max-width: 67px;
}




.footer-links {
  background-color: #444444;
  color: #ffffff;
}
.footer-links h4{
  color: #fff;
}
.footer-links a {
  color: #999999;
  transition: color 0.2s ease-out 0s;
}
.footer-links a:hover {
  transition: color 0.1s ease-out 0s;
  color: #fff;
}
.footer ul.links {
  margin: 30px 0;
}
.footer-bottom .container {
  padding-top: 30px;
  padding-bottom: 30px; 
}
.footer-connect {
  background: none repeat scroll 0 0 #f3f3f3;
}
.footer-links .title {
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 60px;
}
.footer-links ul {
  margin-bottom: 60px;
}
.footer-links li {
  line-height: 15px;
  margin-bottom: 15px;
}
.icon {
  font-size: 18px;
  padding: 4px 18px;
  color: #444444;
}
.icon:hover {
  color: #FF5A68;
}
.social {
  margin-bottom: 45px;
  margin-top: 75px;
  text-align: center;
}
.social li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.social a {
  font-size: 30px;
  margin: 0 15px;
}
.footer{
  font-size: 85%;
}
.store-switcher {
  float: right;
}
.store-switcher select {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  height: auto;
  padding: 0 8px;
  text-align: right;
}

/* Widgets */

.carousel{
  margin-bottom: 60px;
}
.carousel.featured, .carousel.newproducts, .carousel.brands{
}
.carousel .owl-prev > span, .carousel .owl-next > span {
  font-size: 24px;
}
.carousel .slider{
  clear:both;
  padding-top: 15px;
}
.carousel .slider .owl-carousel .owl-item img {
  transform-style: unset;
}
.col6 .button, .col6 .btn, .col6 .out-of-stock {
  font-size: 14px;
  line-height: 22.5px;
  padding: 5px 15px 4px;
}
.col6 .link-wishlist, .col6 .link-compare {
  padding: 5px 5px 3px;
}
#promote-popup {
  z-index: 99999;
  display: none;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.in{
  opacity: 0.9;
}
#promote-popup .modal-dialog {
  height: 100%;
  margin: 0 auto;
  position: static;
  width: 800px;
}

#promote-popup .modal-dialog .modal-content {
  position: absolute;
  top: 50%;
  border-radius: 0;
  border: medium none;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
}
#promote-popup .modal-header {
  border: medium none;
  min-height: 0;
  padding: 0;
}
#promote-popup .modal-header .close {
  display: inline-block;
  font-size: 1em;
  height: 40px;
  opacity: 1;
  position: absolute;
  right: 5px;
  text-align: center;
  text-shadow: none;
  top: 2px;
  width: 40px;
  z-index: 99;
}
#promote-popup .modal-header .close i {
  font-size: 36px;
  line-height: 40px;
}
#promote-popup .modal-header .close i:hover {
  color: #597ab2;
}
#promote-popup .modal-dialog .modal-body {
  height: 100%;
  padding: 0;
}
.newsletter-base{
  height: 100%;
  text-align: center;
}
.newsletter-base .block-content {
  padding: 45px 300px 30px 30px;
}
.newsletter-base h2 {
  font-size: 45px;
  letter-spacing: -1px;
  line-height: 45px;
  margin-bottom: 30px;
}
.newsletter-base p{
  margin-bottom: 30px;
}
.newsletter-base input {
  margin-bottom: 15px;
  width: 75%;
  text-align: center;
}
.newsletter-base .validation-advice{
  margin-top: -7.5px;
}
.newsletter-base .btn{
  width: 75%;
}
#promote-popup .modal-footer {
  bottom: 15px;
  font-size: 65%;
  font-weight: normal;
  left: 22px;
  position: absolute;
  line-height: 30px;
  padding: 0;
  border-top: none;
}
#promote-popup .modal-footer input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
}

/* Scroll to Top */

#scroll-to-top {
  background-color: #fff;
  background-image: none !important;
  bottom: 30px;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
  display: none;
  font-size: 24px;
  height: 45px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 45px;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
  }
  @keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.loadingMask{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed; 
  z-index: 10000000;
  top: 0 ;
  left: 0;
} 
.loadingMask img {
  width: auto;
}
.loadingMask .bkg{
  background-color: #ffffff;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.loadingMask > div:first-child{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  z-index: 10;
  margin-top: -75px;
}
.loadingText {
  margin-top: 60px;
}
.demo-notice {
  background: none repeat scroll 0 0 #d75f07;
  color: #fff;
  font-size: 12px;
  line-height: 1.15;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  display: none;
}
.demo-notice p{
  margin-bottom: 0;
}

.notice-cookie {
  background-color: #f3f3f3;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  font-size: 12px;
  right: 5%;
  bottom: 5%;
  width: 299px;
  padding: 30px;
  z-index: 1039;
}
.notice-cookie button.btn-sm {
  font-size: 10px;
  line-height: 1.5;
  padding: 2px 25px;
  display: block;
  margin: 15px auto 0;
}
.calendar{
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
  border:none;
  z-index: 1001;
} 
.calendar table {
  background-color: #ffffff;
  border:none;
  }
.calendar thead .title {
  background-color: #666666;
  border: 1px solid #666666;
  vertical-align: middle;
  }
.calendar table .wn {
  background: #e9e9e9 none repeat scroll 0 0;
  border-right: 1px solid #666666;
  vertical-align:middle;
  text-align: center;
}
.calendar thead .name {
  background-color: #e9e9e9;
  border-bottom: 1px solid #666666;
  padding: 8px;
  min-width: 44px;
}
.calendar thead .hilite {
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
}
.calendar thead .active {
  background-color: #666;
  border: none;
  color: #fff;
}
.calendar td.time {
  background-color: #e9e9e9;
  border-top: 1px solid #666666;
  padding: 5px 0;
  text-align: center;
}
.calendar tfoot .ttip {
  background: #666666 none repeat scroll 0 0;
  border: 1px solid #666666;
  color: #ffffff;
  padding: 5px;
  text-align: center;
}
.calendar tbody td.hilite {
  border: medium none;
  font-weight: bold;
}
.calendar tbody td.selected {
  background: #e9e9e9 none repeat scroll 0 0;
  border: none;
  color: #111111;
}
.calendar tbody .rowhilite td {
  background-color: #e9e9e9;
}
.calendar tbody .rowhilite td.wn {
  background-color: #e9e9e9;
}
.calendar .button{
  border: 1px solid #666666;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm{
  border: 1px solid #666666;
}
.calendar td.time span.hilite {
  background-color: #666666;
}
.calendar td.time span.active {
  background-color: #000000;
  border-color: #666666;
  color: #ffffff;
}
.calendar .combo{
  background-color: #ffffff;
  border-color: #666666;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
  border-radius: 0;
  display: block;
  padding: 7px 4px;
}
.calendar .combo .label{
  display: block;
}
.calendar .combo .hilite {
  background-color: #666666;
  color: #ffffff;
}
.calendar .combo .active {
  background-color: #666666;
  border: medium none;
  color: #ffffff;
  padding: 7px 4px;
}

/* CLEARFIX */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.animate-spin {
  -moz-animation: spin 0.8s infinite linear;
  -o-animation: spin 0.8s infinite linear;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


.sk-folding-cube {
  margin: 50px auto;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }



/* Home slider & Home01  */

.slider-home.container {
  margin-top: 30px;
}
.boxed .slider-home.container {
    margin-top: 0;
    padding: 0;
}
/*.slideshow div.item{
 height: 580px;
}*/
.slider-home .slideshow.container {
  padding-top: 30px;
}
/*.slider-home .caption {
  color: #444;
  max-width: 42%;
  position: absolute;
  left: 52%;
  text-align: left;
  top: 30%;
}*/
.slider-home .caption .title {
  margin: 0 0 30px;
  font-size: 60px;
  line-height:1.1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -2px;
}
.slider-home .caption .text {
  line-height: 24px;
  margin-bottom: 30px;
}
.slider-home .caption .btn {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
  padding: 9px 22.5px 7px;
}
.slider-home .caption .btn:hover{
  background-color: transparent;
  color: #303030;
}
.slider-home .caption a i {
  color:#ff3333;
  padding:0 5px;
}
.fullwidth1 .caption {
}
.slider-home.slide-fullwidth .caption-wrapper {
  position: relative;
}
.slider-home.slide-fullwidth .caption-wrapper .caption {
  left: 5px;
  width: 100%;
  max-width: 500px;
  right: auto;
}
.slider-home.slide-fullwidth .caption-wrapper .caption h4.subtitle {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption .title {
  font-size: 48px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-black-text {
  font-weight: 900;
  color: #000;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.grey-text {
  font-weight: 400;
  color: #666;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-cyan-text {
  color: #927548;
  font-weight: 900;
}
.slider-home.slide-fullwidth .caption-wrapper .caption .btn-slide a {
  font-size: 14px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption.right-center2 {
  left: auto;
  right: 5px;
  text-align: right;
}
.active .caption .title {
   -webkit-transition-delay: 2s; 
    transition-delay: 2s;
  -webkit-animation: fadeIn 800ms ease-in-out;
  -moz-animation: fadeIn 800ms ease-in-out;
  animation: fadeIn 800ms ease-in-out;
}
.active .caption .text {
   -webkit-transition-delay: 3s; 
    transition-delay: 3s;
  -webkit-animation: fadeIn 1200ms ease-in-out;
  -moz-animation: fadeIn 1200ms ease-in-out;
  animation: fadeIn 1200ms ease-in-out;
}
.active .caption .btn-slide {
   -webkit-transition-delay: 4s; 
    transition-delay: 4s;
  -webkit-animation: fadeIn 1800ms ease-in-out;
  -moz-animation: fadeIn 1800ms ease-in-out;
  animation: fadeIn 1800ms ease-in-out;
}

.block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-nav [class*='owl-'] {
   cursor: pointer;
 }
.slider-home .owl-nav  {
  position:static;
  display:none;
  margin:0;
}
.slider-home .owl-nav  [class*='owl-'] {
  position:absolute;
  top:50%;
  margin:0;
  padding:0;
  width:40px;
  height:80px;
  margin-top:-40px;
  text-align:center;
  line-height:40px;
  left:15px;
  border:none;
  border-radius:0;
  background-color:rgba(0,0,0,0.15);
  color:#ffffff;
  font-size:20px;
}
.slider-home .owl-nav  [class*='owl-'] > * {
  display:inline-block;
  vertical-align:top;
  line-height:80PX;
}
.slider-home .owl-nav  div.owl-next {
  left:auto;
  right:15px;
}
.slider-home:hover .owl-nav  {
  display:block;
}
.owl-carousel{
  z-index: 0;
}
.owl-carousel .owl-nav .disabled {
  display:none !important;
}
.owl-nav  {
  position:static;
  margin:0;
}
.owl-nav [class*="owl-"] {
  position: absolute;
  top: -53px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  right: 18px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #333333;
  font-size: 20px;
  opacity: 0.2;
}
.owl-nav  [class*='owl-'] > * {
  display:inline-block;
  vertical-align:top;
  line-height:30PX;
}
.owl-nav div.owl-next {
  left: auto;
  right: 0px;
}
.owl-nav div.owl-next:hover, .owl-nav div.owl-prev:hover{
  opacity: 1;
}

/* HOME 1 */

.block_home_one_1 .content_left_01 {
  background-image: url("../../../../../media/wysiwyg/01_home_fashion.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 472px;
}
.block_home_one_1 .content_left_03 {
  background-image: url("../../../../../media/wysiwyg/03_home_fashion.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 472px;
}
.block_home_one_1 .content_right_02 {
  background-image: url("../../../../../media/wysiwyg/02_home_fashion.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 472px;
}
.block_home_one_1 .nova_block_title span {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.block_home_one_1 .text_block_1 {
  font-size: 14px;
}
.block_home_one_1 .content_right_01 {
  border: 20px solid #f2f2f2;
}
.block_home_one_1 .line_block_1 {
  border-bottom: 2px solid #f2f2f2;
}
.block_home_one_1 .block_1_link a {
  font-size: 16px;
  margin: 0 9px;
}
.block_home_one_1 .content_right_04 {
  border: 20px solid #f2f2f2;
}
.block_home_one_1 .content_right_04 .block-title {
  margin-bottom: 10px;
}
.block_home_one_1 .content_right_04 .block-content .form-subscribe-header {
  margin-bottom: 20px;
}
.block_home_one_1 .content_right_04 .block-subscribe-content {
  margin: 0 50px 80px;
  position: relative;
}
.block_home_one_1 .content_right_04 .block-content .actions {
  background-color: transparent;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block_home_one_1 .content_right_04 .block-subscribe-content .input-box #newsletter {
  height: 53px;
}
.block_home_one_1 .content_right_04 .block-content .actions .button {
  background-color: transparent;
  border: medium none;
  padding: 13px 35px;
}
.block_home_one_1 .content_right_04 .block-content .actions .button span {
  color: #000000;
  font-size: 17px;
  line-height: 27px;
}
.block_home_one_1 .content_right_04 .block-content .actions .button .text_subscribe {
  display: none;
}

.block-banner{
  margin-bottom: 30px;
}
.block-banner.last {
  margin-bottom: 60px;
}
.block-banner .text-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.block-banner .ban-01-text {
  text-align: center;
}
.ban-01-text .title-banner {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.ban-01-text .desc-banner {
  line-height: 22.5px;
  margin-bottom: 30px;
  padding: 0 15%;
}
.ban-01-img{
  height: 368px;
  overflow: hidden;
  position: relative; 
  z-index: 1;
}
.ban-02-img{
 /* height: 513px;
  overflow: hidden;
  position: relative; 
  z-index: 1; */
}
.ban-01-img .image-box, .ban-02-img .image-box{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.ban-02-text {
  border: 30px solid #ececec;
  padding: 15%;
  text-align: center;
}
.ban-02-text .title-banner::before {
  background-color: #333;
  bottom: -35%;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.ban-02-text .title-banner {
  font-size: 78px;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 90px;
  position: relative;
  text-transform: uppercase;
}
.effect-banner a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.effect-banner a::before {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 30px;
    content: " ";
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    transform: scale(0.96);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    z-index: 1;
}
.effect-banner a:hover::before {
    opacity: 1;
    transform: scale(1);
}
.box-banner {
    position: relative;
}
.box-banner::before {
    background-color: transparent;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.box-banner .box-title {
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin: auto;
  padding: 5%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.box-banner .box-title .box-title-name {
  color: #ffffff;
  font-size: 24px;
  margin-top: 50%;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.box-banner:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.box-banner:hover .box-title .box-title-name {
    opacity: 1;

}
.box-banner:hover .box-title .box-title-name::before {
    width: 140px;
}
.container { width: 100%; }
.w1024 .container {max-width: 960px;}
.w1280 .container {max-width: 1200px;}
.w1360 .container {max-width: 1300px;}
.w1440 .container {max-width: 1380px;}
.w1680 .container {max-width: 1520px;}
.full-width .container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.mm-ad01, .mm-ad02 {
  text-align: center;
  position: relative;
}
.mm-ad01::before, .mm-ad02::before {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mm-text-container {
  color: #ffffff;
  padding: 0 15px;
  width: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mm-text-container .h3 {
  color: #ffffff;
  letter-spacing: 0.4px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.mm-text-container .h1 {
  color: #ffffff;
  letter-spacing: 0.4px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
.mm-text-container .btn-default{
  border-color: #ffffff;
  color: #ffffff !important;
}
.mm-text-container .btn-default:hover{
  color: #ffffff;
}
.text-ad {
  border: 1px dashed #d8d8d8;
  padding: 15px;
  text-align: center;
}

/*----- header02 ------*/
.header-container.header02{
  background-color: #ffffff;
}
.cms-index-index .header-container.header02{
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-container.header02 .topbar{
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ebebeb;
}
.header-container.header02 .logo-container, .header-container.header02 .top-search-container {
  float: left;
  height: 75px;
  width: auto;
  margin-right: 30px;
}
.header-container.header02 .header-block-container{
  height: auto;
}
.header-container.header02 .header-static-block{
}
.header-container.header02 .logo{
}
.header-container.header02 .main-navigation {
  border-bottom: none;
}
.header-container.header02 .main-nav .menu > li > a{
  line-height: 75px;
}
.header-container.header02 .main-nav{
  text-align: right;
}

/*------ header 03 ------*/
.header-container.header03 .header-static-block{
  text-align: center;
}
.header-container.header03 .header-block-container{
  height: auto;
}
.header-minicart-container {
  display: table;
  height: 150px;
  width: 100%;
}
.header-container.header03 .top-search {
  text-align: left;
}
.header-container.header03 .logo {
  text-align: center;
}
.header-container.header03 .form-search {
  width: 250px;
}
.header-container.header03 .navbar-form .form-control:focus{
  width: 216px;
}
.header-container.header03 .header-minicart-container .header-minicart{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  float: none;
}
.header-container.header03 .header-minicart-container .header-minicart #header-cart {
  top: 100px;
}
.header-container.header03 {
  text-align: center;
}
.header-container.header03 .main-nav .menu{
  padding-right: 0;
}

/*------ header 04 ------*/


.header04 .logo-container, .header04 .header-block-container, .header04 .top-search-container {
  height: 100px;
}




/*------ home 01 ------*/

.slide.slider01{}

.slide.slider01 .caption{}

.slide.slider01 .caption .title{}

.slide.slider01 .caption .btn-slide{}


/*------ home 02 ------*/

.slide.slider02.slide01{}

.slide.slider02 .caption {
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  left: auto;
  right: auto;
  top: auto;
  bottom: 11%;
}
.slide.slider02 .caption .title {
  color: #ffffff;
  font-size: 72px;
  margin-bottom: 7.5px;
}
.slide.slider02 .caption .text {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
}
.slide.slider02 .caption .btn-slide{}

.slide.slider02 .caption .btn-slide .btn{
  background-color: #ffffff;
  color: #444444;
  border-color: #ffffff;
}
.slide.slider02 .caption .btn-slide .btn:hover{
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.banner-vintage-left {
  margin: 30px 0 0 0;
  position: relative;
  z-index: 2;
}
.banner-vintage-left .text-wrap {
  font-size: 54px;
  text-align: center;
  font-weight: bold;
  margin: 30px auto 60px;
}
.banner-vintage-left .text-wrap span{
  font-size: 44%;
}
.banner-vintage-right {
  position: relative;
  z-index: 1;
}
.banner-hats{
  margin-bottom: 120px;
}
.banner-hats-left {
}
.banner-hats-right {
  margin: 45px 0 0;
}
.banner-hats-right .text-wrap {
  font-size: 42px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2em;
  margin: 30px auto 60px;
  text-align: center;
}
.banner-hats-right .text-wrap span{
  font-size: 150%;
  font-style: normal;
}

.banner-box {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner-box h3{
  font-weight: bold;
}
.banner-box p{
  margin-bottom: 0;
  font-size: 90%;
}
.banner-box.light {
  background-color: #ccc;
  color: #444444;
}
.banner-box.light h3{
  color:#444444;
}
.banner-box.dark {
  background-color: #303030;
  color: #ffffff;
}
.banner-box.dark h3{
  color:#ffffff;
}



/*------ home 03 ------*/

.slide.slider03 .caption .title {
  font-size: 62px;
  margin-bottom: 7.5px;
}
.slide.slider03 .caption .text {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
}
.slide.slider03.negative .caption .title {
  color: #ffffff;
}
.slide.slider03.negative .caption .text {
  color: #ffffff;
}
.slide.slider03.negative .caption .btn-slide .btn{
  background-color: #ffffff;
  color: #444444;
  border-color: #ffffff;
}
.slide.slider03.negative .caption .btn-slide .btn:hover{
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}


.promo {
  background-color: #000000;
  text-align: center;
  margin-bottom: 60px;
}
.promo-text-01 {
  color: #fff;
     padding: 15%;
}
.promo h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  text-transform: none;
  font-style: italic;
  line-height: 1.2;
}
.promo h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  line-height: 1.0;
  letter-spacing: -3px;
}
.promo .btn{
  margin-top: 30px;
  background-color: transparent; 
  border-color: #ffffff;
  color: #ffffff;
}
.promo .btn:hover{
  background-color: #ffffff; 
  border-color: #ffffff;
  color: #444444;
}



/* ------- home06 ------*/

.banner-hp05-6c .banner-left .text-wrap {
  position: absolute;
  top: 34px;
  right: 46px;
  text-align: center;
}
.banner-hp05-6c .banner-right .text-wrap {
  position: absolute;
  top: 34px;
  left: 46px;
  text-align: center;
}
.banner-hp05-6c .text-wrap .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
}
.banner-hp05-6c .text-wrap .title .desc {
  font-size: 318%;
  font-weight: 200;
  display: block;
  line-height: 0.85em;
  margin: .15em 0;
}

.block-banner .btn-lg{
  padding: 14px 46px;
}

.block-banner .btn-primary{
  background-color: transparent;
  border-color: #2f363b;
  color: #2f363b;
}
.block-banner .btn-primary:hover{
  background-color: #2f363b;
  border-color: #2f363b;
  color: #f9f9f9;
}
.block-banner .btn-primary.negative{
  background-color: transparent;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.block-banner .btn-primary.negative:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #2f363b;
}
.banner-hp05-12c .text-wrap {
  background-color: #2f363b;
  text-align: center;
  padding: 34px 30px;
}
.banner-hp05-12c .text-wrap .title {
  color: #f9f9f9;
  font-size: 72px;
  font-weight: 200;
  margin-bottom: 22px;
}
.banner-hp05-12c .text-wrap .title .desc {
  display: block;
  font-weight: 200;
  font-size: 80%;
}


.banner-hp05-widgets .banner-box{
  padding-top: 54px;
  padding-bottom: 54px;
  margin-bottom: 15px;
}

.banner-hp05-widgets .banner-box.dark{
  background-color: #2f363b;
  color : #f9f9f9;
}
.banner-hp05-widgets .banner-box .title {
  color: #f9f9f9;
  font-size: 18px;
  line-height: 1.1em;
}
.banner-hp05-widgets .banner-box .title .desc {
  display: block;
  font-size: 80%;
  font-weight: 200;
  text-transform: none;
}
.banner-hp05-widgets .carousel h2.title, .banner-hp05-widgets .carousel .owl-nav{
  display: none;
}
.banner-hp05-widgets .carousel{
  margin-bottom: 0;
}
.hp05.promo{
  background-color: #2f363b;
}


.TextBox {
    height:20px  !important
}