@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
* {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.hide {
  display: none; }

.show {
  display: block; }

body {
  line-height: 1;
  text-align: left;
  overflow-x: hidden; }
  body.boxed {
    background: url(boxed_bg.png) repeat;
    background-color: #000; }
    body.boxed .wrapper {
      padding-top: 24px;
      padding-bottom: 17px; }
      body.boxed .wrapper .page {
        width: 1180px;
        margin-right: auto;
        margin-left: auto; }
  body.side-header {
    overflow-x: hidden; }
    body.side-header .top-newsletter {
      margin-left: 314px; }
      body.side-header .top-newsletter > .container {
        max-width: 100%; }
    body.side-header .main-container,
    body.side-header .footer-wrapper {
      margin-left: 314px; }
      body.side-header .main-container .main-breadcrumbs.fixed-position,
      body.side-header .footer-wrapper .main-breadcrumbs.fixed-position {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4; }
      body.side-header .main-container .main-breadcrumbs > .container,
      body.side-header .footer-wrapper .main-breadcrumbs > .container {
        max-width: 100%; }
      body.side-header .main-container .main .container,
      body.side-header .footer-wrapper .main .container {
        max-width: 100%; }
      body.side-header .main-container .footer-middle > .container,
      body.side-header .main-container .footer-top > .container,
      body.side-header .main-container .footer-bottom > .container,
      body.side-header .footer-wrapper .footer-middle > .container,
      body.side-header .footer-wrapper .footer-top > .container,
      body.side-header .footer-wrapper .footer-bottom > .container {
        max-width: 100%; }

body .main-container .main-breadcrumbs.fixed-position,
body .footer-wrapper .main-breadcrumbs.fixed-position {
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom: 12px;
  z-index: 999; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35; }

p {
  margin: 0 0 15px;
  line-height: 1.5; }

img {
  max-width: 100%;
  border: 0;
  outline: none; }

#preview-bar-iframe {
  display: none; }

.border-radius .image-link::before {
  border-radius: 8px; }

a:hover,
a:active {
  text-decoration: none; }

a:focus {
  outline: medium none;
  text-decoration: none; }

:focus {
  outline: 0;
  text-decoration: none; }

.page ul,
.page ol {
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style: none outside none; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  line-height: 1.5; }

.right {
  float: right !important; }

.left {
  float: left !important; }

.form-list .input-box {
  display: block;
  position: relative;
  clear: both;
  line-height: 30px; }

.move-below-header {
  display: none; }

.form-list select {
  width: 100%; }

input.input-full,
textarea,
select {
  height: 26px;
  padding: 2px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #777;
  font-size: 13px; }

input.input-full,
textarea,
.input-text {
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

textarea {
  height: 10em;
  line-height: 1.4; }

button,
.btn-button {
  display: inline-block;
  padding: 0 15px;
  border: 0;
  border-radius: 5px;
  background: #3b3b3b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer; }
  button:hover,
  .btn-button:hover {
    color: #fff;
    opacity: .9; }
  button:focus,
  .btn-button:focus {
    outline: none; }

input {
  line-height: 1.6; }

button.btn-button span span {
  padding: 0;
  border: 0;
  border-width: 0;
  background: transparent;
  color: inherit;
  line-height: inherit; }

select {
  height: 35px;
  padding: 0 30px 0 10px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  background-position: right 0 center;
  background-color: transparent;
  background-image: url("//cdn.shopify.com/s/files/1/0064/8439/4039/t/5/assets/ico-select.png?v=3702685564552112289");
  background-repeat: no-repeat;
  color: #777;
  font-size: 13px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

a.image-link {
  display: inline-block;
  position: relative;
  width: 100%; }
  a.image-link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s;
    background-color: #000;
    content: '';
    opacity: 0;
    visibility: hidden;
    filter: alpha(Opacity=0); }
  a.image-link:hover::before {
    opacity: .1;
    visibility: visible;
    filter: alpha(Opacity=10); }

.loader-container {
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center; }

.spr-icon.spr-icon-star-empty {
  color: rgba(0, 0, 0, 0.16) !important;
  opacity: 1 !important; }

.spr-icon {
  opacity: 1; }
  .spr-icon::before {
    font-size: 100% !important; }

.rating-box .spr-icon-star-empty::before,
.review-product-details .spr-icon-star-empty::before,
.ratings .spr-icon-star-empty::before {
  font-family: fontawesome;
  font-size: 12px;
  content: '\f005'; }

.animation-spin {
  animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear; }

.float-none {
  float: none; }

.visible-tablet,
.visible-phone {
  display: none; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.btn-button.text-only,
.spr-button.text-only {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }
.btn-button.large,
.spr-button.large {
  padding: 12px 35px;
  font-size: 14px;
  line-height: 32px; }
.btn-button.small,
.spr-button.small {
  padding: 5px 15px; }
.btn-button.white,
.spr-button.white {
  border-color: #fff;
  background-color: #fff;
  color: #222; }
  .btn-button.white:hover,
  .spr-button.white:hover {
    border-color: #e4e4e4;
    background-color: #e4e4e4; }
.btn-button.black,
.spr-button.black {
  border-color: #222;
  background-color: #222;
  color: #fff; }
  .btn-button.black:hover,
  .spr-button.black:hover {
    border-color: #111;
    background-color: #111; }
.btn-button.bordered,
.spr-button.bordered {
  position: relative;
  overflow: visible; }
  .btn-button.bordered.white,
  .spr-button.bordered.white {
    color: #fff !important; }
    .btn-button.bordered.white:hover,
    .spr-button.bordered.white:hover {
      color: #222 !important; }
  .btn-button.bordered.black,
  .spr-button.bordered.black {
    border-color: #222;
    background-color: #222;
    color: #fff; }
    .btn-button.bordered.black:hover,
    .spr-button.bordered.black:hover {
      border-color: #111;
      background-color: #111; }
.btn-button.uppercase,
.spr-button.uppercase {
  text-transform: uppercase; }
.btn-button.rounded,
.spr-button.rounded {
  border-radius: 25px; }
  .btn-button.rounded.large,
  .spr-button.rounded.large {
    border-radius: 75px; }
.btn-button.sf-icon-reveal,
.spr-button.sf-icon-reveal {
  padding: 15px 35px;
  line-height: 20px;
  -webkit-transform: translate3d(0, 0, 0); }
  .btn-button.sf-icon-reveal i,
  .spr-button.sf-icon-reveal i {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 30px;
    width: 20px;
    height: 100%;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    line-height: 50px;
    text-align: right;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 0.15);
    font-size: 18px; }
  .btn-button.sf-icon-reveal span,
  .spr-button.sf-icon-reveal span {
    display: block;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    text-align: center;
    vertical-align: 4px; }
  .btn-button.sf-icon-reveal.standard,
  .spr-button.sf-icon-reveal.standard {
    border-color: #e4e4e4; }
    .btn-button.sf-icon-reveal.standard:hover,
    .spr-button.sf-icon-reveal.standard:hover {
      border-color: #e4e4e4; }
      .btn-button.sf-icon-reveal.standard:hover i,
      .spr-button.sf-icon-reveal.standard:hover i {
        right: 20px;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1; }
      .btn-button.sf-icon-reveal.standard:hover span,
      .spr-button.sf-icon-reveal.standard:hover span {
        transform: translateX(-12px);
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px); }
  .btn-button.sf-icon-reveal.white,
  .spr-button.sf-icon-reveal.white {
    border-color: #fff;
    background-color: #fff;
    color: #222 !important; }
    .btn-button.sf-icon-reveal.white:hover,
    .spr-button.sf-icon-reveal.white:hover {
      border-color: #e4e4e4;
      background-color: #e4e4e4; }
      .btn-button.sf-icon-reveal.white:hover i,
      .spr-button.sf-icon-reveal.white:hover i {
        right: 20px;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1; }
      .btn-button.sf-icon-reveal.white:hover span,
      .spr-button.sf-icon-reveal.white:hover span {
        transform: translateX(-12px);
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px); }
  .btn-button.sf-icon-reveal.black,
  .spr-button.sf-icon-reveal.black {
    border-color: #222;
    background-color: #222;
    color: #fff; }
    .btn-button.sf-icon-reveal.black:hover,
    .spr-button.sf-icon-reveal.black:hover {
      border-color: #111;
      background-color: #111; }
      .btn-button.sf-icon-reveal.black:hover i,
      .spr-button.sf-icon-reveal.black:hover i {
        right: 20px;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1; }
      .btn-button.sf-icon-reveal.black:hover span,
      .spr-button.sf-icon-reveal.black:hover span {
        transform: translateX(-12px);
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px); }
.btn-button.effect,
.spr-button.effect {
  display: inline-block;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition-property: color;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition-duration: .3s; }
  .btn-button.effect::before,
  .spr-button.effect::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition-duration: .3s;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transition-property: transform;
    transition-timing-function: ease-out;
    content: '';
    z-index: -1; }
  .btn-button.effect:hover::before,
  .spr-button.effect:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1); }

.icon-button {
  display: block;
  padding: 0;
  border: solid 1px #e0e0e0;
  text-align: center; }
  .icon-button.large {
    width: 45px;
    height: 45px;
    line-height: 45px; }
  .icon-button.larger {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .icon-button.medium {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .icon-button.small {
    width: 35px;
    height: 35px;
    line-height: 35px; }
  .icon-button:hover {
    border-color: #e0e0e0;
    color: white !important; }
  .icon-button.smaller {
    width: 32px;
    height: 32px;
    line-height: 32px; }
  .icon-button.xsmall {
    width: 27px;
    height: 27px;
    line-height: 27px; }
  .icon-button.facebook:hover {
    background-color: #3f83c3; }
  .icon-button.twitter:hover {
    background-color: #27c0c8; }
  .icon-button.pinterest:hover {
    background-color: #de2f2f; }
  .icon-button.google:hover {
    background-color: #fd3f3f; }
  .icon-button.envelope:hover {
    background-color: #8f6540; }

.clearer::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: '.';
  overflow: hidden; }

.owl-dots {
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    zoom: 1; }
    .owl-dots .owl-dot span {
      display: block;
      width: 8px;
      height: 8px;
      margin: 5px 7px;
      border-radius: 20px;
      background: #a0a09f; }
    .owl-dots .owl-dot.active span {
      background: #08c;
      opacity: 1; }
  .dots-center .owl-dots {
    width: 100%; }

.icon-wishlist::before {
  content: '\e88a'; }

.page-404 {
  min-height: 300px;
  padding-top: 70px;
  text-align: center; }

.fullwidth-row {
  width: 100vw;
  margin-left: -15px; }

@media (min-width: 992px) {
  .fullwidth-row {
    width: 100vw;
    margin-left: calc(465px - 50vw); }
    .layout-1024 .fullwidth-row {
      margin-left: calc(465px - 50vw); } }
@media (min-width: 1200px) {
  .fullwidth-row {
    width: 100vw;
    margin-left: calc(555px - 50vw); }
    .layout-1024 .fullwidth-row {
      margin-left: calc(498px - 50vw); }

  .discountStyle {
    margin-top: 10px; } }
.full-width .fullwidth-row,
.boxed .fullwidth-row {
  width: 100%;
  margin: 0; }

.header-center,
.header-right,
.header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.header-center {
  margin-left: auto; }

.header-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto; }

.header-left,
.header-right {
  -ms-flex: 1;
  flex: 1; }

.switcher-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.product-view .product-options .selector-wrapper {
  display: none; }

.zoomContainer {
  display: none !important; }

.disable_radius a,
.disable_radius i,
.disable_radius img,
.disable_radius label,
.disable_radius input,
.disable_radius li,
.disable_radius span,
.disable_radius textarea,
.disable_radius button.btn-cart,
.disable_radius .button,
.disable_radius .btn-button,
.disable_radius .menu-wrap-sub,
.disable_radius .setting-currency,
.disable_radius .select-language,
.disable_radius .cart-wrapper,
.disable_radius .product-image-area,
.disable_radius .block-title,
.disable_radius .item,
.disable_radius .layer-filter,
.disable_radius dt,
.disable_radius .product-image-gallery,
.disable_radius .swatch-element,
.disable_radius .product-pop,
.disable_radius .postBanner,
.disable_radius .post-image,
.disable_radius #popup_newsletter,
.disable_radius .featured-box,
.disable_radius .box-content,
.disable_radius .category-boxed-banner .owl-stage-outer,
.disable_radius .login_content,
.disable_radius .cart-table-wrap,
.disable_radius .closed,
.disable_radius .shipping h2:hover a:after,
.disable_radius .form-search,
.disable_radius .totals h2,
.disable_radius .totals .totals-content,
.disable_radius .toolbar select,
.disable_radius .product-image-area .product-date div,
.disable_radius .deal-label::before,
.disable_radius .footer-wrapper .footer-middle input,
.disable_radius .footer-wrapper .footer-middle button {
  border-radius: 0 !important; }
.disable_radius .category-products .product-image-area {
  padding: 0 !important;
  border: 0 !important; }
  .disable_radius .category-products .product-image-area .deal-label {
    top: 0 !important;
    left: 0 !important; }
.disable_radius .item .details-area .configurable-swatch-list li, .disable_radius .item .details-area .configurable-swatch-list a, .disable_radius .item .details-area .configurable-swatch-list img {
  border-radius: 3px !important; }
.disable_radius .owl-dots .owl-dot span {
  border-radius: 8px !important; }

.parallax-wrapper .parallax {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  color: #fff; }
  .parallax-wrapper .parallax .overlay {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .65;
    z-index: 2;
    filter: alpha(opacity=75); }
  .parallax-wrapper .parallax .parallax-slider {
    position: relative;
    z-index: 3; }
    .parallax-wrapper .parallax .parallax-slider .item {
      max-width: 100%;
      float: none !important;
      text-align: center; }
      .parallax-wrapper .parallax .parallax-slider .item h2 {
        margin-top: 0;
        margin-bottom: 15px;
        color: #fff;
        font-size: 60.28px;
        font-weight: 600;
        line-height: 1; }
      .parallax-wrapper .parallax .parallax-slider .item p {
        margin-bottom: 30px;
        color: #fff;
        font-size: 22.6px;
        font-weight: 300;
        line-height: 1; }
      .parallax-wrapper .parallax .parallax-slider .item a {
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 1; }
    .parallax-wrapper .parallax .parallax-slider .owl-dots {
      margin-top: 25px;
      text-align: center; }
.parallax-wrapper .parallax_fixed_text .content {
  position: absolute;
  top: -28px;
  left: 15px;
  min-width: 307px;
  padding: 40px;
  background-color: #0e0e0e;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  z-index: 3; }
  .parallax-wrapper .parallax_fixed_text .content em {
    display: block;
    padding-top: 8px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .05em; }
  .parallax-wrapper .parallax_fixed_text .content h2 {
    margin-bottom: 28px;
    color: #fff;
    font-family: 'Oswald';
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1; }
  .parallax-wrapper .parallax_fixed_text .content a {
    margin-bottom: 25px;
    padding: 9px 19px;
    border: solid 2px #2c2c2c;
    border-radius: 2px;
    background-color: #0e0e0e;
    color: #fff;
    font-family: 'Oswald';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    box-shadow: none; }

.parallax_fullscreen {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .parallax_fullscreen img {
    max-width: 100%;
    height: auto; }
  .parallax_fullscreen .parallax-content-15 {
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center; }
    .parallax_fullscreen .parallax-content-15 .text_content_1 {
      margin: 0;
      line-height: 1; }
      .parallax_fullscreen .parallax-content-15 .text_content_1 img {
        display: inline-block;
        width: 37px;
        height: 10px;
        vertical-align: middle; }
      .parallax_fullscreen .parallax-content-15 .text_content_1 em {
        display: inline-block;
        color: #fff;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        vertical-align: middle; }
    .parallax_fullscreen .parallax-content-15 .text_content_2 {
      color: #fff;
      font-weight: 800;
      line-height: 1; }
    .parallax_fullscreen .parallax-content-15 .text_content_3 {
      color: #fff;
      font-weight: 300;
      line-height: 1; }
    .parallax_fullscreen .parallax-content-15 a {
      border: 0;
      border-radius: 0; }
  .parallax_fullscreen.parallax_01 .parallax-content-15 em {
    margin: 0 10px;
    font-size: 26.26px; }
  .parallax_fullscreen.parallax_01 .parallax-content-15 h2 {
    margin: 5px 0 10px;
    font-size: 79.12px; }
  .parallax_fullscreen.parallax_01 .parallax-content-15 p {
    font-size: 23.64px; }
  .parallax_fullscreen.parallax_04 .parallax-content-15 em {
    font-size: 26.26px;
    margin: 0 10px; }
  .parallax_fullscreen.parallax_04 .parallax-content-15 h2 {
    font-size: 61px;
    letter-spacing: -3px;
    margin: 5px 0 10px; }
  .parallax_fullscreen.parallax_04 .parallax-content-15 p {
    font-size: 18px;
    margin-bottom: 15px; }
  .parallax_fullscreen.parallax_04 .parallax-content-15 a {
    font-size: 16px;
    padding: 8px 35px; }

.top-select > ul {
  border: 1px solid #ccc; }

.enable-effect .insta-item .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s;
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  font-size: 35px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }

.enable-effect .insta-item:hover .content {
  opacity: 1;
  visibility: visible; }

.insta-item .content i {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .enable-effect .insta-item .content i {
    display: inline-block; }

.instagram-section.type2 .container {
  max-width: 100%;
  padding: 0; }

.instagram-section.type2 .container .row {
  margin-right: 0;
  margin-left: 0; }

.main-container .instagram-section .title-widget {
  margin-bottom: 16px;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  background: none;
  color: #282d3b;
  letter-spacing: .05em;
  text-align: center; }

.insta-follow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 2; }
  .insta-follow.insta-content-style1 {
    top: 50%;
    transform: translate(-50%, -50%); }
  .insta-follow > div {
    height: 100%; }
  .insta-follow h3 {
    font-family: 'Oswald';
    line-height: 1; }
  .insta-follow span {
    display: block;
    letter-spacing: .05em; }
  .insta-follow a {
    border-radius: 2px;
    font-family: 'Oswald';
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: none; }

.insta-content-style1 {
  padding: 30px 40px; }
  .insta-content-style1 .d-flex {
    -ms-flex-direction: column;
    flex-direction: column; }
  .insta-content-style1 h3 {
    padding-top: 15px;
    font-size: 48px;
    font-weight: 300; }
  .insta-content-style1 span {
    margin-bottom: 28px;
    font-size: 15px; }
  .insta-content-style1 a {
    margin-bottom: 5px;
    padding: 9px 28px;
    border: solid 2px #2c2c2c;
    font-weight: 400; }
  .insta-content-style1 i {
    font-size: 24px; }

.insta-content-style2 {
  width: 33.4%;
  min-width: 420px;
  height: 100%;
  padding: 20px 10px; }
  .insta-content-style2 .description {
    text-align: right; }
  .insta-content-style2 h3 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700; }
  .insta-content-style2 span {
    color: #777;
    font-size: 10px; }
  .insta-content-style2 i {
    -ms-flex-order: 2;
    order: 2;
    margin: 0 4%;
    font-size: 50px; }
    .insta-content-style2 i::before {
      margin: -2px 0 0; }
  .insta-content-style2 .description {
    -ms-flex-order: 1;
    order: 1; }
  .insta-content-style2 a {
    -ms-flex-order: 3;
    order: 3;
    padding: .8em 3em;
    font-weight: 300; }
  .insta-content-style2 .d-flex {
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center; }
    .insta-content-style2 .d-flex a {
      border-radius: 3px !important; }
  @media (max-width: 991px) {
    .insta-content-style2 {
      position: relative;
      left: 0;
      width: 100%;
      -webkit-transform: none;
      transform: none; } }

.blog-instagrams .col-xl-2 {
  padding-right: 10px;
  padding-left: 10px; }
  .blog-instagrams .col-xl-2 a {
    display: block;
    position: relative;
    margin: 10px 0; }
    .blog-instagrams .col-xl-2 a img {
      width: 100%; }

.intagram-shop .content {
  padding: 10px 0 40px; }
  .intagram-shop .content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase; }
  .intagram-shop .content p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center; }

.snptwdgt__ftr,
.fauximg-bin .snptico,
.public-modal .modal-left-column .snptico-shopping-bag {
  display: none !important; }

.snptwdgt-container-liner .fauximg-bin,
.snptwdgt-container .snptwdgt__item .snpt__fauxim img {
  backface-visibility: hidden !important; }

.snptwdgt-container .snptwdgt__item .snpt__fauximg {
  backface-visibility: hidden !important;
  transition: opacity .3s, transform .3s !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important; }

.snptwdgt-container .snptwdgt__item:hover .snpt__fauximg {
  transform: scale(1.05) !important;
  -webkit-transform: scale(1.05) !important; }

.widget-hotspot:hover {
  background: #0b446d !important;
  text-decoration: none !important; }

.hotspot.hotspot--highlighted,
.hotspot:hover {
  background: #0b446d !important;
  text-decoration: none !important; }

.hotspot {
  backface-visibility: hidden !important;
  text-decoration: none !important;
  transition: all .3s linear !important; }

.widget-hotspot {
  background: #0b446d !important;
  border-width: 3px !important;
  color: #fff !important; }

.product-images-slide a.hotspot {
  border-radius: 100% !important; }

.loadr-arc-rotate-move .loader::before {
  border-color: rgba(31, 192, 160, 0.155) !important;
  opacity: .3 !important; }

public-modal .image-holder__buy-button:hover .icon-shapping-bag,
public-modal .image-holder__buy-button:hover .snptico-shopping-bag {
  color: #0b446d !important; }

.loadr-arc-rotate-move .loader:after {
  border-bottom-color: #0b446d !important; }

.hotspot-modal {
  font-family: 'Open Sans' !important; }

.main-container h3.title-widget {
  margin: 20px 0 0;
  background: url(//cdn.shopify.com/s/files/1/1613/0131/t/6/assets/slider-bar.png?9083702354724775921) right no-repeat;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase; }
  .main-container h3.title-widget span.inner {
    padding-right: 20px;
    background-color: #fff; }
.main-container .products-collection {
  position: relative; }
  .main-container .products-collection h3.title-widget {
    position: relative; }
    .main-container .products-collection h3.title-widget.style_1 {
      margin: 30px 0 0;
      background: url(slider-bar.png) right no-repeat;
      color: #313131;
      font-size: 16px;
      font-weight: 700;
      line-height: 42px;
      text-align: left;
      text-transform: uppercase; }
      .main-container .products-collection h3.title-widget.style_1 span.inner {
        padding-right: 20px;
        background-color: #fff; }
    .main-container .products-collection h3.title-widget.style_2 {
      margin-top: 26px;
      margin-bottom: 15px;
      background: none;
      font-size: 19px;
      font-weight: 600;
      text-align: center; }
    .main-container .products-collection h3.title-widget.style_3 {
      background: none;
      text-align: center; }
      .main-container .products-collection h3.title-widget.style_3 span.inner {
        padding-left: 20px;
        background-color: #fff; }
      .main-container .products-collection h3.title-widget.style_3::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ccc;
        content: '';
        z-index: -1; }
    .main-container .products-collection h3.title-widget.style_4 {
      margin-top: 24px;
      margin-bottom: 17px;
      border-bottom: #e1e1e1 solid 1px;
      background: none;
      font-size: 18px;
      font-weight: 700;
      line-height: 42px;
      text-transform: uppercase; }
  .main-container .products-collection .category-products .products-grid.center_nav .owl-nav {
    position: static; }
    .main-container .products-collection .category-products .products-grid.center_nav .owl-nav button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 24px; }
    .main-container .products-collection .category-products .products-grid.center_nav .owl-nav .owl-prev {
      left: -40px; }
    .main-container .products-collection .category-products .products-grid.center_nav .owl-nav .owl-next {
      right: -40px; }
    .main-container .products-collection .category-products .products-grid.center_nav .owl-nav .item {
      width: 100%;
      padding: 10px 0; }
  .main-container .products-collection .category-products .products-grid.top_paginate .owl-dots {
    position: absolute;
    top: -52px;
    right: 10px;
    bottom: auto;
    left: inherit;
    margin: 0; }
  .main-container .products-collection .category-products .owl-nav {
    position: absolute;
    top: -30px;
    right: 5px; }
    .main-container .products-collection .category-products .owl-nav button {
      display: inline-block; }
.main-container .products-related {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0; }
  .main-container .products-related .category-products .products-grid .owl-item .item {
    width: 100%; }
  .main-container .products-related .category-products .products-grid .owl-nav {
    position: absolute;
    top: -32px;
    right: 5px; }
    .main-container .products-related .category-products .products-grid .owl-nav button {
      display: inline-block;
      font-size: 14px;
      text-align: center; }
  .main-container .products-related.full-width {
    background-color: #f4f4f4; }
.main-container .blog-homepage {
  position: relative; }
.main-container .products-crosssell {
  position: relative; }
  .main-container .products-crosssell .category-products .products-grid .owl-item .item {
    width: 100%;
    padding: 10px 0; }
  .main-container .products-crosssell .category-products .products-grid .owl-nav {
    position: absolute;
    top: -33px;
    right: -5px; }
    .main-container .products-crosssell .category-products .products-grid .owl-nav button {
      display: inline-block;
      font-size: 18px;
      text-align: center; }
.main-container .blog_article h3.title-widget.type_1 {
  background: none;
  text-align: center; }
.main-container .blog_article .item {
  padding-top: 10px; }
  .main-container .blog_article .item .row {
    margin-right: -10px;
    margin-left: -10px; }
    .main-container .blog_article .item .row .col-md-5 {
      padding-right: 10px;
      padding-left: 10px; }
    .main-container .blog_article .item .row .col-md-7 {
      padding-right: 10px;
      padding-left: 10px; }
    .main-container .blog_article .item .row .post-image {
      margin: 0 0 15px;
      padding: 2px;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      background-color: #fff;
      overflow: hidden; }
      .main-container .blog_article .item .row .post-image img {
        width: 100%;
        border-radius: 4px; }
    .main-container .blog_article .item .row .post-date {
      margin-right: 10px;
      float: left;
      text-align: center; }
      .main-container .blog_article .item .row .post-date .day {
        display: block;
        padding: 8px;
        color: #3f4658;
        font-size: 18px;
        font-weight: 700; }
      .main-container .blog_article .item .row .post-date .month {
        display: block;
        width: 45px;
        padding: 2px 0;
        border-radius: 0 0 2px 2px;
        color: #fff;
        font-size: .9em;
        line-height: 1.4;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset; }
    .main-container .blog_article .item .row .postTitle h2 {
      min-height: 55px;
      margin: 0 0 10px;
      font-size: 20px;
      font-weight: 400;
      line-height: 27px; }
    .main-container .blog_article .item .row .postContent {
      padding-bottom: 15px;
      font-size: 14px;
      line-height: 1.5; }
      .main-container .blog_article .item .row .postContent p {
        margin: 0; }
    .main-container .blog_article .item .row a.readmore {
      font-size: 16px;
      font-weight: 300; }
      .main-container .blog_article .item .row a.readmore:hover {
        text-decoration: underline; }
  .main-container .blog_article .item.blog_post_type_1 .post-image {
    margin: 0;
    padding: 0;
    float: left;
    border: 0; }
  .main-container .blog_article .item.blog_post_type_1 .post-content {
    position: relative;
    top: 30px;
    left: -5px;
    min-height: 212px;
    margin-left: 200px;
    padding: 40px;
    background-color: #fff;
    text-align: left; }
    .main-container .blog_article .item.blog_post_type_1 .post-content .postTitle {
      min-height: auto;
      margin-bottom: 9px; }
      .main-container .blog_article .item.blog_post_type_1 .post-content .postTitle h2 {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -.01em;
        line-height: 1;
        text-transform: uppercase; }
    .main-container .blog_article .item.blog_post_type_1 .post-content .post-date {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 8px;
      padding: 8px;
      float: none;
      background-color: #e1ddc3;
      color: #8f8e86;
      font-family: 'Oswald';
      font-size: 14.5px;
      font-weight: 300;
      letter-spacing: .1em;
      text-align: left; }
    .main-container .blog_article .item.blog_post_type_1 .post-content .postContent {
      margin-bottom: 15px;
      padding: 0;
      font-size: 15px;
      letter-spacing: .03em;
      line-height: 25px; }
    .main-container .blog_article .item.blog_post_type_1 .post-content .readmore {
      background: none !important;
      color: #333;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .03em;
      text-transform: uppercase; }
  .main-container .blog_article .item.blog_post_type_2 {
    margin-top: 10px !important;
    padding: 10px;
    padding-top: 10px;
    background-color: #fff; }
    .main-container .blog_article .item.blog_post_type_2 .post-image {
      margin: 0;
      border: 0;
      overflow: hidden; }
      .main-container .blog_article .item.blog_post_type_2 .post-image .post-date {
        position: absolute;
        top: 7px;
        left: 17px;
        margin-right: 10px;
        float: left;
        background-color: #08c;
        color: #fff;
        font-family: 'Oswald';
        font-weight: 400;
        text-align: center; }
        .main-container .blog_article .item.blog_post_type_2 .post-image .post-date .day {
          display: block;
          padding: 12px 0 6px;
          color: #fff;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: .05em;
          line-height: 1; }
        .main-container .blog_article .item.blog_post_type_2 .post-image .post-date .month {
          display: block;
          width: 45px;
          padding: 0 0 10px;
          color: #fff;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: .05em;
          line-height: 1;
          text-transform: uppercase;
          box-shadow: none; }
    .main-container .blog_article .item.blog_post_type_2 .col-md-7 .post-date {
      display: none; }
    .main-container .blog_article .item.blog_post_type_2 .col-md-7 .postTitle {
      min-height: auto;
      margin-bottom: 10px;
      padding-top: 10px; }
      .main-container .blog_article .item.blog_post_type_2 .col-md-7 .postTitle h2 {
        min-height: auto;
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.001em;
        line-height: 22px; }
    .main-container .blog_article .item.blog_post_type_2 .col-md-7 .postContent {
      margin-bottom: 10px;
      padding-bottom: 15px;
      color: #687176;
      font-size: 13px;
      line-height: 24px; }
    .main-container .blog_article .item.blog_post_type_2 .col-md-7 a.readmore {
      display: inline-block;
      padding: 9px 16px;
      border-radius: 2px !important;
      background-color: #2b2b2d;
      font-family: 'Oswald';
      font-size: 12px;
      font-weight: 300;
      letter-spacing: .05em;
      line-height: 1.42857143;
      text-transform: uppercase; }
.main-container .blog_article .owl-nav {
  position: absolute;
  top: -33px;
  right: 0; }
  .main-container .blog_article .owl-nav button {
    display: inline-block; }
.main-container .blog-slidebar .latest_news {
  margin: 0 -10px; }
  .main-container .blog-slidebar .latest_news .item {
    padding: 20px 10px 0; }
    .main-container .blog-slidebar .latest_news .item .row {
      margin-right: -10px;
      margin-left: -10px; }
      .main-container .blog-slidebar .latest_news .item .row .col-md-5,
      .main-container .blog-slidebar .latest_news .item .row .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
      .main-container .blog-slidebar .latest_news .item .row .post-image {
        margin: 0 0 15px;
        padding: 2px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        background-color: #fff;
        overflow: hidden; }
        .main-container .blog-slidebar .latest_news .item .row .post-image img {
          width: 100%;
          border-radius: 4px; }
      .main-container .blog-slidebar .latest_news .item .row .post-date {
        margin-right: 10px;
        float: left;
        text-align: center; }
        .main-container .blog-slidebar .latest_news .item .row .post-date .day {
          display: block;
          padding: 8px;
          background-color: #f7f7f7;
          color: #3f4658;
          font-size: 18px;
          font-weight: 700; }
        .main-container .blog-slidebar .latest_news .item .row .post-date .month {
          display: block;
          width: 45px;
          padding: 2px 0;
          border-radius: 0 0 2px 2px;
          color: #fff;
          font-size: .9em;
          line-height: 1.4;
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset; }
      .main-container .blog-slidebar .latest_news .item .row .postTitle h2 {
        min-height: 55px;
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: 400;
        line-height: 27px; }
      .main-container .blog-slidebar .latest_news .item .row .postContent {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 1.5; }
        .main-container .blog-slidebar .latest_news .item .row .postContent p {
          margin: 0; }
      .main-container .blog-slidebar .latest_news .item .row a.readmore {
        font-size: 16px;
        font-weight: 300; }
        .main-container .blog-slidebar .latest_news .item .row a.readmore:hover {
          text-decoration: underline; }
.main-container .last_blog_clients {
  padding: 30px 0; }
  .main-container .last_blog_clients .blog_article {
    padding: 0; }
    .main-container .last_blog_clients .blog_article .item .row {
      margin-right: -20px;
      margin-left: -20px; }
    .main-container .last_blog_clients .blog_article .item.blog_post_type_2 .row a.readmore {
      border-radius: 0 !important; }
    .main-container .last_blog_clients .blog_article .item.blog_post_type_2 .row .col-md-7 .postContent {
      font-size: 14px; }
  .main-container .last_blog_clients .testimonials {
    padding-top: 10px; }
    .main-container .last_blog_clients .testimonials .owl-nav {
      position: absolute;
      top: -35px;
      right: 0; }
      .main-container .last_blog_clients .testimonials .owl-nav button {
        display: inline-block; }
.main-container .category_slider .category-products .products-grid .item {
  float: none; }
.main-container .category_slider .category-products .products-grid .owl-nav {
  position: absolute;
  top: -33px;
  right: -5px; }
  .main-container .category_slider .category-products .products-grid .owl-nav button {
    display: inline-block;
    font-size: 18px;
    text-align: center; }
.main-container .category_slider .category-products .carousel-init .owl-nav button {
  display: inline-block;
  font-size: 18px;
  text-align: center; }
.main-container .testimonials .item blockquote {
  position: relative;
  margin: 0;
  padding: 10px 50px;
  border: 0;
  border-radius: 10px;
  font-family: Georgia, serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.3; }
  .main-container .testimonials .item blockquote::before {
    position: absolute;
    top: 0;
    left: 10px;
    color: #fff;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    content: '\201C'; }
  .main-container .testimonials .item blockquote::after {
    position: absolute;
    right: 10px;
    bottom: -.5em;
    color: #fff;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    content: '\201D'; }
.main-container .testimonials .item .testimonial-arrow-down {
  width: 0;
  height: 0;
  margin: 0 0 0 25px;
  border: 15px solid transparent;
  border-bottom: 0; }
.main-container .testimonials .item .testimonial-author .img-thumbnail {
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
  padding: 4px;
  float: left;
  border: 1px solid #ddd;
  border-radius: 7px;
  background-color: #fff;
  line-height: 1.5; }
.main-container .testimonials .item .testimonial-author p {
  margin: 0 0 0 25px;
  color: #666;
  line-height: 24px;
  text-align: left; }
  .main-container .testimonials .item .testimonial-author p span {
    display: block;
    color: #666;
    font-size: 12px; }
.main-container .page-title h3 {
  font-size: 18px;
  font-weight: 20px; }
.main-container .main-breadcrumbs {
  margin-bottom: 20px;
  padding: 16px 0;
  background-color: #171717;
  color: #fff;
  font-size: 13px;
  line-height: 1; }
.main-container .breadcrumbs ul {
  margin: 0;
  overflow: hidden; }
  .main-container .breadcrumbs ul li {
    display: inline-block; }
    .main-container .breadcrumbs ul li a {
      color: #fff;
      font-weight: 400;
      vertical-align: middle; }
    .main-container .breadcrumbs ul li .breadcrumbs-split {
      margin: 0 2px;
      font-size: 12px;
      vertical-align: middle; }
      .main-container .breadcrumbs ul li .breadcrumbs-split + span {
        vertical-align: middle; }
.main-container .main-wrapper {
  padding-top: 0;
  padding-bottom: 30px;
  line-height: 1.4; }
  .main-container .main-wrapper .page .title h2 {
    margin: 0 0 30px; }
.main-container table.full {
  width: 100%;
  float: left; }
  .main-container table.full tr td {
    padding: 10px;
    text-align: left; }
    .main-container table.full tr td.a-center {
      padding: 10px; }
      .main-container table.full tr td.a-center input {
        width: 40px;
        margin: 0 7px;
        text-align: center; }
  .main-container table.full thead {
    border-bottom: 1px solid #dcdcdc; }
    .main-container table.full thead th {
      padding: 10px;
      font-weight: normal;
      text-align: left;
      white-space: nowrap;
      vertical-align: middle; }
  .main-container table.full tr.last th,
  .main-container table.full .data-table tr.last td {
    border-bottom: 0; }
  .main-container table.full .tfoot {
    border-bottom: 1px solid #f2f2f2; }
    .main-container table.full .tfoot tr.first td {
      background: #ececec;
      overflow: hidden; }
  .main-container table.full tbody tr {
    border-bottom: 2px solid #f2f2f2; }
.main-container .account-dashboard h5 {
  position: relative;
  margin-bottom: 0;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 7px 7px 0 0;
  background-color: #f5f5f5;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }
  .main-container .account-dashboard h5 span {
    float: right;
    font-size: 12px;
    font-weight: 400;
    text-transform: none; }
.main-container .account-dashboard .my-account .content {
  min-height: 135px;
  padding: 20px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
  font-size: 13px; }
.main-container .account-dashboard .my-order {
  margin-top: 40px;
  overflow: hidden; }
  .main-container .account-dashboard .my-order .table-wrap table thead {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #fbfbfb;
    text-align: center; }
  .main-container .account-dashboard .my-order .billing-address,
  .main-container .account-dashboard .my-order .shipping-address {
    margin-top: 40px;
    overflow: hidden; }
    .main-container .account-dashboard .my-order .billing-address h4,
    .main-container .account-dashboard .my-order .shipping-address h4 {
      display: block;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding: 15px 20px 15px;
      border: 1px solid #ddd;
      background-color: #fbfbfb;
      font: 13px;
      text-align: left;
      text-transform: uppercase; }
  .main-container .account-dashboard .my-order p {
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 10px 10px; }
.main-container .account-dashboard.address-form {
  margin-top: 30px; }
  .main-container .account-dashboard.address-form .page-title {
    padding: 20px 0;
    overflow: hidden; }
    .main-container .account-dashboard.address-form .page-title h2 {
      margin: 12px 0 0;
      float: left; }
    .main-container .account-dashboard.address-form .page-title p {
      margin: 0;
      float: right; }
  .main-container .account-dashboard.address-form .form-list li {
    padding: 5px 0; }
    .main-container .account-dashboard.address-form .form-list li label {
      margin-bottom: 10px; }
.main-container .account-dashboard .my-address {
  margin-bottom: 40px;
  border: solid 1px #f2f2f2;
  overflow: hidden; }
  .main-container .account-dashboard .my-address h3,
  .main-container .account-dashboard .my-address h4 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fcfcfc;
    font: 17px;
    text-align: left;
    text-transform: uppercase; }
    .main-container .account-dashboard .my-address h3 span,
    .main-container .account-dashboard .my-address h4 span {
      float: right;
      font-size: 12px;
      text-transform: initial; }
  .main-container .account-dashboard .my-address .content {
    padding: 20px; }
  .main-container .account-dashboard .my-address .form-edit {
    padding: 20px; }
.main-container .order-dashboard {
  margin-top: 30px; }
  .main-container .order-dashboard .billing-address,
  .main-container .order-dashboard .shipping-address {
    width: 48%;
    margin-top: 40px;
    float: left;
    border: solid 1px #f2f2f2;
    overflow: hidden; }
    .main-container .order-dashboard .billing-address h4,
    .main-container .order-dashboard .shipping-address h4 {
      display: block;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding: 15px 20px 15px;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fcfcfc;
      font: 17px;
      text-align: left;
      text-transform: uppercase; }
    .main-container .order-dashboard .billing-address .content,
    .main-container .order-dashboard .shipping-address .content {
      padding: 20px; }
  .main-container .order-dashboard .shipping-address {
    margin-left: 30px;
    width: -webkit-calc(52% - 30px);
    width: calc(52% - 30px); }
.main-container .account-login, .main-container .account-create {
  padding-top: 30px; }
  .main-container .account-login h1, .main-container .account-create h1 {
    margin: 0 0 15px;
    color: #3b3b3b;
    font-size: 20px; }
.main-container .login_content {
  display: inline-block;
  width: 100%;
  padding: 35px 25px;
  border: 1px solid #ececec;
  border-top: 4px solid #3b3b3b;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); }
  .main-container .login_content h2 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
  .main-container .login_content p {
    margin: 0 0 15px;
    line-height: 1.5; }
  .main-container .login_content .login-button .btn-button {
    float: right; }
  .main-container .login_content .login-button a {
    float: left; }
  .main-container .login_content .login-button button.btn-button {
    margin: 1.4em 0 0; }
  .main-container .login_content .login-button .buttons-set {
    margin: 1em 0 0;
    padding: 8px 0 0;
    clear: both;
    text-align: right; }
    .main-container .login_content .login-button .buttons-set a {
      line-height: 35px; }
      .main-container .login_content .login-button .buttons-set a:hover {
        text-decoration: underline; }
  .main-container .login_content #RecoverPasswordForm .buttons-set {
    margin: 1em 0 0;
    padding: 8px 0 0;
    clear: both;
    text-align: right; }
    .main-container .login_content #RecoverPasswordForm .buttons-set input {
      float: right; }
    .main-container .login_content #RecoverPasswordForm .buttons-set a {
      float: left;
      line-height: 35px; }
      .main-container .login_content #RecoverPasswordForm .buttons-set a:hover {
        text-decoration: underline; }
.main-container .account-create h1 {
  margin: 0 0 15px;
  color: #3b3b3b;
  font-size: 20px; }
.main-container .account-create .content {
  display: block;
  width: 100%;
  padding: 35px 25px;
  border: 1px solid #ececec;
  border-top: 4px solid #3b3b3b;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); }
  .main-container .account-create .content h2 {
    margin: 0 0 20px;
    font-size: 16px;
    text-transform: uppercase; }
  .main-container .account-create .content p.required {
    margin: 0 0 10px;
    color: #EB340A;
    font-size: 11px;
    text-align: right; }
  .main-container .account-create .content .buttons-set {
    float: right; }
    .main-container .account-create .content .buttons-set input {
      float: right; }
.main-container .checkout-cart {
  width: 100%; }
  .main-container .checkout-cart .cart-table-wrap {
    display: inline-block;
    width: 100%;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); }
  .main-container .checkout-cart .grid__item {
    width: 50%;
    padding-top: 50px; }
    .main-container .checkout-cart .grid__item label {
      margin-bottom: 15px; }
    .main-container .checkout-cart .grid__item .cart__note {
      height: auto;
      min-height: 50px; }
  .main-container .checkout-cart .page-title {
    border-bottom: 0; }
    .main-container .checkout-cart .page-title h1 {
      margin: 0 0 32px;
      float: left;
      font-size: 20px; }
    .main-container .checkout-cart .page-title ul.checkout-types {
      float: right; }
  .main-container .checkout-cart .cart-inner {
    clear: both; }
  .main-container .checkout-cart .totals {
    margin-bottom: 15px;
    clear: both; }
    .main-container .checkout-cart .totals h2 {
      margin: 0;
      padding: 10px 45px 10px 15px;
      border: 1px solid #ddd;
      border-radius: 7px 7px 0 0;
      background-color: #f5f5f5;
      color: #000;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase; }
    .main-container .checkout-cart .totals .totals-content {
      padding: 15px;
      border: 1px solid #ddd;
      border-top: 0;
      border-radius: 0 0 7px 7px;
      background-color: #fbfbfb;
      font-size: 13px; }
      .main-container .checkout-cart .totals .totals-content table {
        width: 100%; }
        .main-container .checkout-cart .totals .totals-content table .price {
          display: block;
          color: #000;
          font-size: 14px;
          font-weight: 600;
          text-align: right; }
        .main-container .checkout-cart .totals .totals-content table tr {
          border-bottom: 1px solid #dcdcdc; }
          .main-container .checkout-cart .totals .totals-content table tr td {
            padding: 10px;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.4;
            text-align: left !important; }
        .main-container .checkout-cart .totals .totals-content table tfoot tr {
          border-bottom: 0 solid #dcdcdc; }
          .main-container .checkout-cart .totals .totals-content table tfoot tr td {
            padding: 10px;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.4;
            text-align: left; }
            .main-container .checkout-cart .totals .totals-content table tfoot tr td strong {
              font-weight: 300; }
              .main-container .checkout-cart .totals .totals-content table tfoot tr td strong .price {
                font-size: 17px; }
        .main-container .checkout-cart .totals .totals-content table tbody tr td span.price {
          display: block;
          color: #000;
          font-size: 14px;
          font-weight: 600;
          text-align: right; }
        .main-container .checkout-cart .totals .totals-content table tbody tr td strong {
          font-weight: 300; }
      .main-container .checkout-cart .totals .totals-content .checkout-types {
        font-size: 13px;
        text-align: center; }
        .main-container .checkout-cart .totals .totals-content .checkout-types li {
          margin: 10px 0;
          clear: both; }
          .main-container .checkout-cart .totals .totals-content .checkout-types li input {
            width: 100%; }
          .main-container .checkout-cart .totals .totals-content .checkout-types li a:hover {
            text-decoration: underline; }
  .main-container .checkout-cart .checkout-info {
    width: 100%;
    margin-bottom: 15px;
    float: left; }
    .main-container .checkout-cart .checkout-info .shipping h2 {
      position: relative;
      margin-top: 0;
      margin-bottom: 0;
      padding: 10px 15px;
      border: 1px solid #ddd;
      border-radius: 7px 7px 0 0;
      background-color: #f5f5f5;
      color: #777;
      cursor: pointer;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase; }
      .main-container .checkout-cart .checkout-info .shipping h2.closed {
        border-radius: 7px; }
      .main-container .checkout-cart .checkout-info .shipping h2 a {
        display: block;
        color: #000; }
        .main-container .checkout-cart .checkout-info .shipping h2 a:after {
          display: block;
          position: absolute;
          top: 50%;
          right: 15px;
          width: 26px;
          height: 26px;
          margin-top: -13px;
          border: 1px solid #ccc;
          border-radius: 3px;
          background-color: #fff;
          color: #ccc;
          font-family: 'porto';
          font-size: 10px;
          line-height: 24px;
          text-align: center; }
        .main-container .checkout-cart .checkout-info .shipping h2 a:after {
          content: '\e80d'; }
        .main-container .checkout-cart .checkout-info .shipping h2 a.collapsed:after {
          content: '\e80b'; }
        .main-container .checkout-cart .checkout-info .shipping h2 a:focus {
          outline: none;
          text-decoration: inherit; }
      .main-container .checkout-cart .checkout-info .shipping h2:hover a:after {
        border-color: #3b3b3b;
        background-color: #3b3b3b;
        color: white; }
    .main-container .checkout-cart .checkout-info .shipping .shipping-form {
      border-right: #dfdfdf solid 1px;
      border-bottom: #dfdfdf solid 1px;
      border-left: #dfdfdf solid 1px;
      border-radius: 0 0 7px 7px; }
      .main-container .checkout-cart .checkout-info .shipping .shipping-form .shipping-calculator-wrapper {
        padding: 15px;
        border-radius: 0 0 7px 7px;
        background-color: #fbfbfb; }
      .main-container .checkout-cart .checkout-info .shipping .shipping-form p {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 1.5; }
      .main-container .checkout-cart .checkout-info .shipping .shipping-form ul.form-list li select {
        width: 100%;
        height: 38px;
        border-radius: 6px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }
      .main-container .checkout-cart .checkout-info .shipping .shipping-form .buttons-set input {
        width: 100%; }
  .main-container .checkout-cart .cart-table td {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle; }
  .main-container .checkout-cart .cart-table thead tr {
    border-width: 0 0 1px; }
    .main-container .checkout-cart .cart-table thead tr th {
      padding: 15px 10px;
      border-right-width: 0;
      background-color: transparent;
      color: #777;
      font-size: 14px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none !important;
      vertical-align: middle;
      white-space: nowrap; }
  .main-container .checkout-cart .cart-table tbody tr td {
    padding: 15px 10px;
    border-right-width: 0; }
    .main-container .checkout-cart .cart-table tbody tr td.action-td {
      padding: 15px 0; }
      .main-container .checkout-cart .cart-table tbody tr td.action-td a {
        display: inline-block;
        width: 34px;
        height: 34px;
        font-size: 18px;
        line-height: 34px;
        overflow: hidden;
        text-align: center; }
    .main-container .checkout-cart .cart-table tbody tr td.pr-img-td {
      border-right: 0;
      text-align: center; }
    .main-container .checkout-cart .cart-table tbody tr td.product-name-td {
      color: #777;
      font-size: 14px; }
    .main-container .checkout-cart .cart-table tbody tr td .cart-actions {
      display: inline-block; }
      .main-container .checkout-cart .cart-table tbody tr td .cart-actions .remove-item {
        position: relative;
        margin-left: 3px;
        padding-left: 7px; }
        .main-container .checkout-cart .cart-table tbody tr td .cart-actions .remove-item:before {
          position: absolute;
          top: 3px;
          left: 0;
          width: 1px;
          height: 9px;
          background-color: #666;
          content: ''; }
    .main-container .checkout-cart .cart-table tbody tr td.product-qty .items {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 0;
      border: 1px solid #ccc;
      border-radius: 0;
      background: #f4f4f4;
      color: #777;
      font-size: 14px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      text-decoration: none;
      vertical-align: top; }
      .main-container .checkout-cart .cart-table tbody tr td.product-qty .items:hover {
        cursor: pointer; }
      .main-container .checkout-cart .cart-table tbody tr td.product-qty .items .fallback-text {
        display: none; }
    .main-container .checkout-cart .cart-table tbody tr td.product-qty input {
      display: inline-block;
      border-radius: 0;
      width: 35px !important;
      height: 30px;
      margin: 0 -5px;
      color: #777;
      font-size: 14px;
      text-align: center;
      vertical-align: middle; }
    .main-container .checkout-cart .cart-table tbody tr td.product-qty button {
      margin-top: 5px;
      padding: 0;
      border-radius: 4px; }
      .main-container .checkout-cart .cart-table tbody tr td.product-qty button span {
        height: 22px;
        padding: 0 5px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-transform: none; }
  .main-container .checkout-cart .cart-table tfoot td {
    padding-top: 15px;
    padding-bottom: 0; }
  .main-container .checkout-cart .cart-table tfoot button {
    padding: 0 12px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 32px; }
    .main-container .checkout-cart .cart-table tfoot button span {
      color: #777; }
    .main-container .checkout-cart .cart-table tfoot button:hover span {
      color: white; }
    .main-container .checkout-cart .cart-table tfoot button.btn-update {
      float: right; }
  .main-container .checkout-cart .crosssell-wrapper {
    width: 100%;
    float: left; }
.main-container .blog-homepage {
  position: relative; }
  .main-container .blog-homepage .category-products .products-grid .owl-item .item {
    width: 100%;
    padding: 10px 0; }
  .main-container .blog-homepage .category-products .products-grid .owl-nav {
    position: absolute;
    top: -33px;
    right: -5px; }
    .main-container .blog-homepage .category-products .products-grid .owl-nav button {
      display: inline-block;
      font-size: 18px;
      text-align: center; }
.main-container .main-tab-products .row {
  margin-right: -20px;
  margin-left: -20px; }
.main-container .blogs-items ul li {
  width: 100%;
  padding: 15px 0 !important; }
.main-container .blogs-items .img-responsive {
  width: 85px;
  min-height: 70px;
  margin-right: 25px;
  float: left; }
  .main-container .blogs-items .img-responsive img {
    width: 100%; }
.main-container .blogs-items .post-date {
  display: block;
  color: #dadada;
  font-family: 'Verdana';
  font-size: 16px; }
  .main-container .blogs-items .post-date .month {
    font-size: 13px; }
.main-container .blogs-items .post-title {
  color: #777; }
.main-container .wishlist-table,
.main-container .table-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .main-container .wishlist-table th,
  .main-container .table-wrap th {
    height: 45px;
    border: 0;
    background-color: #f6f6f6;
    color: #777;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  .main-container .wishlist-table td,
  .main-container .table-wrap td {
    text-align: center;
    vertical-align: top; }
  .main-container .wishlist-table .product-name .image,
  .main-container .wishlist-table .product-name .image-comment,
  .main-container .table-wrap .product-name .image,
  .main-container .table-wrap .product-name .image-comment {
    float: left; }
  .main-container .wishlist-table .product-name .image,
  .main-container .table-wrap .product-name .image {
    width: 15%; }
    .main-container .wishlist-table .product-name .image img,
    .main-container .table-wrap .product-name .image img {
      max-width: 100%; }
  .main-container .wishlist-table .product-name .image-comment,
  .main-container .table-wrap .product-name .image-comment {
    width: 60%;
    padding-left: 24px;
    text-align: left; }
    .main-container .wishlist-table .product-name .image-comment .product-title,
    .main-container .table-wrap .product-name .image-comment .product-title {
      display: block;
      margin-top: 20px;
      margin-bottom: 8px;
      color: #3b3b3b;
      font-size: 13px;
      line-height: 20px; }
    .main-container .wishlist-table .product-name .image-comment > p,
    .main-container .table-wrap .product-name .image-comment > p {
      display: block;
      color: #bababa; }
  .main-container .wishlist-table td.product-name,
  .main-container .table-wrap td.product-name {
    padding: 30px; }
  .main-container .wishlist-table .product-code,
  .main-container .table-wrap .product-code {
    width: 14.7008547008547%; }
  .main-container .wishlist-table .add-to-card,
  .main-container .table-wrap .add-to-card {
    width: 20%;
    padding-top: 48px; }
  .main-container .wishlist-table .quantity,
  .main-container .table-wrap .quantity {
    width: 13.84615384615385%; }
  .main-container .wishlist-table td.quantity,
  .main-container .table-wrap td.quantity {
    padding-top: 48px; }
  .main-container .wishlist-table .subtotal,
  .main-container .table-wrap .subtotal {
    width: 11.96581196581197%; }
  .main-container .wishlist-table td.delete,
  .main-container .table-wrap td.delete {
    width: 10%;
    padding-top: 50px;
    font-size: 12px; }
    .main-container .wishlist-table td.delete .remove-wishlist,
    .main-container .table-wrap td.delete .remove-wishlist {
      background: none;
      color: #3b3b3b;
      font-size: 18px; }
  .main-container .wishlist-table td.subtotal,
  .main-container .table-wrap td.subtotal {
    padding-top: 48px;
    color: #686868;
    font: 17px; }
  .main-container .wishlist-table .last .product-name,
  .main-container .table-wrap .last .product-name {
    padding-bottom: 31px; }
.main-container .data-table tbody th,
.main-container .data-table tbody td {
  padding: 15px 10px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.3; }
.main-container .wishlist-table td.unit-price {
  padding-top: 50px;
  color: #444;
  font-size: 18px;
  font-weight: 600; }
.main-container .wishlist-table.table-bordered,
.main-container .total-table.table-bordered,
.main-container .table-wrap.table-bordered {
  border: 0; }
  .main-container .wishlist-table.table-bordered > thead,
  .main-container .total-table.table-bordered > thead,
  .main-container .table-wrap.table-bordered > thead {
    border: 1px solid #dcdcdc; }
    .main-container .wishlist-table.table-bordered > thead > tr > th,
    .main-container .total-table.table-bordered > thead > tr > th,
    .main-container .table-wrap.table-bordered > thead > tr > th {
      border: 0; }
  .main-container .wishlist-table.table-bordered > tbody > tr > td,
  .main-container .wishlist-table.table-bordered > tbody > tr > th,
  .main-container .wishlist-table.table-bordered > tfoot > tr > td,
  .main-container .wishlist-table.table-bordered > tfoot > tr > th,
  .main-container .total-table.table-bordered > tbody > tr > td,
  .main-container .total-table.table-bordered > tbody > tr > th,
  .main-container .total-table.table-bordered > tfoot > tr > td,
  .main-container .total-table.table-bordered > tfoot > tr > th,
  .main-container .table-wrap.table-bordered > tbody > tr > td,
  .main-container .table-wrap.table-bordered > tbody > tr > th,
  .main-container .table-wrap.table-bordered > tfoot > tr > td,
  .main-container .table-wrap.table-bordered > tfoot > tr > th {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
  .main-container .wishlist-table.table-bordered > tfoot > tr > td,
  .main-container .total-table.table-bordered > tfoot > tr > td,
  .main-container .table-wrap.table-bordered > tfoot > tr > td {
    letter-spacing: 1.1px; }
    .main-container .wishlist-table.table-bordered > tfoot > tr > td:first-child,
    .main-container .total-table.table-bordered > tfoot > tr > td:first-child,
    .main-container .table-wrap.table-bordered > tfoot > tr > td:first-child {
      letter-spacing: .7px; }
.main-container .top-container .category-banner .full-width-image {
  padding: 200px 0;
  text-align: center; }
  .main-container .top-container .category-banner .full-width-image h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -5px; }
  .main-container .top-container .category-banner .full-width-image a {
    display: inline-block;
    margin: 20px 0;
    padding: 15px 40px;
    transition: all .3s;
    background-color: #fff;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
    color: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase; }
.main-container .top-container .category-banner .move-below-header {
  display: block; }
.main-container .top-container .category-banner .category-content {
  margin: 0; }
.main-container .collection-content .category-content .full-width-image-banner {
  position: relative; }
  .main-container .collection-content .category-content .full-width-image-banner .content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -36px;
    color: #fff;
    text-align: center;
    z-index: 2; }
    .main-container .collection-content .category-content .full-width-image-banner .content h2 {
      display: inline-block;
      margin: 0;
      padding: 5px 10px;
      background-color: transparent;
      color: #fff;
      font-size: 35px;
      line-height: 1; }
    .main-container .collection-content .category-content .full-width-image-banner .content p {
      padding: 7px 12px;
      background-color: transparent;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4; }
.main-container .collection-content .move-below-header {
  display: none; }
.main-container .pagenav-wrap .pagination {
  display: block;
  margin: 0;
  clear: both;
  overflow: hidden;
  text-align: center; }
  .main-container .pagenav-wrap .pagination .page-total {
    display: none;
    margin: 0;
    color: #b2b2b2;
    line-height: 34px; }
  .main-container .pagenav-wrap .pagination .infinite-scrolling {
    display: inline-block;
    margin: 0 auto; }
    .main-container .pagenav-wrap .pagination .infinite-scrolling a {
      padding: 3.5px 12px;
      border: 1px solid #ccc;
      background: #3b3b3b;
      color: #fff;
      font-size: 12px;
      font-weight: 400; }
      .main-container .pagenav-wrap .pagination .infinite-scrolling a:hover {
        opacity: .9; }
.main-container .main-search-container .search-form h3 {
  display: inline-block;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 400; }
.main-container .main-search-container .search-form .pagenav-wrap {
  float: right; }
.main-container .title-wrap .text-heading {
  color: #181818;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase; }
.main-container .wishlist-share {
  margin: 30px 0 0; }
.main-container .collection-main .products-grid li .product-top {
  position: relative;
  overflow: hidden; }
  .main-container .collection-main .products-grid li .product-top a img {
    width: 100%;
    transition: all .3s ease; }
  .main-container .collection-main .products-grid li .product-top a:hover img {
    transform: scale(1.1, 1.1); }
  .main-container .collection-main .products-grid li .product-top span.thumb-info-title {
    position: absolute;
    bottom: 10%;
    left: 0;
    max-width: 90%;
    padding: 9px 11px 9px;
    transition: all .3s;
    background: rgba(23, 23, 23, 0.8);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2; }
    .main-container .collection-main .products-grid li .product-top span.thumb-info-title h3 {
      margin: 0;
      padding: 0;
      color: inherit;
      font-size: 1em;
      font-weight: inherit;
      line-height: inherit;
      text-transform: uppercase; }
      .main-container .collection-main .products-grid li .product-top span.thumb-info-title h3 a {
        color: #fff;
        letter-spacing: normal; }
    .main-container .collection-main .products-grid li .product-top span.thumb-info-title span.thumb-info-type {
      display: inline-block;
      margin: 8px -2px -15px -2px;
      padding: 2px 9px;
      float: left;
      border-radius: 0;
      background-color: #65829d;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      text-transform: none;
      z-index: 2; }
  .main-container .collection-main .products-grid li .product-top:hover span.thumb-info-title {
    background: #000; }
.main-container .collection-main .products-grid.columns3 li {
  margin-bottom: 1.4286em;
  padding: 0 9px; }
.main-container .product-wishlist a span {
  display: none; }

.blog-wrapper .owl-dots {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0; }
  .blog-wrapper .owl-dots .owl-dot span {
    background: #fff; }

.post-wrapper {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  overflow: inherit; }
  .post-wrapper .post-banner {
    margin-bottom: 20px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff; }
    .post-wrapper .post-banner video, .post-wrapper .post-banner iframe {
      display: block; }
    .post-wrapper .post-banner img {
      width: 100%; }
  .post-wrapper .post-date {
    width: 60px;
    margin-right: 20px;
    float: left;
    text-align: center; }
    .post-wrapper .post-date .day {
      display: block;
      padding: 10px;
      border: 1px solid #e3e3e3;
      border-radius: 2px 2px 0 0;
      color: #4a4a4a;
      font: 400 28px / 27px 'Oswald'; }
    .post-wrapper .post-date .month {
      display: block;
      padding: 0 10px 2px;
      border-radius: 0 0 2px 2px;
      background-color: #3b3b3b;
      color: #fff;
      font: 400 14px / 27px 'Oswald';
      text-transform: uppercase; }
  .post-wrapper .postTitle {
    margin-bottom: 15px; }
    .post-wrapper .postTitle h2 {
      margin: 0 0 10px;
      padding: 0;
      font-size: 20px;
      font-weight: 600; }
  .post-wrapper .postContent {
    margin: 0 30px 0 80px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.5; }
    .post-wrapper .postContent .readmore {
      color: #777;
      font-size: 13px;
      text-transform: capitalize; }
      .post-wrapper .postContent .readmore:hover {
        text-decoration: underline; }
  .post-wrapper .postDetails {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 20px 78px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .post-wrapper .postDetails.pl-0 {
      margin-left: 78px; }
    .post-wrapper .postDetails span {
      margin-right: 15px;
      font-weight: 600; }
    .post-wrapper .postDetails .readmore {
      margin-left: auto;
      color: #7a7d82;
      font-size: 14px;
      text-transform: capitalize; }
  .post-wrapper .article-tags {
    margin-right: 15px; }
    .post-wrapper .article-tags a {
      color: #777;
      font-weight: 600; }
  .post-wrapper i {
    margin-right: 3px;
    font-size: 16px; }

.post-details span,
.article-tags a,
.post-share h3 {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase; }

.post-share {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px; }
  .post-share h3 {
    margin: 0 5px 0 0;
    font-size: 13px; }
  .post-share .addthis_toolbox a,
  .post-share .addthis_toolbox span {
    margin: 0; }
  .post-share .addthis_toolbox span {
    border-radius: 16px !important; }

.post-author {
  border-bottom: 1px solid #ddd; }
  .post-author strong {
    display: inline-block;
    padding: 4.5px 0;
    font-size: 18px;
    color: #21293c;
    text-decoration: none;
    text-transform: uppercase; }
  .post-author p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8; }

.post-comment span {
  float: right;
  color: #999; }

.related-posts h3,
.post-comment h3 {
  margin-bottom: 15px;
  color: #21293c;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase; }
.related-posts strong,
.post-comment strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #7b858a;
  font-size: 14px; }

.post-author img,
.post-comment img {
  float: left;
  max-width: 74px;
  max-height: 74px;
  width: 74px;
  height: 74px;
  margin-right: 20px; }

.comment-block {
  position: relative;
  margin-left: 115px;
  padding: 20px 20px 30px 20px;
  background-color: #f4f4f4; }
  .comment-block p {
    margin-bottom: 0; }

.post-author,
.postDetails,
.comment {
  margin: 20px 0; }

.related-posts {
  margin: 35px 0 30px; }
  .related-posts .post-featured-image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center; }
  .related-posts i,
  .related-posts time {
    margin-left: -3px;
    text-transform: uppercase;
    vertical-align: middle; }
  .related-posts .post-name {
    margin-top: 5px;
    font-weight: 600;
    text-transform: capitalize; }
  .related-posts a {
    font-family: 'Oswald';
    text-transform: uppercase; }
    .related-posts a i {
      vertical-align: inherit; }

.full-width-image-banner {
  margin-top: 10px;
  position: relative; }
  .full-width-image-banner > .container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%; }
  .full-width-image-banner .content {
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    width: 100%;
    margin-top: -36px;
    color: #fff;
    text-align: center;
    z-index: 2; }
    .full-width-image-banner .content h1 {
      margin: 0;
      color: #fff;
      font-size: 45px;
      font-weight: 600;
      line-height: 1.1; }
    .full-width-image-banner .content h2 {
      margin: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 300; }

.sidebar .block-layered-nav {
  margin-bottom: 40px; }
.sidebar .block-content {
  padding: 0; }
  .sidebar .block-content ul li span {
    top: 7px;
    right: 1px; }
  .sidebar .block-content ul li .expand::after {
    font-size: 16px;
    content: '\e855'; }
  .sidebar .block-content ul li .collapse::after {
    font-size: 16px;
    content: '\e854'; }
  .sidebar .block-content ul li a:hover {
    text-decoration: underline; }
  .sidebar .block-content > ul li {
    padding: 0;
    border: 0;
    line-height: 1.42857143; }
    .sidebar .block-content > ul li a {
      color: #777;
      font-size: 13px;
      line-height: 2.5; }
  .sidebar .block-content > ul.no-bullets li {
    margin: 0 7px 7px 0;
    float: left; }
    .sidebar .block-content > ul.no-bullets li a {
      display: block;
      padding: 11px 14px;
      background-color: #e1e1e1;
      color: #7e7d79;
      font-family: inherit;
      font-size: 14px;
      font-weight: 400;
      line-height: 11px; }
      .sidebar .block-content > ul.no-bullets li a.active, .sidebar .block-content > ul.no-bullets li a:hover {
        color: #fff;
        text-decoration: none; }
  .sidebar .block-content > ul.blog-tags {
    margin-top: 15px; }
  .sidebar .block-content iframe {
    width: 100%;
    height: 100%;
    margin-top: 30px; }
  .sidebar .block-content .category-products .products-list {
    margin-top: 30px; }
.sidebar .banner-slide {
  margin: 0 -15px; }
  .sidebar .banner-slide .owl-carousel .item {
    position: relative;
    padding: 0 15px; }
    .sidebar .banner-slide .owl-carousel .item img {
      width: 100%; }

.html-sidebar h2 {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  line-height: 1;
  margin-top: 0; }
.html-sidebar h5 {
  font-family: Arial;
  font-weight: 400;
  font-size: 11px;
  color: #878787;
  line-height: 1;
  margin-bottom: 13px; }
.html-sidebar p {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 1.42;
  letter-spacing: .01em; }

.sidebar-toogle .block-title,
.sidebar-cate-toogle .block-title {
  position: relative;
  line-height: 1.2; }
  .sidebar-toogle .block-title .collapse,
  .sidebar-cate-toogle .block-title .collapse {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    z-index: 3; }
    .sidebar-toogle .block-title .collapse:hover,
    .sidebar-cate-toogle .block-title .collapse:hover {
      color: white; }
    .sidebar-toogle .block-title .collapse .icon-down-dir,
    .sidebar-cate-toogle .block-title .collapse .icon-down-dir {
      display: none; }
    .sidebar-toogle .block-title .collapse.click .icon-down-dir,
    .sidebar-cate-toogle .block-title .collapse.click .icon-down-dir {
      display: block; }
    .sidebar-toogle .block-title .collapse.click .icon-up-dir,
    .sidebar-cate-toogle .block-title .collapse.click .icon-up-dir {
      display: none; }

.block-layered-nav .block-title,
.block-nav .block-title {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 7px 7px 0 0;
  background-color: #f5f5f5;
  color: #777;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }
  .block-layered-nav .block-title.closed,
  .block-nav .block-title.closed {
    border-radius: 7px; }

.block-nav .block-content {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
  font-size: 13px; }

.narrow-by-list {
  margin: 0; }
  .narrow-by-list dt {
    margin-top: 14px;
    line-height: 1.42857143; }
    .narrow-by-list dt .clear,
    .narrow-by-list dt .clearall {
      display: inline-block;
      position: relative;
      top: -1px;
      margin-right: 5px;
      font-size: 11px;
      letter-spacing: 0;
      line-height: 5px;
      text-transform: none; }
  .narrow-by-list .closed {
    border-radius: 7px; }
  .narrow-by-list dd {
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
    font-size: 13px;
    overflow: hidden; }
    .narrow-by-list dd.size .swatch-list li {
      display: inline-block;
      margin: 0 0 8px;
      float: none; }
    .narrow-by-list dd.size .swatch-list .item {
      display: block;
      width: auto;
      min-width: 32px;
      height: 24px;
      line-height: 22px;
      margin: 0;
      margin-right: 1px;
      padding: 0;
      float: none;
      border: 1px solid #e9e9e9;
      border-radius: 1px;
      background-color: #fff;
      font-size: 11px;
      text-align: center; }
      .narrow-by-list dd.size .swatch-list .item span.name {
        color: #6b7478;
        font-size: 11px;
        line-height: inherit; }
      .narrow-by-list dd.size .swatch-list .item.swatch-checkbox .checkbox {
        display: none; }
      .narrow-by-list dd.size .swatch-list .item:hover span.name, .narrow-by-list dd.size .swatch-list .item.active span.name {
        color: #fff; }
    .narrow-by-list dd ol {
      margin: 0; }
      .narrow-by-list dd ol li {
        display: block;
        position: relative;
        float: none;
        line-height: 27px; }
        .narrow-by-list dd ol li a {
          font-weight: 400; }
      .narrow-by-list dd ol.swatch-list {
        display: block;
        position: relative;
        margin-right: -7px; }
        .narrow-by-list dd ol.swatch-list li .item {
          display: inline-block;
          cursor: pointer;
          font-family: 'Open Sans'; }
          .narrow-by-list dd ol.swatch-list li .item span.name {
            line-height: 32px; }
          .narrow-by-list dd ol.swatch-list li .item.disable {
            display: none !important;
            cursor: not-allowed; }
            .narrow-by-list dd ol.swatch-list li .item.disable .has-image:after {
              display: block;
              position: absolute;
              top: 10px;
              right: -4px;
              width: 30px;
              height: 2px;
              transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              background-color: #E0E0E0;
              content: ' '; }
            .narrow-by-list dd ol.swatch-list li .item.disable:hover .has-image {
              border: #e0e0e0 solid 1px; }
            .narrow-by-list dd ol.swatch-list li .item.disable .input-skin:after {
              display: block;
              position: absolute;
              top: 8.4px;
              right: 5px;
              width: 11px;
              height: 2px;
              -ms-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              background-color: #efefef;
              content: ' '; }
          .narrow-by-list dd ol.swatch-list li .item .has-image i {
            display: inline-block;
            position: relative;
            margin: 0;
            padding: 0;
            border: 0;
            border-radius: 3px;
            background-color: transparent !important;
            background-position: center center;
            background-size: cover;
            line-height: 0;
            vertical-align: middle; }
            .narrow-by-list dd ol.swatch-list li .item .has-image i.color_box {
              width: 22px;
              height: 22px;
              margin: 4px 4px 4px 0;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.13); }
          .narrow-by-list dd ol.swatch-list li .item .has-image[title^='White'] i.color_box {
            border: #ececec solid 1px; }
          .narrow-by-list dd ol.swatch-list li .item:hover .has-image i.color_box:before, .narrow-by-list dd ol.swatch-list li .item.active .has-image i.color_box:before {
            position: absolute;
            top: 50%;
            left: -1px;
            width: 100%;
            height: 12px;
            margin-top: -6px;
            color: #fff;
            font-family: FontAwesome;
            font-size: 11px;
            line-height: 12px;
            text-align: center;
            text-indent: 0;
            content: '\f00c'; }
          .narrow-by-list dd ol.swatch-list li .item:hover .has-image[title^='White'] i.color_box:before, .narrow-by-list dd ol.swatch-list li .item.active .has-image[title^='White'] i.color_box:before {
            color: #333; }
        .narrow-by-list dd ol.swatch-list li.disable {
          display: none !important; }
    .narrow-by-list dd.color-swatch.color ol li {
      width: auto;
      float: left;
      margin: 0; }

.pagination-page {
  display: inline-block; }
  .pagination-page li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0;
    margin-left: 2px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 24px;
    text-align: center; }
    .pagination-page li.active span {
      background-color: #3b3b3b;
      color: white; }
    .pagination-page li a {
      display: block;
      height: 26px;
      padding: 0;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff;
      color: #3b3b3b; }
      .pagination-page li a:hover {
        border-color: #3b3b3b;
        background-color: #3b3b3b;
        color: white; }
    .pagination-page li > span {
      display: block;
      height: 26px;
      padding: 0;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff; }
      .pagination-page li > span:hover {
        border-color: #3b3b3b;
        cursor: pointer; }
  .pagination-page li.text a {
    color: #999; }
    .pagination-page li.text a:hover {
      color: white; }

.template-index .modal-backdrop.in {
  opacity: .5 !important;
  z-index: 10 !important; }

#wishlistModal .modal-content,
#compareBox .modal-content {
  padding: 20px;
  border-radius: 0; }
  #wishlistModal .modal-content .modal-header,
  #compareBox .modal-content .modal-header {
    position: relative;
    padding: 0;
    border: 0; }
    #wishlistModal .modal-content .modal-header .close,
    #compareBox .modal-content .modal-header .close {
      width: 30px;
      height: 30px;
      padding: 0;
      outline: none;
      font-size: 30px;
      -webkit-font-smoothing: antialiased; }
    #wishlistModal .modal-content .modal-header .modal-title,
    #compareBox .modal-content .modal-header .modal-title {
      padding: 10px 15px;
      color: #333;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
#wishlistModal .cart-table,
#compareBox .cart-table {
  width: 100%;
  border: 1px solid #f1f1f1;
  border-spacing: 0; }
@media (min-width: 768px) and (max-width: 992px) {
  #wishlistModal .modal-dialog,
  #compareBox .modal-dialog {
    width: auto; } }
@media (min-width: 576px) {
  #wishlistModal .modal-dialog,
  #compareBox .modal-dialog {
    max-width: 100%; } }
@media (min-width: 992px) {
  #wishlistModal .modal-lg,
  #compareBox .modal-lg {
    width: 900px; } }

#wishlistTableList .data-table tr {
  border-bottom: 1px solid #f1f1f1 !important; }
  @media (max-width: 767px) {
    #wishlistTableList .data-table tr {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 0;
      border: 1px solid #f1f1f1;
      overflow: hidden; } }
  #wishlistTableList .data-table tr:last-child {
    border-bottom: 0; }
  @media (max-width: 767px) {
    #wishlistTableList .data-table tr .last {
      position: absolute;
      top: 0;
      right: -5px;
      min-width: 90px !important;
      border-width: 0; } }
  @media (max-width: 767px) {
    #wishlistTableList .data-table tr .shoppingcart-image {
      width: 30%;
      padding: 0;
      float: left;
      border: 0; } }
  @media (max-width: 767px) {
    #wishlistTableList .data-table tr .shoppingcart-image img {
      width: 100%; } }
  @media (max-width: 767px) {
    #wishlistTableList .data-table tr .shoppingcart-name,
    #wishlistTableList .data-table tr .product-unittax,
    #wishlistTableList .data-table tr .shoppingcart-qty,
    #wishlistTableList .data-table tr .product-options {
      width: 70%;
      padding-top: 10px;
      padding-right: 65px;
      padding-bottom: 10px;
      padding-left: 5px;
      float: right;
      border: 0;
      text-align: left; } }
  @media (max-width: 767px) {
    #wishlistTableList .data-table tr .shoppingcart-name,
    #wishlistTableList .data-table tr .product-unittax,
    #wishlistTableList .data-table tr .shoppingcart-qty {
      padding-top: 6px;
      padding-bottom: 6px; } }
@media (max-width: 767px) {
  #wishlistTableList .data-table thead {
    display: none; } }
#wishlistTableList .data-table thead tr {
  border-bottom: 1px solid #f1f1f1 !important; }
#wishlistTableList .data-table thead th {
  padding: 10px 15px;
  border-right: 1px solid #f1f1f1;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }
#wishlistTableList .data-table tbody td {
  padding: 10px 15px;
  border-right: 1px solid #f1f1f1; }
  @media (min-width: 768px) {
    #wishlistTableList .data-table tbody td {
      min-width: 120px; } }
  #wishlistTableList .data-table tbody td:last-child {
    min-width: 110px; }
#wishlistTableList .data-table tbody .product-image img {
  max-width: 100%; }
#wishlistTableList .data-table tbody .product-name {
  display: table-cell;
  margin: 0; }
  #wishlistTableList .data-table tbody .product-name a {
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 600; }
#wishlistTableList .data-table tbody .price .special-price {
  display: block;
  margin: 0;
  color: #666;
  font-size: 18px;
  font-weight: 600;
  line-height: 1; }
#wishlistTableList .data-table tbody .price .compare-price {
  display: none;
  width: 100%;
  margin: 10px 0 0 0;
  float: left;
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
  vertical-align: middle; }
#wishlistTableList .data-table tbody .product-options-bottom {
  margin: 0;
  border: 0;
  text-align: center; }
  @media (max-width: 767px) {
    #wishlistTableList .data-table tbody .product-options-bottom {
      text-align: left; } }
#wishlistTableList .data-table tbody .selector-wrapper {
  padding: 5px 0; }
  #wishlistTableList .data-table tbody .selector-wrapper label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px; }
  #wishlistTableList .data-table tbody .selector-wrapper select {
    width: 100%; }
#wishlistTableList .data-table tbody .btn-remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all .3s;
  border: #777 solid 1px;
  color: #777;
  font-size: 18px;
  line-height: 28px;
  text-align: center; }
  #wishlistTableList .data-table tbody .btn-remove:hover {
    border-color: #333;
    background-color: #333;
    color: #fff; }
#wishlistTableList .data-table tbody .add-cart-wishlist {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all .3s;
  border: #777 solid 1px;
  color: #777;
  font-size: 18px;
  line-height: 28px;
  text-align: center; }
  #wishlistTableList .data-table tbody .add-cart-wishlist:hover {
    border-color: #333;
    background-color: #333;
    color: #fff; }
  #wishlistTableList .data-table tbody .add-cart-wishlist i.icon-cart {
    display: block;
    line-height: 28px; }

#compareTableList {
  overflow-x: auto; }

#wishlistTableList .data-table .add-to-cart-box {
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    #wishlistTableList .data-table .add-to-cart-box {
      -ms-flex-pack: start;
      justify-content: flex-start; } }

#wishlistTableList .data-table .product-options-bottom,
#compareBox .data-table .product-options-bottom {
  margin: 0 0 10px; }
  #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box,
  #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box {
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0; }
    #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box input,
    #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box input {
      width: calc(100% - 58px);
      height: 35px;
      margin: 0;
      color: #777;
      font-size: 13px;
      font-weight: 400; }
    #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .increase,
    #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .reduced,
    #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .increase,
    #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .reduced {
      position: absolute;
      top: 0;
      width: 30px;
      height: 35px;
      border: solid 1px #dae2e6;
      color: #8798a2;
      font-size: 11px;
      line-height: 41px; }
    #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .increase,
    #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .increase {
      right: 0; }
    #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .reduced,
    #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .reduced {
      left: 0; }
    #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .items i,
    #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .items i {
      width: 100%;
      height: 100%;
      border: 0;
      font-size: 11px;
      line-height: 33px; }
      #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .items i.icon-up-dir:before,
      #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .items i.icon-up-dir:before {
        content: '\e873'; }
      #wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .items i.icon-down-dir:before,
      #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box .plus-minus .items i.icon-down-dir:before {
        content: '\e874'; }

#compareBox .data-table th,
#compareBox .data-table td {
  padding: 10px 14px;
  border: 1px solid #e8e9eb;
  text-align: left; }
#compareBox .data-table tr td {
  border-top: 1px solid #f1f1f1; }
#compareBox .data-table tbody td {
  min-width: 150px;
  padding: 10px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  text-align: left; }
  #compareBox .data-table tbody td p {
    margin: 0; }
  #compareBox .data-table tbody td:first-child {
    color: #222;
    font-size: 14px;
    text-transform: uppercase; }
  #compareBox .data-table tbody td .product-image {
    position: relative; }
    #compareBox .data-table tbody td .product-image a {
      position: absolute;
      top: 0;
      right: 0; }
  #compareBox .data-table tbody td .product-title {
    display: inline-block;
    padding: 15px 0 5px;
    color: #333;
    font-size: 14px;
    zoom: 1; }
  #compareBox .data-table tbody td .availability {
    margin: 0;
    color: #333; }
  #compareBox .data-table tbody td .price .special-price {
    display: inline-block;
    margin: 5px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1; }
  #compareBox .data-table tbody td .price .compare-price {
    margin: 0;
    color: #777;
    font-size: 13px;
    text-decoration: line-through; }
  #compareBox .data-table tbody td .selector-wrapper {
    padding: 5px 0; }
    #compareBox .data-table tbody td .selector-wrapper label {
      display: block;
      margin-bottom: 10px;
      font-size: 13px; }
    #compareBox .data-table tbody td .selector-wrapper select {
      width: 100%; }
  #compareBox .data-table tbody td .product-options-bottom {
    border: 0;
    text-align: left; }

.bestseller {
  position: relative; }
  .bestseller .block-title {
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
  .bestseller .sidebar-content {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(bkg_4.png) bottom no-repeat; }
    .bestseller .sidebar-content .products-grid {
      position: static; }
      .bestseller .sidebar-content .products-grid .owl-nav button {
        position: absolute;
        top: -3px; }
        .bestseller .sidebar-content .products-grid .owl-nav button i {
          font-size: 16px; }
      .bestseller .sidebar-content .products-grid .owl-nav .owl-prev {
        right: 26px; }
      .bestseller .sidebar-content .products-grid .owl-nav .owl-next {
        right: 4px; }
      .bestseller .sidebar-content .products-grid .owl-stage-outer .owl-item .item {
        max-width: 300px;
        margin-top: 10px;
        padding: 0; }
  .bestseller .item-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0; }
  .bestseller .product-image-area {
    margin-bottom: 0;
    padding: 2px; }
    .bestseller .product-image-area .product-image {
      min-height: inherit; }
  .bestseller .details-area {
    width: 66%;
    padding: 0 0 0 16px;
    text-align: left; }
  .bestseller .product-name {
    display: block;
    margin: 0 0 3px;
    font-weight: 400; }
  .bestseller .ratings {
    margin: 5px 0;
    background: transparent; }
  .bestseller .price-box {
    margin: 0;
    line-height: 1.2;
    vertical-align: middle; }
  .bestseller .price {
    font-family: 'Oswald';
    font-size: 15px;
    font-weight: 400; }

.tab-product-collection {
  position: relative; }
  .tab-product-collection .category-products .products-grid .owl-nav {
    position: absolute;
    top: -24px;
    right: 0; }
    .tab-product-collection .category-products .products-grid .owl-nav button {
      display: inline-block;
      font-size: 18px;
      text-align: center; }
  .tab-product-collection.tab_style_2 .category-detail .tab-content .category-products .products-grid .owl-nav {
    position: static; }
    .tab-product-collection.tab_style_2 .category-detail .tab-content .category-products .products-grid .owl-nav button {
      position: absolute;
      top: 25%;
      margin: 0;
      padding: 0;
      background: transparent;
      color: #c4c4c4;
      font-size: 24px; }
      .tab-product-collection.tab_style_2 .category-detail .tab-content .category-products .products-grid .owl-nav button i {
        color: #c4c4c4; }
    .tab-product-collection.tab_style_2 .category-detail .tab-content .category-products .products-grid .owl-nav .owl-prev {
      left: -40px; }
      .tab-product-collection.tab_style_2 .category-detail .tab-content .category-products .products-grid .owl-nav .owl-prev i::before {
        content: '\e829'; }
    .tab-product-collection.tab_style_2 .category-detail .tab-content .category-products .products-grid .owl-nav .owl-next {
      right: -40px; }
      .tab-product-collection.tab_style_2 .category-detail .tab-content .category-products .products-grid .owl-nav .owl-next i::before {
        content: '\e828'; }
  .tab-product-collection .category-list .tab-selector {
    line-height: 42px; }
    .tab-product-collection .category-list .tab-selector.tab_style_1 {
      margin-bottom: 22px;
      line-height: 42px; }
      .tab-product-collection .category-list .tab-selector.tab_style_1 .container {
        background: url(//cdn.shopify.com/s/files/1/1613/0173/t/2/assets/slider-bar.png?4249384177349900548) right no-repeat;
        padding: 0; }
    .tab-product-collection .category-list .tab-selector.tab_style_2 {
      margin-bottom: 22px;
      border-bottom: 2px solid #e7e7e7;
      background: none !important;
      color: #282d3b;
      font-family: Oswald;
      font-size: 14px;
      letter-spacing: .05em;
      line-height: 42px; }
      .tab-product-collection .category-list .tab-selector.tab_style_2 ul li a {
        position: relative;
        margin-left: 27px;
        padding: 0;
        border-width: 0 !important;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        color: #313131;
        font-family: Oswald;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .05em; }
      .tab-product-collection .category-list .tab-selector.tab_style_2 ul li.active a::after {
        position: absolute;
        bottom: -12.5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #7aa93c;
        content: ''; }
    .tab-product-collection .category-list .tab-selector ul {
      padding-right: 20px;
      border-bottom: 0; }
      .tab-product-collection .category-list .tab-selector ul li {
        margin-left: 12px;
        padding-left: 15px;
        border-left: 1px solid #ddd; }
        .tab-product-collection .category-list .tab-selector ul li a {
          display: block;
          padding: 0;
          color: #313131;
          font-size: 16px;
          font-weight: 700;
          line-height: 1.4285; }
          .tab-product-collection .category-list .tab-selector ul li a:hover {
            opacity: .8; }
        .tab-product-collection .category-list .tab-selector ul li:first-child {
          margin-left: 0;
          padding-left: 0;
          border: 0; }
        .tab-product-collection .category-list .tab-selector ul li.active a:hover {
          text-decoration: underline; }

.new-products .masonry-grid .grid {
  width: 20%;
  padding: 0 1.5px;
  float: left; }
  .new-products .masonry-grid .grid.double {
    width: 39.9%; }
    .new-products .masonry-grid .grid.double li.item {
      float: none; }
  @media (max-width: 991px) {
    .new-products .masonry-grid .grid {
      width: 100% !important; }
      .new-products .masonry-grid .grid li.item {
        width: 50%;
        padding: 1.5px; }
      .new-products .masonry-grid .grid.double li.item {
        width: 100%; } }
.new-products .masonry-grid .item {
  position: relative;
  padding: 1.5px 0 !important; }

.main_section_one .home_slidebar .block-subscribe {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 20px 0;
  border-top: 5px solid #0088cc;
  border-width: 5px 1px 1px;
  border-style: solid;
  border-radius: 7px;
  border-color: #0088cc #dddddd #dddddd;
  border-image: initial;
  background-color: #fbfbfb;
  text-align: center; }
  .main_section_one .home_slidebar .block-subscribe .block-title {
    margin: 5px 0 10px;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background-color: transparent;
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2; }
  .main_section_one .home_slidebar .block-subscribe .block-content {
    padding: 6px; }
    .main_section_one .home_slidebar .block-subscribe .block-content p {
      line-height: 1.8; }
    .main_section_one .home_slidebar .block-subscribe .block-content .block_subscribe_form .input-group {
      margin: 0 auto;
      padding: 10px 10px 22px; }
      .main_section_one .home_slidebar .block-subscribe .block-content .block_subscribe_form .input-group input {
        width: 100%;
        height: 34px;
        padding: 5px 60px 5px 10px;
        float: left;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        border-color: lightgrey;
        border-image: initial;
        background-color: #fefefe;
        line-height: 16px; }
      .main_section_one .home_slidebar .block-subscribe .block-content .block_subscribe_form .input-group button {
        width: 50px;
        height: 34px;
        margin-left: -51px;
        float: left;
        border-left: 1px solid lightgrey;
        border-radius: 0 5px 5px 0;
        background: transparent;
        color: #515151;
        line-height: 32px; }
.main_section_one .home_slidebar .testimonials .item blockquote {
  position: relative;
  margin: 0;
  padding: 10px 50px;
  border-width: 0;
  border-style: initial;
  border-radius: 10px;
  border-color: initial;
  border-image: initial;
  color: white;
  font-family: Georgia, serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.3; }
  .main_section_one .home_slidebar .testimonials .item blockquote::before {
    position: absolute;
    top: 0;
    left: 10px;
    color: white;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    content: '\201c'; }
.main_section_one .home_slidebar .testimonials .item .testimonial-arrow-down {
  width: 0;
  height: 0;
  margin: 0 0 0 25px;
  border-bottom: 0;
  border-width: 15px 15px 0;
  border-style: solid solid solid;
  border-color: transparent transparent;
  border-image: initial; }
.main_section_one .home_slidebar .testimonials .item .testimonial-author {
  margin: 8px 0 0 8px; }
  .main_section_one .home_slidebar .testimonials .item .testimonial-author .img-thumbnail {
    display: inline-block;
    position: relative;
    max-width: 100%;
    height: auto;
    margin-right: 10px;
    padding: 4px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    border-color: #dddddd;
    border-image: initial;
    background-color: white;
    line-height: 1.5; }
  .main_section_one .home_slidebar .testimonials .item .testimonial-author p {
    margin: 0 0 0 25px;
    color: #666666;
    line-height: 24px;
    text-align: left; }
    .main_section_one .home_slidebar .testimonials .item .testimonial-author p strong {
      display: block;
      padding-top: 7px;
      color: #111111;
      font-size: 14px; }
    .main_section_one .home_slidebar .testimonials .item .testimonial-author p span {
      display: block;
      color: #666666;
      font-size: 12px; }
  .main_section_one .home_slidebar .testimonials .item .testimonial-author.author_new {
    margin-bottom: 20px; }
    .main_section_one .home_slidebar .testimonials .item .testimonial-author.author_new .img-thumbnail {
      border: 0; }
      .main_section_one .home_slidebar .testimonials .item .testimonial-author.author_new .img-thumbnail img {
        border-radius: 50% !important; }
.main_section_one .home_slidebar .testimonials .owl-dots {
  display: block;
  position: relative;
  margin-top: 10px;
  text-align: center; }
.main_section_one .home_slidebar .blog_article .latest_news .item .row .post_date_new {
  display: block;
  margin-right: 10px;
  float: none;
  text-align: left; }
  .main_section_one .home_slidebar .blog_article .latest_news .item .row .post_date_new .long-date {
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase; }
.main_section_one .home_slidebar h3.title-widget {
  background-image: none; }
.main_section_one h3.title-widget {
  margin: 0;
  background: url(//cdn.shopify.com/s/files/1/1613/0121/t/5/assets/slider-bar.png?10803987245425891640) right center no-repeat;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase; }
.main_section_one .blog-slidebar {
  padding: 0; }
  .main_section_one .blog-slidebar .owl-dots {
    display: block;
    position: relative;
    margin-top: 10px;
    text-align: center; }
.main_section_one .filter-products h3.title-widget {
  margin-top: 20px;
  margin-bottom: 5px;
  background-image: none; }
.main_section_one .filter-products .category-products .item {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 0;
  float: none;
  text-align: left; }
.main_section_one .shop-features {
  text-align: center; }
  .main_section_one .shop-features h2.shop-features-title {
    position: relative;
    margin: 26px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center; }
    .main_section_one .shop-features h2.shop-features-title span.shop-features-title-content {
      display: inline-block;
      position: relative;
      padding: 0 12px;
      background-color: #fff;
      color: #313131;
      font-size: 15px;
      font-weight: 700;
      z-index: 1; }
    .main_section_one .shop-features h2.shop-features-title:before {
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1px;
      background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
      content: ''; }
  .main_section_one .shop-features .col-md-4 i {
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #333;
    font-size: 28px;
    line-height: 60px;
    text-align: center; }
  .main_section_one .shop-features .col-md-4 h3 {
    margin: 20px 0 10px;
    color: #121214;
    font-size: 15px;
    font-weight: 600;
    line-height: 1; }
  .main_section_one .shop-features .col-md-4 p {
    margin: 0;
    margin-bottom: 15px;
    padding: 0 20px;
    color: #777;
    font-size: 14px; }
  .main_section_one .shop-features .col-md-4 a {
    margin: 0;
    font-size: 14px; }
    .main_section_one .shop-features .col-md-4 a:hover {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .main_section_one .shop-features [class^='col-md-'] {
      margin-bottom: 35px; } }
.main_section_one .single-images .row {
  margin-right: -10px;
  margin-left: -10px; }
  .main_section_one .single-images .row .col-md-4 {
    padding-right: 10px;
    padding-left: 10px; }
    .main_section_one .single-images .row .col-md-4 .image-link {
      display: block;
      position: relative; }
      .main_section_one .single-images .row .col-md-4 .image-link:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .2s;
        background-color: #000;
        content: '';
        opacity: 0;
        visibility: hidden;
        filter: alpha(Opacity=0); }
      .main_section_one .single-images .row .col-md-4 .image-link:hover:before {
        opacity: .1;
        visibility: visible;
        filter: alpha(Opacity=10); }
      .main_section_one .single-images .row .col-md-4 .image-link img {
        width: 100%;
        height: auto; }

.main_section_two .home_slidebar h3.title-widget {
  margin-bottom: 5px !important;
  background-image: none !important; }
.main_section_two .home_slidebar .block {
  padding: 0;
  background: url(bkg_4.png) bottom no-repeat; }
.main_section_two .home_slidebar .sidebar_banner_image img {
  width: 100%; }
.main_section_two .grid-images {
  padding: 20px 0;
  clear: both;
  text-align: center; }
  .main_section_two .grid-images img {
    width: 100%;
    height: auto; }
  .main_section_two .grid-images .row {
    margin-right: -10px;
    margin-left: -10px; }
    .main_section_two .grid-images .row .col-md-4,
    .main_section_two .grid-images .row .col-md-8 {
      padding-right: 10px;
      padding-left: 10px; }
      .main_section_two .grid-images .row .col-md-4 .grid1 img,
      .main_section_two .grid-images .row .col-md-4 .grid2 img,
      .main_section_two .grid-images .row .col-md-4 .grid3 img,
      .main_section_two .grid-images .row .col-md-8 .grid1 img,
      .main_section_two .grid-images .row .col-md-8 .grid2 img,
      .main_section_two .grid-images .row .col-md-8 .grid3 img {
        transition: all .2s;
        opacity: 1;
        visibility: visible;
        filter: alpha(Opacity=100); }
      .main_section_two .grid-images .row .col-md-4 .grid1:hover img,
      .main_section_two .grid-images .row .col-md-4 .grid2:hover img,
      .main_section_two .grid-images .row .col-md-4 .grid3:hover img,
      .main_section_two .grid-images .row .col-md-8 .grid1:hover img,
      .main_section_two .grid-images .row .col-md-8 .grid2:hover img,
      .main_section_two .grid-images .row .col-md-8 .grid3:hover img {
        position: relative;
        opacity: .8;
        visibility: visible;
        z-index: 2;
        filter: alpha(Opacity=80); }
      .main_section_two .grid-images .row .col-md-4 .grid1,
      .main_section_two .grid-images .row .col-md-8 .grid1 {
        margin-bottom: 10px; }
.main_section_two .tab-product-collection .category-list .tab-selector {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  background: url(slider-bar.png) right no-repeat;
  line-height: 42px; }
  .main_section_two .tab-product-collection .category-list .tab-selector ul {
    background: white; }
    .main_section_two .tab-product-collection .category-list .tab-selector ul li {
      margin-left: 12px;
      padding-left: 15px;
      border-left: 1px solid #ddd; }
      .main_section_two .tab-product-collection .category-list .tab-selector ul li.active a, .main_section_two .tab-product-collection .category-list .tab-selector ul li.hover a, .main_section_two .tab-product-collection .category-list .tab-selector ul li.focus a {
        background: #fff; }
        .main_section_two .tab-product-collection .category-list .tab-selector ul li.active a:hover, .main_section_two .tab-product-collection .category-list .tab-selector ul li.hover a:hover, .main_section_two .tab-product-collection .category-list .tab-selector ul li.focus a:hover {
          background: #fff; }
      .main_section_two .tab-product-collection .category-list .tab-selector ul li a {
        margin-left: 0;
        padding: 0;
        color: #313131;
        font-size: 16px;
        font-weight: 700; }
        .main_section_two .tab-product-collection .category-list .tab-selector ul li a:hover {
          background: #fff; }
      .main_section_two .tab-product-collection .category-list .tab-selector ul li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0; }
        .main_section_two .tab-product-collection .category-list .tab-selector ul li:first-child a {
          margin: 0;
          padding: 0; }
.main_section_two .featured-brands .owl-carousel {
  padding: 0; }
.main_section_two .featured-brands .owl-dots {
  margin-top: 30px; }
.main_section_two .featured-brands .item img {
  width: 100%; }
.main_section_two .blog_article h3.title-widget {
  margin: 0;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase; }
.main_section_two .blog_article .latest_news {
  margin: 0 -10px; }
  .main_section_two .blog_article .latest_news .item {
    padding: 20px 10px 0; }
    .main_section_two .blog_article .latest_news .item .row {
      margin-right: -10px;
      margin-left: -10px; }
      .main_section_two .blog_article .latest_news .item .row .col-md-5,
      .main_section_two .blog_article .latest_news .item .row .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
      .main_section_two .blog_article .latest_news .item .row .post-image {
        margin: 0 0 15px;
        padding: 2px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        background-color: #fff;
        overflow: hidden; }
        .main_section_two .blog_article .latest_news .item .row .post-image img {
          width: 100%;
          border-radius: 4px; }
      .main_section_two .blog_article .latest_news .item .row .post-date {
        margin-right: 10px;
        float: left;
        text-align: center; }
        .main_section_two .blog_article .latest_news .item .row .post-date .day {
          display: block;
          padding: 8px;
          background-color: #f7f7f7;
          color: #3f4658;
          font-size: 18px;
          font-weight: 700; }
        .main_section_two .blog_article .latest_news .item .row .post-date .month {
          display: block;
          width: 45px;
          padding: 2px 0;
          border-radius: 0 0 2px 2px;
          color: #fff;
          font-size: .9em;
          line-height: 1.4;
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset; }
      .main_section_two .blog_article .latest_news .item .row .postTitle h2 {
        min-height: 55px;
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: 400;
        line-height: 27px; }
      .main_section_two .blog_article .latest_news .item .row .postContent {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 1.5; }
        .main_section_two .blog_article .latest_news .item .row .postContent p {
          margin: 0; }
      .main_section_two .blog_article .latest_news .item .row a.readmore {
        font-size: 16px;
        font-weight: 300; }
        .main_section_two .blog_article .latest_news .item .row a.readmore:hover {
          text-decoration: underline; }

.main_section_three .sidebar-section-main .home-side-menu-type2 h2 {
  margin-bottom: 15px;
  color: #333;
  font-size: 15px;
  font-weight: 600; }
  .main_section_three .sidebar-section-main .home-side-menu-type2 h2 i:before {
    margin-left: 0; }
.main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content {
  border-top: 1px solid #ddd; }
  .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion a {
    display: inline;
    color: #777;
    font-size: 13px; }
    .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion a:hover {
      color: #000; }
  .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li {
    display: block;
    padding-left: 12px;
    border-bottom: 1px solid #ddd;
    line-height: 40px; }
    .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li > a {
      font-size: 15px; }
    .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li span.collapse,
    .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li span.expand {
      top: 0;
      right: 0;
      text-align: center; }
      .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li span.collapse:after,
      .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li span.expand:after {
        width: 21px;
        padding-right: 0;
        color: #777;
        font-size: 15px;
        line-height: inherit; }
      .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li span.collapse:hover:after,
      .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li span.expand:hover:after {
        color: #000; }
    .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li span.collapse:after {
      content: '\e80b'; }
    .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion > li span.expand:after {
      content: '\e80d'; }
  .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion ul {
    margin: 0;
    padding-left: 1.5em;
    list-style: none; }
    .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion ul > li {
      border-top: 1px solid #ddd;
      line-height: 40px; }
      .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion ul > li a {
        padding-left: 0; }
      .main_section_three .sidebar-section-main .home-side-menu-type2 .sidebar-content ul.nav-accordion ul > li:first-child {
        border-top: 0; }
.main_section_three .sidebar-section-main .featured-box-2 {
  margin: 30px 0; }
  .main_section_three .sidebar-section-main .featured-box-2 h3 {
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    color: #121213;
    font-size: 15px;
    line-height: 1.4; }
    .main_section_three .sidebar-section-main .featured-box-2 h3 i {
      font-size: 18px; }
  .main_section_three .sidebar-section-main .featured-box-2 p {
    margin-bottom: 10px;
    font-size: 14px; }
  .main_section_three .sidebar-section-main .featured-box-2 a {
    font-size: 14px; }
.main_section_three .products-collection h3.title-widget {
  margin: 0 0 5px 0;
  background: none;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: inherit; }
.main_section_three .products-collection .category-products .owl-nav {
  top: -22px !important; }

.collection-list a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden; }
.collection-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease; }
  .collection-list img:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
.collection-list h3 {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 9px 11px;
  font-weight: 400;
  text-transform: uppercase; }

.featured-brands h3 {
  margin: 30px 0 0;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase; }
  .featured-brands h3.title-widget {
    background: url(//cdn.shopify.com/s/files/1/1613/0173/t/2/assets/slider-bar.png?4249384177349900548) right center no-repeat;
    line-height: 42px; }
    .featured-brands h3.title-widget .inner {
      padding-right: 20px; }
.featured-brands .owl-nav {
  position: absolute;
  top: -43px;
  right: 0;
  font-size: 18px; }
.featured-brands .item img {
  width: 100% !important; }

.homepage-bar {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1; }
  .homepage-bar [class^='col-md-'], .homepage-bar [class^='col-lg-'] {
    padding-top: 20px;
    border-left: 1px solid #e1e1e1;
    text-align: center; }
    @media (max-width: 991px) {
      .homepage-bar [class^='col-md-'], .homepage-bar [class^='col-lg-'] {
        border: 0 !important;
        text-align: left; } }
    .homepage-bar [class^='col-md-'] i, .homepage-bar [class^='col-lg-'] i {
      display: inline-block;
      font-size: 40px;
      vertical-align: middle; }
      .homepage-bar [class^='col-md-'] i::before, .homepage-bar [class^='col-lg-'] i::before {
        width: auto; }
    .homepage-bar [class^='col-md-'] .text-area, .homepage-bar [class^='col-lg-'] .text-area {
      display: inline-block;
      margin-left: 5px;
      text-align: left;
      vertical-align: middle; }
      .homepage-bar [class^='col-md-'] .text-area h3, .homepage-bar [class^='col-lg-'] .text-area h3 {
        margin: 0;
        font-size: 16px;
        line-height: 1.5; }
      .homepage-bar [class^='col-md-'] .text-area p, .homepage-bar [class^='col-lg-'] .text-area p {
        margin: 0;
        font-size: 12px;
        line-height: 20px; }
    .homepage-bar [class^='col-md-']:first-child, .homepage-bar [class^='col-lg-']:first-child {
      border-left: 0; }

.custom-support i {
  width: 62px;
  height: 62px;
  float: left;
  border-radius: 50%;
  font-size: 20px;
  line-height: 62px;
  text-align: center; }
.custom-support .content {
  margin-left: 76px; }
  .custom-support .content h2 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5; }
  .custom-support .content em {
    display: block;
    margin-bottom: 15px;
    color: #888;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 1; }
  .custom-support .content p {
    color: #666;
    font-size: 14px; }

.full-width-image-banner {
  position: relative; }
  .full-width-image-banner .content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -36px;
    color: #fff;
    text-align: center;
    z-index: 2; }
    .full-width-image-banner .content h2 {
      margin: 0;
      color: #fff;
      font-size: 45px;
      font-weight: 600;
      line-height: 1.1; }
    .full-width-image-banner .content p {
      margin: 0;
      font-size: 16px;
      color: #fff;
      font-weight: 300; }
  .full-width-image-banner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #393733;
    opacity: .65; }

.category_slider .thumb-info-title {
  position: absolute;
  top: 40%;
  left: 12px; }
  .category_slider .thumb-info-title h3 {
    margin-bottom: 0; }
    .category_slider .thumb-info-title h3 a {
      font-family: 'Oswald';
      font-size: 20px;
      font-weight: 700;
      letter-spacing: .01em;
      line-height: 20px;
      text-transform: uppercase; }
  .category_slider .thumb-info-title .thumb-info-type {
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase; }
.category_slider .single-image {
  text-align: center;
  overflow: hidden; }
  .category_slider .single-image:hover img {
    transform: scale(1.2); }
  .category_slider .single-image img {
    width: 100%;
    transition: .5s ease !important; }
.category_slider .item {
  padding: 4px 0 !important; }
  .category_slider .item a {
    display: block;
    position: relative;
    border-radius: 5px; }
    .category_slider .item a p {
      position: absolute;
      bottom: 13px;
      width: 100%;
      color: #fff;
      text-align: center; }
      .category_slider .item a p .category_slider_content {
        padding: 0 10px;
        background-color: rgba(23, 23, 23, 0.9);
        font-size: 20.28px;
        font-weight: 800;
        line-height: 37px; }

.category_slider_2 {
  padding-bottom: 20px;
  background: #65829d; }
  .category_slider_2 .category-products {
    margin: 0 -15px; }
    .category_slider_2 .category-products .products-grid .item {
      padding: 15px 15px 30px; }
      .category_slider_2 .category-products .products-grid .item .product-top .thumb-info-title {
        position: absolute;
        top: 40%;
        left: 30px; }
        .category_slider_2 .category-products .products-grid .item .product-top .thumb-info-title h3 {
          margin-bottom: 0; }
          .category_slider_2 .category-products .products-grid .item .product-top .thumb-info-title h3 a {
            color: #fff;
            font-family: 'Oswald';
            font-size: 20px;
            font-weight: 700;
            letter-spacing: .01em;
            line-height: 20px;
            text-transform: uppercase; }
        .category_slider_2 .category-products .products-grid .item .product-top .thumb-info-title .thumb-info-type {
          color: #fff;
          font-size: 11px;
          font-weight: 300;
          line-height: 20px;
          text-transform: uppercase; }
      .category_slider_2 .category-products .products-grid .item .product-top:hover {
        box-shadow: 0 19px 25px -5px rgba(0, 0, 0, 0.2); }
    .category_slider_2 .category-products .products-grid .owl-nav {
      position: static !important;
      background: transparent !important; }
      .category_slider_2 .category-products .products-grid .owl-nav button {
        position: absolute;
        top: 40%; }
        .category_slider_2 .category-products .products-grid .owl-nav button i {
          color: #b8babc;
          font-size: 22px; }
          .category_slider_2 .category-products .products-grid .owl-nav button i::before {
            margin: inherit !important;
            text-align: center !important; }
          .category_slider_2 .category-products .products-grid .owl-nav button i:hover {
            color: #fff; }
      .category_slider_2 .category-products .products-grid .owl-nav .owl-prev {
        left: -40px; }
      .category_slider_2 .category-products .products-grid .owl-nav .owl-next {
        right: -40px; }
  .category_slider_2 .filter_title_type_2 {
    margin-bottom: 15px; }
    .category_slider_2 .filter_title_type_2 .title_line:after {
      border-color: #728ea9 !important; }

.inputbox-container {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  color: #939393;
  vertical-align: middle; }
  .inputbox-container input {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 99; }
    .inputbox-container input:hover {
      cursor: pointer; }
  .inputbox-container .input-skin {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #efefef; }
    .inputbox-container .input-skin.checked .visible-checked {
      display: block !important; }
    .inputbox-container .input-skin.checked .visible-unchecked {
      display: none !important; }
    .inputbox-container .input-skin i {
      width: 100%;
      font-size: 12px;
      line-height: 25px;
      text-align: center; }
  .inputbox-container .visible-checked {
    display: none; }
  .inputbox-container .visible-unchecked {
    display: block; }

.input-container {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 0;
  color: #d1d1d1;
  vertical-align: middle; }
  .input-container input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 99; }
    .input-container input:hover {
      cursor: pointer; }
  .input-container .input-skin {
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px; }
    .input-container .input-skin.checked .visible-checked {
      display: block !important; }
    .input-container .input-skin.checked .visible-unchecked {
      display: none !important; }
    .input-container .input-skin i {
      font-size: 15px; }
  .input-container .visible-checked {
    display: none;
    color: #777; }
  .input-container .visible-unchecked {
    display: block;
    color: #777; }

.banner_text_1 {
  padding-bottom: 30px; }
  .banner_text_1 .item {
    margin-bottom: 30px;
    transition: all .3s;
    text-align: center; }
    .banner_text_1 .item img {
      max-width: 100%;
      height: auto; }
    .banner_text_1 .item .content {
      padding: 10px;
      background-color: #fff; }
      .banner_text_1 .item .content h3 {
        padding: 18px 0 8px;
        color: #111;
        font-family: 'Oswald';
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 24px;
        text-transform: uppercase; }
        .banner_text_1 .item .content h3 a:hover {
          text-decoration: underline; }
      .banner_text_1 .item .content span {
        display: block;
        padding-bottom: 28px;
        color: #7b7f83;
        font-size: 13px;
        line-height: 24px; }
    .banner_text_1 .item:hover {
      box-shadow: 0 8px 35px -10px rgba(0, 0, 0, 0.3); }

.banner_text_2 a.image-link {
  display: block;
  position: relative; }
  .banner_text_2 a.image-link img {
    display: block;
    width: 100%; }
  .banner_text_2 a.image-link span.category-title {
    display: block;
    position: absolute;
    bottom: 20px;
    left: -10px;
    min-width: 174px;
    padding: 15px 17px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: left; }
    .banner_text_2 a.image-link span.category-title::before {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 10px;
      height: 10px;
      border: 5px solid transparent;
      content: ''; }

.banner_text_3 a.image-link {
  display: block;
  position: relative; }
  .banner_text_3 a.image-link img {
    display: block;
    width: 100%; }
.banner_text_3 .row {
  margin-right: -8px;
  margin-left: -8px; }
  .banner_text_3 .row .column {
    margin: 8px 0;
    padding-right: 8px;
    padding-left: 8px; }
    .banner_text_3 .row .column .img-desc-home3 {
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -88px;
      padding: 0 25px;
      font-family: Georgia; }
      .banner_text_3 .row .column .img-desc-home3 h3 {
        font-family: Georgia;
        font-size: 24px; }
      .banner_text_3 .row .column .img-desc-home3 hr {
        width: 90px;
        margin: 15px 0; }
      .banner_text_3 .row .column .img-desc-home3 p {
        font-size: 15px; }
      .banner_text_3 .row .column .img-desc-home3 a {
        font-size: 15px; }

.banner_text_4.single-images .single-image-label {
  padding: 10px 0;
  color: #818385;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center; }
.banner_text_4.single-images .caption {
  background-color: #a1a2a3;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center; }

.banner_text_5 .home-banner img {
  max-width: 100%;
  height: auto; }
.banner_text_5 .home-banner [class^='col-md-'] {
  border-left: solid 1px #d9e0e8; }
  .banner_text_5 .home-banner [class^='col-md-']:first-child {
    border-left: 0; }
    .banner_text_5 .home-banner [class^='col-md-']:first-child .content {
      padding-left: 0; }
  .banner_text_5 .home-banner [class^='col-md-'] .content {
    position: absolute;
    top: 30%;
    left: 0;
    padding-left: 46px;
    text-align: left; }
    .banner_text_5 .home-banner [class^='col-md-'] .content h2 {
      margin-bottom: 15px;
      color: #323c54;
      font-size: 24px;
      font-weight: 400; }
    .banner_text_5 .home-banner [class^='col-md-'] .content a {
      padding: 10px 28px;
      border: 1px solid #e1ddc3;
      background-color: transparent;
      color: #61605a;
      font-family: 'Oswald';
      font-size: 12px;
      letter-spacing: .05em;
      box-shadow: none; }

.banner_fixed_grid .b-left.banner-item {
  margin-bottom: 15px; }
  .banner_fixed_grid .b-left.banner-item:last-child {
    margin-bottom: 0; }
.banner_fixed_grid .b-right.banner-item {
  margin-bottom: 10px; }
  .banner_fixed_grid .b-right.banner-item:last-child {
    margin-bottom: 0; }
.banner_fixed_grid .b-center.banner-item {
  margin-bottom: 28px; }
  .banner_fixed_grid .b-center.banner-item:last-child {
    margin-bottom: 0; }
.banner_fixed_grid img {
  display: block;
  width: 100%;
  height: auto; }

.banner_fixed_grid_2 a.image-link {
  display: block;
  position: relative; }
  .banner_fixed_grid_2 a.image-link img {
    display: block;
    width: 100%; }
.banner_fixed_grid_2 .row {
  margin-right: -8px;
  margin-left: -8px; }
  .banner_fixed_grid_2 .row .column {
    padding-right: 8px;
    padding-left: 8px; }
    .banner_fixed_grid_2 .row .column a {
      margin: 8px 0; }

.banner_fixed_grid_3 .grid4 a {
  color: #fff; }
.banner_fixed_grid_3 .ribbon {
  width: 33.5%;
  height: 22.3%;
  line-height: 1; }
  .banner_fixed_grid_3 .ribbon::before {
    position: absolute;
    top: 0;
    right: 0;
    border: 150px solid #08c;
    border-right: 0;
    border-bottom: 0;
    border-left: 200px solid transparent;
    content: ''; }
  .banner_fixed_grid_3 .ribbon em {
    font-size: 14px; }
  .banner_fixed_grid_3 .ribbon h4 {
    margin: 0;
    font-size: 33px;
    line-height: 1; }
  .banner_fixed_grid_3 .ribbon h5 {
    margin: 0;
    font-size: 18px;
    line-height: 1; }
.banner_fixed_grid_3 * {
  transition: all .2s; }
.banner_fixed_grid_3 .row {
  margin-right: -5px;
  margin-left: -5px; }
.banner_fixed_grid_3 img {
  width: 100%;
  max-width: 100%;
  height: auto; }
.banner_fixed_grid_3 .col-md-margin {
  margin-bottom: 8px; }
.banner_fixed_grid_3 .row .col-md-1,
.banner_fixed_grid_3 .row .col-md-2,
.banner_fixed_grid_3 .row .col-md-3,
.banner_fixed_grid_3 .row .col-md-4,
.banner_fixed_grid_3 .row .col-md-5,
.banner_fixed_grid_3 .row .col-md-6,
.banner_fixed_grid_3 .row .col-md-7,
.banner_fixed_grid_3 .row .col-md-8,
.banner_fixed_grid_3 .row .col-md-9,
.banner_fixed_grid_3 .row .col-md-10,
.banner_fixed_grid_3 .row .col-md-11,
.banner_fixed_grid_3 .row .col-md-12 {
  padding-right: 5px;
  padding-left: 5px; }

.banner_fullwidth {
  padding: 200px 0;
  text-align: center; }
  .banner_fullwidth h3 {
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -5px; }
  .banner_fullwidth a {
    display: inline-block;
    margin: 20px 0;
    padding: 20px 45px;
    transition: all .3s;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5); }
    .banner_fullwidth a:hover {
      opacity: .85; }

.banner-grid .title {
  color: #151515;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
.banner-grid a img {
  width: 100%;
  height: auto; }

.masonry-grid {
  position: relative;
  margin: 3px; }
  .masonry-grid.products-grid {
    display: -ms-flexbox;
    display: flex; }
  .masonry-grid .grid-sizer,
  .masonry-grid .masonry-grid-item {
    width: 25%;
    padding: 3px;
    float: left; }
  .masonry-grid .masonry-grid-item a {
    display: block;
    position: relative; }
    .masonry-grid .masonry-grid-item a img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .masonry-grid .masonry-grid-item a:before {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      transition: .3s all;
      background-color: #000;
      content: '';
      opacity: 0;
      visibility: hidden;
      filter: alpha(opacity=0); }
    .masonry-grid .masonry-grid-item a:hover:before {
      opacity: .2;
      visibility: visible;
      filter: alpha(opacity=20); }
  .masonry-grid .masonry-grid-item.w2 {
    width: 50%; }
  .masonry-grid .masonry-grid-item.w3 {
    width: 75%; }
  .masonry-grid .masonry-grid-item.w4 {
    width: 100%; }

.collection_banner h3.fullwidth-filter-title {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2; }
.collection_banner p.fullwidth-filter-description {
  color: #666;
  font-size: 14px;
  line-height: 1.4; }
.collection_banner .hide-action .item .details-area .actions {
  display: none; }
.collection_banner .owl-stage-outer {
  padding: 15px 0; }

.home-banner {
  display: inline-block;
  padding-top: 30px; }
  .home-banner a.image-link {
    display: block;
    position: relative; }
    .home-banner a.image-link img {
      display: block;
      width: 100%; }
    .home-banner a.image-link span.category-title {
      display: block;
      position: absolute;
      bottom: 20px;
      left: -10px;
      min-width: 174px;
      padding: 15px 17px;
      background-color: #3f4658;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      line-height: 1;
      text-align: left; }
      .home-banner a.image-link span.category-title::before {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 10px;
        height: 10px;
        border: 5px solid transparent;
        border-top-color: #3f4658;
        border-right-color: #3f4658;
        content: ''; }

.banner-slide-section .content {
  position: absolute;
  top: 20%;
  right: 15%;
  max-width: 40%; }
  .banner-slide-section .content h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -4px; }
  .banner-slide-section .content img {
    max-width: 100%; }
  .banner-slide-section .content p {
    margin-bottom: 15px; }
  .banner-slide-section .content a {
    display: inline-block;
    margin: 20px 0;
    padding: 20px 45px;
    transition: all .3s;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5); }
    .banner-slide-section .content a:hover {
      opacity: .85; }
.banner-slide-section .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .banner-slide-section .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: solid 2px #fff;
    border-radius: 20px !important;
    background: none;
    opacity: 1; }
  .banner-slide-section .owl-dots .owl-dot.active span {
    background: #fff; }
.banner-slide-section .owl-nav {
  position: absolute;
  top: calc(50% - 27.5px);
  width: 100%; }
  .banner-slide-section .owl-nav .owl-prev {
    display: inline-block;
    position: absolute;
    left: 8px; }
  .banner-slide-section .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    right: 8px; }
  .banner-slide-section .owl-nav i {
    font-size: 40px; }

.slideshow-content-collection .banner-content-18 .text-content em {
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 26.26px; }
.slideshow-content-collection .banner-content-18 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -4px; }
.slideshow-content-collection .banner-content-18 .text-content p span {
  padding-left: 5px;
  font-size: 23.64px;
  line-height: 2; }
.slideshow-content-collection .banner-content-18 .text-content p a {
  margin-top: 7px;
  margin-bottom: 125px;
  margin-left: 5px;
  padding: 10px 35px;
  border: 0;
  color: white;
  font-size: 16px; }
.slideshow-content-collection .banner-content-18 .owl-middle-outer-narrow p {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 300; }
.slideshow-content-collection .banner-content-18 .filter_title_type_2 {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 300; }
  .slideshow-content-collection .banner-content-18 .filter_title_type_2 .title_line,
  .slideshow-content-collection .banner-content-18 .filter_title_type_2 .title_line_content {
    display: table-cell;
    position: relative; }
  .slideshow-content-collection .banner-content-18 .filter_title_type_2 .title_line::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #d8d8d8;
    content: ''; }
.slideshow-content-collection .owl-nav {
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%; }
  .slideshow-content-collection .owl-nav button {
    display: inline-block; }
    .slideshow-content-collection .owl-nav button i {
      font-size: 18px; }
    .slideshow-content-collection .owl-nav button.owl-prev {
      margin-left: -30px; }
    .slideshow-content-collection .owl-nav button.owl-next {
      margin-right: -30px;
      float: right; }

.slideshow-content-product .parallax-content-15 {
  padding: 250px 0;
  line-height: 1; }
  .slideshow-content-product .parallax-content-15 .owl-middle-outer-narrow p {
    margin: 0;
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
    font-weight: 600; }
.slideshow-content-product.parallax_02 .text-content em {
  margin: 0;
  font-size: 26.26px; }
.slideshow-content-product.parallax_02 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -6px; }
.slideshow-content-product.parallax_02 .text-content p {
  margin: 0; }
  .slideshow-content-product.parallax_02 .text-content p span {
    padding-left: 6px;
    font-size: 23.64px; }
  .slideshow-content-product.parallax_02 .text-content p a {
    margin-top: 5px;
    margin-left: 10px;
    padding: 10px 28px;
    border: 0;
    color: #fff;
    font-size: 16px; }
.slideshow-content-product.parallax_02 .owl-middle-outer-narrow .category-products .item .item-area .details-area .ratings .spr-badge .spr-starrating .spr-icon-star-empty {
  color: #c3c5c9 !important; }
.slideshow-content-product.parallax_03 .text-content em {
  margin: 0;
  margin-left: 5px;
  font-size: 26.26px; }
.slideshow-content-product.parallax_03 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -6px; }
.slideshow-content-product.parallax_03 .text-content p {
  margin: 0; }
  .slideshow-content-product.parallax_03 .text-content p span {
    padding-left: 6px;
    font-size: 23.64px; }
  .slideshow-content-product.parallax_03 .text-content p a {
    margin-top: 5px;
    margin-left: 125px;
    padding: 10px 28px;
    border: 0;
    color: #000;
    font-size: 16px; }
.slideshow-content-product.parallax_03 .owl-middle-outer-narrow .category-products .item .item-area .details-area .ratings .spr-badge .spr-starrating .spr-icon-star-empty {
  color: #c3c5c9 !important; }

.slideshow-section .copyright-text {
  position: absolute;
  bottom: 0;
  left: 100px;
  color: #000;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  line-height: 92px;
  z-index: 9; }

.slideshow-collection.slideshow-section {
  position: relative; }
  .slideshow-collection.slideshow-section .slideshow {
    z-index: 5; }
    .slideshow-collection.slideshow-section .slideshow .owl-nav button {
      display: none;
      position: absolute;
      top: 35%;
      margin: 5px;
      padding: 3px 10px;
      font-size: 40px;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
    .slideshow-collection.slideshow-section .slideshow .owl-nav .owl-prev {
      left: 0; }
    .slideshow-collection.slideshow-section .slideshow .owl-nav .owl-next {
      right: 0; }
    .slideshow-collection.slideshow-section .slideshow:hover .owl-nav button {
      display: block; }
    .slideshow-collection.slideshow-section .slideshow .content1 {
      text-align: right; }
      .slideshow-collection.slideshow-section .slideshow .content1 .content-area h2 {
        font-size: 60px; }
      .slideshow-collection.slideshow-section .slideshow .content1 .content-area p {
        font-size: 25px; }
      .slideshow-collection.slideshow-section .slideshow .content1 .content-area a {
        font-size: 16px;
        font-weight: 300; }
        .slideshow-collection.slideshow-section .slideshow .content1 .content-area a:hover {
          text-decoration: underline; }
    .slideshow-collection.slideshow-section .slideshow .content2 {
      text-align: center; }
    .slideshow-collection.slideshow-section .slideshow .content {
      position: absolute;
      top: 30%;
      left: 10%; }
      .slideshow-collection.slideshow-section .slideshow .content .container {
        position: relative;
        height: 100%; }
        .slideshow-collection.slideshow-section .slideshow .content .container .content-area .button {
          text-align: right; }
  .slideshow-collection.slideshow-section.full-screen-slider:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -10px;
    color: #777;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f110';
    z-index: 1;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }

.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9; }
  .video-wrap .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center top;
    z-index: 9; }
    .video-wrap .video-overlay.overlay-lightgrid {
      background-image: url("//cdn.shopify.com/s/files/1/0064/8439/4039/t/5/assets/vo_pixel_light.png?v=1170600988545383716"); }
  .video-wrap video {
    min-width: 100%;
    min-height: 100%; }
  .video-wrap .video-background {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }

.main-slideshow .side-custom-menu {
  margin-bottom: 11px;
  border: 1px solid #ddd;
  border-radius: 7px;
  overflow: hidden; }
  .main-slideshow .side-custom-menu:last-child {
    margin-bottom: 0; }
  .main-slideshow .side-custom-menu h2 {
    margin: 0;
    padding: 13px 13px 12px;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    background-color: #f5f5f5;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: left; }
  .main-slideshow .side-custom-menu ul {
    padding: 0 12px; }
    .main-slideshow .side-custom-menu ul li {
      text-align: left; }
      .main-slideshow .side-custom-menu ul li:first-child {
        border: 0; }
      .main-slideshow .side-custom-menu ul li a {
        color: #777; }
        .main-slideshow .side-custom-menu ul li a .cat-label {
          text-transform: capitalize; }
      .main-slideshow .side-custom-menu ul li.fl-right {
        float: none; }
      .main-slideshow .side-custom-menu ul li .ulmenu-block.col-md-8 ul.level1 li.level2 {
        width: 200px; }
  .main-slideshow .side-custom-menu li.level0 {
    padding: 13px 4px 12px;
    border-top: 1px solid #ddd;
    text-align: left; }
    .main-slideshow .side-custom-menu li.level0:first-child {
      border: 0; }
    .main-slideshow .side-custom-menu li.level0 a {
      display: block;
      color: #777;
      font-size: 15px;
      line-height: 1; }
      .main-slideshow .side-custom-menu li.level0 a:hover {
        text-decoration: underline; }
.main-slideshow .owl-stage-outer {
  border-radius: 5px; }
.main-slideshow .owl-dots {
  bottom: 18px; }
.main-slideshow .slideshow .item img {
  width: auto;
  max-width: 100%; }

.slideshow-thumbnails.slideshow-section {
  position: relative; }
  .slideshow-thumbnails.slideshow-section.full-screen-slider::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -10px;
    color: #777;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f110';
    z-index: 1;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }
  .slideshow-thumbnails.slideshow-section .slideshow {
    z-index: 5; }
    .slideshow-thumbnails.slideshow-section .slideshow .owl-nav button {
      display: none;
      position: absolute;
      top: 35%;
      margin: 5px;
      padding: 3px 10px;
      color: #3b3b3b;
      font-size: 40px;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
    .slideshow-thumbnails.slideshow-section .slideshow .owl-nav .owl-prev {
      left: 0; }
    .slideshow-thumbnails.slideshow-section .slideshow .owl-nav .owl-next {
      right: 0; }
    .slideshow-thumbnails.slideshow-section .slideshow:hover .owl-nav button {
      display: block; }
    .slideshow-thumbnails.slideshow-section .slideshow img {
      width: auto;
      max-width: 100%;
      height: auto; }
    .slideshow-thumbnails.slideshow-section .slideshow ul.scene {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .slideshow-thumbnails.slideshow-section .slideshow ul.scene > li.layer {
        width: 100%;
        height: 100%; }
    .slideshow-thumbnails.slideshow-section .slideshow .content {
      position: absolute;
      top: 30%;
      left: 20%;
      width: auto;
      margin: 0;
      padding: 0;
      text-align: left; }
      .slideshow-thumbnails.slideshow-section .slideshow .content h2 {
        margin-bottom: 18px;
        font-size: 80px;
        font-weight: 600;
        line-height: .9; }
      .slideshow-thumbnails.slideshow-section .slideshow .content .button a {
        display: inline-block;
        margin: 20px 0;
        padding: 20px 45px;
        transition: all .3s;
        background-color: #fff;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 1;
        text-transform: uppercase;
        box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5); }
        .slideshow-thumbnails.slideshow-section .slideshow .content .button a:hover {
          opacity: .85; }
  .slideshow-thumbnails.slideshow-section .owl-thumbs {
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: 30%;
    z-index: 6; }
    .slideshow-thumbnails.slideshow-section .owl-thumbs button {
      width: auto;
      max-width: 33.33%;
      height: auto;
      margin: 0;
      padding: 0;
      float: left;
      border: 0;
      background: none; }
      .slideshow-thumbnails.slideshow-section .owl-thumbs button img {
        max-width: 100%;
        border: 3px solid transparent; }
      .slideshow-thumbnails.slideshow-section .owl-thumbs button.active img {
        border-color: rgba(255, 255, 255, 0.5); }

.slideshow-slidebar .content2 .content-area {
  right: 20%; }

.slideshow-section {
  position: relative; }
  .slideshow-section .slideshow {
    z-index: 2; }
    .slideshow-section .slideshow .item {
      position: relative;
      min-height: 320px; }
      .slideshow-section .slideshow .item::after, .slideshow-section .slideshow .item::before {
        position: absolute;
        top: calc(50% - 3.2rem);
        left: calc(50% - 3.2rem);
        width: 40px;
        height: 40px;
        border: 2px solid transparent;
        border-radius: 50%;
        border-image: none;
        content: ''; }
      .slideshow-section .slideshow .item::before {
        -webkit-animation: spin 1s infinite ease;
        animation: spin 1s infinite ease;
        z-index: 14; }
      .slideshow-section .slideshow .item::after {
        -webkit-animation: spin .5s infinite linear;
        animation: spin .5s infinite linear;
        z-index: 15; }
      .slideshow-section .slideshow .item.loaded::after, .slideshow-section .slideshow .item.loaded::before {
        display: none; }
      .slideshow-section .slideshow .item .content-container {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .slideshow-section .slideshow .owl-nav button {
      display: none;
      position: absolute;
      top: 40%;
      margin: 5px;
      padding: 3px 10px;
      font-size: 40px;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
    .slideshow-section .slideshow .owl-nav .owl-prev {
      left: 0; }
    .slideshow-section .slideshow .owl-nav .owl-next {
      right: 0; }
    .slideshow-section .slideshow .owl-dots {
      display: inline-block;
      position: absolute;
      right: 0;
      bottom: 5px;
      left: 0;
      text-align: center; }
    .slideshow-section .slideshow:hover .owl-nav button {
      display: block; }
  .slideshow-section.full-screen-slider:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -10px;
    color: #777;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f110';
    z-index: 1;
    animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear; }
  .slideshow-section .owl-carousel-lazy.owl-carousel {
    display: block; }
    .slideshow-section .owl-carousel-lazy.owl-carousel .item:first-child,
    .slideshow-section .owl-carousel-lazy.owl-carousel .owl-item:first-child .item {
      display: -ms-flexbox;
      display: flex; }
    .slideshow-section .owl-carousel-lazy.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
      display: none; }

.slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: none !important;
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 320px; }

.img-content-left,
.img-content-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase; }

.img-content-left {
  margin-left: 20%; }

.img-content-right {
  margin-left: 50%; }

.slideshow-full-screen .slideshow .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.slideshow-full-screen .slideshow .content2 .content-area {
  top: 35% !important;
  text-align: left; }
  .slideshow-full-screen .slideshow .content2 .content-area a {
    margin-top: 15px;
    margin-left: 7px;
    padding: 10px 34px;
    font-size: 15.76px; }
.slideshow-full-screen .slideshow .container .content-area em {
  margin: 0;
  margin-left: 5px;
  font-size: 26.26px;
  line-height: 1; }
.slideshow-full-screen .slideshow .container .content-area h2 {
  font-size: 79.12px;
  letter-spacing: -6px; }
.slideshow-full-screen .slideshow .container .content-area p {
  display: inline-block; }
  .slideshow-full-screen .slideshow .container .content-area p span {
    display: inline-block;
    margin-top: 5px;
    padding-left: 6px;
    font-size: 23.64px; }

.slideshow-background .slideshow .content {
  position: absolute;
  top: 30%;
  left: 9%;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: right; }

.slideshow .banner-content-18 {
  padding: 290px 0 80px;
  line-height: 1; }

.select-inner {
  position: relative; }
  .select-inner::after {
    content: "\f0d7 ";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0; }

.bootstrap-select {
  width: auto !important;
  background: none; }
  .sort-by .bootstrap-select {
    min-width: 120px; }
  .limited-wrap .bootstrap-select {
    min-width: 55px; }

.wrapper {
  position: relative;
  left: 0;
  transition: left .3s; }

.mobile-nav-shown {
  overflow: hidden; }

.mobile-nav-shown .wrapper {
  left: 250px; }

.page-header {
  min-height: 175px;
  margin: 0;
  padding: 0;
  border: 0;
  background-size: cover; }

.box-popup {
  position: fixed;
  top: 35% !important;
  right: 0;
  left: 0;
  width: 300px;
  height: 100%;
  margin: auto !important;
  border-top: 4px solid #3b3b3b;
  border-radius: 6px;
  background: white;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow-x: auto;
  overflow-y: scroll;
  z-index: 99; }
  .box-popup.animate-box {
    display: none;
    height: auto;
    transition: .4s;
    overflow: visible; }
    .box-popup.animate-box.show {
      display: block; }
  .box-popup .box-inner {
    padding: 20px 15px;
    box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .box-popup .box-inner .item .heading {
      display: block;
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: 400; }
    .box-popup .box-inner .item .product-info {
      overflow: hidden; }
      .box-popup .box-inner .item .product-info .product-title {
        margin: 5px 0 10px;
        font-size: 14px;
        font-weight: 400; }
        .box-popup .box-inner .item .product-info .product-title a {
          color: #3b3b3b; }
    .box-popup .box-inner .item .message {
      padding: 10px 10px; }
    .box-popup .box-inner .action {
      margin-top: 15px; }
      .box-popup .box-inner .action .action-content {
        margin: 0 -15px; }
        .box-popup .box-inner .action .action-content .cart-text {
          padding: 9px 10px; }
        .box-popup .box-inner .action .action-content a.btn-button {
          min-width: 135px; }
        .box-popup .box-inner .action .action-content .btn-button {
          min-width: 135px; }

.contact-container b {
  font-weight: bold; }

.onepage-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .onepage-category.category-list {
    margin: -20px 0 -50px; }
  .onepage-category .onepage-cat.category-list {
    margin: 0 0 -50px; }
  .onepage-category > .category-list {
    position: relative;
    width: 80px;
    padding: 46px 0 146px;
    float: left;
    background: #000;
    text-align: left;
    z-index: 5; }
    .onepage-category > .category-list ul {
      position: relative;
      padding: 0;
      padding-top: 30px;
      transition: all .3s;
      list-style: none;
      z-index: 2; }
      .onepage-category > .category-list ul.fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0; }
      .onepage-category > .category-list ul.fixed-top {
        position: fixed;
        top: 70px;
        right: auto;
        left: 0; }
      .onepage-category > .category-list ul.absolute-bottom {
        position: absolute;
        top: auto;
        bottom: 0; }
      .onepage-category > .category-list ul > li > a {
        display: inline-block;
        position: relative;
        width: auto;
        transition: all .3s;
        color: #fff;
        line-height: 78px;
        white-space: nowrap; }
        .onepage-category > .category-list ul > li > a em {
          display: inline-block;
          width: 77px;
          font-size: 32px;
          line-height: 80px;
          text-align: center;
          vertical-align: middle; }
          .onepage-category > .category-list ul > li > a em img {
            max-width: 80px;
            vertical-align: middle; }
        .onepage-category > .category-list ul > li > a > span {
          display: inline-block;
          position: relative;
          width: 0;
          transition: all .3s;
          font-size: 16px;
          font-weight: 600;
          opacity: 0;
          overflow: hidden;
          vertical-align: middle;
          visibility: hidden; }
        .onepage-category > .category-list ul > li > a::after {
          display: block;
          position: absolute;
          top: 50%;
          right: -15px;
          width: 16px;
          height: 16px;
          margin-top: -8px;
          transition: all .3s;
          border: 8px solid transparent;
          content: ''; }
        .onepage-category > .category-list ul > li > a:hover em {
          float: none; }
        .onepage-category > .category-list ul > li > a:hover > span {
          width: auto;
          padding-right: 50px;
          opacity: 1;
          visibility: visible; }
    .onepage-category > .category-list + .main-wrapper {
      width: calc(100% - 80px);
      float: left; }
      .onepage-category > .category-list + .main-wrapper .product-main,
      .onepage-category > .category-list + .main-wrapper .page-container,
      .onepage-category > .category-list + .main-wrapper .contact-container {
        padding: 0 85px; }
  .onepage-category .category-details {
    width: calc(100% - 80px);
    padding: 0 100px;
    padding-bottom: 146px;
    float: right; }
  .onepage-category .category-detail {
    position: relative; }
    .onepage-category .category-detail .title-menu {
      position: relative; }
      .onepage-category .category-detail .title-menu > a {
        display: inline-block;
        margin-top: 70px;
        color: #000;
        font-size: 26px;
        font-weight: 300;
        line-height: 100px;
        text-decoration: none; }
        .onepage-category .category-detail .title-menu > a.parent::after {
          display: inline-block;
          margin-left: 18px;
          font-family: 'porto';
          font-size: 18px;
          line-height: 36px;
          content: '\e81c';
          vertical-align: middle; }
        .onepage-category .category-detail .title-menu > a > span {
          display: inline-block;
          vertical-align: middle; }
      .onepage-category .category-detail .title-menu > .menu-popup {
        display: none;
        position: absolute;
        top: 100%;
        left: -25px;
        width: calc(100% + 50px);
        padding: 50px 0;
        border: 1px solid #bebebe;
        border-radius: 5px;
        background-color: #fff;
        z-index: 3; }
        .onepage-category .category-detail .title-menu > .menu-popup a:hover {
          text-decoration: underline; }
        .onepage-category .category-detail .title-menu > .menu-popup > ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .onepage-category .category-detail .title-menu > .menu-popup > ul > li {
            margin: 10px 0;
            padding: 30px 0;
            float: left;
            border-left: 1px solid #bebebe; }
            .onepage-category .category-detail .title-menu > .menu-popup > ul > li > a {
              font-weight: 700;
              text-transform: uppercase; }
          .onepage-category .category-detail .title-menu > .menu-popup > ul.columns5 > li {
            width: 20%;
            padding-right: 4%;
            padding-left: 4%; }
            .onepage-category .category-detail .title-menu > .menu-popup > ul.columns5 > li:nth-child(5n+1) {
              border-left: 0; }
        .onepage-category .category-detail .title-menu > .menu-popup ul > li a {
          color: #000;
          font-size: 16px;
          line-height: 2.5; }
        .onepage-category .category-detail .title-menu > .menu-popup::before {
          display: block;
          position: absolute;
          top: -16px;
          left: 90px;
          width: 16px;
          height: 16px;
          border: 8px solid transparent;
          border-bottom-color: #bebebe;
          content: ''; }
        .onepage-category .category-detail .title-menu > .menu-popup::after {
          display: block;
          position: absolute;
          top: -13px;
          left: 91px;
          width: 14px;
          height: 14px;
          border: 7px solid transparent;
          border-bottom-color: #fff;
          content: ''; }
    .onepage-category .category-detail .products-area .category-link {
      position: relative;
      min-width: 119px;
      height: 40px;
      margin-top: -70px;
      float: right;
      border: 2px solid #000;
      border-radius: 5px;
      color: #000;
      font-weight: 600;
      line-height: 36px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      z-index: 2; }
      .onepage-category .category-detail .products-area .category-link:hover {
        background-color: #000;
        color: #fff; }
  .onepage-category .additional-content a {
    display: block;
    position: relative; }
    .onepage-category .additional-content a::before {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 15px;
      margin-left: -10px;
      color: #777;
      font-family: 'FontAwesome';
      font-size: 20px;
      content: '\f110';
      z-index: 1;
      animation: spin 2s infinite linear;
      -webkit-animation: spin 2s infinite linear; }
  .onepage-category .additional-content img {
    position: relative;
    max-width: 100%;
    z-index: 2; }

.group_product .row .one-product h4 {
  margin: 0;
  padding: 14px 0;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center; }
.group_product .row .one-product .category-products {
  padding-bottom: 15px;
  background: white; }
  .group_product .row .one-product .category-products .products-grid {
    position: relative; }
    .group_product .row .one-product .category-products .products-grid .item {
      padding: 0;
      float: none; }
      .group_product .row .one-product .category-products .products-grid .item .details-area {
        padding-top: 20px; }
    .group_product .row .one-product .category-products .products-grid .owl-dots {
      margin-top: 8px; }
    .group_product .row .one-product .category-products .products-grid .owl-nav button {
      display: none;
      position: absolute;
      top: 35%; }
      .group_product .row .one-product .category-products .products-grid .owl-nav button i {
        font-size: 20px; }
      .group_product .row .one-product .category-products .products-grid .owl-nav button.owl-prev {
        left: 5px; }
      .group_product .row .one-product .category-products .products-grid .owl-nav button.owl-next {
        right: 5px; }
    .group_product .row .one-product .category-products .products-grid:hover .owl-nav button {
      display: block; }

.top-newsletter {
  padding: 10px 0;
  background-color: #2b262f;
  text-align: left; }
  .top-newsletter form {
    height: 30px; }
    .top-newsletter form .input-group input.input-group-field {
      width: 300px;
      height: 30px;
      padding: 0 10px;
      border-radius: 0;
      line-height: 16px; }
    .top-newsletter form .input-group button.btn-button {
      position: absolute;
      top: 0;
      right: 0;
      height: 30px !important;
      margin: 0;
      padding: 0 15px;
      background: transparent !important;
      color: #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 30px;
      text-transform: uppercase;
      cursor: pointer; }

.mobile-nav-shown .mobile-nav {
  left: 0; }

.mobile-nav {
  display: block !important;
  position: fixed;
  top: 0;
  left: -255px;
  width: 250px;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  transition: all .3s;
  background: #1d1e20;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  z-index: 999;
  overflow-y: scroll; }
  .mobile-nav .bs-navbar-collapse {
    margin-top: 42px;
    border-top: #242527 solid 1px; }
  .mobile-nav ul li {
    display: block;
    position: relative;
    padding: 0;
    clear: both;
    border: 0; }
    .mobile-nav ul li:not(:last-child) {
      border-bottom: #242527 solid 1px !important; }
    .mobile-nav ul li a {
      padding: 0 15px;
      background-color: transparent;
      color: #fff;
      font-size: 12px;
      line-height: 40px;
      text-overflow: ellipsis;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden; }
    .mobile-nav ul li ul.level0 li.level1 a {
      margin-left: 10px; }
      .mobile-nav ul li ul.level0 li.level1 a span {
        text-transform: capitalize; }
    .mobile-nav ul li ul.level0 li.level1 ul.level1 li.level2 a {
      padding-left: 30px; }
  .mobile-nav .close-sidebar-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px;
    color: #fff;
    z-index: 9;
    cursor: pointer; }
  .mobile-nav .custom-block {
    padding: 20px 15px;
    border-top: #242527 solid 1px; }
    .mobile-nav .custom-block .social-icons {
      float: none;
      text-align: center; }
      .mobile-nav .custom-block .social-icons a {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 0;
        border-radius: 0;
        background: none;
        color: #fff;
        font-size: 15px;
        line-height: 30px;
        text-align: center;
        text-indent: 0; }
  .mobile-nav .nav-accordion li span.expand,
  .mobile-nav .nav-accordion li span.collapse {
    top: 0;
    right: 0;
    text-align: center; }
  .mobile-nav .nav-accordion li span.collapse::after {
    width: 43px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    content: '\e81c'; }
  .mobile-nav .nav-accordion li span.expand::after {
    width: 43px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    content: '\e81b'; }

.mobile-nav-shown .mobile-nav-overlay {
  opacity: .15;
  visibility: visible;
  filter: alpha(opacity=15); }

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  filter: alpha(opacity=0); }

.main-section-header .top-links-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5px 0; }
  .main-section-header .top-links-container span.split {
    display: block;
    width: 1px;
    height: 14px;
    margin: 6px 3px 6px 0;
    float: left;
    border-right: 1px solid #ccc; }
.main-section-header .currency-wrapper,
.main-section-header .language-wrapper,
.main-section-header .compare-link {
  display: block;
  margin-right: 8px; }
  .main-section-header .currency-wrapper > a,
  .main-section-header .language-wrapper > a,
  .main-section-header .compare-link > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 20px 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
    .main-section-header .currency-wrapper > a:hover,
    .main-section-header .language-wrapper > a:hover,
    .main-section-header .compare-link > a:hover {
      text-decoration: none; }
    .main-section-header .currency-wrapper > a i,
    .main-section-header .language-wrapper > a i,
    .main-section-header .compare-link > a i {
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 100%;
      font-size: 11px;
      text-align: center; }
    .main-section-header .currency-wrapper > a .cart-icon i,
    .main-section-header .language-wrapper > a .cart-icon i,
    .main-section-header .compare-link > a .cart-icon i {
      display: inline-block;
      position: static;
      font-size: 14px;
      vertical-align: middle; }
.main-section-header .currency-wrapper {
  position: relative; }
  .main-section-header .currency-wrapper > a {
    border-color: transparent; }
    .main-section-header .currency-wrapper > a:hover {
      text-decoration: underline; }
  .main-section-header .currency-wrapper .current-currency {
    display: inline-block;
    cursor: pointer; }
  .main-section-header .currency-wrapper:hover .setting-currency {
    right: 0;
    opacity: 1;
    visibility: visible; }
.main-section-header .language-wrapper {
  position: relative; }
  .main-section-header .language-wrapper > a {
    border-color: transparent; }
    .main-section-header .language-wrapper > a:hover {
      text-decoration: underline; }
  .main-section-header .language-wrapper .current-language {
    display: inline-block; }
    .main-section-header .language-wrapper .current-language span {
      display: none;
      cursor: pointer; }
      .main-section-header .language-wrapper .current-language span.active {
        display: inline-block; }
      .main-section-header .language-wrapper .current-language span img {
        margin-top: -2px;
        margin-right: 3px; }
  .main-section-header .language-wrapper:hover .select-language {
    opacity: 1;
    visibility: visible; }
.main-section-header .compare-link > a {
  padding-right: 10px;
  border-color: transparent; }
  .main-section-header .compare-link > a:hover {
    text-decoration: underline; }
  .main-section-header .compare-link > a i {
    position: relative;
    width: auto; }
.main-section-header .select-language {
  width: 99px; }
.main-section-header .setting-currency {
  width: 54px; }
.main-section-header .select-language,
.main-section-header .setting-currency {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 4px 0;
  transition: all .3s ease-in-out 0s;
  border-radius: 3px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10; }
  .main-section-header .select-language li,
  .main-section-header .setting-currency li {
    display: inherit !important;
    float: none; }
    .main-section-header .select-language li a,
    .main-section-header .setting-currency li a {
      display: block;
      padding: 3px 9px;
      background: white;
      color: #777 !important;
      font-size: 11px;
      text-align: left;
      text-transform: uppercase; }
      .main-section-header .select-language li a:hover,
      .main-section-header .setting-currency li a:hover {
        background: #ccc;
        color: white !important; }
    .main-section-header .select-language li img,
    .main-section-header .setting-currency li img {
      position: relative;
      top: -1px;
      max-width: 14px; }
.main-section-header .header .custom-block {
  display: inline-block;
  font-size: 14px;
  font-weight: 400; }

.header-container {
  position: relative;
  border-top-width: 4px;
  border-top-style: solid;
  background-color: #fff; }
  .header-container.sticky-header .mobile-header .right-header-menu .item {
    width: 50px; }
  .header-container.sticky-header .mobile-header .right-header-menu .header-cart {
    width: 50px; }
    .header-container.sticky-header .mobile-header .right-header-menu .header-cart .cart-container .icon-cart-header .icon_bag_alt {
      width: auto;
      line-height: 50px; }
  .header-container.sticky-header .header {
    padding-top: 8px;
    padding-bottom: 5px; }
  .header-container.sticky-header .main-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    background-color: #1e1e1e;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 200 !important;
    pointer-events: all; }
    .header-container.sticky-header .main-header .logo {
      display: none; }
      .header-container.sticky-header .main-header .logo a.logo-sticky {
        display: block; }
  .header-container.sticky-header .main-nav {
    position: relative; }
    .header-container.sticky-header .main-nav .logo_sticky {
      display: block;
      margin-right: 20px;
      z-index: 2; }
    .header-container.sticky-header .main-nav ul.top-navigation > li > a {
      margin: 0 !important;
      padding: 10px 15px; }
    .header-container.sticky-header .main-nav ul.top-navigation > li.parent > a {
      padding-right: 25px;
      padding-left: 15px; }
    .header-container.sticky-header .main-nav ul.top-navigation > li.fl-right {
      margin-right: 0;
      margin-left: 3px;
      float: none !important; }
  .header-container.sticky-header .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 7px 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 99;
    pointer-events: all; }
    .header-container.sticky-header .header-wrapper .mini-cart {
      display: -ms-flexbox;
      display: flex !important;
      position: absolute;
      right: 0;
      margin: 0;
      border: 0;
      background-color: transparent; }
      .header-container.sticky-header .header-wrapper .mini-cart .icon-cart-header i {
        font-size: 23px; }
      .header-container.sticky-header .header-wrapper .mini-cart .cart-design-4 .cart-total .cart-qty {
        display: block;
        top: -6px;
        left: 25px; }
      .header-container.sticky-header .header-wrapper .mini-cart .cart-design-4 .cart-total span {
        display: none; }
  .header-container.sticky-header:not(.type17) .header-wrapper .mini-cart .cart-design-1 .icon-cart-header {
    height: 35px; }
    .header-container.sticky-header:not(.type17) .header-wrapper .mini-cart .cart-design-1 .icon-cart-header .cart-total {
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -8px;
      padding: 3px;
      font-size: 16px;
      font-weight: 600;
      text-align: center; }
      .header-container.sticky-header:not(.type17) .header-wrapper .mini-cart .cart-design-1 .icon-cart-header .cart-total .cart-qty {
        display: block;
        margin-right: 0;
        font-size: 13px;
        font-weight: 600; }
    .header-container.sticky-header:not(.type17) .header-wrapper .mini-cart .cart-design-1 .icon-cart-header span {
      display: none; }
  .header-container.sticky-header:not(.type17) .header-wrapper .mini-cart .cart-design-1 .cart-wrapper::before {
    right: 15px; }
  @media (min-width: 992px) {
    .header-container.sticky-header .mini-cart .cart-design-1 .icon-cart-header {
      padding: 0; }
      .header-container.sticky-header .mini-cart .cart-design-1 .icon-cart-header i {
        line-height: 32px; } }
  .header-container.sticky-header .mini-cart .cart-design-2 .icon-cart-header .cart-total .cart-qty {
    font-size: 13px; }
  .header-container.sticky-header .mini-cart .cart-design-5 .icon-cart-header {
    padding: 0 2px 0 0; }
    .header-container.sticky-header .mini-cart .cart-design-5 .icon-cart-header .cart-total .cart-qty {
      right: 0; }
    .header-container.sticky-header .mini-cart .cart-design-5 .icon-cart-header::after {
      display: none; }
  .header-container.sticky-header .mini-cart .widget-design-1 .cart-wrapper::before,
  .header-container.sticky-header .mini-cart .widget-design-2 .cart-wrapper::before,
  .header-container.sticky-header .mini-cart .widget-design-3 .cart-wrapper::before {
    right: 12px; }
  .header-container .navbar {
    position: static;
    min-height: auto;
    margin: 0; }
    .header-container .navbar .navbar-header {
      text-indent: -999em; }
      .header-container .navbar .navbar-header .navbar-toggle {
        display: block;
        margin: 6px 0;
        padding: 0;
        border-radius: 0; }
        .header-container .navbar .navbar-header .navbar-toggle .icon-bar {
          background-color: #333; }
      .header-container .navbar .navbar-header .navbar-brand {
        display: none; }
    .header-container .navbar .bs-navbar-collapse {
      position: absolute;
      top: 70px;
      right: 0;
      width: 100%;
      max-height: 400px;
      padding: 10px 20px;
      background-color: #fff;
      overflow: scroll;
      z-index: 1000; }
      .header-container .navbar .bs-navbar-collapse .nav-accordion li span.expand::after,
      .header-container .navbar .bs-navbar-collapse .nav-accordion li span.collapse::after {
        position: relative;
        right: 8px; }
      .header-container .navbar .bs-navbar-collapse.skip-active {
        display: block; }
  .header-container .navbar-header-second {
    text-indent: -999em; }
    .header-container .navbar-header-second .navbar-toggle {
      display: block;
      margin: 6px 0;
      padding: 0;
      float: left;
      border-radius: 0; }
      .header-container .navbar-header-second .navbar-toggle .icon-bar {
        background-color: #333; }
    .header-container .navbar-header-second .navbar-brand {
      display: none; }
  .header-container .logo {
    display: block;
    z-index: 2; }
  .header-container .header-container-content {
    position: relative; }
  .header-container .header {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    .header-container .header .custom-block span.split {
      width: 1px;
      height: 14px;
      margin: 0 13px;
      border-right: 1px solid #eee; }
  .header-container .compare-link {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase; }
  .header-container .menu-icon {
    display: none;
    text-align: center;
    padding: 7px;
    font-size: 20px;
    pointer-events: all; }
  .header-container .mini-cart .cart-wrapper {
    border-width: 6px 0 0;
    border-style: solid; }
    .header-container .mini-cart .cart-wrapper::before {
      display: block;
      position: absolute;
      top: -25px;
      right: 30px;
      border: 10px solid transparent;
      border-bottom-color: #08c;
      content: ''; }
    .header-container .mini-cart .cart-wrapper::after {
      display: block;
      position: absolute;
      top: -25px;
      left: 0;
      width: 100%;
      height: 25px;
      content: ''; }
  .header-container .mini-cart .cart-design-1 .icon-cart-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 7px;
    border-radius: 2px;
    text-transform: uppercase; }
    .header-container .mini-cart .cart-design-1 .icon-cart-header i {
      font-size: 14px; }
    .header-container .mini-cart .cart-design-1 .icon-cart-header .cart-qty {
      margin-right: 3px; }
    .header-container .mini-cart .cart-design-1 .icon-cart-header span {
      font-size: 11px;
      font-weight: 400;
      line-height: 14px; }
  .header-container .mini-cart .cart-design-2 .icon-cart-header {
    display: inline-block; }
    .header-container .mini-cart .cart-design-2 .icon-cart-header i {
      font-size: 35px; }
    .header-container .mini-cart .cart-design-2 .icon-cart-header .cart-total {
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -8px;
      padding: 3px;
      font-size: 16px;
      font-weight: 600;
      text-align: center; }
      .header-container .mini-cart .cart-design-2 .icon-cart-header .cart-total .cart-qty {
        display: block; }
    .header-container .mini-cart .cart-design-2 .icon-cart-header span {
      display: none; }
  .header-container .mini-cart .cart-design-2 .cart-wrapper::before {
    right: 15px; }
  .header-container .mini-cart .cart-design-3 .icon-cart-header {
    position: relative;
    height: auto;
    padding: 0; }
    .header-container .mini-cart .cart-design-3 .icon-cart-header i {
      font-size: 25px; }
      .header-container .mini-cart .cart-design-3 .icon-cart-header i::before {
        width: auto;
        margin: 0;
        content: '\e871'; }
    .header-container .mini-cart .cart-design-3 .icon-cart-header .cart-total {
      position: absolute;
      right: -7px;
      padding: 0; }
      .header-container .mini-cart .cart-design-3 .icon-cart-header .cart-total .cart-qty {
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 8px !important;
        background-color: #fff;
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: center; }
      .header-container .mini-cart .cart-design-3 .icon-cart-header .cart-total span {
        display: none; }
  .header-container .mini-cart .cart-design-3 .cart-wrapper::before {
    right: 5px; }
  .header-container .mini-cart .cart-design-4 .icon-cart-header {
    position: relative; }
    .header-container .mini-cart .cart-design-4 .icon-cart-header i {
      display: inline-block;
      font-size: 27px;
      vertical-align: middle; }
      .header-container .mini-cart .cart-design-4 .icon-cart-header i::before {
        content: '\e878'; }
    .header-container .mini-cart .cart-design-4 .icon-cart-header .cart-total {
      display: inline-block;
      padding: 0 5px;
      vertical-align: middle; }
      .header-container .mini-cart .cart-design-4 .icon-cart-header .cart-total .cart-qty {
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 20px !important;
        background-color: #ff4052;
        color: #fff;
        font-family: 'Poppins';
        font-size: 11px;
        line-height: 16px;
        text-align: center; }
      .header-container .mini-cart .cart-design-4 .icon-cart-header .cart-total span {
        font-size: 15px;
        font-weight: 300;
        letter-spacing: .03em;
        text-transform: initial; }
  .header-container .mini-cart .cart-design-5 .icon-cart-header {
    display: inline-block;
    position: relative;
    padding: 0 19px 0 0; }
    @media (max-width: 991px) {
      .header-container .mini-cart .cart-design-5 .icon-cart-header {
        line-height: 33px; } }
    .header-container .mini-cart .cart-design-5 .icon-cart-header i {
      display: inline-block;
      font-size: 33px;
      vertical-align: middle; }
      @media (max-width: 991px) {
        .header-container .mini-cart .cart-design-5 .icon-cart-header i {
          font-size: 27px; } }
      .header-container .mini-cart .cart-design-5 .icon-cart-header i::before {
        content: '\e87f'; }
    .header-container .mini-cart .cart-design-5 .icon-cart-header .cart-total {
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -8px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-align: center; }
      .header-container .mini-cart .cart-design-5 .icon-cart-header .cart-total .cart-qty {
        display: block;
        position: absolute;
        top: -10px;
        right: 19px;
        width: 16px;
        height: 16px;
        border-radius: 20px !important;
        background-color: #ed5348;
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        text-align: center; }
      .header-container .mini-cart .cart-design-5 .icon-cart-header .cart-total span {
        display: none; }
    .header-container .mini-cart .cart-design-5 .icon-cart-header::after {
      position: absolute;
      top: 60%;
      right: -5px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-family: 'fontawesome';
      content: '\f107'; }
  .header-container .mini-cart .widget-design-1 .cart-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    margin-top: 10px;
    border-radius: 8px 8px 5px 5px;
    background-color: #fff;
    color: #777;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 10; }
    .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content p.no-items-in-cart {
      display: block;
      margin: 20px;
      color: #777;
      line-height: 19px;
      text-align: center; }
    .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul {
      max-height: 400px;
      margin: 0;
      padding: 0 20px;
      outline: none;
      overflow-y: auto; }
      .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart {
        width: 100%;
        padding: 20px 0;
        float: left;
        border-bottom: 1px solid #eee; }
        .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-image {
          width: 80px;
          padding: 0;
          float: left;
          border: 1px solid #ddd;
          border-width: 0;
          border-radius: 0;
          background-color: #fff; }
          .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-image img {
            width: 100%;
            height: auto; }
        .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-details {
          position: relative;
          margin-left: 90px;
          text-align: left; }
          .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-details a {
            outline: none;
            color: #777;
            font-size: 13px;
            font-weight: 400;
            line-height: normal;
            text-decoration: none; }
          .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-details .product-name {
            margin: 10px 0;
            padding-right: 30px;
            font-size: 1em;
            font-weight: normal; }
          .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-details .items {
            margin: 0 0 15px;
            line-height: 1.5; }
          .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-details .access {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0; }
            .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-details .access .btn-edit {
              width: auto;
              height: 16px;
              padding: 0 20px 0 0;
              float: left;
              outline: medium none;
              background-color: transparent;
              background-image: none;
              color: #7B7B7B;
              font-size: 12px;
              font-weight: normal;
              line-height: 16px;
              text-indent: inherit;
              text-transform: none; }
            .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul li.item-cart .product-details .access .btn-remove {
              position: absolute;
              top: -3px;
              right: 0;
              width: 23px;
              height: 23px;
              padding: 5px 0;
              font-size: 13px;
              line-height: 1; }
      .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul dl {
        margin: 0; }
        .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul dl dt {
          padding: 5px 0;
          float: left;
          text-transform: uppercase; }
          .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul dl dt span {
            float: right;
            line-height: 13px; }
        .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content ul dl dd {
          padding: 5px 0;
          text-align: right;
          text-transform: uppercase; }
    .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-content .mCSB_container {
      padding: 10px 5px 0; }
    .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-checkout {
      width: 100%;
      margin: 0;
      float: left;
      border: 0;
      text-align: center; }
      .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-checkout p.subtotal {
        margin-bottom: 0;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        text-align: center; }
        .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-checkout p.subtotal .label {
          padding: 0;
          color: #777;
          font-size: 18px; }
        .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-checkout p.subtotal .price {
          color: #3b3b3b; }
      .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-checkout .actions {
        margin-bottom: 15px;
        line-height: 47px; }
        .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-checkout .actions a {
          display: inline-block;
          width: 128px;
          padding: 6px 12px;
          color: white;
          font-weight: 400;
          line-height: 1.42857143;
          text-align: center;
          text-transform: capitalize; }
          .header-container .mini-cart .widget-design-1 .cart-wrapper .cart-checkout .actions a:hover {
            opacity: .9; }
    .header-container .mini-cart .widget-design-1 .cart-wrapper.show {
      display: block; }
  .header-container .mini-cart .widget-design-2 .cart-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    margin-top: 10px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 9; }
    .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul {
      max-height: 400px;
      margin: 0;
      padding: 0 15px;
      outline: none;
      overflow-y: auto; }
      .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li {
        position: relative;
        width: 100%;
        padding: 12px 7px;
        float: left;
        border-bottom: 1px solid #eee;
        border-color: #e6ebee; }
        .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li .product-image {
          width: 80px;
          padding: 0;
          float: right;
          border: 1px solid #ededed;
          background-color: #fff; }
          .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li .product-image img {
            width: 100%; }
        .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li .product-details {
          position: static;
          margin-right: 90px;
          margin-left: auto;
          text-align: left; }
          .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li .product-details .product-name {
            margin: 15px 0 2px;
            padding-right: 0; }
            .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li .product-details .product-name a {
              color: #696969;
              font-size: 13px;
              font-weight: 600;
              letter-spacing: .005em; }
          .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li .product-details .items {
            margin: 0 0 15px;
            line-height: 1.5; }
          .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li .product-details .access {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0; }
            .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content ul li .product-details .access .btn-remove {
              position: absolute;
              top: 12px;
              right: 3px;
              width: 20px;
              height: 20px;
              padding: 3px 0;
              border-radius: 100% !important;
              background-color: #fff;
              color: #474747;
              font-size: 13px;
              line-height: 12px;
              text-align: center;
              box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
              z-index: 3; }
    .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-content p.no-items-in-cart {
      display: block;
      margin: 20px;
      color: #777;
      line-height: 19px;
      text-align: center; }
    .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-checkout {
      width: 100%;
      margin: 0;
      border: 0;
      text-align: center; }
      .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-checkout p {
        margin-bottom: 0;
        padding: 15px 23px 25px;
        overflow: hidden; }
        .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-checkout p .label {
          padding: 0;
          float: left;
          color: #474747;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase; }
        .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-checkout p .price {
          margin: 0;
          float: right;
          color: #474747;
          font-size: 15px;
          font-weight: 700;
          line-height: 19px;
          text-transform: uppercase; }
      .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-checkout .actions {
        padding: 0 22px 13px;
        text-align: left;
        overflow: hidden; }
        .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-checkout .actions a {
          width: 123px;
          padding: 10px 25px;
          border-radius: 2px;
          background-color: #010204;
          color: #fff;
          font-size: 12px;
          letter-spacing: .025em;
          line-height: 1.42857143;
          text-transform: uppercase; }
          .header-container .mini-cart .widget-design-2 .cart-wrapper .cart-checkout .actions a:last-child {
            margin: 0;
            float: right; }
  .header-container .mini-cart .widget-design-3 .cart-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    margin-top: 0;
    background-color: #fff;
    color: #777;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 10; }
    .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content .total-count {
      margin: 0 25px;
      padding: 3px 0;
      border-bottom: solid 1px #e6ebee;
      text-align: left;
      text-transform: uppercase; }
      .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content .total-count > span {
        color: #696969;
        font-size: 13px;
        font-weight: 700;
        line-height: 35px; }
      .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content .total-count a {
        padding: 0;
        float: right;
        background-color: transparent;
        color: #474747;
        font-size: 12px;
        font-weight: 700;
        line-height: 35px; }
        .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content .total-count a span {
          color: inherit; }
    .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul {
      max-height: 400px;
      margin: 0;
      padding: 0 25px;
      outline: none;
      overflow-y: auto; }
      .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart {
        width: 100%;
        padding: 15px 0;
        float: left;
        border-bottom: 1px solid #eee;
        border-color: #e6ebee; }
        .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-image {
          width: 80px;
          padding: 0;
          float: left;
          border-width: 0;
          border-radius: 0;
          background-color: #fff; }
          .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-image img {
            width: 100%;
            height: auto; }
        .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-details {
          position: relative;
          margin-left: 90px;
          text-align: left; }
          .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-details .product-name {
            margin: 10px 0;
            padding-right: 30px;
            font-size: 1em;
            font-weight: normal; }
          .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-details a {
            outline: none;
            color: #777;
            font-size: 13px;
            font-weight: 400;
            line-height: normal;
            text-decoration: none; }
          .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-details .items {
            margin: 0 0 15px;
            line-height: 1.5; }
            .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-details .items .price {
              color: #696969; }
          .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-details .access {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0; }
            .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content ul .item-cart .product-details .access .btn-remove {
              position: absolute;
              top: -3px;
              right: 0;
              width: 23px;
              height: 23px;
              padding: 5px 0;
              color: #777;
              font-size: 13px;
              font-weight: 400;
              line-height: 1; }
    .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-content .no-items-in-cart {
      display: block;
      margin: 20px 25px;
      color: #777;
      font-size: 13px;
      line-height: 19px;
      text-align: center; }
    .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-checkout {
      width: 100%;
      margin: 0;
      float: left;
      border: 0;
      text-align: center; }
      .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-checkout .subtotal {
        margin-bottom: 0;
        padding: 15px 30px 25px;
        font-size: 18px;
        font-weight: 700;
        line-height: 0;
        text-align: center;
        overflow: hidden; }
        .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-checkout .subtotal .label {
          padding: 0;
          float: left;
          color: #474747;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase; }
        .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-checkout .subtotal .price {
          float: right;
          color: #474747;
          font-size: 15px;
          font-weight: 700;
          line-height: 13px;
          text-transform: uppercase; }
      .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-checkout .actions {
        margin-bottom: 15px;
        padding: 0 30px 20px;
        line-height: 47px; }
        .header-container .mini-cart .widget-design-3 .cart-wrapper .cart-checkout .actions a {
          display: block;
          width: 100%;
          padding: 14px 25px;
          border-radius: 2px;
          background-color: #010204;
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: .025em;
          line-height: 1.42857143;
          text-align: center;
          text-transform: uppercase; }
  .header-container .search-area.show-icon {
    position: relative;
    top: 0;
    left: auto;
    margin: 0; }
    .header-container .search-area.show-icon a.search-icon {
      display: inline-block; }
    .header-container .search-area.show-icon .search-extended {
      display: none;
      position: absolute;
      top: 100%;
      right: -47px;
      width: 420px;
      margin-top: 10px;
      border: 5px solid #ccc;
      z-index: 9; }
      .header-container .search-area.show-icon .search-extended::before {
        display: block;
        position: absolute;
        top: -25px;
        right: 45px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #ccc;
        content: ''; }
      .header-container .search-area.show-icon .search-extended.show {
        display: inline-block; }
      .header-container .search-area.show-icon .search-extended .searchform input[type=text] {
        border: 0; }
    .header-container .search-area.show-icon.show-left .search-extended {
      position: absolute;
      right: auto;
      left: -48px; }
      .header-container .search-area.show-icon.show-left .search-extended::before {
        right: auto;
        left: 45px; }
  @media (max-width: 991px) {
    .header-container .search-area.show-icon-tablet {
      position: relative;
      -ms-flex-order: 3;
      order: 3;
      z-index: 15; }
      .header-container .search-area.show-icon-tablet a.search-icon {
        display: inline-block;
        font-size: 19px; }
      .header-container .search-area.show-icon-tablet .search-extended {
        display: none;
        position: absolute;
        top: 100%;
        right: -47px;
        width: 340px;
        margin-top: 10px;
        border: 5px solid #ccc; }
        .header-container .search-area.show-icon-tablet .search-extended:before {
          display: block;
          position: absolute;
          top: -25px;
          right: 45px;
          width: 20px;
          height: 20px;
          border: 10px solid transparent;
          border-bottom-color: #ccc;
          content: ''; }
        .header-container .search-area.show-icon-tablet .search-extended.show {
          display: inline-block; }
        .header-container .search-area.show-icon-tablet .search-extended .searchform input[type=text] {
          border: 0;
          border-radius: none; }
      .header-container .search-area.show-icon-tablet.show-left .search-extended {
        position: absolute;
        right: auto;
        left: -48px; }
        .header-container .search-area.show-icon-tablet.show-left .search-extended::before {
          right: auto;
          left: 45px; } }
  .header-container .search-area a.search-icon {
    display: none;
    width: 25px;
    text-align: center; }
  .header-container .search-area .search-extended {
    position: relative;
    width: 450px;
    min-width: 340px;
    border: 1px solid rgba(129, 129, 129, 0.4); }
  .header-container .header-right-area .header-right-area-1 .menu-icon {
    display: none; }
  .header-container .header-right-area .inner-item > li {
    display: inline-block; }
    .header-container .header-right-area .inner-item > li:last-child {
      margin-right: 0; }
  .header-container .cart-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 10;
    order: 10; }
  .header-container .main-nav {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    text-align: left; }
    .header-container .main-nav .logo_sticky {
      display: none; }
    .header-container .main-nav .main-top-nav .mini-cart {
      display: none; }
  .template-index .header-container.header-overlap:not(.sticky-header) {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5; }

.top-links-inner,
.top-links-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.top-links-area {
  position: relative;
  margin-left: auto; }
  .top-links-area .top-links-icon {
    display: none;
    position: relative;
    padding: 7px 20px 7px 10px;
    font-size: 11px;
    vertical-align: middle; }
    .top-links-area .top-links-icon::before {
      display: block;
      position: absolute;
      top: 50%;
      right: 7px;
      margin-top: -5px;
      font-family: 'porto';
      content: '\e80b'; }
    .top-links-area .top-links-icon a {
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase; }
  .top-links-area .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 3px 0;
    padding: 0; }
    .top-links-area .links li {
      padding: 0 15px;
      border-left: 1px solid #ccc;
      font-size: 11px;
      text-align: left;
      text-transform: uppercase;
      white-space: nowrap; }
      .top-links-area .links li a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 600; }
        .top-links-area .links li a:hover {
          text-decoration: underline; }
      .top-links-area .links li.last {
        padding-right: 0; }
      .top-links-area .links li:first-child {
        border-left: 0; }
  .top-links-area.show-icon .top-links-icon {
    display: block; }
  .top-links-area.show-icon ul.links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 130px;
    margin: 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff !important;
    text-align: right;
    z-index: 99; }
    .top-links-area.show-icon ul.links li {
      display: block;
      padding: 0 10px;
      border: 0; }
      .top-links-area.show-icon ul.links li a {
        display: block;
        padding: 0;
        transition: all .2s;
        color: #777;
        font-size: 11px;
        font-weight: 400;
        line-height: 19px;
        white-space: nowrap; }
      .top-links-area.show-icon ul.links li:hover {
        background-color: #ccc !important;
        color: #fff; }
        .top-links-area.show-icon ul.links li:hover a {
          color: #fff !important;
          text-decoration: none; }
  @media (max-width: 991px) {
    .top-links-area.show-icon-tablet .top-links-icon {
      display: block; }
    .top-links-area.show-icon-tablet ul.links {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      min-width: 130px;
      margin: 0;
      padding: 5px 0;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff !important;
      text-align: right;
      z-index: 99; }
      .top-links-area.show-icon-tablet ul.links li {
        display: block;
        padding: 0 10px;
        border: 0; }
        .top-links-area.show-icon-tablet ul.links li a {
          display: block;
          padding: 0;
          transition: all .2s;
          color: #777;
          font-size: 11px;
          font-weight: 400;
          line-height: 19px;
          white-space: nowrap; }
        .top-links-area.show-icon-tablet ul.links li:hover a {
          background-color: #ccc !important;
          color: #fff !important;
          text-decoration: none; } }

.searchform {
  position: relative; }
  .searchform .screen-reader-text {
    display: none; }
  .searchform input[type=text] {
    width: 100%;
    height: 38px;
    padding: 0 200px 0 15px;
    border: 0;
    border-radius: 20px;
    background-color: transparent;
    color: #777;
    font-size: 13px; }
    .searchform input[type=text]::-webkit-input-placeholder {
      opacity: .75; }
    .searchform input[type=text]:-ms-input-placeholder {
      opacity: .75; }
    .searchform input[type=text]::placeholder {
      opacity: .75; }
    .searchform input[type=text]::-ms-clear {
      display: none; }
  .searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    width: 45px;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #777;
    font-size: 0;
    font-weight: 400; }
    .searchform .searchsubmit::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      margin-top: -10px;
      margin-left: -10px;
      transition: opacity .2s ease;
      font-size: 16px;
      font-weight: 600;
      font-family: 'porto';
      -webkit-font-smoothing: antialiased;
      line-height: 20px;
      content: '\e812'; }
    .searchform .searchsubmit::before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      margin-left: -9px;
      transition: opacity .1s ease, visibility .1s ease;
      border: 1px solid #bbb;
      border-left-color: #000;
      border-radius: 50%;
      opacity: 0;
      vertical-align: middle;
      visibility: hidden;
      content: ''; }
    .searchform .searchsubmit:focus, .searchform .searchsubmit:hover {
      box-shadow: none; }
  .searchform.search-loading .searchsubmit:before {
    transition: opacity .2s ease, visibility .2s ease;
    opacity: 1;
    visibility: visible;
    -webkit-animation: load-spin 450ms infinite linear;
    animation: load-spin 450ms infinite linear; }
  .searchform.search-loading .searchsubmit:after {
    transition: opacity .1s ease;
    opacity: 0; }

.search-by-category {
  position: absolute;
  top: 0;
  right: 47px; }
  .search-by-category .input-dropdown-inner {
    height: 38px;
    border-left: 1px solid rgba(129, 129, 129, 0.4);
    border-right: 1px solid rgba(129, 129, 129, 0.4);
    line-height: 38px; }
    .search-by-category .input-dropdown-inner > a {
      display: block;
      padding-right: 15px;
      padding-left: 15px;
      color: #777;
      font-size: 13px;
      text-align: center; }
      .search-by-category .input-dropdown-inner > a:hover {
        text-decoration: none; }
      .search-by-category .input-dropdown-inner > a::after {
        display: inline-block;
        margin-left: 8px;
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 400;
        content: '\f107'; }
  .search-by-category .list-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 1px;
    min-width: 138px;
    height: auto;
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    z-index: 300; }
    .search-by-category .list-wrapper .shopify-scroll-content {
      position: relative;
      max-height: 250px;
      overflow: scroll;
      overflow-x: hidden; }
  .search-by-category ul li {
    margin-bottom: 0;
    text-align: left; }
    .search-by-category ul li a {
      display: block;
      padding: 6px 8px;
      color: #777;
      font-size: 12px;
      line-height: 18px; }
      .search-by-category ul li a:focus, .search-by-category ul li a:hover {
        background-color: #e6e6e6;
        color: #8d8d8d; }
        .shopify-dark .search-by-category ul li a:focus, .shopify-dark .search-by-category ul li a:hover {
          background-color: rgba(255, 255, 255, 0.08);
          color: rgba(255, 255, 255, 0.8); }
      .shopify-dark .search-by-category ul li a {
        background-color: #101010; }
    .search-by-category ul li.current-item > a {
      background-color: #f4f4f4;
      color: #777; }
      .shopify-dark .search-by-category ul li.current-item > a {
        background-color: rgba(0, 0, 0, 0.9);
        color: rgba(255, 255, 255, 0.8); }
  .search-by-category ul .children > li > a {
    padding-left: 30px; }
  .shopify-dark .search-by-category .list-wrapper {
    background-color: #101010; }

.search-results-wrapper {
  position: relative; }
  .search-results-wrapper .shopify-scroll {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    z-index: 1000; }
    .search-results-wrapper .shopify-scroll .shopify-search-results {
      position: relative; }
    .search-results-wrapper .shopify-scroll .shopify-scroll-pane {
      z-index: 1002; }
    .shopify-dark .search-results-wrapper .shopify-scroll {
      background-color: #101010; }

.autocomplete-suggestions {
  display: -ms-flexbox;
  display: flex;
  position: relative !important;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-animation: fadeInBottomShort .2s ease both;
  animation: fadeInBottomShort .2s ease both;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1px;
  z-index: 1001 !important; }

.autocomplete-suggestion {
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  border-right: 1px solid;
  padding: 15px;
  text-align: left;
  transition: background-color .25s ease;
  cursor: pointer; }
  .autocomplete-suggestion .suggestion-title {
    color: #777;
    line-height: 22px; }
  .autocomplete-suggestion .suggestion-title strong {
    color: #333;
    text-decoration: underline; }
  .autocomplete-suggestion .suggestion-thumb {
    max-width: 45px;
    margin-right: 15px;
    float: left; }
  .autocomplete-suggestion .suggestion-price {
    margin-top: 7px;
    color: #777; }
    .autocomplete-suggestion .suggestion-price del {
      color: #BDBDBD;
      font-size: 90%; }
    .autocomplete-suggestion .suggestion-price ins {
      padding: 0;
      background-color: transparent;
      text-decoration: none;
      opacity: 1; }
      .autocomplete-suggestion .suggestion-price ins .amount {
        color: #777; }
  .autocomplete-suggestion.autocomplete-selected, .autocomplete-suggestion:hover {
    background-color: #f9f9f9; }
    .shopify-dark .autocomplete-suggestion.autocomplete-selected, .shopify-dark .autocomplete-suggestion:hover {
      background-color: rgba(0, 0, 0, 0.3); }

.view-all-products {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  background-color: #fff;
  color: #333;
  font-weight: 600;
  height: 50px;
  letter-spacing: .2px;
  line-height: 50px;
  margin-top: -1px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .25s ease;
  animation: fadeIn .3s ease both;
  -webkit-animation: fadeIn .3s ease both;
  cursor: pointer; }
  .view-all-products:hover {
    background-color: #f9f9f9; }
    .shopify-dark .view-all-products:hover {
      background-color: rgba(0, 0, 0, 0.9); }
  .shopify-dark .view-all-products {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff; }

.shopify-search-loader {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .1s ease, visibility .1s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1002; }
  .shopify-search-loader::after {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #bbb;
    border-radius: 50%;
    border-left-color: #000;
    content: '';
    vertical-align: middle; }

.search-info-text {
  display: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 30px;
  overflow: hidden;
  text-align: center; }
  .search-info-text > span {
    display: block;
    transform: translateY(-50px) translateZ(0);
    -webkit-transform: translateY(-50px) translateZ(0);
    transition: all .35s ease .15s; }

.no-found-msg {
  color: #333;
  font-size: 110%;
  font-weight: 600; }
  .shopify-dark .no-found-msg {
    color: #fff; }

.header-full-width .header-container > .container,
.header-full-width .top-links-container > .container {
  width: 95%;
  max-width: 100%; }
.header-full-width .sticky-header .main-nav.container {
  width: 100%;
  max-width: 100%; }

.category-menu-style-default .main-navigation ul.top-navigation > li .menu-wrap-sub {
  padding: 10px 5px; }

.header-menu-style-default .main-nav ul.top-navigation > li > a,
.category-menu-style-default .main-nav ul.top-navigation > li > a {
  margin-right: 10px;
  padding: 17px 20px 17px 0;
  border-radius: 0;
  font-weight: 700; }
.header-menu-style-default .main-nav ul.top-navigation > li.parent > a,
.category-menu-style-default .main-nav ul.top-navigation > li.parent > a {
  padding-right: 25px; }
  .header-menu-style-default .main-nav ul.top-navigation > li.parent > a::after,
  .category-menu-style-default .main-nav ul.top-navigation > li.parent > a::after {
    right: 10px; }
.header-menu-style-default .main-nav ul.top-navigation > li .menu-wrap-sub,
.category-menu-style-default .main-nav ul.top-navigation > li .menu-wrap-sub {
  padding: 10px 5px;
  border: 0; }
.header-menu-style-default .top-navigation li.level0 ul li li,
.category-menu-style-default .top-navigation li.level0 ul li li {
  clear: both; }
.header-menu-style-default .top-navigation li.level0 ul li.groups > a,
.category-menu-style-default .top-navigation li.level0 ul li.groups > a {
  display: block;
  margin-top: 15px;
  margin-bottom: 4px;
  padding: 0 5px;
  float: none;
  color: #434d53;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.001em;
  line-height: 1.5;
  text-transform: uppercase; }
.header-menu-style-default .top-navigation li.level0 ul li a,
.category-menu-style-default .top-navigation li.level0 ul li a {
  display: block;
  float: none;
  padding: 5px;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis; }
.header-menu-style-default .top-navigation li.level0 ul li .menu-wrapper,
.category-menu-style-default .top-navigation li.level0 ul li .menu-wrapper {
  padding: 5px 0;
  overflow: hidden; }
.header-menu-style-default.menu-color-light .main-nav ul.top-navigation > li > a,
.category-menu-style-default.menu-color-light .main-nav ul.top-navigation > li > a {
  color: #fff; }
.header-menu-style-default.menu-color-dark .main-nav ul.top-navigation > li > a,
.category-menu-style-default.menu-color-dark .main-nav ul.top-navigation > li > a {
  color: #3b3b3b; }
.header-menu-style-default.sticky-header.sticky-menu-color-light .main-nav ul.top-navigation > li > a,
.category-menu-style-default.sticky-header.sticky-menu-color-light .main-nav ul.top-navigation > li > a {
  color: #fff; }
.header-menu-style-default.sticky-header.sticky-menu-color-light .main-nav ul.top-navigation > li:hover > a,
.category-menu-style-default.sticky-header.sticky-menu-color-light .main-nav ul.top-navigation > li:hover > a {
  color: #fff; }
.header-menu-style-default.sticky-header.sticky-menu-color-dark .main-nav ul.top-navigation > li > a,
.category-menu-style-default.sticky-header.sticky-menu-color-dark .main-nav ul.top-navigation > li > a {
  color: #3b3b3b; }
.header-menu-style-default.sticky-header.sticky-menu-color-dark .main-nav ul.top-navigation > li:hover > a,
.category-menu-style-default.sticky-header.sticky-menu-color-dark .main-nav ul.top-navigation > li:hover > a {
  color: #3b3b3b; }

.header-menu-style-default_new .top-navigation li.level0:first-child,
.category-menu-style-default_new .top-navigation li.level0:first-child {
  margin-right: 0; }
.header-menu-style-default_new .main-nav ul.top-navigation > li > a,
.category-menu-style-default_new .main-nav ul.top-navigation > li > a {
  margin-right: 10px;
  padding: 18.5px 15px 20.5px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .001em; }
.header-menu-style-default_new .main-nav ul.top-navigation > li.parent > a,
.category-menu-style-default_new .main-nav ul.top-navigation > li.parent > a {
  padding-right: 25px; }
  .header-menu-style-default_new .main-nav ul.top-navigation > li.parent > a::after,
  .category-menu-style-default_new .main-nav ul.top-navigation > li.parent > a::after {
    right: 10px; }
.header-menu-style-default_new .main-nav ul.top-navigation > li .menu-wrap-sub,
.category-menu-style-default_new .main-nav ul.top-navigation > li .menu-wrap-sub {
  padding: 10px 5px;
  border: 0; }
.header-menu-style-default_new .main-nav .main-navigation ul.top-navigation .menu-wrap-sub,
.category-menu-style-default_new .main-nav .main-navigation ul.top-navigation .menu-wrap-sub {
  border-top-color: #fff;
  background-color: #fff;
  color: #777; }
.header-menu-style-default_new .top-navigation li.level0 ul li li,
.category-menu-style-default_new .top-navigation li.level0 ul li li {
  clear: both; }
.header-menu-style-default_new .top-navigation li.level0 ul li.groups > a,
.category-menu-style-default_new .top-navigation li.level0 ul li.groups > a {
  display: block;
  margin-top: 15px;
  margin-bottom: 4px;
  padding: 0 5px;
  float: none;
  color: #434d53;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.001em;
  line-height: 1.5;
  text-transform: uppercase; }
.header-menu-style-default_new .top-navigation li.level0 ul li a,
.category-menu-style-default_new .top-navigation li.level0 ul li a {
  display: block;
  padding: 5px;
  float: none;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden; }
.header-menu-style-default_new .top-navigation li.level0 ul li .menu-wrapper,
.category-menu-style-default_new .top-navigation li.level0 ul li .menu-wrapper {
  padding: 5px 0; }
.header-menu-style-default_new .top-navigation .menu-wrap-sub ul,
.category-menu-style-default_new .top-navigation .menu-wrap-sub ul {
  padding: 0 !important; }
.header-menu-style-default_new .top-navigation li.level0.static-dropdown .mega-columns ul.level0 li.level1.groups.item,
.category-menu-style-default_new .top-navigation li.level0.static-dropdown .mega-columns ul.level0 li.level1.groups.item {
  padding: 0 15px !important; }
.header-menu-style-default_new .top-navigation li.level1 ul.level1 li.level2 a span,
.category-menu-style-default_new .top-navigation li.level1 ul.level1 li.level2 a span {
  float: none; }
.header-menu-style-default_new .top-navigation li.level0.static-dropdown .menu-static-blocks img,
.category-menu-style-default_new .top-navigation li.level0.static-dropdown .menu-static-blocks img {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: auto; }
.header-menu-style-default_new.menu-color-light .main-nav ul.top-navigation > li > a,
.category-menu-style-default_new.menu-color-light .main-nav ul.top-navigation > li > a {
  color: #fff; }
.header-menu-style-default_new.menu-color-dark .main-nav ul.top-navigation > li > a,
.category-menu-style-default_new.menu-color-dark .main-nav ul.top-navigation > li > a {
  color: #3b3b3b; }
.header-menu-style-default_new.sticky-header.sticky-menu-color-light .main-nav ul.top-navigation > li > a,
.category-menu-style-default_new.sticky-header.sticky-menu-color-light .main-nav ul.top-navigation > li > a {
  color: #fff; }
.header-menu-style-default_new.sticky-header.sticky-menu-color-light .main-nav ul.top-navigation > li:hover > a,
.category-menu-style-default_new.sticky-header.sticky-menu-color-light .main-nav ul.top-navigation > li:hover > a {
  color: #fff; }
.header-menu-style-default_new.sticky-header.sticky-menu-color-dark .main-nav ul.top-navigation > li > a,
.category-menu-style-default_new.sticky-header.sticky-menu-color-dark .main-nav ul.top-navigation > li > a {
  color: #3b3b3b; }
.header-menu-style-default_new.sticky-header.sticky-menu-color-dark .main-nav ul.top-navigation > li:hover > a,
.category-menu-style-default_new.sticky-header.sticky-menu-color-dark .main-nav ul.top-navigation > li:hover > a {
  color: #3b3b3b; }

.category-menu-style-default_new .main-navigation .top-navigation.side-menu > li .menu-wrap-sub {
  padding: 10px 5px;
  border: solid 1px #dae2e6;
  box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.3); }
.category-menu-style-default_new .main-navigation .top-navigation.side-menu > li .menu-wrap-sub::after,
.category-menu-style-default_new .main-navigation .top-navigation.side-menu > li .menu-wrap-sub::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom-style: solid;
  content: ''; }
.category-menu-style-default_new .main-navigation .top-navigation.side-menu > li .menu-wrap-sub::before {
  top: 11px;
  left: -16px;
  border: 8px solid;
  border-color: transparent #fff transparent transparent;
  z-index: 3; }
.category-menu-style-default_new .main-navigation .top-navigation.side-menu > li .menu-wrap-sub::after {
  top: 10px;
  right: auto;
  left: -18px;
  border: 9px solid;
  border-color: transparent #dae2e6 transparent transparent;
  z-index: 2; }
.category-menu-style-default_new .main-navigation .top-navigation.side-menu > li.parent a.level-top::after,
.category-menu-style-default_new .main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a::before {
  right: 5px;
  content: '\e81a'; }
.category-menu-style-default_new .main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a::before {
  margin-top: -12px; }

.header-menu-style-background .main-nav ul.top-navigation > li.parent > a {
  padding-right: 25px; }
  .header-menu-style-background .main-nav ul.top-navigation > li.parent > a::after {
    right: 10px; }
.header-menu-style-background .main-nav ul.top-navigation > li.active, .header-menu-style-background .main-nav ul.top-navigation > li:hover {
  background-color: #3b3b3b; }
  .header-menu-style-background .main-nav ul.top-navigation > li.active > a, .header-menu-style-background .main-nav ul.top-navigation > li:hover > a {
    color: #fff; }
.header-menu-style-background .main-nav ul.top-navigation > li .menu-wrap-sub {
  padding: 10px 5px; }
.header-menu-style-background .main-navigation ul.top-navigation > li .menu-wrap-sub {
  padding: 10px 5px;
  border-top: 0; }
.header-menu-style-background .top-navigation li.level0 ul li li {
  clear: both; }
.header-menu-style-background .top-navigation li.level0 ul li.groups > a {
  display: block;
  margin-top: 15px;
  margin-bottom: 4px;
  padding: 0 5px;
  float: none;
  color: #434d53;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.001em;
  line-height: 1.5;
  text-transform: uppercase; }
.header-menu-style-background .top-navigation li.level0 ul li a {
  display: block;
  padding: 5px;
  float: none;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden; }
.header-menu-style-background .top-navigation li.level0 ul li .menu-wrapper {
  padding: 5px 0;
  overflow: hidden; }

.header-menu-left .top-navigation {
  text-align: left; }

.header-menu-right .top-navigation {
  text-align: right; }

.header-menu-center .top-navigation {
  text-align: center; }

.template-index .page-header {
  display: none; }

.template-list-collections .main-container .main-wrapper,
.template-blog .main-container .main-wrapper,
.template-collection .main-container .main-wrapper,
.template-product .main-container .main-wrapper,
.template-article .main-container .main-wrapper,
.template-page .main-container .main-wrapper,
.template-customers-account .main-container .main-wrapper,
.template-cart .main-container .main-wrapper,
.template-customers-register .main-container .main-wrapper,
.template-customers-login .main-container .main-wrapper {
  padding-top: 0; }
  .template-list-collections .main-container .main-wrapper .main-breadcrumbs,
  .template-blog .main-container .main-wrapper .main-breadcrumbs,
  .template-collection .main-container .main-wrapper .main-breadcrumbs,
  .template-product .main-container .main-wrapper .main-breadcrumbs,
  .template-article .main-container .main-wrapper .main-breadcrumbs,
  .template-page .main-container .main-wrapper .main-breadcrumbs,
  .template-customers-account .main-container .main-wrapper .main-breadcrumbs,
  .template-cart .main-container .main-wrapper .main-breadcrumbs,
  .template-customers-register .main-container .main-wrapper .main-breadcrumbs,
  .template-customers-login .main-container .main-wrapper .main-breadcrumbs {
    margin-bottom: 20px; }

.template-list-collections .tab-product-collection {
  position: relative; }
  .template-list-collections .tab-product-collection h3 {
    margin-top: 0; }
  .template-list-collections .tab-product-collection .products-grid {
    position: static; }
    .template-list-collections .tab-product-collection .products-grid .item {
      padding: 0; }
    .template-list-collections .tab-product-collection .products-grid .owl-nav button {
      position: absolute;
      top: 8px; }
    .template-list-collections .tab-product-collection .products-grid .owl-nav .owl-prev {
      right: 26px; }
    .template-list-collections .tab-product-collection .products-grid .owl-nav .owl-next {
      right: 0; }

#slideshow_slidebar_collection .side-custom-menu {
  overflow: visible; }
  #slideshow_slidebar_collection .side-custom-menu ul li {
    border-top: 0; }
    #slideshow_slidebar_collection .side-custom-menu ul li a:hover {
      text-decoration: none; }

.template-blog .sidebar,
.template-article .sidebar {
  padding-left: 10px; }
.template-blog .block-main-canvas,
.template-article .block-main-canvas {
  padding: 15px 15px 10px;
  border: 1px solid #e1e1e1; }
.template-blog .block,
.template-article .block {
  margin-bottom: 35px; }
  .template-blog .block h3,
  .template-article .block h3 {
    margin-top: 10px;
    color: #313131;
    font: 400 17px / 1.2 'Oswald';
    text-transform: uppercase; }
  .template-blog .block .blogs-items ul li,
  .template-article .block .blogs-items ul li {
    margin: 0;
    padding: 10px 0 !important; }
    .template-blog .block .blogs-items ul li .post-image,
    .template-article .block .blogs-items ul li .post-image {
      width: 60px;
      height: 60px;
      margin-right: 12px;
      padding: 2px;
      float: left;
      border: 1px solid #fff;
      border-radius: 4px;
      background-size: cover;
      background-position: center center; }
      .template-blog .block .blogs-items ul li .post-image img,
      .template-article .block .blogs-items ul li .post-image img {
        max-width: 100%; }
    .template-blog .block .blogs-items ul li a,
    .template-article .block .blogs-items ul li a {
      color: #3b3b3b !important;
      font-family: inherit;
      font-size: inherit;
      line-height: 18px !important; }
  .template-blog .block .blogs-items .post-time,
  .template-article .block .blogs-items .post-time {
    margin: 0;
    color: #888;
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    text-align: left; }
.template-blog .bestseller,
.template-article .bestseller {
  margin-bottom: 0; }
  .template-blog .bestseller .block-title,
  .template-article .bestseller .block-title {
    padding: 0; }
  .template-blog .bestseller .sidebar-content,
  .template-article .bestseller .sidebar-content {
    margin: 0;
    padding: 0;
    border: 0; }
    .template-blog .bestseller .sidebar-content .products-grid .owl-nav button,
    .template-article .bestseller .sidebar-content .products-grid .owl-nav button {
      top: -3px; }
    .template-blog .bestseller .sidebar-content .products-grid .owl-nav .owl-next,
    .template-article .bestseller .sidebar-content .products-grid .owl-nav .owl-next {
      right: -5px; }
    .template-blog .bestseller .sidebar-content .products-grid .owl-nav .owl-prev,
    .template-article .bestseller .sidebar-content .products-grid .owl-nav .owl-prev {
      right: 12px; }
  .template-blog .bestseller .item-area,
  .template-article .bestseller .item-area {
    padding: 5px 0; }

.block-by-collection.container {
  width: 100%;
  max-width: 100%; }
  .block-by-collection.container .tab-product-collection .category-detail {
    position: relative;
    padding: 70px 15px; }

.shop-by-collection.tab-product-collection {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 85px; }
  .shop-by-collection.tab-product-collection .category-list {
    padding: 70px 15px;
    border-right: 1px solid #dcdcdc; }
    .shop-by-collection.tab-product-collection .category-list > span {
      display: block;
      margin-bottom: 10px;
      color: gray;
      font-size: 20px;
      font-weight: 600; }
    .shop-by-collection.tab-product-collection .category-list .tab-selector ul {
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 0; }
      .shop-by-collection.tab-product-collection .category-list .tab-selector ul li {
        display: block;
        margin: 0;
        padding: 10px 0;
        float: none;
        line-height: 20px; }
        .shop-by-collection.tab-product-collection .category-list .tab-selector ul li a {
          position: relative;
          padding: 0 0 0 20px;
          border: 0;
          background: transparent;
          color: #000;
          font-size: 12px;
          line-height: 20px;
          text-transform: uppercase; }
          .shop-by-collection.tab-product-collection .category-list .tab-selector ul li a::before {
            position: absolute;
            left: 0;
            width: 11px;
            font-family: 'porto';
            content: '\f87a'; }
          .shop-by-collection.tab-product-collection .category-list .tab-selector ul li a.active::before {
            content: '\f87b'; }
  .shop-by-collection.tab-product-collection .category-detail {
    position: relative;
    padding: 70px 15px; }
    .shop-by-collection.tab-product-collection .category-detail .products-grid > li {
      padding: 10px 5px !important; }
    .shop-by-collection.tab-product-collection .category-detail .products-grid.flex-grid > li {
      padding: 0 !important; }
    .shop-by-collection.tab-product-collection .category-detail .infinite-scrolling {
      padding: 30px 0;
      clear: both;
      text-align: center; }
      .shop-by-collection.tab-product-collection .category-detail .infinite-scrolling a {
        display: inline-block;
        padding: 20px 45px;
        transition: all .3s;
        background-color: #000;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 3px;
        line-height: 1;
        text-transform: uppercase;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5); }

.group-collection.filter-products h3.title-widget {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
  background-image: none !important; }
.group-collection.filter-products .category-products .products-grid .item {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 0;
  float: none; }
  .group-collection.filter-products .category-products .products-grid .item:last-child .item-area {
    padding-bottom: 6px; }

.slider-with-side {
  margin: 0 -8px;
  line-height: 1; }
  .slider-with-side .slideshow-section .content {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 3; }
  .slider-with-side .slider-area {
    -ms-flex: 0 0 72.3%;
    flex: 0 0 72.3%;
    max-width: 72.3%;
    padding: 0 8px; }
    .slider-with-side .slider-area .content .ribbon {
      top: 16px;
      right: 13px; }
      .slider-with-side .slider-area .content .ribbon em {
        margin: 0;
        margin-right: 63px;
        font-size: 14px; }
      .slider-with-side .slider-area .content .ribbon h3 {
        margin: 0;
        margin-right: 14px;
        font-size: 33px; }
      .slider-with-side .slider-area .content .ribbon h5 {
        margin: 0;
        margin-top: -3px;
        font-size: 18px; }
    .slider-with-side .slider-area .content .text-area h2 {
      display: inline-block;
      margin-bottom: 4px;
      padding: 7px 50px 7px 11px;
      font-size: 42.7px; }
    .slider-with-side .slider-area .content .text-area p {
      display: inline-block;
      margin: 0;
      padding: 12px 17px 12px 13px;
      font-size: 17.58px; }
  .slider-with-side img {
    max-width: 100%;
    height: auto;
    z-index: 2; }
  .slider-with-side .side-area {
    -ms-flex: 0 0 27.7%;
    flex: 0 0 27.7%;
    max-width: 27.7%;
    padding: 0 8px 0 7px; }
    .slider-with-side .side-area .item1 {
      position: relative;
      margin-bottom: 9px;
      overflow: hidden; }
      .slider-with-side .side-area .item1 .content {
        position: absolute;
        bottom: 17px;
        left: 15px;
        text-align: left;
        z-index: 9; }
        .slider-with-side .side-area .item1 .content em {
          display: block;
          margin: 0 0 2px 4px;
          font-size: 27.45px; }
        .slider-with-side .side-area .item1 .content h2 {
          margin: 0;
          margin-bottom: 14px;
          font-size: 35.16px; }
        .slider-with-side .side-area .item1 .content a {
          display: block;
          margin: 0;
          margin-left: 4px;
          font-size: 15.08px; }
    .slider-with-side .side-area .item2 {
      position: relative;
      margin-bottom: 9px;
      overflow: hidden; }
      .slider-with-side .side-area .item2 .content {
        position: absolute;
        bottom: 17px;
        left: 21px;
        text-align: left;
        z-index: 9; }
        .slider-with-side .side-area .item2 .content h2 {
          margin: 0;
          margin-bottom: 12px;
          font-size: 33.86px; }
        .slider-with-side .side-area .item2 .content p {
          margin: 0;
          margin-left: 1px;
          font-size: 18.34px; }
        .slider-with-side .side-area .item2 .content a {
          margin: 13px 0 0 25px;
          padding: 8px 10px 8px 15px;
          border: 0;
          font-size: 13px;
          text-shadow: none; }
    .slider-with-side .side-area .item3 {
      position: relative;
      margin: 0 !important;
      margin-bottom: 9px;
      overflow: hidden; }
      .slider-with-side .side-area .item3 .content {
        position: absolute;
        bottom: 17px;
        left: 19px;
        text-align: left;
        z-index: 9; }
        .slider-with-side .side-area .item3 .content h2 {
          margin: 0;
          font-size: 32px; }
        .slider-with-side .side-area .item3 .content p {
          margin: 0;
          margin-bottom: 17px;
          font-size: 20px; }

.nav-accordion {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: .5em;
  list-style: none; }
  .nav-accordion li {
    position: relative;
    padding-left: 15px;
    border-bottom: #f4f4f4 solid 1px;
    background: none; }
    .nav-accordion li a {
      display: block;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 40px;
      text-align: left;
      text-decoration: none;
      text-shadow: none; }
    .nav-accordion li span.expand,
    .nav-accordion li span.collapse {
      display: block;
      position: absolute;
      top: 11px;
      right: 24px;
      height: auto;
      background-image: none;
      font-size: 0;
      text-indent: -9999px;
      cursor: pointer;
      z-index: 1; }
      .nav-accordion li span.expand::after,
      .nav-accordion li span.collapse::after {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 0;
        padding-right: 5px;
        float: right;
        color: white;
        font-family: 'porto';
        font-size: 19px;
        font-style: normal;
        font-weight: normal;
        line-height: 19px;
        text-decoration: inherit;
        text-indent: 0; }
    .nav-accordion li span.expand::after {
      content: '\e857'; }
    .nav-accordion li span.collapse::after {
      content: '\e856'; }
  .nav-accordion ul {
    display: none;
    margin: 0; }
    .nav-accordion ul li {
      margin: 0;
      padding: 0;
      clear: both;
      border-bottom-width: 0; }
      .nav-accordion ul li.active {
        font-weight: bold; }
      .nav-accordion ul li a {
        padding-left: 15px;
        outline: none; }
    .nav-accordion ul ul li a {
      padding-left: 25px; }
    .nav-accordion ul ul ul li a {
      padding-left: 30px; }

.template-collection .category-products {
  clear: left; }
  .template-collection .category-products .products-grid li p {
    padding-left: 10px; }

.category-boxed-banner {
  margin-bottom: 25px; }
  .category-boxed-banner .owl-stage-outer {
    border-radius: 5px; }
    .category-boxed-banner .owl-stage-outer img {
      display: inline-block; }
  .category-boxed-banner .banner-text {
    position: absolute;
    top: 40%;
    left: 4%;
    width: 100%;
    color: #fff; }
    .category-boxed-banner .banner-text h2 {
      display: inline-block;
      padding: 5px 10px;
      background-color: rgba(23, 23, 23, 0.9);
      color: #fff;
      font-size: 35px;
      line-height: 1; }
    .category-boxed-banner .banner-text p {
      padding: 7px 12px;
      background-color: rgba(23, 23, 23, 0.65);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.4; }
  .category-boxed-banner .shop-now {
    margin-left: 20px;
    font-size: 16px; }
    .category-boxed-banner .shop-now:hover {
      text-decoration: underline; }
  .category-boxed-banner .owl-dots .owl-dot span {
    background: #fff; }

.product-name a {
  color: #5b5b5f; }

.category-content {
  margin-bottom: 30px; }
  .category-content img {
    max-width: 100%; }

.toolbar {
  width: 100%;
  float: left; }
  .toolbar .filter-bar a:hover {
    border-width: 2px; }
  .toolbar .filter-bar a:not(:hover) {
    border: #ebebeb solid 2px;
    color: #B2B2B2;
    font-weight: 400; }
  .toolbar .filter-option-group {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
    transition: all .4s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99; }
    .toolbar .filter-option-group.open {
      top: 40px;
      opacity: 1;
      visibility: visible; }
    .toolbar .filter-option-group .filter-option-inner {
      position: relative;
      padding-top: 40px;
      border-top: 1px solid #f6f6f6; }
      .toolbar .filter-option-group .filter-option-inner .clearall {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 13px; }
    .toolbar .filter-option-group .filter-column .filter_title {
      color: #999;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 1.1px;
      text-transform: uppercase; }
    .toolbar .filter-option-group .filter-column .filter_container {
      padding-top: 10px; }
      .toolbar .filter-option-group .filter-column .filter_container ul li {
        margin-top: 10px;
        margin-bottom: 13px; }
        .toolbar .filter-option-group .filter-column .filter_container ul li .field .name {
          margin: 0 0 0 10px;
          padding: 0;
          color: #999;
          font-size: 11px;
          font-weight: normal;
          text-transform: uppercase;
          cursor: pointer;
          overflow: auto; }
        .toolbar .filter-option-group .filter-column .filter_container ul li .field .img {
          display: inline-block;
          position: relative;
          padding: 2px;
          transition: all .1s ease-out;
          border: 1px solid #e0e0e0;
          line-height: 0;
          box-shadow: inset 0 0 1px #e0e0e0;
          cursor: pointer;
          overflow: hidden;
          vertical-align: middle; }
          .toolbar .filter-option-group .filter-column .filter_container ul li .field .img i {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-position: center center;
            background-size: cover; }
          .toolbar .filter-option-group .filter-column .filter_container ul li .field .img:hover {
            border-color: #181818; }
        .toolbar .filter-option-group .filter-column .filter_container ul li .field.disable {
          display: none;
          cursor: not-allowed;
          opacity: .6; }
          .toolbar .filter-option-group .filter-column .filter_container ul li .field.disable .img::after {
            display: block;
            position: absolute;
            top: 16px;
            right: -8px;
            width: 50px;
            height: 2px;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            background-color: #E0E0E0;
            content: ' '; }
          .toolbar .filter-option-group .filter-column .filter_container ul li .field.disable .input-skin::after {
            display: block;
            position: absolute;
            top: 16px;
            right: -8px;
            width: 50px;
            height: 2px;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            background-color: #E0E0E0;
            content: ' '; }
        .toolbar .filter-option-group .filter-column .filter_container ul li .field.active .img {
          border-color: #181818; }
        .toolbar .filter-option-group .filter-column .filter_container ul li.disable {
          display: none; }
      .toolbar .filter-option-group .filter-column .filter_container.color.color-swatch ul li {
        display: inline-block;
        margin-right: 5px; }
        .toolbar .filter-option-group .filter-column .filter_container.color.color-swatch ul li.disable {
          display: none; }
  .toolbar .sorter_wrap {
    margin-right: 15px; }
    .toolbar .sorter_wrap .select-inner span {
      display: inline-block;
      margin-right: 5px;
      line-height: 26px; }
    .toolbar .sorter_wrap .select-inner .bootstrap-select {
      display: inline-block; }
  .toolbar .pagenav-wrap {
    -ms-flex-order: 13;
    order: 13;
    margin-left: 4px; }
  .toolbar .limited-wrap {
    margin-left: auto; }
    .toolbar .limited-wrap .select-inner span {
      display: inline-block;
      margin-right: 5px;
      line-height: 26px; }
    .toolbar .limited-wrap .select-inner .bootstrap-select {
      display: inline-block; }
  .toolbar .pager {
    display: none; }
    .toolbar .pager .pages ol li {
      float: left;
      border-top: #dfe5e9 solid 1px;
      border-bottom: #dfe5e9 solid 1px;
      border-left: #dfe5e9 solid 1px; }
      .toolbar .pager .pages ol li a {
        padding: 4px 10px;
        transition: all 0 ease;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        text-decoration: none; }
      .toolbar .pager .pages ol li.current {
        padding: 4px 10px;
        background: #000;
        color: #fff; }
      .toolbar .pager .pages ol li:hover {
        background: #000; }
        .toolbar .pager .pages ol li:hover a {
          color: #fff; }
      .toolbar .pager .pages ol li.last {
        border-right: #dfe5e9 solid 1px; }
  .toolbar select {
    height: 26px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 3px; }

.collection-sorting-row {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.layout-opt {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #ccc;
  font-size: 13px;
  line-height: 24px;
  text-align: center; }
  .layout-opt.active {
    border: 1px solid #3b3b3b;
    background: #3b3b3b;
    color: #fff; }
    .layout-opt.active:hover {
      cursor: default; }
  .layout-opt:hover {
    border: 1px solid #3b3b3b;
    background: #3b3b3b;
    color: #fff;
    cursor: pointer; }
  .layout-opt::before {
    line-height: inherit; }

.main-tab-masonry-inner {
  margin: -5px; }
  .main-tab-masonry-inner .category-products .layout-masonry div.product {
    padding: 5px !important; }

.toolbar-bottom {
  clear: both;
  text-align: center; }
  .toolbar-bottom .toolbar {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    text-align: center; }
    .toolbar-bottom .toolbar .sorter_wrap,
    .toolbar-bottom .toolbar .view-mode {
      display: none; }

#collection-main .row {
  margin-right: -10px;
  margin-left: -10px; }

.infinite-loader {
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }
  .infinite-loader .loading {
    display: none;
    line-height: 30px; }
    .infinite-loader .loading i.ajax-loader {
      display: inline-block;
      margin-right: 15px;
      border: 1px solid #08c;
      border-radius: 20px !important;
      border-bottom-color: transparent !important;
      vertical-align: middle; }
    .infinite-loader .loading .ajax-loader.small {
      width: 16px;
      height: 16px;
      border-width: 2.5px; }
  .infinite-loader .btn-load-more {
    display: block;
    width: 100%;
    height: auto;
    padding: 13px 30px;
    border: 3px solid #f1f1f1;
    color: #555;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    line-height: 1.333333;
    text-indent: 0;
    text-transform: uppercase; }

#popup_newsletter {
  padding: 40px 40px 25px;
  border-top: 0 solid #3b3b3b;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
  #popup_newsletter .block-content {
    max-width: 312px;
    padding: 6px;
    text-align: center; }
    #popup_newsletter .block-content .block-title {
      margin: 30px 0 12px;
      color: #313131;
      font-size: 16px;
      font-weight: 700;
      line-height: 1; }
    #popup_newsletter .block-content .content {
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 1.4; }
    #popup_newsletter .block-content .input-box {
      display: table;
      width: 100%; }
      #popup_newsletter .block-content .input-box input.input-text {
        width: 100%;
        height: 34px;
        margin-bottom: 13px;
        padding: 2px 13px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #fff;
        color: #777;
        font-size: 13px; }
      #popup_newsletter .block-content .input-box input.btn-button {
        position: relative;
        width: 55px;
        height: 34px !important;
        margin-left: -55px;
        float: left;
        border-left: 1px solid #ccc;
        border-radius: 0;
        background: transparent !important;
        color: #484747;
        z-index: 1; }
  #popup_newsletter .subcriper_label {
    margin-bottom: 0;
    vertical-align: middle; }
    #popup_newsletter .subcriper_label input {
      vertical-align: middle; }
    #popup_newsletter .subcriper_label span {
      font-size: 11px;
      font-weight: 400; }

.sidebar-product .custom-block {
  position: relative;
  margin-bottom: 30px;
  background: url(bkg_4.png) bottom no-repeat; }
  .sidebar-product .custom-block .owl-dots {
    bottom: -28px; }
.sidebar-product .custom-block-1 {
  padding-bottom: 20px; }
  .sidebar-product .custom-block-1 > div {
    min-height: 50px;
    margin-bottom: 20px;
    clear: both; }
    .sidebar-product .custom-block-1 > div i {
      width: 50px;
      height: 50px;
      margin-right: 10px;
      float: left;
      border: 1px solid #bbb;
      border-radius: 50%;
      color: #000;
      font-size: 30px;
      line-height: 48px;
      text-align: center; }
    .sidebar-product .custom-block-1 > div h3 {
      margin: 0;
      margin-left: 50px;
      padding-top: 4px;
      color: #313131;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.5; }
    .sidebar-product .custom-block-1 > div p {
      margin: 0;
      margin-left: 50px;
      font-size: 12px;
      line-height: 1; }
.sidebar-product .bestseller-product {
  position: relative; }
  .sidebar-product .bestseller-product .block-title {
    margin: 5px 0 10px;
    padding: 10px 0;
    color: #313131;
    font-size: 18px;
    font-weight: 700;
    line-height: 1; }
  .sidebar-product .bestseller-product .sidebar-content .category-products {
    margin: 0 -10px; }
  .sidebar-product .bestseller-product .sidebar-content .item {
    width: auto;
    padding: 0 10px; }
  .sidebar-product .bestseller-product .sidebar-content .owl-nav button {
    position: absolute;
    top: 10px; }
    .sidebar-product .bestseller-product .sidebar-content .owl-nav button i {
      font-size: 13px; }
  .sidebar-product .bestseller-product .sidebar-content .owl-nav .owl-prev {
    right: 26px; }
  .sidebar-product .bestseller-product .sidebar-content .owl-nav .owl-next {
    right: 4px; }
  .sidebar-product .bestseller-product .products-grid {
    position: static;
    margin-top: 10px; }

.sidebar-content .product-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.product-view.moved-tab .short-description-detail .short-description {
  border-bottom: 0; }
.product-view.moved-tab .product-collateral {
  display: none; }
.product-view .product-img-box {
  margin-bottom: 3em; }
  .product-view .product-img-box .thumb-vertical {
    display: table; }
  .product-view .product-img-box .verticle-inner {
    position: relative; }
  .product-view .product-img-box .more-views-verticle {
    display: table-cell;
    width: 98px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    vertical-align: top; }
    @media (max-width: 1199px) {
      .product-view .product-img-box .more-views-verticle {
        width: 80px; } }
    @media (max-width: 991px) {
      .product-view .product-img-box .more-views-verticle {
        width: 55px; } }
    .product-view .product-img-box .more-views-verticle .media-list {
      width: 98px;
      height: 422px;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .product-view .product-img-box .more-views-verticle .media-list {
          width: 80px;
          height: 350px; } }
      @media (max-width: 991px) {
        .product-view .product-img-box .more-views-verticle .media-list {
          width: 55px;
          height: 250px; } }
      .product-view .product-img-box .more-views-verticle .media-list .verticl-carousel {
        position: relative;
        top: 0; }
        .product-view .product-img-box .more-views-verticle .media-list .verticl-carousel a {
          display: block;
          margin-bottom: 10px;
          padding: 3px;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 5px; }
    .product-view .product-img-box .more-views-verticle .more-views-nav {
      display: block;
      position: absolute;
      width: 28px;
      height: 28px;
      padding: 0;
      color: #000;
      font-size: 30px;
      line-height: 28px;
      text-align: center;
      opacity: 0; }
      .product-view .product-img-box .more-views-verticle .more-views-nav i::before {
        display: inherit; }
      .product-view .product-img-box .more-views-verticle .more-views-nav.more-views-next {
        right: 0;
        bottom: 5px;
        left: 0;
        margin: 0 auto; }
      .product-view .product-img-box .more-views-verticle .more-views-nav.more-views-prev {
        top: 5px;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 9; }
    .product-view .product-img-box .more-views-verticle:hover .more-views-nav {
      opacity: 1; }
  .product-view .product-img-box .more-views-horizontal {
    width: 100%;
    margin-top: 6px;
    float: left; }
    .product-view .product-img-box .more-views-horizontal .row {
      margin: 0 -3px; }
    .product-view .product-img-box .more-views-horizontal .product-image-thumbs .item {
      padding: 0 3px; }
      .product-view .product-img-box .more-views-horizontal .product-image-thumbs .item a {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        background: #fff; }
        .product-view .product-img-box .more-views-horizontal .product-image-thumbs .item a img {
          padding: 2px;
          border: 1px solid #ddd;
          border-radius: 7px; }
          .product-view .product-img-box .more-views-horizontal .product-image-thumbs .item a img.current {
            border-width: 2px;
            border-color: #ccc; }
      .product-view .product-img-box .more-views-horizontal .product-image-thumbs .item:hover a img {
        border-width: 2px; }
    .product-view .product-img-box .more-views-horizontal .product-image-thumbs .owl-nav {
      opacity: 0; }
      .product-view .product-img-box .more-views-horizontal .product-image-thumbs .owl-nav .owl-prev,
      .product-view .product-img-box .more-views-horizontal .product-image-thumbs .owl-nav .owl-next {
        position: absolute;
        top: 35%;
        right: auto;
        left: 10px;
        width: 28px;
        height: 28px;
        margin: 0;
        padding: 0;
        border-radius: 0;
        font-size: 30px;
        line-height: 28px;
        text-align: center;
        opacity: 1; }
      .product-view .product-img-box .more-views-horizontal .product-image-thumbs .owl-nav .owl-next {
        right: 10px;
        left: auto; }
    .product-view .product-img-box .more-views-horizontal .product-image-thumbs:hover .owl-nav {
      opacity: 1; }
  .product-view .product-img-box .product-image.product-image-verticle {
    display: table-cell;
    width: 100vh;
    padding-left: 10px;
    vertical-align: top; }
  .product-view .product-img-box .product-image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  .product-view .product-img-box .product-image .product-image-gallery {
    position: relative;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    .product-view .product-img-box .product-image .product-image-gallery .gallery-image {
      display: none; }
      .product-view .product-img-box .product-image .product-image-gallery .gallery-image.visible {
        display: block; }
    .product-view .product-img-box .product-image .product-image-gallery::before {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }
    .product-view .product-img-box .product-image .product-image-gallery::before {
      background-color: white;
      opacity: .8;
      z-index: 2; }
    .product-view .product-img-box .product-image .product-image-gallery::after {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -13px;
      margin-bottom: -13px;
      margin-left: -13px;
      color: #777;
      font-family: 'FontAwesome';
      font-size: 25px;
      line-height: 1;
      content: '\f110';
      z-index: 3;
      -webkit-animation: spin 2s infinite linear;
      animation: spin 2s infinite linear; }
    .product-view .product-img-box .product-image .product-image-gallery.loading {
      min-height: 200px; }
      .product-view .product-img-box .product-image .product-image-gallery.loading::before, .product-view .product-img-box .product-image .product-image-gallery.loading::after {
        display: block; }
    .product-view .product-img-box .product-image .product-image-gallery .icon-zoom {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 32px;
      height: 32px;
      font-size: 20px;
      text-align: center; }
    .product-view .product-img-box .product-image .product-image-gallery .pesto-icon-bottomright {
      font-size: 23px;
      line-height: 32px; }
.product-view .product-shop {
  margin-bottom: 3em; }
  .product-view .product-shop .bottom-home-dailydeal .title {
    display: inline-block;
    margin-bottom: 10px; }
  .product-view .product-shop .product-date {
    width: 100%;
    height: 53px;
    padding: 0;
    background-color: transparent;
    box-sizing: border-box; }
    .product-view .product-shop .product-date > div {
      display: block;
      width: 23%;
      margin-left: 2%;
      padding: 4px 0;
      float: left;
      border-radius: 5px;
      background-color: #999;
      line-height: 1.4; }
      .product-view .product-shop .product-date > div:first-child {
        margin-left: 0; }
    .product-view .product-shop .product-date span {
      display: block;
      color: #fff;
      font-weight: 600;
      text-align: center;
      text-transform: capitalize; }
    .product-view .product-shop .product-date .no {
      font-size: 20px; }
    .product-view .product-shop .product-date .text {
      font-size: 11px; }
  .product-view .product-shop .review-product-details {
    height: 20px;
    margin-top: 3px;
    margin-bottom: 15px;
    line-height: 1.25; }
    .product-view .product-shop .review-product-details .spr-badge-starrating {
      margin: 0; }
      .product-view .product-shop .review-product-details .spr-badge-starrating .spr-icon {
        top: 0;
        font-size: 13px; }
    .product-view .product-shop .review-product-details .spr-badge-caption {
      margin-left: 10px;
      color: #bdbdbd;
      font-size: 12px;
      line-height: 1.25;
      text-transform: capitalize;
      cursor: pointer; }
      .product-view .product-shop .review-product-details .spr-badge-caption:hover {
        text-decoration: underline; }
  .product-view .product-shop .product-inventory {
    margin: 0 0 10px;
    color: #777;
    font-size: 14px;
    font-weight: 600; }
    .product-view .product-shop .product-inventory span.in-stock {
      margin-left: 5px;
      font-weight: 400; }
  .product-view .product-shop .product-type,
  .product-view .product-shop .product-vendor {
    padding: 5px 0 0; }
    .product-view .product-shop .product-type label,
    .product-view .product-shop .product-vendor label {
      margin: 0;
      font-weight: 400; }
  .product-view .product-shop .no-rating {
    margin: 0 0 5px; }
  .product-view .product-shop .product-sku {
    padding: 5px 0 0; }
  .product-view .product-shop .product-share {
    margin-bottom: 10px; }
    .product-view .product-shop .product-share .sf-share-counts .share-text {
      display: block;
      margin: 0;
      font-size: 15px;
      line-height: 40px; }
    .product-view .product-shop .product-share .sf-share-counts a {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin-right: 10px;
      border: #e0e0e0 solid 1px;
      color: #cdcdcd;
      font-size: 16px;
      line-height: 32px;
      text-align: center; }
      .product-view .product-shop .product-share .sf-share-counts a:hover {
        border: #444645 solid 1px;
        color: #444645; }
.product-view .prev-next-products {
  float: right; }
  .product-view .prev-next-products .product-nav {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .product-view .prev-next-products .product-nav .product-pop {
      position: absolute;
      top: 100%;
      left: 0;
      padding: 10px;
      transition: all .2s;
      border-top: 3px solid #08c;
      border-radius: 4px;
      background-color: #fff;
      text-align: center;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      z-index: 1; }
      .product-view .prev-next-products .product-nav .product-pop::before {
        display: block;
        position: absolute;
        top: -13px;
        left: 0;
        width: 5px;
        height: 2px;
        border: 5px solid transparent;
        border-bottom-color: #08c;
        content: ''; }
      .product-view .prev-next-products .product-nav .product-pop .product-image {
        max-width: 80px;
        margin-bottom: 10px; }
      .product-view .prev-next-products .product-nav .product-pop .product-name {
        margin: 0;
        font-size: 11px;
        font-weight: 600; }
    .product-view .prev-next-products .product-nav.product-prev .product-pop {
      right: auto;
      left: 0;
      margin-left: -51px; }
      .product-view .prev-next-products .product-nav.product-prev .product-pop::before {
        right: auto;
        left: 60px; }
    .product-view .prev-next-products .product-nav.product-next .product-pop {
      right: 0;
      left: auto;
      margin-right: 2.5px; }
      .product-view .prev-next-products .product-nav.product-next .product-pop::before {
        right: 6px;
        left: auto; }
    .product-view .prev-next-products .product-nav:hover .product-pop {
      opacity: 1;
      visibility: visible; }
  .product-view .prev-next-products a {
    display: inline-block;
    color: #555;
    font-size: 17px;
    line-height: 28px; }
.product-view .product-name h1 {
  margin: 15px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1; }
  .product-view .product-name h1 a {
    color: #555; }
.product-view .short-description {
  padding: 5px 0 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  .product-view .short-description ul {
    padding-left: 1.5em;
    list-style: disc outside; }
    .product-view .short-description ul li {
      line-height: 20px;
      list-style: inherit; }
.product-view .product-type-data {
  margin: 0 0 20px; }
  .product-view .product-type-data .price_compare {
    display: inline-block;
    position: relative;
    margin-right: 7px;
    color: #c1c1c1;
    font-size: 22px;
    vertical-align: middle; }
  .product-view .product-type-data .price-box s {
    display: inline-block;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: line-through; }
  .product-view .product-type-data .price-box .price {
    display: inline-block;
    color: #3b3b3b;
    font-size: 33px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle; }
  .product-view .product-type-data .availability {
    margin: 0 0 5px;
    padding: 0; }
.product-view .porto-custom-block {
  padding: 23px 0 25px;
  border-bottom: solid 1px #e6e6e6; }
  @media (max-width: 991px) {
    .product-view .porto-custom-block {
      margin-top: 15px;
      float: none; } }
  .product-view .porto-custom-block .item {
    display: inline-block; }
    @media (max-width: 767px) {
      .product-view .porto-custom-block .item {
        display: block;
        width: 100%;
        padding-top: 15px; } }
    .product-view .porto-custom-block .item i {
      width: 50px;
      height: 50px;
      margin-right: 10px;
      float: left;
      border: 0;
      border-radius: 50%;
      color: #08c;
      font-size: 40px;
      line-height: 48px;
      text-align: center; }
    .product-view .porto-custom-block .item h3 {
      margin-left: 65px;
      color: #6b7a83;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .005em;
      line-height: 20px; }
.product-view .middle-product-detail {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }
  .product-view .middle-product-detail .review-product-details {
    padding: 5px 0 0; }
    .product-view .middle-product-detail .review-product-details .spr-icon {
      font-size: 13px; }
.product-view .product-options {
  position: relative;
  margin: 20px 0 0;
  border-bottom: 1px solid #ebebeb; }
  .product-view .product-options .selector-wrapper {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 5px 0; }
    .product-view .product-options .selector-wrapper label {
      display: inline-block;
      min-width: 65px;
      margin-right: 10px;
      color: #333;
      text-transform: uppercase;
      vertical-align: middle; }
    .product-view .product-options .selector-wrapper select {
      display: inline-block;
      min-width: 120px; }
  .product-view .product-options .swatch {
    margin-bottom: 25px; }
    .product-view .product-options .swatch .header {
      display: inline-block;
      min-width: 65px;
      margin-right: 8px;
      margin-bottom: 0;
      color: #21293c;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: .005em;
      line-height: 1.3;
      text-transform: uppercase;
      vertical-align: middle; }
    .product-view .product-options .swatch .variant-items {
      display: inline-block;
      vertical-align: middle; }
    .product-view .product-options .swatch .swatch-element input {
      display: none; }
      .product-view .product-options .swatch .swatch-element input .img {
        position: relative;
        border-color: #666; }
    .product-view .product-options .swatch .swatch-element.square input:checked + label {
      position: relative;
      color: #fff;
      cursor: default; }
    .product-view .product-options .swatch .swatch-element.square.color input:checked + label:not(.swatch-image)::before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 12px;
      margin-top: -6px;
      color: #fff;
      font-family: FontAwesome;
      font-size: 11px;
      line-height: 12px;
      text-align: center;
      text-indent: 0;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      content: '\f00c'; }
    .product-view .product-options .swatch .swatch-element.square.color input:checked + label:not(.swatch-image)[for^='swatch-1-white']::before {
      color: #333; }
    .product-view .product-options .swatch .swatch-element.square.color input label:not(.swatch-image)::before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 12px;
      margin-top: -6px;
      color: #fff;
      font-family: FontAwesome;
      font-size: 11px;
      line-height: 12px;
      text-align: center;
      text-indent: 0;
      content: '\f00c'; }
    .product-view .product-options .swatch .swatch-element.square.color input label:not(.swatch-image)[for^='swatch-1-white']::before {
      color: #333; }
    .product-view .product-options .swatch .swatch-element:not(.square) input:checked + label::after {
      border-color: #000; }
    .product-view .product-options .swatch .swatch-element {
      position: relative;
      margin: 0 4px 0 0;
      float: left;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translateZ(0);
      cursor: pointer; }
      .product-view .product-options .swatch .swatch-element.color.square label {
        border: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
        cursor: pointer; }
        .product-view .product-options .swatch .swatch-element.color.square label.swatch-image {
          border: 1px solid transparent; }
        .product-view .product-options .swatch .swatch-element.color.square label[for^='swatch-1-white'] {
          border: #ececec solid 1px; }
        .product-view .product-options .swatch .swatch-element.color.square label img {
          float: left; }
      .product-view .product-options .swatch .swatch-element.color.square.size-small label {
        width: 22px;
        min-width: 22px;
        height: 22px; }
      .product-view .product-options .swatch .swatch-element.color.square.size-medium label {
        width: 32px;
        height: 32px; }
      .product-view .product-options .swatch .swatch-element.color.square.size-large label {
        width: 38px;
        height: 38px; }
      .product-view .product-options .swatch .swatch-element .crossed-out {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .product-view .product-options .swatch .swatch-element.soldout .crossed-out {
        display: block; }
      .product-view .product-options .swatch .swatch-element:hover .tooltip {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        filter: alpha(opacity=100); }
      .product-view .product-options .swatch .swatch-element.square label {
        min-width: 32px;
        margin: 0;
        float: left;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        color: #636363;
        font-size: 11px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        cursor: pointer; }
      .product-view .product-options .swatch .swatch-element.square:hover label {
        color: #fff; }
      .product-view .product-options .swatch .swatch-element:not(.square) {
        margin-right: 15px; }
        .product-view .product-options .swatch .swatch-element:not(.square) label {
          width: auto;
          min-width: 25px;
          margin: 0;
          margin-right: 10px;
          padding: 0;
          float: left;
          color: #333;
          font-size: 16px;
          font-weight: 600;
          line-height: 28px;
          text-align: center;
          text-transform: uppercase;
          white-space: nowrap;
          cursor: pointer; }
          .product-view .product-options .swatch .swatch-element:not(.square) label::after {
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            border-bottom: 2px solid transparent;
            content: ''; }
    .product-view .product-options .swatch .tooltip {
      display: block;
      position: absolute;
      bottom: 100%;
      margin-bottom: 10px;
      padding: 6px;
      background-color: #202020;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-sizing: border-box;
      color: #fff;
      filter: alpha(opacity=0);
      font-size: 10px;
      opacity: 0;
      text-align: center;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      transition: all .25s ease-out;
      visibility: hidden;
      z-index: 10000; }
      .product-view .product-options .swatch .tooltip::before {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 20px;
        content: ' '; }
      .product-view .product-options .swatch .tooltip::after {
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
        border-top: solid #202020 10px;
        border-right: solid transparent 10px;
        border-left: solid transparent 10px;
        border-width: 5px 5px 0;
        content: ' '; }
    .product-view .product-options .swatch .img {
      display: inline-block;
      margin: 0;
      padding: 5px;
      transition: all .2s ease-in-out;
      border: 1px solid #e0e0e0;
      line-height: 0;
      box-shadow: inset 0 0 1px #e0e0e0;
      vertical-align: middle;
      cursor: pointer; }
      .product-view .product-options .swatch .img i {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 0;
        background-position: center center;
        background-size: cover;
        cursor: pointer; }
.product-view .actions-wrapper .add-to-cart {
  padding: 13px 30px 10px;
  overflow: hidden; }
  .product-view .actions-wrapper .add-to-cart .input-box {
    margin: 12px 20px 5px 0; }
    .product-view .actions-wrapper .add-to-cart .input-box .items {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: medium none;
      background-color: #f1f1f1;
      color: #9aa7af;
      line-height: 30px;
      text-align: center;
      cursor: pointer; }
      .product-view .actions-wrapper .add-to-cart .input-box .items:hover {
        background-color: #181818;
        color: #fff; }
    .product-view .actions-wrapper .add-to-cart .input-box input {
      display: inline-block;
      width: 35px !important;
      height: 30px;
      margin: 0;
      border: 1px solid #f1f1f1;
      color: #9aa7af;
      text-align: center;
      box-shadow: none; }
  .product-view .actions-wrapper .add-to-cart .button-wrapper {
    display: inline-block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    overflow: hidden; }
    .product-view .actions-wrapper .add-to-cart .button-wrapper > div {
      position: relative;
      top: 0;
      margin-top: 10px;
      margin-right: 5px;
      padding: 0 10px;
      float: left;
      border-right: #575454 solid 1px;
      font-size: 18px;
      font-style: normal;
      line-height: 32px; }
    .product-view .actions-wrapper .add-to-cart .button-wrapper .btn-cart {
      display: inline-block;
      width: auto; }
    .product-view .actions-wrapper .add-to-cart .button-wrapper span {
      display: inline-block;
      position: relative;
      height: 50px;
      padding: 0 5px;
      color: #fff;
      font-size: 12px;
      letter-spacing: .05em;
      line-height: 50px;
      vertical-align: top;
      z-index: 1; }
.product-view .product-options-bottom {
  margin-top: 25px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb; }
  .product-view .product-options-bottom .price-box {
    display: none; }
  .product-view .product-options-bottom .add-to-cart-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    .product-view .product-options-bottom .add-to-cart-box ul {
      margin: 0; }
      .product-view .product-options-bottom .add-to-cart-box ul li {
        display: inline-block; }
    .product-view .product-options-bottom .add-to-cart-box .input-box {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 60px;
      margin-right: 5px;
      margin-bottom: 20px; }
      .product-view .product-options-bottom .add-to-cart-box .input-box label {
        display: none !important; }
      .product-view .product-options-bottom .add-to-cart-box .input-box input {
        width: calc(100% - 20px);
        max-width: 100px;
        height: 38px;
        margin-right: 3px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        color: #3b3b3b;
        font-size: 14px;
        font-weight: 400;
        text-align: center; }
      .product-view .product-options-bottom .add-to-cart-box .input-box .plus-minus .items i {
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        color: #ccc;
        font-size: 8px;
        line-height: 14px;
        text-align: center;
        cursor: pointer; }
      .product-view .product-options-bottom .add-to-cart-box .input-box .plus-minus .increase {
        margin-bottom: 6px; }
    .product-view .product-options-bottom .add-to-cart-box .actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: auto;
      margin-bottom: 20px; }
      .product-view .product-options-bottom .add-to-cart-box .actions .action-list.wishlist {
        margin-left: 5px; }
        .product-view .product-options-bottom .add-to-cart-box .actions .action-list.wishlist:hover {
          opacity: .9; }
    .product-view .product-options-bottom .add-to-cart-box .button-wrapper {
      position: relative; }
      .product-view .product-options-bottom .add-to-cart-box .button-wrapper .btn-cart {
        display: block;
        height: 38px;
        transition: all 300ms ease;
        border: 0;
        border-radius: 5px;
        background: #3b3b3b;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 38px;
        text-decoration: none; }
        .product-view .product-options-bottom .add-to-cart-box .button-wrapper .btn-cart i {
          margin-right: 10px; }
        .product-view .product-options-bottom .add-to-cart-box .button-wrapper .btn-cart span {
          height: auto;
          line-height: 33px; }
        .product-view .product-options-bottom .add-to-cart-box .button-wrapper .btn-cart:hover {
          opacity: .9; }
      .product-view .product-options-bottom .add-to-cart-box .button-wrapper .button-wrapper-content i {
        position: absolute;
        left: 12px;
        padding-right: 10px;
        color: white;
        font-size: 14px;
        line-height: 38px;
        z-index: 3; }
      .product-view .product-options-bottom .add-to-cart-box .button-wrapper .button-wrapper-content .btn-cart {
        padding-right: 16px !important;
        padding-left: 42px;
        text-align: center; }
  .product-view .product-options-bottom .wishlist a span {
    display: none;
    margin: 0 15px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle; }
.product-view .addthis_toolbox {
  margin-top: 20px; }
.product-view .product-tabs.vertical {
  display: -ms-flexbox;
  display: flex; }
  .product-view .product-tabs.vertical > ul {
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    margin-top: -1px; }
    @media (min-width: 768px) {
      .product-view .product-tabs.vertical > ul {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
    .product-view .product-tabs.vertical > ul li {
      display: block;
      margin-right: 0;
      margin-bottom: 5px;
      float: none;
      border-top: 1px solid #eee !important;
      border-bottom: 1px solid #dae2e6;
      border-left-width: 2px;
      border-radius: 3px 0 0 3px; }
      @media (min-width: 768px) {
        .product-view .product-tabs.vertical > ul li {
          border-right: 0; } }
      .product-view .product-tabs.vertical > ul li a {
        display: block;
        width: 100%;
        min-width: 220px;
        margin-bottom: -1px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid transparent; }
  .product-view .product-tabs.vertical .tab-content {
    width: 100%;
    padding-top: 0;
    border: 0; }
  .product-view .product-tabs.vertical .product-tab-content .tab-content {
    padding-top: 0;
    border-top: 0; }
    @media (max-width: 767px) {
      .product-view .product-tabs.vertical .product-tab-content .tab-content {
        padding-left: 0; } }
    .product-view .product-tabs.vertical .product-tab-content .tab-content #shopify-product-reviews {
      width: 100%;
      float: left;
      clear: none; }
.product-view .product-tabs > ul {
  position: relative;
  bottom: -2px;
  overflow: hidden; }
  .product-view .product-tabs > ul li {
    margin-right: 1px;
    background-color: #f4f4f4; }
    .product-view .product-tabs > ul li a {
      display: inline-block;
      padding: 10px 15px;
      border: 1px solid #eee;
      border-width: 3px 1px 0;
      border-radius: 5px 5px 0 0;
      font-size: 14px;
      line-height: 1; }
.product-view .product-tabs .tab-content {
  min-height: 200px;
  padding: 37px 15px;
  border: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  box-shadow: 0 1px 2px #eee; }
  .product-view .product-tabs .tab-content.active {
    display: block; }
  .product-view .product-tabs .tab-content ul {
    padding-left: 1.5em;
    list-style: disc outside; }
    .product-view .product-tabs .tab-content ul li {
      line-height: 20px;
      list-style: inherit; }
    .product-view .product-tabs .tab-content ul.unordered-list {
      margin-bottom: 15px;
      padding-left: 3em;
      list-style: none; }
      .product-view .product-tabs .tab-content ul.unordered-list li {
        line-height: 36px;
        list-style: inherit; }
        .product-view .product-tabs .tab-content ul.unordered-list li::before {
          margin-right: 12px;
          color: #333;
          font-family: porto;
          font-size: 12px;
          content: '\e84e'; }
  .product-view .product-tabs .tab-content .product-tabs-content-inner p {
    margin: 0 0 15px;
    line-height: 1.5; }
  .product-view .product-tabs .tab-content .product-tabs-content-inner .spr-container {
    padding: 0;
    border: 0; }
    .product-view .product-tabs .tab-content .product-tabs-content-inner .spr-container .spr-header h2.spr-header-title {
      margin: 0 0 15px;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
    .product-view .product-tabs .tab-content .product-tabs-content-inner .spr-container .spr-content .spr-form {
      border-color: #ccc !important; }
.product-view .product-tab-accordion .panel {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none; }
  .product-view .product-tab-accordion .panel + .panel {
    margin-top: 5px; }
  .product-view .product-tab-accordion .panel.panel-default .panel-heading {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none; }
    .product-view .product-tab-accordion .panel.panel-default .panel-heading .panel-title {
      margin-top: 0;
      margin-bottom: 0;
      color: inherit;
      font-size: 16px; }
      .product-view .product-tab-accordion .panel.panel-default .panel-heading .panel-title a {
        display: block;
        position: relative;
        min-height: 20px;
        padding: 12px 20px 12px 10px;
        transition: all .3s;
        border: 0;
        border-left: 3px solid #08c;
        border-radius: 5px;
        background-color: #08c;
        color: #fff;
        font-size: 15px;
        font-weight: 400; }
        .product-view .product-tab-accordion .panel.panel-default .panel-heading .panel-title a.collapsed {
          background-color: #f4f4f4;
          color: #3b3b3b; }
          .product-view .product-tab-accordion .panel.panel-default .panel-heading .panel-title a.collapsed::after {
            color: #08c;
            content: '\e814'; }
        .product-view .product-tab-accordion .panel.panel-default .panel-heading .panel-title a::after {
          display: block;
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -10px;
          color: #fff;
          font-family: 'porto';
          content: '\e80b'; }
.product-view .product-tab-accordion .product-tabs-content-inner {
  padding: 15px; }
  .product-view .product-tab-accordion .product-tabs-content-inner ul {
    padding-left: 1.5em;
    list-style: disc outside; }
.product-view .product-tabs-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 9; }
  .product-view .product-tabs-container.has-sticky-header {
    top: 46px; }
    .product-view .product-tabs-container.has-sticky-header.has-sticky-product {
      top: 137px; }
  .product-view .product-tabs-container.has-sticky-product {
    top: 91px; }
.product-view .shop-features {
  text-align: center; }
  .product-view .shop-features h2.shop-features-title {
    position: relative;
    margin: 30px 0;
    text-align: center; }
    .product-view .shop-features h2.shop-features-title span {
      display: inline-block;
      position: relative;
      padding: 0 12px;
      background-color: #fff;
      color: #313131;
      font-size: 15px;
      font-weight: 700;
      z-index: 1; }
    .product-view .shop-features h2.shop-features-title::before {
      display: block;
      position: absolute;
      top: 50;
      width: 100%;
      height: 1px;
      background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
      content: ''; }
  .product-view .shop-features i {
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 2px solid #ccc;
    border-radius: 50% !important;
    color: #333;
    font-size: 28px;
    line-height: 60px;
    text-align: center; }
  .product-view .shop-features h3 {
    margin: 20px 0 10px;
    color: #121214;
    font-size: 15px;
    line-height: 1; }
  .product-view .shop-features p {
    margin: 0 0 15px;
    padding: 0 10px;
    color: #777;
    font-size: 14px; }
  .product-view .shop-features a {
    margin: 0;
    font-size: 14px; }
.product-view .sticky-tab > li {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px; }
  .product-view .sticky-tab > li:first-child {
    padding-left: 0; }
  .product-view .sticky-tab > li > a {
    padding: 10px 0;
    color: #777; }
.product-view .tags {
  padding: 5px 0 0; }
  .product-view .tags span {
    color: #cacaca; }
.product-view .spr-form-contact {
  margin: 0 -15px; }
  .product-view .spr-form-contact .spr-form-contact-name {
    width: 100%;
    padding: 0 15px; }
  .product-view .spr-form-contact .spr-form-contact-email {
    width: 100%;
    padding: 0 15px; }
.product-view .spr-form-actions input.spr-button {
  padding: 9px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400; }
  .product-view .spr-form-actions input.spr-button:hover {
    opacity: .9; }
.product-view .spr-form-review-rating label.spr-form-label {
  margin-right: 5px; }
.product-view .spr-form-review-rating .spr-form-input .spr-icon {
  font-size: 100%; }
.product-view .spr-form-contact-name {
  margin-bottom: 20px; }
.product-view input.spr-form-input {
  width: 100%;
  height: 38px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #777;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 13px; }
.product-view .spr-form-label {
  position: relative;
  margin-bottom: 10px;
  float: left;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle; }
  .product-view .spr-form-label::after {
    color: red;
    content: '*'; }
.product-view .spr-reviews .spr-review {
  position: relative;
  min-height: 90px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 100px;
  padding: 20px;
  border: 0;
  background: #f5f7f7; }
  .product-view .spr-reviews .spr-review::before {
    position: absolute;
    top: 0;
    left: -100px;
    width: 65px;
    height: 65px;
    background: url(avatar.jpg) no-repeat center center;
    content: ''; }
  .product-view .spr-reviews .spr-review::after {
    position: absolute;
    top: 28px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #f5f7f7;
    border-bottom: 15px solid transparent;
    content: ''; }
  .product-view .spr-reviews .spr-review .spr-starratings {
    position: absolute;
    right: 15px;
    font-size: 9px; }
  .product-view .spr-reviews .spr-review .spr-review-header-title {
    display: inline-block;
    color: #777;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 25px; }
    .product-view .spr-reviews .spr-review .spr-review-header-title::after {
      padding-right: 0;
      padding-left: 4px;
      content: '-'; }
  .product-view .spr-reviews .spr-review .spr-review-header-byline {
    margin: 0;
    color: #999;
    font-size: .9em;
    font-style: inherit;
    opacity: 1; }
    .product-view .spr-reviews .spr-review .spr-review-header-byline strong {
      color: #999;
      font-size: .9em;
      font-weight: 400; }
  .product-view .spr-reviews .spr-review .spr-review-content-body {
    font-size: 13px; }
  .product-view .spr-reviews .spr-review .spr-review-content {
    margin: 0; }
    .product-view .spr-reviews .spr-review .spr-review-content p {
      margin: 0 !important; }
  .product-view .spr-reviews .spr-review .spr-review-footer {
    display: none; }
  .product-view .spr-reviews .spr-review .spr-review-footer a {
    float: left; }
.product-view .spr-form-input-textarea {
  height: 10em;
  max-height: 150px; }
.product-view .spr-form-actions {
  margin: 1em 0 0;
  padding: 8px 0 0; }
.product-view .sizes-table {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  color: #21293c;
  font-size: 14px;
  text-transform: uppercase;
  border-collapse: collapse; }
  .product-view .sizes-table thead th {
    padding: 30px 0 30px 10px;
    background: #f4f4f2;
    font-weight: 600; }
  .product-view .sizes-table thead th:first-child,
  .product-view .sizes-table tbody th {
    padding-left: 30px; }
  .product-view .sizes-table tbody tr:nth-child(2n) > * {
    background: #ebebeb; }
  .product-view .sizes-table tbody td {
    padding: 12px 0 12px 10px;
    font-weight: bold; }
.product-view .products-related {
  background-color: inherit; }
  .product-view .products-related h3.title-widget span.inner {
    background-color: #fff; }
.product-view .spr-badge-caption {
  cursor: pointer; }

.popup-quick-view {
  position: relative;
  max-width: 900px;
  margin: 40px auto;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  text-align: left; }
  .popup-quick-view .product-essential {
    overflow: hidden; }
    .popup-quick-view .product-essential .product-img-box .product-image .product-image-gallery {
      padding: 0;
      border: 0;
      border-radius: 0; }
    .popup-quick-view .product-essential .product-img-box .more-views-horizontal .product-image-thumbs .item {
      padding: 0 3px; }
      .popup-quick-view .product-essential .product-img-box .more-views-horizontal .product-image-thumbs .item a {
        padding: 0;
        border: 0;
        border-radius: 0; }

.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  z-index: 14; }
  .sticky-product.has-sticky-header {
    top: 46px; }
  .sticky-product > .container {
    position: relative; }
  .sticky-product .sticky-image,
  .sticky-product .sticky-detail {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle; }
  .sticky-product .sticky-detail {
    width: 70%; }
  .sticky-product .sticky-detail .product-name-area {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    vertical-align: top; }
    .sticky-product .sticky-detail .product-name-area .product-name {
      margin: 0 0 5px;
      color: #777;
      font-size: 16px;
      font-weight: 600;
      line-height: 25px; }
  .sticky-product .ratings,
  .sticky-product .sticky-detail .availability {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 25px;
    vertical-align: top; }
  .sticky-product .ratings .spr-badge-starrating {
    margin: 0 15px 0 0; }
  .sticky-product .price-box {
    margin: 10px 0 5px; }
    .sticky-product .price-box .price {
      display: inline-block;
      color: #444;
      font-size: 20px;
      font-weight: 600;
      line-height: 1;
      vertical-align: middle; }
  .sticky-product .add-to-cart-clone {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -19px; }

.product_view_fullwidth_carousel .product-view .product-img-box,
.product_view_fullwidth_carousel .product-view .product-shop {
  margin-bottom: 0; }
.product_view_fullwidth_carousel .product-view .product-shop-wrapper {
  position: relative; }
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .product-image-list {
  position: relative; }
@media (min-width: 768px) {
  .product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .active + .active .item {
    position: relative; }
    .product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .active + .active .item::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.07);
      content: '';
      z-index: 1; }
  .product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .active + .active + .active .item::before {
    display: none; } }
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .owl-nav {
  opacity: 1; }
  .product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .owl-nav .owl-prev,
  .product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: auto;
    left: 10px;
    padding: 0;
    transform: translateY(-50%);
    border-radius: 0;
    color: #222;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1; }
  .product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .owl-nav .owl-next {
    right: 10px;
    left: auto; }
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list:hover .owl-nav {
  opacity: 1; }
.product_view_fullwidth_carousel .product-view .prev-next-products {
  margin-top: 5px; }
  @media (max-width: 991px) {
    .product_view_fullwidth_carousel .product-view .prev-next-products {
      display: none; } }
.product_view_fullwidth_carousel .product-view .top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }
  @media (max-width: 991px) {
    .product_view_fullwidth_carousel .product-view .top-right {
      position: relative; } }
.product_view_fullwidth_carousel .product-view .product-name h1 {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .product_view_fullwidth_carousel .product-view .product-name h1 {
      padding-right: 300px; } }
  @media (min-width: 992px) {
    .product_view_fullwidth_carousel .product-view .product-name h1 a {
      font-size: 38px; } }
.product_view_fullwidth_carousel .product-view .addthis_toolbox {
  margin-top: 2px;
  margin-left: 15px;
  float: right; }
  @media (max-width: 991px) {
    .product_view_fullwidth_carousel .product-view .addthis_toolbox {
      margin: 10px 0 5px;
      float: none; } }
.product_view_fullwidth_carousel .product-view .product-type-data {
  display: inline-block;
  margin: 15px 0 10px; }
  @media (max-width: 991px) {
    .product_view_fullwidth_carousel .product-view .product-type-data {
      display: block; } }
  .product_view_fullwidth_carousel .product-view .product-type-data .price-box .price {
    font-size: 30px;
    font-weight: 600; }
  .product_view_fullwidth_carousel .product-view .product-type-data .price_compare {
    margin-right: 10px;
    font-size: 30px;
    font-weight: 600; }
.product_view_fullwidth_carousel .product-view .porto-custom-block {
  margin-top: 10px;
  padding: 0;
  float: right;
  border-bottom: 0; }
.product_view_fullwidth_carousel .product-view .middle-product-detail {
  padding-bottom: 21px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
.product_view_fullwidth_carousel .product-view .short-description {
  padding: 25px 0 19px;
  border-bottom: 0; }
.product_view_fullwidth_carousel .product-view .product-inventory {
  margin: 0; }
.product_view_fullwidth_carousel .product-view .product-type-main {
  text-align: right;
  padding-top: 20px; }
  @media (max-width: 991px) {
    .product_view_fullwidth_carousel .product-view .product-type-main {
      text-align: left; } }
.product_view_fullwidth_carousel .product-view .product-options {
  display: inline-block;
  margin: 0;
  border: 0;
  vertical-align: middle; }
  .product_view_fullwidth_carousel .product-view .product-options .swatch {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .product_view_fullwidth_carousel .product-view .product-options .swatch .header {
        min-width: auto;
        margin-right: 18px; } }
.product_view_fullwidth_carousel .product-view .product-options-bottom {
  display: inline-block;
  margin-top: 0;
  border: 0;
  vertical-align: middle; }
  .product_view_fullwidth_carousel .product-view .product-options-bottom label.qty {
    display: inline-block;
    margin: 0 15px 20px 0;
    color: #21293c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .005em;
    text-transform: uppercase;
    vertical-align: middle; }
    @media (max-width: 480px) {
      .product_view_fullwidth_carousel .product-view .product-options-bottom label.qty {
        min-width: 56px; } }
  .product_view_fullwidth_carousel .product-view .product-options-bottom .add-to-cart-box .input-box {
    margin-right: 15px; }
    .product_view_fullwidth_carousel .product-view .product-options-bottom .add-to-cart-box .input-box input {
      font-size: 13px; }
.product_view_fullwidth_carousel .product-view .product-collateral {
  margin-top: 30px; }
.product_view_fullwidth_carousel .product-view .shopify-payment-button {
  display: inline-block;
  min-width: 150px;
  margin-top: 0;
  margin-left: 10px;
  padding-right: 0; }
  @media (max-width: 767px) {
    .product_view_fullwidth_carousel .product-view .shopify-payment-button {
      display: block;
      margin: 20px 0 0; } }

.product-view-fullwidth .product-img-box {
  position: relative; }
.product-view-fullwidth .product-view .fullwidth-row {
  width: 100% !important;
  margin-left: 0 !important; }
body:not(.full-width) .product-view-fullwidth .product-view .product-essential,
body:not(.full-width) .product-view-fullwidth .product-view .products-related {
  padding-right: 15px;
  padding-left: 15px; }
.product-view-fullwidth .product-view .product-img-box .product-img-list {
  position: relative; }
.product-view-fullwidth .product-view .product-img-box .product-image.product-image-verticle {
  display: block;
  width: 100%;
  padding-left: 0; }
  .product-view-fullwidth .product-view .product-img-box .product-image.product-image-verticle .product-image-gallery {
    padding: 0;
    border: 0;
    border-radius: 0; }
  .product-view-fullwidth .product-view .product-img-box .product-image.product-image-verticle img {
    max-height: 100%; }
.product-view-fullwidth .product-view .product-img-box .more-views-verticle {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3; }
  @media (max-width: 767px) {
    .product-view-fullwidth .product-view .product-img-box .more-views-verticle {
      top: 15px;
      left: 15px; } }
  .product-view-fullwidth .product-view .product-img-box .more-views-verticle .media-list .verticl-carousel a {
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: rgba(244, 244, 244, 0.5); }
.product-view-fullwidth .product-view .product-name h1 {
  padding-bottom: 5px; }
  .product-view-fullwidth .product-view .product-name h1 a {
    color: #21293c;
    font-size: 40px;
    line-height: 1; }
    @media (max-width: 1680px) {
      .product-view-fullwidth .product-view .product-name h1 a {
        font-size: 30px; } }
.product-view-fullwidth .product-view .product-shop .review-product-details {
  margin-bottom: 10px; }
.product-view-fullwidth .product-view .product-shop .product-inventory {
  margin: 0; }
.product-view-fullwidth .product-view .porto-custom-block {
  margin-bottom: 18px;
  padding: 0 0 3px;
  border-bottom: 0; }
  .product-view-fullwidth .product-view .porto-custom-block .item {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: .8em 2em;
    float: none;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); }
    .product-view-fullwidth .product-view .porto-custom-block .item h3 {
      margin: 0;
      color: #2e3539;
      font-size: 12px;
      font-weight: 600;
      line-height: 17px; }
.product-view-fullwidth .product-view .product-type-data {
  margin-bottom: 10px; }
  .product-view-fullwidth .product-view .product-type-data .price-box .price {
    font-size: 30px;
    font-weight: 600; }
.product-view-fullwidth .product-view .short-description {
  padding: 5px 0 0;
  border: 0; }
.product-view-fullwidth .product-view .middle-product-detail {
  padding-bottom: 5px;
  border: 0; }
.product-view-fullwidth .product-view .product-options {
  margin-top: 37px;
  border: 0; }
  .product-view-fullwidth .product-view .product-options .swatch {
    display: inline-block;
    margin-right: 23px; }
    .product-view-fullwidth .product-view .product-options .swatch .header {
      min-width: auto;
      margin-right: 18px; }
      @media (max-width: 767px) {
        .product-view-fullwidth .product-view .product-options .swatch .header {
          min-width: 55px; } }
.product-view-fullwidth .product-view .product-options-bottom {
  margin-top: 24px;
  margin-bottom: 25px;
  border: 0; }
.product-view-fullwidth .product-view .product-collateral {
  margin-top: 40px; }
.product-view-fullwidth .product-view .product-tabs .tab-content ul.unordered-list {
  padding-left: 0; }
.product-view-fullwidth .product-view .products-related {
  padding: 41px 50px 36px;
  background-color: #f4f4f4; }
  @media (max-width: 1199px) {
    .product-view-fullwidth .product-view .products-related {
      padding: 41px 30px 36px; } }
  @media (max-width: 575px) {
    .product-view-fullwidth .product-view .products-related {
      padding: 41px 10px 36px; } }
  .product-view-fullwidth .product-view .products-related h3.title-widget span.inner {
    background-color: #f4f4f4; }
.product-view-fullwidth .zoomContainer {
  display: none !important; }

.product_view_grid_image .product-view .product-image-grid {
  position: relative;
  margin-bottom: 30px; }
  .product_view_grid_image .product-view .product-image-grid img {
    width: 100%; }
.product_view_grid_image .product-view .product-type-data .price-box .price {
  display: inline-block;
  font-family: 'Oswald';
  font-size: 25px;
  font-weight: 500;
  line-height: 1; }
.product_view_grid_image .product-view .product-type-data .price_compare {
  margin-right: 10px;
  font-family: 'Oswald';
  font-size: 18px; }
.product_view_grid_image .product-view .middle-product-detail {
  border: 0; }
.product_view_grid_image .product-view .product-options {
  border: 0; }
  .product_view_grid_image .product-view .product-options .swatch {
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #dae2e6; }
.product_view_grid_image .product-view .product-options-bottom {
  display: block;
  border: 0; }
.product_view_grid_image .product-view .porto-custom-block {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  overflow: hidden; }
  .product_view_grid_image .product-view .porto-custom-block .item {
    display: inline-block;
    padding-right: 15px;
    text-align: left; }

.clear-both {
  clear: both; }

.product-view-sticky-left-right .product-view .product-essential > div.row {
  margin: 0 -10px; }
  .product-view-sticky-left-right .product-view .product-essential > div.row > .product-shop, .product-view-sticky-left-right .product-view .product-essential > div.row > .product-img-box {
    padding-right: 10px;
    padding-left: 10px; }
.product-view-sticky-left-right .product-view .product-summary-before {
  margin-bottom: 17px; }
.product-view-sticky-left-right .product-view .product-name {
  margin-right: 20px;
  float: left; }
  @media (max-width: 1199px) {
    .product-view-sticky-left-right .product-view .product-name {
      max-width: 450px; } }
  @media (max-width: 767px) {
    .product-view-sticky-left-right .product-view .product-name {
      max-width: 277px; } }
  .product-view-sticky-left-right .product-view .product-name h1 {
    margin: 0; }
    @media (min-width: 1200px) {
      .product-view-sticky-left-right .product-view .product-name h1 a {
        font-size: 32px; } }
.product-view-sticky-left-right .product-view .prev-next-products {
  position: relative;
  float: left; }
  @media (min-width: 1200px) {
    .product-view-sticky-left-right .product-view .prev-next-products {
      top: 3px; } }
.product-view-sticky-left-right .product-view .review-product-details {
  clear: both; }
.product-view-sticky-left-right .product-view .porto-custom-block {
  display: none; }
  .product-view-sticky-left-right .product-view .porto-custom-block .item {
    display: block;
    padding-bottom: 10px; }
    .product-view-sticky-left-right .product-view .porto-custom-block .item i {
      width: auto;
      height: auto; }
      .product-view-sticky-left-right .product-view .porto-custom-block .item i::before {
        margin: 0; }
.product-view-sticky-left-right .product-view .product-options {
  margin-top: 0;
  border: 0; }
  .product-view-sticky-left-right .product-view .product-options .swatch {
    padding-bottom: 25px;
    border-bottom: 1px solid #dae2e6; }
.product-view-sticky-left-right .product-view .product-options-bottom {
  margin-top: 0;
  border-bottom: 0; }
  .product-view-sticky-left-right .product-view .product-options-bottom label.qty {
    display: inline-block !important;
    min-width: 65px;
    margin: 0 4px 20px 0;
    color: #21293c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .005em;
    text-transform: uppercase;
    vertical-align: middle; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product-view-sticky-left-right .product-view .product-options-bottom .add-to-cart-box .actions .action-list.wishlist {
      margin-top: 15px;
      margin-left: 0; } }
.product-view-sticky-left-right .product-view .product-img-box .product-image-grid {
  margin-bottom: 4px; }
  .product-view-sticky-left-right .product-view .product-img-box .product-image-grid img {
    width: 100%; }
.product-view-sticky-left-right .product-view .addthis_toolbox {
  margin-top: 0;
  float: right; }
  @media (max-width: 767px) {
    .product-view-sticky-left-right .product-view .addthis_toolbox {
      margin: 10px 0;
      float: left;
      clear: both; } }
.product-view-sticky-left-right .product-view .middle-product-detail {
  border-bottom: 0; }
.product-view-sticky-left-right .product-shop {
  position: relative; }

.product_view_sticky_right .product-view .product-collateral {
  clear: both; }
.product_view_sticky_right .product-view .product-shop {
  position: relative; }
.product_view_sticky_right .product-view .product-img-box .product-image-grid {
  margin-bottom: 4px; }
  .product_view_sticky_right .product-view .product-img-box .product-image-grid img {
    width: 100%; }
.product_view_sticky_right .product-view .product-name {
  width: calc(100% - 50px); }
  .product_view_sticky_right .product-view .product-name h1 {
    margin: 0;
    padding-bottom: 8px;
    line-height: 30px; }
.product_view_sticky_right .product-view .prev-next-products {
  position: absolute;
  top: 2px;
  right: 5px; }
.product_view_sticky_right .product-view .review-product-details {
  margin-bottom: 13px; }
.product_view_sticky_right .product-view .product-options-bottom {
  border-bottom: 0; }
.product_view_sticky_right .product-view .porto-custom-block {
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0;
  float: left;
  border-bottom: 0; }
  @media (max-width: 767px) {
    .product_view_sticky_right .product-view .porto-custom-block {
      margin-top: -20px; } }
  .product_view_sticky_right .product-view .porto-custom-block .item {
    display: inline-block;
    margin-right: 25px; }
    .product_view_sticky_right .product-view .porto-custom-block .item i {
      width: auto;
      height: auto; }
      .product_view_sticky_right .product-view .porto-custom-block .item i::before {
        margin: 0; }
.product_view_sticky_right .product-view .addthis_toolbox {
  margin-top: 0;
  margin-bottom: 2em;
  float: right; }
  @media (max-width: 991px) {
    .product_view_sticky_right .product-view .addthis_toolbox {
      width: 100%;
      float: left;
      clear: both; } }
.product_view_sticky_right .product-view .product-collateral {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f4f4f4; }
@media (min-width: 992px) {
  .product_view_sticky_right .product-view .product-tabs > ul li a {
    margin-right: 0;
    font-size: 18px; } }
.product_view_sticky_right .product-view .product-tabs .tab-content {
  background-color: transparent; }

.addthis_toolbox svg {
  display: block; }

.product_view_wide_grid .product-view .product-essential > div.row {
  margin: 0 -10px; }
  .product_view_wide_grid .product-view .product-essential > div.row > .product-shop,
  .product_view_wide_grid .product-view .product-essential > div.row > .product-img-box {
    padding-right: 10px;
    padding-left: 10px; }
.product_view_wide_grid .product-view .prev-next-products {
  position: absolute;
  top: 3px;
  right: 5px; }
.product_view_wide_grid .product-view .product-name {
  width: calc(100% - 40px); }
  .product_view_wide_grid .product-view .product-name h1 {
    margin: 0;
    padding-bottom: 8px;
    line-height: 30px; }
.product_view_wide_grid .product-view .review-product-details {
  margin-bottom: 13px; }
.product_view_wide_grid .product-view .middle-product-detail {
  border: 0; }
.product_view_wide_grid .product-view .porto-custom-block {
  padding: 0 0 10px;
  border-bottom: 0; }
  .product_view_wide_grid .product-view .porto-custom-block .item {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: .8em 2em;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); }
    .product_view_wide_grid .product-view .porto-custom-block .item h3 {
      margin: 0;
      color: #2e3539;
      font-size: 12px;
      font-weight: 600;
      line-height: 19px; }
.product_view_wide_grid .product-view .product-options {
  margin-top: 0;
  border: 0; }
  .product_view_wide_grid .product-view .product-options .swatch {
    padding-bottom: 25px;
    border-bottom: 1px solid #dae2e6; }
.product_view_wide_grid .product-view .product-options-bottom {
  margin-top: 0; }
  .product_view_wide_grid .product-view .product-options-bottom label.qty {
    display: inline-block !important;
    min-width: 65px;
    margin: 0 4px 20px 0;
    color: #21293c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .005em;
    text-transform: uppercase;
    vertical-align: middle; }

.product-main .collection-main-banner .category-image img {
  width: 100%; }

.actions .action-list {
  display: inline-block;
  vertical-align: middle; }
.actions .btn-cart {
  display: inline-block;
  height: 32px;
  padding: 0 10px 0 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 30px; }
.actions a.link-wishlist,
.actions a.link-compare {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #ed4949;
  border-radius: 5px;
  background-color: transparent;
  color: #ed4949;
  font-size: 17px;
  line-height: 32px;
  text-align: center; }
  .product-view .product-shop .actions a.link-wishlist, .product-view .product-shop
  .actions a.link-compare {
    width: 38px;
    height: 38px;
    border-radius: 3px;
    border-color: #f6a4a4;
    line-height: 36px; }
  .actions a.link-wishlist span,
  .actions a.link-compare span {
    display: none; }

.template-product .zoomContainer {
  display: none; }
.template-product .product-name {
  display: block; }

.zoomContainer {
  z-index: 14; }

.quickview-raised .zoomContainer {
  z-index: 1044; }

ul.form-list li {
  margin: 0 0 10px; }
  ul.form-list li label {
    position: relative;
    margin: 0 0 10px;
    float: left;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    z-index: 0; }
    ul.form-list li label em {
      position: absolute;
      top: 0;
      right: -8px;
      float: right;
      color: #eb340a;
      font-style: normal; }

.form-vertical .contact-form {
  padding: 20px 0 50px; }
  .form-vertical .contact-form h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0; }

.content-contact {
  padding: 20px 0 50px; }
  .content-contact h2.legend {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0; }
  .content-contact i {
    width: 43px;
    height: 43px;
    margin-bottom: 15px;
    float: left;
    border-radius: 6px;
    background-color: #3b3b3b;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    text-align: center; }
  .content-contact p {
    margin-bottom: 0;
    margin-left: 55px;
    font-size: 14px;
    line-height: 21px; }

.footer_2 .input-group {
  position: relative;
  width: 100%;
  max-width: 400px;
  float: left; }
  .footer_2 .input-group input {
    width: 95%;
    max-width: 370px;
    height: 48px;
    margin-bottom: 0;
    padding-right: 105px;
    padding-left: 15px;
    float: left;
    border: 0;
    border-radius: 0;
    background-color: #2c2c2c;
    color: #6b7074;
    font-size: 14px; }
  .footer_2 .input-group button {
    width: 120px;
    margin-left: -120px;
    float: left;
    border-left: solid 1px #3b3b3b;
    line-height: 48px;
    text-transform: uppercase; }
.footer_2 .social-icons {
  float: right; }
.footer_2 a {
  width: 48px;
  height: 48px;
  margin-right: 4px;
  margin-left: 0;
  float: left;
  border-radius: 0;
  background-color: #33332f;
  background-image: none;
  color: #fff;
  font-size: 18.6px;
  line-height: 46px;
  text-align: center;
  text-indent: 0; }
.footer_2 .footer-top-inner .block .block-title {
  margin-bottom: 13px;
  padding-top: 25px; }
.footer_2 .footer-top-inner {
  border-bottom: 1px solid #2c2c2c; }

.footer-wrapper {
  border-top: 0; }
  .footer-wrapper .footer_2 .footer_2,
  .footer-wrapper .footer_2 .footer-middle,
  .footer-wrapper .footer_2 .footer-bottom {
    margin: 0 auto;
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .footer-wrapper .footer_2 .footer_2 {
    padding: 15px 0 0;
    background-color: #f0f0ed;
    text-align: left; }
    .footer-wrapper .footer_2 .footer_2 .footer_top_subscribe h4 {
      margin: 0;
      float: left; }
      .footer-wrapper .footer_2 .footer_2 .footer_top_subscribe h4 p {
        line-height: 1.5; }
    .footer-wrapper .footer_2 .footer_2 .footer_top_subscribe .input-group {
      float: right; }
      .footer-wrapper .footer_2 .footer_2 .footer_top_subscribe .input-group input.input-group-field {
        min-width: 250px;
        max-width: 55%;
        height: 34px !important;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 2px;
        background: #fff;
        color: #777;
        font-size: 13px;
        line-height: 18px; }
      .footer-wrapper .footer_2 .footer_2 .footer_top_subscribe .input-group button {
        display: inline-block;
        width: 50px;
        height: 34px !important;
        margin-top: -3px;
        margin-left: -53px;
        border-left: 1px solid #ccc;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        color: inherit;
        font-weight: 400;
        line-height: 34px; }
    .footer-wrapper .footer_2 .footer_2 .footer-top-inner {
      border-bottom: 1px solid #2c2c2c; }
      .footer-wrapper .footer_2 .footer_2 .footer-top-inner .block .block-title {
        margin-bottom: 13px;
        padding-top: 25px; }
      .footer-wrapper .footer_2 .footer_2 .footer-top-inner .block .block-content {
        padding: 0;
        background-color: transparent; }
      .footer-wrapper .footer_2 .footer_2 .footer-top-inner .block-content {
        display: inline-block;
        vertical-align: middle; }
    .footer-wrapper .footer_2 .footer_2 .input-group {
      position: relative;
      width: 100%;
      max-width: 400px;
      float: left; }
      .footer-wrapper .footer_2 .footer_2 .input-group input {
        width: 95%;
        max-width: 370px;
        height: 48px;
        margin-bottom: 0;
        padding-right: 105px;
        padding-left: 15px;
        float: left;
        border: 0;
        border-radius: 0;
        background-color: #2c2c2c;
        color: #6b7074;
        font-size: 14px; }
      .footer-wrapper .footer_2 .footer_2 .input-group button {
        width: 120px;
        margin-left: -120px;
        float: left;
        border-left: solid 1px #3b3b3b;
        background: transparent;
        line-height: 48px;
        text-transform: uppercase; }
        .footer-wrapper .footer_2 .footer_2 .input-group button:hover {
          opacity: 1; }
  .footer-wrapper .footer_2 .footer-block-title {
    margin: 5px 0 15px;
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2; }
    .footer-wrapper .footer_2 .footer-block-title h3 {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: .075em;
      line-height: 19px;
      text-transform: uppercase; }
  .footer-wrapper .social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 7px;
    border-radius: 50%;
    background-color: #9e9e9e;
    color: white;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle; }
    .footer-wrapper .social-icons a:first-child {
      margin-left: 0; }
    .footer-wrapper .social-icons a:hover {
      background-color: #1ca8e3; }

.footer-top {
  padding: 15px 0;
  background-color: #f0f0ed; }
  .footer-top .footer_top_subscribe h4 {
    margin: 0;
    float: left; }
    .footer-top .footer_top_subscribe h4 p {
      line-height: 1.5; }
  .footer-top .footer_top_subscribe .newsletter-widget {
    float: right; }
    .footer-top .footer_top_subscribe .newsletter-widget input.input-group-field {
      min-width: 250px;
      max-width: 55%;
      height: 34px !important;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 2px;
      background: #fff;
      color: #777;
      font-size: 13px;
      line-height: 18px; }
    .footer-top .footer_top_subscribe .newsletter-widget button {
      display: inline-block;
      width: 50px;
      height: 34px !important;
      margin-left: -53px;
      border-left: 1px solid #ccc;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
      background: transparent;
      color: inherit;
      font-weight: 400;
      line-height: 34px; }

.footer-middle {
  position: relative;
  padding: 40px 0;
  background-color: #121214;
  color: #777;
  font-size: 13px; }
  .footer-middle a {
    color: white; }
    .footer-middle a:hover {
      color: white;
      text-decoration: underline; }
  .footer-middle ul li.theme-color i {
    color: #3b3b3b; }
  .footer-middle .footer-ribbon {
    position: absolute;
    margin: -56px 0 25px;
    padding: 10px 20px 6px;
    background-color: #3b3b3b;
    z-index: 2; }
    .footer-middle .footer-ribbon span {
      color: #fff;
      font-family: 'Shadows Into Light', cursive;
      font-size: 20px; }
    .footer-middle .footer-ribbon::before {
      display: block;
      position: absolute;
      top: 0;
      left: -10px;
      width: 7px;
      height: 0;
      border-top: 16px solid transparent;
      border-right: 10px solid #222;
      content: ''; }
  .footer-middle .info-footer .footer-block-title h3 {
    margin: 5px 0 20px;
    color: #313131;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2; }
    .footer-middle .info-footer .footer-block-title h3 span {
      padding: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: inherit;
      text-transform: none; }
  .footer-middle .info-footer .custom-footer-content {
    padding: 0;
    background-color: transparent; }
    .footer-middle .info-footer .custom-footer-content ul.footer-list {
      margin-top: -5px;
      padding: 0; }
      .footer-middle .info-footer .custom-footer-content ul.footer-list li {
        display: block;
        position: relative;
        padding: 10px 0;
        line-height: 1; }
        .footer-middle .info-footer .custom-footer-content ul.footer-list li i {
          margin-left: -5px;
          float: left; }
  .footer-middle .info-footer .footer_newsletter_subscribe .widget-newsletter-form {
    width: 100%;
    margin-top: 50px;
    padding: 0; }
    .footer-middle .info-footer .footer_newsletter_subscribe .widget-newsletter-form p.text {
      display: block;
      padding: 0;
      font-size: 13px;
      font-weight: 400;
      text-align: left; }
  .footer-middle ul.features {
    margin-top: -5px;
    padding: 0; }
    .footer-middle ul.features li {
      display: block;
      position: relative;
      padding: 10px 0;
      line-height: 1; }
      .footer-middle ul.features li i {
        margin-right: 3px;
        margin-left: -5px;
        float: left; }
  .footer-middle ul.contact-info {
    padding: 0; }
    .footer-middle ul.contact-info li {
      padding: 5px 0; }
      .footer-middle ul.contact-info li i {
        display: inline-block;
        float: left;
        color: #777;
        font-size: 14px;
        line-height: 18px;
        vertical-align: top; }
      .footer-middle ul.contact-info li p {
        display: inline-block;
        margin: 0;
        color: #777;
        vertical-align: top; }
      .footer-middle ul.contact-info li:first-child {
        padding-top: 0; }
  .footer-middle p {
    margin: 0 0 15px;
    color: #777;
    line-height: 1.5; }
  .footer-middle input {
    width: 100%;
    max-width: 300px;
    height: 30px;
    padding: 0 10px;
    float: left;
    border: 0;
    border-radius: 5px;
    background-color: #dcdcdc; }
  .footer-middle button {
    min-width: 75px;
    height: 30px;
    margin-left: -5px;
    padding: 0;
    border-radius: 0 5px 5px 0;
    color: white;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px; }
    .footer-middle button:hover {
      opacity: .9; }

.footer-middle-2 {
  background-color: #000; }

.footer-bottom {
  min-height: 50px;
  padding: 25px 0;
  background-color: #0c0c0c; }
  .footer-bottom .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
  .footer-bottom .footer-bottom-logo {
    margin-right: 45px; }
  .footer-bottom .custom-block ul li {
    display: inline;
    padding: 0 12px;
    border-right: 1px solid #bbb;
    font-size: 11px; }
    .footer-bottom .custom-block ul li:first-child {
      padding-left: 0; }
    .footer-bottom .custom-block ul li a {
      color: #777;
      font-size: 11px; }
      .footer-bottom .custom-block ul li a:hover {
        text-decoration: underline; }
  .footer-bottom .custom-block img {
    height: auto; }
  .footer-bottom .custom-block-1 {
    margin-left: 60px; }
  .footer-bottom address {
    margin-bottom: 0;
    line-height: 40px; }
    @media screen and (min-width: 992px) {
      .footer-bottom address {
        margin: 0 0 0 auto; } }

#back-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 9; }
  #back-top a .sticker-wrapper {
    position: relative;
    top: 0;
    right: 0;
    transition: all 100ms ease-in-out 0s; }
    #back-top a .sticker-wrapper .sticker {
      position: fixed;
      right: 15px;
      bottom: 0;
      width: 40px;
      height: 40px;
      padding: 11px 0;
      border-radius: 5px 5px 0 0;
      background-color: #404040;
      color: white;
      font-size: 16px;
      line-height: 1;
      text-align: center;
      z-index: 9999; }
      #back-top a .sticker-wrapper .sticker:hover {
        opacity: .9; }
  #back-top a:hover .sticker-wrapper {
    top: 0;
    right: 0; }

.template-index .fixed-position .footer-top,
.template-index .fixed-position .footer-middle {
  display: none; }
.template-index .fixed-position .footer-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 99; }

.box_footer .block-bottom .subcribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.newslettter .block-subscribe .block-title {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase; }
  .newslettter .block-subscribe .block-title span {
    color: #000; }
.newslettter .block-subscribe form {
  position: relative; }
  .newslettter .block-subscribe form .item {
    position: relative; }
  .newslettter .block-subscribe form #fc-response {
    display: block;
    padding: 8px 0;
    font-style: italic;
    font-weight: 400; }
  .newslettter .block-subscribe form .input-box {
    margin-right: 200px; }
    .newslettter .block-subscribe form .input-box input {
      width: 100%;
      height: 50px;
      margin: 0;
      padding: 0 15px;
      border: 0;
      box-shadow: none; }
  .newslettter .block-subscribe form .actions {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto; }
    .newslettter .block-subscribe form .actions .btn-button {
      height: 50px !important;
      padding: 0 60px;
      font-size: 12px;
      line-height: 50px; }
      .newslettter .block-subscribe form .actions .btn-button span {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px; }

.newsletterbox .block-subscribe {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 55%;
  text-align: center; }
  .newsletterbox .block-subscribe .block-title {
    padding-bottom: 25px;
    color: #333;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 30px;
    text-transform: uppercase; }
  .newsletterbox .block-subscribe .content {
    padding-bottom: 18px;
    color: #555;
    font-size: 13px;
    letter-spacing: .025em;
    line-height: 24px; }
  .newsletterbox .block-subscribe input.input-text {
    width: 100%;
    height: 47px;
    margin-bottom: 10px;
    border: #c3c2c2 solid 1px;
    text-align: center;
    box-shadow: none; }
  .newsletterbox .block-subscribe #mc-response {
    display: block;
    margin-bottom: 10px; }
  .newsletterbox .block-subscribe .subcriper_label {
    padding-top: 10px; }
.newsletterbox #cboxClose {
  top: 0;
  right: 0;
  bottom: auto;
  border: 0;
  background-color: #333;
  background-position: -10px -60px; }

.footer-wrapper .bestseller .sidebar-content .products-grid .item {
  width: 100%;
  max-width: 300px;
  padding: 0;
  float: none; }

.footer-wrapper .bestseller .sidebar-content {
  margin: 0;
  padding: 0 !important;
  background: none; }

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area h2.product-name {
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 400; }

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area .price-box .price {
  color: #fff;
  font-size: 15px;
  font-weight: 600; }

.footer-wrapper .footer-middle .info-footer .bestseller {
  margin-top: -10px; }

.footer-wrapper .bestseller .sidebar-content .products-grid {
  padding: 0 !important; }

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0 6px;
  clear: both; }

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .product-image-area {
  width: 33%;
  padding: 2px !important;
  float: left; }

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area {
  width: 66%;
  padding: 7px 16px;
  float: left;
  text-align: left; }

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area .ratings {
  background: none; }

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .product-image-area a.product-image {
  min-height: inherit; }

@media (min-width: 1200px) {
  width: 1170px; }
.active div.effect-pageLeft {
  -webkit-animation: pageLeft 600ms ease both;
  animation: pageLeft 600ms ease both;
  -webkit-animation-delay: 300ms; }

#resultLoading,
.cartloading {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  z-index: 99; }

.spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  content: '';
  z-index: 2;
  border-image: none;
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear; }
  .spinner::before {
    position: absolute;
    top: -2px;
    right: 0;
    left: -2px;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    border-top-color: inherit;
    content: '';
    -webkit-animation: spin 1.5s infinite ease;
    animation: spin 1.5s infinite ease; }

@media (min-width: 992px) {
  .a-right-sm {
    text-align: right; } }
@media (min-width: 768px) {
  .sidebar {
    padding-right: 12px; }

  .sidebar-product {
    padding-left: 9px; }

  .collection-content {
    padding-left: 12px; }

  .template-blog .sidebar {
    padding-left: 12px; }

  .template-index .header-container.container {
    width: auto !important;
    padding-right: 30px;
    padding-left: 30px; }
    .template-index .header-container.container .header-right-area {
      right: 0 !important; } }
@media (max-width: 767px) {
  .main-container .wishlist-table tr {
    border: solid 1px #f2f2f2; }
  .main-container .wishlist-table td:not(.delete) {
    display: block;
    width: 100% !important;
    padding: 10px 0;
    border: 0 !important; }
  .main-container .wishlist-table .product-code,
  .main-container .wishlist-table .unit-price,
  .main-container .wishlist-table .quantity,
  .main-container .wishlist-table .subtotal,
  .main-container .wishlist-table .addtocart {
    display: none; }
  .main-container .wishlist-table .delete {
    width: 65px !important; }
  .main-container .wishlist-table .product-name {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px); }
    .main-container .wishlist-table .product-name .image,
    .main-container .wishlist-table .product-name .image-comment {
      width: 100%;
      float: none;
      text-align: center; } }
@media (max-width: 480px) {
  .category-products .products-grid.columns4 li.item {
    width: 100% !important; } }
.collection-content {
  -ms-flex-order: 1;
  order: 1; }

.col-left {
  -ms-flex-order: 0;
  order: 0; }

.col-right {
  -ms-flex-order: 2;
  order: 2; }

.collection-main-banner .owl-dots {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0; }

.mobile-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  filter: alpha(opacity=0); }

.mobile-canvas-shown .block-main-canvas {
  right: 0; }
  .mobile-canvas-shown .block-main-canvas .canvas-inner {
    display: block;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    overflow-x: hidden;
    overflow-y: auto; }
  .mobile-canvas-shown .block-main-canvas .canvas-icon {
    opacity: 1;
    visibility: visible; }
    .mobile-canvas-shown .block-main-canvas .canvas-icon i::before {
      font-family: Porto;
      content: '\e82c'; }
.mobile-canvas-shown .mobile-canvas-overlay {
  opacity: .5;
  visibility: visible;
  filter: alpha(opacity=15); }
.mobile-canvas-shown .col-left .block-main-canvas {
  right: auto;
  left: 0; }
.mobile-canvas-shown .col-right .block-main-canvas {
  right: 0;
  left: auto; }
.mobile-canvas-shown .sidebar .block::before {
  display: none; }

.block-main-canvas .canvas-icon {
  position: absolute;
  top: 22%;
  right: -40px;
  width: 40px;
  height: 40px;
  transition: all .2s;
  border: #ccc solid 1px;
  border-left-width: 0;
  background-color: #fff;
  line-height: 51px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  z-index: 9; }
  .block-main-canvas .canvas-icon a {
    display: block;
    color: #7b858a;
    font-size: 17px;
    line-height: 38px; }
.block-main-canvas .close-canvas {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  font-size: 15px;
  text-align: center;
  cursor: pointer; }

@media (max-width: 991px) {
  .container {
    max-width: 100%; }

  .owl-carousel .owl-nav {
    display: none; }

  .col-left .block-main-canvas {
    right: auto;
    left: -260px; }

  .col-right .block-main-canvas {
    right: -260px;
    left: auto; }
    .col-right .block-main-canvas .canvas-icon {
      right: auto;
      left: -40px;
      border-right-width: 0;
      border-left-width: 1px; }

  .block-main-canvas {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 260px;
    padding: 0;
    transition: all .3s;
    background-color: #fff;
    z-index: 101; } }
.collection-flex-grid:not(.template-product) .category-products {
  margin: 0 -10px; }
.category-products .spr-badge {
  display: inline-block;
  padding-top: 0; }
  .category-products .spr-badge .spr-starrating .spr-icon {
    font-size: 11px; }
  .category-products .spr-badge .spr-badge-caption {
    display: none; }
  .category-products .spr-badge .amount {
    padding-left: 7px;
    float: left;
    line-height: 14px; }

.products-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products-grid .alt-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: all 500ms ease;
    opacity: 0;
    filter: alpha(opacity=0); }
    .products-grid .alt-img:hover {
      opacity: 1; }
  .products-grid .item {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    text-align: left; }
    .collection-flex-grid:not(.template-product) .products-grid .item {
      padding-right: 0;
      padding-left: 0; }
    body:not(.template-list-collections) .products-grid .item.product-layout-list {
      width: inherit !important;
      height: auto !important; }
      body:not(.template-list-collections) .products-grid .item.product-layout-list .item-inner {
        padding: 20px;
        background-color: #fbfbfb;
        overflow: hidden; }
      body:not(.template-list-collections) .products-grid .item.product-layout-list .product-action {
        width: 30%;
        float: left; }
        body:not(.template-list-collections) .products-grid .item.product-layout-list .product-action .actions {
          display: none; }
      body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content {
        width: 70%;
        padding: 0 25px 0 30px;
        float: left;
        text-align: left; }
        body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .product-name {
          margin-bottom: 7px;
          line-height: 18px; }
          body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .product-name a {
            color: #777;
            font-size: 20px; }
        body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .price {
          font-size: 17px; }
        body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .product-short-desc {
          display: block;
          padding-top: 10px; }
        body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions {
          display: block;
          width: 100%;
          margin-top: 15px;
          transition: all 300ms ease-in-out 0s;
          background: none;
          text-align: center;
          vertical-align: middle;
          overflow: hidden;
          z-index: 9; }
          body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions .action-list {
            display: inline-block;
            position: relative;
            width: 35px;
            height: 35px;
            margin: 0 10px 0 0;
            float: left;
            transition: all 300ms ease-in-out 0s;
            border: 0;
            vertical-align: top; }
            body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions .action-list.addtocart {
              width: auto !important;
              margin-right: 20px; }
            body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions .action-list .add-to-links li a {
              position: relative; }
          body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions .btn-cart {
            height: 35px;
            padding: 0 15px;
            transition: all 300ms ease-in-out 0s;
            border: #444645 solid 1px;
            background: none;
            color: #444645;
            font-size: 13px;
            font-weight: 700;
            line-height: 35px;
            text-align: center;
            text-transform: uppercase; }
            body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions .btn-cart span {
              height: 35px;
              line-height: 35px; }
            body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions .btn-cart:not(:hover) {
              background-color: transparent !important; }
          body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions a.link-wishlist,
          body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions a.link-compare {
            display: block;
            height: 35px;
            border: #e0e0e0 solid 1px;
            color: #acacac;
            font-size: 13px;
            line-height: 35px;
            text-align: center; }
            body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions a.link-wishlist:not(:hover),
            body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .actions a.link-compare:not(:hover) {
              background-color: transparent !important; }
        body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .box-right {
          position: relative;
          top: auto;
          right: auto; }
          body:not(.template-list-collections) .products-grid .item.product-layout-list .product-content .box-right .price-box {
            float: left; }
  .products-grid.owl-carousel.owl-theme {
    position: static; }
    .products-grid.owl-carousel.owl-theme .item {
      float: none; }
    .products-grid.owl-carousel.owl-theme .owl-controls {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%; }
      .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons {
        display: inline-block;
        width: 70px; }
    .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div {
      margin: 0;
      padding: 1px 0 0;
      background: none;
      color: #e5e5e5;
      font-size: 25px;
      opacity: 1; }
    .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev,
    .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
      display: block;
      position: relative;
      width: 35px;
      height: 28px;
      margin: 0;
      transition: all .3s ease-out 0s;
      border: 2px solid;
      border-color: inherit;
      border-radius: 0;
      font-size: 14px;
      line-height: 35px;
      opacity: 1;
      text-align: center; }
      .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev i,
      .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next i {
        position: relative;
        top: -2px;
        font-size: 25px;
        font-style: inherit; }
      .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev.owl-prev, .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev.owl-next,
      .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next.owl-prev,
      .products-grid.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next.owl-next {
        left: 1px;
        float: left; }
  .products-grid.columns2 li.item {
    width: 50%; }
  .products-grid.columns3 li.item {
    width: 33.33%; }
  .products-grid.columns4 li.item {
    width: 25%; }
  .products-grid.columns5 li.item {
    width: 20%; }
  .products-grid.columns6 li.item {
    width: 16.66%; }
  .products-grid.columns7 li.item {
    width: 14.28%; }
  .products-grid.columns8 li.item {
    width: 12.5%; }

.quickview-icon.loading i::before {
  opacity: 0; }
.quickview-icon.loading i::after {
  transition: opacity .25s ease;
  opacity: 1;
  -webkit-animation: load-spin 450ms infinite linear;
  animation: load-spin 450ms infinite linear; }
.quickview-icon i {
  position: relative; }
  .quickview-icon i::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    margin-left: -7.5px;
    transition: opacity 0s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-left-color: inherit;
    opacity: 0;
    vertical-align: middle;
    content: ''; }

.product-image-area {
  position: relative;
  margin-bottom: 14px;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  z-index: 0; }
  .product-image-area .loader-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 199; }
    .product-image-area .loader-container .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 24px;
      margin: -12px 0 0 -12px; }
  .product-image-area .product-image {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    z-index: 0; }
    .product-image-area .product-image img {
      position: relative;
      width: 100%;
      transition: all .3s;
      z-index: 2; }
      .product-image-area .product-image img.alt-img {
        position: absolute;
        opacity: 0 !important; }
  .product-image-area .product-label {
    position: absolute;
    top: 17px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    z-index: 3; }
    .product-image-area .product-label .onsale {
      text-align: center; }
      .product-image-area .product-label .onsale span {
        position: relative;
        padding: 7px 10px;
        border-radius: 4px;
        background-color: #e27c7c;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase; }
  .product-image-area .deal-label {
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 3px;
    color: #fff;
    font-size: 20px; }
    .product-image-area .deal-label::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      transition: all .3s;
      border: 26px solid transparent;
      border-radius: 3px;
      border-top-color: #e27c7c;
      border-left-color: #e27c7c;
      content: '';
      z-index: 1; }
    .product-image-area .deal-label i {
      position: relative;
      top: 1px;
      left: -1px;
      z-index: 2; }
  .product-image-area .bottom-home-dailydeal {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    opacity: .7;
    z-index: 9; }
  .product-image-area .product-date {
    width: 100%;
    padding: 6.5px 0;
    text-align: center;
    box-sizing: border-box; }
    .product-image-area .product-date div {
      display: block;
      padding: 4px 0;
      float: left;
      border-radius: 5px; }
      .product-image-area .product-date div:first-child {
        margin-left: 0; }
    .product-image-area .product-date span {
      display: inline-block;
      color: #fff;
      font-family: Oswald;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase; }
    .product-image-area .product-date .offer-endtext {
      font-size: 11px; }
  .product-image-area:hover .product-image .alt-img {
    opacity: 1 !important; }

.product-label.sold-out {
  top: 50%;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .product-label.sold-out div {
    display: block;
    position: relative;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #e27c7c;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }

.product-image-area .quickview-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  transition: .1s all;
  border-radius: 0 5px;
  background-color: #08c;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  z-index: 9; }

.details-area {
  position: relative;
  padding: 10px;
  text-align: center; }
  .details-area .actions {
    margin: 0 -10px; }
    .details-area .actions a,
    .details-area .actions .add-to-cart {
      margin: 10px 0;
      opacity: 0;
      visibility: hidden;
      filter: Alpha(Opacity=0); }
    .details-area .actions .btn-cart {
      opacity: 1 !important;
      visibility: visible !important; }
    .details-area .actions .add-to-cart,
    .details-area .actions .select-options {
      filter: Alpha(Opacity=100);
      opacity: 1;
      transition: .4s;
      visibility: visible; }
    .details-area .actions .link-wishlist {
      position: relative;
      right: -37px;
      transition: .4s; }
    .details-area .actions .link-compare {
      position: relative;
      left: -37px;
      transition: .4s; }

.product-name {
  display: inline-block;
  margin: 0;
  font-size: 14px; }

.ratings {
  margin: 7px 0;
  background: url(rating-bar.png) center no-repeat;
  font-size: 11px;
  line-height: 1; }

.price {
  margin: 10px 0 5px;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  line-height: 1; }
  .price .special-price {
    display: inline-block;
    margin: 0;
    line-height: 1; }

.product-short-desc {
  display: none; }

.has-compare {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.compare-price {
  display: inline-block;
  margin-right: 5px;
  color: #999;
  font-size: 14px;
  text-decoration: line-through; }

.configurable-swatch-list li {
  display: inline-block; }
.configurable-swatch-list a {
  display: inline-block;
  border: 1px solid transparent;
  line-height: 13px; }
.configurable-swatch-list i {
  display: inline-block;
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 1px;
  background-color: transparent !important;
  background-position: center center;
  background-size: cover;
  line-height: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  vertical-align: middle; }
  .configurable-swatch-list i:hover::before {
    position: absolute;
    top: 50%;
    left: -1px;
    width: 100%;
    height: 12px;
    margin-top: -7px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-indent: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    content: '\f00c'; }
.configurable-swatch-list .color-swatch {
  width: 16px;
  height: 16px; }
.configurable-swatch-list .image-swatch {
  width: 28px;
  height: 28px;
  box-shadow: none; }

.item-area:hover .quickview-icon {
  opacity: 1;
  visibility: visible; }
.item-area:hover .actions .link-wishlist {
  right: 0;
  opacity: 1;
  visibility: visible;
  filter: Alpha(Opacity=100); }
.item-area:hover .actions .link-compare {
  left: 0;
  opacity: 1;
  visibility: visible;
  filter: Alpha(Opacity=100); }
.item-area:hover .actions .btn-cart {
  margin-left: 0; }

.move-action .actions {
  position: absolute;
  bottom: 10px;
  left: 10px;
  transition: .2s;
  opacity: 0;
  visibility: hidden; }
  .move-action .actions .action-list {
    border-radius: 5px;
    background: #fff; }
  .move-action .actions .btn-cart {
    width: 32px !important;
    height: 32px;
    padding: 0;
    color: #3b3b3b;
    font-size: 17px;
    line-height: 32px;
    text-align: center; }
    .move-action .actions .btn-cart span {
      display: none; }
  .move-action .actions .quickview-icon {
    left: 0;
    width: 32px !important;
    height: 32px;
    padding: 0;
    font-size: 17px;
    line-height: 32px;
    text-align: center; }
.move-action .item-area:hover .actions {
  opacity: 1;
  visibility: visible; }

.hide-action .actions {
  display: none; }

.new-products .details-area {
  display: none; }
.new-products .product-image-area {
  margin-bottom: 0; }
.new-products .double .details-area {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 27px;
  background-color: rgba(204, 204, 204, 0.95);
  z-index: 3; }
.new-products .double .actions {
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9; }
.new-products .double .product-wishlist a {
  right: 0;
  border: 0;
  font-size: 20px; }

.filter-products .item-area {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 0 27px; }
.filter-products .product-image-area {
  position: relative;
  width: 33%;
  margin: 0;
  padding: 2px;
  border: 1px solid #dddddd;
  border-radius: 7px;
  border-image: initial;
  background: #fff;
  overflow: hidden;
  z-index: 0; }
  .filter-products .product-image-area .product-image {
    min-height: 60px; }
.filter-products .details-area {
  width: 66%;
  padding: 0 0 0 16px;
  text-align: left; }
.filter-products .product-name {
  display: inherit;
  font-size: 1em;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.filter-products .rating-box {
  margin: 4px 0 8px;
  line-height: 1; }
.filter-products .price {
  margin: 0;
  font-size: 15px;
  vertical-align: middle; }

.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  overflow: hidden; }
  .flex-grid .product-layout-grid {
    margin-top: -1px;
    margin-bottom: 0;
    padding-top: 0;
    transition: all .3s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #e3e4e4;
    z-index: 2; }
    .flex-grid .product-layout-grid:hover {
      border-top-color: #e3e4e4;
      border-bottom-color: #e3e4e4;
      background-color: #fff;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      z-index: 3; }
      .flex-grid .product-layout-grid:hover .item-area {
        padding: 10px 0 50px;
        box-shadow: none; }
    .flex-grid .product-layout-grid .item-area {
      width: 100%;
      margin-top: -1px;
      padding: 50px 0 10px;
      transition: all .3s;
      border-top: 1px solid #e3e4e4;
      box-shadow: none !important; }
    .flex-grid .product-layout-grid .product-image-area {
      padding-right: 10px !important;
      padding-left: 10px !important; }
    .flex-grid .product-layout-grid .details-area {
      margin-bottom: -20px;
      padding-bottom: 0; }
      .flex-grid .product-layout-grid .details-area .actions {
        margin: 0 -50px !important;
        transition: .3s;
        opacity: 0;
        visibility: hidden; }
        .flex-grid .product-layout-grid .details-area .actions a.link-wishlist {
          width: 40px;
          height: 40px;
          margin: 0;
          line-height: 40px;
          opacity: 1;
          visibility: visible; }
        .flex-grid .product-layout-grid .details-area .actions a.link-compare {
          width: 40px;
          height: 40px;
          margin: 0;
          line-height: 40px;
          opacity: 1;
          visibility: visible; }
        .flex-grid .product-layout-grid .details-area .actions .btn-cart {
          height: 40px;
          margin: 0;
          padding: 0 20px 0 15px;
          border: 0;
          color: #fff;
          font-size: 13px;
          line-height: 40px;
          text-transform: uppercase; }
    .flex-grid .product-layout-grid:hover .item-area .details-area .actions {
      opacity: 1;
      visibility: visible; }
    .flex-grid .product-layout-grid .quickview {
      right: 10px; }
  .flex-grid.columns2 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .flex-grid.columns3 li.item.nth-child-3np1 {
    border-left-color: transparent; }
  .flex-grid.columns4 li.item.nth-child-4np1 {
    border-left-color: transparent; }
  .flex-grid.columns5 li.item.nth-child-5np1 {
    border-left-color: transparent; }
  .flex-grid.columns6 li.item.nth-child-6np1 {
    border-left-color: transparent; }
  .flex-grid.columns7 li.item.nth-child-7np1 {
    border-left-color: transparent; }
  .flex-grid.columns8 li.item.nth-child-8np1 {
    border-left-color: transparent; }

.onepage-category .move-action .actions {
  left: inherit;
  padding: 0 15px;
  z-index: 3; }

.template-index .details-area .actions .configurable-swatch-list {
  display: none; }

.shop-by-collection .product-name a {
  color: #2b2b2d;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase; }

.bestseller-product .item-area {
  position: relative;
  margin: 10px 0; }
.bestseller-product .product-image-area {
  margin-bottom: 0; }
  .bestseller-product .product-image-area .product-image {
    min-height: auto; }
.bestseller-product .details-area {
  padding: 0;
  text-align: left; }
  .bestseller-product .details-area h2 {
    display: block;
    margin: 10px 0;
    padding-right: 10px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5; }
  .bestseller-product .details-area .ratings {
    height: 14px;
    margin: 3px 0;
    background: none;
    font-size: 11px;
    line-height: 1.25; }
  .bestseller-product .details-area .price {
    display: inline-block;
    vertical-align: middle; }

.product-layout-list .product-image-area {
  width: 26%;
  float: left; }
  .product-layout-list .product-image-area a.quickview-icon {
    display: inline-block; }
.product-layout-list .details-area {
  width: 74%;
  margin-top: 10px;
  padding: 0 20px;
  float: left;
  text-align: left; }
  .product-layout-list .details-area .product-name {
    font-size: 18px;
    line-height: 1; }
  .product-layout-list .details-area .ratings {
    margin: 10px 0;
    background: none; }
  .product-layout-list .details-area .product-short-desc {
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 1.5; }
  .product-layout-list .details-area .actions {
    margin: 0; }
    .product-layout-list .details-area .actions .action-list a.link-wishlist {
      right: 0 !important;
      transition: inherit;
      opacity: 1 !important;
      visibility: visible !important; }
    .product-layout-list .details-area .actions .action-list.addtocart {
      margin-right: 4px;
      float: left; }
    .product-layout-list .details-area .actions a.link-compare {
      left: 0 !important;
      transition: inherit;
      opacity: 1 !important;
      visibility: visible !important; }

.product_type_1 .icon-cart::before {
  content: '\e87f' !important; }
.product_type_1 .icon-wishlist::before {
  content: '\e889' !important; }
.product_type_1 .btn-cart {
  display: inline-block;
  height: 32px;
  padding: 0 10px 0 5px;
  border-radius: 5px;
  font-family: 'Oswald';
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 28px;
  text-transform: uppercase; }
  .product_type_1 .btn-cart i {
    display: inline-block;
    height: 30px;
    font-size: 17px;
    line-height: 27px;
    vertical-align: middle; }
  .product_type_1 .btn-cart span {
    display: inline-block;
    height: 30px;
    line-height: 29px;
    vertical-align: middle; }
.product_type_1 .item-area .price {
  margin: 7px 0 5px;
  color: #465157;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  line-height: 21px; }
.product_type_1 .item-area .ratings {
  background: none; }
.product_type_1 .item-area:hover .product-image-area {
  box-shadow: 0 13px 20px -5px rgba(0, 0, 0, 0.2); }
  .product_type_1 .item-area:hover .product-image-area a.quickview-icon {
    opacity: 1;
    visibility: visible;
    filter: Alpha(Opacity=100); }
.product_type_1 .item-area:hover .bottom-home-dailydeal {
  bottom: 45px; }
.product_type_1 .product-image-area .quickview-icon {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'Oswald';
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase; }
  .product_type_1 .product-image-area .quickview-icon i {
    transition: all .3s;
    opacity: 0; }
    .product_type_1 .product-image-area .quickview-icon i::before {
      opacity: 0; }
  .product_type_1 .product-image-area .quickview-icon span {
    margin-left: -17px;
    transition: all .3s; }
  .product_type_1 .product-image-area .quickview-icon.loading i {
    opacity: 1; }
  .product_type_1 .product-image-area .quickview-icon.loading span {
    margin-left: 0; }
.product_type_1 .product-image-area .actions {
  display: none; }
.product_type_1 .move-action .product-image-area .actions {
  display: block; }
  .product_type_1 .move-action .product-image-area .actions .btn-cart i::before {
    content: '\e87f' !important; }
  .product_type_1 .move-action .product-image-area .actions .link-wishlist i::before {
    content: '\e889' !important; }
.product_type_1 .move-action .product-image-area .quickview-icon {
  display: inline-block; }
.product_type_1 .hide-action .product-image-area .actions {
  display: none; }
.product_type_1 .bottom-home-dailydeal {
  transition: all .3s; }

#collection-main .product-layout-list .item-area,
.product_type_2 .product-layout-list .item-area {
  margin-bottom: 0;
  padding-bottom: 0; }
#collection-main .product-layout-list .details-area,
.product_type_2 .product-layout-list .details-area {
  position: static;
  padding: 0 20px;
  text-align: left; }
  #collection-main .product-layout-list .details-area .actions,
  .product_type_2 .product-layout-list .details-area .actions {
    position: static;
    opacity: 1; }
  #collection-main .product-layout-list .details-area .quickview-icon,
  .product_type_2 .product-layout-list .details-area .quickview-icon {
    width: 38px;
    height: 38px;
    line-height: 36px; }
  #collection-main .product-layout-list .details-area .price,
  .product_type_2 .product-layout-list .details-area .price {
    margin-bottom: 5px;
    padding-bottom: 0;
    border: 0; }
#collection-main .item-area,
.product_type_2 .item-area {
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 100px;
  overflow: hidden; }
#collection-main .details-area,
.product_type_2 .details-area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 27px 0 5px;
  transition: all .3s;
  background-color: #fff;
  text-align: center; }
  #collection-main .details-area .product-name,
  .product_type_2 .details-area .product-name {
    font-size: 16px; }
  #collection-main .details-area .actions,
  .product_type_2 .details-area .actions {
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 0;
    transition: all .3s;
    opacity: 0; }
    #collection-main .details-area .actions .select-options,
    .product_type_2 .details-area .actions .select-options {
      height: 38px;
      margin: 10px 1px;
      padding: 0 15px;
      transition: none;
      font-family: 'Oswald';
      font-size: 12px;
      line-height: 36px;
      text-transform: uppercase;
      opacity: 1;
      visibility: visible; }
      #collection-main .details-area .actions .select-options i,
      .product_type_2 .details-area .actions .select-options i {
        display: none; }
    #collection-main .details-area .actions .link-wishlist,
    .product_type_2 .details-area .actions .link-wishlist {
      position: relative;
      right: 0 !important;
      width: 38px;
      height: 38px;
      transition: none;
      line-height: 36px;
      opacity: 1 !important;
      visibility: visible !important; }
    #collection-main .details-area .actions .link-compare,
    .product_type_2 .details-area .actions .link-compare {
      position: relative;
      left: 0 !important;
      width: 38px;
      height: 38px;
      transition: none;
      line-height: 36px;
      opacity: 1 !important;
      visibility: visible !important; }
    #collection-main .details-area .actions .action-list form button,
    .product_type_2 .details-area .actions .action-list form button {
      width: 38px;
      height: 38px;
      margin: 10px 1px;
      padding: 0 8px;
      transition: none;
      font-family: 'Oswald';
      line-height: 36px;
      text-transform: uppercase; }
      #collection-main .details-area .actions .action-list form button span,
      .product_type_2 .details-area .actions .action-list form button span {
        display: none; }
      #collection-main .details-area .actions .action-list form button i,
      .product_type_2 .details-area .actions .action-list form button i {
        font-size: 20px;
        line-height: 32px; }
        #collection-main .details-area .actions .action-list form button i.icon-cart::before,
        .product_type_2 .details-area .actions .action-list form button i.icon-cart::before {
          margin: 0;
          content: '\e881'; }
    #collection-main .details-area .actions .action-list form .qtyminus,
    .product_type_2 .details-area .actions .action-list form .qtyminus {
      display: inline-block;
      width: 30px;
      height: 38px;
      margin-top: 10px;
      float: left;
      border: solid 1px #e1ddc3;
      border-right: 0;
      color: #e1ddc3;
      font-size: 11px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
      vertical-align: middle; }
    #collection-main .details-area .actions .action-list form .quantity,
    .product_type_2 .details-area .actions .action-list form .quantity {
      display: inline-block;
      width: 35px;
      height: 38px;
      margin-top: 10px;
      float: left;
      border: solid 1px #e1ddc3;
      line-height: 36px;
      text-align: center;
      vertical-align: middle; }
    #collection-main .details-area .actions .action-list form .qtyplus,
    .product_type_2 .details-area .actions .action-list form .qtyplus {
      width: 30px;
      height: 38px;
      margin-top: 10px;
      margin-right: 4px;
      float: left;
      border: solid 1px #e1ddc3;
      border-left: 0;
      color: #e1ddc3;
      font-size: 11px;
      line-height: 36px;
      text-align: center;
      cursor: pointer; }
    #collection-main .details-area .actions .action-list .product-wishlist i.icon-wishlist::before,
    .product_type_2 .details-area .actions .action-list .product-wishlist i.icon-wishlist::before {
      content: '\e811'; }
  #collection-main .details-area .price,
  .product_type_2 .details-area .price {
    margin: 8px 0 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #e4e4e4;
    color: #444;
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 400;
    line-height: 1; }
#collection-main .product-image-area .quickview-icon,
.product_type_2 .product-image-area .quickview-icon {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 5px;
  padding: 5px;
  background-color: #fff;
  color: #a19d81;
  line-height: 23px;
  opacity: 0;
  visibility: hidden;
  z-index: 5; }
  #collection-main .product-image-area .quickview-icon .icon-export::before,
  .product_type_2 .product-image-area .quickview-icon .icon-export::before {
    font-size: 15px;
    font-style: initial;
    content: '\e885'; }
  #collection-main .product-image-area .quickview-icon span,
  .product_type_2 .product-image-area .quickview-icon span {
    display: none; }
#collection-main .product-image-area .actions,
.product_type_2 .product-image-area .actions {
  display: none; }
#collection-main .item-area:hover .details-area,
.product_type_2 .item-area:hover .details-area {
  bottom: 52px; }
  #collection-main .item-area:hover .details-area .actions,
  .product_type_2 .item-area:hover .details-area .actions {
    opacity: 1; }
#collection-main .item-area:hover .product-image-area .quickview-icon,
.product_type_2 .item-area:hover .product-image-area .quickview-icon {
  opacity: 1;
  visibility: visible; }
#collection-main .move-action .product-image-area .actions,
.product_type_2 .move-action .product-image-area .actions {
  display: block;
  bottom: 82px;
  left: 0;
  width: 100%;
  text-align: center; }
  #collection-main .move-action .product-image-area .actions .action-list,
  .product_type_2 .move-action .product-image-area .actions .action-list {
    border-radius: 0;
    background: transparent; }
    #collection-main .move-action .product-image-area .actions .action-list form button,
    .product_type_2 .move-action .product-image-area .actions .action-list form button {
      width: 38px;
      height: 38px;
      margin: 10px 1px;
      padding: 0 8px;
      transition: none;
      color: #61605a;
      font-family: 'Oswald';
      line-height: 36px;
      text-transform: uppercase; }
      #collection-main .move-action .product-image-area .actions .action-list form button span,
      .product_type_2 .move-action .product-image-area .actions .action-list form button span {
        display: none; }
      #collection-main .move-action .product-image-area .actions .action-list form button i,
      .product_type_2 .move-action .product-image-area .actions .action-list form button i {
        font-size: 20px;
        line-height: 32px; }
        #collection-main .move-action .product-image-area .actions .action-list form button i.icon-cart::before,
        .product_type_2 .move-action .product-image-area .actions .action-list form button i.icon-cart::before {
          margin: 0;
          content: '\e881'; }
    #collection-main .move-action .product-image-area .actions .action-list form .qtyminus,
    .product_type_2 .move-action .product-image-area .actions .action-list form .qtyminus {
      display: inline-block;
      width: 30px;
      height: 38px;
      margin-top: 10px;
      float: left;
      border: solid 1px #e1ddc3;
      border-right: 0;
      background-color: #fff;
      color: #e1ddc3;
      font-size: 11px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
      vertical-align: middle; }
    #collection-main .move-action .product-image-area .actions .action-list form .quantity,
    .product_type_2 .move-action .product-image-area .actions .action-list form .quantity {
      display: inline-block;
      width: 35px;
      height: 38px;
      margin-top: 10px;
      float: left;
      border: solid 1px #e1ddc3;
      background-color: #fff;
      line-height: 36px;
      text-align: center;
      vertical-align: middle; }
    #collection-main .move-action .product-image-area .actions .action-list form .qtyplus,
    .product_type_2 .move-action .product-image-area .actions .action-list form .qtyplus {
      width: 30px;
      height: 38px;
      margin-top: 10px;
      margin-right: 4px;
      float: left;
      border: solid 1px #e1ddc3;
      border-left: 0;
      background-color: #fff;
      color: #e1ddc3;
      font-size: 11px;
      line-height: 36px;
      text-align: center;
      cursor: pointer; }
    #collection-main .move-action .product-image-area .actions .action-list .product-wishlist i.icon-wishlist::before,
    .product_type_2 .move-action .product-image-area .actions .action-list .product-wishlist i.icon-wishlist::before {
      content: '\e811'; }
    #collection-main .move-action .product-image-area .actions .action-list.addtocart .btn-cart,
    .product_type_2 .move-action .product-image-area .actions .action-list.addtocart .btn-cart {
      width: 30px !important;
      height: 38px; }
    #collection-main .move-action .product-image-area .actions .action-list .link-wishlist,
    .product_type_2 .move-action .product-image-area .actions .action-list .link-wishlist {
      width: 30px;
      height: 38px;
      line-height: 38px; }
  #collection-main .move-action .product-image-area .actions .quickview,
  .product_type_2 .move-action .product-image-area .actions .quickview {
    display: none; }
  #collection-main .move-action .product-image-area .actions .icon-cart::before,
  .product_type_2 .move-action .product-image-area .actions .icon-cart::before {
    margin: 0;
    content: '\e881'; }
#collection-main .hide-action .product-image-area .actions,
.product_type_2 .hide-action .product-image-area .actions {
  display: none; }

.product_type_3 .item-area .product-image-area {
  overflow: visible;
  z-index: 1; }
  .product_type_3 .item-area .product-image-area .quickview {
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    margin-top: -25px;
    margin-left: -48px;
    padding: 17px 15px;
    transition: .1s all;
    background: #000;
    color: #fff;
    font-family: 'Oswald';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    z-index: 9; }
    .product_type_3 .item-area .product-image-area .quickview i {
      transition: all .3s;
      opacity: 0; }
      .product_type_3 .item-area .product-image-area .quickview i::before {
        opacity: 0; }
    .product_type_3 .item-area .product-image-area .quickview span {
      margin-left: -17px;
      transition: all .3s; }
    .product_type_3 .item-area .product-image-area .quickview.loading i {
      opacity: 1; }
    .product_type_3 .item-area .product-image-area .quickview.loading span {
      margin-left: 0; }
  .product_type_3 .item-area .product-image-area .actions {
    position: absolute;
    right: 0;
    bottom: -56px;
    left: auto;
    width: auto;
    padding: 0;
    transition: opacity .2s;
    text-align: right;
    opacity: 1;
    visibility: visible; }
    .product_type_3 .item-area .product-image-area .actions .action-list.addtocart {
      display: none; }
    .product_type_3 .item-area .product-image-area .actions .action-list .add-to-links li a.link-wishlist {
      display: inline-block;
      width: 32px;
      height: 32px;
      border: 0;
      background-color: transparent;
      color: #dfdfdf;
      font-size: 17px;
      line-height: 32px;
      text-align: center; }
  .product_type_3 .item-area .product-image-area .product-image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background: #000;
    content: '';
    opacity: 0;
    visibility: hidden;
    z-index: 2; }
.product_type_3 .item-area .details-area {
  padding-top: 16px;
  padding-bottom: 10px;
  text-align: left; }
  .product_type_3 .item-area .details-area .product-name {
    padding-right: 30px;
    letter-spacing: .025em; }
  .product_type_3 .item-area .details-area .price {
    margin: 10px 0 5px;
    color: #000;
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 400; }
  .product_type_3 .item-area .details-area .actions {
    display: none; }
  .product_type_3 .item-area .details-area .ratings {
    background: none; }
.product_type_3 .item-area:hover .product-image-area .product-image::after {
  opacity: .2;
  visibility: visible; }
.product_type_3 .item-area:hover .product-image-area .quickview-icon {
  opacity: 1;
  visibility: visible; }
.product_type_3 .item-area:hover .product-image-area .actions .action-list .add-to-links li a.link-wishlist {
  color: #000; }
.product_type_3 .product-layout-list .item-area .details-area {
  padding: 0 20px; }
  .product_type_3 .product-layout-list .item-area .details-area .actions {
    display: block; }
    .product_type_3 .product-layout-list .item-area .details-area .actions .action-list i.icon-cart {
      line-height: 27px; }
.product_type_3 .product-layout-list .item-area .product-image-area .actions,
.product_type_3 .product-layout-list .item-area .product-image-area .quickview-icon,
.product_type_3 .product-layout-list .item-area .product-image-area .product-image::after {
  display: none; }
.product_type_3 .move-action .item-area .product-image-area .actions {
  display: block;
  right: auto;
  bottom: 10px;
  left: 10px;
  z-index: 10; }
  .product_type_3 .move-action .item-area .product-image-area .actions .quickview {
    display: none; }
.product_type_3 .hide-action .item-area .product-image-area .actions {
  display: none; }
.product_type_3 .has-compare {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.product_type_4 .item-area {
  background: #fff; }
  .product_type_4 .item-area:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1); }
  .product_type_4 .item-area .product-image-area .actions {
    display: none; }
  .product_type_4 .item-area .product-image-area .product-label {
    right: 10px;
    left: auto; }
    .product_type_4 .item-area .product-image-area .product-label .onsale span {
      padding: 4px 10px;
      border-radius: 12px !important;
      font-size: .8571em; }
    .product_type_4 .item-area .product-image-area .product-label.sold-out {
      right: auto;
      left: 50%; }
  .product_type_4 .item-area .details-area .actions .icon-cart::before {
    margin-left: 0;
    content: '\e87f' !important; }
  .product_type_4 .item-area .details-area .actions .icon-wishlist::before {
    content: '\e889' !important; }
  .product_type_4 .item-area .details-area .actions .btn-cart {
    font-family: 'Oswald';
    letter-spacing: .025em;
    text-transform: uppercase; }
    .product_type_4 .item-area .details-area .actions .btn-cart i {
      display: none; }
    .product_type_4 .item-area .details-area .actions .btn-cart span::before {
      display: inline-block;
      margin-right: 5px;
      font-family: 'porto';
      font-size: 17px;
      content: '\e87f';
      vertical-align: middle; }
  .product_type_4 .item-area .details-area .price {
    margin: 10px 0 5px;
    color: #465157;
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 400;
    line-height: 21px; }
  .product_type_4 .item-area .details-area .ratings {
    background: none; }
.product_type_4 .move-action .item-area .product-image-area .actions {
  display: block; }
  .product_type_4 .move-action .item-area .product-image-area .actions i.icon-cart::before {
    content: '\e87f' !important; }
  .product_type_4 .move-action .item-area .product-image-area .actions .icon-wishlist::before {
    content: '\e889' !important; }
.product_type_4 .move-action .item-area .product-image-area a.quickview-icon {
  display: inline-block; }
.product_type_4 .hide-action .item-area .product-image-area .actions {
  display: none; }

.custom-block-tab-right {
  margin-top: 3px;
  padding: 30px 20px 40px;
  border: #e4e4e4 solid 1px;
  background-color: #fff; }
  .custom-block-tab-right .bestseller .sidebar-content {
    margin: 0;
    padding: 0 !important;
    border: 0; }
  .custom-block-tab-right .bestseller .sidebar-content .products-grid .owl-nav button {
    top: 4px; }
  .custom-block-tab-right .bestseller .sidebar-content .products-grid .owl-stage-outer .owl-item .item .item-area .details-area h2.product-name {
    color: #7a7d82;
    font-size: 14px;
    font-weight: 600; }

.collection_banner .collection-banner-ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left; }

.collection_banner .collection-banner-ct .banner-ct-area span.text {
  position: absolute;
  top: 32%;
  left: 17%; }

.collection_banner .collection-banner-ct .banner-ct-area {
  position: relative;
  height: 100%; }

.collection_banner .collection-banner-ct .banner-ct-area span.text div > span {
  color: #fff;
  font-family: 'Oswald';
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }

.products-spacing-0 {
  margin: 0; }
  .products-spacing-0 .product {
    padding-right: 0;
    padding-left: 0; }

.products-spacing-2 {
  margin: 0 -2px; }
  .products-spacing-2 .product {
    padding-right: 2px;
    padding-left: 2px; }

.products-spacing-3 {
  margin: 0 -3px; }
  .products-spacing-3 .product {
    padding-right: 3px;
    padding-left: 3px; }

.products-spacing-6 {
  margin: 0 -6px; }
  .products-spacing-6 .product {
    padding-right: 6px;
    padding-left: 6px; }

.products-spacing-7 {
  margin: 0 -7px; }
  .products-spacing-7 .product {
    padding-right: 7px;
    padding-left: 7px; }

.products-spacing-8 {
  margin: 0 -8px; }
  .products-spacing-8 .product {
    padding-right: 8px;
    padding-left: 8px; }

.products-spacing-10 {
  margin: 0 -10px; }
  .products-spacing-10 .product {
    padding-right: 10px;
    padding-left: 10px; }

.products-spacing-15 {
  margin: 0 -15px; }
  .products-spacing-15 .product {
    padding-right: 15px;
    padding-left: 15px; }

.products-spacing-20 {
  margin: 0 -20px; }
  .products-spacing-20 .product {
    padding-right: 20px;
    padding-left: 20px; }

.products-spacing-25 {
  margin: 0 -25px; }
  .products-spacing-25 .product {
    padding-right: 25px;
    padding-left: 25px; }

.products-spacing-30 {
  margin: 0 -30px; }
  .products-spacing-30 .product {
    padding-right: 30px;
    padding-left: 30px; }

.about-us-classic .lead {
  font-size: 21px;
  line-height: 1.4; }
.about-us-classic .btn-primary {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  margin-top: 20px;
  border-radius: 4px; }
  .about-us-classic .btn-primary:hover {
    background-color: #0099e6;
    border-color: #0099e6; }
.about-us-classic .tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px; }
.about-us-classic h3 {
  margin-bottom: 33px;
  color: #3b3b3b;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase; }
.about-us-classic p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }
  .about-us-classic p a {
    color: #3b3b3b; }
    .about-us-classic p a:hover {
      text-decoration: underline; }
  .about-us-classic p span.alternative-font {
    display: inline-block;
    margin-top: -15px;
    margin-bottom: -6px;
    color: #3b3b3b;
    font-family: "Shadows Into Light",cursive;
    font-size: 1.6em; }
.about-us-classic .featured-box {
  margin: 20px auto;
  padding: 0;
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  text-align: center; }
  .about-us-classic .featured-box .box-content {
    border-radius: 8px;
    border-top: 4px solid #3b3b3b;
    padding: 30px 20px 0; }
    .about-us-classic .featured-box .box-content h4 {
      font-size: 1.3em;
      font-weight: 400;
      letter-spacing: -.7px;
      text-transform: uppercase; }
    .about-us-classic .featured-box .box-content .block-flickr-photos {
      margin: 0 0 40px; }
      .about-us-classic .featured-box .box-content .block-flickr-photos .flickr-image {
        margin: 5px;
        display: inline-block;
        border: 1px solid #dcdcdc;
        padding: 5px;
        border-radius: 5px; }
.about-us-classic .history {
  margin: 25px 0;
  clear: both; }
  .about-us-classic .history .thumb {
    background: transparent url(history-thumb.png) no-repeat 0 0;
    width: 227px;
    height: 160px;
    margin: 0 0 30px;
    float: left; }
    .about-us-classic .history .thumb img {
      border-radius: 50% !important;
      margin: 7px 8px;
      width: 145px;
      height: 145px; }
  .about-us-classic .history .featured-box {
    margin-bottom: 35px;
    margin-left: 225px;
    text-align: left; }
    .about-us-classic .history .featured-box .box-content h4 {
      float: left;
      margin: 15px 0;
      padding: 0;
      color: #3b3b3b;
      line-height: 27px; }
    .about-us-classic .history .featured-box .box-content p {
      margin: 0 0 20px;
      margin-left: 55px;
      line-height: 24px; }

#about-us .main-wrapper {
  padding-bottom: 0; }

#about-us .full-width-image-banner h2,
#about-us .full-width-image-banner h3 {
  color: #1e3636; }
#about-us .full-width-image-banner .shop-now {
  border-color: #010204;
  background-color: #010204; }

.about-us {
  font-size: 14px; }
  .about-us .section-header {
    margin-bottom: 17px;
    color: #21293c;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase; }
  .about-us h1.section-header {
    padding-bottom: 30px;
    color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 5rem; }
  .about-us .quote {
    color: #21293c;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; }
  .about-us p {
    margin-bottom: 20px;
    color: #777;
    letter-spacing: .2px;
    line-height: 27px; }
  .about-us .testimonial-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .about-us .testimonial-author img {
      width: auto;
      margin-right: 15px;
      float: left;
      border-radius: 28px !important; }
    .about-us .testimonial-author strong {
      display: block;
      color: #2b2b2d; }
    .about-us .testimonial-author span {
      font-size: 12px; }
  .about-us blockquote {
    position: relative;
    padding: 10px 50px 10px 105px;
    color: #62615e;
    line-height: 24px; }
    .about-us blockquote i {
      position: absolute;
      font-size: 25px;
      font-style: normal;
      line-height: 1;
      content: '\201C'; }
    .about-us blockquote .icon-quote-left {
      top: 0;
      left: 62px; }
    .about-us blockquote .icon-quote-right {
      bottom: 0;
      right: 0; }
  .about-us .lead {
    color: #282d3b;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8; }

.content-row {
  position: relative;
  padding: 3rem 0; }

.section-grey {
  padding: 5rem 0;
  background-color: #f4f4f4; }

.about-section p {
  max-width: 835px;
  margin: 0 auto; }

.featured-box {
  padding: 30px;
  background-color: #fff;
  color: #21293c; }
  .featured-box i {
    display: inline-block;
    font-size: 5.5rem;
    line-height: 1; }
    .featured-box i::before {
      margin: 0; }
  .featured-box p {
    margin-bottom: 0; }

.sg-title {
  margin-bottom: 20px; }

.count-wrapper {
  font-weight: 800;
  font-size: 32px;
  color: #0087cb; }
  .count-wrapper span + span {
    font-size: 1.9rem; }

.count-title {
  color: #7b858a;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px; }

.team-section {
  padding: 5rem 0;
  background-color: #efefef; }

.history-section-type1 {
  padding: 5rem 0; }
  .history-section-type1 .title {
    margin-bottom: 2.5rem; }
  .history-section-type1 .tab-content h3 {
    margin-bottom: 2rem;
    font: 400 2.5rem / 1.2 'Oswald', sans-serif;
    text-transform: uppercase; }
  .history-section-type1 .tab-content img {
    margin-bottom: 2rem; }
  .history-section-type1 .col-lg-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.history-image {
  position: relative;
  -ms-flex: 0 0 197px;
  flex: 0 0 197px;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 197px;
  margin: 0;
  padding-bottom: 1rem; }
  .history-image img {
    display: block;
    max-width: 100%;
    height: auto; }
  .history-image span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Oswald';
    font-size: 5.4rem;
    font-weight: 300;
    line-height: 1;
    text-align: center; }

.history-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 3rem 2rem;
  border: 1px solid #dedede;
  color: #676a6d;
  line-height: 2; }
  .history-content p:last-child {
    margin-bottom: 0; }

.nav.nav-history {
  width: 100%;
  margin-bottom: 1rem; }
  .nav.nav-history .nav-item {
    display: inline-block;
    margin-right: 1.7rem;
    font: 400 1.8rem / 1 'Oswald', sans-serif; }
    .nav.nav-history .nav-item:last-child {
      margin-right: 0; }
  .nav.nav-history .nav-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0;
    color: #979797; }
    .nav.nav-history .nav-link::before {
      display: inline-block;
      width: 9px;
      height: 2px;
      margin-right: 1rem;
      background-color: #979797;
      content: ''; }
    .nav.nav-history .nav-link.active, .nav.nav-history .nav-link:hover, .nav.nav-history .nav-link:focus {
      color: #21293c; }
      .nav.nav-history .nav-link.active::before, .nav.nav-history .nav-link:hover::before, .nav.nav-history .nav-link:focus::before {
        background-color: #21293c; }

.history-section-type2 {
  padding: 0; }
  .history-section-type2 .lead {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 400;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
  .history-section-type2 .title {
    margin-bottom: 2.5rem; }

.history-row {
  position: relative;
  min-height: 515px;
  background-color: #f1f1f1;
  margin-top: 4rem; }
  .history-row .history-row-bg {
    height: 360px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .history-row [class*='col-'] {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .history-row .container {
    position: relative;
    z-index: 2; }

.history-header h5 {
  font: 700 1.4rem/1 'Oswald',sans-serif;
  margin: 0; }
  .history-header h5 a {
    display: block;
    position: relative;
    padding: 1.5rem 0;
    color: #282d3b;
    border-bottom: 1px solid #e4e4e4; }
    .history-header h5 a:hover, .history-header h5 a:focus {
      text-decoration: none; }
    .history-header h5 a::before, .history-header h5 a::after {
      content: '';
      position: absolute;
      display: inline-block;
      right: 1rem;
      top: 50%;
      width: 10px;
      height: 2px;
      background-color: #7f8284;
      margin-top: -1px;
      transition: all .35s; }
    .history-header h5 a.collapsed::after {
      transform: rotate(-90deg); }

.history-body {
  font-size: 1.4rem;
  line-height: 2;
  padding: 2rem 0; }
  .history-body p:last-child {
    margin-bottom: 0; }

.features-section {
  padding: 5rem 0 1.5rem; }

.team-section {
  padding: 5rem 0 6rem;
  background-color: #f3f3f3; }

.testimonial-slider-type1 p {
  margin-bottom: 0;
  font: italic 400 1.6rem / 2 'Poppins',serif;
  text-align: center; }
.testimonial-slider-type1 blockquote i {
  font-size: 1.6rem; }
  .testimonial-slider-type1 blockquote i::before {
    font-style: italic; }
.testimonial-slider-type1 blockquote .icon-quote-left {
  left: 8.2rem; }
.testimonial-slider-type1 blockquote .icon-quote-right {
  right: 2.5rem; }
.testimonial-slider-type1 .testimonial-author {
  display: block;
  text-align: center; }
  .testimonial-slider-type1 .testimonial-author img {
    margin: 1rem auto;
    float: none; }
  .testimonial-slider-type1 .testimonial-author strong {
    color: #111;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase; }
  .testimonial-slider-type1 .testimonial-author span {
    display: block;
    margin: .5rem 0 3rem;
    color: #666;
    font-size: 12px; }

.accordion-about h3 {
  position: relative;
  margin-bottom: 0;
  padding: 1.5rem 0 1rem;
  color: #282d3b;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer; }

@media (min-width: 992px) {
  .padding-left-lg {
    padding-left: 3.5rem; } }
.partner {
  display: block;
  padding: .8rem 0;
  transition: opacity .3s;
  opacity: .6; }

.partner:hover {
  opacity: 1; }

.partner img {
  width: auto !important;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

/* customer reviews page style */
.testimonial-image {
  position: absolute; }

.testimonials-list .testimonial .message {
  font-style: italic;
  position: relative;
  padding: 15px;
  margin: 0 0 0 30px;
  border: 1px solid #cfcfcf;
  border-bottom: 2px solid #cfcfcf;
  color: #333;
  background: #fff; }

.testimonials-list .testimonial {
  margin-top: 40px;
  position: relative; }

.testimonials-list .testimonial .rating-title {
  float: left;
  margin-right: 10px;
  line-height: 1.25; }

.testimonials-list .testimonial .testimonial-date {
  float: right; }

/* menu style */
.top-navigation li.level0 {
  margin-right: 8px; }

.fl-right {
  float: none !important; }

.main-nav .container {
  margin: 0 !important;
  max-width: 100% !important; }

/* clearence page custom style*/
.ecom-clearence {
  width: 31.33%;
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%; }

@media screen and (max-width: 991px) {
  .ecom-clearence {
    width: 100%;
    display: block !important; } }
select#select_seasons {
  height: 25px;
  border-radius: 25px;
  float: left;
  background-color: white; }

div.details-area .product-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%; }

div.details-area .product-name:hover {
  overflow: visible !important;
  white-space: inherit  !important; }

div.cart_delivery_info {
  background-color: #f4d27c;
  color: black;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
  border: 0.5px solid #846a29;
  text-align: center; }

.btn-button-colors {
  background-color: #0b446d !important; }
  .btn-button-colors:hover {
    background-color: #41c202 !important; }

@media screen and (max-width: 1200px) {
  .image_grande_class {
    width: 100%;
    height: 100%; } }
.onsale {
  padding-top: 22px;
  text-align: center; }

.label-onsale {
  background-color: #dc1829;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: 3px !important;
  right: 2px !important; }

.price_percentage {
  background-color: #dc1829 !important;
  padding: 0px !important;
  font-size: 1.03em !important;
  color: #fff; }

.row-banner {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap; }

/*==============================================================================
  #collection-images section style
==============================================================================*/
.block-to {
  width: 100%;
  margin-bottom: 8px; }

.cms-block-ho {
  width: 49.4%;
  margin-left: 8px;
  float: right; }

.block-ch {
  width: 49.4%; }

.block-cm {
  width: 49%; }

.cms-block {
  float: left; }

@media only screen and (max-width: 990px) {
  .block-ch {
    width: 100% !important; }

  .block-to {
    margin-top: 8px; }

  .block-cm {
    width: 48.6% !important;
    height: 53.69% !important; }

  .block-lt {
    margin-left: 5px; }

  .cms-block-ho {
    width: 100%;
    margin-left: 0px !important; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .block-ch {
    width: 49.6% !important; }

  .block-cm {
    width: 48.8% !important;
    height: 55% !important; }

  .block-lt {
    margin-left: 5px; }

  .cms-block-ho {
    margin-right: 0px;
    margin-left: 5px !important;
    width: 49.6%; } }
  /*==============================================================================
  #End collection-images section style
==============================================================================*/
@media only screen and (max-width: 991px) {
  .banner-three-class {
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: 20px;
    padding-top: 7px;
    padding-bottom: 7PX !important;
    background-color: #f4f4f4;
    border-radius: 3px; } }
.icon-shipping, .icon-pound, .icon-tag-line {
  color: #0d436d; }

.icon-up-open {
  color: white; }

.banner-three-class {
  margin-bottom: 21px; }

@media only screen and (max-width: 991px) {
  .search-mobileview {
    display: block !important;
    border: 2px solid #0d436d;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 7px; }

  .searchsubmit-mobileview {
    background-color: #0d436d !important;
    color: white !important;
    right: -1px !important;
    border-radius: 0px;
    top: -1px; }

  .search-hr-class {
    display: block !important;
    margin-bottom: 30px; }

  .mySlider {
    padding-top: 0px !important;
    margin-left: auto;
    margin-right: auto; } }
.search-mobileview {
  display: none; }

.search-hr-class {
  display: none; }

@media only screen and (max-width: 991px) {
  .search-area, .ratings, .sidebar {
    display: none  !important; }

  .mini-cart {
    margin-bottom: -18px; } }
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 26px !important; }

  h2 {
    font-size: 20px !important; } }
/*==============================================================================
#display-3-collection class style
==============================================================================*/
.block-col-x3 {
  width: 32.6%;
  margin-top: 8px;
  float: left; }

.col-margin {
  margin-left: 8px; }

@media only screen and (max-width: 990px) {
  .block-col-x3 {
    width: 100% !important; }

  .col-margin {
    margin-left: 0px !important; }

  .block-col-x3 a img {
    width: 100%; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .block-col-x3 {
    width: 32.8% !important; }

  .col-margin {
    margin-left: 5px !important; } }
/*==============================================================================
#End display-3-collection class style
==============================================================================*/
/*==============================================================================
#display-1-collection class style
==============================================================================*/
.col-xs-1 {
  width: 99.7%;
  margin-top: 8px;
  height: auto; }

@media only screen and (max-width: 1200px) {
  .col-xs-1 {
    width: 100%;
    margin-top: 5px;
    height: auto; } }
/*==============================================================================
#End display-1-collection class style
==============================================================================*/
.mini-cart {
  text-align: center; }

a.icon-cart-header {
  padding: 0 1px 0 0 !important; }

span.cart-qty {
  right: 1px !important; }

.mySlider {
  width: auto !important; }

.col-xs-12:hover, .block-ch:hover, .block-to:hover, .block-cm:hover, .block-col-x3:hover, .col-xs-11:hover, .col-xs-10:hover, .col-xs-9:hover {
  opacity: 0.85; }

/*==============================================================================
#display-2-2-collection class style
==============================================================================*/
.col-xs-11 {
  width: 24%;
  flex: 0 0 24%; }

.col-margin-1 {
  margin-left: 14px; }

@media only screen and (max-width: 991px) {
  .col-xs-11 {
    flex: 0 0 49.2%;
    max-width: 49.2%; }

  .col-mg {
    margin-top: 8px; }

  .col-margin-1 {
    margin-left: 0px !important; }

  .col-margin-mobile {
    margin-left: 4.5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-margin-1 {
    margin-left: 5px !important; }

  .col-xs-11 {
    width: 24.5%;
    flex: 0 0 24.5%; } }
/*==============================================================================
#End display-2-2-collection class style
==============================================================================*/
  /*==============================================================================
#logo center in mobile view style
==============================================================================*/
@media (max-width: 576px) {
  .site-logo {
    width: 100%;
    text-align: center;
    order: 0 !important; }

  .cart-area {
    margin-right: 0 !important;
    margin-left: auto !important; }

  .menu-icon {
    margin-left: 0 !important; }

  .discountStyle {
    margin-left: 15px;
    margin-right: 15px; } }
@media only screen and (min-width: 577px) and (max-width: 991px) {
  .menu-icon {
    padding-right: 49px !important;
    order: 1;
    margin-left: 0 !important; }

  .site-logo {
    order: 2;
    margin-left: auto;
    margin-right: auto; }

  .cart-area {
    margin-right: 0;
    margin-left: 0 !important; } }
/*==============================================================================
#End logo center in mobile view style
==============================================================================*/
/*==============================================================================
  #display-1-2-collection class style
==============================================================================*/
.col-xs-10 {
  flex: 0 0 24%;
  max-width: 24%; }

.col-xs-9 {
  flex: 0 0 49.2%;
  max-width: 49.2%;
  margin-left: 14px;
  margin-right: 14px; }

@media only screen and (max-width: 991px) {
  .col-xs-10 {
    order: 0 !important;
    flex: 0 0 49.1%;
    max-width: 49.1%; }

  .col-xs-9 {
    order: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 5px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-xs-10 {
    flex: 0 0 23.8%;
    max-width: 23.8%; }

  .col-xs-9 {
    flex: 0 0 49%;
    max-width: 49%; } }
/*==============================================================================
  #animate style
==============================================================================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  20%,53%,80%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  20%,53%,80%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  50%,from,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@keyframes flash {
  50%,from,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); } }

@keyframes pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); } }

@keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } }

@keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  from, to {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } }

@keyframes wobble {
  from, to {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  11.1%,from,to {
    -webkit-transform: none;
    transform: none; }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  11.1%,from,to {
    -webkit-transform: none;
    transform: none; }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  20%,40%,60%,80%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  20%,40%,60%,80%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

.flipInY, .flipOutX {
  -webkit-backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animate-spin {
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

@keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0); }

  to {
    -webkit-transform: none; } }

@keyframes fadeInLeftShort {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeftShort {
  from {
    -webkit-transform: translate3d(-20px, 0, 0); }

  to {
    -webkit-transform: none; } }

@-webkit-keyframes fadeOutLeft {
  from {
    -webkit-transform: none; }

  to {
    -webkit-transform: translate3d(-50px, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); } }

@-webkit-keyframes fadeOutLeftShort {
  from {
    -webkit-transform: none; }

  to {
    -webkit-transform: translate3d(-20px, 0, 0); } }

@keyframes fadeOutLeftShort {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); } }

@keyframes fadeOutRight {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); } }

@-webkit-keyframes fadeOutRight {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(50px, 0, 0); } }

@keyframes fadeInBottomShort {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInBottomShort {
  from {
    -webkit-transform: translate3d(0, 20px, 0); }

  to {
    -webkit-transform: none; } }

@keyframes show-element-long-from-bottom {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes show-element-long-from-bottom {
  from {
    -webkit-transform: translate3d(0, 100%, 0); }

  to {
    -webkit-transform: none; } }

@-webkit-keyframes show-element-long-to-bottom {
  from {
    -webkit-transform: none; }

  to {
    -webkit-transform: translate3d(0, 100%, 0); } }

@keyframes show-element-from-top {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes show-element-from-top {
  from {
    -webkit-transform: translate3d(0, -100%, 0); }

  to {
    -webkit-transform: none; } }

@keyframes show-element-long-to-top {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes show-element-long-to-top {
  from {
    -webkit-transform: none; }

  to {
    -webkit-transform: translate3d(0, -100%, 0); } }

@keyframes prev-animate {
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); } }

@-webkit-keyframes prev-animate {
  25% {
    -webkit-transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(3px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-3px, 0, 0); } }

@keyframes next-animate {
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }

  75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); } }

@-webkit-keyframes next-animate {
  25% {
    -webkit-transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(-3px, 0, 0); }

  75% {
    -webkit-transform: translate3d(3px, 0, 0); } }

@keyframes menu-in-top {
  from {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes menu-in-top {
  from {
    -webkit-transform: translate3d(0, -15px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes menu-to-top {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); } }

@-webkit-keyframes menu-to-top {
  from {
    -webkit-transform: translate3d(0, 0, 0); }

  to {
    -webkit-transform: translate3d(0, -15px, 0); } }

@keyframes menu-in-bottom {
  from {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes menu-in-bottom {
  from {
    -webkit-transform: translate3d(0, 15px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes menu-to-bottom {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0); } }

@-webkit-keyframes menu-to-bottom {
  from {
    -webkit-transform: translate3d(0, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 15px, 0); } }

@keyframes menu-in-left {
  from {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes menu-in-left {
  from {
    -webkit-transform: translate3d(-15px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes menu-to-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0); } }

@-webkit-keyframes menu-to-right {
  from {
    -webkit-transform: translate3d(0, 0, 0); }

  to {
    -webkit-transform: translate3d(15px, 0, 0); } }

@keyframes fade-in-loader {
  from {
    opacity: 0; }

  to {
    opacity: .8; } }

@-webkit-keyframes fade-in-loader {
  from {
    opacity: 0; }

  to {
    opacity: .8; } }

@keyframes fadeInTooltip {
  from {
    opacity: 0; }

  to {
    opacity: .9; } }

@-webkit-keyframes fadeInTooltip {
  from {
    opacity: 0; }

  to {
    opacity: .9; } }

/*==============================================================================
  #porto-icon style
==============================================================================*/
@font-face {
  font-family: porto;
  src: url(porto.eot?23364375);
  src: url(porto.eot?23364375#iefix) format("embedded-opentype"), url(porto.woff2?23364375) format("woff2"), url(porto.woff?23364375) format("woff"), url(porto.ttf?23364375) format("truetype"), url(porto.svg?23364375#fontello) format("svg");
  font-weight: 400;
  font-style: normal; }

[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: porto;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-spin1:before {
  content: '\e800'; }

.icon-spin2:before {
  content: '\e801'; }

.icon-spin3:before {
  content: '\e802'; }

.icon-spin4:before {
  content: '\e803'; }

.icon-spin5:before {
  content: '\e804'; }

.icon-spin6:before {
  content: '\e805'; }

.icon-firefox:before {
  content: '\e806'; }

.icon-chrome:before {
  content: '\e807'; }

.icon-opera:before {
  content: '\e808'; }

.icon-ie:before {
  content: '\e809'; }

.icon-phone:before {
  content: '\e80a'; }

.icon-down-dir:before {
  content: '\e80b'; }

.icon-cart:before {
  content: '\e80c'; }

.icon-up-dir:before {
  content: '\e80d'; }

.icon-mode-grid:before {
  content: '\e80e'; }

.icon-mode-list:before {
  content: '\e80f'; }

.icon-compare:before {
  content: '\e810'; }

.icon-wishlist:before {
  content: '\e811'; }

.icon-search:before {
  content: '\e812'; }

.icon-left-dir:before {
  content: '\e813'; }

.icon-right-dir:before {
  content: '\e814'; }

.icon-down-open:before {
  content: '\e815'; }

.icon-left-open:before {
  content: '\e816'; }

.icon-right-open:before {
  content: '\e817'; }

.icon-up-open:before {
  content: '\e818'; }

.icon-angle-left:before {
  content: '\e819'; }

.icon-angle-right:before {
  content: '\e81a'; }

.icon-angle-up:before {
  content: '\e81b'; }

.icon-angle-down:before {
  content: '\e81c'; }

.icon-down:before {
  content: '\e81d'; }

.icon-left:before {
  content: '\e81e'; }

.icon-right:before {
  content: '\e81f'; }

.icon-up:before {
  content: '\e820'; }

.icon-angle-double-left:before {
  content: '\e821'; }

.icon-angle-double-right:before {
  content: '\e822'; }

.icon-angle-double-up:before {
  content: '\e823'; }

.icon-angle-double-down:before {
  content: '\e824'; }

.icon-mail:before {
  content: '\e825'; }

.icon-location:before {
  content: '\e826'; }

.icon-skype:before {
  content: '\e827'; }

.icon-right-open-big:before {
  content: '\e828'; }

.icon-left-open-big:before {
  content: '\e829'; }

.icon-down-open-big:before {
  content: '\e82a'; }

.icon-up-open-big:before {
  content: '\e82b'; }

.icon-cancel:before {
  content: '\e82c'; }

.icon-user:before {
  content: '\e82d'; }

.icon-mail-alt:before {
  content: '\e82e'; }

.icon-fax:before {
  content: '\e82f'; }

.icon-lock:before {
  content: '\e830'; }

.icon-company:before {
  content: '\e831'; }

.icon-city:before {
  content: '\e832'; }

.icon-post:before {
  content: '\e833'; }

.icon-country:before {
  content: '\e834'; }

.icon-calendar:before {
  content: '\e835'; }

.icon-doc:before {
  content: '\e836'; }

.icon-mobile:before {
  content: '\e837'; }

.icon-clock:before {
  content: '\e838'; }

.icon-chat:before {
  content: '\e839'; }

.icon-tag:before {
  content: '\e83a'; }

.icon-folder:before {
  content: '\e83b'; }

.icon-folder-open:before {
  content: '\e83c'; }

.icon-forward:before {
  content: '\e83d'; }

.icon-reply:before {
  content: '\e83e'; }

.icon-cog:before {
  content: '\e83f'; }

.icon-cog-alt:before {
  content: '\e840'; }

.icon-wrench:before {
  content: '\e841'; }

.icon-quote-left:before {
  content: '\e842'; }

.icon-quote-right:before {
  content: '\e843'; }

.icon-gift:before {
  content: '\e844'; }

.icon-dollar:before {
  content: '\e845'; }

.icon-euro:before {
  content: '\e846'; }

.icon-pound:before {
  content: '\e847'; }

.icon-rupee:before {
  content: '\e848'; }

.icon-yen:before {
  content: '\e849'; }

.icon-rouble:before {
  content: '\e84a'; }

.icon-try:before {
  content: '\e84b'; }

.icon-won:before {
  content: '\e84c'; }

.icon-bitcoin:before {
  content: '\e84d'; }

.icon-ok:before {
  content: '\e84e'; }

.icon-chevron-left:before {
  content: '\e84f'; }

.icon-chevron-right:before {
  content: '\e850'; }

.icon-export:before {
  content: '\e851'; }

.icon-star:before {
  content: '\e852'; }

.icon-star-empty:before {
  content: '\e853'; }

.icon-plus-squared:before {
  content: '\e854'; }

.icon-minus-squared:before {
  content: '\e855'; }

.icon-plus-squared-alt:before {
  content: '\e856'; }

.icon-minus-squared-alt:before {
  content: '\e857'; }

.icon-truck:before {
  content: '\e858'; }

.icon-lifebuoy:before {
  content: '\e859'; }

.icon-pencil:before {
  content: '\e85a'; }

.icon-users:before {
  content: '\e85b'; }

.icon-video:before {
  content: '\e85c'; }

.icon-menu:before {
  content: '\e85d'; }

.icon-desktop:before {
  content: '\e85e'; }

.icon-doc-inv:before {
  content: '\e85f'; }

.icon-circle:before {
  content: '\e860'; }

.icon-circle-empty:before {
  content: '\e861'; }

.icon-circle-thin:before {
  content: '\e862'; }

.icon-mini-cart:before {
  content: '\e863'; }

.icon-paper-plane:before {
  content: '\e864'; }

.icon-attention-alt:before {
  content: '\e865'; }

.icon-info:before {
  content: '\e866'; }

.icon-compare-link:before {
  content: '\e867'; }

.icon-cat-default:before {
  content: '\e868'; }

.icon-cat-computer:before {
  content: '\e869'; }

.icon-cat-couch:before {
  content: '\e86a'; }

.icon-cat-garden:before {
  content: '\e86b'; }

.icon-cat-gift:before {
  content: '\e86c'; }

.icon-cat-shirt:before {
  content: '\e86d'; }

.icon-cat-sport:before {
  content: '\e86e'; }

.icon-cat-toys:before {
  content: '\e86f'; }

.icon-tag-line:before {
  content: '\e870'; }

.icon-bag:before {
  content: '\e871'; }

.icon-search-1:before {
  content: '\e872'; }

.icon-plus:before {
  content: '\e873'; }

.icon-minus:before {
  content: '\e874'; }

.icon-search-2:before {
  content: '\e875'; }

.icon-bag-1:before {
  content: '\e876'; }

.icon-online-support:before {
  content: '\e877'; }

.icon-shopping-bag:before {
  content: '\e878'; }

.icon-us-dollar:before {
  content: '\e879'; }

.icon-shipped:before {
  content: '\e87a'; }

.icon-list:before {
  content: '\e87b'; }

.icon-money:before {
  content: '\e87c'; }

.icon-shipping:before {
  content: '\e87d'; }

.icon-support:before {
  content: '\e87e'; }

.icon-bag-2:before {
  content: '\e87f'; }

.icon-grid:before {
  content: '\e880'; }

.icon-bag-3:before {
  content: '\e881'; }

.icon-direction:before {
  content: '\e882'; }

.icon-home:before {
  content: '\e883'; }

.icon-magnifier:before {
  content: '\e884'; }

.icon-magnifier-add:before {
  content: '\e885'; }

.icon-magnifier-remove:before {
  content: '\e886'; }

.icon-phone-1:before {
  content: '\e887'; }

.icon-clock-1:before {
  content: '\e888'; }

.icon-heart:before {
  content: '\e889'; }

.icon-heart-1:before {
  content: '\e88a'; }

.icon-earphones-alt:before {
  content: '\e88b'; }

.icon-credit-card:before {
  content: '\e88c'; }

.icon-action-undo:before {
  content: '\e88d'; }

.icon-envolope:before {
  content: '\e88e'; }

.icon-chart:before {
  content: '\e88f'; }

.icon-twitter:before {
  content: '\f099'; }

.icon-facebook:before {
  content: '\f09a'; }

.icon-spinner:before {
  content: '\f110'; }

.icon-instagram:before {
  content: '\f16d'; }

.icon-check-empty:before {
  content: '\f87a'; }

.icon-check:before {
  content: '\f87b'; }

@font-face {
  font-family: simple-line-icons;
  src: url(Simple-Line-Icons.eot?v=2.4.0);
  src: url(Simple-Line-Icons.eot?v=2.4.0#iefix) format("embedded-opentype"), url(Simple-Line-Icons.woff2?v=2.4.0) format("woff2"), url(fonts/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"), url(fonts/Simple-Line-Icons.woff?v=2.4.0) format("woff"), url(fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format("svg");
  font-weight: 400;
  font-style: normal; }

.Simple-Line-Icons-action-redo, .Simple-Line-Icons-action-undo, .Simple-Line-Icons-anchor, .Simple-Line-Icons-arrow-down, .Simple-Line-Icons-arrow-down-circle, .Simple-Line-Icons-arrow-left, .Simple-Line-Icons-arrow-left-circle, .Simple-Line-Icons-arrow-right, .Simple-Line-Icons-arrow-right-circle, .Simple-Line-Icons-arrow-up, .Simple-Line-Icons-arrow-up-circle, .Simple-Line-Icons-badge, .Simple-Line-Icons-bag, .Simple-Line-Icons-ban, .Simple-Line-Icons-basket, .Simple-Line-Icons-basket-loaded, .Simple-Line-Icons-bell, .Simple-Line-Icons-book-open, .Simple-Line-Icons-briefcase, .Simple-Line-Icons-bubble, .Simple-Line-Icons-bubbles, .Simple-Line-Icons-bulb, .Simple-Line-Icons-calculator, .Simple-Line-Icons-calendar, .Simple-Line-Icons-call-end, .Simple-Line-Icons-call-in, .Simple-Line-Icons-call-out, .Simple-Line-Icons-camera, .Simple-Line-Icons-camrecorder, .Simple-Line-Icons-chart, .Simple-Line-Icons-check, .Simple-Line-Icons-chemistry, .Simple-Line-Icons-clock, .Simple-Line-Icons-close, .Simple-Line-Icons-cloud-download, .Simple-Line-Icons-cloud-upload, .Simple-Line-Icons-compass, .Simple-Line-Icons-control-end, .Simple-Line-Icons-control-forward, .Simple-Line-Icons-control-pause, .Simple-Line-Icons-control-play, .Simple-Line-Icons-control-rewind, .Simple-Line-Icons-control-start, .Simple-Line-Icons-credit-card, .Simple-Line-Icons-crop, .Simple-Line-Icons-cup, .Simple-Line-Icons-cursor, .Simple-Line-Icons-cursor-move, .Simple-Line-Icons-diamond, .Simple-Line-Icons-direction, .Simple-Line-Icons-directions, .Simple-Line-Icons-disc, .Simple-Line-Icons-dislike, .Simple-Line-Icons-doc, .Simple-Line-Icons-docs, .Simple-Line-Icons-drawer, .Simple-Line-Icons-drop, .Simple-Line-Icons-earphones, .Simple-Line-Icons-earphones-alt, .Simple-Line-Icons-emotsmile, .Simple-Line-Icons-energy, .Simple-Line-Icons-envelope, .Simple-Line-Icons-envelope-letter, .Simple-Line-Icons-envelope-open, .Simple-Line-Icons-equalizer, .Simple-Line-Icons-event, .Simple-Line-Icons-exclamation, .Simple-Line-Icons-eye, .Simple-Line-Icons-eyeglass, .Simple-Line-Icons-feed, .Simple-Line-Icons-film, .Simple-Line-Icons-fire, .Simple-Line-Icons-flag, .Simple-Line-Icons-folder, .Simple-Line-Icons-folder-alt, .Simple-Line-Icons-frame, .Simple-Line-Icons-game-controller, .Simple-Line-Icons-ghost, .Simple-Line-Icons-globe, .Simple-Line-Icons-globe-alt, .Simple-Line-Icons-graduation, .Simple-Line-Icons-graph, .Simple-Line-Icons-grid, .Simple-Line-Icons-handbag, .Simple-Line-Icons-heart, .Simple-Line-Icons-home, .Simple-Line-Icons-hourglass, .Simple-Line-Icons-info, .Simple-Line-Icons-key, .Simple-Line-Icons-layers, .Simple-Line-Icons-like, .Simple-Line-Icons-link, .Simple-Line-Icons-list, .Simple-Line-Icons-location-pin, .Simple-Line-Icons-lock, .Simple-Line-Icons-lock-open, .Simple-Line-Icons-login, .Simple-Line-Icons-logout, .Simple-Line-Icons-loop, .Simple-Line-Icons-magic-wand, .Simple-Line-Icons-magnet, .Simple-Line-Icons-magnifier, .Simple-Line-Icons-magnifier-add, .Simple-Line-Icons-magnifier-remove, .Simple-Line-Icons-map, .Simple-Line-Icons-menu, .Simple-Line-Icons-microphone, .Simple-Line-Icons-minus, .Simple-Line-Icons-mouse, .Simple-Line-Icons-music-tone, .Simple-Line-Icons-music-tone-alt, .Simple-Line-Icons-mustache, .Simple-Line-Icons-note, .Simple-Line-Icons-notebook, .Simple-Line-Icons-options, .Simple-Line-Icons-options-vertical, .Simple-Line-Icons-organization, .Simple-Line-Icons-paper-clip, .Simple-Line-Icons-paper-plane, .Simple-Line-Icons-paypal, .Simple-Line-Icons-pencil, .Simple-Line-Icons-people, .Simple-Line-Icons-phone, .Simple-Line-Icons-picture, .Simple-Line-Icons-pie-chart, .Simple-Line-Icons-pin, .Simple-Line-Icons-plane, .Simple-Line-Icons-playlist, .Simple-Line-Icons-plus, .Simple-Line-Icons-power, .Simple-Line-Icons-present, .Simple-Line-Icons-printer, .Simple-Line-Icons-puzzle, .Simple-Line-Icons-question, .Simple-Line-Icons-refresh, .Simple-Line-Icons-reload, .Simple-Line-Icons-rocket, .Simple-Line-Icons-screen-desktop, .Simple-Line-Icons-screen-smartphone, .Simple-Line-Icons-screen-tablet, .Simple-Line-Icons-settings, .Simple-Line-Icons-share, .Simple-Line-Icons-share-alt, .Simple-Line-Icons-shield, .Simple-Line-Icons-shuffle, .Simple-Line-Icons-size-actual, .Simple-Line-Icons-size-fullscreen, .Simple-Line-Icons-social-behance, .Simple-Line-Icons-social-dribbble, .Simple-Line-Icons-social-dropbox, .Simple-Line-Icons-social-facebook, .Simple-Line-Icons-social-foursqare, .Simple-Line-Icons-social-github, .Simple-Line-Icons-social-google, .Simple-Line-Icons-social-instagram, .Simple-Line-Icons-social-linkedin, .Simple-Line-Icons-social-pinterest, .Simple-Line-Icons-social-reddit, .Simple-Line-Icons-social-skype, .Simple-Line-Icons-social-soundcloud, .Simple-Line-Icons-social-spotify, .Simple-Line-Icons-social-steam, .Simple-Line-Icons-social-stumbleupon, .Simple-Line-Icons-social-tumblr, .Simple-Line-Icons-social-twitter, .Simple-Line-Icons-social-vkontakte, .Simple-Line-Icons-social-youtube, .Simple-Line-Icons-speech, .Simple-Line-Icons-speedometer, .Simple-Line-Icons-star, .Simple-Line-Icons-support, .Simple-Line-Icons-symbol-female, .Simple-Line-Icons-symbol-male, .Simple-Line-Icons-tag, .Simple-Line-Icons-target, .Simple-Line-Icons-trash, .Simple-Line-Icons-trophy, .Simple-Line-Icons-umbrella, .Simple-Line-Icons-user, .Simple-Line-Icons-user-female, .Simple-Line-Icons-user-follow, .Simple-Line-Icons-user-following, .Simple-Line-Icons-user-unfollow, .Simple-Line-Icons-vector, .Simple-Line-Icons-volume-1, .Simple-Line-Icons-volume-2, .Simple-Line-Icons-volume-off, .Simple-Line-Icons-wallet, .Simple-Line-Icons-wrench {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*==============================================================================
  #font-awesome.min style
==============================================================================*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.4.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pull-left {
  float: left; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-bars:before {
  content: "\f0c9"; }

/*==============================================================================
  #owl.carousel.min style
==============================================================================*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*==============================================================================
  #effect style
==============================================================================*/
/*top dropdown effect css3 mega*/
.main-navigation .top-navigation li:hover .menu-wrap-sub,
.main-navigation .top-navigation li .menu-wrap-sub,
.main-navigation .top-navigation li .menu-wrap-sub li .menu-wrap-sub,
.main-navigation .top-navigation li:hover .menu-wrap-sub li .menu-wrap-sub {
  transition: .2s opacity; }

.main-navigation .top-navigation .menu-wrap-sub {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  min-width: 230px;
  margin: 0 auto;
  padding: 10px 0 20px;
  border: 0;
  border-top: 5px solid #3b3b3b;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  filter: alpha(opacity=0); }

.main-navigation .top-navigation .menu-wrap-sub .container {
  width: auto;
  max-width: 100%;
  padding: 0; }

.main-navigation .top-navigation .menu-wrap-sub .container .mega-columns.row {
  margin: 0 -10px; }

.main-navigation .top-navigation .dropdown.menu-wrap-sub .container .mega-columns.row {
  margin: 0 !important; }

.main-navigation .top-navigation .static-dropdown .menu-wrap-sub {
  border-radius: 0 0 5px 5px; }

/* Showing Drop Down on Mouse Hover*/
.main-navigation .top-navigation .level0:hover > .menu-wrap-sub {
  left: 0;
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100); }

.main-navigation .top-navigation li .menu-wrap-sub li > .menu-wrap-sub,
.main-navigation .top-navigation li .menu-wrap-sub li .menu-wrap-sub li > .menu-wrap-sub,
.main-navigation .top-navigation li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li > .menu-wrap-sub,
.main-navigation .top-navigation li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li > .menu-wrap-sub {
  left: 90%;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0); }

.main-navigation .top-navigation li .menu-wrap-sub li:hover > .menu-wrap-sub,
.main-navigation .top-navigation li .menu-wrap-sub li .menu-wrap-sub li:hover > .menu-wrap-sub,
.main-navigation .top-navigation li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li:hover > .menu-wrap-sub,
.main-navigation .top-navigation li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li:hover > .menu-wrap-sub {
  left: 75%;
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100); }

/*dropdown effect css3 mega end*/
/*verticle dropdown effect css3*/
.header-container .navbar:hover .bs-navbar-collapse,
.header-container .navbar .bs-navbar-collapse,
.language-currency .switcher-wrap .select-language,
.language-currency .switcher-wrap:hover .select-language,
.header-setting .switcher-wrap .switcher-content,
.header-setting .switcher-wrap:hover .switcher-content,
.header-myaccount .switcher-wrap .switcher-content,
.header-myaccount .switcher-wrap:hover .switcher-content,
.select-inner:hover ul,
.toolbar .select-inner ul,
.vertical-navigation-main .vertical-navigation-container li:hover .menu-wrap-sub,
.top-compare .header-maincompare .block-top-compare,
.top-compare .header-maincompare:hover .block-top-compare,
.vertical-navigation-main .vertical-navigation-container li .menu-wrap-sub,
.vertical-navigation-main .vertical-navigation-container li .menu-wrap-sub li .menu-wrap-sub,
.vertical-navigation-main .vertical-navigation-container li:hover .menu-wrap-sub li .menu-wrap-sub {
  transition: .2s opacity; }

.vertical-navigation-main .vertical-navigation-container .menu-wrap-sub {
  position: absolute;
  top: 3px;
  left: 110%;
  width: 600px;
  margin: 0 auto;
  padding: 10px;
  border: 0;
  background-color: #fff;
  text-align: left;
  box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  filter: alpha(opacity=0); }

/* Showing Drop Down on Mouse Hover*/
.vertical-navigation-main .vertical-navigation-container li:hover > .menu-wrap-sub {
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100); }

.vertical-navigation-main .vertical-navigation-container li .menu-wrap-sub li > .menu-wrap-sub,
.vertical-navigation-main .vertical-navigation-container li .menu-wrap-sub li .menu-wrap-sub li > .menu-wrap-sub,
.vertical-navigation-main .vertical-navigation-container li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li > .menu-wrap-sub,
.vertical-navigation-main .vertical-navigation-container li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li > .menu-wrap-sub {
  top: 3px;
  left: 110%;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0); }

.vertical-navigation-main ul.vertical-navigation-container li .menu-wrap-sub li:hover > .menu-wrap-sub,
.vertical-navigation-main ul.vertical-navigation-container li .menu-wrap-sub li .menu-wrap-sub li:hover > .menu-wrap-sub,
.vertical-navigation-main ul.vertical-navigation-container li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li:hover > .menu-wrap-sub,
.vertical-navigation-main ul.vertical-navigation-container li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li .menu-wrap-sub li:hover > .menu-wrap-sub {
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100); }

/*/////////// HEADER ///////////*/
.header-container .navbar .bs-navbar-collapse,
.header-container .header-setting .switcher-wrap .switcher-content,
.header-container .header-maincart .cart-container .cart-wrapper {
  position: absolute;
  top: 26px;
  right: 0; }

/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */
/* Item grid: 1 column */
.itemgrid-1col .item {
  width: 98%; }

/* Item grid: 2 columns */
.itemgrid-2col .item {
  width: 49%; }

.itemgrid-2col .item:nth-child(2n+1) {
  clear: left; }

/* Item grid: 3 columns */
.itemgrid-3col .item {
  width: 33.333%; }

.itemgrid-3col .item:nth-child(3n+1) {
  clear: left; }

/* Item grid: 4 columns */
.itemgrid-4col .item {
  width: 23%; }

.itemgrid-4col .item:nth-child(4n+1) {
  clear: left; }

.itemgrid-4col .item.dop {
  width: 48%; }

/* Item grid: 5 columns */
.itemgrid-5col .item {
  width: 18%; }

.itemgrid-5col .item:nth-child(5n+1) {
  clear: left; }

.itemgrid-5col .item.dop {
  width: 38%; }

/* Item grid: 6 columns */
.itemgrid-6col .item {
  width: 14.66%; }

.itemgrid-6col .item:nth-child(6n+1) {
  clear: left; }

.itemgrid-6col .item.dop {
  width: 29.32%; }

/* Item grid: 7 columns */
.itemgrid-7col .item {
  width: 12.286%; }

.itemgrid-7col .item:nth-child(7n+1) {
  clear: left; }

/*Grid column*/
.grid12-12,
.grid-full {
  width: 98%; }

.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid2-1,
.grid4-1,
.grid4-2,
.grid4-3,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  display: inline;
  position: relative;
  margin-right: 1%;
  margin-left: 1%; }

/* Basic grid units width */
.grid12-1 {
  width: 6.33%; }

.grid12-2 {
  width: 14.66%; }

.grid12-3,
.grid4-1 {
  width: 23%; }

.grid12-4 {
  width: 31.33%; }

.grid12-5 {
  width: 39.67%; }

.grid12-6,
.grid4-2,
.grid2-1 {
  width: 48%; }

.grid12-7 {
  width: 56.33%; }

.grid12-8 {
  width: 64.67%; }

.grid12-9,
.grid4-3 {
  width: 73%; }

.grid12-10 {
  width: 81.33%; }

.grid12-11 {
  width: 89.67%; }

/* Itemgrid: different numbers of columns end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/*==============================================================================
  #ultramegamenu style
==============================================================================*/
.main-top-nav {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center; }

.navigation-wrapper {
  width: 100%; }

.is-sticky .main-navigation {
  display: block; }

.is-sticky .top-navigation {
  height: 32px !important; }

.is-sticky .top-navigation li.level0 a.level-top {
  padding: 7px 15px !important; }

.is-sticky .top-navigation li.level0.parent a.level-top {
  padding-right: 25px !important; }

.is-sticky .top-navigation li.level0.parent a.level-top:after {
  right: 10px !important; }

.top-navigation {
  display: block;
  text-align: left; }

.top-navigation li {
  display: inline-block;
  padding: 0;
  text-align: left; }

.top-navigation li.menu-item-right {
  float: right; }

.is-sticky .top-navigation li.level0 {
  display: inline-block; }

.top-navigation > li:first-child {
  margin-right: 0; }

.main-nav ul.top-navigation > li {
  transition: color .1s, background-color .1s; }

.top-navigation li.level0 {
  margin-right: 3px;
  padding: 0; }

.top-navigation li.level0:first-child {
  margin-right: 0; }

.top-navigation li.level0 a.level-top i {
  display: inline-block; }

.top-navigation li.level0.static-dropdown {
  position: relative; }

.top-navigation li.level0.static-dropdown .container, .top-navigation li.m-dropdown .container {
  width: auto; }

.top-navigation li.level0.static-dropdown .menu-static-blocks img {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 0; }

.top-navigation li.level0.active,
.top-navigation li.level0:hover {
  padding: 0; }

.top-navigation > li > a,
.top-navigation > li > a:hover {
  display: block;
  outline: none; }

.top-navigation a {
  margin: 0;
  font-size: 13px;
  outline: none;
  text-transform: uppercase; }

.banner-sub-top {
  margin: 15px 8px 0 11px;
  padding: 0 5px; }

.top-mega-block .top-mega-block-content {
  width: 64%;
  margin: 0 20px;
  padding: 7px 0 13px;
  float: left;
  border-bottom: 1px solid #eee;
  color: #000; }

.top-mega-block .top-mega-block-content b {
  margin-right: 15px;
  float: left;
  line-height: 17px; }

.top-mega-block .top-mega-block-content a {
  display: inline-block;
  margin-right: 15px;
  color: #000;
  font-size: 12px;
  line-height: 17px; }

.top-navigation li {
  -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s; }

.top-navigation li.level0 {
  border-radius: 5px; }

.top-navigation > li.parent:hover {
  border-radius: 5px 5px 0 0; }

.top-navigation li.level0.parent a.level-top:after {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "porto";
  font-size: 12px;
  content: '\e81c'; }

.top-navigation li.level0 a.level-top {
  padding: 17px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.top-navigation li.level0.parent a.level-top {
  padding-right: 25px; }

.top-navigation li.level0.parent a.level-top:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.top-navigation li.active a.level-top {
  outline: none; }

.top-navigation a,
#megamenu a,
.top-navigation li.level0 a {
  position: relative; }

/*Label category*/
.mobile-nav li.level0 > a > span > .cat-label {
  display: inline-block;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  margin: 0 0 0 10px; }

.mobile-nav li.level0 > a > span > .cat-label:before {
  position: absolute;
  top: 3px;
  left: -6px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-right-color: #0cc485;
  content: ''; }

li.level0 > a > span > .cat-label {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 2px;
  border-radius: 2px;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase; }

.cat-label-label1 {
  background-color: #5bd2ec;
  color: #fff; }

.cat-label-label2 {
  background-color: #d52462;
  color: #fff; }

.mobile-nav li.level0 > a > span > .cat-label-label1.pin-bottom:before {
  border-top-color: transparent !important;
  border-right-color: #5bd2ec !important; }

li.level0 > a > span > .cat-label-label1.pin-bottom:before {
  border-top-color: #5bd2ec; }

li.level0 > a > span > .cat-label-label2.pin-bottom:before {
  border-top-color: #d52462; }

.mobile-nav li.level0 > a > span > .cat-label-label2.pin-bottom:before {
  border-top-color: transparent !important;
  border-right-color: #d52462; }

li.level1 > a > span > .cat-label {
  display: inline-block !important;
  margin-left: 2px;
  padding: 0 4px;
  vertical-align: top; }

li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  bottom: -4px;
  left: 3px;
  width: 0;
  height: 0;
  transition: border-color 450ms ease-in-out;
  border: 2px solid transparent;
  content: ''; }

.cat-label {
  position: absolute;
  margin-left: 6px;
  top: 7px;
  padding: 2px 3px;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  color: #fff;
  font-size: 8px;
  line-height: 1;
  text-decoration: none;
  text-transform: none; }

.cat-label:hover {
  text-decoration: none; }

.cat-label.cat-label-new.pin-left:before {
  border-right-color: #0cc485; }

.cat-label.pin-left:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 3px solid transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -3px; }

.cat-label.cat-label-new {
  background-color: #0cc485; }

.top-navigation li.level0 ul li {
  height: auto; }

.top-navigation .menu-wrap-sub ul {
  position: static;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0; }

.top-navigation ul.level0 li {
  position: relative;
  padding: 0 15px;
  float: left;
  outline: none; }

.top-navigation ul li,
.top-navigation ul li.active {
  background: none; }

.top-navigation li.level0 ul li ol {
  margin: 0 0 0 5px; }

.top-navigation li.level0 ul li a {
  font-size: 13px;
  text-transform: capitalize; }

.top-navigation li.level0 ul li.groups > a {
  margin: 10px 8px 5px;
  padding: 0 5px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase; }

.top-navigation li.level0 ul li.groups > a:hover {
  text-decoration: underline; }

.top-navigation li ul span {
  white-space: nowrap; }

.top-navigation li.level0 ul li a, .top-navigation li.level0 .groups-wrapper ul li a {
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: medium none; }

.top-navigation li.level0 ul li a, .top-navigation li.level0 .groups-wrapper ul li a span {
  margin: 0 8px;
  padding: 5px;
  float: left; }

.top-navigation li.level1 ul.level1 li.level2:hover a span {
  text-decoration: underline; }

.top-navigation li.m-dropdown li.level1 ul.level1 li.level2:hover a span {
  text-decoration: none; }

.top-navigation li.level0 .groups-wrapper ul li a:hover {
  padding-left: 20px; }

.top-navigation li.level0 ul li a span.title_group {
  padding-left: 0;
  font-family: Montserrat, arial, serif; }

.top-navigation ul li ul.level1 li, .top-navigation ul li ul.level2 li {
  width: 100%;
  margin-left: 0px;
  padding: 0;
  border: 0; }

.top-navigation ul li ul.level1 li:last-child a {
  margin-bottom: 0; }

.top-navigation ul li ul.level1 > li:first-child {
  margin-top: 0; }

.top-navigation li .menu-wrap-sub li div.menu-wrap-sub {
  top: 5px;
  width: 100%; }

/*Dropdown classic*/
.fl-right {
  float: right; }

.top-navigation li.m-dropdown {
  position: relative; }

.top-navigation .dropdown ul li {
  width: 100%;
  margin: 0;
  padding: 0; }

.top-navigation .dropdown ul li:first-child {
  border-top-width: 0; }

.top-navigation li.m-dropdown .dropdown.menu-wrap-sub {
  width: auto !important;
  min-width: 230px;
  padding: 5px 0; }

.top-navigation li.m-dropdown .dropdown .ulmenu-block {
  width: 100%; }

.top-navigation .m-dropdown .dropdown ul li a {
  display: block;
  margin: 0 8px;
  padding: 10px 30px 10px 5px;
  float: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 1; }

.top-navigation .m-dropdown .dropdown ul li:hover > a {
  background-color: #f4f4f4;
  color: #777; }

.top-navigation .m-dropdown .dropdown ul li:first-child a {
  border-top: 0; }

.top-navigation .m-dropdown .dropdown ul li .menu-wrap-sub {
  top: -5px;
  padding: 5px 0;
  border-top: 0;
  border-radius: 6px; }

.top-navigation .m-dropdown .dropdown ul li .menu-wrap-sub ul li a {
  overflow: hidden; }

.top-navigation .m-dropdown .dropdown ul li.parent > a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  margin-left: 0;
  font-family: 'porto';
  font-size: 12px;
  content: '\e81a'; }

.ulmenu-block-right {
  text-align: center; }

.top-navigation .ulmenu-block .action {
  position: relative;
  top: -15px; }

.blog-right-1 {
  position: absolute;
  top: -35px;
  left: -5px;
  text-align: left; }

.main-navigation .blog-right-1 h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 6px 50px 6px 8px;
  color: #fff;
  background-color: #2e2e2e;
  font-size: 23px;
  font-weight: 600;
  line-height: 1; }

.main-navigation .blog-right-1 a {
  padding: 5px 7px 5px 15px;
  border: 0;
  border-radius: 4px;
  color: white !important;
  font-size: 13px;
  line-height: 18px; }

.blog-right-2 {
  width: 60%;
  margin: 0 auto;
  margin-top: -20px !important;
  font-size: 13px;
  line-height: 14px; }

/****Vertical Megamenu***/
.col-right .vertical-navigation-main ul li.m-dropdown ul li.level1 div.menu-wrap-sub {
  width: 100%;
  right: 250px !important; }

.col-right .vertical-navigation-main ul li.m-dropdown ul li.level1 div.groups-wrapper div.menu-wrap-sub {
  width: 100%;
  right: 222px !important; }

.col-right .vertical-navigation-main li.level2 div.menu-wrap-sub {
  width: 100%;
  right: 186px !important; }

.col-right .vertical-navigation-main div.menu-wrap-sub {
  top: 0;
  width: 620px;
  padding: 0;
  border: 0;
  outline: none;
  background: #dedee4;
  box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
  clear: left;
  z-index: 9; }

.col-left .vertical-navigation-main div.menu-wrap-sub {
  position: absolute;
  top: 0;
  left: 100%;
  width: 620px;
  padding: 0;
  border: 0;
  background: #dedee4;
  box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
  outline: none;
  z-index: 9; }

.col-left .vertical-navigation-main li.level1 div.menu-wrap-sub {
  width: 100%; }

.vertical-navigation-main .dropdown ul.level0 li {
  width: 100%;
  padding: 0 13px; }

.vertical-navigation-main li.m-dropdown .dropdown.menu-wrap-sub {
  width: 270px;
  max-width: 300px; }

ul.vertical-navigation-container > li {
  position: relative;
  height: 36px;
  border-bottom: #dfdfdf solid 1px;
  line-height: 35px; }

.vertical-navigation-main li.level0 ul li {
  height: auto; }

.vertical-navigation-main ul.level0 li {
  position: relative;
  float: left;
  outline: none; }

.vertical-navigation-main ul li ul.level1 li,
.vertical-navigation-main ul li ul.level2 li {
  width: 100%;
  margin: 0;
  padding: 0 0 0 10px;
  border: 0; }

/*Side Menu*/
.main-navigation .top-navigation.side-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-navigation .top-navigation.side-menu > li {
  display: block;
  position: relative;
  margin: 0;
  float: none;
  transition: all .2s;
  border-radius: 0; }

.main-navigation .top-navigation.side-menu > li > a {
  display: block;
  position: relative;
  margin: 0 10px;
  padding: 12.6px 5px;
  border-top: 1px solid #ddd;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

.main-navigation .top-navigation.side-menu > li:hover > a {
  border-color: transparent; }

.main-navigation .top-navigation.side-menu > li:hover > a {
  color: #fff; }

.main-navigation .top-navigation.side-menu > li:first-child > a {
  border-top: 0; }

.main-navigation .top-navigation.side-menu > li > a span.cat-label {
  display: inline-block;
  position: relative;
  top: -1px;
  right: 0px;
  margin: 0 0 0 10px;
  padding: 2px;
  border-radius: 2px;
  font: inherit;
  font-size: 9px;
  line-height: 1;
  z-index: 1; }

.main-navigation .top-navigation.side-menu > li > a span.cat-label:before {
  position: absolute;
  top: 3px;
  left: -6px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  content: ''; }

.main-navigation .top-navigation.side-menu > li > a span.cat-label-label1:before {
  border-right-color: #5bd2ec; }

.main-navigation .top-navigation.side-menu > li > a span.cat-label-label2:before {
  border-right-color: #d52462; }

.main-navigation .top-navigation.side-menu > li.parent a.level-top:after {
  right: 0;
  left: auto;
  font-size: 13px;
  content: '\e814'; }

.main-navigation .top-navigation.side-menu > li.parent:hover > a.level-top:after {
  color: #fff; }

.main-navigation .top-navigation.side-menu > li .menu-wrap-sub {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 100% !important;
  width: 850px;
  border: 0;
  border-left: 5px solid #3b3b3b;
  border-radius: 0 5px 5px 7px;
  background-color: #fff;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5); }

.main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  font-family: 'porto';
  font-size: 13px;
  content: '\e814'; }

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub {
  width: inherit;
  padding: 10px 0;
  border: 0; }

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub .ulmenu-block {
  padding: 0; }

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub .ulmenu-block .row {
  margin: 0; }

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub a {
  padding: 13px 5px;
  font-size: 13px; }

.header-menu-style-background_new .main-nav ul.top-navigation > li.parent > a {
  padding-right: 25px; }

.header-menu-style-background_new .main-nav ul.top-navigation > li::after {
  right: 10px; }

.header-menu-style-background_new .main-nav ul.top-navigation > li.parent > a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -14px;
  margin-left: -8px;
  transition: all .1s;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  content: '';
  opacity: 0;
  visibility: hidden; }

.header-menu-style-background_new .main-nav ul.top-navigation > li.parent:hover > a::before {
  opacity: 1;
  visibility: visible; }

.header-menu-style-background_new .main-nav ul.top-navigation > li.active,
.header-menu-style-background_new .main-nav ul.top-navigation > li:hover {
  background-color: #3b3b3b; }

.header-menu-style-background_new .main-nav ul.top-navigation > li.active > a,
.header-menu-style-background_new .main-nav ul.top-navigation > li:hover > a {
  color: #fff; }

.header-menu-style-background_new .main-nav ul.top-navigation > li .menu-wrap-sub {
  padding: 10px 5px;
  border: 0; }

.header-menu-style-background_new .main-nav .main-navigation ul.top-navigation .menu-wrap-sub {
  background-color: #fff;
  border-top-color: #fff;
  color: #777; }

.header-menu-style-background_new .top-navigation li.level0 ul li li {
  clear: both; }

.header-menu-style-background_new .top-navigation li.level0 ul li.groups > a {
  display: block;
  margin-top: 15px;
  margin-bottom: 4px;
  padding: 0 5px;
  float: none;
  color: #434d53;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.001em;
  line-height: 1.5;
  text-transform: uppercase; }

.header-menu-style-background_new .top-navigation li.level0 ul li a {
  display: block;
  padding: 5px;
  float: none;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden; }

.header-menu-style-background_new .top-navigation li.level0 ul li a span {
  white-space: nowrap; }

.header-menu-style-background_new .top-navigation li.level0 ul li a span.cat-label {
  display: inline-table; }

.header-menu-style-background_new .top-navigation li.level0 ul li .menu-wrapper {
  padding: 5px 0;
  overflow: hidden; }

.header-menu-style-background_new .top-navigation .menu-wrap-sub ul {
  padding: 0 !important; }

.header-menu-style-background_new .top-navigation li.level0.static-dropdown .mega-columns ul.level0 li.level1.groups.item {
  padding: 0 15px !important; }

.header-menu-style-background_new .top-navigation li.level1 ul.level1 li.level2 a span {
  float: none; }

.header-menu-style-background_new .top-navigation li.level0.static-dropdown .menu-static-blocks img {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/*==============================================================================
  #magnific-popup style
==============================================================================*/
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: ''; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-close, .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-figure, img.mfp-img {
  line-height: 0; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*==============================================================================
  #End merge styles
==============================================================================*/
p.section-title {
  margin-bottom: 15px;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600;
  font-size: 1.3em; }

.data-table tr td {
  text-align: center; }

.data-table tbody td, .data-table tbody th {
  border-color: white !important; }

/*============================================================================
  #shipping info style
==============================================================================*/
.shipping-info-preview-wrap {
  padding: 30px 0; }

.shipping-content-preview {
  background: #F4F5F8;
  border-style: None;
  border-color: #40b141;
  border-width: 2px;
  background-size: cover !important;
  background-position: 100% !important;
  display: inline-block;
  max-width: 100%;
  padding: 10px 27px; }

.shipping-preview-line p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #344c67;
  font-size: 14px;
  position: relative;
  padding: 8px 0;
  line-height: 24px;
  word-wrap: break-word;
  padding-left: 43px;
  text-align: left !important;
  margin: 0 !important; }

.fireapps-shipping-icon-item {
  margin-right: 10px;
  width: 30px;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 0; }

/*============================================================================
  #sitemap style
==============================================================================*/
.sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 14px; }

.sitemap li.level-1 {
  padding-left: 20px; }

.sitemap li.level-2 {
  padding-left: 40px; }

.sitemap li {
  margin: 3px 0; }

@media screen and (max-width: 639px) {
  .brands-image {
    display: none !important; }

  .brands-image-mobile {
    display: block !important; } }
@media screen and (min-width: 640px) {
  .brands-image {
    display: block !important; }

  .brands-image-mobile {
    display: none !important; } }
@media screen and (min-width: 1200px) {
  .brands-image .owl-stage-outer .owl-stage .owl-item {
    margin-right: 50px !important; } }
.sticky-detail .product-name-area {
  width: 100% !important; }

.sticky-detail .product-name-area .product-name {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important; }

.sticky-detail .product-name-area .product-name:hover {
  overflow: visible !important;
  white-space: inherit  !important; }

.discountStyle {
  display: none !important; }

.cart_delivery_info {
  display: none !important; }
