html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/**
 * Copyright © 2015 PlazaThemes.com. All rights reserved.

 * @author PlazaThemes Team <contact@plazathemes.com>
 */
.pt-banner-container .owl-carousel .owl-controls .owl-buttons div {
  background: none;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 84px;
  height: 84px;
  font-size: 0;
  padding: 0;
  text-align: center;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  position: absolute;
  top: 50%;
  margin-top: -42px;
}
.pt-banner-container .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #000;
  border-color: #000;
}
.pt-banner-container .owl-carousel .owl-controls .owl-buttons div:before {
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
  display: block;
  line-height: 78px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.pt-banner-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.pt-banner-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f053";
}
.pt-banner-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.pt-banner-container .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\f054";
}
.pt-banner-container .owl-carousel .owl-controls .owl-pagination {
  width: 100%;
  position: absolute;
  z-index: 8;
  bottom: 0;
  text-align: center;
  background: url(../images/bg-repeat-banner7.png) repeat;
  padding: 5px 0;
}
.pt-banner-container .owl-carousel .owl-controls .owl-pagination .owl-page span {
  width: 8px;
  background: #fff;
  height: 8px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 0 3px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.pt-banner-container .owl-carousel .owl-controls .owl-pagination .owl-page:hover span,
.pt-banner-container .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  width: 12px;
  height: 12px;
  background: #ffffff;
}
.pt-banner-container .pt-url {
  display: block;
}
.pt-banner-container .pt-url img {
  width: 100%;
}
.pt-banner-container .pt-banner-caption {
  display: none !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background: none;
  color: #fff;
  font-size: 16px;
  margin-top: -145px;
  z-index: 999;
  text-align: left;
}
.pt-banner-container .pt-banner-caption .pt-banner-content {
  display: inline-block;
  height: 100%;
  position: relative;
  padding-left: 40px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content h1,
.pt-banner-container .pt-banner-caption .pt-banner-content h2,
.pt-banner-container .pt-banner-caption .pt-banner-content h3 {
  text-transform: inherit;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
  color: #735c4e;
  font-size: 50px;
  margin-bottom: 0;
  -webkit-animation: bounceInLeft 1500ms ease-in-out;
  -moz-animation: bounceInLeft 1500ms ease-in-out;
  -ms-animation: bounceInLeft 1500ms ease-in-out;
  animation: bounceInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  -webkit-animation: bounceInLeft 1800ms ease-in-out;
  -moz-animation: bounceInLeft 1800ms ease-in-out;
  -ms-animation: bounceInLeft 1800ms ease-in-out;
  animation: bounceInLeft 1800ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title3 {
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceIbounceInLeftnDown 2200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
  -webkit-animation: bounceInLeft 2000ms ease-in-out;
  -moz-animation: bounceInLeft 2000ms ease-in-out;
  -ms-animation: bounceInLeft 2000ms ease-in-out;
  animation: bounceInLeft 2000ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
  color: #f8484a;
  font-size: 90px;
  margin-top: 10px;
  font-weight: 600;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .shopnow {
  background: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  line-height: 48px;
  padding: 0 18px;
  margin: 30px 0 0;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-animation: bounceInLeft 2500ms ease-in-out;
  -moz-animation: bounceInLeft 2500ms ease-in-out;
  -ms-animation: bounceInLeft 2500ms ease-in-out;
  animation: bounceInLeft 2500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .shopnow:hover {
  background: #98b6ba;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption {
  margin-top: -160px;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content {
  padding-top: 100px;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-title1 {
  color: #444444;
  font-size: 50px;
  margin-bottom: 0;
  -webkit-animation: bounceInLeft 1800ms ease-in-out;
  -moz-animation: bounceInLeft 1800ms ease-in-out;
  -ms-animation: bounceInLeft 1800ms ease-in-out;
  animation: bounceInLeft 1800ms ease-in-out;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-title2 {
  color: #636363;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  width: 200px;
  margin-top: 12px;
  -webkit-animation: bounceInLeft 2000ms ease-in-out;
  -moz-animation: bounceInLeft 2000ms ease-in-out;
  -ms-animation: bounceInLeft 2000ms ease-in-out;
  animation: bounceInLeft 2000ms ease-in-out;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-title3 {
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceIbounceInLeftnDown 2200ms ease-in-out;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-banner-des {
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-animation: bounceInLeft 1500ms ease-in-out;
  -moz-animation: bounceInLeft 1500ms ease-in-out;
  -ms-animation: bounceInLeft 1500ms ease-in-out;
  animation: bounceInLeft 1500ms ease-in-out;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-banner-des p {
  color: #636363;
  font-size: 100px;
  margin-top: 10px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-banner-des p span {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .shopnow {
  background: #98b6ba;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  line-height: 48px;
  padding: 0 18px;
  margin: 35px 0 0;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-animation: bounceInLeft 2500ms ease-in-out;
  -moz-animation: bounceInLeft 2500ms ease-in-out;
  -ms-animation: bounceInLeft 2500ms ease-in-out;
  animation: bounceInLeft 2500ms ease-in-out;
}
.pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .shopnow:hover {
  background: #333;
}
@media screen and (max-width: 1200px) {
  .pt-banner-container .owl-carousel .owl-controls .owl-buttons div {
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .pt-banner-container .owl-carousel .owl-controls .owl-buttons div:before {
    line-height: 56px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 70px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .pt-banner-container .owl-carousel .owl-controls .owl-buttons div {
    display: none;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 60px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    letter-spacing: 5px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 13px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .pt-banner-container .pt-banner-caption {
    margin-top: -85px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 30px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    letter-spacing: 4px;
    font-size: 17px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 45px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .shopnow {
    margin: 0;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption {
    margin-top: -95px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content {
    padding-top: 62px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 50px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-banner-des p span {
    font-size: 35px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 26px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 8px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .shopnow {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .pt-banner-container .pt-banner-caption {
    margin-top: -55px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 23px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    letter-spacing: 1px;
    font-size: 10px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 28px;
    margin: 6px 0 0;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .shopnow {
    margin: 0;
    font-size: 11px;
    line-height: 30px;
    padding: 0 10px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption {
    margin-top: -60px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content {
    padding-top: 35px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 25px;
    padding-left: 10px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-banner-des p span {
    font-size: 16px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 16px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 8px;
  }
  .pt-banner-container #pt-banner-caption2.pt-banner-caption .pt-banner-content .shopnow {
    margin: 10px 0 0;
    font-size: 11px;
    line-height: 30px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 350px) {
  .pt-banner-container .pt-banner-caption {
    margin-top: -60px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 25px;
    line-height: 25px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    letter-spacing: 0;
    font-size: 13px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .shopnow {
    margin-top: 20px;
  }
}
.nav-container {
  position: relative;
  z-index: 9;
  background: #333;
  box-shadow: none;
  padding: 0 30px;
}
.pt_custommenu {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  margin: 0 auto;
  padding: 0 28px;
  display: table;
  border-bottom: 1px solid #ddd;
}
.pt_custommenu .block2 {
  float: left;
}
.pt_custommenu .block2 .static_block_custom_menu {
  width: 938px;
}
.pt_custommenu .block2 .static_block_custom_menu ul li {
  float: left;
}
.pt_custommenu .block2 .static_block_custom_menu ul li img:hover {
  opacity: 0.8;
}
.pt_custommenu div.pt_menu {
  float: left;
  vertical-align: middle;
}
.pt_custommenu div.pt_menu.act span,
.pt_custommenu div.pt_menu .act span,
.pt_custommenu div.pt_menu.active span {
  color: #98b6ba;
  border-bottom: 4px solid #98b6ba !important;
}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName:hover span,
.pt_custommenu div.pt_menu .act .itemMenu .itemMenuName:hover span,
.pt_custommenu div.pt_menu.active .itemMenu .itemMenuName:hover span {
  color: #98B6BA;
}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName span,
.pt_custommenu div.pt_menu .act .itemMenu .itemMenuName span,
.pt_custommenu div.pt_menu.active .itemMenu .itemMenuName span {
  border: 0 !important;
  color: #ddd;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
}
.pt_custommenu div.pt_menu#pt_menu_home a:after {
  left: 55px;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: inline-block;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  font-family: 'helveticaneuemcs';
  cursor: pointer;
  padding: 0px 22px 2px;
  text-decoration: none;
  display: block;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  margin: 0;
  position: relative;
  bottom: -2px;
}
.pt_custommenu div.pt_menu .parentMenu a:hover span,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover span,
.pt_custommenu div.pt_menu .parentMenu a:active span,
.pt_custommenu div.pt_menu .parentMenu span.block-title:active span {
  color: #98b6ba;
  border-bottom: 4px solid #98b6ba;
}
.pt_custommenu div.pt_menu .parentMenu a span,
.pt_custommenu div.pt_menu .parentMenu span.block-title span {
  display: inline-block;
  border-bottom: 4px solid transparent;
}
.pt_custommenu div.pt_menu .parentMenu a:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:after {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  position: relative;
}
.pt_custommenu div.pt_menu .parentMenu span.block-title:before {
  width: 8px;
  height: 4px;
  border: 4px solid #b6b6b6;
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  position: absolute;
  top: 22px;
  right: 0;
  content: "";
  pointer-events: none;
  cursor: pointer;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.popup {
  top: 38px !important;
  position: absolute;
  z-index: 3000;
  overflow: hidden;
  display: none;
  background-color: #333333;
  border: 1px solid #333333;
  text-align: left;
  width: 904px;
  padding: 0;
  margin: 0 0 0 -1px;
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 32px;
}
.pt_custommenu div.popup a.actParent {
  color: #1a75bb;
}
.pt_custommenu div.popup a.act {
  color: #1a75bb !important;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  margin: 8px 0;
  background: url(../images/bg-title-menu.png) repeat-x scroll left center;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #dddddd;
  background: none;
  padding-right: 5px;
  font-family: 'helveticaneuecn';
  background: #333333;
}
.pt_custommenu div.popup .itemMenu a.level1 span:hover,
.pt_custommenu div.popup .itemMenu h4.level1 span:hover {
  color: #98b6ba;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover {
  color: #333;
  text-decoration: underline;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  background: url(../images/icon-menu.png) no-repeat 0 10px;
  line-height: 26px;
  color: #dddddd;
  padding-left: 13px;
  text-transform: capitalize;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 11px;
}
.pt_custommenu div.popup .itemMenu a.level2:hover,
.pt_custommenu div.popup .itemMenu h4.level2:hover,
.pt_custommenu div.popup .itemMenu a.level3:hover,
.pt_custommenu div.popup .itemMenu h4.level3:hover {
  color: #98b6ba;
  background: url(../images/icon-menu.png) no-repeat 0 -31px;
}
.pt_custommenu div.popup .itemMenu .itemSubMenu {
  margin-left: 0;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
  padding: 10px 30px 28px;
  border: 0;
}
.pt_custommenu div.popup .block1 .column {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.pt_custommenu div.popup .block2 {
  margin-top: 0;
  float: left;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  width: 120px;
  margin-right: 20px;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.pt_custommenu div.blockright {
  width: 220px !important;
}
.pt_custommenu #pt_menu_link {
  padding: 0;
}
.pt_custommenu #pt_menu_link .parentMenu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.pt_custommenu .clearBoth {
  clear: both;
}
.pt_custommenu .menu-sale,
.pt_custommenu .menu-new {
  position: absolute;
  color: #fff;
  background: url(../images/hot-sale.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.pt_custommenu .menu-new {
  background: url(../images/news.png) no-repeat center center;
}
.custom-menu-bottom {
  float: left;
  padding: 0 20px 40px 20px;
  width: 585px !important;
}
.menu-bottom {
  float: left;
  width: 270px !important;
  padding: 0 10px;
}
.cus-image {
  text-align: center;
}
.custom-menu-right {
  margin: 22px 0 0;
}
.custom-menu-right p {
  color: #ddd;
  font-size: 11px;
  line-height: 18px;
  margin: 10px 0 0;
}
.menu-link {
  display: inline-block;
  padding: 25.7px 0;
}
.menu-link ul li {
  display: inline-block;
}
.menu-link ul li a {
  padding-right: 45px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.menu-link ul li a:hover {
  color: #48a9ee;
}
.menu-link ul li:last-child a {
  padding: 0;
}
/* =============================================Mobile Menu ========================================== */
.ma-nav-mobile-container .navbar {
  background: none;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.ma-nav-mobile-container .navbar .navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.ma-nav-mobile-container .navbar .navbar-inner .menu-mobile {
  display: none;
  background: #98b6ba;
  float: left;
  width: 100%;
  padding: 0 2%;
}
.ma-nav-mobile-container .navbar .navbar-inner .menu-mobile .btn-navbar {
  display: none;
  margin-top: 10px;
  border: 0 !important;
  box-shadow: none !important;
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
  padding: 10px;
}
.ma-nav-mobile-container .navbar .navbar-inner .menu-mobile .btn-navbar.navbar .btn-navbar:hover {
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important;
  font-family: 'helvetica';
}
.ma-nav-mobile-container .navbar .navbar-inner .menu-mobile .btn-navbar .icon-bar {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: inherit !important;
}
.ma-nav-mobile-container .navbar .navbar-inner .menu-mobile .brand {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  height: auto;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu {
  height: auto;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu ul {
  padding: 0;
  margin: 0px 0px 0px 30px;
  float: left;
  display: block;
  width: 100%;
  background: #333;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu ul li a {
  border: 0;
  margin: 0;
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li {
  background: none;
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li .level0.last {
  margin-bottom: 10px;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li.active > a {
  color: #98b6ba;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li.active span.head a:before {
  content: "\f106";
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li a {
  color: #fff;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li a:hover {
  color: #98b6ba;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu span.head {
  position: absolute;
  top: 16px;
  right: 15px;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu span.head a {
  border: 0;
  color: #fff;
  display: block;
  height: 15px;
  padding: 0;
  margin: 0;
  width: 15px;
}
.ma-nav-mobile-container .navbar .navbar-inner .mobilemenu span.head a:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  line-height: 15px;
  text-align: center;
}
.ma-nav-mobile-container .navbar .navbar-inner a {
  text-decoration: none;
  border: 1px solid #444444;
  line-height: 25px;
  padding: 10px;
  font-weight: normal;
  color: #666;
  margin: 0 0 3px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
}
.ma-nav-mobile-container .navbar .nav li {
  padding: 10px 30px 20px 0;
}
.mobilemenu ul a {
  padding-left: 15px;
}
.mobilemenu ul ul a {
  padding-left: 30px;
}
.mobilemenu ul ul ul a {
  padding-left: 45px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 60px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 75px;
}
/*----------- button mobilemenu -------------*/
@media screen and (max-width: 1200px) {
  .pt_custommenu div.pt_menu .parentMenu a {
    font-size: 13px;
  }
}
/* mina-700 - latin */
@font-face {
  font-family: 'Mina-Bold';
  font-style: normal;
  font-display: fallback;
  font-weight: 700;
  src: url('../fonts/mina-v2-latin-700.eot');
  src: local('Mina Bold'), local('Mina-Bold'), url('../fonts/mina-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/mina-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/mina-v2-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/mina-v2-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/mina-v2-latin-700.svg#Mina') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v18-latin-regular.eot');
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* exo-regular - latin */
@font-face {
  font-family: 'Exo-Regular';
  font-style: normal;
  font-display: fallback;
  font-weight: 400;
  src: url('../fonts/exo-v8-latin-regular.eot');
  src: local('Exo Regular'), local('Exo-Regular'), url('../fonts/exo-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/exo-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/exo-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/exo-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/exo-v8-latin-regular.svg#Exo') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* exo-700 - latin */
@font-face {
  font-family: 'Exo-Bold';
  font-style: normal;
  font-display: fallback;
  font-weight: 700;
  src: url('../fonts/exo-v8-latin-700.eot');
  src: local('Exo Bold'), local('Exo-Bold'), url('../fonts/exo-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/exo-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/exo-v8-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/exo-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/exo-v8-latin-700.svg#Exo') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* exo-900 - latin */
@font-face {
  font-family: 'Exo-Black';
  font-style: normal;
  font-display: fallback;
  font-weight: 900;
  src: url('../fonts/exo-v8-latin-900.eot');
  src: local('Exo Black'), local('Exo-Black'), url('../fonts/exo-v8-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/exo-v8-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/exo-v8-latin-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/exo-v8-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/exo-v8-latin-900.svg#Exo') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSansItalic';
  src: url('../fonts/opensans-italic.eot');
  src: url('../fonts/opensans-italic.eot') format('embedded-opentype'), url('../fonts/opensans-italic.woff') format('woff'), url('../fonts/opensans-italic.ttf') format('truetype'), url('../fonts/opensans-italic.svg#OpenSansItalic') format('svg');
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/opensans-regular.eot');
  src: url('../fonts/opensans-regular.eot') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
  font-family: 'helveticaneuemcs';
  font-display: fallback;
  src: url('../fonts/helveticaneueltstd-mdcn.eot');
  src: url('../fonts/helveticaneueltstd-mdcn.eot') format('embedded-opentype'), url('../fonts/helveticaneueltstd-mdcn.woff') format('woff'), url('../fonts/helveticaneueltstd-mdcn.ttf') format('truetype'), url('../fonts/helveticaneueltstd-mdcn.svg#HelveticaNeueLTStd67MediumCondensed') format('svg');
}
@font-face {
  font-family: 'helveticaneuecn';
  src: url('../fonts/helveticaneueltstd-cn.eot');
  src: url('../fonts/helveticaneueltstd-cn.eot') format('embedded-opentype'), url('../fonts/helveticaneueltstd-cn.woff') format('woff'), url('../fonts/helveticaneueltstd-cn.ttf') format('truetype'), url('../fonts/helveticaneueltstd-cn.svg#HelveticaNeueLTStd57Condensed') format('svg');
}
@font-face {
  font-family: 'helveticaneultcn';
  src: url('../fonts/helveticaneueltstd-ltcn.eot');
  src: url('../fonts/helveticaneueltstd-ltcn.eot') format('embedded-opentype'), url('../fonts/helveticaneueltstd-ltcn.woff') format('woff'), url('../fonts/helveticaneueltstd-ltcn.ttf') format('truetype'), url('../fonts/helveticaneueltstd-ltcn.svg#HelveticaNeueLTStd47LightCondensed') format('svg');
}
@font-face {
  font-family: 'encorpada';
  src: url('../fonts/encorpada_classic_semibold_italic_0-webfont.eot');
  src: url('../fonts/encorpada_classic_semibold_italic_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/encorpada_classic_semibold_italic_0-webfont.woff') format('woff'), url('../fonts/encorpada_classic_semibold_italic_0-webfont.ttf') format('truetype'), url('../fonts/encorpada_classic_semibold_italic_0-webfont.svg#encorpada_classicSBdIt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansbold';
  src: url('../fonts/opensans-bold_1-webfont.eot');
  src: url('../fonts/opensans-bold_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold_1-webfont.woff') format('woff'), url('../fonts/opensans-bold_1-webfont.ttf') format('truetype'), url('../fonts/opensans-bold_1-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensanssemibold';
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensanslight';
  src: url('../fonts/opensans-light-webfont.eot');
  src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  display: block !important;
}
body {
  background: #ffffff;
  font-family: 'Roboto Condensed', serif;
  font-size: 14px;
  line-height: 25px;
  color: #777777;
}
a {
  color: #999999;
}
a:hover {
  color: #98b6ba;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  display: inline-block;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5a5a5a;
  font-weight: normal;
}
p {
  margin-bottom: 10px;
}
input.input-text,
select,
textarea {
  height: 34px;
  background: #fff;
  border: 1px solid #e5e5e5;
  outline: none;
  padding: 0 10px !important;
  width: calc(61%);
}
*:focus,
a:focus {
  outline: none;
}
big {
  font-size: 125%;
}
dd {
  margin-bottom: 24px;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul > li,
ol > li {
  margin: 0;
}
button,
.action.primary,
a.action.primary {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: #98b6ba;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0;
}
button:hover,
.action.primary:hover,
a.action.primary:hover {
  background: #3e3d3e;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.modal-popup {
  z-index: 9999 !important;
}
.modal-popup .modal-header .action-close {
  padding: 20px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  border: 0;
}
.modal-popup .modal-content {
  border: 0;
  box-shadow: none;
}
.owl-container {
  margin: 0 -15px;
}
.owl-container .owl-carousel:hover .owl-controls .owl-buttons {
  display: block;
}
.owl-container .owl-carousel .owl-item {
  padding: 0 15px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons {
  display: none;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div {
  border-radius: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  top: 130px;
  position: absolute;
  opacity: 0;
  text-indent: -9999px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:before {
  display: none;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  background: url(../images/btn-slider.png) no-repeat 0 0 #cccccc;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:hover {
  background: url(../images/btn-slider.png) no-repeat 0 100% #333333;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0;
  background: url(../images/btn-slider.png) no-repeat 100% 0 #cccccc;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:hover {
  background: url(../images/btn-slider.png) no-repeat 100% 100% #333333;
}
.product-reviews-summary {
  margin: 0 !important;
}
.product-reviews-summary.empty {
  display: none;
}
.product-reviews-summary .reviews-actions {
  line-height: 25px;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  margin-left: 6px;
}
.product-reviews-summary .rating-summary {
  left: inherit;
  display: inline-block;
  width: auto;
  vertical-align: baseline;
}
.product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: 55px;
  padding-left: 2px;
}
.product-reviews-summary .rating-summary .rating-result:before {
  font-family: FontAwesome;
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #b8b8b7;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 9px;
  height: 9px;
  right: 0;
  margin: 0;
  letter-spacing: 2px;
  padding-left: 2px;
}
.product-reviews-summary .rating-summary .rating-result > span:before {
  font-family: FontAwesome;
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 9px;
  height: 9px;
  right: 0;
  margin: 0;
}
.breadcrumbs {
  font-size: 12px;
  color: #777777;
  line-height: 25px;
  padding: 0;
  border: 0;
  background: none;
  margin: 0 0 20px;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: "";
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAuCAYAAADtGqNXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjU4RkFEOUM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjU4RkFEOEM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtfhzjEAAABCSURBVHjaYkxLS/vPwMDACMQMTFDGfxgHJvMfWYYRWQauhwHGgQPG////M2CVGeUMOg7jjG27UGT+I3NITRQAAQYAuEsSkccVbzsAAAAASUVORK5CYII=') no-repeat scroll 3px 10px;
  display: inline-block;
  margin: 4px 2px;
  text-indent: -9999px;
  width: 10px;
  height: 20px;
  line-height: 13px;
}
.breadcrumbs .items .item a,
.breadcrumbs .items .item strong {
  color: #999999;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumbs .items .item a:hover,
.breadcrumbs .items .item strong:hover {
  color: #98b6ba;
}
.breadcrumbs .items .item strong {
  color: #98b6ba;
}
.category-image {
  margin-bottom: 30px !important;
}
.page-title-wrapper {
  position: static;
  height: auto;
  width: auto;
}
.page-title-wrapper .page-title {
  margin: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 2.3em;
  font-family: "Exo-Bold";
  line-height: 1;
  text-transform: uppercase;
}
.checkout-index-index .page-title-wrapper {
  position: static;
  height: auto;
  width: auto;
}
.checkout-index-index .header-bottom {
  display: none;
}
.checkout-index-index .header-content {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.checkout-index-index .action.action-auth-toggle {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-index-index .action.action-auth-toggle:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f090";
  font-size: 14px;
  margin-right: 5px;
}
.checkout-index-index .opc-progress-bar {
  text-align: center;
  margin: 0 0 50px;
}
.checkout-index-index .opc {
  background: #f5f5f5;
  padding: 20px;
}
.checkout-index-index .opc-sidebar {
  margin: 0 0 30px !important;
}
.checkout-index-index .opc-sidebar .product-item-details {
  padding-left: 120px !important;
}
.checkout-index-index .opc-sidebar .product-item-details .product-item-name-block {
  display: inline-block !important;
}
.toolbar-bottom .toolbar .toolbar-sorter,
.toolbar-bottom .toolbar .limiter,
.toolbar-bottom .toolbar .modes {
  /*display: none;*/
}
.toolbar {
  text-align: right;
  margin: auto;
}
.toolbar .toolbar-amount {
  display: none;
}
.toolbar .toolbar-sorter {
  border-radius: 2px;
  float: left;
  position: relative;
  margin-right: 25px;
  padding: 0;
  margin: 0;
  /*display: inline-block;*/
  display: none;
}
.toolbar .toolbar-sorter:after {
  background: #ababab;
  border-radius: 2px;
  content: "\f107";
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
  display: none;
  top: -1px;
  bottom: -1px;
  right: -1px;
  position: absolute;
  width: 40px;
  z-index: 1;
  line-height: 40px;
  pointer-events: none;
}
.toolbar .toolbar-sorter .sorter-action {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}
.toolbar .toolbar-sorter .sorter-action:before {
  width: 10px;
  height: 10px;
  content: "";
  margin: 2px;
  background: url(../images/i_asc_arrow.gif) no-repeat center center;
}
.toolbar .toolbar-sorter .sorter-options {
  border: 1px solid #eef2f5;
}
.toolbar .limiter {
  display: inline-block !important;
  text-align: left;
  margin-left: 20px;
  float: none;
}
.toolbar .limiter:after {
  background: #ababab;
  border-radius: 2px;
  content: "\f107";
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
  display: none;
  top: -1px;
  bottom: -1px;
  right: -1px;
  position: absolute;
  width: 40px;
  z-index: 1;
  line-height: 40px;
  pointer-events: none;
}
.toolbar .limiter .control .limiter-options {
  text-align: center;
  padding: 2px 2px 2px 4px;
  border: 1px solid #eef2f5;
  margin: 0;
  vertical-align: middle;
  color: #666;
  background: #fff;
  font-size: 12px;
  font-family: 'OpenSansRegular';
  font-weight: normal;
}
.toolbar .limiter .limiter-text {
  display: none;
}
.toolbar .modes {
  display: block;
  float: left;
  margin: 0;
  background: #fff;
  width: 40%;
  position: relative;
  z-index: 2;
  line-height: 10px;
  padding: 5px 0 0;
}
.toolbar .modes .modes-label {
  display: block;
  position: static;
  height: initial;
  width: initial;
  float: left;
  margin: 0 5px 0 0;
}
.toolbar .modes .modes-mode {
  width: 11px;
  height: 11px;
  float: left;
  text-indent: -9999px;
  position: relative;
  display: block;
  border: 0;
  padding: 0 0 0 18px;
  line-height: 34px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.toolbar .modes .modes-mode span {
  display: none;
  font-size: 14px;
  color: #999999;
  text-transform: capitalize;
  position: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.toolbar .modes .modes-mode:hover:before,
.toolbar .modes .modes-mode.active:before {
  color: #f55c59;
}
.toolbar .modes .modes-mode:hover span,
.toolbar .modes .modes-mode.active span {
  font-weight: 700;
  color: #444444;
}
.toolbar .modes .modes-mode:before {
  margin: 0px;
  color: #ededed;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  display: block;
  font-size: 28px;
}
.toolbar .modes strong.mode-grid {
  background: url("../images/grid.png") 0 100% no-repeat;
}
.toolbar .modes a.mode-grid {
  background: url("../images/grid.png") 0 0 no-repeat;
}
.toolbar .modes a.mode-grid:hover {
  background: url("../images/grid.png") 0 100% no-repeat;
}
.toolbar .modes a.mode-list {
  background: url("../images/list.png") 0 0 no-repeat;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.toolbar .modes a.mode-list:hover {
  background: url("../images/list.png") 0 100% no-repeat;
}
.toolbar .modes strong.mode-list {
  background: url("../images/list.png") 0 100% no-repeat;
}
.toolbar .pages {
  display: inline-block !important;
  /*float: right;*/
  font-size: 14px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.toolbar .pages .label.pages-label {
  display: none;
}
.toolbar .pages .pages-items {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .pages .pages-items .item.current {
  display: inline-block;
  padding: 0;
}
.toolbar .pages .pages-items .item.current .page {
  border: 1px solid #333;
  background: #333;
  line-height: 23px;
  font-family: 'OpenSansRegular';
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
.toolbar .pages .pages-items .item.current .page span {
  color: #fff;
}
.toolbar .pages .pages-items .item.pages-item-next,
.toolbar .pages .pages-items .item.pages-item-previous {
  text-transform: lowercase;
  color: #666;
  font-size: 14px;
}
.toolbar .pages .pages-items .item .page {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ddd;
  font-family: 'opensanslight';
  height: 25px;
  width: 25px;
  line-height: 23px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.toolbar .pages .pages-items .item .page:hover {
  background: #333;
}
.toolbar .pages .pages-items .item .page:hover span {
  color: #fff;
}
.toolbar .pages .pages-items .item .page span {
  color: #666666;
}
.toolbar .pages .pages-items .item strong.page {
  color: #f55c59;
}
.toolbar .pages .pages-items .item .action {
  margin-left: 2px;
  padding: 0;
  display: inline-block;
  border: 1px solid #ddd;
  font-family: 'opensanslight';
  height: 25px;
  width: 25px;
  line-height: 22px;
  text-align: center;
}
.toolbar .pages .pages-items .item .action span {
  font-size: 12px;
  color: #666666;
  text-transform: capitalize;
  position: inherit;
}
.toolbar .pages .pages-items .item .action .label {
  display: none;
}
.toolbar .pages .pages-items .item .action.next {
  background: url(../images/2.png) no-repeat scroll 10px 10px #ffffff;
  text-indent: -9999px;
}
.toolbar .pages .pages-items .item .action.next:hover {
  background: url(../images/2.png) no-repeat 10px -31px #333333;
}
.toolbar .pages .pages-items .item .action.next:hover span {
  color: #fff;
}
.toolbar .pages .pages-items .item .action.previous {
  background: url("../images/1.png") no-repeat 10px 10px #ffffff;
  text-indent: -9999px;
}
.toolbar .pages .pages-items .item .action.previous:hover {
  background: url("../images/1.png") no-repeat 10px -31px #333333;
}
.toolbar .pages .pages-items .item .action.previous:hover span {
  color: #fff;
}
.toolbar label {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  font-weight: normal;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}
.toolbar label span {
  vertical-align: middle;
}
.toolbar select {
  padding: 0 !important;
  vertical-align: middle;
  border: 0;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 1px;
}
.toolbar select:after {
  background: url(../images/bg-select.png) no-repeat scroll 50% 50% #ffffff;
  content: "";
  display: inline-block;
  float: left;
  height: 21px;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 3px;
  width: 19px;
}
.toolbar select:focus {
  box-shadow: none;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 49px;
  padding: 0 28px;
  font-size: 18px;
}
.cms-index-index .main-content {
  margin: 0;
}
.cms-index-index .banner-padding {
  padding: 0;
}
.box-padding,
.boxs-padding {
  padding: 0;
}
.page-wrapper .wrapper_inner {
  box-shadow: 0 -2px 8px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
/*Header----------------------------------*/
.header-container {
  position: relative;
  color: #999999;
}
.header-container .header-link {
  background: #f1f1f1;
  border-bottom: 15px solid #333333;
  border-top: 30px solid #333333;
}
.header-container .header-link .switcher-language {
  float: right;
  margin: 0 10px 0 0;
  background: url(../images/bg-link.png) no-repeat scroll 100% 10px;
}
.header-container .header-link .switcher-language .label {
  display: inline-block;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.header-container .header-link .switcher-language .switcher-options {
  cursor: pointer;
  display: inline-block;
}
.header-container .header-link .switcher-language .switcher-options:hover .switcher-dropdown {
  display: block !important;
}
.header-container .header-link .switcher-language .switcher-options .switcher-trigger {
  position: relative;
  padding: 0 0 3px;
}
.header-container .header-link .switcher-language .switcher-options .switcher-trigger .view-french {
  background: url("../images/fr.png") no-repeat 4px 70%;
}
.header-container .header-link .switcher-language .switcher-options .switcher-trigger span {
  padding: 0 16px 3px 24px;
  color: #999999;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-size: 10px;
  z-index: 8;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown {
  background: #f1f1f1;
  z-index: 101;
  position: absolute;
  display: none;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown li.view-french a {
  background: url("../images/fr.png") no-repeat 4px 11px;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown li.view-french:hover {
  background: url("../images/fr.png") no-repeat 4px 11px #e1e1e1;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown li.view-english a {
  background: url("../images/england.png") no-repeat 4px 11px;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown li.view-english:hover {
  background: url("../images/england.png") no-repeat 4px 11px #e1e1e1;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown li.view-germany a {
  background: url("../images/de.png") no-repeat 4px 11px;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown li.view-germany:hover {
  background: url("../images/de.png") no-repeat 4px 11px #e1e1e1;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown li.view-spain a {
  background: url("../images/es.png") no-repeat 4px 11px;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown li.view-spain:hover {
  background: url("../images/es.png") no-repeat 4px 11px #e1e1e1;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
}
.header-container .header-link .switcher-language .switcher-options .switcher-dropdown a {
  padding: 6px 6px 6px 25px;
  text-align: left;
  line-height: 20px;
  display: block;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.header-container .header-link .switcher-currency {
  float: right;
  margin: 0;
}
.header-container .header-link .switcher-currency .label {
  display: inline-block;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.header-container .header-link .switcher-currency .switcher-options {
  cursor: pointer;
  display: inline-block;
}
.header-container .header-link .switcher-currency .switcher-options:hover .switcher-dropdown {
  display: block;
}
.header-container .header-link .switcher-currency .switcher-options .switcher-trigger {
  display: inline-block;
  padding: 0 0 3px;
}
.header-container .header-link .switcher-currency .switcher-options .switcher-trigger strong {
  padding: 0;
  width: 40px;
  display: block;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-size: 10px;
  z-index: 8;
}
.header-container .header-link .switcher-currency .switcher-options .switcher-dropdown {
  background: #f1f1f1;
  z-index: 101;
  position: absolute;
  display: none;
}
.header-container .header-link .switcher-currency .switcher-options .switcher-dropdown a {
  width: 40px;
  background: #f1f1f1;
  text-align: center;
  padding: 0;
  line-height: 30px;
  display: block;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.header-container .header-link .switcher-currency .switcher-options .switcher-dropdown a:hover {
  background: #e1e1e1;
}
.header-container .header-link .top-link-dropdown .customer-welcome ul {
  border: none;
  display: block;
}
.header-container .header-link .top-link-dropdown .customer-welcome .name .account {
  display: none;
}
.header-container .header-link .top-link-dropdown.active {
  overflow: visible;
}
.header-container .header-link .top-link-dropdown .customer-menu {
  display: block;
}
.header-container .header-link .top-link-dropdown .customer-menu ul {
  border: none;
  margin: 0;
  text-align: left;
  background: none;
  box-shadow: none;
}
.header-container .header-link .top-link-dropdown .customer-menu ul:before,
.header-container .header-link .top-link-dropdown .customer-menu ul:after {
  display: none;
}
.header-container .header-link .top-link-dropdown .customer-menu ul li {
  padding-left: 0 !important;
  display: inline-block;
}
.header-container .header-link .top-link-dropdown .customer-menu ul li:hover {
  background: none;
}
.header-container .header-link .top-link-dropdown .customer-menu ul li a {
  background: url(../images/account.png) no-repeat 0 50%;
  padding: 7px 0px 5px 25px !important;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #999;
  font-family: 'helveticaneuemcs';
}
.header-container .header-link .top-link-dropdown .customer-menu ul li a:hover {
  color: #2f2f2f;
}
.header-container .header-link .top-link-dropdown .customer-menu ul li a:hover:before {
  color: #98b6ba;
}
.header-container .header-link .top-link-dropdown .customer-menu ul li:first-child {
  border: none;
}
.header-container .header-link .top-link-dropdown .customer-menu ul li:first-child a {
  padding: 7px 0px 5px 25px !important;
}
.header-container .header-link .top-link-dropdown .customer-menu ul li:first-child:after {
  display: none;
}
.header-container .header-content {
  padding: 10px 0 15px;
  position: relative;
  z-index: 100;
}
.header-container .header-content .account {
  display: none;
}
.header-container .header-content .customer-welcome {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.header-container .header-content .customer-welcome.active {
  overflow: visible;
}
.header-container .header-content .customer-welcome.active .customer-menu {
  display: block;
}
.header-container .header-content .customer-welcome.active .customer-menu ul {
  display: block;
}
.header-container .header-content .customer-welcome .customer-menu {
  display: inline-block;
}
.header-container .header-content .customer-welcome .customer-menu ul {
  background: none;
  border: 0;
  box-shadow: none;
  list-style: none none;
  box-sizing: border-box;
  margin-top: 20px;
  display: inline-block;
  position: inherit;
  width: 100%;
}
.header-container .header-content .customer-welcome .customer-menu ul:before,
.header-container .header-content .customer-welcome .customer-menu ul:after {
  display: none;
}
.header-container .header-content .customer-welcome .customer-menu ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 8px;
  position: relative;
}
.header-container .header-content .customer-welcome .customer-menu ul li:hover {
  background: none;
}
.header-container .header-content .customer-welcome .customer-menu ul li:after {
  content: "";
  background: #e5e5e5;
  height: 19px;
  width: 1px;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
}
.header-container .header-content .customer-welcome .customer-menu ul li a {
  display: inline-block;
  color: #777777;
  font-size: 18px;
  white-space: nowrap;
  padding: 0;
  background: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  font-family: 'helveticaneuemcs';
  text-transform: uppercase;
}
.header-container .header-content .customer-welcome .customer-menu ul li a:hover {
  color: #98b6ba;
}
.header-container .header-content .customer-welcome .customer-menu ul li a:hover:before {
  color: #98b6ba;
}
.header-container .header-content .customer-welcome .customer-menu ul li a:before {
  content: "\f007";
  display: inline-block;
  color: #000000;
  font-size: 30px;
  font-family: FontAwesome;
  font-weight: 300;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-container .header-content .customer-welcome .customer-menu ul li:last-child:after {
  display: none;
}
.header-container .header-content .customer-welcome .customer-menu ul li.welcome {
  display: none;
}
.header-container .header-content .customer-welcome .customer-menu ul li.compare a:before {
  content: "\f012";
}
.header-container .header-content .customer-welcome .customer-menu ul li.wishlist a:before {
  content: "\f004";
}
.header-container .header-content .customer-welcome .customer-menu ul li.authorization-link a:before {
  content: "\f023";
}
.header-container .logo-home {
  text-align: center;
  display: block;
  overflow: hidden;
}
.header-container .logo-home .logo {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
}
.header-container .logo-home .logo img {
  margin: 5px auto 0;
  height: auto;
}
.header-container .nav-toggle {
  display: none;
}
.header-container .header-mobile {
  padding: 30px 0 30px;
}
.header-container .header-mobile .header-mobile-container {
  position: relative;
}
.header-container .header-mobile .logo {
  margin: 0;
  position: absolute;
  left: 0;
  top: -6px;
  margin-top: 0;
}
.header-container .header-mobile .my-account {
  background: #333333;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  height: 100%;
  padding-top: 30px;
  width: 300px;
  overflow: auto;
  transform: translate(-320px, 0);
  -webkit-transform: translate(-320px, 0);
  -moz-transform: translate(-320px, 0);
  -ms-transform: translate(-320px, 0);
  -o-transform: translate(-320px, 0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-container .header-mobile .my-account:before {
  background: #f8484a;
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-container .header-mobile .my-account.open-box {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.header-container .header-mobile .my-account .close-icon {
  color: #f1f1f1;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}
.header-container .header-mobile .my-account .close-icon:hover {
  color: #98b6ba;
}
.header-container .header-mobile .my-account .close-icon:before {
  background: #f8484a;
  content: "\f00d";
  display: block;
  font-family: FontAwesome;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-container .header-mobile .my-account #tabs-menu .tabs {
  background: #f1f1f1;
}
.header-container .header-mobile .my-account #tabs-menu .tabs:after {
  content: "";
  display: table;
  clear: both;
}
.header-container .header-mobile .my-account #tabs-menu .tabs li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0;
}
.header-container .header-mobile .my-account #tabs-menu .tabs li.active a,
.header-container .header-mobile .my-account #tabs-menu .tabs li:hover a {
  background: #98b6ba;
}
.header-container .header-mobile .my-account #tabs-menu .tabs li a {
  background: #262626;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 40px;
  padding: 8px 10px;
  border: 1px solid #444444;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-container .header-mobile .my-account #tabs-menu .tabs-content {
  border-top: 2px solid #98b6ba;
}
.header-container .header-mobile .my-account #tabs-menu .tabs-content .tab-content {
  display: none;
  padding: 10px;
}
.header-container .header-mobile .my-account #tabs-menu .tabs-content .tab-content.active {
  display: block;
}
.header-container .header-mobile .my-account .header-info {
  display: block;
}
.header-container .header-mobile .my-account .header-info p {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 41px;
}
.header-container .header-mobile .my-account .header-info p:before {
  font-family: FontAwesome;
  font-size: 15px;
  color: #777777;
  content: "\f098";
  margin-right: 5px;
  float: left;
}
.header-container .header-mobile .my-account .header-info p:first-child {
  margin: 0;
}
.header-container .header-mobile .my-account .header-info .info:before {
  content: "\f199";
}
.header-container .header-mobile .my-account .social-header {
  border-bottom-color: 2px solid #e5e5e5;
  display: block;
  padding: 10px 0;
  margin-bottom: 15px;
  text-align: center;
}
.header-container .header-mobile .my-account .social-header li {
  display: inline-block;
}
.header-container .header-mobile .my-account .social-header li a {
  font-size: 20px;
  color: #777777;
  display: block;
  line-height: 21px;
}
.header-container .header-mobile .my-account .social-header li a:hover {
  color: #98b6ba;
}
.header-container .header-mobile .my-account .links .greet.welcome {
  display: none;
}
.header-container .header-mobile .my-account .links .customer-welcome {
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.header-container .header-mobile .my-account .links .customer-welcome.active a.account:after {
  content: "\f106";
}
.header-container .header-mobile .my-account .links .customer-welcome.active .customer-menu {
  display: block;
}
.header-container .header-mobile .my-account .links .customer-welcome a {
  display: block;
  border: 1px solid #444;
  padding: 10px;
  margin-bottom: 3px;
}
.header-container .header-mobile .my-account .links .customer-welcome a:hover {
  color: #fff;
}
.header-container .header-mobile .my-account .links .customer-welcome a.account {
  position: relative;
}
.header-container .header-mobile .my-account .links .customer-welcome a.account:after {
  position: absolute;
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.header-container .header-mobile .my-account .links .customer-welcome a i {
  display: none;
}
.header-container .header-mobile .my-account .links .customer-welcome .customer-menu {
  display: none;
}
.header-container .header-mobile .my-account .links .customer-welcome ul {
  box-shadow: none;
  border: 0;
  position: static;
  background: #fff;
  margin-bottom: 3px;
}
.header-container .header-mobile .my-account .links .customer-welcome ul:before,
.header-container .header-mobile .my-account .links .customer-welcome ul:after {
  display: none;
}
.header-container .header-mobile .my-account .links .customer-welcome ul li {
  background: none !important;
}
.header-container .header-mobile .my-account .links .customer-welcome ul li a {
  border: 0;
  margin: 0;
  font-size: 12px;
  padding: 5px 10px;
  background: none;
}
.header-container .header-mobile .my-account .links .customer-welcome ul li a:hover {
  color: #98b6ba;
}
.header-container .header-mobile .my-account .switcher .switcher-label {
  display: none;
}
.header-container .header-mobile .my-account .switcher .switcher-trigger {
  border: 1px solid #444;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  position: relative;
  margin-bottom: 3px;
}
.header-container .header-mobile .my-account .switcher .switcher-trigger.active:after {
  content: "\f106";
}
.header-container .header-mobile .my-account .switcher .switcher-trigger:after {
  position: absolute;
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.header-container .header-mobile .my-account .switcher .switcher-trigger strong span i {
  display: none;
}
.header-container .header-mobile .my-account .switcher .switcher-dropdown {
  background: #fff;
  margin-bottom: 3px;
}
.header-container .header-mobile .my-account .switcher .switcher-dropdown .switcher-option a {
  border: 0;
  margin: 0;
  font-size: 12px;
  padding: 8px 10px 6px;
  background: none;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.header-container .header-mobile .my-account .switcher .switcher-dropdown .switcher-option a:hover {
  color: #98b6ba;
}
.header-container .header-mobile .box-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 5px;
  z-index: 9;
}
.header-container .header-mobile .box-right .open-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.header-container .header-mobile .box-right .open-icon:after {
  content: "\f039";
  color: #666;
  display: block;
  font-family: FontAwesome;
  font-size: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 33px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-container .header-mobile .box-right .open-icon.close-icon:after {
  content: "\f00d";
}
.header-container .header-mobile .minicart-wrapper {
  float: none;
  display: inline-block;
  z-index: 9997;
  margin: 0;
  vertical-align: middle;
}
.header-container .header-mobile .minicart-wrapper .showcart {
  color: #666;
  position: relative;
}
.header-container .header-mobile .minicart-wrapper .showcart.active:before,
.header-container .header-mobile .minicart-wrapper .showcart:hover:before,
.header-container .header-mobile .minicart-wrapper .showcart.active:hover:before {
  content: "\f07a";
  color: #98b6ba;
  font-family: FontAwesome;
  font-size: 25px;
  margin-right: 0;
  vertical-align: middle;
  line-height: 30px;
}
.header-container .header-mobile .minicart-wrapper .showcart:before {
  content: "\f07a";
  color: #666;
  font-family: FontAwesome;
  font-size: 25px;
  margin-right: 0;
  vertical-align: middle;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.header-container .header-mobile .minicart-wrapper .showcart .text {
  position: static;
  display: none;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  width: auto;
  height: auto;
  text-transform: uppercase;
}
.header-container .header-mobile .minicart-wrapper .showcart .counter.qty {
  width: 21px;
  height: 21px;
  background: #98b6ba;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -8px;
  right: -8px;
  margin: 0;
}
.header-container .header-mobile .minicart-wrapper .block-minicart {
  border: 1px solid #e5e5e5;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .items-total .count {
  font-weight: normal;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .subtotal .label {
  font-weight: normal;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .subtotal .price-container {
  padding: .2em .6em .3em;
  margin: 5px;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
  background-color: #98b6ba;
  color: #fff;
  border-color: #98b6ba;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border-color: #e5e5e5;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-color: #e5e5e5;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-name a {
  color: #414141;
  text-decoration: none;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-name a:hover {
  color: #98b6ba;
  text-decoration: none;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-photo {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 3px;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details {
  padding-left: 120px;
  text-align: left;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .price {
  font-weight: 600 !important;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-pricing .label {
  width: auto;
  padding: 0;
  margin-right: 5px;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-pricing .update-cart-item {
  line-height: 32px;
  padding: 0 12px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
}
.header-container .header-mobile .minicart-wrapper .block-minicart .items-total {
  margin: 0 0 10px;
  font-weight: 700;
}
.header-container .header-mobile .block-search {
  /*! width: 100%; */
  padding: 0 60px 0 0 !important;
}
.header-container .header-mobile .block-search form.minisearch {
  border: 2px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.header-container .header-mobile .block-search .control {
  padding: 0;
}
.header-container .header-mobile .block-search input {
  border: 0;
  color: #adadad;
  height: 40px;
}
.header-container .header-mobile .block-search .action.search {
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 0;
  padding: 0;
}
.header-container .header-mobile .block-search .action.search:hover:before {
  color: #98b6ba;
}
.header-container .header-mobile .block-search .action.search:before {
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.wrapper-content {
  padding: 0 30px;
}
.greet.welcome {
  list-style: none;
  margin: 0;
  color: #999;
  text-align: left;
  /* width: 100%;*/
  padding: 0;
  font-size: 12px;
  line-height: 25px;
}
.greet.welcome:first-child {
  display: none;
}
.header-call {
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAMAAACnUt2HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQzc3QzVDMEY0ODkxMUU4OEU3Q0YzNTlBRkFDOTVBQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQzc3QzVCRkY0ODkxMUU4OEU3Q0YzNTlBRkFDOTVBQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRDQwOEU2Q0YyRUMxMUU4QjVFOUZGRTNGMjI5NzkyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRDQwOEU2REYyRUMxMUU4QjVFOUZGRTNGMjI5NzkyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn52Yw0AAAAMUExURZycnN7e3mZmZgAAALaasxcAAAAEdFJOU////wBAKqn0AAAAYElEQVR42pSQUQ7AIAhD2/T+d55WBwyXJesXvgR4AkkkIuQAUCGbCwdDIHc95sAzJhmdBbaCMwn9hGfV1VbqTiyeVFa3FPf+5clgSYGfcFmrX0Gk8Bm9nc7OivgXlwADAKuZANp7b67SAAAAAElFTkSuQmCC') no-repeat 0 50%;
  padding: 0 0 0 25px;
  margin: 0;
}
.header-call h2 {
  color: #333;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-family: 'helveticaneuemcs';
}
.header-call p {
  color: #333;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  font-family: 'helveticaneuemcs';
}
.header-bottom {
  position: relative;
  z-index: 9;
  background: #333;
}
.header-content .header-cart {
  float: none;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.header-content .minicart-wrapper {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAcCAMAAACj+uTiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzMkNFM0YzMUIzMTExRTk4ODVERjA1MjAwMTI2NTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzMkNFM0Y0MUIzMTExRTk4ODVERjA1MjAwMTI2NTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjMyQ0UzRjExQjMxMTFFOTg4NURGMDUyMDAxMjY1NzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjMyQ0UzRjIxQjMxMTFFOTg4NURGMDUyMDAxMjY1NzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5I+zEZAAAAYFBMVEWTk5Obm5sVFRXd3d14eHhfX1+NjY27u7v7+/sjIyM7Ozvj4+PR0dGhoaGurq5jY2OysrL29vaGhoYuLi40NDQICAhqamqqqqpUVFSmpqZPT09RUVEwMDArKyv///8AAACdkwMUAAAAyUlEQVR42pzS3Q6DIAwF4IpO1OHwf5vTnvd/yxUkcVvgZueCGD6lDZVYUqyvn6yPjhwgkl0kAxp7+Yi1Ig2xBhb+zuDFyFqUw2cWYBapY0UKSgk/MdHuntb76nfmtp29UBAlVZXboaM6pN8gPef+mwfzEmQ7TqurvnFvlFwiyHgIpitXJucA4FbuYA/tLPpqsu3s7ZTvru+oE3L7Q7qk6L9EJcQkRWOOitJ1oo6SIZn4aUDH8WmjZCYVAytDJprG7Sfjxf10bwEGAJkhSebv7uFqAAAAAElFTkSuQmCC') no-repeat 0 8px;
  float: none;
  display: inline-block;
  text-align: right;
  padding: 0 0 0 36px;
  cursor: pointer;
  margin: 0;
  color: #666;
  margin-top: 20px;
}
.header-content .minicart-wrapper:hover .block-minicart {
  display: block;
}
.header-content .minicart-wrapper .showcart {
  position: relative;
  padding: 16px 0px 16px 0;
  z-index: 100001;
  height: 100%;
  width: 100%;
}
.header-content .minicart-wrapper .showcart.active:before,
.header-content .minicart-wrapper .showcart:hover:before,
.header-content .minicart-wrapper .showcart.active:hover:before {
  content: "\f07a";
  color: #fff;
  font-family: FontAwesome;
  font-size: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.header-content .minicart-wrapper .showcart:before {
  display: none !important;
}
.header-content .minicart-wrapper .showcart .text {
  color: #666;
  text-transform: uppercase;
  margin: 0;
  font-family: 'helveticaneuemcs';
  padding: 0;
  /*vertical-align: top;*/
  text-align: left;
  line-height: 18px;
  margin-top: 0;
  position: relative;
  font-size: 18px;
}
.header-content .minicart-wrapper .showcart .it {
  display: block;
  line-height: 0;
  text-align: left;
  color: #999;
  font-size: 12px;
  margin: 0;
  padding: 4px 0;
  text-transform: inherit;
}
.header-content .minicart-wrapper .showcart .qty.empty {
  display: block !important;
}
.header-content .minicart-wrapper .showcart .counter.qty {
  color: #999;
  font-size: 12px;
  text-transform: inherit;
  width: 18px;
  height: 18px;
  line-height: 20px;
  background: none;
  border-radius: 100%;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 8px;
  left: 70px;
  margin: 0;
}
.header-content .minicart-wrapper .block-minicart {
  display: none;
  top: 48px;
  width: 265px;
  position: absolute;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: right;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
}
.header-content .minicart-wrapper .block-minicart:before,
.header-content .minicart-wrapper .block-minicart:after {
  display: none;
}
.header-content .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
  font-size: 11px;
  font-weight: 400;
}
.header-content .minicart-wrapper .block-minicart .subtitle.empty {
  font-size: 11px;
}
.header-content .minicart-wrapper .block-minicart .block-content .items-total {
  font-size: 11px;
}
.header-content .minicart-wrapper .block-minicart .block-content .items-total .count {
  font-weight: normal;
}
.header-content .minicart-wrapper .block-minicart .block-content .subtotal {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.header-content .minicart-wrapper .block-minicart .block-content .subtotal .label {
  font-weight: normal;
}
.header-content .minicart-wrapper .block-minicart .block-content .subtotal .price-container {
  display: inline;
}
.header-content .minicart-wrapper .block-minicart .block-content > .actions {
  display: block;
  float: left;
  clear: both;
  margin: 5px 0;
}
.header-content .minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.header-content .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: #98b6ba;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  font-size: 12px;
  clear: both;
  text-transform: capitalize;
  opacity: 0.8;
  padding: 5px 10px;
  line-height: 20px;
}
.header-content .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary:hover {
  background: #3e3d3e;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.header-content .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary:hover {
  opacity: 1;
}
.header-content .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: #98b6ba;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  font-weight: 600;
  display: block;
  width: 100%;
  text-transform: capitalize;
  opacity: 0.8;
  text-shadow: none;
  font-size: 12px;
  border-radius: 0;
}
.header-content .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
  background: #3e3d3e;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border-color: #e5e5e5;
  margin: 0;
  display: block;
  float: right;
  padding: 0;
  height: 280px !important;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:first-child {
  padding: 20px 0;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-color: #e5e5e5;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-name {
  margin: 0;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-name a {
  color: #666666;
  text-decoration: none;
  font-size: 12px;
  text-transform: capitalize;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-name a:hover {
  color: #98b6ba;
  text-decoration: none;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details {
  text-align: left;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .details-qty {
  display: none;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .price {
  font-weight: 300 !important;
  font-size: 12px !important;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .price-excluding-tax {
  margin: 0;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-pricing {
  float: left;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-pricing .label {
  width: auto;
  padding: 0;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-pricing .update-cart-item {
  line-height: 32px;
  padding: 0 12px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .item-qty {
  margin-right: 0px;
  text-align: center;
  width: 35px;
  border: none;
  color: #f55c59;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product.actions {
  float: left;
  margin: 10px 0 0 5px;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product.actions .primary {
  float: none;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .action {
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  border-radius: 3px;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .action.edit {
  background: url("../images/btn_edit.png") 0 0px no-repeat #2f2f2f;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .action.edit:hover {
  background: url("../images/btn_edit.png") 0 0px no-repeat #98b6ba;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .action.edit:before {
  display: none;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .action.delete {
  background: url("../images/btn_remove.png") 0 0 no-repeat #2f2f2f;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .action.delete:hover {
  background: url("../images/btn_remove.png") 0 0px no-repeat #98b6ba;
}
.header-content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .action.delete:before {
  display: none;
}
.header-content .minicart-wrapper .block-minicart .items-total {
  margin: 0;
}
.header-content .block-search {
  float: none;
  width: 100%;
  display: inline-block;
  margin: 0 0;
}
.header-content .block-search .block-title {
  display: none;
}
.header-content .block-search .block-content {
  padding: 40px 0px 0;
  margin: auto;
  width: 50%;
}
.header-content .block-search form.minisearch {
  position: relative;
  padding: 0 2px 0 0;
  width: 150%;
  float: left;
  margin: auto;
  margin-top: 0;
  background: #fff;
  border-bottom: 3px solid #333333;
}
.header-content .block-search input {
  font-size: 13px;
  margin: 0;
  border-color: #e4e4e4;
  border-radius: 3px;
  background: none;
  color: #777;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 3px 0 10px;
  width: 100%;
  border: 0;
}
.header-content .block-search input:focus {
  box-shadow: none;
}
.header-content .block-search .nested,
.header-content .block-search .label {
  display: none;
}
.header-content .block-search .action.search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  background: none;
  padding: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
  pointer-events: visible;
  z-index: 1;
}
.header-content .block-search .action.search:hover:before {
  color: #333;
}
.header-content .block-search .action.search:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  width: 32px;
  color: #333;
}
.header-content .block-search .action.search span {
  display: none;
}
.header-content .block-search .control {
  padding: 0;
  margin: 0;
}
/*Header-block---------------------------------------------*/
.header-block {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
}
.header-block .col {
  background: url(../images/bg-header-block.png) no-repeat 0 0;
  width: 100%;
  display: inline-block;
  padding: 5px 6px 5px 16px;
}
.header-block .h-box h2 {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'helveticaneuemcs';
  margin: 0;
  letter-spacing: 0.6px;
  float: left;
  line-height: 28px;
}
.header-block .h-box h3 {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'helveticaneuemcs';
  margin: 0 0 0 22px;
  letter-spacing: 2.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  float: left;
  line-height: 28px;
}
.header-block .h-box.col1 h2 {
  width: 100%;
  text-align: left;
  line-height: 18px;
}
.header-block .h-box.col1 p {
  color: #333333;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  background: url(../images/link-header-block.png) no-repeat scroll 130px 10px;
}
.header-block .h-link {
  display: inline-block;
  float: right;
}
.header-block .h-link a {
  display: inline-block;
  color: #333;
  font-size: 9px;
  padding: 8px 23px 8px 20px;
  line-height: 10px;
  background: url(../images/link-header-block.png) no-repeat 75px 10px #ffffff;
}
.header-block .h-link a:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RTg3N0QzOUM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RTg3N0QzOEM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj8sxgoAAAAsSURBVHjaYvj///8EIGYDYgYGIPEBiA8DsQSMAwKHYZyTMBmQHk6QHoAAAwC7STRRcAmxjAAAAABJRU5ErkJggg==') no-repeat scroll 75px 10px #333333;
  color: #fff;
}
.header-padding {
  padding: 0 30px;
}
/*--banner-slider-----------------------------*/
.banner-slider .owl-theme .owl-controls {
  margin: 0;
}
/*--banner-static-contain---------------------*/
.banner-static-contain {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.banner-static-contain img {
  width: 100%;
  display: block;
}
.banner-static-contain .banner-images {
  position: absolute;
  top: -20px;
  left: -10px;
}
.banner-static-contain .banner-text {
  position: absolute;
  top: 58px;
  left: 44px;
  display: inline-block;
  max-width: 150px;
}
.banner-static-contain .banner-text h2 {
  color: #2f2f2f;
  font-family: 'encorpada';
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.banner-static-contain .banner-text p {
  color: #999999;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  margin: 0;
}
.banner-static-contain .banner-link {
  display: inline-block;
  margin: 5px 0 0;
}
.banner-static-contain .banner-link a {
  color: #ffffff;
  font-size: 9px;
  line-height: 15px;
  display: inline-block;
  padding: 5px 23px 5px 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RTg3N0QzOUM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RTg3N0QzOEM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj8sxgoAAAAsSURBVHjaYvj///8EIGYDYgYGIPEBiA8DsQSMAwKHYZyTMBmQHk6QHoAAAwC7STRRcAmxjAAAAABJRU5ErkJggg==') no-repeat scroll 63px 10px #2f2f2f;
}
.banner-static-contain .banner-link a:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RTg3N0QzOUM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RTg3N0QzOEM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj8sxgoAAAAsSURBVHjaYvj///8EIGYDYgYGIPEBiA8DsQSMAwKHYZyTMBmQHk6QHoAAAwC7STRRcAmxjAAAAABJRU5ErkJggg==') no-repeat scroll 63px 10px #98b6ba;
}
/*banner-static-one----------------------------------------------*/
.banner-static-one {
  width: 100%;
  margin: 30px 0 0;
}
.banner-static-one img {
  display: block;
  width: 100%;
}
.banner-one {
  position: relative;
  overflow: hidden;
}
.banner-one:hover .banner-one-hover {
  width: 100%;
  height: 100%;
}
.banner-one .banner-one-hover {
  /*width: 0;
		height: 0;
		background: #000;
		opacity: 0.1;
		position: absolute;
		top: 0;
		left: 0;*/
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'Exo-Bold';
}
@media screen and (min-width: 768px) {
  .banner-one {
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .banner-one {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .banner-one {
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .banner-one {
    margin: 110px 110px 0;
  }
}
@media screen and (min-width: 1800px) {
  .banner-one {
    margin: 130px 130px 0;
  }
}
.banner-one2 .banner-one-text {
  margin: 50px 0;
}
.banner-one2 .banner-one-text h2 {
  color: #333333;
  border: 0;
  line-height: 30px;
  max-width: 215px;
  letter-spacing: 6px;
  min-height: inherit;
  margin: 0;
  padding: 0 0 8px;
}
.banner-one2 .banner-one-link {
  margin: 0 auto;
}
.banner-one2 .banner-one-link a {
  border: 1px solid #000000;
  color: #000000;
  padding: 3px 23px 3px 15px;
  margin: 13px 0 0;
  font-size: 1.2em;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RTg3N0QzOUM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RTg3N0QzOEM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj8sxgoAAAAsSURBVHjaYvj///8EIGYDYgYGIPEBiA8DsQSMAwKHYZyTMBmQHk6QHoAAAwC7STRRcAmxjAAAAABJRU5ErkJggg==') no-repeat scroll 118px 13px #ffffff;
}
.banner-one2 .banner-one-link a:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RTg3N0QzOUM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RTg3N0QzOEM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj8sxgoAAAAsSURBVHjaYvj///8EIGYDYgYGIPEBiA8DsQSMAwKHYZyTMBmQHk6QHoAAAwC7STRRcAmxjAAAAABJRU5ErkJggg==') no-repeat scroll 118px 13px #98b6ba;
}
.banner-one-text {
  left: 0;
  top: 0;
  margin: 72px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.banner-one-text h2 {
  font-family: 'sansbold';
  color: #fff;
  font-size: 23px;
  padding: 6px;
  max-width: 178px;
  min-height: 80px;
  border: 3px solid #fff;
  display: inline-block;
}
/*Products-Custom-----------------------------------------*/
.item .btn-quickview {
  display: none;
}
.item .item-inner {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.item .item-inner:hover .image-container .product-item-photo .image-rotator {
  opacity: 1;
  z-index: 1;
}
.item .item-inner:hover .image-container .actions-primary {
  bottom: 0;
}
.item .item-inner:hover .image-container .box-hover .add-to-links {
  right: 17px;
}
.item .item-inner:hover .box-info .product-reviews-summary {
  top: 0;
}
.item .item-inner .image-container {
  position: relative;
  z-index: 1;
}
.item .item-inner .image-container .btn-quickview {
  background: none;
  padding: 0;
  line-height: inherit;
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 2;
  margin: 3px 0 0;
}
.item .item-inner .image-container .btn-quickview span {
  background: url(../images/bg-details.png) no-repeat 0 0 #ffffff;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: inline-block;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  font-weight: normal;
  font-family: 'sansbold';
  font-size: 13px;
  color: #cccccc;
}
.item .item-inner .image-container .btn-quickview span:hover {
  background: url(../images/bg-details.png) no-repeat 0 0 #333333;
}
.item .item-inner .image-container .product-item-photo {
  display: block;
  width: 100%;
  padding: 0;
}
.item .item-inner .image-container .product-item-photo .product-image-container {
  width: 100% !important;
  display: block;
}
.item .item-inner .image-container .product-item-photo .image-rotator {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.item .item-inner .image-container .actions-primary {
  display: inline-block;
  float: none;
  width: 100%;
  position: absolute;
  bottom: -100%;
  text-align: center;
  z-index: 2;
}
.item .item-inner .image-container .actions-primary .action.tocart {
  background: #fff;
  border: 0;
  display: inline-block;
  border-radius: 100px 100px 0 0;
  text-indent: 0;
  width: 95px;
  min-height: 48px;
  padding: 7px 20px 3px;
  text-transform: uppercase;
  line-height: 19px;
}
.item .item-inner .image-container .actions-primary .action.tocart span {
  background: none !important;
  font-family: 'sansbold';
  font-size: 11px;
  color: #cccccc;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px;
}
.item .item-inner .image-container .actions-primary .action.tocart:hover {
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.item .item-inner .image-container .actions-primary .action.tocart:hover span {
  color: #666666;
}
.item .item-inner .image-container .add-to-links {
  bottom: 47px;
  display: block;
  position: absolute;
  right: -100%;
  width: 30px;
  z-index: 2;
  white-space: normal;
  padding: 0;
}
.item .item-inner .image-container .add-to-links .action {
  float: none;
  list-style: none outside none;
  text-align: center;
  width: auto;
  display: inline-block;
  margin: 3px 0 0;
}
.item .item-inner .image-container .add-to-links .action span {
  font-size: 10px;
  font-weight: normal;
  text-indent: -9999px;
  text-transform: uppercase;
  padding: 0;
  position: static;
  border: 0;
  height: 30px;
  width: 30px;
  display: block;
}
.item .item-inner .image-container .add-to-links .action.towishlist span {
  background: url(../images/bg-wishlist.png) no-repeat 0 0 #ffffff;
  color: #666666;
  font-family: 'OpenSansItalic';
}
.item .item-inner .image-container .add-to-links .action.towishlist span:hover {
  background: url(../images/bg-wishlist.png) no-repeat scroll 0 100% #333333;
}
.item .item-inner .image-container .add-to-links .action.tocompare span {
  background: url(../images/bg-compare.png) no-repeat scroll 0 0 #ffffff;
}
.item .item-inner .image-container .add-to-links .action.tocompare span:hover {
  background: url(../images/bg-compare.png) no-repeat scroll 0 100% #333333;
}
.item .item-inner .box-info {
  display: inline-block;
  width: 100%;
  margin: 5px 0 0;
}
.item .item-inner .box-info .box-name {
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.item .item-inner .box-info .name-rating {
  border-left: 2px solid #98b6ba;
  padding-left: 17px;
  margin-bottom: 20px;
}
.item .item-inner .box-info .name-rating .product-item-name {
  margin: 0 0 20px;
}
.item .item-inner .box-info .product-item-description {
  font-size: 14px;
  line-height: 22px;
}
.item .item-inner .box-info .item-price {
  float: right;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.item .item-inner .box-info .item-price .sale-off {
  background: #d4232b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  padding: 2px 8px 0;
  position: absolute;
  top: 12px;
  left: 38%;
}
.item .item-inner .box-info .product-reviews-summary {
  width: 100%;
  background: url(../images/bg-review.png) repeat;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  margin: 0;
  line-height: 16px;
  text-align: center;
  float: none;
  display: inline-block;
  font-size: 14px;
}
.item .item-inner .box-info .product-reviews-summary .reviews-actions {
  display: none;
}
.item .item-inner .product-item-actions {
  display: inline !important;
}
.product-item-name {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  margin: 0;
  min-height: 40px;
}
.product-item-name a {
  color: #666666;
  font-family: 'OpenSansRegular';
  font-size: 13px;
  text-transform: uppercase;
}
.product-item-name a:hover {
  color: #98b6ba;
  text-decoration: none;
}
.sale-new {
  line-height: 15px;
  text-align: left;
}
.sale-new .sale,
.sale-new .new {
  font-size: 13px;
  font-family: 'opensanssemibold';
  text-transform: uppercase;
}
.sale-new .sale {
  color: #ed6565;
}
.sale-new .new {
  color: #98b6ba;
  margin: 0 5px 0 0;
}
.price-label {
  display: none;
}
.price {
  white-space: nowrap !important;
}
.price-box {
  line-height: 20px;
}
.price-box .price {
  font-size: 13px;
  font-weight: normal;
  color: #666;
  font-family: 'OpenSansRegular';
}
.special-price {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  clear: both;
}
.special-price .price {
  font-size: 13px;
  font-weight: normal;
  color: #666;
  font-family: 'OpenSansRegular';
}
.old-price {
  margin: 0;
  line-height: 12px;
}
.old-price .price {
  font-weight: normal;
  color: #bbb;
  text-decoration: line-through;
  font-size: 13px;
  font-family: 'OpenSansItalic';
}
/*Page-top------------------------------*/
.item-inner img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
/*Title-------------------------------------------*/
.title-contents {
  background: url(../images/bg-title-block.png) repeat-x left center;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.group-title1 {
  min-width: 125px;
  background: #fff;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.group-title1 h2 {
  color: #666666;
  font-family: 'helveticaneuemcs';
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  padding: 5px 8px;
  text-transform: uppercase;
  border: 1px solid #dddddd;
}
/* Countdown------------------------------------ */
.item-content {
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 93px 20px 15px;
}
.item-content .product-item-name a {
  font-size: 20px !important;
  line-height: 23px !important;
}
.item-content .countdown-container {
  background: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.item-content .countdown-container .timer {
  width: 25%;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 15px 0;
}
.item-content .countdown-container .timer b {
  font-size: 30px;
  color: #d4232b;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.item-content .countdown-container .timer span {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
}
.item-content .countdown-container .sec {
  border: 0;
}
.item-content .price-cart {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
}
.item-content .price-cart .price-box {
  float: left;
  width: auto;
}
.item-content .price-cart .price-box .special-price {
  display: block;
}
.item-content .price-cart .price-box .special-price .price {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 600;
}
.item-content .price-cart .price-box .old-price {
  display: block;
  margin-bottom: 3px;
}
.item-content .price-cart .price-box .old-price .price {
  font-size: 18px;
  color: #999999;
  font-weight: 400;
}
.item-content .price-cart .product-item-actions {
  float: right;
  width: auto;
}
.item-content .price-cart .product-item-actions .action.primary {
  line-height: 40px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  border-radius: 3px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.item-content .price-cart .product-item-actions .action.primary:hover {
  background: #333;
}
/*Category-top------------------------------------*/
.catgrid .item {
  border-top: 4px solid #59b210;
  padding: 35px 0px 30px;
  display: inline-block;
  width: 100%;
}
.catgrid .item h3 {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.catgrid .item .catlist-content {
  margin-top: 25px;
}
.catgrid .item .catlist-content .cat-images {
  width: 170px;
  border: 1px solid #e5e5e5;
  float: left;
}
.catgrid .item .catlist-content ul {
  margin-left: 200px;
  padding-top: 10px;
}
.catgrid .item .catlist-content ul li a {
  color: #666666;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 13px;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.catgrid .item .catlist-content ul li a:hover {
  color: #98b6ba;
}
.catgrid .item .catlist-content ul li a:hover:before {
  background: #ffffff;
}
.catgrid .item .catlist-content ul li a:before {
  content: "";
  background: #999999;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 8px;
}
.catgrid .item .catlist-content ul li.link-category {
  margin-top: 10px;
  display: inline-block;
}
.catgrid .item .catlist-content ul li.link-category a {
  padding: 10px 20px 8px;
  background: #9b9b9b;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.catgrid .item .catlist-content ul li.link-category a:hover {
  background: #444444;
}
.catgrid .item .catlist-content ul li.link-category a:before {
  display: none;
}
/* Productstab----------------------------------- */
.producttab-container {
  margin-top: 48px;
}
.producttab-container .group-title1:after {
  width: 93%;
  height: 1px;
  background: #e5e5e5;
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
.producttab-container .group-title1 ul.tabs {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.producttab-container .group-title1 ul.tabs li {
  background: #fff;
  display: inline-block;
  color: #999999;
  font-size: 19px;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 30px 0 15px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  z-index: 2;
}
.producttab-container .group-title1 ul.tabs li:before {
  height: 7px;
  width: 7px;
  background: #999999;
  border-radius: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.producttab-container .group-title1 ul.tabs li:hover {
  color: #333;
  cursor: pointer;
}
.producttab-container .group-title1 ul.tabs li:hover:before {
  background: #ffffff;
}
.producttab-container .group-title1 ul.tabs li.active {
  color: #333333;
}
.producttab-container .group-title1 ul.tabs li.active:before {
  background: #ffffff;
}
.producttab-container .owl-container {
  margin: 0 -8px;
}
.producttab-container .owl-container .owl-item {
  padding: 0 8px;
}
/* Feature--------------------------------------- */
/*Recentproduct-----------------------------------*/
.recentproduct-container .owl-container {
  margin: 0 -8px;
}
.recentproduct-container .owl-container .owl-item {
  padding: 0 8px;
}
/*onsaleproduct_container_slider --------------------------*/
.footer-static-center {
  margin: 40px 0 0;
}
.featureproduct-slider .group-title1,
.onsaleproduct_container_slider .group-title1,
.newproductslider .group-title1,
.recentproduct-container .group-title1 {
  margin-bottom: 0;
}
.featureproduct-slider .feature-container,
.onsaleproduct_container_slider .feature-container,
.newproductslider .feature-container,
.recentproduct-container .feature-container,
.featureproduct-slider .recentproduct-slider,
.onsaleproduct_container_slider .recentproduct-slider,
.newproductslider .recentproduct-slider,
.recentproduct-container .recentproduct-slider,
.featureproduct-slider .onsaleproduct-container-slider,
.onsaleproduct_container_slider .onsaleproduct-container-slider,
.newproductslider .onsaleproduct-container-slider,
.recentproduct-container .onsaleproduct-container-slider,
.featureproduct-slider .newproductslider-container-slider,
.onsaleproduct_container_slider .newproductslider-container-slider,
.newproductslider .newproductslider-container-slider,
.recentproduct-container .newproductslider-container-slider {
  margin-top: 25px;
}
.featureproduct-slider .owl-wrapper,
.onsaleproduct_container_slider .owl-wrapper,
.newproductslider .owl-wrapper,
.recentproduct-container .owl-wrapper {
  width: 100% !important;
}
.featureproduct-slider .owl-wrapper .owl-item,
.onsaleproduct_container_slider .owl-wrapper .owl-item,
.newproductslider .owl-wrapper .owl-item,
.recentproduct-container .owl-wrapper .owl-item {
  width: 100% !important;
}
.featureproduct-slider .item,
.onsaleproduct_container_slider .item,
.newproductslider .item,
.recentproduct-container .item {
  width: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
  margin: 0 0 13px;
  padding: 0 0 15px;
  display: inline-block;
}
.featureproduct-slider .item:last-child,
.onsaleproduct_container_slider .item:last-child,
.newproductslider .item:last-child,
.recentproduct-container .item:last-child {
  background: none;
  margin: 0;
  padding: 0;
}
.featureproduct-slider .item .item-inner .image-container,
.onsaleproduct_container_slider .item .item-inner .image-container,
.newproductslider .item .item-inner .image-container,
.recentproduct-container .item .item-inner .image-container {
  float: left;
  padding: 0;
  width: 80px;
}
.featureproduct-slider .item .item-inner .des,
.onsaleproduct_container_slider .item .item-inner .des,
.newproductslider .item .item-inner .des,
.recentproduct-container .item .item-inner .des {
  margin-left: 95px;
  text-align: left;
}
.featureproduct-slider .item .item-inner .des .product-item-name,
.onsaleproduct_container_slider .item .item-inner .des .product-item-name,
.newproductslider .item .item-inner .des .product-item-name,
.recentproduct-container .item .item-inner .des .product-item-name {
  text-align: left;
  line-height: 20px;
}
.featureproduct-slider .item .item-inner .des .product-item-name a,
.onsaleproduct_container_slider .item .item-inner .des .product-item-name a,
.newproductslider .item .item-inner .des .product-item-name a,
.recentproduct-container .item .item-inner .des .product-item-name a {
  text-transform: capitalize;
}
.featureproduct-slider .item .item-inner .des .product-reviews-summary,
.onsaleproduct_container_slider .item .item-inner .des .product-reviews-summary,
.newproductslider .item .item-inner .des .product-reviews-summary,
.recentproduct-container .item .item-inner .des .product-reviews-summary {
  margin: 10px 0 0 !important;
  width: 100%;
  text-align: left;
  display: inherit;
  float: left;
  line-height: 10px;
}
.featureproduct-slider .item .item-inner .des .product-reviews-summary .rating-summary .rating-result > span:before,
.onsaleproduct_container_slider .item .item-inner .des .product-reviews-summary .rating-summary .rating-result > span:before,
.newproductslider .item .item-inner .des .product-reviews-summary .rating-summary .rating-result > span:before,
.recentproduct-container .item .item-inner .des .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #f8dd5e;
}
.featureproduct-slider .item .item-inner .des .product-reviews-summary .reviews-actions,
.onsaleproduct_container_slider .item .item-inner .des .product-reviews-summary .reviews-actions,
.newproductslider .item .item-inner .des .product-reviews-summary .reviews-actions,
.recentproduct-container .item .item-inner .des .product-reviews-summary .reviews-actions {
  display: none;
}
.featureproduct-slider .item .item-inner .des .item-price,
.onsaleproduct_container_slider .item .item-inner .des .item-price,
.newproductslider .item .item-inner .des .item-price,
.recentproduct-container .item .item-inner .des .item-price {
  float: left;
  display: inherit;
  margin: 6px 0 0;
  width: 100%;
}
.featureproduct-slider .item .item-inner .des .item-price .price-box .old-price .price,
.onsaleproduct_container_slider .item .item-inner .des .item-price .price-box .old-price .price,
.newproductslider .item .item-inner .des .item-price .price-box .old-price .price,
.recentproduct-container .item .item-inner .des .item-price .price-box .old-price .price {
  font-size: 12px;
  font-family: 'OpenSansRegular';
  color: #bbb;
}
.featureproduct-slider .item .item-inner .des .item-price .price-box .price,
.onsaleproduct_container_slider .item .item-inner .des .item-price .price-box .price,
.newproductslider .item .item-inner .des .item-price .price-box .price,
.recentproduct-container .item .item-inner .des .item-price .price-box .price {
  color: #98b6ba;
  font-size: 16px;
  font-family: 'opensanssemibold';
}
/*Categorytab-------------------------------------*/
.categorytab-container .owl-container .owl-carousel .owl-controls .owl-buttons div {
  top: 100px;
}
.categorytab-container .owl-container .owl-item .item .item-inner .btn-quickview {
  right: 1px;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info {
  margin: 0;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .product-item-name {
  text-align: center;
  margin: 5px 0 0;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .item-price {
  width: 100%;
  text-align: center;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .item-price .special-price {
  clear: inherit;
  width: auto;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .item-price .old-price {
  display: inline-block;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .ratings {
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 15px;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .ratings .product-reviews-summary {
  position: static;
  background: none;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .ratings .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #666;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .box-hover {
  float: none;
  padding: 0;
  text-align: center;
  width: 100%;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .box-hover .product-item-actions {
  display: inline-block !important;
  margin: 7px 0 0;
  line-height: 0;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .box-hover .product-item-actions .actions-primary {
  display: inherit !important;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .box-hover .product-item-actions .action.tocart {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 19px;
  padding: 6px 30px;
  height: auto;
  width: 100%;
  text-indent: 0;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .box-hover .product-item-actions .action.tocart:hover {
  background: #333333;
  border: 1px solid #333333;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .box-hover .product-item-actions .action.tocart:hover span {
  color: #fff;
}
.categorytab-container .owl-container .owl-item .item .item-inner .box-info .box-hover .product-item-actions .action.tocart span {
  background: none !important;
  border: 0 none;
  color: #666666;
  white-space: pre-wrap;
  font-family: 'helveticaneuecn';
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
}
.categorytab-container .group-title1 {
  display: none;
}
.categorytab-container .box-title-category {
  background: url(../images/bg-title.png) repeat-x scroll center center rgba(0, 0, 0, 0);
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.categorytab-container ul.tabs {
  background: #FFFFFF;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 13px;
}
.categorytab-container ul.tabs li {
  border: 1px solid #DDDDDD;
  color: #BBBBBB;
  display: inline-block;
  float: none;
  font-family: 'helveticaneuemcs';
  font-size: 15px;
  margin: 0 8px 0 0;
  line-height: 22px;
  padding: 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.categorytab-container ul.tabs li:hover {
  color: #333;
  cursor: pointer;
}
.categorytab-container ul.tabs li.active {
  border: 1px solid #555555;
  color: #333333;
  font-weight: normal;
}
/*Vmegamenu---------------------------------------*/
.cms-index-index .pt_vmegamenu {
  position: absolute;
}
.cms-index-index .pt_custommenu {
  border: 0;
}
.nav-container {
  border: 0;
  width: 100%;
}
/*Newsletter Popup ---------------------------------------*/
#newsletter_pop_up {
  /*background: #fff !important;*/
  color: #FFFFFF;
  display: none;
  margin: -195px 0 0 !important;
  min-width: 450px;
  padding: 25px 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
}
#newsletter_pop_up .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 60px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}
#newsletter_pop_up .content #newsletter-validate-details .label {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #7d7d7d;
  margin: 15px 0;
  white-space: pre-line;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
  display: block;
}
#newsletter_pop_up .content #newsletter-validate-details #newsletters {
  margin: 0 0 20px;
  width: 380px;
  height: 41px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
  background: #ebebeb;
  color: #333;
}
#newsletter_pop_up .content #newsletter-validate-details #newsletters-error {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #ff0000;
}
#newsletter_pop_up .content #newsletter-validate-details .subscribe-bottom {
  margin-top: 15px;
}
#newsletter_pop_up .content #newsletter-validate-details .subscribe-bottom input {
  vertical-align: top;
}
#newsletter_pop_up .content #newsletter-validate-details .subscribe-bottom label {
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 4px;
  line-height: 13px;
}
#newsletter_pop_up .content .b-close {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  min-width: 70px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0;
  position: absolute;
  top: -25px;
  right: 0;
}
#newsletter_pop_up .content .b-close:after {
  content: "close";
  font-size: 10px;
}
/*Banner-static-----------------------------------*/
.banner-static {
  margin: 35px 0 60px;
}
.banner-static .col:hover a:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 740%, 0px);
}
.banner-static .col a {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 9;
}
.banner-static .col a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200%;
  height: 50%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transition: transform 0.9s ease 0s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -130%, 0px);
  z-index: 9;
}
/*Banner-Center--------------------------------------*/
.banner-center {
  margin-top: 40px;
}
.banner-center .col:hover a:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 740%, 0px);
}
.banner-center .col a {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 9;
}
.banner-center .col a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200%;
  height: 50%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transition: transform 0.9s ease 0s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -130%, 0px);
  z-index: 9;
}
/*Banner-left-------------------------------*/
.banner-left {
  position: relative;
  overflow: hidden;
  margin: 35px 0 0;
}
.banner-left .link-banner-left {
  margin: 0 auto;
  max-width: 168px;
}
.banner-left .link-banner-left a {
  background: url(../images/link-header-block.png) no-repeat scroll 107px 13px #ffffff;
  color: #333333;
  display: inline-block;
  font-size: 11px;
  margin: 13px 0 0;
  padding: 3px 23px 3px 15px;
}
.banner-left .link-banner-left a:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RTg3N0QzOUM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RTg3N0QzOEM2MDIxMUUzOUQyMjhDRDVBRjgyMENDOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj8sxgoAAAAsSURBVHjaYvj///8EIGYDYgYGIPEBiA8DsQSMAwKHYZyTMBmQHk6QHoAAAwC7STRRcAmxjAAAAABJRU5ErkJggg==') no-repeat scroll 107px 13px #98b6ba;
  color: #fff;
}
.banner-left-text {
  display: inline-block;
  left: 0;
  margin: 105px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.banner-left-text h2 {
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'sansbold';
  font-size: 23px;
  max-width: 178px;
  min-height: 80px;
  padding: 6px;
}
/*Banner-products-------------------------------*/
.banner-products {
  padding: 55px 40px;
  text-align: center;
  background: #e9e9e9;
  margin: 0 0 45px;
  display: inline-block;
  width: 100%;
}
.banner-products h2 {
  font-size: 30px;
  color: #6a6a6a;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-index-index .page-header {
  padding: 0 30px 10px !important;
}
.checkout-container {
  padding: 0 30px;
}
.checkout-container .authentication-dropdown._show {
  border: 0 !important;
  background: #f5f5f5 !important;
}
.checkout-container .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #f55c59;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #f55c59;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.checkout-container .opc-wrapper .step-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout-container .opc-wrapper .fieldset > .field:not(.choice) > .label {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: auto;
  float: none;
  margin: 0 0 8px;
}
.checkout-container .opc-wrapper .fieldset > .field:not(.choice) > .label:after {
  position: static;
  margin: 0;
}
.checkout-container .opc-wrapper .fieldset > .field:not(.choice) > .control {
  width: auto;
  float: none;
}
.checkout-container .opc-wrapper .fieldset > .field:not(.choice) > .control .label {
  padding: 0;
}
.checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 20px;
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.main {
  margin: 0 auto;
  padding: 30px 0 !important;
  text-align: left;
}
.main-content {
  margin: 0;
}
.main-content .owl-theme .owl-controls .owl-buttons {
  right: 8px;
}
.main-content .owl-theme .owl-controls .owl-buttons .owl-page:hover span,
.main-content .owl-theme .owl-controls .owl-buttons .owl-page.active span {
  background: #fff;
}
.main-content .owl-theme .owl-controls .owl-buttons .owl-page span {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: none;
  margin: 4px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.main-content .brand-slider {
  background: url(../images/scrolldown.jpg) no-repeat fixed 50% 0;
}
.main-content .brand-slider .brandslider-container {
  background: url(../images/repeate-scrolldown.png) repeat;
  height: 100%;
  margin: -65px 0px 0px 0px;
}
.main-content .brand-slider .brandslider-container .container-inner {
  position: relative;
  padding: 36px 41px;
  max-width: 100% !important;
}
.main-content .brand-slider .pt-brand-container {
  margin: 10px 0;
  max-width: 100% !important;
  min-height: 75px;
}
.main-content .brand-slider .pt-brand-container .group-title1 {
  display: none;
}
.main-content .brand-slider .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons {
  right: 15px;
}
.main-content .brand-slider .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons div {
  top: 25px;
}
.main-content .brand-slider .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -31px;
}
.main-content .brand-slider .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: -31px;
}
.main-content .brand-slider .pt-brand-container .owl-wrapper-outer .owl-item {
  padding: 0 15px;
}
.main-content .brand-slider .pt-brand-container .owl-wrapper-outer .owl-item.active:last-child {
  border: 0;
}
.main-content .brand-slider .pt-brand-container .owl-wrapper-outer .owl-item .item-inner p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main-content .brand-slider {
    background: url(../images/scrolldown.jpg) no-repeat fixed 50% 0;
  }
  .main-content .brand-slider .brandslider-container {
    background: url(../images/repeate-scrolldown.png) repeat;
    height: 100%;
    margin: -280px 0px 0px 0px;
  }
  .main-content .brand-slider .brandslider-container .container-inner {
    position: relative;
    padding: 36px 41px;
    max-width: 100% !important;
  }
  .main-content .brand-slider .pt-brand-container {
    margin: 10px 0;
    max-width: 100% !important;
    min-height: 75px;
  }
  .main-content .brand-slider .pt-brand-container .group-title1 {
    display: none;
  }
  .main-content .brand-slider .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons {
    right: 15px;
  }
  .main-content .brand-slider .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons div {
    top: 25px;
  }
  .main-content .brand-slider .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    left: -31px;
  }
  .main-content .brand-slider .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: -31px;
  }
  .main-content .brand-slider .pt-brand-container .owl-wrapper-outer .owl-item {
    padding: 0 15px;
  }
  .main-content .brand-slider .pt-brand-container .owl-wrapper-outer .owl-item.active:last-child {
    border: 0;
  }
  .main-content .brand-slider .pt-brand-container .owl-wrapper-outer .owl-item .item-inner p {
    margin: 0;
  }
}
.main-content .products-list .products {
  margin: 0;
}
.main-content .products-list .item:last-child {
  margin-bottom: 0;
}
.main-content .products-list .item .item-inner {
  margin: 0 0 30px;
  padding: 0 0 15px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
  clear: both;
  width: 100%;
  display: block;
}
.main-content .products-list .item .item-inner .image-container {
  overflow: inherit;
}
.main-content .products-list .item .item-inner .image-container .btn-quickview {
  display: none;
}
.main-content .products-list .item .item-inner .f-fix {
  float: left;
  width: 100%;
}
.main-content .products-list .item .item-inner .f-fix .name {
  float: left;
}
.main-content .products-list .item .item-inner .f-fix .name a {
  text-transform: uppercase;
  font-family: 'helveticaneuecn';
  font-size: 18px;
  color: #666;
}
.main-content .products-list .item .item-inner .f-fix .name a:hover {
  color: #98b6ba;
  text-decoration: none;
}
.main-content .products-list .item .item-inner .f-fix .product-item-description {
  clear: both;
  font-size: 12px;
  color: #666666;
  padding: 0 0 15px;
  margin: 0;
  float: left;
  width: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
}
.main-content .products-list .item .item-inner .f-fix .product-item-description p {
  margin: 0;
  display: inline;
}
.main-content .products-list .item .item-inner .f-fix .product-item-description a {
  font-size: 12px;
  color: #98B6BA;
  margin: 0 0 0 10px;
}
.main-content .products-list .item .item-inner .f-fix .product-item-description a:hover {
  color: #666;
}
.main-content .products-list .item .item-inner .f-fix .box-hover {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .product-item-actions {
  float: none;
  display: inline-block !important;
  width: 100%;
  margin: 0;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .actions-primary {
  float: left;
  margin: 0 10px 0 0;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .actions-primary .action.tocart {
  line-height: 20px;
  background: none;
  height: auto;
  width: auto;
  border: 1px solid #dddddd;
  padding: 6px 16px;
  border-radius: 0;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .actions-primary .action.tocart:hover {
  background: #333;
  border: 1px solid #333;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .actions-primary .action.tocart:hover span {
  color: #fff;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .actions-primary .action.tocart span {
  padding: 0;
  border: 0;
  letter-spacing: 1px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
  text-transform: uppercase;
  font-family: 'helveticaneuecn';
}
.main-content .products-list .item .item-inner .f-fix .box-hover .add-to-links .action {
  float: left;
  margin: 0 10px 0 0;
  line-height: 20px;
  background: none;
  height: auto;
  width: auto;
  border: 1px solid #dddddd;
  padding: 6.5px 25px;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .add-to-links .action:before {
  display: none;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .add-to-links .action:hover {
  background: #333;
  border: 1px solid #333;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .add-to-links .action:hover span {
  color: #fff;
}
.main-content .products-list .item .item-inner .f-fix .box-hover .add-to-links .action span {
  padding: 0;
  border: 0;
  letter-spacing: 1px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
  position: static;
  text-transform: uppercase;
  font-family: 'helveticaneuecn';
  width: 100%;
  height: 100%;
}
.main-content .products-list .item .item-inner .price-box {
  float: right;
  margin: 0;
  width: auto;
  display: block;
  line-height: inherit;
}
.main-content .products-list .item:last-child .item-inner {
  border: 0;
}
.main-content .products-list .list-box {
  float: left;
  width: 100%;
  padding: 0;
}
.main-content .products-list .list-box .name-price,
.main-content .products-list .list-box .sale-review {
  display: inline-block;
  width: 100%;
  text-align: left;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
  padding: 3px 0;
  vertical-align: middle;
}
.main-content .products-list .product-name a {
  text-transform: uppercase;
  font-family: 'helveticaneuecn';
  font-size: 18px;
  color: #666;
}
.main-content .products-list .special-price,
.main-content .products-list .regular-price {
  display: inline-block;
}
.main-content .products-list .special-price .price,
.main-content .products-list .regular-price .price {
  font-size: 13px;
  font-weight: normal;
  color: #666;
  font-family: 'OpenSansRegular';
}
.main-content .products-list .special-price {
  clear: none;
  width: auto;
  margin: 0 5px 0 0;
}
.main-content .products-list .old-price .price {
  font-weight: normal;
  color: #bbb;
  text-decoration: line-through;
  font-size: 13px;
  font-family: 'OpenSansItalic';
}
.main-content .products-list .sale-new {
  float: left;
  line-height: 32px;
}
.main-content .products-list .product-reviews-summary {
  float: right;
  margin: 0;
  line-height: 30px;
}
.main-content .products-list .product-reviews-summary .reviews-actions {
  display: none;
}
.main-content .products-list .product-reviews-summary .rating-summary {
  vertical-align: middle;
}
.main-content .products-list .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #98b6ba;
}
.main-content .products-grid .products .item:hover {
  border: 1px solid;
  -webkit-box-shadow: 0px 0px 12px -1px #000000;
  -moz-box-shadow: 0px 0px 12px -1px #000000;
  box-shadow: 0px 0px 12px -1px #000000;
}
.main-content .products-grid .products .item {
  margin-bottom: 20px;
  padding: 0 25px;
  float: left;
  width: 20%;
}
.main-content .products-grid .products .item:nth-of-type(5n+1) {
  clear: left;
}
.main-content .products-grid .products .item .item-inner {
  width: 100%;
  overflow: hidden;
}
.main-content .products-grid .products .item .item-inner .image-container .add-to-links {
  display: none;
  bottom: 18px;
}
.main-content .products-grid .products .item .item-inner .image-container .add-to-links .action {
  float: none;
  list-style: none outside none;
  margin: 10px 0 0;
  text-align: center;
  width: auto;
}
.main-content .products-grid .products .item .item-inner .image-container .add-to-links .actions-primary {
  background: none;
  padding: 0;
  line-height: inherit;
  position: static;
  width: 100%;
  z-index: 2;
  margin: 3px 0 0;
}
.main-content .products-grid .products .item .item-inner .image-container .add-to-links .actions-primary .action.tocart {
  background: url(../images/bg-cart.png) no-repeat 0 0 #ffffff;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  font-weight: normal;
  font-family: 'sansbold';
  font-size: 13px;
  color: #cccccc;
  right: 0;
  min-height: 30px;
  padding: 0;
  border-radius: 0;
}
.main-content .products-grid .products .item .item-inner .image-container .add-to-links .actions-primary .action.tocart:hover {
  background: url(../images/bg-cart.png) no-repeat 0 0 #333333;
}
.main-content .products-grid .products .item .item-inner .image-container .btn-quickview {
  display: none;
}
.main-content .products-grid .products .item .item-inner .box-info .box-name {
  width: 100%;
  line-height: 20px;
}
.main-content .products-grid .products .item .item-inner .box-info .product-item-name a {
  /*	text-transform:capitalize; */
  font-size: 13px;
  font-family: "Exo-Bold";
}
.main-content .products-grid .products .item .item-inner .box-info .item-price {
  width: 100%;
  text-align: center;
  margin: 10px 0px;
}
.main-content .products-grid .products .item .item-inner .box-info .item-price .price {
  font-size: 20px;
  font-family: "Exo-Bold";
  color: #e6c9a9;
}
.main-content .products-grid .products.grid {
  margin: 0 -15px 30px;
}
.main-content .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  min-width: 0;
  position: relative;
  overflow: visible;
}
.main-content .swatch-attribute.color .swatch-attribute-options .swatch-option:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid transparent;
  border-radius: 100%;
}
.main-content .swatch-attribute.color .swatch-attribute-options .swatch-option.selected {
  outline: 0;
}
.main-content .swatch-attribute.color .swatch-attribute-options .swatch-option.selected:before {
  border-color: #98b6ba;
}
.main-content .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):hover,
.main-content .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):hover {
  outline: 0;
}
.main-content .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):hover:before,
.main-content .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):hover:before {
  border-color: #98b6ba;
}
.main-content .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background: none;
  padding: 0 5px;
  line-height: 20px;
}
.main-content .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #98b6ba;
}
.main-content .swatch-attribute .swatch-attribute-options .swatch-option:not(.disabled):hover {
  outline: 1px solid #98b6ba;
}
.main-content .cart-container .cart-summary {
  background: #f8f8f8;
  padding: 1px 18px 22.5px;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 2;
  border-radius: 0;
}
.main-content .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.main-content .cart-container .cart-summary .block.shipping > .title,
.main-content .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .block.shipping > .title:after,
.main-content .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.main-content .cart-container .cart-summary .block.shipping > .title strong,
.main-content .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .field.note,
.main-content .cart-container .cart-summary .block.discount .field.note {
  font-size: 14px;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.main-content .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
.main-content .cart-container .cart-summary .block.shipping select,
.main-content .cart-container .cart-summary .block.discount select,
.main-content .cart-container .cart-summary .block.shipping input,
.main-content .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
  width: 100%;
}
.main-content .cart-container .cart-summary .block.shipping .item-title,
.main-content .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin: 0 0 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-options,
.main-content .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .radio,
.main-content .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .label,
.main-content .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.main-content .cart-container .cart-summary .cart-totals th,
.main-content .cart-container .cart-summary .cart-totals td {
  border: none;
}
.main-content .cart-container .cart-summary .cart-totals th label,
.main-content .cart-container .cart-summary .cart-totals td label {
  padding: 0;
}
.main-content .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.main-content .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .checkout button {
  font-size: 14px;
  white-space: inherit;
  line-height: 16px;
  padding: 10px 28px !important;
}
.main-content .cart-container .cart-summary .message.warning {
  font-size: 12px;
}
.main-content .cart-container .form-cart .cart.table-wrapper .product-item-name {
  margin-top: 13px;
}
.main-content .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #5a5a5a;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 10px;
  text-transform: capitalize;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody {
  border: 1px solid #e5e5e5;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  color: #333;
  font-weight: 600;
  font-size: 20px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col.subtotal {
  border-right: 1px solid #e5e5e5;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action {
  border: none;
  font-size: 0;
  padding: 0;
  margin: 5px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action:hover:before {
  color: #98b6ba;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action:before {
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action.action-delete:before {
  content: '\e604';
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action.action-edit:before {
  content: '\f044';
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 27px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody.cart.item:nth-of-type(2n+2) {
  background: #f8f8f8;
}
.main-content .cart-container .form-cart .cart.actions .action {
  margin-bottom: 10px;
  font-size: 12px;
}
.main-content .cart-container .form-cart .cart.actions .action.continue {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: #98b6ba;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.main-content .cart-container .form-cart .cart.actions .action.continue:hover {
  background: #3e3d3e;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.main-content .cart-container .form-cart .cart.actions .action:before {
  line-height: inherit;
}
.main-content .block.crosssell > .title {
  color: #5a5a5a;
  text-transform: uppercase;
}
.main-content .checkout-success .actions-toolbar {
  margin-top: 30px;
}
/*custom all-------------------------------------------*/
.customer-account-login .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title {
  margin: 30px 0 30px;
}
.customer-account-create .actions-toolbar {
  margin: 0 !important;
}
.customer-account-create .actions-toolbar .primary {
  float: right;
}
.customer-account-create .actions-toolbar .secondary {
  float: left;
}
/*custom_banner------------------------------*/
.custom_banner {
  margin: 40px 0 0;
}
.custom_banner img {
  width: 100%;
}
.custom_banner img:hover {
  opacity: 0.8;
}
.cms-index-index .footer-static-center-one {
  width: 100%;
  margin: 0;
}
.center-one-bottom {
  background: none;
  width: 100%;
  padding: 0;
}
.center-one-title {
  background: url(../images/bg-title-block.png) repeat-x scroll left center;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.center-one-title h2 {
  background: #fff;
  color: #666;
  font-family: 'helveticaneuemcs';
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
}
.center-one-content {
  margin: 20px 0 0;
}
.center-one-content p {
  color: #666;
  line-height: 20px;
  font-size: 12px;
  text-transform: inherit;
  margin: 0;
}
.footer-static-center-one {
  background: none;
  width: 100%;
  margin: 0;
}
.footer-static-center-one .f-one {
  float: left;
  margin: 0 10px 0 0;
}
.footer-static-center-one .f-one a {
  text-indent: -9999px;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #dddddd;
}
.footer-static-center-one .flow a {
  background: url(../images/bg-flow.png) no-repeat 0 0;
}
.footer-static-center-one .flow a:hover {
  background: url(../images/bg-flow.png) no-repeat 0 -40px #333333;
  border: 1px solid #333333;
}
.footer-static-center-one .twitter a {
  background: url(../images/bg-twitter.png) no-repeat 0 0;
}
.footer-static-center-one .twitter a:hover {
  background: url(../images/bg-twitter.png) no-repeat 0 -40px #333333;
  border: 1px solid #333333;
}
.footer-static-center-one .tumblr a {
  background: url(../images/bg-tumblr.png) no-repeat 0 0;
}
.footer-static-center-one .tumblr a:hover {
  background: url(../images/bg-tumblr.png) no-repeat 0 -40px #333333;
  border: 1px solid #333333;
}
.footer-static-center-one .sky a {
  background: url(../images/bg-sky.png) no-repeat 0 0;
}
.footer-static-center-one .sky a:hover {
  background: url(../images/bg-sky.png) no-repeat 0 -40px #333333;
  border: 1px solid #333333;
}
.footer-static-center-one .facebook a {
  background: url(../images/bg-facebook.png) no-repeat 0 0;
}
.footer-static-center-one .facebook a:hover {
  background: url(../images/bg-facebook.png) no-repeat 0 -40px #333333;
  border: 1px solid #333333;
}
.footer-static-center-one .google a {
  background: url(../images/bg-google.png) no-repeat 0 0;
}
.footer-static-center-one .google a:hover {
  background: url(../images/bg-google.png) no-repeat 0 -40px #333333;
  border: 1px solid #333333;
}
.footer-static-center-one .pinterest a {
  background: url(../images/bg-pinterest.png) no-repeat 0 0;
}
.footer-static-center-one .pinterest a:hover {
  background: url(../images/bg-pinterest.png) no-repeat 0 -40px #333333;
  border: 1px solid #333333;
}
.footer-static-center-one .block.newsletter {
  width: auto;
  margin: 0;
}
.footer-static-center-one .block.newsletter .field {
  margin: 0;
}
.footer-static-center-one .block.newsletter .field .text-newletter,
.footer-static-center-one .block.newsletter .field .label {
  display: none;
}
.footer-static-center-one .block.newsletter .field .control {
  background: #fff;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: left;
  margin: 0;
  border: 1px solid #dfdfdf;
}
.footer-static-center-one .block.newsletter .field .control:before {
  display: none;
}
.footer-static-center-one .block.newsletter .field .control input {
  background: none;
  color: #666;
  display: block;
  padding: 0 112px 0 10px;
  font-size: 12px;
  height: 34px;
  border: 0;
  width: 100%;
}
.footer-static-center-one .block.newsletter .field .control input:focus {
  outline: none;
  box-shadow: none;
}
.footer-static-center-one .block.newsletter .field .control #newsletter-error {
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: #ff0000;
}
.footer-static-center-one .block.newsletter .field .control .actions {
  position: absolute;
  top: 2px;
  right: 2px;
  width: auto;
}
.footer-static-center-one .block.newsletter .field .control .actions button.subscribe {
  border-radius: 0;
  background: #98b6ba;
  line-height: 34px;
  display: block;
  padding: 0 16px;
  border: 0 none;
  color: #fff;
  font-family: 'helveticaneuecn';
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-static-center-one .block.newsletter .field .control .actions button.subscribe:hover {
  background: #585658;
}
.footer-static-center-one .social-header {
  text-align: right;
  padding: 10px 0;
}
.footer-static-center-one .social-header li {
  display: inline-block;
}
.footer-static-center-one .social-header li a {
  font-size: 20px;
  color: #777777;
}
.footer-static-center-one .social-header li a:hover {
  color: #fff;
}
.footer-static-title {
  background: url(../images/bg-title-block.png) repeat-x scroll left center;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.footer-static-title h3 {
  background: #FFFFFF;
  color: #666666;
  display: inline-block;
  font-family: 'helveticaneuemcs';
  font-size: 15px;
  margin: 0;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
.footer-static-content {
  margin: 10px 0 0;
}
.footer-static-content p {
  font-size: 14px;
  color: #666666;
  text-transform: inherit;
  padding: 0;
  line-height: 30px;
  margin: 0;
}
.footer-container .footer-logo {
  width: 100%;
  display: inline-block;
  background: url(../images/bottom-footer-logo.png) repeat-x left bottom;
  padding: 0 0 20px 0;
}
.footer-container .box-footer {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
.footer-container .box-footer h2 {
  color: #666;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'OpenSansRegular';
  line-height: 20px;
  margin: 0;
  width: 100%;
}
.footer-container .box1.box-footer {
  margin: 5px 0 0;
}
.footer-container .box-footer-title {
  display: inline-block;
  width: 100%;
}
.footer-container .box-footer-title h3 {
  color: #666666;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'helveticaneuemcs';
  display: inline-block;
}
.footer-container .footer-day {
  display: inline-block;
  width: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
  padding: 2px 0 0;
  line-height: 20px;
}
.footer-container .day-arrow {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAuCAYAAADtGqNXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjU4RkFEOUM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjU4RkFEOEM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtfhzjEAAABCSURBVHjaYkxLS/vPwMDACMQMTFDGfxgHJvMfWYYRWQauhwHGgQPG////M2CVGeUMOg7jjG27UGT+I3NITRQAAQYAuEsSkccVbzsAAAAASUVORK5CYII=') no-repeat scroll 0 13px;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 10px;
}
.footer-container .name-day {
  float: left;
}
.footer-container .name-day p {
  color: #666;
  font-size: 12px;
  text-transform: capitalize;
}
.footer-container .time {
  float: right;
}
.footer-container .time p {
  color: #666;
  font-size: 12px;
  text-transform: capitalize;
}
.footer-container .payment {
  margin: 15px 0 0;
}
.footer-container .footer-middle {
  background: none;
  padding: 35px 0;
  color: #999;
}
.footer-container .footer-middle .footer-static .f-col .footer-static-content {
  margin: 10px 0 0;
}
.footer-container .footer-middle .footer-static .f-col .footer-static-content ul {
  list-style: none;
}
.footer-container .footer-middle .footer-static .f-col .footer-static-content ul li {
  line-height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
  display: inline-block;
  width: 100%;
  padding: 4px 0;
}
.footer-container .footer-middle .footer-static .f-col .footer-static-content ul li a {
  color: #666666;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 0 0 12px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAuCAYAAADtGqNXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjU4RkFEOUM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjU4RkFEOEM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtfhzjEAAABCSURBVHjaYkxLS/vPwMDACMQMTFDGfxgHJvMfWYYRWQauhwHGgQPG////M2CVGeUMOg7jjG27UGT+I3NITRQAAQYAuEsSkccVbzsAAAAASUVORK5CYII=') no-repeat 0 6px;
}
.footer-container .footer-middle .footer-static .f-col .footer-static-content ul li a:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAuCAYAAADtGqNXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjU4RkFEOUM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjU4RkFEOEM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtfhzjEAAABCSURBVHjaYkxLS/vPwMDACMQMTFDGfxgHJvMfWYYRWQauhwHGgQPG////M2CVGeUMOg7jjG27UGT+I3NITRQAAQYAuEsSkccVbzsAAAAASUVORK5CYII=') no-repeat 0 -35px;
  color: #98b6ba;
}
.footer-container .footer-middle .footer-static .f-col .footer-static-content ul li:last-child {
  background: none;
}
.footer-container .footer-tag {
  margin-top: 55px;
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}
.footer-container .footer-tag h2 {
  font-size: 13px;
  color: #3b3b3b;
  margin: 0;
  text-transform: uppercase;
}
.footer-container .footer-tag ul {
  margin-top: 20px;
}
.footer-container .footer-tag ul li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
}
.footer-container .footer-tag ul li:after {
  content: "";
  background: #666666;
  height: 12px;
  width: 2px;
  position: absolute;
  right: 0;
  top: -1px;
}
.footer-container .footer-tag ul li a {
  font-size: 12px;
  color: #666666;
}
.footer-container .footer-tag ul li a:hover {
  color: #98b6ba;
}
.footer-container .footer-tag ul li.last:after {
  display: none;
}
.footer-container .footer-social ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-container .footer-social ul li a {
  font-size: 0;
  text-align: center;
}
.footer-container .footer-social ul li a:before {
  background: #3a599c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 100%;
  content: "\f09a";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.footer-container .footer-social ul li a:hover:before {
  background: #ffffff !important;
}
.footer-container .footer-social ul li.twitter a:before {
  content: "\f099";
  background: #5a8eca;
}
.footer-container .footer-social ul li.vimeo a:before {
  content: "\f27d";
  background: #2ca2db;
}
.footer-container .footer-social ul li.instagram a:before {
  content: "\f16d";
  background: #527fa6;
}
.footer-container .footer-social ul li.google-plus a:before {
  content: "\f0d5";
  background: #ce3527;
}
.box-footer {
  padding: 20px 0 0;
  background: #f1f1f1;
  margin: 40px 0 0;
  border-top: 38px solid #333333;
}
.box-footer .container {
  background: #fff;
  box-shadow: 0 0 3px 0 #CCCCCC;
}
.box1-f {
  margin: 20px 0 0;
  padding: 0 0 3px 0;
}
.footer-bottom {
  background: #f1f1f1;
  padding: 15px 0;
}
.footer-bottom .container {
  box-shadow: none;
  background: none;
}
.footer-bottom .footer-payment {
  text-align: right;
}
.footer-bottom .copyright {
  color: #666666;
  font-size: 12px;
  text-shadow: none;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  padding: 0;
}
.footer-bottom .copyright a {
  color: #98b6ba;
}
.footer-bottom .copyright a:hover {
  color: #fff;
}
#back_top {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAAH7QlpLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MTUzMjgzOTQ0NDhFMzExQUVGMEE1NzAwMDM1QkEyMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4ODI3RTMxMjQ4NEUxMUUzOEU2OUFGREJEMDE0NzZGNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4ODI3RTMxMTQ4NEUxMUUzOEU2OUFGREJEMDE0NzZGNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTUzMjgzOTQ0NDhFMzExQUVGMEE1NzAwMDM1QkEyMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTUzMjgzOTQ0NDhFMzExQUVGMEE1NzAwMDM1QkEyMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnufGEsAAAGDSURBVHjaYvz//z8DLsDEgAeQJHkDmcNIGzsBAoiRPl75j0+SkTp2AgQQXq+QbSpdNd4G4vnYgmwI+hEggMhyKhPdnDiENYGC1Qa7DDDIseD/SLQxujwLrvjDljtH4wkNAAQQ2RmSrnlx1LIhZxmoGjCjtWU3oKUJGxCfxFuykFDaYMOvgHgaFvGfQOxBjBmj+WzUMrwAIIBGE8ioZaOWjVo2jC2TAOIt5FjGQqJ6aSB+AmV/BmJeWvkM2aIsIOYB4m+08Bk/kkUgPX+B+BcQz4FayEXNBo80UpcLGSdAGzwMow2eUctGLRu1bBhZBhBgdC2uhm0ojnps1GOjHhv12KjHRj026rFRj9EcgIYUYJMA/6G9fRtaW0rLtiJoRGEvEKvjkP8OxG5AfGSoxJg0NIaeIHlqAXQUAzQ1mw4V4wTiw9DRDHuqu4KEqR5icOB/VDATj9pkNLWTqekWWiRFHmi+ukNCHgSBF6P9sdHiftRjox4b9diox0Y9NuqxUY8NKgAA1/3Fohjp8lAAAAAASUVORK5CYII=') no-repeat scroll 50% 50% #bbbbbb;
  bottom: 35px;
  display: none;
  height: 55px;
  position: fixed;
  right: 12px;
  width: 55px;
  border: 3px solid #bbb;
  z-index: 9999;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
#back_top:hover {
  background-color: #98b6ba;
  border: 3px solid #98b6ba;
  cursor: pointer;
}
#back_top span {
  display: none;
}
.messages {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-right .sidebar-main {
  width: 100%;
  float: none;
}
/* Verticalmenu------------------------------------*/
.verticalmenu-container {
  border: 0;
  margin: 0 0 20px;
  background: none;
  padding: 0;
}
.verticalmenu-container .verticalmenu-title {
  background: url(../images/bg-title-block.png) repeat-x scroll left center;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.verticalmenu-container .verticalmenu-title h2 {
  display: inline-block;
  background: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  font-family: 'helveticaneuemcs';
  min-height: 16px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  color: #666;
}
.verticalmenu-container .ma-nav-mobile-container {
  margin: 6px 0 0;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li.active > a {
  color: #fff;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu span.head {
  top: 14px;
  right: 0;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu ul {
  background: none !important;
  list-style-type: none;
  padding: 0;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li:last-child {
  background: none;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  padding: 0;
  display: block;
  cursor: pointer;
  border: 0;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li a:hover,
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li a.active {
  color: #98b6ba;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li .head a {
  background: url(../images/menu_down.png) no-repeat;
  color: #333333;
  display: block;
  height: 11px;
  padding: 0;
  width: 11px;
  border: 0;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li .head a:hover {
  background: url(../images/menu_up.png) no-repeat 0 0;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li .head a:before {
  display: none;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li.active > span.head a {
  background: url(../images/menu_up.png) no-repeat 0 0;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li ul li {
  background: none;
  font-size: 0.9em;
}
.verticalmenu-container .ma-nav-mobile-container .navbar .navbar-inner .mobilemenu li ul li a {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAuCAYAAADtGqNXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjU4RkFEOUM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjU4RkFEOEM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtfhzjEAAABCSURBVHjaYkxLS/vPwMDACMQMTFDGfxgHJvMfWYYRWQauhwHGgQPG////M2CVGeUMOg7jjG27UGT+I3NITRQAAQYAuEsSkccVbzsAAAAASUVORK5CYII=') no-repeat scroll 12px 11px;
  padding-left: 25px;
  line-height: 28px;
}
.sidebar .block {
  font-size: 13px;
}
.sidebar .block.filter .block-title {
  background: url(../images/bg-title-block.png) repeat-x scroll left center;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0;
  display: none;
}
.sidebar .block.filter .block-title strong {
  display: inline-block;
  background: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  font-family: 'helveticaneuemcs';
  min-height: 16px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  color: #666;
}
.sidebar .block.filter .block-content .filter-options .filter-options-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.sidebar .block.filter .block-content .filter-options .filter-options-title:hover {
  color: #98b6ba;
}
.sidebar .block.filter .block-content .filter-options .filter-options-title:hover:after {
  color: #98b6ba;
}
.sidebar .block.filter .block-content .filter-options.active .filter-options-title:after {
  content: "\f106";
}
.sidebar .block.filter .block-content .filter-options .filter-options-content {
  margin: 0;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .price-filter-container .ui-slider-horizontal {
  background: #eaeaea;
  border-radius: 4px;
  height: 10px;
  margin-bottom: 20px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
  background: #98b6ba;
  height: 100%;
  position: absolute;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  border: 3px solid #98b6ba;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
  margin-left: -9px;
  margin-top: -4px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .price-filter-container .price-range .box-price {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #2a2a2a;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .price-filter-container .price-range .box-price .price-symbol {
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 31px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .price-filter-container .price-range .box-price input {
  text-align: center;
  padding-left: 15px;
  opacity: 1;
  width: 70px;
  float: left;
  height: 33px;
  background: none;
  border: 1px solid #e5e5e5;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .price-filter-container .price-range > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAuCAYAAADtGqNXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjU4RkFEOUM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjU4RkFEOEM5RjExMUUzQkQ0MkU1QjI0OUIzNkIxOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtfhzjEAAABCSURBVHjaYkxLS/vPwMDACMQMTFDGfxgHJvMfWYYRWQauhwHGgQPG////M2CVGeUMOg7jjG27UGT+I3NITRQAAQYAuEsSkccVbzsAAAAASUVORK5CYII=') no-repeat 0 11px;
  color: #666666;
  font-family: 'OpenSansRegular';
  font-size: 12px;
  line-height: 28px;
  padding-left: 12px;
  text-align: left;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  vertical-align: middle;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a:hover {
  color: #98b6ba;
}
.sidebar .block.filter .block-content .filter-options .filter-options-item:last-child .filter-options-title {
  border: 0;
  margin: 0;
  padding: 0;
}
.sidebar .block .empty {
  padding: 10px 20px;
  border-left: 2px solid #98b6ba;
}
.sidebar .block .filter-current strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.sidebar .block .filter-current ol.items li {
  padding: 6px 24px 6px 10px;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  background: #ffffff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
  color: #666666;
  font-family: 'OpenSansRegular';
  font-size: 12px;
  text-align: left;
  margin: 0;
}
.sidebar .block .filter-current ol.items li .filter-label {
  font-weight: normal;
  padding-left: 15px;
  text-transform: uppercase;
  text-align: left;
  background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
  display: inline-block;
  vertical-align: top;
}
.sidebar .block .filter-current ol.items li .filter-value {
  display: inline-block;
  vertical-align: top;
}
.sidebar .block .filter-current ol.items li .action.remove {
  position: absolute;
  right: 4px;
  top: 9px;
  margin: 0;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.sidebar .block .filter-current ol.items li .action.remove span {
  width: 100%;
  margin: 15px 0 0;
  font-weight: 600;
  font-size: 0;
  text-transform: uppercase;
}
.sidebar .block .block-actions {
  font-size: 11px;
  padding: 4px 5px 4px 9px;
  background: #cad6e4;
  border: 1px solid #dee5e8;
  border-width: 1px 0;
  text-align: right;
}
.block .block-title {
  margin: 0 0 20px;
}
.block .block-title strong {
  font-size: 18px;
  color: #2b2b2b;
  text-transform: uppercase;
}
.block .block-content .box {
  margin-bottom: 20px;
}
.block .block-content .box .box-title {
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.block.block-collapsible-nav .title {
  height: auto;
  width: auto;
  margin: 0;
  position: static;
}
.block.block-collapsible-nav .title strong {
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
  text-transform: uppercase;
}
.block.block-collapsible-nav .content {
  background: none;
}
.block.block-collapsible-nav .content .items .item:before {
  display: inline-block;
  content: "\f00c";
  color: #d8d8d8;
  font-size: 18px;
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: 10px;
}
.block.block-collapsible-nav .content .items .item.current > strong {
  color: #98b6ba;
}
.block.block-collapsible-nav .content .items .item > strong,
.block.block-collapsible-nav .content .items .item a {
  background: none;
  border: 0;
  color: #8f8f8f;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.block.block-collapsible-nav .content .items .item a:hover {
  background: none;
  color: #98b6ba;
}
.block.block-dashboard-info,
.block.block-dashboard-addresses {
  width: 50%;
  float: left;
}
/*Checkout--------------------------------------*/
.checkout-cart-index .page-title-wrapper .page-title {
  font-size: 40px;
  color: #444444;
  text-transform: inherit;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 0;
}
.checkout-index-index .page-header {
  padding: 0 30px 10px !important;
}
.checkout-index-index .authentication-wrapper {
  display: block !important;
}
.checkout-index-index .banner-static-contain,
.checkout-index-index .ma-brand-slider-contain {
  display: none;
}
.checkout-container {
  padding: 0 30px;
}
.checkout-container .authentication-dropdown._show {
  border: 0 !important;
  background: #f5f5f5 !important;
}
.checkout-container .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #98b6ba;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #98b6ba;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.checkout-container .opc-wrapper .step-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout-container .opc-wrapper .fieldset > .field:not(.choice) > .label {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: auto;
  float: none;
  margin: 0 0 8px;
}
.checkout-container .opc-wrapper .fieldset > .field:not(.choice) > .label:after {
  position: static;
  margin: 0;
}
.checkout-container .opc-wrapper .fieldset > .field:not(.choice) > .control {
  width: auto;
  float: none;
}
.checkout-container .opc-wrapper .fieldset > .field:not(.choice) > .control .label {
  padding: 0;
}
.checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 20px;
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.login-container .block .block-title {
  border-color: #e5e5e5;
}
.login-container .fieldset {
  position: relative;
}
.login-container .fieldset:after {
  position: absolute;
  margin: 0 !important;
  top: 0;
  right: 0;
  font-size: 14px;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  width: 100% !important;
}
.form.password.reset .fieldset,
.form.send.confirmation .fieldset,
.form.password.forget .fieldset,
.form.create.account .fieldset {
  width: 50%;
  float: left;
}
.form.password.reset .actions-toolbar,
.form.send.confirmation .actions-toolbar,
.form.password.forget .actions-toolbar,
.form.create.account .actions-toolbar {
  clear: both;
}
.fieldset > .legend {
  width: auto;
  font-size: 18px;
  color: #2b2b2b;
  text-transform: uppercase;
  margin-left: 0 !important;
}
.fieldset > .field:not(.choice) > .label {
  text-align: left !important;
}
.page-products .toolbar .limiter {
  display: block;
}
.page-products .toolbar-bottom .toolbar .limiter {
  display: none;
}
.catalog-category-view .main-content {
  margin: 30px 0;
}
.catalog-category-view .category-view {
  margin-bottom: 40px;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.catalog-category-view .main {
  padding: 0;
}
.bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper legend {
  font-weight: 600;
  font-size: 18px;
}
.bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper label {
  font-weight: 600;
  font-size: 14px;
}
.bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .nested.options-list input {
  display: inline-block;
}
.bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .nested.options-list label {
  padding: 0 5px;
  font-weight: 400;
}
.bundle-options-container .product-add-form .block-bundle-summary .title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.bundle-options-container .product-add-form .block-bundle-summary .title strong {
  font-weight: 600;
  font-size: 18px;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details {
  margin-top: 20px;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product.name {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product-addto-links a {
  font-size: 13px;
  font-weight: 400;
  text-transform: inherit;
  color: #444444;
  border: 1px solid #cccccc;
  padding: 6px 12px 5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary strong.subtitle {
  font-weight: 600;
  font-size: 18px;
}
.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary ul li strong.label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.product-add-form .product-options-wrapper .downloads label {
  display: block;
  margin-bottom: 10px;
}
.product-add-form .product-options-wrapper .downloads label span {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-add-form .product-options-wrapper .downloads #downloadable-links-list label {
  float: left;
  margin-right: 10px;
}
.product-add-form .product-options-wrapper .downloads #downloadable-links-list label span {
  font-size: 14px;
  text-transform: capitalize;
}
.product-add-form .product-options-bottom .price-box {
  float: left;
  margin-top: 10px;
}
.product-add-form .product-options-bottom .price-box .price-container {
  line-height: 30px;
}
.product-add-form .product-options-bottom .box-tocart {
  float: left;
  margin: 0 0 0 20px;
}
.product-add-form .product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
}
.product-add-form .product-options-bottom .product-social-links .product-addto-links .action {
  font-size: 13px;
  font-weight: 400;
  text-transform: inherit;
  color: #444444;
  border: 1px solid #cccccc;
  padding: 6px 12px 5px;
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.product-add-form .product-options-bottom .product-social-links .product-addto-links .action:hover {
  background: #ffffff;
  color: #fff;
  border: 1px solid #59b210;
}
.product-add-form .product-options-bottom .product-social-links .product-addto-links .action:hover:before {
  color: #fff;
}
.product-add-form .product-options-bottom .product-social-links .product-addto-links .action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 5px;
  color: #444444;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.product-add-form .product-options-bottom .product-social-links .product-addto-links .action.towishlist:before {
  content: "\f004";
}
.product-add-form .product-options-bottom .product-social-links .product-addto-links .action.tocompare:before {
  content: "\f012";
}
.product-add-form .product-options-bottom .product-social-links .product-addto-links .action span {
  position: static;
}
.product-add-form .product-options-bottom .product-social-links .action {
  display: inline-block;
  vertical-align: middle;
}
.product-add-form .product-options-bottom .product-social-links .action.mailto {
  font-size: 13px;
  font-weight: 400;
  text-transform: inherit;
  color: #444444;
  border: 1px solid #cccccc;
  padding: 3px 18px 2px;
  margin: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.product-add-form .product-options-bottom .product-social-links .action.mailto:hover {
  background: #ffffff;
  color: #fff;
  border: 1px solid #59b210;
}
.product-add-form .product-options-bottom .product-social-links .action.mailto:hover:before {
  color: #fff;
}
.product-add-form .product-options-bottom .product-social-links .action.mailto:before {
  content: "\f0e0";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 5px;
  color: #444444;
  line-height: 25px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.product-add-form .product-options-bottom .product-social-links .action.mailto span {
  line-height: 25px;
}
.product-view .product-info-main {
  width: 100% !important;
  float: left;
  padding: 0;
}
.product-view .product-info-main .page-title-wrapper .page-title {
  margin: 0;
  display: inline-block;
  width: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
  padding: 0 0 20px;
  line-height: 23px;
}
.product-view .product-info-main .page-title-wrapper .page-title span {
  margin: 0;
  font-size: 18px;
  color: #666;
  font-family: 'helveticaneuecn';
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
.product-view .product-info-main .product-reviews-summary {
  line-height: 20px;
  display: inline-block;
  width: 100%;
  padding: 10px 0 8px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
}
.product-view .product-info-main .product-reviews-summary .reviews-actions {
  display: none;
}
.product-view .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #98b6ba;
}
.product-view .product-info-main .overview {
  margin: 0;
  padding: 20px 0;
  float: left;
  width: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
}
.product-view .product-info-main .overview span {
  font-size: 12px;
  line-height: 20px;
}
.product-view .product-info-main .overview span p {
  margin: 0;
}
.product-view .product-info-main .product-info-stock-sku {
  clear: both;
  margin: 0;
  float: left;
  width: 100%;
  padding: 13px 0 10px;
}
.product-view .product-info-main .product-info-stock-sku .available {
  color: #666;
  line-height: 26px;
  font-size: 12px !important;
  text-transform: capitalize;
  font-weight: 400 !important;
}
.product-view .product-info-main .product-info-stock-sku .available span {
  color: #98b6ba;
}
.product-view .product-info-main .product-info-stock-sku .sku .type {
  color: #393939;
}
.product-view .product-info-main .product-info-stock-sku .sku .value {
  color: #98b6ba;
}
.product-view .product-info-main .price-box .price {
  font-weight: normal;
}
.product-view .product-info-main .price-box .special-price {
  display: inline-block;
  width: auto;
  margin: 0;
}
.product-view .product-info-main .price-box .special-price .price {
  font-size: 20px;
  font-family: 'helveticaneuecn';
  color: #666;
}
.product-view .product-info-main .price-box .old-price {
  margin: 0 0 0 6px;
}
.product-view .product-info-main .price-box .old-price .price {
  font-size: 14px;
  font-family: 'helveticaneuecn';
}
.product-view .product-info-main .samples dt.samples-item-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.product-view .product-info-main .samples .samples-item {
  float: left;
  margin: 0 10px 0 0;
  font-size: 13px;
}
.product-view .product-info-main .product-add-form {
  display: block;
  width: 100%;
  line-height: 0;
}
.product-view .product-info-main .product-add-form .box-tocart {
  margin: 20px 0 0;
  width: 100%;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
}
.product-view .product-info-main .product-add-form .box-tocart .field.qty {
  float: left;
}
.product-view .product-info-main .product-add-form .box-tocart .field.qty label {
  display: inline-block;
  font-weight: normal;
  margin: 0 15px 0 0;
}
.product-view .product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
  vertical-align: middle;
}
.product-view .product-info-main .product-add-form .box-tocart .field.qty .control input {
  float: left;
  padding: 10px !important;
  height: 33px;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eef2f5;
}
.product-view .product-info-main .product-add-form .box-tocart .actions {
  float: left;
  padding: 0;
  margin-left: 15px;
}
.product-view .product-info-main .product-add-form .box-tocart .actions .tocart {
  border-radius: 0;
  background: #98B6BA;
  height: auto;
  width: auto;
  border: 1px solid #98B6BA;
  padding: 3px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
  text-transform: uppercase;
  font-family: 'helveticaneuecn';
  line-height: 20px;
}
.product-view .product-info-main .product-add-form .box-tocart .actions .tocart:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.product-view .product-info-main .product-add-form .box-tocart .actions .tocart span {
  display: inline-block;
  padding: 2.5px 18px;
}
.product-view .product-info-main .product-social-links {
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
}
.product-view .product-info-main .product-social-links .product-addto-links {
  margin: 0;
  display: inline-block;
  width: auto;
  float: left;
  font-size: 12px;
  text-align: right;
}
.product-view .product-info-main .product-social-links .product-addto-links .action {
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-family: 'helveticaneuecn';
  height: auto;
  padding: 6px 13px;
  text-indent: 0;
  text-transform: uppercase;
  width: auto;
  line-height: 19px;
  letter-spacing: 1px;
  float: left;
  margin: 0 10px 0 0;
}
.product-view .product-info-main .product-social-links .product-addto-links .action:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.product-view .product-info-main .product-social-links .product-addto-links .action:before {
  display: none;
}
.product-view .product-info-main .product-social-links .product-addto-links .action span {
  position: static;
}
.product-view .product-info-main .product-social-links .product-addto-links .action:last-child {
  margin: 0;
}
.product-view .product-info-main .product-social-links .mailto {
  margin: 0 0 0 10px;
  float: left;
  background: none;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 12px;
  font-family: 'helveticaneuecn';
  font-weight: normal;
  height: auto;
  padding: 3px 13px;
  text-indent: 0;
  text-transform: uppercase;
  width: auto;
  border-radius: 0;
  line-height: 19px;
  letter-spacing: 1px;
}
.product-view .product-info-main .product-social-links .mailto:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.product-view .product-info-main .product-social-links .mailto:before {
  display: none;
}
.product-view .product-info-main .product-social-links .mailto span {
  line-height: 25px;
}
.product-view .tabs-content {
  display: block;
  text-align: center;
}
.product-view .product.detailed {
  margin: 30px 0 0;
  border: 0;
  position: relative;
}
.product-view .product.detailed .data.items:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background: url(../images/bg-title-block.png) repeat-x;
  width: 100%;
  height: 1px;
}
.product-view .product.detailed .data.items .item.title {
  background: #FFFFFF;
  display: inline;
  float: none;
  margin: 0;
  padding: 0 10px 0 0;
  position: relative;
}
.product-view .product.detailed .data.items .item.title:first-child {
  padding-left: 10px;
}
.product-view .product.detailed .data.items .item.title a {
  display: inline-block;
  float: none;
  border: 1px solid #DDDDDD;
  background: #fff;
  margin: 0;
  font-weight: normal;
  color: #BBBBBB;
  font-family: 'helveticaneuemcs';
  font-size: 15px;
  line-height: 0;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.product-view .product.detailed .data.items .item.title a:hover {
  color: #333333;
}
.product-view .product.detailed .data.items .item.title.active a,
.product-view .product.detailed .data.items .item.title:hover a {
  padding: 20px;
  border: 1px solid #555555;
  color: #333333;
}
.product-view .product.detailed .data.items .item.content {
  border: 0;
  padding: 0;
  text-align: left;
  float: left;
  margin: 20px 0 0;
  min-height: 110px;
  overflow: hidden;
  width: 100%;
}
.product-view .product.detailed .data.items .item.content .description {
  font-size: 12px;
  line-height: 22px;
  color: #666666;
}
.product-view .product.detailed .data.items .item.content .review-form-actions .action.submit.primary {
  font-size: 13px;
  color: #fff;
  padding: 12px 20px 8px;
  line-height: 20px;
  border: 1px solid #ccc;
  background: #98b6ba;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: inherit;
}
.product-view .product.detailed .data.items .item.content .review-form-actions .action.submit.primary:hover {
  background: #3e3d3e;
  color: #fff;
}
.product-view .product.detailed .data.items .review-toolbar {
  border: 0;
}
.product-view .product.detailed .data.items .review-toolbar .toolbar:before {
  display: none;
}
.product-view .product.detailed .data.items .review-toolbar .limiter {
  background: #fff;
  padding: 5px 10px;
}
.product-view .related .group-title1 {
  background: url(../images/bg-title-block.png) repeat-x scroll left center;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.product-view .related .group-title1 h2 {
  display: inline-block;
  background: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  font-family: 'helveticaneuemcs';
  min-height: 16px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  color: #666;
  border: 0;
}
.product-view .related .owl-container {
  margin: 0;
}
.product-view .related .owl-container .owl-carousel .owl-item {
  padding: 0;
}
.product-view .related .owl-container .owl-carousel .owl-controls .owl-buttons {
  right: 15px;
}
.product-view .related .block-content {
  background: none;
  padding: 0;
  margin: 10px 0 0;
}
.product-view .related .block-content .block-actions {
  display: none;
}
.product-view .related .block-content .item .item-inner {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUZDN0VGOEM5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUZDN0VGN0M5M0MxMUUzQTVEQkQ0QzQxRENCQ0JFQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Qzk2QUI2NkEyQzNFMzExQTZCQTg5NDQzQzhBQTMzNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkFGRkU4Q0M2QTlFMzExOTM1MTg2REExNDhCNUY0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqwwsSYAAAAUSURBVHjaYti9e/d/IGBAxgABBgCmOw8lsKYaTwAAAABJRU5ErkJggg==') repeat-x scroll left bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-view .related .block-content .item .item-inner:after {
  content: "";
  display: table;
  clear: both;
}
.product-view .related .block-content .item .item-inner .image-container {
  width: 75px;
  float: left;
}
.product-view .related .block-content .item .item-inner .box-info {
  margin: 0 0 0 95px;
  display: inherit;
  width: inherit;
}
.product-view .related .block-content .item .item-inner .box-info .product-item-name a {
  font-size: 12px;
  text-align: capitalize;
}
.product-view .related .block-content .item .item-inner .box-info .choice {
  display: none;
}
.product-view .related .block-content .item .item-inner .box-info .item-price {
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.product-view .related .block-content .item .item-inner .box-info .special-price .price {
  color: #98b6ba;
  font-size: 16px;
  font-family: 'opensanssemibold';
}
.product-view .related .block-content .item .item-inner .box-info .old-price .price {
  font-size: 14px;
  font-family: 'OpenSansRegular';
}
.product-view .related .block-content .item .item-inner .box-info .actions-primary {
  float: none;
  margin-top: 15px;
  display: none;
}
.product-view .upsell {
  margin: 40px 0 0;
  float: left;
  width: 100%;
}
.product-view .upsell .group-title1 {
  background: url(../images/bg-title.png) repeat-x scroll center center rgba(0, 0, 0, 0);
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.product-view .upsell .group-title1 .ma-upsellslider-title {
  background: #FFFFFF;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 10px;
}
.product-view .upsell .group-title1 h2 {
  background: #fff;
}
.product-view .upsell .owl-container .owl-carousel .owl-controls .owl-buttons div {
  margin-top: -10px;
}
.product-view .upsell .box-hover {
  display: none;
}
.product-view .upsell .box-info .box-name {
  width: 60%;
  line-height: 20px;
}
.product-view .upsell .box-info .product-item-name a {
  text-transform: capitalize;
}
.product-view .upsell .box-info .item-price {
  width: 40%;
  text-align: right;
}
.table-comparison .cell {
  width: auto;
}
.fotorama__nav--thumbs {
  text-align: center;
}
.post-list-wrapper .post-list .post-holder {
  background: none;
  padding: 0;
  margin-bottom: 70px;
}
.post-list-wrapper .post-list .post-holder:last-child {
  margin: 0;
}
.post-list-wrapper .post-list .post-holder:hover {
  box-shadow: none;
}
.post-list-wrapper .post-list .post-holder .post-images {
  position: relative;
}
.post-list-wrapper .post-list .post-holder .post-images img {
  width: 100%;
}
.post-list-wrapper .post-list .post-holder .post-images .post-info .post-posed-date {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 10px;
  background: #fff;
}
.post-list-wrapper .post-list .post-holder .post-images .post-info .post-posed-date .day {
  color: #424242;
  display: block;
  font-size: 20px;
}
.post-list-wrapper .post-list .post-holder .post-images .post-info .post-posed-date .month {
  color: #424242;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-list-wrapper .post-list .post-holder .post-images .post-info .dash {
  display: none;
}
.post-list-wrapper .post-list .post-holder .post-images .post-info .post-categories {
  display: none;
}
.post-list-wrapper .post-list .post-holder .post-content .post-title {
  margin-bottom: 20px;
}
.post-list-wrapper .post-list .post-holder .post-content .post-title a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.post-list-wrapper .post-list .post-holder .post-content .post-title a:hover {
  color: #98b6ba;
}
.post-list-wrapper .post-list .post-holder .post-content .post-description {
  line-height: 22px;
  font-size: 14px;
}
.post-list-wrapper .post-list .post-holder .post-content .post-read-more {
  float: none;
  color: #fff;
  background: #98b6ba;
  line-height: 40px;
  display: inline-block;
  padding: 0 23px;
  font-weight: 600;
  font-size: 13px;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.post-list-wrapper .post-list .post-holder .post-content .post-read-more:hover {
  background: #666;
}
.blog-search .action.search:hover:before {
  color: #98b6ba !important;
}
.related .group-title1 h2 strong {
  text-transform: capitalize;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}
.related .block-related-post .owl-container {
  margin: 0 -8px;
}
.related .block-related-post .owl-container .owl-item {
  padding: 0 8px;
}
.related .block-related-post .products-grid .product-item {
  width: 100%;
}
.related .block-related-post .products-grid .product-item .product-item-info {
  width: 100% !important;
}
.related .block-related-post .products-grid .product-item .product-item-info .product-item-actions {
  margin: 0;
}
.post-view .post-holder {
  background: none;
  padding: 0;
  margin-bottom: 70px;
}
.post-view .post-holder:last-child {
  margin: 0;
}
.post-view .post-holder:hover {
  box-shadow: none;
}
.post-view .post-holder .post-images {
  position: relative;
}
.post-view .post-holder .post-images .post-info .post-posed-date {
  margin: 20px 0 0;
  text-transform: uppercase;
  text-align: left;
}
.post-view .post-holder .post-images .post-info .post-posed-date span {
  color: #424242;
  display: inline-block;
  font-size: 20px;
}
.post-view .post-holder .post-images .post-info .dash {
  display: none;
}
.post-view .post-holder .post-images .post-info .post-categories {
  margin: 20px 0 0;
}
.post-view .post-holder .post-images .post-info .post-categories .label {
  padding: 0;
  font-weight: 600;
}
form.contact {
  max-width: 700px;
  margin: 0px auto -10px;
  background: #fbf8f3;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 12px -1px #000000;
  -moz-box-shadow: 0px 0px 12px -1px #000000;
  box-shadow: 0px 0px 12px -1px #000000;
}
.messages {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.message.success {
  font-size: 13px !important;
  margin: 0;
  color: #333;
}
.message.success > *:first-child:before {
  color: #333;
}
.catalog-product-compare-index td.remove {
  padding-bottom: 20px !important;
}
.catalog-product-compare-index .table > tbody {
  border-top: 2px solid #ddd;
}
.catalog-product-compare-index .table > tbody th {
  padding: 20px 0 0 10px;
  display: inline-block;
  border: 0 !important;
}
.catalog-product-compare-index .table > tbody th span {
  position: inherit !important;
  width: auto !important;
  font-weight: 400;
  font-size: 14px;
}
.catalog-product-compare-index .table > tbody td {
  background: none !important;
  border-left: 2px solid #ddd !important;
  font-size: 13px !important;
}
.catalog-product-compare-index .table > tbody:last-child {
  border-bottom: 2px solid #ddd !important;
}
@media screen and (max-width: 1200px) {
  .header-container .header-link .header-static .col {
    margin-right: 20px;
  }
  .header-container .header-content .customer-welcome .customer-menu ul li {
    margin: 0 8px 0 0;
    padding: 0;
  }
  .header-container .header-content .customer-welcome .customer-menu ul li:after {
    display: none;
  }
  .header-container .header-content .customer-welcome .customer-menu ul li a {
    font-size: 12px;
  }
  .header-container .customer-welcome .customer-menu ul li a {
    font-size: 12px;
  }
  .header-container .header-phone h2 {
    font-size: 15px;
  }
  .header-container .header-bottom .block-search {
    width: 400px;
  }
  .header-container .header-mobile .block-search .control {
    width: 75%;
    display: inline-block;
    margin: 0;
  }
  .header-container .header-mobile .block-search input {
    display: inline-block;
    position: inherit !important;
    height: 33px;
    width: 100%;
    margin: 0;
  }
  .header-block .h-box h3 {
    font-size: 14px;
    margin: 0;
  }
  .header-block .h-box h2 {
    font-size: 16px;
    margin: 0 17px 0 0;
  }
  .banner-home .item-inner .product-name a {
    font-size: 10px;
  }
  .item-content .countdown-container .timer b {
    font-size: 20px;
  }
  .item-content .countdown-container .timer span {
    font-size: 10px;
  }
  .item-content .price-cart .price-box .special-price .price {
    font-size: 15px;
  }
  .item-content .price-cart .price-box .old-price .price {
    font-size: 13px;
  }
  .catgrid .item .catlist-content .cat-images {
    width: 130px;
  }
  .catgrid .item .catlist-content ul {
    margin-left: 145px;
  }
  .main-content .free-shipping .box .box-inner .fa {
    font-size: 55px;
  }
  .main-content .free-shipping .box .box-inner h4 {
    font-size: 14px;
  }
  .main-content .product-item-name a {
    font-size: 16px;
    font-weight: 400;
  }
  .main-content .group-title1 h2 {
    font-size: 20px;
  }
  .main-content .products-grid .products .item {
    width: 33.333%;
  }
  .main-content .products-grid .products .item:nth-of-type(5n+1) {
    clear: none;
  }
  .main-content .products-grid .products .item:nth-of-type(3n+1) {
    clear: left;
  }
  .footer-container .footer-top .block.newsletter .field .text-newletter h3 {
    font-size: 19px;
  }
  .post-list-wrapper .post-list .post-holder .post-content .post-title a {
    font-size: 20px;
  }
  .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .footer-static-center-one .f-one.google,
  .footer-static-center-one .f-one.pinterest {
    margin: 10px 10px 0 0;
  }
  .banner-one-text {
    margin: 50px 0;
  }
  .banner-one2 .banner-one-text {
    margin: 40px 0;
  }
}
@media screen and (max-width: 992px) {
  .it {
    display: none;
  }
  .header-container .header-link {
    text-align: center;
  }
  .header-container .header-content {
    text-align: center;
  }
  .header-container .header-content .logo-home .logo {
    display: inline-block;
  }
  .header-container .header-content .header-phone {
    float: none;
    display: inline-block;
  }
  .header-block .h-box h3 {
    display: none;
  }
  .b-modal,
  #newsletter_pop_up {
    display: none !important;
  }
  .banner-home .onsale-slider {
    margin: 30px 0 0;
  }
  .banner-home .onsale-slider .item-inner .product-name a {
    font-size: 12px;
  }
  .main-content .banner-static {
    margin: 30px 0 50px;
  }
  .main-content .item-content .countdown-container .timer b {
    font-size: 14px;
  }
  .main-content .item-content .price-cart .price-box {
    margin: 7px 0 0;
  }
  .main-content .catgrid .item .catlist-content .cat-images {
    width: 70px;
  }
  .main-content .catgrid .item .catlist-content ul {
    margin-left: 80px;
    padding: 0;
  }
  .main-content .catgrid .item .catlist-content ul a {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .main-content .blog-slider .blog-image img {
    width: 100%;
  }
  .footer-container .footer-top .block.newsletter .field .text-newletter {
    display: block;
  }
  .footer-container .footer-top .block.newsletter .field .control {
    float: none;
    display: block;
    width: auto;
    margin-top: 30px;
  }
  .footer-container .footer-top .social-header {
    text-align: left;
    margin-top: 15px;
  }
  .footer-container .footer-middle {
    padding: 35px 0;
  }
  .footer-container .footer-middle .footer-static .f-col {
    margin: 0;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
  }
  .footer-container .footer-middle .footer-static .f-col:first-child {
    border: 0;
  }
  .footer-container .footer-middle .footer-static .f-col.active .footer-static-title:after {
    content: "\f106";
  }
  .footer-container .footer-middle .footer-static .f-col .footer-static-title {
    cursor: pointer;
    position: relative;
  }
  .footer-container .footer-middle .footer-static .f-col .footer-static-title:after {
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    color: #444;
    padding: 0 5px;
    background: #fff;
  }
  .footer-container .footer-middle .footer-static .f-col .footer-static-title h3 {
    line-height: 20px;
  }
  .footer-container .footer-middle .footer-static .f-col .footer-static-content {
    display: none;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .footer-container .footer-middle .footer-static .f-col-1 .footer-static-title {
    display: block;
  }
  .footer-container .footer-tag {
    margin-top: 25px;
  }
  .footer-container .footer-top .block.newsletter {
    margin: 20px 0 0;
  }
  .footer-container .footer-top .block.newsletter .field .control {
    width: 50%;
  }
  .footer-container .footer-bottom .copyright {
    text-align: left;
  }
  .footer-container .footer-bottom .footer-payment {
    text-align: center;
    margin-top: 20px;
  }
  .sidebar .block.filter .block-title strong {
    font-size: 15px;
  }
  .sidebar .block.filter .block-content .filter-options .filter-options-item .filter-options-title {
    font-size: 13px;
  }
  .sidebar .block.filter .block-content .filter-options .filter-options-item .filter-options-title:after {
    font-size: 14px;
  }
  .sidebar .block-search .action.search {
    right: -10px !important;
  }
  .featureproduct-slider,
  .recentproduct-container {
    margin: 30px 0 0;
  }
  .post-list-wrapper .post-list .post-holder .post-content .post-title a {
    font-size: 16px;
  }
  .banner-static-contain .banner-images {
    top: inherit;
    bottom: 0;
    left: 84px;
  }
  .footer-static-center-one .f-one.facebook {
    margin: 10px 10px 0 0;
  }
  .banner-one-text {
    margin: 36px 0;
  }
  .banner-one-text h2 {
    max-width: 115px;
    min-height: 53px;
    font-size: 12px;
  }
  .banner-one2 .banner-one-text {
    margin: 23px 0;
  }
  .banner-one2 .banner-one-text h2 {
    line-height: 20px;
  }
  .banner-left-text {
    margin: 42px 0 0;
  }
  .banner-left-text h2 {
    font-size: 18px;
    max-width: 130px;
    min-height: 60px;
  }
  .mailto {
    margin: 10px 0 0 !important;
  }
  .related .block-content .item .item-inner .box-info .special-price .price {
    font-size: 12px !important;
  }
  .related .block-content .item .item-inner .box-info .old-price .price {
    font-size: 11px !important;
  }
}
@media screen and (min-width: 768px) {
  .page-wrapper .navigation,
  .page-wrapper .breadcrumbs,
  .page-wrapper .page-header .header.panel,
  .page-wrapper .header.content,
  .page-wrapper .footer.content,
  .page-wrapper .page-wrapper > .widget,
  .page-wrapper .page-wrapper > .page-bottom,
  .page-wrapper .block.category.event,
  .page-wrapper .top-container,
  .page-wrapper .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .block-search {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #back_top {
    display: none !important;
  }
  .header-container .header-mobile .block-search .form.minisearch {
    height: 42px;
    line-height: 42px;
  }
  .header-container .header-mobile .block-search .form.minisearch .label:before {
    font-size: 24px;
  }
  .header-container .header-mobile .block-search .form.minisearch .control {
    border: 0;
  }
  .header-container .header-mobile .box-right {
    top: 0;
  }
  .header-container .header-link .switcher-language,
  .header-container .header-link .switcher-currency {
    float: none;
    display: inline-block;
  }
  .header-container .header-link .top-link-dropdown .customer-menu ul {
    text-align: right;
  }
  .header-container .header-link .top-link-dropdown .customer-menu ul li {
    display: inline;
    float: none;
  }
  .header-container .header-link .top-link-dropdown .customer-menu ul li.welcome {
    display: none;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .block-collapsible-nav {
    position: static;
  }
  .main-content .banner-static .col img {
    width: 100%;
  }
  .main-content .banner-static .col.col1 {
    margin-bottom: 30px;
  }
  .main-content .catlist {
    margin: 40px 0 0;
  }
  .main-content .catlist .catgrid .item .catlist-content .cat-images {
    width: 130px;
  }
  .main-content .catlist .catgrid .item .catlist-content ul {
    margin-left: 150px;
  }
  .main-content .catlist .catgrid .item .catlist-content ul a {
    font-size: 13px;
  }
  .main-content .banner-center .col img {
    width: 100%;
  }
  .main-content .banner-center .col.col2 {
    margin: 30px 0;
  }
  .main-content .breadcrumbs {
    margin-top: 40px;
  }
  .main-content .products-list .item .item-inner .image-container .btn-quickview {
    bottom: 20px;
  }
  .main-content .products-grid .products .item {
    width: 50%;
  }
  .main-content .products-grid .products .item:nth-of-type(3n+1) {
    clear: none;
  }
  .main-content .products-grid .products .item:nth-of-type(2n+1) {
    clear: left;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .post-list-wrapper .post-list .post-holder .post-content .post-title {
    margin-top: 20px;
  }
  .sidebar .block-search {
    margin: 20px 0 30px;
  }
  .sidebar .block-search .control {
    clear: inherit;
    border: 0;
  }
  .sidebar .block-search .control input {
    position: inherit;
    margin: 0;
    width: 80%;
    display: inline-block;
  }
  .sidebar .block-search .action.search {
    right: -10px !important;
  }
  .product-view .product-info {
    margin-top: 25px;
  }
  .product-view .related .block-content .item .item-inner .box-info .special-price .price {
    font-size: 16px !important;
  }
  .product-view .related .block-content .item .item-inner .box-info .old-price .price {
    font-size: 14px !important;
  }
  .custom-slide {
    position: static;
  }
  .custom-slide .modal-inner-wrap {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .header-block .col1 {
    margin: 10px 0 0;
  }
  .custom_banner .banner-col {
    margin: 10px 0 0;
  }
  .banner-static-contain,
  .banner-one,
  .center-one-title {
    margin: 10px 0 0;
  }
  .banner-static-contain .banner-text {
    left: 83px;
  }
  .onsaleproduct_container_slider,
  .featureproduct-slider,
  .recentproduct-container {
    margin: 26px 0 0;
  }
  .footer-static-center-one .f-one.facebook,
  .footer-static-center-one .f-one.google,
  .footer-static-center-one .f-one.pinterest {
    margin: 0 10px 0 0;
  }
  .banner-one-text {
    margin: 240px 0 0;
  }
  .banner-one2 .banner-one-text {
    margin: 5px 0 0;
  }
  .banner-home-content img,
  .banner-right img,
  .products-grid .product-image img,
  .banner-static-contain .banner-box img,
  .banner-col img,
  .banner-one img,
  .banner-left img,
  .item-inner .box-item img {
    width: 100%;
  }
  .mailto {
    margin: 0 0 0 10px !important;
  }
  .columns {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .header-container .header-link .header-static .col {
    margin: 0 0 10px;
    display: inline-block;
    clear: both;
    text-align: left;
  }
  .header-container .header-link .header-static .col.col3 {
    margin: 0;
  }
  .header-container .header-mobile {
    text-align: right;
  }
  .header-container .header-mobile .box-right {
    display: inline-block;
    float: none;
    position: static;
    margin: 0;
    vertical-align: middle;
  }
  .header-container .header-mobile .my-account {
    text-align: left;
  }
  .header-container .header-mobile .block-search {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    width: auto;
    float: none;
    margin: 0;
  }
  .header-container .header-mobile .block-search .block-title {
    cursor: pointer;
    display: block;
    margin: 0;
  }
  .header-container .header-mobile .block-search .block-title strong {
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  .header-container .header-mobile .block-search .block-title strong:before {
    display: block;
    font-family: FontAwesome;
    content: "\f002";
    font-size: 18px;
    color: #444;
    height: 30px;
    line-height: 36px;
    width: 30px;
    text-align: center;
  }
  .header-container .header-mobile .block-search .block-content {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9999;
    padding: 5px 0 0;
    display: none;
  }
  .header-container .header-mobile .block-search .block-content .close-icon {
    cursor: pointer;
    display: block;
    font-size: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    bottom: 0;
  }
  .header-container .header-mobile .block-search .block-content .close-icon:before {
    content: "\f00d";
    color: #98b6ba;
    display: block;
    font-family: FontAwesome;
    font-size: 19px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 22px;
  }
  .header-container .header-mobile .block-search:hover .block-content {
    display: block;
  }
  .footer-container .footer-top .block.newsletter .field .control {
    width: auto;
  }
  .page-products .toolbar .limiter,
  .page-products .toolbar .pages {
    /* width: 100%;
				text-align:left;
				margin: 10px 0;*/
  }
  .f-fix .box-hover .actions-primary {
    margin: 0 5px 0 0 !important;
  }
  .f-fix .box-hover .actions-primary .action.tocart {
    padding: 6px 6px !important;
  }
  .f-fix .box-hover .add-to-links .action {
    margin: 0 5px 0 0 !important;
    padding: 6.5px 15px !important;
  }
}
@media screen and (max-width: 560px) {
  .footer-static-center-one .f-one.facebook,
  .footer-static-center-one .f-one.google,
  .footer-static-center-one .f-one.pinterest {
    margin: 0px 10px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .main-content .group-title1 h2 {
    font-size: 16px;
  }
  .main-content .producttab-container .group-title1 ul.tabs li {
    font-size: 16px;
  }
  .main-content .categorytab-container ul.tabs li {
    font-size: 16px;
  }
  .main-content .products-grid .products .item {
    width: 100%;
  }
  .main-content .products-grid .products .item:nth-of-type(2n+1) {
    clear: none;
  }
  .main-content .product-view .product-info .product-social-links .product-addto-links {
    width: 100%;
    margin: 0 0 3px;
  }
  .main-content .products-list .list-box {
    padding-top: 10px;
  }
  .main-content .products-list .item .item-inner .f-fix .name {
    width: 50%;
  }
  .footer-container .footer-top .block.newsletter .field .text-newletter h3 {
    font-size: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 250px;
    right: -20px;
  }
}
@media screen and (max-width: 396px) {
  .footer-static-center-one .f-one.pinterest {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 372px) {
  .f-fix .box-hover .add-to-links .action.tocompare {
    margin: 5px 5px 0 0 !important;
  }
}
@media screen and (max-width: 364px) {
  .product-view .product-info-main .product-social-links .product-addto-links .action:last-child {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 350px) {
  .owl-container .owl-carousel .owl-controls .owl-buttons div {
    display: none;
  }
}
@media screen and (max-width: 346px) {
  .footer-static-center-one .f-one.google {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 296px) {
  .footer-static-center-one .f-one.facebook {
    margin: 10px 10px 0 0;
  }
}
.fotorama__fullscreen .fotorama--fullscreen {
  z-index: 10009999 !important;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__thumb {
  overflow: inherit !important;
}
.fotorama__nav__frame {
  margin-right: 6px !important;
  padding: 0 !important;
}
.fotorama__nav__shaft {
  margin: 10px 0 0;
}
.fotorama__thumb-border {
  border: none !important;
  background-image: none !important;
}
.fotorama__thumb {
  background: none !important;
}
.fotorama__stage__frame .fotorama__img {
  width: 100% !important;
}
.fotorama__fullscreen-icon,
.fotorama__fullscreen-icon:focus,
.fotorama__fullscreen-icon:after,
.fotorama__fullscreen-icon:before,
.fotorama__fullscreen .fotorama__zoom-in:focus,
.fotorama__fullscreen .fotorama__zoom-out:focus,
.fotorama__fullscreen .fotorama__zoom-in:after,
.fotorama__fullscreen .fotorama__zoom-out:after {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: 0 !important;
  transition-property: 0 !important;
}
/*endeeeeeee--------------------------*/
.blinking {
  animation: blinkingText 5.9s infinite;
}
@keyframes blinkingText {
  0% {
    color: #fff;
  }
  30% {
    color: transparent;
  }
  40% {
    color: #fff;
  }
  50% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@media screen and (max-width: 577px) {
  .Versand00-01 {
    display: none;
  }
}
@media screen and (min-width: 578px) {
  .Versand00-02 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .produkt-detai01 {
    display: none;
  }
  .Banner-footer-001 {
    display: none;
  }
  .block.newsletter {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .produkt-detai0121321321 {
    display: none;
  }
}
.bewertungen {
  border: 1px solid #b7b7b7;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 12px -1px #b7b7b7;
  -moz-box-shadow: 0px 0px 12px -1px #000000;
  box-shadow: 0px 0px 12px -1px #b7b7b7;
  display: flow-root;
}
.Banner-footer-001 {
  border: 1px solid #b7b7b7;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 12px -1px #b7b7b7;
  -moz-box-shadow: 0px 0px 12px -1px #000000;
  box-shadow: 0px 0px 12px -1px #b7b7b7;
  display: flow-root;
  margin-bottom: 15px;
}
