@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: url(opensansregular.ttf); }
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  src: url(opensansbold.ttf); }
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 400;
  src: url(robotoslabregular.ttf); }
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 700;
  src: url(robotoslabbold.ttf); }
button {
  background: transparent;
  border: 0;
  outline: none; }

ul {
  margin-bottom: 0; }

a {
  color: inherit;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #33cbcc;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit; }

.input-control {
  width: 100%;
  border: solid 1px #e1e1e1;
  background: transparent;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  .input-control:focus {
    border-color: #33cbcc; }

.button {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 0;
  outline: 0;
  background: #33cbcc;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.button .hoverButton {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.button.dashed {
  color: #5b5b5b;
  background: transparent;
  border: dashed 1px #5b5b5b; }

.button:hover .hoverButton {
  opacity: 1; }

.button.dashed:hover, .button.dashed:focus {
  border-color: #33cbcc;
  background: #33cbcc;
  color: #fff; }

.button.disabled {
  background: #ddd;
  color: #858585;
  cursor: not-allowed; }

.img-fix {
  max-width: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.text-overflow, .topHeader .welText, .mainNav li.hasMega .megaMenu .listMenu li a, .titleDecoration .title, .listCate li > a, .listCate .hasSubListCate .subListCate a, .listCateMobile .mobile-menu a, .coDownProduct .coDownProductMeta h3 a, .coDownProduct .coDownProductPrice, .breadcrumb, .topImgCollection .titleCollection, .productGrid h3, .productGrid .productPrice, .filterCheckbox .checkbox span, .listArticles .listArticleInfo .listArticleTitle, .prodDetailTabs .nav li a, .linklistsSidebar a, .listProductsWrapper .listProducts li .listsProductsInfo h3, .teleSale .teleSaleName, .linklists li, .quickViewWrapper .quickViewProductMeta > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.linkOver {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.spr {
  background: url("spr.png") no-repeat; }

.success {
  color: green; }

.error {
  color: red; }

.ico_cart {
  display: inline-block;
  width: 38px;
  height: 38px; }

.icoBar {
  display: inline-block;
  width: 25px;
  height: 16px;
  background-position: -40px 0; }

.fz18 {
  font-size: 18px; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #5b5b5b;
  letter-spacing: 0.1px;
  position: relative;
  left: 0;
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  overflow-x: hidden; }

#header {
  border-bottom: solid 1px #ddd; }

.topHeader {
  border-bottom: solid 1px #e1e1e1;
  line-height: 40px; }
  .topHeader .topList {
    text-align: right; }
    .topHeader .topList li {
      display: inline-block;
      margin-left: 13px; }

.logo {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 80px; }

.logo span {
  font-size: 0;
  visibility: hidden; }

.searchForm {
  position: relative;
  z-index: 11;
  margin-top: 17px;
  overflow: hidden; }
  .searchForm .input-control {
    height: 45px;
    padding: 7px 50px 7px 12px; }
  .searchForm .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #33cbcc; }

.midHeader {
  padding: 15px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.midHeader.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 99;
  background: #fcfcfc;
  border-bottom: solid 1px #d2d2d2;
  animation: fadeDown 0.3s ease;
  -webkit-animation: fadeDown 0.3s ease;
  -moz-animation: fadeDown 0.3s ease; }
  .midHeader.fixed .logo {
    height: 60px; }
    .midHeader.fixed .logo img {
      max-height: 50px; }
  .midHeader.fixed .input-control {
    border-color: #dbdbdb;
    background: #fff; }
    .midHeader.fixed .input-control:focus, .midHeader.fixed .input-control:hover {
      border-color: #33cbcc; }
  .midHeader.fixed .searchForm, .midHeader.fixed .hotLine {
    margin-top: 7px; }
  .midHeader.fixed .miniCart {
    margin-top: 10px; }

.miniCart {
  position: relative;
  float: right;
  margin-top: 18px;
  padding-left: 45px; }
  .miniCart .ico_cart {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 38px;
    color: #33cbcc; }
  .miniCart .miniCartWrapper {
    position: absolute;
    z-index: 30;
    right: 0;
    top: 100%;
    width: 300px;
    padding: 15px;
    background: #fff;
    border: solid 1px #e1e1e1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    .miniCart .miniCartWrapper.nano .nano-content {
      top: 15px;
      bottom: 15px;
      padding: 0 17px 0 15px; }
    .miniCart .miniCartWrapper img {
      float: left;
      margin: 0 15px 0 0; }
    .miniCart .miniCartWrapper .qty {
      color: #262626;
      display: block;
      font-weight: normal;
      opacity: 0.7; }
    .miniCart .miniCartWrapper .item {
      position: relative;
      font-weight: bold;
      padding-right: 20px;
      padding-bottom: 7px;
      margin-bottom: 7px;
      border-bottom: solid 1px #e1e1e1; }
      .miniCart .miniCartWrapper .item a {
        display: block; }
      .miniCart .miniCartWrapper .item .remove {
        position: absolute;
        right: 0;
        top: 1px;
        color: #ff5c5f;
        font-size: 20px;
        line-height: 1; }
    .miniCart .miniCartWrapper .bottomMiniCart {
      margin-top: 14px; }
      .miniCart .miniCartWrapper .bottomMiniCart .totalCart {
        font-weight: bold;
        font-size: 15px;
        color: #33cbcc; }
  .miniCart:hover .miniCartWrapper {
    opacity: 1;
    visibility: visible; }

.hotLine {
  position: relative;
  float: right;
  margin-top: 15px;
  margin-right: 17px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #33cbcc; }
  .hotLine .fa {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 38px;
    color: #33cbcc;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg); }
  .hotLine b {
    color: #33cbcc; }
  .hotLine span {
    font-size: 14px;
    color: #262626;
    cursor: default; }
  .hotLine:hover b {
    color: #ff5c5f; }
  .hotLine:hover .fa {
    color: #ff5c5f;
    animation: lax 0.3s infinite;
    -moz-animation: lax 0.3s infinite;
    -webkit-animation: lax 0.3s infinite; }

.bottomHeader .cateTitle {
  margin: 0 -15px 0 0;
  position: relative;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 60px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  border: solid 1px #e1e1e1;
  border-bottom: 0;
  cursor: default; }
  .bottomHeader .cateTitle.active {
    background: #33cbcc;
    border-color: #33cbcc;
    color: #fff; }
    .bottomHeader .cateTitle.active .icoBar {
      background-position: -61px 0; }
  .bottomHeader .cateTitle .icoBar {
    margin-right: 15px; }

.mainNav {
  margin: 0 0 0 -15px;
  border: solid 1px #e1e1e1;
  border-left: 0;
  border-bottom: 0; }
  .mainNav li.active > a {
    color: #33cbcc; }
  .mainNav > li {
    display: inline-block; }
    .mainNav > li:hover > a {
      color: #33cbcc; }
    .mainNav > li > a {
      display: block;
      line-height: 60px;
      padding: 0 15px;
      font-family: 'Roboto Slab', sans-serif;
      text-transform: uppercase;
      font-weight: 500; }
  .mainNav .subMenu {
    position: absolute;
    z-index: 30;
    background: #fff;
    width: 300px;
    border: solid 1px #e1e1e1;
    border-top: solid 3px #33cbcc;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    .mainNav .subMenu li a {
      display: block;
      padding: 10px 15px; }
      .mainNav .subMenu li a:hover {
        background: rgba(182, 182, 182, 0.1); }
  .mainNav .subMenu2 {
    top: 0;
    left: 100%; }
  .mainNav li.hasSub {
    position: relative; }
    .mainNav li.hasSub:hover > a {
      background: rgba(182, 182, 182, 0.1); }
    .mainNav li.hasSub:hover > .subMenu {
      opacity: 1;
      visibility: visible; }
  .mainNav > li.hasSub:hover > a {
    background: transparent; }
  .mainNav li.hasMega {
    position: static; }
    .mainNav li.hasMega .megaMenu {
      position: absolute;
      left: -1px;
      right: 15px;
      z-index: 40;
      background: #fff;
      padding: 10px 30px 20px;
      max-height: 540px;
      border: solid 1px #e1e1e1;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .mainNav li.hasMega .megaMenu .titleDecoration {
        margin-top: 15px; }
      .mainNav li.hasMega .megaMenu .listMenu li {
        margin-bottom: 9px; }
        .mainNav li.hasMega .megaMenu .listMenu li a {
          display: block; }
      .mainNav li.hasMega .megaMenu.nano2 .nano-content {
        top: 10px;
        bottom: 20px;
        left: 30px;
        right: 30px; }
    .mainNav li.hasMega:hover .megaMenu {
      opacity: 1;
      visibility: visible; }

.titleDecoration {
  position: relative;
  border-bottom: solid 1px #e1e1e1;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif; }
  .titleDecoration .line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #33cbcc; }
  .titleDecoration .title {
    display: block; }

.listCate {
  position: static;
  margin-right: -15px;
  border: solid 1px #e1e1e1;
  border-top: 0; }
  .listCate > li {
    border-bottom: solid 1px #e1e1e1;
    background: #fff; }
    .listCate > li:last-child {
      border-bottom: 0; }
  .listCate li > a {
    display: block;
    padding: 0 30px 0 25px;
    line-height: 50px; }
  .listCate li:hover > a {
    background: rgba(182, 182, 182, 0.1); }
  .listCate.hasIcon > li > a {
    position: relative;
    padding-left: 65px; }
  .listCate.hasIcon > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -8px;
    width: 20px;
    height: 20px;
    background: url("icon_cate.png") no-repeat; }
  .listCate.hasIcon > li:nth-of-type(1) > a:after {
    background-position: 0 0; }
  .listCate.hasIcon > li:nth-of-type(2) > a:after {
    background-position: 0 -20px; }
  .listCate.hasIcon > li:nth-of-type(3) > a:after {
    background-position: 0 -40px; }
  .listCate.hasIcon > li:nth-of-type(4) > a:after {
    background-position: 0 -60px; }
  .listCate.hasIcon > li:nth-of-type(5) > a:after {
    background-position: 0 -80px; }
  .listCate.hasIcon > li:nth-of-type(6) > a:after {
    background-position: 0 -100px; }
  .listCate.hasIcon > li:nth-of-type(7) > a:after {
    background-position: 0 -120px; }
  .listCate.hasIcon > li:nth-of-type(8) > a:after {
    background-position: 0 -140px; }
  .listCate.hasIcon > li:nth-of-type(9) > a:after {
    background-position: 0 -160px; }
  .listCate.hasIcon > li:nth-of-type(10) > a:after {
    background-position: 0 -180px; }
  .listCate .hasSubListCate .subListCate {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    position: absolute;
    z-index: 40;
    left: 100%;
    top: 0;
    height: 100.4%;
    max-width: 886px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    .listCate .hasSubListCate .subListCate a {
      display: block;
      float: left;
      width: 288px;
      padding: 0 25px;
      line-height: 50px;
      border: solid 1px #e1e1e1;
      border-top: 0;
      background: #fff; }
      .listCate .hasSubListCate .subListCate a:hover {
        background: #f8f8f8; }
  .listCate .hasSubListCate:hover .subListCate {
    opacity: 1;
    visibility: visible; }
  .listCate .hasSubListCate .fa-angle-right {
    position: absolute;
    right: 20px;
    font-size: 16px;
    line-height: 50px; }

.listCateInSubPage {
  position: relative; }
  .listCateInSubPage .listCate {
    position: absolute;
    z-index: 30;
    left: 15px;
    right: 15px;
    border: solid 1px #33cbcc;
    border-top: 0; }

.listCateMobile {
  position: absolute;
  z-index: 20;
  top: 100%;
  background: #fff;
  border: solid 1px #33cbcc; }
  .listCateMobile .mobile-menu a {
    display: block; }
  .listCateMobile .mobile-menu > li {
    border-bottom: solid 1px #e1e1e1; }
    .listCateMobile .mobile-menu > li > a {
      padding: 0 0 0 15px;
      line-height: 44px; }
      .listCateMobile .mobile-menu > li > a:hover, .listCateMobile .mobile-menu > li > a:focus {
        background: #f6f6f6; }
  .listCateMobile .mobile-menu .hasSubListCate {
    position: relative; }
    .listCateMobile .mobile-menu .hasSubListCate > a {
      padding-right: 50px; }
    .listCateMobile .mobile-menu .hasSubListCate em {
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      font-size: 20px; }
    .listCateMobile .mobile-menu .hasSubListCate .SubListCate li a {
      line-height: 36px;
      padding: 0 15px 0 25px; }
  .listCateMobile .hasIcon > li > a {
    padding-left: 40px;
    position: relative; }
    .listCateMobile .hasIcon > li > a:after {
      content: "";
      display: block;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      background: url("icon_cate.png") no-repeat; }
  .listCateMobile .hasIcon > li:nth-of-type(1) > a:after {
    background-position: 0 0; }
  .listCateMobile .hasIcon > li:nth-of-type(2) > a:after {
    background-position: 0 -20px; }
  .listCateMobile .hasIcon > li:nth-of-type(3) > a:after {
    background-position: 0 -40px; }
  .listCateMobile .hasIcon > li:nth-of-type(4) > a:after {
    background-position: 0 -60px; }
  .listCateMobile .hasIcon > li:nth-of-type(5) > a:after {
    background-position: 0 -80px; }
  .listCateMobile .hasIcon > li:nth-of-type(6) > a:after {
    background-position: 0 -100px; }
  .listCateMobile .hasIcon > li:nth-of-type(7) > a:after {
    background-position: 0 -120px; }
  .listCateMobile .hasIcon > li:nth-of-type(8) > a:after {
    background-position: 0 -140px; }
  .listCateMobile .hasIcon > li:nth-of-type(9) > a:after {
    background-position: 0 -160px; }
  .listCateMobile .hasIcon > li:nth-of-type(10) > a:after {
    background-position: 0 -180px; }
  .listCateMobile .hasIcon .hasSubListCate .SubListCate li a {
    padding-left: 45px;
    padding-right: 20px; }

.slideshow {
  margin-left: -15px;
  width: auto; }
  .slideshow .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  .slideshow .owl-buttons {
    position: absolute;
    width: 100%;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .slideshow .owl-prev {
    float: left;
    margin-left: 15px; }
  .slideshow .owl-next {
    float: right;
    margin-right: 15px; }
  .slideshow .owl-prev, .slideshow .owl-next {
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: initial;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    .slideshow .owl-prev:hover, .slideshow .owl-next:hover {
      background: rgba(0, 0, 0, 0.8); }
  .slideshow .owl-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center; }
    .slideshow .owl-pagination .owl-page {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 3px;
      background: #fff;
      pointer-events: initial; }
      .slideshow .owl-pagination .owl-page.active {
        background: #33cbcc; }

.coDownCollection {
  margin-top: 30px; }

.slideProducts, .sliderBrand, .relatedProdDetail {
  margin: 0 -7.5px;
  width: auto; }
  .slideProducts .owl-controls, .sliderBrand .owl-controls, .relatedProdDetail .owl-controls {
    position: absolute;
    right: 7.5px;
    top: -55px; }
    .slideProducts .owl-controls .owl-next, .slideProducts .owl-controls .owl-prev, .sliderBrand .owl-controls .owl-next, .sliderBrand .owl-controls .owl-prev, .relatedProdDetail .owl-controls .owl-next, .relatedProdDetail .owl-controls .owl-prev {
      display: inline-block;
      width: 30px;
      line-height: 30px;
      text-align: center;
      border: solid 1px #e1e1e1;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .slideProducts .owl-controls .owl-next:hover, .slideProducts .owl-controls .owl-prev:hover, .sliderBrand .owl-controls .owl-next:hover, .sliderBrand .owl-controls .owl-prev:hover, .relatedProdDetail .owl-controls .owl-next:hover, .relatedProdDetail .owl-controls .owl-prev:hover {
        color: #fff;
        border-color: #33cbcc;
        background-color: #33cbcc; }
    .slideProducts .owl-controls .owl-prev, .sliderBrand .owl-controls .owl-prev, .relatedProdDetail .owl-controls .owl-prev {
      margin-right: 5px; }

.sliderBrand .item {
  margin: 0 7.5px;
  padding: 0 7.5px;
  height: 45px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  .sliderBrand .item img {
    max-width: 100%;
    max-height: 45px; }

.coDownProduct {
  position: relative;
  padding: 0 7.5px; }
  .coDownProduct .coDownProductMeta {
    padding: 15px 10px;
    border: solid 1px #e1e1e1;
    border-top: 0; }
    .coDownProduct .coDownProductMeta h3 {
      font-family: 'Roboto Slab', sans-serif;
      font-weight: bold;
      text-align: center;
      font-size: 15px;
      line-height: 1.4;
      margin: 0 0 5px; }
      .coDownProduct .coDownProductMeta h3 a {
        display: block; }
  .coDownProduct .coDownProductPrice {
    text-align: center; }
    .coDownProduct .coDownProductPrice span {
      color: #ff5c5f;
      font-size: 18px;
      font-weight: bold;
      margin-right: 5px; }
    .coDownProduct .coDownProductPrice del {
      opacity: 0.6; }
  .coDownProduct .coDownProductImg {
    position: relative;
    text-align: center;
    background: #e5e5e5;
    border: solid 1px #e1e1e1;
    border-bottom: 0; }
    .coDownProduct .coDownProductImg form.actions {
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .coDownProduct .coDownProductImg form.actions .button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 4px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
        .coDownProduct .coDownProductImg form.actions .button:hover {
          color: #fff;
          background: #33cbcc; }
        .coDownProduct .coDownProductImg form.actions .button.skype:hover {
          background: #12A5F4; }
  .coDownProduct:hover form.actions .button {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .coDownProduct:hover form.actions {
    visibility: visible;
    opacity: 1; }
  .coDownProduct .countDown {
    position: absolute;
    z-index: 20;
    top: 15px;
    right: 0px;
    width: 190px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
    background: #33cbcc;
    text-align: center; }
    .coDownProduct .countDown:after {
      content: "";
      display: block;
      position: absolute;
      top: -7px;
      right: 0;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 7px solid #262626; }

.breadcrumb {
  padding: 10px 0;
  line-height: 30px; }
  .breadcrumb ol {
    margin-bottom: 0; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb a, .breadcrumb span.current {
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block; }
  .breadcrumb span.current {
    color: #33cbcc; }
  .breadcrumb .divide {
    opacity: 0.4; }

.relatedCollection {
  margin-top: 30px;
  margin-bottom: 40px; }
  .relatedCollection .relatedCollectionSlide {
    width: auto;
    margin: 0 -7.5px; }
    .relatedCollection .relatedCollectionSlide .owl-controls {
      position: absolute;
      right: 7.5px;
      top: -55px; }
      .relatedCollection .relatedCollectionSlide .owl-controls .owl-next, .relatedCollection .relatedCollectionSlide .owl-controls .owl-prev {
        display: inline-block;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border: solid 1px #e1e1e1;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
        .relatedCollection .relatedCollectionSlide .owl-controls .owl-next:hover, .relatedCollection .relatedCollectionSlide .owl-controls .owl-prev:hover {
          color: #fff;
          border-color: #33cbcc;
          background-color: #33cbcc; }
      .relatedCollection .relatedCollectionSlide .owl-controls .owl-prev {
        margin-right: 5px; }
  .relatedCollection .relatedCollectionInfo {
    position: relative;
    overflow: hidden;
    border: solid 1px #e1e1e1;
    margin: 0 7.5px; }
    .relatedCollection .relatedCollectionInfo .relatedCollectionMeta {
      background: #fff;
      padding: 25px 15px; }
      .relatedCollection .relatedCollectionInfo .relatedCollectionMeta h3 {
        font-weight: bold;
        margin-bottom: 5px; }
      .relatedCollection .relatedCollectionInfo .relatedCollectionMeta .desc {
        font-size: 12px; }
    .relatedCollection .relatedCollectionInfo:hover {
      border-color: #33cbcc; }
    .relatedCollection .relatedCollectionInfo:hover a {
      color: #33cbcc; }

.topImgCollection {
  position: relative;
  margin-top: 15px;
  max-height: 280px;
  overflow: hidden; }
  .topImgCollection .titleCollection {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 13px;
    border: solid 1px #fff;
    font-family: 'Roboto Slab', sans-serif;
    max-width: 95%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
  .topImgCollection .bg {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }

.collectionDisplay {
  display: block;
  margin: 0 -7.5px; }
  .collectionDisplay .collectionResultProducts {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
  .collectionDisplay .coDownProduct {
    position: relative;
    width: 33.33333333333333%;
    float: left;
    padding: 0 7.5px;
    margin-top: 15px; }

.threBanner {
  margin: 0 -7.5px;
  margin-top: 15px; }
  .threBanner [class^="col-"] {
    padding: 0 7.5px; }
  .threBanner .noPadding {
    padding: 0; }
  .threBanner a:hover {
    opacity: 0.7; }

.bigCollection {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-top: 15px;
  border-bottom: solid 1px #e1e1e1;
  border-top: solid 2px #33cbcc;
  border-right: solid 1px #e1e1e1;
  overflow: hidden; }
  .bigCollection .controlTabsWrapper {
    float: left;
    width: 25%;
    padding-right: 10px; }
  .bigCollection .tabContentWrapper {
    float: left;
    width: 75%; }
  .bigCollection .title {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 83px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 7px 20px;
    line-height: 1.5;
    font-family: 'Roboto Slab', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden; }
  .bigCollection .controlTabs {
    position: relative;
    height: 100%; }
    .bigCollection .controlTabs .nav {
      padding: 7px 7px 0;
      height: 100%;
      background: rgba(255, 255, 255, 0.3); }
      .bigCollection .controlTabs .nav li {
        height: 76px;
        margin-bottom: 7px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Roboto Slab', sans-serif; }
        .bigCollection .controlTabs .nav li .readMore {
          display: block;
          position: absolute;
          z-index: 30;
          height: 76px;
          width: 76px;
          text-align: center;
          line-height: 76px;
          background: #27cbc0 !important;
          left: 100%;
          top: 0;
          padding: 0;
          font-size: 34px;
          opacity: 0;
          visibility: hidden;
          -moz-backface-visibility: visible;
          -webkit-backface-visibility: visible;
          transform: rotateY(60deg);
          -webkit-transform: rotateY(60deg);
          -moz-transform: rotateY(60deg);
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
          .bigCollection .controlTabs .nav li .readMore:after {
            display: none; }
        .bigCollection .controlTabs .nav li:hover .readMore {
          opacity: 1;
          visibility: visible;
          -webkit-transform: rotateY(0deg);
          -moz-transform: rotateY(0deg);
          transform: rotateY(0deg); }
        .bigCollection .controlTabs .nav li .readMore:hover {
          background: #5b5b5b; }
        .bigCollection .controlTabs .nav li .tootip {
          top: -33px !important; }
        .bigCollection .controlTabs .nav li .tooltip.top .tooltip-arrow {
          left: 45% !important; }
        .bigCollection .controlTabs .nav li .tooltip-inner {
          white-space: nowrap; }
        .bigCollection .controlTabs .nav li a {
          display: flex;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          height: 100%;
          font-size: 13px;
          align-items: center;
          -webkit-align-items: center;
          padding-right: 15px;
          padding-left: 15px;
          background: rgba(245, 245, 245, 0.15);
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
        .bigCollection .controlTabs .nav li a:hover, .bigCollection .controlTabs .nav li a:active, .bigCollection .controlTabs .nav li a:focus {
          color: #fff; }
        .bigCollection .controlTabs .nav li.active a, .bigCollection .controlTabs .nav li:hover a {
          background: rgba(0, 0, 0, 0.2); }
    .bigCollection .controlTabs .navBigCollectionMobile {
      position: absolute;
      z-index: 20;
      top: 66px;
      left: 0px;
      right: 0px; }
    .bigCollection .controlTabs .bigCollectionBtnNav {
      position: relative; }
      .bigCollection .controlTabs .bigCollectionBtnNav .fa {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 66px;
        height: 66px;
        line-height: 66px;
        text-align: center;
        font-size: 22px; }
  .bigCollection.hasIcon .nav li a {
    position: relative;
    padding-left: 60px; }
    .bigCollection.hasIcon .nav li a:after {
      content: "";
      display: block;
      position: absolute;
      left: 12px;
      top: 50%;
      margin-top: -17px;
      width: 34px;
      height: 34px; }
  .bigCollection.hasIcon .nav li:nth-of-type(1) a:after {
    background-position: 0 0; }
  .bigCollection.hasIcon .nav li:nth-of-type(2) a:after {
    background-position: 0 -34px; }
  .bigCollection.hasIcon .nav li:nth-of-type(3) a:after {
    background-position: 0 -68px; }
  .bigCollection.hasIcon .nav li:nth-of-type(4) a:after {
    background-position: 0 -102px; }
  .bigCollection.hasIcon .nav li:nth-of-type(5) a:after {
    background-position: 0 -136px; }
  .bigCollection.hasIcon .nav li:nth-of-type(6) a:after {
    background-position: 0 -170px; }
  .bigCollection.hasIcon .nav li:nth-of-type(7) a:after {
    background-position: 0 -204px; }
  .bigCollection .tabContent {
    margin-left: -7.5px;
    padding: 15px 7.5px 0; }
    .bigCollection .tabContent [class^="col-"] {
      padding: 0 7.5px; }
    .bigCollection .tabContent .tab-pane {
      display: none; }
    .bigCollection .tabContent .tab-pane.active {
      display: flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap; }
    .bigCollection .tabContent .error {
      margin: 0 7.5px; }

.bigCollection .controlTabs, .bigCollection .controlTabs .bg {
  background: #27cbc0; }

.productGrid {
  position: relative;
  margin-bottom: 20px; }
  .productGrid .productSale {
    position: absolute;
    z-index: 11;
    display: block;
    width: 50px;
    line-height: 30px;
    text-align: center;
    background: #ff5c5f;
    color: #fff; }
  .productGrid h3 {
    text-align: center;
    line-height: 1.2;
    font-size: 15px;
    margin: 10px 0 5px;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif; }
  .productGrid .productPrice {
    text-align: center; }
    .productGrid .productPrice span {
      color: #ff5c5f;
      font-weight: bold; }
    .productGrid .productPrice del {
      font-size: 12px;
      opacity: 0.5; }
  .productGrid .actions {
    text-align: center;
    margin-top: 10px;
    white-space: nowrap; }
    .productGrid .actions .button {
      position: relative;
      height: 36px;
      line-height: 36px;
      padding: 0 13px;
      border-color: #5c5c5c;
      font-size: 11px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.3px;
      font-family: 'Roboto Slab', sans-serif; }
      .productGrid .actions .button:hover {
        color: #fff; }
      .productGrid .actions .button.disabled {
        color: #fff;
        background: #ddd;
        pointer-events: none; }
  .productGrid .productImg {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    height: 206px;
    border: solid 2px #f2f2f2;
    overflow: hidden; }
    .productGrid .productImg img {
      max-height: 206px; }
  .productGrid .new-quickview-btn, .productGrid .quickview-btn, .productGrid .skype {
    display: inline-block;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    color: #fff; }
    .productGrid .new-quickview-btn:hover, .productGrid .quickview-btn:hover, .productGrid .skype:hover {
      background: #33cbcc; }
  .productGrid .skype:hover {
    background: #12A5F4; }
  .productGrid .hoverButtons {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .productGrid:hover .hoverButtons {
    opacity: 1;
    visibility: visible; }
  .productGrid:hover .quickview-btn, .productGrid:hover .new-quickview-btn, .productGrid:hover .skype {
    width: 38px;
    height: 38px;
    line-height: 38px; }

.productList {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e1e1e1; }
  .productList .productListImg {
    width: 273px;
    float: left; }
  .productList .productListInfo {
    margin-left: 288px; }
    .productList .productListInfo h3 {
      font-size: 18px;
      font-weight: bold;
      font-family: 'Roboto Slab',sans-serif;
      line-height: 1.5;
      margin: 5px 0; }
  .productList .productListPrice span {
    color: #fb5d5c;
    font-size: 16px;
    font-weight: bold; }
  .productList .productListPrice del {
    opacity: 0.5; }
  .productList .line {
    display: block;
    margin: 18px 0;
    width: 30px;
    height: 2px;
    background: #828282; }
  .productList .productListDesc {
    opacity: 0.7;
    font-style: italic;
    line-height: 1.6; }
  .productList .productListForm {
    margin-top: 20px; }
    .productList .productListForm .buttonProductList.button {
      position: relative;
      height: 40px;
      width: 174px;
      line-height: 40px;
      padding: 0 10px 0 45px;
      text-align: center;
      border-color: #5c5c5c;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      font-family: 'Roboto Slab', sans-serif; }
      .productList .productListForm .buttonProductList.button .fa {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        border-right: solid 1px rgba(255, 255, 255, 0.5);
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease; }
      .productList .productListForm .buttonProductList.button:hover, .productList .productListForm .buttonProductList.button:focus {
        color: #fff; }
        .productList .productListForm .buttonProductList.button:hover .fa, .productList .productListForm .buttonProductList.button:focus .fa {
          border-color: transparent;
          background: rgba(0, 0, 0, 0.3); }
      .productList .productListForm .buttonProductList.button.contactWithShop {
        width: 150px; }
      .productList .productListForm .buttonProductList.button.disabled {
        width: 150px;
        color: #fff;
        background: #ddd;
        pointer-events: none; }
    .productList .productListForm .button {
      height: 40px;
      line-height: 40px;
      padding: 0 17px;
      float: left;
      margin-right: 3px; }
      .productList .productListForm .button.quickview-btn, .productList .productListForm .button.skype {
        width: 40px;
        padding: 0;
        text-align: center;
        background: #5b5b5b; }
        .productList .productListForm .button.quickview-btn:hover, .productList .productListForm .button.skype:hover {
          background: #33cbcc;
          color: #fff; }
      .productList .productListForm .button.skype:hover {
        background: #12A5F4; }

.brand {
  margin-top: 30px; }

.homeBlog {
  margin-top: 30px; }
  .homeBlog [class^="col-"] {
    padding: 0 7.5px; }
  .homeBlog .homeBlogWrapper {
    margin: 0 -7.5px; }

.blogGrid {
  position: relative; }
  .blogGrid .linkOver {
    z-index: 20; }
  .blogGrid .imgBlogGrid {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    height: 224px;
    overflow: hidden; }
  .blogGrid .titleBlogGrid {
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif;
    margin: 10px 0 5px;
    font-size: 15px;
    line-height: 1.4; }
  .blogGrid .descBlogGrid {
    opacity: 0.8;
    text-align: justify;
    margin-top: 10px; }
  .blogGrid .pubDate {
    opacity: 0.8;
    font-size: 13px; }
  .blogGrid:hover .titleBlogGrid {
    color: #33cbcc; }

.newsletter {
  margin-top: 30px;
  padding: 30px 0;
  background: #33cbcc;
  color: #fff; }
  .newsletter.notNewsletter {
    padding: 2px 0; }
  .newsletter h3 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 18px;
    height: 44px;
    text-transform: uppercase; }
  .newsletter form {
    position: relative; }
    .newsletter form button {
      position: absolute;
      right: 0;
      top: 0;
      height: 42px;
      line-height: 42px;
      width: 44px;
      text-align: center;
      color: #333;
      opacity: 0.7;
      font-size: 16px; }
      .newsletter form button:hover {
        color: #33cbcc; }
  .newsletter .input-control {
    height: 44px;
    line-height: 44px;
    background: #fff;
    padding: 10px 50px 10px 15px;
    color: #262626; }
    .newsletter .input-control.err {
      border-color: red; }
    .newsletter .input-control:hover, .newsletter .input-control:focus {
      border-color: #8b8b8b; }

.sideBarCollection {
  margin-right: -15px; }

.filtersTool {
  border: solid 1px #e1e1e1;
  padding: 25px 15px;
  margin-top: 15px; }

.selectedFilter {
  position: relative;
  padding-bottom: 20px; }
  .selectedFilter .filterClearAll {
    position: absolute;
    right: 15px;
    top: 25px;
    color: #fb5d5c;
    font-weight: bold; }

.selectedFilterList li {
  line-height: 22px;
  margin-bottom: 5px;
  letter-spacing: 0.5px; }
  .selectedFilterList li .close {
    color: #fb5d5c; }

.filterRange .ui-widget.ui-widget-content {
  border: 0;
  width: 95%;
  margin-left: 2.5%;
  margin-top: 30px; }
.filterRange .ui-slider-horizontal {
  height: 2px;
  background: #e1e1e1; }
  .filterRange .ui-slider-horizontal .ui-slider-range {
    background: #33cbcc; }
.filterRange .ui-state-default, .filterRange .ui-widget-content .ui-state-default {
  top: -7px;
  background: #fff;
  outline: 0;
  border: solid 2px #33cbcc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
.filterRange #start, .filterRange #stop {
  width: 50%;
  margin-top: 20px; }
  .filterRange #start input, .filterRange #stop input {
    width: 100%;
    border: 0;
    outline: 0; }
.filterRange #stop input {
  text-align: right; }
.filterRange .button {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px; }

.filterColor {
  padding-bottom: 20px; }
  .filterColor .color {
    display: inline-block; }
    .filterColor .color label {
      width: 40px;
      height: 40px;
      font-size: 0;
      margin-right: 5px;
      background: #000;
      border: solid 2px transparent; }
    .filterColor .color input[type="checkbox"] {
      display: none; }
    .filterColor .color input[type="checkbox"]:checked + label {
      border-color: #5b5b5b !important; }

.filterCheckbox {
  padding-bottom: 13px; }
  .filterCheckbox .checkbox {
    margin-bottom: 12px;
    width: 50%;
    float: left; }
    .filterCheckbox .checkbox input[type="checkbox"] {
      display: none; }
    .filterCheckbox .checkbox label {
      float: left;
      width: 26px;
      height: 26px;
      font-size: 0;
      margin-bottom: 0;
      border: solid 1px #e1e1e1;
      text-align: center; }
      .filterCheckbox .checkbox label .fa {
        line-height: 26px;
        font-size: 18px;
        display: none; }
    .filterCheckbox .checkbox span {
      display: block;
      margin-left: 33px;
      padding-right: 5px;
      line-height: 30px; }
    .filterCheckbox .checkbox input[type="checkbox"]:checked + label > .fa {
      display: inline-block; }
  .filterCheckbox .fullWidthCheckbox {
    width: 100%;
    float: none; }

.blogPage {
  margin-top: 15px; }
  .blogPage .blogPageTitle {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 24px;
    font-family: 'Roboto Slab', sans-serif; }

.articleList {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e1e1e1; }

.articleListImg {
  width: 300px;
  float: left; }

.articleListInfo {
  margin-left: 315px; }
  .articleListInfo .tags {
    margin-bottom: 15px; }
    .articleListInfo .tags a {
      display: inline-block;
      line-height: 28px;
      padding: 0 20px;
      background: #000;
      color: #fff;
      border-radius: 20px; }
  .articleListInfo .articleListTitle {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Roboto Slab',sans-serif; }

.articleListMeta {
  margin-top: 15px; }

.articleListDesc {
  font-style: italic;
  opacity: 0.8; }

.articleListAuthor, .articleListPubDate, .articleDetailPubDate, .articleDetailAuthor {
  display: inline-block;
  color: #bdbdbd; }

.articleListAuthor, .articleDetailAuthor {
  margin-right: 20px; }
  .articleListAuthor img, .articleDetailAuthor img {
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }

.articleDetail {
  margin-top: 15px; }
  .articleDetail .tags {
    margin-bottom: 15px; }
    .articleDetail .tags a {
      display: inline-block;
      line-height: 28px;
      padding: 0 20px;
      background: #000;
      color: #fff;
      border-radius: 20px; }

.articleDetailTitle {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px; }

.articleDetailMetaComment {
  display: inline-block;
  margin-left: 20px;
  color: #bdbdbd; }

.articleDetailContent {
  margin-top: 30px; }
  .articleDetailContent img {
    max-width: 100% !important; }

.articleDetailShare {
  margin-top: 30px; }

.articleDetailComment {
  margin-top: 30px; }

.articleDetailCommentPost {
  margin-top: 20px;
  width: 90%; }
  .articleDetailCommentPost img {
    width: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left; }
  .articleDetailCommentPost .articleDetailCommentContentName {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-top: 8px;
    margin-bottom: 12px; }
  .articleDetailCommentPost .articleDetailCommentContent {
    margin-left: 115px; }
  .articleDetailCommentPost .articleDetailCommentText {
    font-size: 13px;
    line-height: 1.6;
    font-style: italic; }

.articleDetailComentForm {
  padding-bottom: 20px;
  margin-top: 30px; }
  .articleDetailComentForm .articleDetailComentFormError {
    margin: 20px 0 10px; }
  .articleDetailComentForm .articleDetailComentFormNote {
    font-size: 13px;
    display: block;
    margin: 20px 0; }
    .articleDetailComentForm .articleDetailComentFormNote.success {
      padding: 10px;
      background: #f6f6f6; }
  .articleDetailComentForm .input-control {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 12px;
    background: #fcfcfc; }
  .articleDetailComentForm .button {
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .articleDetailComentForm textarea.input-control {
    height: 93px; }
  .articleDetailComentForm .left {
    width: 50%;
    padding-right: 7.5px; }
  .articleDetailComentForm .right {
    width: 50%;
    padding-left: 7.5px; }

.defaultPage {
  margin-top: 15px; }

.defaultPageTitle, .cartPageTitle {
  font-size: 26px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-weight: bold;
  font-family: 'Roboto Slab', sans-serif; }

.cartPageTitle {
  font-size: 22px;
  margin: 20px 0; }

.tableCart img {
  width: 70px; }
.tableCart > thead > tr > th {
  line-height: 30px; }
.tableCart .cartQtyGroup .cartQtyButton {
  line-height: 38px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  float: left;
  background: transparent;
  color: #333;
  border: solid 1px #e1e1e1; }
  .tableCart .cartQtyGroup .cartQtyButton:hover {
    color: #fff;
    background: #19bebf;
    border-color: #19bebf; }
.tableCart .cartQtyGroup .input-control {
  height: 40px;
  width: 40px;
  float: left;
  text-align: center;
  background: #fff;
  pointer-events: none;
  border-left: 0;
  border-right: 0; }
.tableCart tbody > tr:nth-of-type(2n+2), .tableCart thead th {
  background: #f8f8f8; }
.tableCart tbody > tr > td {
  vertical-align: middle; }

.table-responsive {
  border: 1px solid #ddd;
  overflow-x: initial; }

.defaultPageContent img {
  max-width: 100% !important; }

.pageCartButton {
  width: 350px;
  margin-top: 20px; }
  .pageCartButton .button {
    line-height: 40px;
    padding: 0 25px;
    margin-bottom: 15px; }
    .pageCartButton .button:hover {
      color: #fff; }

.pageCartSumary {
  width: 350px;
  margin-top: 20px; }
  .pageCartSumary h3 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold; }
  .pageCartSumary .pageCartSumaryTable {
    width: 100%;
    border: solid 1px #ddd; }
    .pageCartSumary .pageCartSumaryTable tr:nth-of-type(2n+2) {
      background: #f8f8f8; }
    .pageCartSumary .pageCartSumaryTable td {
      padding: 10px 8px; }
  .pageCartSumary .button {
    margin-top: 15px;
    line-height: 40px;
    padding: 0 25px; }
    .pageCartSumary .button:hover {
      color: #fff; }

.formAccountPage {
  margin-bottom: 30px; }
  .formAccountPage .input-control {
    height: 40px;
    padding: 5px 10px;
    background: #fafafa; }
  .formAccountPage .button {
    width: 100%;
    margin-top: 15px;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 40px; }
  .formAccountPage label {
    margin: 10px 0; }

.note {
  display: block;
  border: solid 1px transparent;
  line-height: 30px;
  text-align: center; }

.note.error {
  border-color: red; }

.searchPageTitle {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold; }

.contentSearchPage {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin: 25px -7.5px 40px; }

.contentSearchPage .coDownProduct {
  width: 25%;
  float: left; }

.orderPageMeta, .AddressPageMeta {
  text-align: center;
  margin-bottom: 20px; }

.orderPageTitle, .AddressPageTitle {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0 5px; }

.orderDetail {
  margin-top: 20px; }
  .orderDetail .backPage {
    margin-top: 15px;
    line-height: 40px;
    padding: 0 25px;
    color: #fff; }

.orderAddTitle {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.tableOrderDetail td {
  border: solid 1px #ddd; }

.AccountPageTitle {
  margin-top: 20px; }

.accountDetailPageTitle {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0; }

.newAddressWrapper {
  position: absolute;
  background: #fff;
  padding: 20px 30px;
  width: 400px;
  border-top: solid 5px #33cbcc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  .newAddressWrapper .titleNewsAddress {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase; }
  .newAddressWrapper .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #ff5c5f;
    opacity: 1; }

.buttonNewsAddress {
  display: block;
  width: 170px;
  text-align: center;
  margin: auto; }

.formAddress .input-control {
  height: 40px;
  padding: 5px 10px;
  margin-bottom: 10px; }
.formAddress .boxSelect {
  width: 100%;
  margin-bottom: 10px; }
  .formAddress .boxSelect select {
    width: 100%; }
.formAddress .formAddressButtons {
  margin-top: 15px; }

.AddressPage .button {
  line-height: 40px;
  padding: 0 15px;
  color: #fff; }

.AddressPage .huy {
  background: #5b5b5b; }

.addressDetail {
  margin-top: 30px;
  padding: 15px 25px 10px;
  background: #fbfbfb;
  border: solid 1px #e1e1e1; }
  .addressDetail .boxSelect .boxSelectDown {
    background: #fbfbfb; }

.tableOrder thead, .tableOrder tbody tr:nth-of-type(2n+2) {
  background: #f3f3f3; }

.accountDetailAvatar {
  margin-bottom: 15px; }

.listArticlesWrapper {
  border: solid 1px #e1e1e1;
  padding: 20px 15px; }

.listArticles li {
  position: relative;
  margin-top: 10px; }
  .listArticles li:hover a {
    color: #33cbcc; }
.listArticles .listArticleImg {
  width: 60px;
  float: left; }
.listArticles .listArticleInfo {
  margin-left: 70px; }
  .listArticles .listArticleInfo .listArticleTitle {
    font-family: 'Roboto Slab', sans-serif;
    padding-top: 5px;
    margin-bottom: 5px; }
  .listArticles .listArticleInfo .listArticlePubDate {
    font-size: 13px;
    opacity: 0.6; }

.boxHotline {
  display: inline-block;
  position: relative;
  line-height: 42px;
  letter-spacing: 0.5px;
  padding: 0 20px 0 64px;
  font-size: 24px;
  border: solid 2px #fb5d5c;
  color: #fb5d5c;
  font-weight: bold; }
  .boxHotline a {
    color: #fb5d5c; }
  .boxHotline .fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #fb5d5c;
    color: #fff; }
    .boxHotline .fa:before {
      display: inline-block;
      transform: rotate(-30deg); }

.prodDetail {
  margin-top: 25px; }
  .prodDetail .boxHotline {
    margin-top: 20px; }

.prodDetailTitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Slab',sans-serif; }

.prodDetailMeta {
  margin-top: 15px; }
  .prodDetailMeta span {
    display: block;
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-top: 5px; }

.prodDetailPrice {
  margin-top: 20px; }
  .prodDetailPrice span {
    font-size: 20px;
    font-weight: bold;
    color: #fb5d5c; }
  .prodDetailPrice del {
    margin-left: 7px;
    opacity: 0.5; }

.prodDetailDesc {
  margin-top: 20px;
  font-style: italic;
  opacity: 0.85; }

.prodDetailGift {
  margin-top: 20px;
  opacity: 0.8;
  line-height: 1.6; }
  .prodDetailGift .prodDetailGiftTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', sans-serif;
    letter-spacing: 1px; }
    .prodDetailGift .prodDetailGiftTitle .fa {
      font-size: 20px; }
  .prodDetailGift .prodDetailGiftContent {
    border: solid 1px #e1e1e1;
    background: #ededed;
    padding: 10px 15px;
    line-height: 1.6; }
    .prodDetailGift .prodDetailGiftContent p {
      margin-bottom: 0; }
  .prodDetailGift:hover .prodDetailGiftTitle {
    color: #fb5d5c; }

.prodDetailForm {
  margin-top: 20px; }
  .prodDetailForm .selector-wrapper {
    margin-bottom: 20px; }
    .prodDetailForm .selector-wrapper label {
      width: 100px; }
    .prodDetailForm .selector-wrapper select {
      width: 200px;
      height: 36px;
      padding: 5px 10px;
      border-color: #e1e1e1; }
  .prodDetailForm .prodDetailQtyGroup .prodDetailQtyButton {
    line-height: 38px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    float: left;
    background: transparent;
    color: #333;
    border: solid 1px #e1e1e1; }
    .prodDetailForm .prodDetailQtyGroup .prodDetailQtyButton:hover {
      color: #fff;
      background: #19bebf;
      border-color: #19bebf; }
  .prodDetailForm .prodDetailQtyGroup .qty {
    float: left;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-align: center;
    outline: 0;
    line-height: 40px;
    border: solid 1px #e1e1e1;
    border-left: 0;
    border-right: 0;
    pointer-events: none; }
  .prodDetailForm .prodDetailQtyGroup.disabled * {
    pointer-events: none;
    background: #ededed;
    color: #8f8f8f; }
  .prodDetailForm .prodDetailAddCart {
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 50px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    z-index: 0; }
    .prodDetailForm .prodDetailAddCart .fa {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      font-size: 15px;
      text-align: center;
      line-height: 40px;
      border-right: solid 1px rgba(255, 255, 255, 0.5);
      transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease; }
    .prodDetailForm .prodDetailAddCart:hover, .prodDetailForm .prodDetailAddCart:focus {
      color: #fff; }
      .prodDetailForm .prodDetailAddCart:hover .fa, .prodDetailForm .prodDetailAddCart:focus .fa {
        border-color: transparent;
        background: rgba(0, 0, 0, 0.3); }
    .prodDetailForm .prodDetailAddCart.disabled {
      pointer-events: none;
      background: #ddd;
      cursor: not-allowed; }

.prodDetailImgFeatured {
  position: relative;
  background: #ebebeb;
  border: solid 1px #e1e1e1;
  min-height: 80px; }
  .prodDetailImgFeatured img {
    position: static !important;
    height: auto !important;
    width: auto !important; }
  .prodDetailImgFeatured .img-fix:nth-of-type(2) {
    display: none !important; }
  .prodDetailImgFeatured .button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    z-index: 20;
    bottom: 15px;
    color: #fff;
    background: #5b5b5b;
    font-size: 16px;
    opacity: 0.7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    .prodDetailImgFeatured .button:hover {
      opacity: 1;
      background: #33cbcc; }
  .prodDetailImgFeatured #zoomImg {
    left: 15px; }

.prodDetailImgThumb {
  width: auto;
  margin: 10px -4px 0; }
  .prodDetailImgThumb .imgThumb {
    padding: 0 4px; }
    .prodDetailImgThumb .imgThumb a {
      display: block;
      max-height: 100px;
      overflow: hidden;
      border: solid 1px #e1e1e1; }
      .prodDetailImgThumb .imgThumb a.active, .prodDetailImgThumb .imgThumb a:hover {
        border-color: #33cbcc; }
  .prodDetailImgThumb .owl-controls {
    position: absolute;
    z-index: 20;
    top: -66px;
    left: 66px;
    color: #fff; }
    .prodDetailImgThumb .owl-controls .owl-prev {
      display: none; }
    .prodDetailImgThumb .owl-controls .owl-next {
      width: 40px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #5b5b5b;
      font-size: 16px;
      opacity: 0.7;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .prodDetailImgThumb .owl-controls .owl-next:hover {
        opacity: 1;
        background: #33cbcc; }

.prodDetailForm .selector-wrapper {
  display: none; }

.swatchProdDetail {
  margin: 0 0 12px; }

/* Label */
.swatchProdDetail .header {
  margin: 0 0 5px;
  font-weight: bold; }

.swatchProdDetail input {
  display: none; }

.swatchProdDetail label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  min-width: 40px !important;
  height: 40px !important;
  margin: 0;
  border: #e1e1e1 1px solid;
  background-color: #ebebeb;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  text-transform: uppercase; }

.prodDetailSwatchElement label {
  padding: 0 10px; }

.color.prodDetailSwatchElement label {
  padding: 0; }

.swatchProdDetail input:checked + label {
  background: #33cbcc;
  color: #fff;
  border-color: #33cbcc; }

.swatchProdDetail input:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #fff !important;
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
  background: #ff5c5f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.swatchProdDetail .prodDetailSwatchElement {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  margin: 0px 10px 10px 0;
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatchProdDetail .prodDetailSwatchElement .crossed-out {
  display: none; }

.swatchProdDetail .prodDetailSwatchElement.soldout .crossed-out {
  display: block; }

.swatchProdDetail .prodDetailSwatchElement.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

/* Tooltips */
.swatchProdDetail .tooltip {
  text-align: center;
  background: #5b5b5b;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -25px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatchProdDetail .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatchProdDetail .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #5b5b5b 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatchProdDetail .prodDetailSwatchElement:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatchProdDetail.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatchProdDetail.error p {
  margin: 0.7em 0; }

.swatchProdDetail.error p:first-child {
  margin-top: 0; }

.swatchProdDetail.error p:last-child {
  margin-bottom: 0; }

.swatchProdDetail.error code {
  font-family: monospace; }

.orderFormWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 25px 30px 20px;
  background: #fff;
  border-top: solid 5px #33cbcc;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  .orderFormWrapper .close {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #ff5c5f;
    opacity: 1; }
  .orderFormWrapper .textNoteorderForm {
    font-size: 13px;
    display: block;
    margin-bottom: 15px; }
  .orderFormWrapper .orderFormTitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Roboto Slab', sans-serif; }
  .orderFormWrapper .input-control {
    width: 100%;
    height: 40px;
    padding: 5px 7px;
    margin-bottom: 15px; }
    .orderFormWrapper .input-control.err {
      border-color: red; }
    .orderFormWrapper .input-control.disabled {
      pointer-events: none;
      background: #ececec; }
  .orderFormWrapper textarea.input-control {
    height: 110px; }
  .orderFormWrapper .button {
    padding: 0 30px;
    float: left;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    letter-spacing: 2px; }
  .orderFormWrapper .button.skype {
    line-height: 40px;
    width: 40px;
    padding: 0;
    height: 40px;
    text-align: center;
    background: #5b5b5b;
    color: #fff;
    font-size: 18px;
    margin-left: 5px; }
    .orderFormWrapper .button.skype:hover {
      background: #12A5F4; }

.countDownProdDetail {
  position: absolute;
  z-index: 20;
  left: -7px;
  top: 15px;
  height: 34px;
  line-height: 34px;
  width: 220px;
  background: #33cbcc;
  color: #fff;
  text-align: center; }
  .countDownProdDetail:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 7px solid #262626; }

.prodDetailTabs {
  margin: 40px 15px 0; }
  .prodDetailTabs .nav li {
    position: relative;
    float: left;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Slab',sans-serif; }
    .prodDetailTabs .nav li a {
      display: block;
      line-height: 40px;
      padding: 0 15px;
      border-left: solid 1px #e3e3e3;
      border-right: solid 1px #e3e3e3;
      background: #f1f1f1; }
    .prodDetailTabs .nav li.active a {
      background: #33cbcc;
      border-color: #33cbcc;
      color: #fff; }
  .prodDetailTabs .prodDetailTabsContent {
    padding: 20px;
    border: solid 1px #e1e1e1; }
    .prodDetailTabs .prodDetailTabsContent img {
      max-width: 100% !important; }
    .prodDetailTabs .prodDetailTabsContent > .tab-pane {
      display: none; }
    .prodDetailTabs .prodDetailTabsContent > .active {
      display: block; }

.relatedProdDetailWrapper {
  margin-top: 30px;
  margin: 30px 15px 0; }
  .relatedProdDetailWrapper .relatedProdDetail {
    width: auto;
    margin: 0 -7.5px; }

.AJAXFormContactLoading {
  padding: 150px 0; }
  .AJAXFormContactLoading .loading-pulse {
    margin: auto;
    position: relative;
    width: 6px;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    animation: pulse 750ms infinite;
    animation-delay: 250ms; }
    .AJAXFormContactLoading .loading-pulse:before, .AJAXFormContactLoading .loading-pulse:after {
      content: '';
      position: absolute;
      display: block;
      height: 16px;
      width: 6px;
      background: rgba(0, 0, 0, 0.2);
      top: 50%;
      transform: translateY(-50%);
      animation: pulse 750ms infinite; }
    .AJAXFormContactLoading .loading-pulse:before {
      left: -12px; }
    .AJAXFormContactLoading .loading-pulse:after {
      left: 12px;
      animation-delay: 500ms; }

body.loading {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none; }

.fullLoading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8); }
  .fullLoading .loading-pulse {
    margin: auto;
    position: relative;
    top: 50%;
    margin-top: -12px;
    width: 6px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    animation: pulserevert 750ms infinite;
    -webkit-animation: pulserevert 750ms infinite;
    -moz-animation: pulserevert 750ms infinite;
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms; }
    .fullLoading .loading-pulse:before, .fullLoading .loading-pulse:after {
      content: '';
      position: absolute;
      display: block;
      height: 16px;
      width: 6px;
      background: rgba(255, 255, 255, 0.2);
      top: 50%;
      transform: translateY(-50%);
      animation: pulserevert 750ms infinite;
      -webkit-animation: pulserevert 750ms infinite;
      -moz-animation: pulserevert 750ms infinite; }
    .fullLoading .loading-pulse:before {
      left: -12px; }
    .fullLoading .loading-pulse:after {
      left: 12px;
      animation-delay: 500ms; }

.sidebarProductGroup {
  margin-bottom: 15px; }
  .sidebarProductGroup .complainForm {
    padding: 0 10px 20px;
    border: solid 1px #e1e1e1;
    border-top: 0; }
    .sidebarProductGroup .complainForm .input-control {
      height: 34px;
      margin-top: 15px;
      border: 0;
      border-bottom: solid 1px #e1e1e1; }
      .sidebarProductGroup .complainForm .input-control.err {
        border-color: red !important; }
      .sidebarProductGroup .complainForm .input-control:hover, .sidebarProductGroup .complainForm .input-control:focus {
        border-color: #33cbcc; }
    .sidebarProductGroup .complainForm textarea.input-control {
      height: 100px; }
    .sidebarProductGroup .complainForm .button {
      width: 100%;
      margin-top: 15px;
      line-height: 36px;
      text-transform: uppercase;
      font-weight: bold;
      font-family: 'Roboto Slab',sans-serif;
      background: #5b5b5b; }
      .sidebarProductGroup .complainForm .button:hover, .sidebarProductGroup .complainForm .button:focus {
        background: #33cbcc; }
    .sidebarProductGroup .complainForm .complainFormNote {
      display: block;
      margin-top: 10px;
      font-size: 13px;
      opacity: 0.7; }

.sidebarBlog {
  margin-left: -15px; }

.sidebarBlogGroup {
  margin-bottom: 15px; }
  .sidebarBlogGroup .listProductsWrapper {
    margin-top: 0;
    border-top: 0;
    padding: 15px; }

.linklistsSidebar {
  border: solid 1px #e1e1e1;
  border-top: 0;
  padding: 5px 15px; }
  .linklistsSidebar a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: solid 1px #e1e1e1; }
    .linklistsSidebar a.last {
      border-bottom: 0; }

.toggleSidebar.dropDownButton {
  display: block;
  position: relative;
  line-height: 50px;
  padding: 0 15px;
  color: #5b5b5b;
  text-transform: uppercase;
  font-family: 'Roboto Slab',sans-serif;
  border: solid 1px #e1e1e1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .toggleSidebar.dropDownButton .fa {
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease; }
  .toggleSidebar.dropDownButton.active .fa {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  .toggleSidebar.dropDownButton.active, .toggleSidebar.dropDownButton:hover {
    background: #33cbcc;
    color: #fff;
    border-color: #33cbcc; }
  .toggleSidebar.dropDownButton .fa {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px; }

.policyWrapper {
  border: solid 1px #e1e1e1;
  border-top: 0;
  padding: 0 0 20px 0; }
  .policyWrapper .policy {
    position: relative;
    padding: 20px 15px 0 15px;
    cursor: default; }
    .policyWrapper .policy h4 {
      text-transform: uppercase;
      font-family: 'Roboto Slab', sans-serif;
      font-weight: bold;
      margin-bottom: 5px;
      line-height: 1.6; }
    .policyWrapper .policy p {
      opacity: 0.8;
      margin-bottom: 0; }
    .policyWrapper .policy:hover h4 {
      color: #33cbcc; }
  .policyWrapper .ico {
    display: none; }
  .policyWrapper.hasIcon {
    padding-left: 10px; }
    .policyWrapper.hasIcon .policy {
      padding-left: 50px; }
      .policyWrapper.hasIcon .policy:hover .ico {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg); }
    .policyWrapper.hasIcon .ico {
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -19px;
      width: 38px;
      height: 38px;
      background: url("policy.png") no-repeat;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
    .policyWrapper.hasIcon .icoPolicy1 {
      background-position: 0 0; }
    .policyWrapper.hasIcon .icoPolicy2 {
      background-position: -38px 0; }
    .policyWrapper.hasIcon .icoPolicy3 {
      background-position: -76px 0; }

.listProductsWrapper {
  border: solid 1px #e1e1e1;
  padding: 25px 15px;
  margin-top: 15px; }
  .listProductsWrapper .listProducts li {
    position: relative;
    margin-top: 13px; }
    .listProductsWrapper .listProducts li.first {
      margin-top: 0; }
    .listProductsWrapper .listProducts li .listsProductsImg {
      width: 60px;
      float: left; }
    .listProductsWrapper .listProducts li .listsProductsInfo {
      margin-left: 75px; }
      .listProductsWrapper .listProducts li .listsProductsInfo h3 {
        font-family: 'Roboto Slab', sans-serif;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px; }
      .listProductsWrapper .listProducts li .listsProductsInfo .listsProductsPrice del {
        opacity: 0.7;
        font-size: 12px; }
      .listProductsWrapper .listProducts li .listsProductsInfo .listsProductsPrice span {
        color: #fb5d5c; }
    .listProductsWrapper .listProducts li:hover a {
      color: #33cbcc; }

.teleSalesWraper {
  border: solid 1px #e1e1e1; }

.teleSale {
  padding: 10px;
  border-bottom: solid 1px #e1e1e1; }
  .teleSale:last-child {
    border-bottom: 0; }
  .teleSale .teleSaleInfo {
    margin-left: 50px; }
  .teleSale .teleSaleName {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Roboto Slab',sans-serif; }
  .teleSale .teleSaleSkype {
    text-align: center;
    width: 44px;
    line-height: 44px;
    font-size: 28px;
    float: left;
    color: #00aff0;
    animation: vibe 0.5s linear 0.3s infinite; }
  .teleSale .teleSalePhone {
    color: #33cbcc; }

.bannerSideBar {
  margin-top: 15px; }
  .bannerSideBar img {
    width: 100%; }
    .bannerSideBar img:hover {
      opacity: 0.8; }

.pager {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-top: 30px; }
  .pager a, .pager span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 2px;
    border: solid 1px #e1e1e1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .pager .current, .pager a:hover {
    background: #33cbcc;
    border-color: #33cbcc;
    color: #fff; }

.toolsCollection {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e1e1e1; }

.boxSelect {
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 267px; }
  .boxSelect label {
    margin-right: 7px; }
  .boxSelect .boxSelectDown {
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 10;
    display: block;
    width: 20px;
    height: 38px;
    background: #fff;
    pointer-events: none; }
  .boxSelect select {
    display: inline-block;
    width: 200px;
    height: 100%;
    outline: 0;
    padding: 5px;
    border: solid 1px #e1e1e1; }
    .boxSelect select:hover, .boxSelect select:focus {
      border-color: #33cbcc; }

.toolsCollection .boxSelect {
  float: left; }
.toolsCollection .viewCollection {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 5px;
  font-size: 18px;
  color: #848484;
  border: solid 1px #e1e1e1; }
  .toolsCollection .viewCollection.active {
    color: #fff;
    background: #33cbcc;
    border-color: #33cbcc; }

.sidebarProduct {
  margin-left: -15px; }

#footer .topFooter {
  padding: 50px 0 40px; }
#footer .footerContact li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px; }
  #footer .footerContact li .fa {
    position: absolute;
    left: 0;
    top: 3px; }
#footer .aboutShop {
  margin-top: 15px;
  line-height: 1.5; }
  #footer .aboutShop .listSocial {
    margin-top: 13px; }
    #footer .aboutShop .listSocial a {
      margin-right: 5px; }
#footer .copyright {
  padding: 10px 0;
  background: #f1f1f1;
  line-height: 26px; }
  #footer .copyright .payment {
    max-height: 26px; }

.listSocial a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #898989;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #e1e1e1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .listSocial a.fb:hover {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff; }
  .listSocial a.tw:hover {
    background: #00aced;
    border-color: #00aced;
    color: #fff; }
  .listSocial a.yt:hover {
    background: #e52d27;
    border-color: #e52d27;
    color: #fff; }

.linklists li {
  margin-bottom: 7px; }

.popEventWrapper {
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #262626; }
  .popEventWrapper .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    .popEventWrapper .close:hover {
      color: #fd5d5d; }

#goTop {
  position: fixed;
  z-index: 40;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #262626;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  #goTop:hover {
    background: #33cbcc; }

.quickViewWrapper {
  width: 1000px;
  padding: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  .quickViewWrapper .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #ff5c5f;
    opacity: 1; }
  .quickViewWrapper .quickViewCountDown {
    position: absolute;
    z-index: 11;
    left: -7px;
    top: 20px;
    background: #33cbcc;
    width: 230px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center; }
    .quickViewWrapper .quickViewCountDown:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -7px;
      width: 0px;
      height: 0px;
      border-top: 7px solid transparent;
      border-bottom: 0px solid transparent;
      border-right: 7px solid #262626; }
  .quickViewWrapper .quickViewImg, .quickViewWrapper .quickViewProduct {
    width: 50%;
    float: left; }
  .quickViewWrapper .quickViewImg {
    padding-right: 15px; }
  .quickViewWrapper .quickViewThumbImg {
    margin-top: 20px;
    padding: 0 30px; }
    .quickViewWrapper .quickViewThumbImg img {
      border: solid 1px #e1e1e1; }
    .quickViewWrapper .quickViewThumbImg .owl-item {
      padding: 0 4px; }
    .quickViewWrapper .quickViewThumbImg .owl-controls {
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px;
      pointer-events: none; }
      .quickViewWrapper .quickViewThumbImg .owl-controls .owl-next {
        float: right;
        margin-right: -5px; }
      .quickViewWrapper .quickViewThumbImg .owl-controls .owl-prev {
        float: left;
        margin-left: 0px; }
      .quickViewWrapper .quickViewThumbImg .owl-controls .owl-next, .quickViewWrapper .quickViewThumbImg .owl-controls .owl-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: solid 1px #aeaeae;
        text-align: center;
        pointer-events: initial;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease; }
        .quickViewWrapper .quickViewThumbImg .owl-controls .owl-next:hover, .quickViewWrapper .quickViewThumbImg .owl-controls .owl-prev:hover {
          background: #33cbcc;
          border-color: #33cbcc;
          color: #fff; }
  .quickViewWrapper .quickViewProduct {
    padding-left: 15px; }
    .quickViewWrapper .quickViewProduct .boxHotline {
      margin-top: 15px;
      color: #fb5d5c !important; }
  .quickViewWrapper .quickViewProductTitle {
    font-family: 'Roboto Slab',sans-serif;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0; }
  .quickViewWrapper .quickViewProductMeta {
    padding: 20px 20px 10px;
    border: 1px dashed #c0c0c0; }
    .quickViewWrapper .quickViewProductMeta > div {
      width: 50%;
      float: left;
      padding-right: 15px;
      margin-bottom: 7px; }
  .quickViewWrapper .quickViewProductSocial {
    margin-top: 10px;
    height: 23px; }
  .quickViewWrapper .quickViewProductDesc {
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.6;
    opacity: 0.85; }
  .quickViewWrapper .quickViewProductPrice {
    margin-bottom: 12px; }
    .quickViewWrapper .quickViewProductPrice.hasMarginTop {
      margin-top: 15px; }
    .quickViewWrapper .quickViewProductPrice span {
      font-size: 20px;
      color: #fb5d5c;
      font-weight: bold;
      margin-right: 5px; }
    .quickViewWrapper .quickViewProductPrice del {
      opacity: 0.6;
      font-style: italic; }
  .quickViewWrapper .quickViewProductActions .selector-wrapper {
    margin-bottom: 15px; }
  .quickViewWrapper .quickViewProductActions label {
    width: 100px; }
  .quickViewWrapper .quickViewProductActions select {
    height: 36px;
    width: 170px;
    padding: 5px 7px;
    border: solid 1px #e1e1e1; }
  .quickViewWrapper .swatch {
    margin-bottom: 10px; }
    .quickViewWrapper .swatch .header {
      margin-bottom: 5px;
      font-weight: bold; }
  .quickViewWrapper .quickViewSwatchElement {
    float: left;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
    margin: 0px 7px 7px 0;
    height: 40px;
    position: relative;
    /* Tooltips */
    /* CSS triangle */ }
    .quickViewWrapper .quickViewSwatchElement input[type="radio"] {
      display: none; }
    .quickViewWrapper .quickViewSwatchElement label {
      position: relative;
      width: auto;
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0 7px;
      border: #e1e1e1 1px solid;
      background-color: #ebebeb;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background-size: 100%; }
    .quickViewWrapper .quickViewSwatchElement input[type="radio"]:checked + label {
      color: #fff;
      border-color: #33cbcc;
      background-color: #33cbcc; }
    .quickViewWrapper .quickViewSwatchElement input[type="radio"]:checked + label:after {
      font-family: 'FontAwesome';
      content: "\f00c";
      color: #fff !important;
      display: block;
      position: absolute;
      right: -1px;
      top: -1px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      text-align: center;
      font-size: 9px;
      background: #ff5c5f;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
    .quickViewWrapper .quickViewSwatchElement .tooltip {
      text-align: center;
      background: #5b5b5b;
      color: #fff;
      margin-bottom: 10px;
      bottom: 100%;
      padding: 10px;
      display: block;
      position: absolute;
      width: 100px;
      left: -25px;
      margin-bottom: 15px;
      /* Make it invisible by default */
      filter: alpha(opacity=0);
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      visibility: hidden;
      /* Animations */
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      z-index: 10000;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .quickViewWrapper .quickViewSwatchElement .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%; }
    .quickViewWrapper .quickViewSwatchElement .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #5b5b5b 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0; }
    .quickViewWrapper .quickViewSwatchElement:hover .tooltip {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
  .quickViewWrapper .quickViewProductQuantity {
    margin-bottom: 20px; }
    .quickViewWrapper .quickViewProductQuantity .quickViewProductQuantityButton {
      line-height: 38px;
      font-size: 16px;
      width: 40px;
      height: 40px;
      float: left;
      background: transparent;
      color: #333;
      border: solid 1px #e1e1e1; }
      .quickViewWrapper .quickViewProductQuantity .quickViewProductQuantityButton:hover {
        color: #fff;
        background-color: #19bebf;
        border-color: #19bebf; }
    .quickViewWrapper .quickViewProductQuantity .quickviewQty {
      display: inline-block;
      width: 40px;
      height: 40px;
      float: left;
      border: solid 1px #e1e1e1;
      border-left: 0;
      border-right: 0;
      text-align: center;
      padding: 5px;
      pointer-events: none; }
    .quickViewWrapper .quickViewProductQuantity .quickViewProductQuantityGroup.disabled {
      pointer-events: none;
      cursor: not-allowed;
      color: #fff;
      background: #ddd; }
      .quickViewWrapper .quickViewProductQuantity .quickViewProductQuantityGroup.disabled * {
        background: #ededed;
        color: #8f8f8f; }
  .quickViewWrapper .quickViewProductButtons .quickViewAddCart, .quickViewWrapper .quickViewProductButtons .quickViewContact {
    line-height: 40px;
    padding: 0 20px 0 55px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif; }
    .quickViewWrapper .quickViewProductButtons .quickViewAddCart .fa, .quickViewWrapper .quickViewProductButtons .quickViewContact .fa {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      font-size: 14px;
      text-align: center;
      line-height: 40px;
      border-right: solid 1px rgba(255, 255, 255, 0.5);
      transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease; }
    .quickViewWrapper .quickViewProductButtons .quickViewAddCart:hover .fa, .quickViewWrapper .quickViewProductButtons .quickViewContact:hover .fa {
      background: rgba(0, 0, 0, 0.3); }
  .quickViewWrapper .quickViewProductButtons .quickViewAddCart.disabled {
    pointer-events: none; }
  .quickViewWrapper .quickViewProductButtons .skype {
    float: left;
    margin-left: 7px;
    background: #262626;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0.9;
    font-size: 18px; }
    .quickViewWrapper .quickViewProductButtons .skype:hover {
      background: #12A5F4;
      color: #fff; }

.noticeAddWrapper {
  width: 400px;
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  .noticeAddWrapper .close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 30px;
    opacity: 1;
    color: #ff5c5f; }
  .noticeAddWrapper .noteAddWrapper {
    display: block;
    color: #7fc277;
    font-size: 15px;
    margin-bottom: 10px; }
  .noticeAddWrapper .noticeAddImg {
    width: 100px;
    float: left; }
  .noticeAddWrapper .noticeAddInfo {
    margin-left: 115px; }
  .noticeAddWrapper .noticeAddInfoTitle {
    font-family: 'Roboto Slab',sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px; }
  .noticeAddWrapper .noticeAddInfoQty, .noticeAddWrapper .noticeAddInfoPrice {
    margin-bottom: 5px; }
  .noticeAddWrapper .noticeAddInfoPrice {
    font-size: 15px;
    color: #ff6063;
    font-weight: bold; }
  .noticeAddWrapper .noticeAddBottom {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #e1e1e1; }
    .noticeAddWrapper .noticeAddBottom .button {
      width: 49%;
      line-height: 36px;
      padding: 0 10px;
      text-align: center; }
      .noticeAddWrapper .noticeAddBottom .button:hover {
        color: #fff; }

.offset-menu {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  position: fixed;
  overflow-y: scroll;
  background: #323232;
  border-right: solid 1px #5d5d5d;
  color: #aeaeae;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .offset-menu .mobile-menu a {
    display: block; }
  .offset-menu .mobile-menu .has-sub {
    position: relative; }
    .offset-menu .mobile-menu .has-sub li {
      line-height: 45px; }
      .offset-menu .mobile-menu .has-sub li a {
        padding: 0 20px; }
      .offset-menu .mobile-menu .has-sub li em {
        top: 0; }
    .offset-menu .mobile-menu .has-sub .has-sub ul {
      padding-left: 15px; }
  .offset-menu .mobile-menu > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .offset-menu .mobile-menu > li > a {
      text-transform: uppercase;
      line-height: 26px;
      padding: 9.5px 20px; }
      .offset-menu .mobile-menu > li > a > em {
        top: 7px; }
    .offset-menu .mobile-menu > li em {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      line-height: 45px;
      font-size: 18px;
      text-align: center; }

.headerPanelMobile {
  position: relative;
  display: block;
  background: #323232;
  color: #959595;
  font-size: 16px; }
  .headerPanelMobile.fixed {
    position: fixed;
    left: 0;
    z-index: 99;
    width: 100%;
    animation: fadeDown 0.3s ease;
    -webkit-animation: fadeDown 0.3s ease;
    -moz-animation: fadeDown 0.3s ease; }
  .headerPanelMobile > a {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    line-height: 46px;
    border-left: solid 1px #5d5d5d; }
    .headerPanelMobile > a.first {
      border-left: 0; }
  .headerPanelMobile .headerPanelMobileCart {
    position: relative; }
    .headerPanelMobile .headerPanelMobileCart .cartCount {
      position: absolute;
      top: 3px;
      left: 50%;
      margin-left: 2px;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 11px;
      line-height: 20px;
      background: #33cbcc;
      color: #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
  .headerPanelMobile .headerPanelMobileDropList {
    position: absolute;
    z-index: 40;
    top: 100%;
    width: 100%;
    font-size: 14px; }
    .headerPanelMobile .headerPanelMobileDropList a {
      display: block;
      padding: 0 15px;
      line-height: 50px;
      background: #323232;
      border-top: solid 1px #5d5d5d; }
      .headerPanelMobile .headerPanelMobileDropList a:hover, .headerPanelMobile .headerPanelMobileDropList a:active {
        background: #414141; }

.pageContact {
  margin-top: 15px; }
  .pageContact .pageContactTitle {
    font-size: 0; }

.pageContactAddresses {
  width: 40%;
  max-height: 420px;
  float: left;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column; }

#gmap {
  width: 60%;
  float: left;
  height: 420px;
  background: #ebebeb; }

.pageContactAddress {
  min-height: 140px;
  padding: 17px 15px;
  border: solid 1px #e1e1e1;
  cursor: pointer; }
  .pageContactAddress.active {
    border-left: solid 3px #33cbcc; }
    .pageContactAddress.active .pageContactAddressTitle {
      color: #33cbcc; }
  .pageContactAddress .last {
    margin-bottom: 0; }
  .pageContactAddress .fa, .pageContactAddress span.label {
    margin-right: 5px; }

.pageContactAddressTitle {
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold; }

.pageContactText img {
  max-width: 100%; }

.ContactFormNote {
  display: block;
  margin-bottom: 15px; }

.pageContactContent {
  background-color: #f1f1f1;
  padding: 50px 0;
  margin-top: 50px;
  margin-bottom: -30px; }

.pageContactForm .input-control {
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 15px; }
.pageContactForm textarea.input-control {
  height: 200px; }
.pageContactForm .button {
  line-height: 40px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto Slab', sans-serif; }

.bg404 {
  background: #33cbcc; }

.page404 {
  position: relative;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 200px;
  left: 0; }
  .page404 a, .page404 a:hover, .page404 a:focus {
    color: #fff; }
  .page404 .bigText {
    font-size: 100px;
    font-family: 'Roboto Slab', sans-serif;
    width: 70%;
    margin: 0 auto 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #e1e1e1;
    text-transform: uppercase; }
  .page404 .smallText {
    font-family: 'Roboto Slab',sans-serif; }

.page404SearchForm {
  position: relative;
  width: 500px;
  margin: 40px auto 40px; }
  .page404SearchForm .input-control {
    height: 40px;
    line-height: 40px;
    border-color: #fff !important;
    padding: 5px 50px 10px 5px; }
    .page404SearchForm .input-control:focus, .page404SearchForm .input-control:hover {
      color: #fff; }
  .page404SearchForm .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    text-align: center; }

.spyScrollBigCollection {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 50px; }
  .spyScrollBigCollection a {
    display: block;
    width: 50px;
    height: 50px; }
    .spyScrollBigCollection a.first {
      background-position: 0 0; }
    .spyScrollBigCollection a.second {
      background-position: 0 -50px; }
    .spyScrollBigCollection a.third {
      background-position: 0 -100px; }

@keyframes pulse {
  50% {
    background: #5b5b5b; } }
@-webkit-keyframes pulse {
  50% {
    background: #5b5b5b; } }
@-moz-keyframes pulse {
  50% {
    background: #5b5b5b; } }
@keyframes pulserevert {
  50% {
    background: #fff; } }
@-webkit-keyframes pulserevert {
  50% {
    background: #fff; } }
@-moz-keyframes pulserevert {
  50% {
    background: #fff; } }
@keyframes lax {
  0% {
    transform: rotate(-25deg) scale(1, 1); }
  50% {
    transform: rotate(-50deg) scale(1.15, 1.15); }
  100% {
    transform: rotate(-25deg) scale(1, 1); } }
@-moz-keyframes lax {
  0% {
    -moz-transform: rotate(-25deg) scale(1, 1); }
  50% {
    -moz-transform: rotate(-50deg) scale(1.15, 1.15); }
  100% {
    -moz-transform: rotate(-25deg) scale(1, 1); } }
@-webkit-keyframes lax {
  0% {
    -webkit-transform: rotate(-25deg) scale(1, 1); }
  50% {
    -webkit-transform: rotate(-50deg) scale(1.15, 1.15); }
  100% {
    -webkit-transform: rotate(-25deg) scale(1, 1); } }
@keyframes fadeDown {
  0% {
    top: -100%; }
  100% {
    top: 0; } }
@-moz-keyframes fadeDown {
  0% {
    top: -100%; }
  100% {
    top: 0; } }
@-webkit-keyframes fadeDown {
  0% {
    top: -20px; }
  100% {
    top: 0; } }
@keyframes vibe {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(12.5deg); }
  40% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(-12.5deg); }
  80% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(12.5deg); } }
@-moz-keyframes vibe {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(12.5deg); }
  40% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(-12.5deg); }
  80% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(12.5deg); } }
@-webkit-keyframes vibe {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(12.5deg); }
  40% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(-12.5deg); }
  80% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(12.5deg); } }
.zoomWrapper {
  overflow: hidden;
  height: auto !important;
  width: auto !important;
  text-align: center; }

.zoomContainer {
  height: auto !important;
  width: auto !important; }

/*# sourceMappingURL=styles2.css.map */