#slideshow {
  position: relative;
  overflow: hidden; }

.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
    display: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0); }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }
  .nivo-box img {
    display: block; }

.slideshowLoading {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: block;
  background-color: #e5e5e5; }
  .slideshowLoading:before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: -27px auto 0px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-image: url(//cdn.shopify.com/s/files/1/0079/7072/t/5/assets/loading.gif?v=542877213975071984);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.nivo-prevNav, .nivo-nextNav {
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-color: #fd684f;
  color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .nivo-prevNav:before, .nivo-nextNav:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 26px;
    display: inline-block;
    vertical-align: middle; }
  .nivo-prevNav:hover, .nivo-nextNav:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: white; }

.nivo-prevNav {
  left: 10px;
  padding: 0px 13px; }
  .nivo-prevNav:before {
    content: "\f104"; }

.nivo-nextNav {
  right: 10px;
  padding: 0px 15px; }
  .nivo-nextNav:before {
    content: "\f105"; }

.nivoSlider:hover .nivo-prevNav {
  opacity: 0.6;
  filter: alpha(opacity=60); }
.nivoSlider:hover .nivo-nextNav {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.nivo-controlNav {
  font-size: 0px;
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
  text-align: center; }
  .nivo-controlNav .nivo-control {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #ebebeb;
    border-radius: 50px;
    margin: 0px 4px;
    cursor: pointer; }
    .nivo-controlNav .nivo-control.active {
      background-color: #fd684f; }

.velaHtmlCaption {
  display: none !important; }

.nivo-caption {
  position: absolute;
  top: 30%;
  left: 0px;
  right: 0px;
  max-width: 1500px;
  max-height: 1px;
  margin: 0px auto;
  z-index: 8;
  display: none; }

.velaCaption {
  position: absolute;
  top: 0px;
  margin: 0px auto;
  max-width: 600px;
  text-align: center; }
  .velaCaption.align-center {
    text-align: center;
    left: 0px;
    right: 0px; }
  .velaCaption.align-left {
    left: 0px;
    right: auto; }
  .velaCaption.align-right {
    left: auto;
    right: 0px; }
  .velaCaption h3 {
    font-family: Poppins;
    font-size: 55px;
    font-weight: bold;
    margin: 0px;
    padding: 8px 0; }
  .velaCaption p {
    font-family: Herr Von Muellerhoff;
    font-size: 83px;
    font-weight: normal;
    margin: 0px;
    padding: 8px 0; }

.btnVelaSlider {
  display: inline-block;
  vertical-align: middle;
  background-color: #fd684f;
  color: white;
  border-color: #fd684f;
  margin: 10px 0px;
  padding: 10px 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btnVelaSlider:hover {
    background-color: white;
    color: #fd684f;
    border-color: #fd684f; }

.leftright-1 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.leftright-2 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.leftright-3 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.rightleft-1 {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.rightleft-2 {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.rightleft-3 {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.topbottom-1 {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.topbottom-2 {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.topbottom-3 {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.bottomtop-1 {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.bottomtop-2 {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

.bottomtop-3 {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

#velaMegamenu {
  position: relative;
  margin: 0px;
  width: 100%;
  background-color: #fd684f; }
  #velaMegamenu .menuContainer {
    position: relative;
    margin: 0px;
    padding: 0px; }

.velaMegamenu {
  text-align: center; }
  .velaMegamenu ul {
    list-style: none;
    padding: 0px; }
  .velaMegamenu ul.nav {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle; }
    .velaMegamenu ul.nav > li {
      margin: 0px;
      padding: 0px;
      float: left; }
      .velaMegamenu ul.nav > li > a {
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        padding: 15px 22px;
        background-color: transparent;
        color: white;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .velaMegamenu ul.nav > li > a:hover {
          background-color: transparent;
          color: #95bfe2; }
      .velaMegamenu ul.nav > li.first-child > a {
        padding-left: 0px; }
      .velaMegamenu ul.nav > li.hasMenuDropdown > a:after {
        content: "\f107";
        display: inline-block;
        vertical-align: middle;
        font-family: "FontAwesome";
        float: right;
        margin-left: 5px; }
      .velaMegamenu ul.nav > li.hasMenuDropdown.hasMegaMenu {
        position: static; }
      .velaMegamenu ul.nav > li.hasMenuDropdown:hover > .menuDropdown, .velaMegamenu ul.nav > li.hasMenuDropdown:focus > .menuDropdown {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); }
  .velaMegamenu .menuDropdown {
    background-color: white;
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 0px;
    padding: 15px 15px;
    min-width: 220px;
    z-index: 900;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12); }
    .velaMegamenu .menuDropdown.megaMenu {
      right: 0px;
      width: 100%;
      max-width: 960px;
      margin: 0px auto; }
    .velaMegamenu .menuDropdown .menuTitle {
      font-family: Poppins;
      font-weight: 500;
      font-size: 14px;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 10px;
      color: #333333;
      display: block; }
      .velaMegamenu .menuDropdown .menuTitle > span, .velaMegamenu .menuDropdown .menuTitle a {
        font-weight: 500;
        font-family: Poppins;
        font-size: 14px;
        padding: 8px 10px;
        background-color: transparent;
        color: #333333;
        display: block; }
    .velaMegamenu .menuDropdown li {
      position: relative;
      border-bottom: 1px dashed 1px solid #e5e5e5; }
      .velaMegamenu .menuDropdown li a {
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 10px;
        background-color: transparent;
        color: #333333;
        display: block;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .velaMegamenu .menuDropdown li a:hover, .velaMegamenu .menuDropdown li a:focus {
          background-color: transparent;
          color: #95bfe2;
          text-decoration: none; }
      .velaMegamenu .menuDropdown li.hasMenuDropdown > a:after {
        content: "\f105";
        display: inline-block;
        vertical-align: middle;
        font-family: "FontAwesome";
        float: right;
        margin-left: 5px; }
      .velaMegamenu .menuDropdown li.hasMenuDropdown .menuDropdown {
        top: 0px;
        left: 100%; }
      .velaMegamenu .menuDropdown li.hasMenuDropdown:hover > .menuDropdown, .velaMegamenu .menuDropdown li.hasMenuDropdown:focus > .menuDropdown {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); }

.velaMenuProducts .blockProMenu {
  margin-bottom: 10px; }
  .velaMenuProducts .blockProMenu:before, .velaMenuProducts .blockProMenu:after {
    content: " ";
    display: table; }
  .velaMenuProducts .blockProMenu:after {
    clear: both; }
  .velaMenuProducts .blockProMenu .proImageMenu {
    float: left;
    width: 80px; }
  .velaMenuProducts .blockProMenu .proMetaMenu {
    padding-left: 100px; }
  .velaMenuProducts .blockProMenu .proName {
    margin: 0px;
    padding: 0px; }
    .velaMenuProducts .blockProMenu .proName a {
      display: block;
      font-family: Poppins;
      font-size: 13px;
      font-weight: 500;
      color: #333333;
      line-height: 22px;
      text-transform: uppercase; }
      .velaMenuProducts .blockProMenu .proName a:hover, .velaMenuProducts .blockProMenu .proName a:focus {
        color: #fd684f;
        text-decoration: none; }
  .velaMenuProducts .blockProMenu .boxProPrice {
    margin: 10px 0px; }

.menuBtnMobile {
  position: relative;
  padding: 0px;
  text-align: right; }

.btnMenuMobile {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  background-color: transparent;
  border-color: transparent;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btnMenuMobile:hover {
    border-color: #fd684f;
    color: #fd684f; }

.menuMobileContainer .memoHeader {
  position: relative;
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase; }
  .menuMobileContainer .memoHeader .close {
    padding: 4px 10px; }
.menuMobileContainer ul {
  list-style: none;
  padding: 0px; }
.menuMobileContainer .memoNav {
  margin: 10px 0px; }
  .menuMobileContainer .memoNav li {
    position: relative;
    border-bottom: 1px dashed #e5e5e5; }
    .menuMobileContainer .memoNav li a {
      display: block;
      padding: 10px 0px; }
    .menuMobileContainer .memoNav li .memoBtnDropdown {
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 1;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 38px;
      cursor: pointer; }
  .menuMobileContainer .memoNav .memoDropdown > li {
    padding-left: 15px; }

.labelSale {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 10px;
  color: white;
  background-color: #fd684f;
  z-index: 2; }

.priceProduct {
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  color: #333333; }
  .priceProduct.priceCompare {
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    padding: 0px 5px;
    text-decoration: line-through; }

#ProductPrice {
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle; }

.btnAddToCart {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btnAddToCart:hover {
    background-color: #fd684f;
    border-color: #fd684f;
    color: #ffffff; }

.proReviews .spr-badge-starrating .spr-icon {
  font-size: 10px;
  margin-right: 1px; }
  .proReviews .spr-badge-starrating .spr-icon.spr-icon-star-empty {
    color: #666666; }
  .proReviews .spr-badge-starrating .spr-icon.spr-icon-star {
    color: #fd684f; }

.velaProBlock {
  position: relative;
  margin: 15px 0;
  overflow: hidden; }
  .velaProBlock .proHImage {
    position: relative;
    overflow: hidden; }
  .velaProBlock .proFeaturedImage {
    display: block; }
    .velaProBlock .proFeaturedImage span {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: white;
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
  .velaProBlock .proContent {
    padding: 18px 0px;
    position: relative;
    text-align: center; }
  .velaProBlock .proName {
    margin: 0px;
    padding: 0px; }
    .velaProBlock .proName a {
      display: block;
      font-family: Poppins;
      font-size: 13px;
      font-weight: 500;
      color: #333333;
      line-height: 22px;
      text-transform: uppercase; }
      .velaProBlock .proName a:hover, .velaProBlock .proName a:focus {
        color: #fd684f;
        text-decoration: none; }
  .velaProBlock .proDescription {
    padding: 20px 0px;
    font-size: 13px;
    color: #888888;
    line-height: 24px; }
  .velaProBlock .proReviews {
    padding: 10px 0 0;
    height: 30px;
    display: none; }
    .velaProBlock .proReviews .spr-badge-caption {
      display: none; }
  .velaProBlock .proPrice {
    padding: 5px 0 0;
    height: 40px; }
    .velaProBlock .proPrice > div {
      display: inline-block;
      vertical-align: middle; }
  .velaProBlock .proButton {
    background-color: white;
    display: block; }
    .velaProBlock .proButton:before, .velaProBlock .proButton:after {
      content: " ";
      display: table; }
    .velaProBlock .proButton:after {
      clear: both; }
    .velaProBlock .proButton .btnProduct {
      height: 35px;
      width: 100%;
      line-height: 34px;
      padding: 0px; }
      .velaProBlock .proButton .btnProduct i {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px; }
      .velaProBlock .proButton .btnProduct span {
        display: none; }
    .velaProBlock .proButton > form {
      float: left;
      width: 80%; }
    .velaProBlock .proButton > div {
      float: left;
      width: 20%;
      padding-left: 1px; }
    @media (min-width: 992px) {
      .velaProBlock .proButton {
        position: absolute;
        bottom: 100%;
        right: -100%;
        width: 100%;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .velaProBlock .proButton > form {
          float: left;
          width: 62%; }
        .velaProBlock .proButton > div {
          float: left;
          width: 19%;
          padding-left: 1px; } }
  .velaProBlock .btnAddToCart {
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    line-height: 34px; }
    .velaProBlock .btnAddToCart i {
      display: none; }
  .velaProBlock:hover .proFeaturedImage span {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  @media (min-width: 992px) {
    .velaProBlock:hover .proButton {
      right: 0px;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); } }

.proList.list .velaProBlock .proContent {
  text-align: left; }
.proList.list .velaProBlock .proButton {
  position: relative;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
  left: 0px; }
  .proList.list .velaProBlock .proButton > form {
    width: auto; }
  .proList.list .velaProBlock .proButton > div {
    width: 40px; }

#proListCollection {
  position: relative;
  margin-bottom: 30px; }

.headerCollection {
  font-family: Poppins;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 0px 30px;
  padding: 9px 0px; }

.headerCollectionVixka {
  font-family: Poppins;
  font-size: 36px;
  font-weight: bold;
  margin: 0px;
  padding: 0px; }

.collBoxSort {
  background-color: #F8F8F8;
  margin: 0px 0px 15px;
  padding: 10px 20px; }
  .collBoxSort:before, .collBoxSort:after {
    content: " ";
    display: table; }
  .collBoxSort:after {
    clear: both; }
  .collBoxSort .collView {
    float: left;
    padding: 0px; }
  .collBoxSort .changeView {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0px;
    color: #888888; }
    .collBoxSort .changeView.changeViewActive {
      color: #fd684f; }
    .collBoxSort .changeView .iconChangeView {
      font-size: 16px;
      line-height: 32px; }
  .collBoxSort .collSortBy {
    float: right;
    padding: 0px; }
    .collBoxSort .collSortBy > label {
      margin: 0px 5px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      font-weight: normal;
      color: #333333;
      vertical-align: middle; }
    .collBoxSort .collSortBy > select {
      width: auto;
      height: 30px;
      padding: 2px 10px;
      display: inline-block;
      vertical-align: middle; }

.zoomContainer {
  z-index: 90;
  width: auto !important;
  height: auto !important; }

.zoomWindow {
  border: 0px !important; }

#productSelect {
  display: none; }

.proBoxPrimary {
  padding: 20px 0px; }

.proFeaturedImage {
  position: relative;
  padding: 0px; }

.proThumbnails {
  margin-top: 10px; }
  .proThumbnails .owl-thumblist {
    margin-left: -5px;
    margin-right: -5px; }
    .proThumbnails .owl-thumblist .thumbItem {
      padding: 0px 5px; }
  .proThumbnails .owl-buttons {
    position: relative;
    padding: 10px 0;
    text-align: center; }
    .proThumbnails .owl-buttons > div {
      position: relative;
      margin: 0px 6px;
      visibility: visible;
      display: inline-block;
      vertical-align: middle;
      opacity: 0.6;
      filter: alpha(opacity=60); }

.proBoxInfo {
  padding-left: 40px; }
  .proBoxInfo h1 {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .proBoxInfo .proReviews {
    margin: 0px 0px 10px;
    padding: 8px 0px; }
    .proBoxInfo .proReviews .spr-badge-caption {
      font-size: 13px;
      color: #888888;
      display: inline-block;
      vertical-align: middle;
      padding: 2px 8px 0px; }
  .proBoxInfo .proAttr {
    margin: 0px 0px 6px;
    color: #888888; }
    .proBoxInfo .proAttr > label {
      margin: 0px;
      min-width: 110px;
      font-weight: normal;
      color: #888888; }
  .proBoxInfo .proShortDescription {
    margin: 0px 0px 10px;
    padding: 14px 0px;
    color: #888888; }
  .proBoxInfo .proPrice {
    margin: 10px 0px; }
  .proBoxInfo .selector-wrapper {
    margin: 0px 0px 10px; }
    .proBoxInfo .selector-wrapper:before, .proBoxInfo .selector-wrapper:after {
      content: " ";
      display: table; }
    .proBoxInfo .selector-wrapper:after {
      clear: both; }
    .proBoxInfo .selector-wrapper > label {
      margin: 0px;
      min-width: 100px;
      height: 34px;
      font-weight: normal; }
    .proBoxInfo .selector-wrapper > select {
      min-width: 200px;
      height: 34px;
      padding: 6px 14px;
      border: 1px solid #e5e5e5;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
      .proBoxInfo .selector-wrapper > select:focus {
        border-color: #fd684f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 104, 79, 0.3);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 104, 79, 0.3); }
  .proBoxInfo .proQuantity {
    margin: 0px 0px 10px; }
    .proBoxInfo .proQuantity .qtySelector {
      margin: 0px;
      padding: 6px 0px;
      display: block;
      font-weight: normal;
      color: #888888;
      text-transform: uppercase; }
  .proBoxInfo .proButton {
    padding: 10px 0; }
  .proBoxInfo .velaProductSharing {
    margin: 15px 0px; }
  .proBoxInfo .productWishList .btnProduct {
    background-color: transparent;
    border-color: transparent;
    color: #888888;
    padding: 6px 0px; }
    .proBoxInfo .productWishList .btnProduct i {
      font-size: 16px;
      display: inline-block;
      vertical-align: middle; }
    .proBoxInfo .productWishList .btnProduct:hover, .proBoxInfo .productWishList .btnProduct:focus {
      color: #fd684f; }

.velaJsQty {
  position: relative; }
  .velaJsQty:before, .velaJsQty:after {
    content: " ";
    display: table; }
  .velaJsQty:after {
    clear: both; }
  .velaJsQty .velaQtyAdjust {
    float: left;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5;
    background-color: white;
    color: #888888; }
    .velaJsQty .velaQtyAdjust.velaQtyAdjustMinus {
      border-right: 0px; }
    .velaJsQty .velaQtyAdjust.velaQtyAdjustPlus {
      border-left: 0px; }
  .velaJsQty .velaQtyNum {
    float: left;
    height: 36px;
    width: 60px;
    border: 1px solid #e5e5e5;
    background-color: white;
    color: #333333;
    padding: 6px 12px;
    text-align: center; }

.proDetailInfo {
  margin: 30px 0px; }
  .proDetailInfo .nav-tabs > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #333333; }
    .proDetailInfo .nav-tabs > li > a:hover, .proDetailInfo .nav-tabs > li > a:focus {
      color: #fd684f; }
  .proDetailInfo .tab-content > .tab-pane {
    padding: 20px;
    color: #888888;
    line-height: 24px; }
  .proDetailInfo .spr-container {
    padding: 20px; }
    .proDetailInfo .spr-container .spr-header-title {
      font-size: 18px; }
    .proDetailInfo .spr-container .spr-form-label {
      font-size: 14px; }
    .proDetailInfo .spr-container .spr-icon.spr-icon-star-empty {
      color: #666666; }
    .proDetailInfo .spr-container .spr-icon.spr-icon-star, .proDetailInfo .spr-container .spr-icon:hover {
      color: #fd684f; }
    .proDetailInfo .spr-container .spr-form-input-text, .proDetailInfo .spr-container .spr-form-input-email, .proDetailInfo .spr-container .spr-form-input-textarea {
      border: 1px solid #e5e5e5;
      padding: 6px 14px; }
    .proDetailInfo .spr-container .spr-button-primary {
      background-color: #333333;
      border-color: #333333;
      color: #ffffff;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .proDetailInfo .spr-container .spr-button-primary:hover {
        background-color: #fd684f;
        border-color: #fd684f;
        color: #ffffff; }
  .proDetailInfo .velaPanel {
    background-color: #F8F8F8;
    margin-bottom: 10px; }
  .proDetailInfo .panel-body {
    padding: 0px 20px 10px;
    font-size: 14px;
    color: #888888;
    line-height: 24px; }
  .proDetailInfo .panel-heading {
    padding: 0px; }
    .proDetailInfo .panel-heading a {
      font-size: 14px;
      font-weight: bold;
      color: #333333;
      display: block;
      padding: 15px 20px;
      text-decoration: none;
      text-transform: uppercase; }
  .proDetailInfo .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0px; }

.proRelated {
  margin-top: 50px; }
  .proRelated .velaProducts {
    border-top: 1px solid #e5e5e5; }
  .proRelated .productTabTitle {
    margin-bottom: 20px; }

.swatch {
  margin: 0px 0px 10px; }
  .swatch:before, .swatch:after {
    content: " ";
    display: table; }
  .swatch:after {
    clear: both; }
  .swatch .header {
    margin: 0px;
    padding: 10px 0px;
    float: left;
    width: 100%;
    color: #888888;
    text-transform: uppercase; }
  .swatch input {
    display: none; }
  .swatch label {
    border-radius: 2px;
    float: left;
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    background-color: white;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    text-transform: uppercase; }
  .swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 10px 0;
    position: relative; }
    .swatch .swatch-element.soldout {
      display: none; }

.swatch-element label {
  padding: 0 10px;
  cursor: pointer; }

.color.swatch-element label {
  padding: 0; }

.swatch input:checked + label {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-color: #fd684f; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -30px;
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

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

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

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

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

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

.swatch.error code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

.velaBlogTitle {
  font-family: Poppins;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 0px 30px;
  padding: 9px 0px;
  display: none; }

.blogContainer, .articleContainer {
  padding: 0px 0px 80px 0px; }

.blogArticle {
  margin: 0px 0px 30px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #e5e5e5; }
  .blogArticle h3 {
    margin: 0px;
    padding: 12px 0px;
    font-family: Poppins;
    font-size: 26px;
    font-weight: normal; }
    .blogArticle h3 a {
      color: #333333; }
      .blogArticle h3 a:hover, .blogArticle h3 a:focus {
        color: #fd684f;
        text-decoration: none; }
  .blogArticle .rte {
    padding: 10px 0px;
    line-height: 24px;
    color: #888888; }

.articleItem .rte {
  padding: 10px 0px;
  line-height: 24px; }
  .articleItem .rte img {
    max-width: 100%;
    margin: 0px auto; }

.articleMeta {
  margin: 0px;
  padding: 8px 0px;
  font-size: 14px;
  font-weight: 300; }
  .articleMeta strong {
    margin-right: 20px;
    font-weight: 300; }

.articleTags {
  margin: 0px 0px 15px; }
  .articleTags a {
    font-weight: 300;
    padding: 0px 2px;
    color: #333333; }
    .articleTags a:hover {
      color: #fd684f; }

.articleBtnMore {
  display: inline-block;
  border: none;
  padding: 8px 20px;
  background-color: #fd684f;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .articleBtnMore:hover, .articleBtnMore:focus {
    background-color: #fc3d1d;
    color: white;
    text-decoration: none; }

.articleButton {
  padding: 20px 0px; }
  .articleButton a {
    color: #888888;
    background-color: #ebebeb;
    padding: 8px 10px; }
    .articleButton a:hover, .articleButton a:focus {
      color: white;
      background-color: #fd684f;
      text-decoration: none; }

.articleComment {
  padding: 50px 0px; }
  .articleComment .velaCommentTitle {
    margin: 0px;
    padding: 10px 0px;
    font-family: Poppins;
    font-size: 20px; }

.velaCommentsList {
  margin: 0px;
  padding: 20px 0px; }
  .velaCommentsList li {
    display: block;
    margin: 0px 0px 10px 0px; }
    .velaCommentsList li:last-child {
      margin-bottom: 0px; }
  .velaCommentsList .itemComment {
    margin: 0px;
    padding: 10px 15px;
    border: 1px solid #e5e5e5; }

.cartTitle {
  font-family: Poppins;
  font-size: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px;
  padding: 10px 0px;
  text-align: center; }

.cartContainer {
  min-height: 60vh;
  padding: 50px 0px; }
  .cartContainer .cartEmptyContent {
    padding: 20px 0px;
    text-align: center; }
    .cartContainer .cartEmptyContent p {
      font-size: 16px; }

.table.cartTable {
  margin: 30px 0px 0px 0px;
  border: 1px solid #e5e5e5; }
  .table.cartTable a:hover, .table.cartTable a:focus {
    text-decoration: none; }
  .table.cartTable > thead > tr > th {
    border-bottom: 0px;
    background-color: #fbfbfb;
    border-right: 1px solid #e5e5e5; }
    .table.cartTable > thead > tr > th:last-child {
      border-right: 0px; }
  .table.cartTable > tbody > tr > td {
    border-right: 1px solid #e5e5e5; }
    .table.cartTable > tbody > tr > td:last-child {
      border-right: 0px; }
  .table.cartTable .productImage {
    width: 160px; }
  .table.cartTable .cartRemove {
    display: block;
    padding: 5px 0px; }
  .table.cartTable .velaJsQty {
    display: inline-block;
    vertical-align: middle; }

.cartSubtotal {
  margin: 0px;
  padding: 0px; }

.functionCart {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fbfbfb; }
  .functionCart label {
    font-weight: normal; }
  .functionCart .btnUpdateCart {
    margin-right: 20px; }

.velaAccountTitle {
  font-family: Poppins;
  font-size: 24px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 0px 30px;
  padding: 15px 0px; }

.addressBoxTitle {
  position: relative;
  font-family: Poppins;
  font-size: 24px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 0px 30px;
  padding: 15px 0px; }
  .addressBoxTitle .label {
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    margin: 0px 5px; }

.velaAddressTitle {
  position: relative;
  font-family: Poppins;
  font-size: 18px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0px;
  padding: 10px 0px;
  text-align: center; }

.velaAccountContainer {
  padding: 100px 0px; }

.formAccount {
  padding: 30px;
  margin: 0px;
  background-color: #fbfbfb; }
  .formAccount.formLogin {
    min-height: 390px; }

.velaLinkCancel {
  padding: 5px 0px;
  display: inline-block;
  vertical-align: middle; }

.velaAccountList ul {
  margin: 0px;
  padding: 15px 0px; }
  .velaAccountList ul > li > a {
    display: block;
    position: relative;
    padding: 10px 0px;
    padding-left: 15px;
    color: #333333; }
    .velaAccountList ul > li > a:before {
      content: "\f0c8";
      font-family: "FontAwesome";
      font-size: 8px;
      color: #888888;
      position: absolute;
      top: 14px;
      left: 0px; }
    .velaAccountList ul > li > a:hover, .velaAccountList ul > li > a:focus {
      color: #fd684f;
      text-decoration: none; }

.addressBoxContent {
  margin: 0px 0px 30px;
  padding: 15px;
  background-color: #fbfbfb; }
  .addressBoxContent .adressName {
    margin: 0px 0px 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    font-family: Poppins;
    font-size: 18px; }

.orderBox {
  padding: 15px;
  background-color: #fbfbfb; }
  .orderBox .orderBoxTitle {
    margin: 0px 0px 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    font-family: Poppins;
    font-size: 18px; }

.addressList {
  margin: 30px 0px;
  padding: 10px;
  border: 1px solid #e5e5e5; }
  .addressList .addressBoxFunction {
    position: absolute;
    right: 0px;
    bottom: 15px; }
    .addressList .addressBoxFunction > a {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: #333333;
      font-size: 14px;
      font-weight: 300;
      margin: 0px 0px 0px 15px;
      padding: 0px 0px 0px 15px; }
      .addressList .addressBoxFunction > a:before {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        top: 0px;
        left: 0px; }
      .addressList .addressBoxFunction > a:first-child:before {
        content: "\f044"; }
      .addressList .addressBoxFunction > a:last-child:before {
        content: "\f00d";
        color: #e4474f; }
      .addressList .addressBoxFunction > a:hover, .addressList .addressBoxFunction > a:focus {
        color: #fd684f;
        text-decoration: none; }

.pageContact {
  margin-top: 60px;
  margin-bottom: 60px; }

.velaContactTitle {
  position: relative;
  font-family: Poppins;
  font-size: 24px;
  margin: 0px 0px 20px;
  padding: 15px 0px;
  border-bottom: 1px solid #e5e5e5; }

.jsQuickview .proFeaturedImage {
  position: relative;
  width: 100%; }
  .jsQuickview .proFeaturedImage a {
    display: block; }
  .jsQuickview .proFeaturedImage .loadingImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #e5e5e5; }
    .jsQuickview .proFeaturedImage .loadingImage:before {
      content: "";
      z-index: 10;
      position: absolute;
      top: 50%;
      left: 0px;
      right: 0px;
      margin: -27px auto 0px;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background-image: url(//cdn.shopify.com/s/files/1/0079/7072/t/5/assets/loading.gif?v=542877213975071984);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: white;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

#velaQuickView {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1135;
  overflow-x: auto;
  overflow-y: scroll; }
  #velaQuickView .quickviewOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4); }
  #velaQuickView .jsQuickview {
    position: absolute;
    width: 980px;
    top: 10%;
    height: auto;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 30px;
    z-index: 2;
    background-color: #fff; }
  #velaQuickView .quickviewClose {
    position: absolute;
    top: 0px;
    right: 0px; }
    #velaQuickView .quickviewClose:before {
      content: "";
      font-family: "FontAwesome";
      display: block;
      width: 32px;
      height: 32px;
      background: url(//cdn.shopify.com/s/files/1/0079/7072/t/5/assets/velaClose.png?v=2571910381406107687) no-repeat center center white; }
  #velaQuickView .proBoxPrimary {
    padding: 0px; }
  #velaQuickView .quickviewName {
    margin: 20px 0px; }

.proThumbnailsQuickview {
  overflow: hidden; }
  .proThumbnailsQuickview .thumbItem a {
    display: block; }
  .proThumbnailsQuickview .thumbItem img {
    max-width: 100%;
    margin: 0px auto;
    height: auto; }

@media (max-width: 991px) {
  .productQuickView {
    display: none; } }
.velaSearchContainer {
  padding: 50px 0px 100px; }
  .velaSearchContainer .formSearch {
    position: relative;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 500px;
    margin: 0px auto 30px;
    padding: 0px; }

.velaSearchTitle {
  margin: 0px;
  padding: 20px 0px;
  font-size: 18px;
  color: #333333;
  display: block;
  text-align: center; }

.wishlisthContainer {
  padding: 50px 0px 100px; }

.collectionListPage {
  padding: 100px 0px; }

.listCollection {
  margin-bottom: 30px; }
  .listCollection .headerCollection {
    font-size: 24px;
    font-weight: 500; }
  .listCollection .collBoxTop {
    position: relative; }
    .listCollection .collBoxTop .moreProducts {
      position: absolute;
      top: 10px;
      right: 0px;
      z-index: 1; }
