.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.col-centered {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.engoc-row-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.margin-bottom-15 {
  margin-bottom: 15px; }

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

.margin-bottom-30 {
  margin-bottom: 30px; }

/* Review title */
.engoc-review-app h1, .engoc-review-app h2, .engoc-review-app h3, .engoc-review-app h4, .engoc-review-app h5, .engoc-review-app h6, .engoc-review-app label {
  font-weight: normal !important; }

/* Quantity product detail */
.qtyminus i, .qtyplus i {
  font-size: 10px; }

.js-qty input, .ajaxcart__qty input {
  text-align: left;
  padding: 9px 30px 9px 0;
  border: 3px solid #f4f4f4;
  border-radius: 0;
  color: #222;
  text-align: center;
  height: 56px; }
  .js-qty input:focus, .ajaxcart__qty input:focus {
    outline: none; }

.js-qty__adjust {
  width: 30px;
  height: 28px;
  display: block;
  text-align: center;
  line-height: 20px;
  right: 0;
  padding: 0;
  background: #f4f4f4;
  color: #d4d4d4; }
  .js-qty__adjust:hover, .js-qty__adjust:focus, .js-qty__adjust:active, .js-qty__adjust:active:hover, .js-qty__adjust:active:focus {
    color: #222;
    outline: none; }

.js-qty__adjust--minus {
  left: initial;
  top: initial; }

.js-qty, .ajaxcart__qty {
  display: inline-block; }

/* Rating star */
.spr-icon.spr-icon-star-empty {
  opacity: 1 !important; }

.spr-badge .spr-icon, .spr-badge .spr-icon-star {
  margin-right: 1.6px; }

/*Button Add to Wishlist*/
.maxus-product__item--list .maxus-product__content form.contact-form {
  display: inline-block; }
  .maxus-product__item--list .maxus-product__content form.contact-form button {
    color: #bbb;
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 0; }
    .maxus-product__item--list .maxus-product__content form.contact-form button:hover {
      color: #000000; }

.maxus-product__item .maxus-product__wrap form.contact-form {
  display: inline-block; }
  .maxus-product__item .maxus-product__wrap form.contact-form button {
    color: white;
    background: transparent;
    border: none;
    font-size: 20px;
    padding: 0; }
    .maxus-product__item .maxus-product__wrap form.contact-form button:hover {
      color: #000000; }

/*Button Remove Page Wishlist*/
.engoc-remove-item-wishlist {
  background: transparent;
  border: none;
  font-size: 20px;
  padding: 0; }
  .engoc-remove-item-wishlist:hover, .engoc-remove-item-wishlist:focus, .engoc-remove-item-wishlist:active:hover, .engoc-remove-item-wishlist:active:focus {
    color: #000000;
    background-color: transparent;
    border-color: transparent; }

/*Button Add to Cart Page Wishlist*/
.engoc-addcart-item-wishlist {
  background: transparent;
  border: none;
  font-size: 20px;
  padding: 0; }
  .engoc-addcart-item-wishlist:hover {
    color: #000000;
    background-color: transparent;
    border-color: transparent; }

/**/
.pagination > span {
  min-width: 50px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  float: none;
  display: inline-block;
  position: relative;
  padding: 12px 12px;
  line-height: 1.5;
  text-decoration: none;
  margin-left: -1px; }
  .pagination > span.current {
    color: #000000;
    margin: 0 10px;
    border-radius: 50%;
    box-shadow: 10px 17px 40px 0px rgba(168, 172, 185, 0.62); }
  .pagination > span.next {
    border-left: 1px solid #e1e1e1 !important;
    right: -350px;
    height: 90px;
    line-height: 90px;
    display: none !important;
    z-index: 9;
    padding: 0 1px;
    min-width: 200px;
    top: 0;
    bottom: 0;
    position: absolute;
    font-size: 10px; }
    @media (min-width: 1200px) {
      .pagination > span.next {
        display: block !important; } }
  .pagination > span.prev {
    border-right: 1px solid #e1e1e1 !important;
    left: -350px;
    height: 90px;
    line-height: 90px;
    display: none !important;
    z-index: 9;
    padding: 0 1px;
    min-width: 200px;
    top: 0;
    bottom: 0;
    position: absolute;
    font-size: 10px; }
    @media (min-width: 1200px) {
      .pagination > span.prev {
        display: block !important; } }
  .pagination > span a {
    color: #959595; }
    .pagination > span a:hover, .pagination > span a:focus {
      color: #000000; }

/* ========================================
10. Swatch
======================================== */
/* 
Swatches Styles
*/
.swatch {
  margin-bottom: 10px;
  width: 100%;
  margin: 1em 0; }

.swatch .engo-swatch-label {
  font-weight: bold;
  width: 100px;
  margin-bottom: 5px; }

/* Label */
.swatch .header {
  margin: 0.5em 0;
  font: 700 14px/20px Roboto Condensed;
  text-transform: uppercase; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  /* Rounded corners */
  /*   -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%; */
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 40px !important;
  height: 40px !important;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: 3px solid #f4f4f4;
  /* Background color */
  background-color: #fff;
  border-radius: 50%;
  /* Styling text */
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #222;
  transition: .3s; }

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

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

/* Styling selected swatch */
.swatch [class*="color"] input:checked + label, .swatch [class*="color"] input:hover + label {
  position: relative;
  background: transparent;
  border-color: #f26c4f;
  /*   &:before {
  border: 3px solid #f26c4f;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1;
} */ }

.swatch input:checked + label, .swatch input:hover + label {
  background: #f26c4f;
  color: white;
  /*   -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8); */
  border-color: transparent;
  font-weight: 400;
  line-height: 32px !important; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 5px 5px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
11. Widgets Filter by Price, Size, Color
======================================== */
.engoc_sw_filter_tag .filter-tag ul li {
  margin-bottom: 10px; }
  .engoc_sw_filter_tag .filter-tag ul li input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1; }
  .engoc_sw_filter_tag .filter-tag ul li a.active {
    color: #e0545f;
    display: block;
    position: relative; }
    .engoc_sw_filter_tag .filter-tag ul li a.active:before {
      content: "";
      display: block;
      width: 9px;
      height: 1px;
      background: #e0545f;
      position: absolute;
      top: 13px;
      right: 0px;
      transform: rotateZ(45deg); }
    .engoc_sw_filter_tag .filter-tag ul li a.active:after {
      content: "";
      display: block;
      width: 1px;
      height: 9px;
      background: #e0545f;
      position: absolute;
      top: 9px;
      right: 4px;
      transform: rotateZ(45deg); }

/* ========================================
12. Popup Quickview
======================================== */
.tshopify-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .tshopify-popup.wishlist-popup .btn-cart {
    display: none; }
  .tshopify-popup.loading {
    z-index: 999; }
  .tshopify-popup .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0; }
  .tshopify-popup .content {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
    min-width: 490px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  @media (max-width: 1500px) {
    .tshopify-popup .content {
      max-width: 700px; } }
  @media (max-width: 1300px) {
    .tshopify-popup .content {
      max-width: 650px; } }
  .tshopify-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0;
    height: auto;
    width: auto; }
    .tshopify-popup.active .content {
      max-height: 100%; }
    .tshopify-popup.active .overlay {
      width: 100%;
      height: 100%; }
  .tshopify-popup .close-window {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e95151;
    color: #ffffff;
    width: 24px;
    height: 24px;
    text-align: center; }
    .tshopify-popup .close-window i {
      line-height: 24px; }
  .tshopify-popup .success-message:hover:before {
    background: #ffb533;
    color: #fff; }
  .tshopify-popup .success-message:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-size: 12px; }
  .tshopify-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .tshopify-popup .product-name {
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400; }
  .tshopify-popup .prices span.price {
    color: #e95252;
    font-size: 16px;
    font-weight: 400; }
  .tshopify-popup label {
    /*     font-weight: normal; */ }
  .tshopify-popup .total-price {
    margin-top: 15px;
    margin-bottom: 15px; }
    .tshopify-popup .total-price span.sub_total_price {
      color: #e95252;
      font-size: 16px;
      font-weight: 400; }
  .tshopify-popup .uno_product__description {
    padding-top: 14px;
    padding-bottom: 14px; }
    .tshopify-popup .uno_product__description p {
      color: #979797;
      font-size: 12px;
      line-height: 25px; }
  .tshopify-popup .engoc_hide_owl_control .owl-controls {
    display: none !important; }

/* ========================================
13. Popup Ajax AddtoCart
======================================== */
.engo-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .engo-popup.wishlist-popup .btn-cart {
    display: none; }
  .engo-popup.loading {
    z-index: 999; }
  .engo-popup .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0; }
  .engo-popup .content {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
    min-width: 490px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  @media (max-width: 1500px) {
    .engo-popup .content {
      max-width: 700px; } }
  @media (max-width: 1300px) {
    .engo-popup .content {
      max-width: 650px; } }
  .engo-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0;
    height: auto;
    width: auto; }
    .engo-popup.active .content {
      max-height: 100%; }
    .engo-popup.active .overlay {
      width: 100%;
      height: 100%; }
  .engo-popup .close-window {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    background-color: #e95151;
    color: #ffffff;
    width: 24px;
    height: 24px;
    text-align: center; }
    .engo-popup .close-window i {
      line-height: 24px; }
  .engo-popup .success-message {
    color: #979797;
    font-size: 13px;
    line-height: 25px; }
    .engo-popup .success-message:before {
      font-family: FontAwesome;
      content: "\f00c";
      display: inline-block;
      margin-right: 10px;
      font-size: 12px; }
  .engo-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .engo-popup .product-name {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400; }
  .engo-popup .actions {
    display: inline-block; }

.cart-popup .btn-wishlist {
  display: none; }

.f-left {
  float: left; }

.mt-24 {
  margin-top: 24px; }

.mr-10 {
  margin-right: 10px; }

/*Hidden Ajax Popup AddtoCart Mobile*/
@media screen and (max-width: 480px) {
  .engoc_hide_mobile {
    display: none !important; } }
/* ========================================
14. Product search - Auto complate
======================================== */
/* ========================================
15. SVG Sold out
======================================== */
.crossed-out {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0; }
  .crossed-out svg {
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    margin: 50%; }
  .crossed-out:hover {
    cursor: default; }

/* ========================================
16. SVG Image product placeholder
======================================== */
.placeholder-svg {
  display: block;
  fill: rgba(120, 129, 136, 0.35);
  background-color: rgba(120, 129, 136, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 129, 136, 0.2); }

.maxus-product__item .maxus-product__image .placeholder-svg {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; }

/* ========================================
CUSTOM GOOGLE FONTS
======================================== */
/* Font 1 */
/* Font 2 */
body {
  font-family: Open Sans; }

.lato-font {
  font-family: Lato; }

/* ========================================
CUSTOM COLORS
======================================== */
a {
  color: #555555; }

a:hover,
a:focus {
  color: black; }

.border {
  border: 1px solid #e5e5e5; }

.border-left {
  border-left: 1px solid #e5e5e5; }

.border-right {
  border-right: 1px solid #e5e5e5; }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.desc {
  color: #555555; }

.white {
  color: white; }

.black {
  color: black; }

.dark {
  color: black; }

.gray {
  color: #555555; }

.silver {
  color: #999999; }

.navi {
  color: #1b2b3a; }

.bg-navi {
  background: #1b2b3a; }

.blue {
  color: #43567e; }

.bg-blue {
  background: #43567e; }

.smoke {
  color: #cccccc; }

.bg-white {
  background: white; }

.bg-dark {
  background: black; }

/*======================================== */
.engoc-z-index-10003 {
  z-index: 10003; }

/* Label setting */
.product-thumb .product-label span.engoc-label-new {
  background: #ce5539;
  color: #ffffff;
  font-size: 18px; }
.product-thumb .product-label span.engoc-label-hot {
  background: #e65f5f;
  color: #ffffff;
  font-size: 18px; }
.product-thumb .product-label span.engoc-label-sale {
  background: #df765e;
  color: #ffffff;
  font-size: 18px; }
.product-thumb .product-label span.engoc-label-sold {
  background: #000000;
  color: #ffffff;
  font-size: 18px; }

.pagi-nav {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px; }
  .pagi-nav span {
    display: inline-block;
    height: 30px;
    line-height: 27px;
    border: 1px solid transparent;
    min-width: 30px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700; }
    .pagi-nav span a {
      color: #222222;
      text-decoration: none; }
    .pagi-nav span.current {
      border-color: #f26c4f;
      background-color: #f26c4f;
      color: #fff; }
    .pagi-nav span.next, .pagi-nav span.prev {
      border-color: #222222; }

.product-grid-view {
  margin-bottom: 15px; }

.engoc-collection-image {
  margin-bottom: 10px; }

.engoc-collection-des {
  margin-bottom: 20px; }

@media (max-width: 480px) {
  .product-grid-view .col-xs-6 {
    width: 50%; } }
/* ========================================
Michelie theme
======================================== */
body, h1, .h1, h2, .h2, .tab-products .nav-tabs, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Open Sans;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400; }

/*********************************
BACK TO TOP
*********************************/
#back-to-top {
  display: inline-block;
  background-color: #f26c4f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  cursor: pointer; }
  #back-to-top i {
    line-height: 50px;
    font-size: 20px;
    color: #fff; }
    #back-to-top i:after {
      position: absolute;
      content: "";
      background-color: transparent;
      width: 50px;
      top: 0;
      left: 0;
      height: 50px;
      box-shadow: 0 0 4px #222222;
      outline: none;
      border-radius: 50%;
      animation: myAnimation3 1.5s infinite;
      -webkit-animation: myAnimation3 1.5s infinite;
      -o-animation: myAnimation3 1.5s infinite;
      -moz-animation: myAnimation3 1.5s infinite; }

#back-to-top.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer; }

/*********************************
MENU MOBILE
*********************************/
.background-overlay {
  position: fixed;
  top: 59px;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: 100;
  display: none; }
  .background-overlay.active {
    display: block; }

.menu-mobile {
  color: #333333;
  top: 0;
  transform: translate(0, 0);
  transition: all 300ms ease-out; }
  .menu-mobile .menu {
    background: #fff;
    color: #222222;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 9;
    padding: 4px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5; }
  .menu-mobile .menu-mobile-left {
    width: 80px; }
  .menu-mobile .menu-hamburger-v2 {
    color: #fff !important; }
  .menu-mobile .menu-hamburger {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    cursor: pointer;
    color: #222222;
    line-height: 55px;
    transition: all ease-out 0.3s; }
    .menu-mobile .menu-hamburger.active {
      background: #ccc;
      padding: 2px 18px;
      width: 65px;
      transition: all ease-out 0.3s; }
      .menu-mobile .menu-hamburger.active:hover {
        opacity: 0.7;
        transition: all ease-out 0.3s; }
    .menu-mobile .menu-hamburger span {
      vertical-align: middle;
      border-bottom: 2px solid;
      display: inline-block;
      height: 2px;
      width: 28px;
      margin-bottom: 3px;
      margin-top: 3px;
      position: relative; }
      .menu-mobile .menu-hamburger span:before, .menu-mobile .menu-hamburger span:after {
        vertical-align: middle;
        border-bottom: 2px solid;
        display: inline-block;
        height: 2px;
        width: 28px;
        transition: all ease 0.3s;
        left: 0;
        position: absolute;
        content: ""; }
      .menu-mobile .menu-hamburger span:before {
        top: -7px; }
      .menu-mobile .menu-hamburger span:after {
        top: 7px; }
      .menu-mobile .menu-hamburger span.active {
        width: 0;
        color: #f26c4f; }
        .menu-mobile .menu-hamburger span.active:before {
          top: 0px;
          width: 26px;
          transform: rotate(45deg); }
        .menu-mobile .menu-hamburger span.active:after {
          top: 0px;
          width: 26px;
          transform: rotate(-45deg); }
  .menu-mobile .header-logo {
    line-height: 45px;
    margin: 0 auto; }
  .menu-mobile .ti-search {
    line-height: 55px;
    font-size: 26px;
    text-align: right;
    width: 40px; }
  .menu-mobile .icon-ecommerce-bag {
    position: relative;
    font-size: 26px;
    text-align: right;
    line-height: 55px;
    width: 40px;
    padding: 0;
    margin: 0; }
    .menu-mobile .icon-ecommerce-bag span {
      position: absolute;
      border: 1px solid #f26c4f;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      color: #fff;
      top: 22px;
      right: -10px;
      line-height: 16px;
      letter-spacing: 0;
      font-size: 10px;
      background: #f26c4f;
      text-align: center; }

.header-middle {
  width: 360px;
  max-width: calc(100% - 40px);
  margin: 10px auto;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 5px;
  color: #999;
  position: relative; }
  .header-middle .search-submit {
    width: 50px;
    position: absolute;
    top: 2px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 40px;
    text-align: center;
    right: 10px;
    padding: 0;
    background: transparent;
    border: none;
    color: #999;
    line-height: 1; }
  .header-middle .categories-title {
    color: #999;
    text-decoration: none;
    font-size: 16px;
    line-height: 50px; }
  .header-middle #categories-mobile {
    position: absolute;
    top: 52px;
    left: 0;
    list-style: none;
    border: 1px solid #ddd;
    background: #fff;
    width: 360px;
    max-width: 100%;
    border-radius: 5px;
    z-index: 1; }
    .header-middle #categories-mobile .categories-item li {
      padding: 10px 20px;
      border-bottom: 1px solid #ddd; }
      .header-middle #categories-mobile .categories-item li:hover a, .header-middle #categories-mobile .categories-item li:hover i {
        color: #f26c4f;
        transition: .5s; }
      .header-middle #categories-mobile .categories-item li a {
        color: #999;
        text-decoration: none;
        font-size: 12px; }
      .header-middle #categories-mobile .categories-item li .fa-caret-right {
        float: right;
        margin-top: 7px;
        color: #999; }

.menu-mobile-tab {
  position: relative;
  display: inline-block;
  float: left;
  height: 100%;
  width: 100%;
  transition: margin 0.4s; }
  .menu-mobile-tab .box {
    width: 360px;
    background: #cccc;
    bottom: 0;
    color: #333333;
    max-height: calc(100% - 50px);
    position: fixed;
    top: 59px;
    z-index: 101;
    left: -360px;
    max-width: calc(100% - 20px);
    transition: all ease 0.3s;
    padding: 10px; }
    .menu-mobile-tab .box.active {
      left: 0; }
  .menu-mobile-tab .box-tab-nav-v2 button:first-child.active {
    background: #f26c4f !important;
    color: #fff !important; }
  .menu-mobile-tab .box-tab-nav-v2 button:last-child.active {
    background: #f26c4f !important; }
  .menu-mobile-tab .box-tab-nav {
    margin-bottom: 10px; }
    .menu-mobile-tab .box-tab-nav button:first-child {
      width: 50%;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border: none;
      height: 50px;
      background: #fff;
      color: #222222;
      transition: 0.3s;
      outline: none; }
      .menu-mobile-tab .box-tab-nav button:first-child.active {
        background: #222222;
        color: #fff; }
        .menu-mobile-tab .box-tab-nav button:first-child.active .menu-hamburger {
          color: #fff; }
    .menu-mobile-tab .box-tab-nav button:last-child {
      width: 50%;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background: #fff;
      color: #222222;
      border: none;
      height: 50px;
      transition: 0.3s;
      outline: none; }
      .menu-mobile-tab .box-tab-nav button:last-child.active {
        background: #222222;
        color: #fff; }
    .menu-mobile-tab .box-tab-nav .menu-hamburger {
      display: inline-block;
      position: relative;
      width: 45px;
      cursor: pointer;
      color: #222222;
      line-height: 50px;
      transition: all ease 0.3s; }
      .menu-mobile-tab .box-tab-nav .menu-hamburger span {
        vertical-align: middle;
        border-bottom: 2px solid;
        display: inline-block;
        height: 2px;
        width: 15px;
        margin-bottom: 3px;
        margin-top: 3px;
        position: relative; }
        .menu-mobile-tab .box-tab-nav .menu-hamburger span:before, .menu-mobile-tab .box-tab-nav .menu-hamburger span:after {
          vertical-align: middle;
          border-bottom: 2px solid;
          display: inline-block;
          height: 2px;
          left: 0;
          position: absolute;
          content: ""; }
        .menu-mobile-tab .box-tab-nav .menu-hamburger span:before {
          top: -7px;
          width: 30px; }
        .menu-mobile-tab .box-tab-nav .menu-hamburger span:after {
          top: 7px;
          width: 20px; }
    .menu-mobile-tab .box-tab-nav .title-menu {
      font-size: 12px;
      text-align: center;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 3px;
      line-height: 50px;
      padding: 0 10px; }
    .menu-mobile-tab .box-tab-nav .login-icon:before {
      font-size: 16px;
      line-height: 50px;
      margin-right: 10px; }
    .menu-mobile-tab .box-tab-nav .login-icon span {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 3px;
      line-height: 24px; }
  .menu-mobile-tab .account-login {
    height: calc(100% - 60px);
    overflow: hidden;
    display: none; }
    .menu-mobile-tab .account-login.active {
      display: block; }
  .menu-mobile-tab .account-login-content {
    position: relative;
    display: inline-block;
    z-index: 1002;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #fff;
    box-shadow: 3px 7px 120px rgba(0, 0, 0, 0.07);
    color: #868686;
    overflow: scroll; }
  .menu-mobile-tab .login-content-wrap {
    margin: auto;
    padding: 20px 15px; }
  .menu-mobile-tab .customer-login,
  .menu-mobile-tab .customer-login-register {
    margin: 0 auto;
    width: 400px;
    max-width: 100%; }
    .menu-mobile-tab .customer-login .login-icon-customer,
    .menu-mobile-tab .customer-login-register .login-icon-customer {
      font-size: 35px;
      color: #222222;
      text-align: center;
      margin-bottom: 20px;
      line-height: 1; }
    .menu-mobile-tab .customer-login .login-form p,
    .menu-mobile-tab .customer-login .login-form-register p,
    .menu-mobile-tab .customer-login-register .login-form p,
    .menu-mobile-tab .customer-login-register .login-form-register p {
      width: 100%;
      margin-bottom: 28px; }
    .menu-mobile-tab .customer-login .login-form input,
    .menu-mobile-tab .customer-login .login-form-register input,
    .menu-mobile-tab .customer-login-register .login-form input,
    .menu-mobile-tab .customer-login-register .login-form-register input {
      display: block;
      width: 100%;
      height: 40px;
      padding: 0 25px;
      font-size: 16px;
      font-family: Open Sans;
      color: #333;
      background-color: #fff;
      border: 1px solid #dddddd;
      border-radius: 5px;
      font-weight: 400; }
      .menu-mobile-tab .customer-login .login-form input::placeholder,
      .menu-mobile-tab .customer-login .login-form-register input::placeholder,
      .menu-mobile-tab .customer-login-register .login-form input::placeholder,
      .menu-mobile-tab .customer-login-register .login-form-register input::placeholder {
        color: #222222; }
      .menu-mobile-tab .customer-login .login-form input:focus,
      .menu-mobile-tab .customer-login .login-form-register input:focus,
      .menu-mobile-tab .customer-login-register .login-form input:focus,
      .menu-mobile-tab .customer-login-register .login-form-register input:focus {
        outline: none; }
    .menu-mobile-tab .customer-login .login-form .form-row,
    .menu-mobile-tab .customer-login .login-form-register .form-row,
    .menu-mobile-tab .customer-login-register .login-form .form-row,
    .menu-mobile-tab .customer-login-register .login-form-register .form-row {
      display: inline-block;
      margin-bottom: 0px; }
      .menu-mobile-tab .customer-login .login-form .form-row .remember,
      .menu-mobile-tab .customer-login .login-form-register .form-row .remember,
      .menu-mobile-tab .customer-login-register .login-form .form-row .remember,
      .menu-mobile-tab .customer-login-register .login-form-register .form-row .remember {
        float: left;
        color: #a4a4a4;
        font-size: 13px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 15px;
        font-family: Open Sans; }
        .menu-mobile-tab .customer-login .login-form .form-row .remember:hover span,
        .menu-mobile-tab .customer-login .login-form-register .form-row .remember:hover span,
        .menu-mobile-tab .customer-login-register .login-form .form-row .remember:hover span,
        .menu-mobile-tab .customer-login-register .login-form-register .form-row .remember:hover span {
          color: #333; }
        .menu-mobile-tab .customer-login .login-form .form-row .remember:hover span:before,
        .menu-mobile-tab .customer-login .login-form-register .form-row .remember:hover span:before,
        .menu-mobile-tab .customer-login-register .login-form .form-row .remember:hover span:before,
        .menu-mobile-tab .customer-login-register .login-form-register .form-row .remember:hover span:before {
          border-color: #333;
          background: #333; }
      .menu-mobile-tab .customer-login .login-form .form-row span:before,
      .menu-mobile-tab .customer-login .login-form-register .form-row span:before,
      .menu-mobile-tab .customer-login-register .login-form .form-row span:before,
      .menu-mobile-tab .customer-login-register .login-form-register .form-row span:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border: 1px solid #e2e2e2;
        background: #f2f2f2;
        border-radius: 50%;
        margin-right: 11px;
        margin-bottom: -1px;
        transition: all 0.3s; }
      .menu-mobile-tab .customer-login .login-form .form-row .lost-password,
      .menu-mobile-tab .customer-login .login-form-register .form-row .lost-password,
      .menu-mobile-tab .customer-login-register .login-form .form-row .lost-password,
      .menu-mobile-tab .customer-login-register .login-form-register .form-row .lost-password {
        float: right;
        font-size: 13px;
        line-height: 24px;
        color: #a9a9a9;
        position: relative;
        margin-bottom: 15px;
        text-decoration: none;
        font-family: Open Sans; }
        .menu-mobile-tab .customer-login .login-form .form-row .lost-password:before,
        .menu-mobile-tab .customer-login .login-form-register .form-row .lost-password:before,
        .menu-mobile-tab .customer-login-register .login-form .form-row .lost-password:before,
        .menu-mobile-tab .customer-login-register .login-form-register .form-row .lost-password:before {
          content: '';
          display: block;
          width: 100%;
          border-bottom: 1px solid;
          position: absolute;
          bottom: 0;
          left: 0; }
        .menu-mobile-tab .customer-login .login-form .form-row .lost-password:hover, .menu-mobile-tab .customer-login .login-form .form-row .lost-password:focus,
        .menu-mobile-tab .customer-login .login-form-register .form-row .lost-password:hover,
        .menu-mobile-tab .customer-login .login-form-register .form-row .lost-password:focus,
        .menu-mobile-tab .customer-login-register .login-form .form-row .lost-password:hover,
        .menu-mobile-tab .customer-login-register .login-form .form-row .lost-password:focus,
        .menu-mobile-tab .customer-login-register .login-form-register .form-row .lost-password:hover,
        .menu-mobile-tab .customer-login-register .login-form-register .form-row .lost-password:focus {
          color: #f26c4f;
          transition: 0.3s; }
    .menu-mobile-tab .customer-login .login-form .login-button,
    .menu-mobile-tab .customer-login .login-form .login-button-register,
    .menu-mobile-tab .customer-login .login-form-register .login-button,
    .menu-mobile-tab .customer-login .login-form-register .login-button-register,
    .menu-mobile-tab .customer-login-register .login-form .login-button,
    .menu-mobile-tab .customer-login-register .login-form .login-button-register,
    .menu-mobile-tab .customer-login-register .login-form-register .login-button,
    .menu-mobile-tab .customer-login-register .login-form-register .login-button-register {
      width: 100%;
      letter-spacing: 2px;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      padding: 0 15px;
      background: #000;
      border: none;
      border-radius: 5px;
      margin-bottom: 25px;
      position: relative;
      transition: all ease 0.3s;
      font-family: Open Sans; }
      .menu-mobile-tab .customer-login .login-form .login-button:hover,
      .menu-mobile-tab .customer-login .login-form .login-button-register:hover,
      .menu-mobile-tab .customer-login .login-form-register .login-button:hover,
      .menu-mobile-tab .customer-login .login-form-register .login-button-register:hover,
      .menu-mobile-tab .customer-login-register .login-form .login-button:hover,
      .menu-mobile-tab .customer-login-register .login-form .login-button-register:hover,
      .menu-mobile-tab .customer-login-register .login-form-register .login-button:hover,
      .menu-mobile-tab .customer-login-register .login-form-register .login-button-register:hover {
        background: #f26c4f;
        color: #fff;
        cursor: pointer;
        transition: all ease 0.3s; }
    .menu-mobile-tab .customer-login .special,
    .menu-mobile-tab .customer-login-register .special {
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #000;
      text-align: center;
      overflow: hidden;
      margin-bottom: 10px; }
      .menu-mobile-tab .customer-login .special span,
      .menu-mobile-tab .customer-login-register .special span {
        position: relative;
        padding: 0 10px; }
        .menu-mobile-tab .customer-login .special span:before,
        .menu-mobile-tab .customer-login-register .special span:before {
          content: "";
          border-top: 1px solid #e4e4e4;
          position: absolute;
          top: 5px;
          right: 100%;
          width: 179px; }
        .menu-mobile-tab .customer-login .special span:after,
        .menu-mobile-tab .customer-login-register .special span:after {
          content: "";
          border-top: 1px solid #e4e4e4;
          position: absolute;
          top: 5px;
          left: 100%;
          width: 179px; }
    .menu-mobile-tab .customer-login .login-icon-register,
    .menu-mobile-tab .customer-login-register .login-icon-register {
      font-size: 35px;
      color: #000;
      text-align: center;
      line-height: 1;
      margin-bottom: 34px; }
      .menu-mobile-tab .customer-login .login-icon-register .login-des-register,
      .menu-mobile-tab .customer-login-register .login-icon-register .login-des-register {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 22px; }
    .menu-mobile-tab .customer-login .special-link,
    .menu-mobile-tab .customer-login-register .special-link {
      text-align: center;
      padding-bottom: 15px; }
      .menu-mobile-tab .customer-login .special-link a,
      .menu-mobile-tab .customer-login-register .special-link a {
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        margin-right: 0;
        line-height: inherit;
        border: none;
        border-radius: 0;
        position: relative;
        padding-bottom: 3px;
        color: #000;
        text-decoration: none; }
        .menu-mobile-tab .customer-login .special-link a .flaticon-right-arrow,
        .menu-mobile-tab .customer-login-register .special-link a .flaticon-right-arrow {
          margin-left: 10px;
          font-weight: 600;
          position: relative;
          top: 1px; }
        .menu-mobile-tab .customer-login .special-link a:hover,
        .menu-mobile-tab .customer-login-register .special-link a:hover {
          color: #f26c4f;
          transition: 0.3s; }
  .menu-mobile-tab .mobile-content {
    height: calc(100% - 60px);
    display: none;
    overflow-y: scroll; }
    .menu-mobile-tab .mobile-content.active {
      display: block; }
  .menu-mobile-tab .RecoverPasswordForm input[type="email"], .menu-mobile-tab .RecoverPasswordForm input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
    font-family: Open Sans;
    color: #333;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-weight: 400; }
    .menu-mobile-tab .RecoverPasswordForm input[type="email"]::placeholder, .menu-mobile-tab .RecoverPasswordForm input[type="password"]::placeholder {
      color: #222222; }
    .menu-mobile-tab .RecoverPasswordForm input[type="email"]:focus, .menu-mobile-tab .RecoverPasswordForm input[type="password"]:focus {
      outline: none; }
  .menu-mobile-tab .RecoverPasswordForm input[type="submit"] {
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #222222;
    color: #fff;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 130px; }
    .menu-mobile-tab .RecoverPasswordForm input[type="submit"]:focus {
      outline: none; }
    .menu-mobile-tab .RecoverPasswordForm input[type="submit"]:hover {
      background: #f26c4f;
      transition: 0.3s; }
  .menu-mobile-tab .RecoverPasswordForm .block-login {
    text-align: center; }
  .menu-mobile-tab .RecoverPasswordForm .forgot-password a {
    font-size: 16px;
    font-family: Lato;
    color: #222222; }
    .menu-mobile-tab .RecoverPasswordForm .forgot-password a:hover, .menu-mobile-tab .RecoverPasswordForm .forgot-password a:focus {
      color: #f26c4f;
      transition: 0.3s; }
  .menu-mobile-tab .content {
    position: relative;
    height: 100%;
    width: 100%;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    overflow-y: auto;
    background: #fff;
    border-radius: 5px; }
    .menu-mobile-tab .content .mobile-category {
      position: relative;
      display: block;
      border-bottom: 1px solid #e6e6e6; }
    .menu-mobile-tab .content .mobile-link {
      font-family: Open Sans;
      color: #222222;
      font-weight: 700;
      font-size: 16px;
      line-height: 12px;
      padding: 18px 20px;
      height: 48px;
      width: 100%;
      vertical-align: middle;
      display: inline-block;
      text-decoration: none; }
      .menu-mobile-tab .content .mobile-link span {
        float: left; }
      .menu-mobile-tab .content .mobile-link i {
        float: right; }
      .menu-mobile-tab .content .mobile-link:before {
        float: right; }
      .menu-mobile-tab .content .mobile-link.active {
        color: #f26c4f; }
        .menu-mobile-tab .content .mobile-link.active i {
          transform: rotate(90deg);
          transition: 0.3s; }
    .menu-mobile-tab .content .mobile-link-child {
      font-family: Open Sans;
      color: #222222;
      font-weight: 400;
      font-size: 16px;
      line-height: 12px;
      padding: 10px 0;
      height: 30px;
      width: 100%;
      vertical-align: middle;
      display: inline-block;
      text-decoration: none; }
    .menu-mobile-tab .content .demo-wrap {
      position: static;
      padding: 20px 30px;
      border-top: 1px solid #e6e6e6;
      background: #fff; }
      .menu-mobile-tab .content .demo-wrap .demo-inner h3 {
        font-size: 16px;
        font-weight: 600;
        color: #222222;
        line-height: 23px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Open Sans; }
      .menu-mobile-tab .content .demo-wrap .demo-inner .megamenu-shop {
        line-height: 28px; }
        .menu-mobile-tab .content .demo-wrap .demo-inner .megamenu-shop li:hover a, .menu-mobile-tab .content .demo-wrap .demo-inner .megamenu-shop li:hover .fa-caret-right {
          color: #f26c4f;
          transition: .5s; }
        .menu-mobile-tab .content .demo-wrap .demo-inner .megamenu-shop li a {
          color: #444;
          text-decoration: none;
          font-size: 14px; }
        .menu-mobile-tab .content .demo-wrap .demo-inner .megamenu-shop li .fa-caret-right {
          float: right;
          line-height: 23px;
          font-size: 14px;
          color: #cbcbcb; }
    .menu-mobile-tab .content .language {
      width: 50%;
      padding: 10px 0 10px 20px;
      border-right: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      text-decoration: none;
      position: relative;
      background: #fff;
      border-top: none;
      border-left: none;
      text-align: left; }
      .menu-mobile-tab .content .language span {
        font-size: 14px;
        font-family: Open Sans;
        font-weight: 600;
        color: #222222; }
      .menu-mobile-tab .content .language .fa-caret-down {
        margin: 0 5px;
        color: #222222; }
    .menu-mobile-tab .content #language {
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      text-align: left;
      background-color: #fff;
      padding: 0px 0 0 20px;
      border-radius: 3px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08); }
    .menu-mobile-tab .content #currency {
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      text-align: left;
      background-color: #fff;
      padding: 0px 20px;
      border-radius: 3px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08); }
    .menu-mobile-tab .content .language-dropdown li, .menu-mobile-tab .content .currency-dropdown li {
      line-height: 38px; }
      .menu-mobile-tab .content .language-dropdown li a, .menu-mobile-tab .content .currency-dropdown li a {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #222222;
        text-decoration: none; }
        .menu-mobile-tab .content .language-dropdown li a img, .menu-mobile-tab .content .currency-dropdown li a img {
          margin-right: 5px;
          top: -1px; }
    .menu-mobile-tab .content .currency {
      padding: 10px 20px;
      border-bottom: 1px solid #e6e6e6;
      text-decoration: none;
      color: #222222;
      width: 50%;
      position: relative;
      border-top: none;
      border-left: none;
      border-right: none;
      background: #fff;
      text-align: left; }
      .menu-mobile-tab .content .currency span {
        font-size: 14px;
        font-family: Open Sans;
        font-weight: 600; }
      .menu-mobile-tab .content .currency .fa-caret-down {
        float: right;
        line-height: 26px;
        color: #222222; }
  .menu-mobile-tab .ti-close {
    cursor: pointer;
    top: 0px;
    z-index: 102;
    width: 100%;
    line-height: 45px;
    height: 47px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    background: #222222;
    text-transform: uppercase;
    width: 51px;
    right: 0; }
    .menu-mobile-tab .ti-close:hover {
      background: #f26c4f;
      color: #fff; }

.mobile-search {
  width: 100%;
  background: #fff;
  bottom: 0;
  color: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 101;
  right: -100%;
  max-width: 100%;
  transition: all ease 0.3s;
  opacity: 0; }
  .mobile-search.active {
    right: 0;
    opacity: 1; }
  .mobile-search .mobile-instant-search {
    border: 1px solid #e5e5e5;
    padding-bottom: 10px; }
  .mobile-search .close-mobile-search {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 15px; }
    .mobile-search .close-mobile-search:hover {
      color: #f26c4f; }
    .mobile-search .close-mobile-search:hover .ti-close:before {
      font-size: 24px; }
    .mobile-search .close-mobile-search .ti-close {
      text-align: center;
      width: 100%; }
      .mobile-search .close-mobile-search .ti-close:before {
        font-size: 18px;
        transition: all ease 0.3s; }
  .mobile-search form {
    margin-top: 10px; }
  .mobile-search input {
    font-family: Open Sans;
    padding: 0;
    height: 51px;
    line-height: 51px;
    width: 100%;
    font-size: 24px;
    position: relative;
    background: transparent;
    border: none;
    font-weight: 300;
    color: #000;
    text-align: center;
    z-index: 1; }
    .mobile-search input::placeholder {
      color: #222222;
      font-size: 25px; }

/*********************************
HEADER V1
*********************************/
.header-v1 .header-top:target {
  display: none; }
.header-v1 .header-top {
  padding: 20px 0;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  min-height: 70px; }
  .header-v1 .header-top .header-top-text p {
    line-height: 44px;
    color: #222222; }
  .header-v1 .header-top .header-top-text .btn-header {
    text-decoration: none; }
    .header-v1 .header-top .header-top-text .btn-header span {
      background: #000;
      padding: 6px 24px;
      line-height: 41px;
      margin-left: 48px;
      color: #fff;
      font-size: 12px;
      font-weight: 400; }
  .header-v1 .header-top .close-header-top {
    position: absolute;
    top: 5px;
    right: 0;
    text-decoration: none; }
    .header-v1 .header-top .close-header-top:before {
      background: #f26c4f;
      padding: 5px;
      border-radius: 50px;
      font-size: 8px;
      color: #fff; }
.header-v1 .header-bottom {
  background: #fff; }
.header-v1 .header-left {
  line-height: 50px;
  padding: 30px 15px; }
.header-v1 .header-center .navbar {
  padding: 0 .5rem; }
.header-v1 .header-center .navbar-nav {
  width: 100%; }
.header-v1 .header-center .nav-item {
  padding: 20px 0;
  margin-right: 40px; }
  .header-v1 .header-center .nav-item:hover {
    color: #f26c4f; }
  .header-v1 .header-center .nav-item:hover .nav-link span::before {
    transform: none;
    color: #f26c4f; }
  .header-v1 .header-center .nav-item .nav-link {
    color: #222222;
    line-height: 42px;
    padding: 16px 0; }
    .header-v1 .header-center .nav-item .nav-link span {
      position: relative;
      display: block; }
      .header-v1 .header-center .nav-item .nav-link span:before {
        content: "";
        width: 100%;
        border-bottom: 3px solid;
        bottom: -38px;
        position: absolute;
        left: 0;
        transition: all 0.3s linear 0s;
        transform: scale(0); }
  .header-v1 .header-center .nav-item:hover .dropdown-menu, .header-v1 .header-center .nav-item:hover .dropdown-menu1 {
    opacity: 1;
    visibility: visible;
    transform: none; }
.header-v1 .header-right {
  line-height: 55px;
  display: flex;
  color: #222222; }
  .header-v1 .header-right .account {
    position: relative;
    line-height: 58px;
    margin: 30px 10px; }
    .header-v1 .header-right .account a {
      color: #222222;
      font-size: 18px; }
      .header-v1 .header-right .account a:before {
        padding: 5px 20px 5px 0;
        height: 30px;
        border-right: 2px solid #e3e3e3; }
      .header-v1 .header-right .account a i {
        margin-left: 8px; }
    .header-v1 .header-right .account:hover .account-selection {
      visibility: visible;
      opacity: 1;
      top: 100%; }
    .header-v1 .header-right .account .account-selection {
      display: block;
      position: absolute;
      right: 0;
      top: 120%;
      margin: 0;
      min-width: 130px;
      background: #f4f4f4;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      padding: 10px;
      box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
      transition: all 0.3s ease;
      line-height: 28px; }
      .header-v1 .header-right .account .account-selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px; }
        .header-v1 .header-right .account .account-selection li a {
          display: block;
          color: #232530;
          border-bottom: solid 1px #222222;
          font-size: 14px;
          transition: all 0.3s ease;
          text-decoration: none; }
          .header-v1 .header-right .account .account-selection li a:hover {
            color: #f26c4f;
            transition: 0.3; }
          .header-v1 .header-right .account .account-selection li a:last-child {
            border-bottom: none; }
          .header-v1 .header-right .account .account-selection li a i {
            margin-right: 10px; }
  .header-v1 .header-right .search {
    line-height: 58px;
    margin: 30px 10px; }
    .header-v1 .header-right .search a {
      font-size: 18px;
      text-decoration: none; }
      .header-v1 .header-right .search a:hover .search-box {
        opacity: 1;
        visibility: visible;
        transform: translateX(30%); }
    .header-v1 .header-right .search .search-box {
      position: absolute;
      top: 75%;
      right: 50%;
      transform: translateX(100);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2);
      z-index: 9;
      line-height: 28px; }
      .header-v1 .header-right .search .search-box input[type="text"] {
        padding: 10px 105px 10px 21px;
        position: relative;
        font-family: Open Sans;
        color: #222222;
        border: none;
        outline: none; }
        .header-v1 .header-right .search .search-box input[type="text"]::placeholder {
          font-size: 15px;
          font-style: italic;
          font-family: Open Sans; }
      .header-v1 .header-right .search .search-box button[type="submit"] {
        background: #f26c4f;
        padding: 6px 12px;
        top: 4px;
        color: #fff;
        position: absolute;
        right: 4px;
        font-family: Open Sans;
        font-size: 16px;
        font-style: italic; }
  .header-v1 .header-right .language {
    margin: 30px 10px;
    position: relative; }
    .header-v1 .header-right .language a {
      font-size: 12px;
      font-family: Open Sans;
      color: #888;
      font-weight: 400;
      text-decoration: none; }
      .header-v1 .header-right .language a .fa-caret-down {
        margin: 0 4px;
        color: #e3e3e3; }
    .header-v1 .header-right .language:hover .language-dropdown {
      visibility: visible;
      opacity: 1;
      top: 100%; }
    .header-v1 .header-right .language .language-dropdown {
      display: block;
      position: absolute;
      right: 0;
      top: 120%;
      margin: 0;
      background: #f4f4f4;
      visibility: hidden;
      opacity: 0;
      min-width: 60px;
      z-index: 1;
      padding: 10px 20px;
      text-align: center;
      line-height: 32px;
      transition: all 0.3s ease;
      box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
  .header-v1 .header-right .currency {
    margin: 30px 10px;
    position: relative; }
    .header-v1 .header-right .currency a {
      font-size: 12px;
      font-family: Open Sans;
      color: #888;
      font-weight: 400;
      text-decoration: none; }
      .header-v1 .header-right .currency a .fa-caret-down {
        margin: 0 4px;
        color: #e3e3e3; }
    .header-v1 .header-right .currency:hover .currency-dropdown {
      visibility: visible;
      opacity: 1;
      top: 100%; }
    .header-v1 .header-right .currency .currency-dropdown {
      display: block;
      position: absolute;
      right: 0;
      top: 120%;
      margin: 0;
      background: #f4f4f4;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      padding: 10px 20px;
      text-align: center;
      line-height: 32px;
      transition: all 0.3s ease;
      box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
      .header-v1 .header-right .currency .currency-dropdown a:hover {
        color: #f26c4f; }
  .header-v1 .header-right .icon-ecommerce-bag {
    margin: 30px 10px 30px 15px;
    position: relative;
    font-size: 18px; }
    .header-v1 .header-right .icon-ecommerce-bag .minicart-bag-number {
      position: absolute;
      border: 1px solid #f26c4f;
      width: 18px;
      height: 18px;
      text-align: center;
      border-radius: 50%;
      color: #fff;
      top: 25px;
      right: -9px;
      line-height: 16px;
      letter-spacing: 0;
      font-size: 10px;
      background: #f26c4f; }

/*********************************
FOOTER V1
*********************************/
.footer-v1 .footer-top {
  padding: 115px 0;
  border-top: 1px solid #f6f6f6;
  line-height: 35px; }
  .footer-v1 .footer-top p {
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 400;
    color: #444;
    margin-bottom: 10px; }
  .footer-v1 .footer-top .footer-top-socials {
    width: 315px;
    padding: 5px;
    margin: 0 auto;
    border: 2px solid #f6f6f6;
    line-height: 35px; }
    .footer-v1 .footer-top .footer-top-socials .socials-item {
      color: #222222;
      font-size: 18px;
      margin: 0 10px;
      text-decoration: none; }
      .footer-v1 .footer-top .footer-top-socials .socials-item:hover {
        color: #f26c4f !important;
        transition: 0.3s; }
.footer-v1 .footer-bottom {
  padding: 25px 0;
  background: #f4f4f4; }
  .footer-v1 .footer-bottom .footer-bottom-inner p {
    color: #444; }
  .footer-v1 .footer-bottom .footer-bottom-inner .desc a {
    transition: 0.3s; }
    .footer-v1 .footer-bottom .footer-bottom-inner .desc a:hover {
      color: #f26c4f; }
  .footer-v1 .footer-bottom .footer-bottom-pay span {
    color: #444; }
  .footer-v1 .footer-bottom .footer-bottom-pay a {
    margin: 0 8px;
    text-decoration: none;
    color: #222222;
    font-size: 18px; }
    .footer-v1 .footer-bottom .footer-bottom-pay a:hover {
      color: #f26c4f !important;
      transition: 0.3s; }
  .footer-v1 .footer-bottom .footer-bottom-nav ul {
    flex-wrap: wrap; }
    .footer-v1 .footer-bottom .footer-bottom-nav ul .footer-item {
      margin: 0  8px; }
      .footer-v1 .footer-bottom .footer-bottom-nav ul .footer-item .footer-link {
        text-decoration: none;
        color: #444; }
        .footer-v1 .footer-bottom .footer-bottom-nav ul .footer-item .footer-link:hover {
          color: #f26c4f !important;
          transition: 0.3s; }

.header-v2 .header-top {
  padding: 5px 0; }
  .header-v2 .header-top .header-top-inner-left {
    color: #888; }
    .header-v2 .header-top .header-top-inner-left p {
      margin-right: 15px;
      font-size: 12px; }
    .header-v2 .header-top .header-top-inner-left .language {
      margin: 0 15px;
      line-height: 23px;
      position: relative; }
      .header-v2 .header-top .header-top-inner-left .language a {
        font-size: 10.67px;
        font-family: Open Sans;
        color: #888;
        font-weight: 400;
        text-decoration: none; }
        .header-v2 .header-top .header-top-inner-left .language a .fa-caret-down {
          margin: 0 5px;
          color: #e3e3e3; }
      .header-v2 .header-top .header-top-inner-left .language:hover .language-dropdown {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .header-v2 .header-top .header-top-inner-left .language .language-dropdown {
        display: block;
        position: absolute;
        right: 0;
        top: 120%;
        margin: 0;
        background: #f4f4f4;
        visibility: hidden;
        opacity: 0;
        min-width: 60px;
        z-index: 1;
        padding: 10px 20px;
        text-align: center;
        line-height: 32px;
        transition: all 0.3s ease;
        box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
    .header-v2 .header-top .header-top-inner-left .currency {
      position: relative;
      margin: 0px 15px;
      line-height: 23px; }
      .header-v2 .header-top .header-top-inner-left .currency a {
        font-size: 10.67px;
        font-family: Open Sans;
        color: #888;
        font-weight: 400;
        text-decoration: none; }
        .header-v2 .header-top .header-top-inner-left .currency a .fa-caret-down {
          margin: 0 5px;
          color: #e3e3e3; }
      .header-v2 .header-top .header-top-inner-left .currency:hover .currency-dropdown {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .header-v2 .header-top .header-top-inner-left .currency .currency-dropdown {
        display: block;
        position: absolute;
        right: 0;
        top: 120%;
        margin: 0;
        background: #f4f4f4;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        padding: 10px 20px;
        text-align: center;
        line-height: 32px;
        transition: all 0.3s ease;
        box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
        .header-v2 .header-top .header-top-inner-left .currency .currency-dropdown a:hover {
          color: #f26c4f; }
  .header-v2 .header-top .header-top-inner-right ul {
    line-height: 20px; }
    .header-v2 .header-top .header-top-inner-right ul li {
      display: inline-block; }
      .header-v2 .header-top .header-top-inner-right ul li a {
        margin: 0px 15px;
        font-size: 12px;
        text-decoration: none;
        color: #888; }
        .header-v2 .header-top .header-top-inner-right ul li a:hover {
          color: #f26c4f !important;
          transition: 0.3s; }
  .header-v2 .header-top .header-top-inner-right .account {
    line-height: 23px; }
    .header-v2 .header-top .header-top-inner-right .account a {
      color: #888;
      text-decoration: none;
      font-size: 12px; }
      .header-v2 .header-top .header-top-inner-right .account a:hover {
        color: #f26c4f !important;
        transition: .3s; }
    .header-v2 .header-top .header-top-inner-right .account .register:before {
      content: "/";
      margin-right: 5px; }
.header-v2 .header-service-box {
  padding: 35px 0; }
  .header-v2 .header-service-box .logo {
    line-height: 36px; }
  .header-v2 .header-service-box .header-bottom-ship-gift .header-bottom-ship {
    padding-right: 0; }
  .header-v2 .header-service-box .header-bottom-ship-gift .header-bottom-gift {
    padding-left: 15px; }
  .header-v2 .header-service-box .header-bottom-sup-sale .header-bottom-ship {
    padding-right: 15px; }
  .header-v2 .header-service-box .header-bottom-sup-sale .header-bottom-gift {
    padding-right: 0; }
  .header-v2 .header-service-box .header-bottom-ship,
  .header-v2 .header-service-box .header-bottom-gift {
    line-height: 20px;
    display: flex; }
    .header-v2 .header-service-box .header-bottom-ship a,
    .header-v2 .header-service-box .header-bottom-gift a {
      line-height: 40px;
      margin-right: 20px;
      text-decoration: none;
      color: #222222; }
      .header-v2 .header-service-box .header-bottom-ship a::before,
      .header-v2 .header-service-box .header-bottom-gift a::before {
        padding: 15px;
        border-radius: 50%;
        background: #f4f4f4; }
    .header-v2 .header-service-box .header-bottom-ship .header-bottom-text h4,
    .header-v2 .header-service-box .header-bottom-gift .header-bottom-text h4 {
      color: #444; }
    .header-v2 .header-service-box .header-bottom-ship .header-bottom-text p,
    .header-v2 .header-service-box .header-bottom-gift .header-bottom-text p {
      color: #f26c4f;
      font-size: 12px; }
.header-v2 .header-bottom {
  background: #f26c4f; }
  .header-v2 .header-bottom .header-left {
    background: #e56244;
    padding: 14px 35px;
    line-height: 50px;
    position: relative; }
    .header-v2 .header-bottom .header-left a {
      text-decoration: none;
      color: #fff; }
  .header-v2 .header-bottom .menu-hamburger {
    display: inline-block;
    position: relative;
    width: 70px;
    cursor: pointer;
    color: #fff;
    top: -1px; }
    .header-v2 .header-bottom .menu-hamburger span {
      vertical-align: middle;
      border-bottom: 2px solid;
      display: inline-block;
      height: 2px;
      width: 20px;
      transition: all ease 0.3s;
      margin-bottom: 3px;
      margin-top: 3px;
      position: relative; }
      .header-v2 .header-bottom .menu-hamburger span:before, .header-v2 .header-bottom .menu-hamburger span:after {
        vertical-align: middle;
        border-bottom: 2px solid;
        display: inline-block;
        height: 2px;
        width: 20px;
        transition: all ease 0.3s;
        left: 0;
        position: absolute;
        content: ""; }
      .header-v2 .header-bottom .menu-hamburger span:before {
        top: -7px; }
      .header-v2 .header-bottom .menu-hamburger span:after {
        top: 7px; }
  .header-v2 .header-bottom #categories-collap {
    position: absolute;
    left: 0;
    list-style: none;
    border: 1px solid #ddd;
    background: #fff;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    z-index: 2;
    top: 78px;
    width: 100%;
    overflow-y: auto; }
    .header-v2 .header-bottom #categories-collap .categories-nav {
      position: relative; }
      .header-v2 .header-bottom #categories-collap .categories-nav li {
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        line-height: 18px; }
        .header-v2 .header-bottom #categories-collap .categories-nav li:hover .categories-link, .header-v2 .header-bottom #categories-collap .categories-nav li:hover i {
          color: #f26c4f;
          transition: .3s; }
        .header-v2 .header-bottom #categories-collap .categories-nav li .categories-link {
          color: #222222;
          text-decoration: none; }
        .header-v2 .header-bottom #categories-collap .categories-nav li i {
          float: right;
          margin-top: 0;
          color: #ccc; }
    .header-v2 .header-bottom #categories-collap .cate-megamenu ul {
      margin-bottom: -20px; }
      .header-v2 .header-bottom #categories-collap .cate-megamenu ul li {
        border-bottom: 1px solid #ddd; }
        .header-v2 .header-bottom #categories-collap .cate-megamenu ul li:last-child {
          border: none; }
        .header-v2 .header-bottom #categories-collap .cate-megamenu ul li a {
          color: #888;
          text-decoration: none;
          font-size: 16px; }
          .header-v2 .header-bottom #categories-collap .cate-megamenu ul li a:hover {
            color: #f26c4f;
            transition: .3s; }
  .header-v2 .header-bottom .header-center .navbar {
    padding: 0; }
  .header-v2 .header-bottom .header-center .nav-item {
    margin-right: 10px;
    padding: 10px 0; }
    .header-v2 .header-bottom .header-center .nav-item:hover {
      color: #fff; }
    .header-v2 .header-bottom .header-center .nav-item:hover .nav-link span::before {
      transform: none;
      color: #fff; }
    .header-v2 .header-bottom .header-center .nav-item .nav-link {
      color: #fff;
      line-height: 42px;
      text-decoration: none; }
      .header-v2 .header-bottom .header-center .nav-item .nav-link span {
        position: relative;
        display: block; }
        .header-v2 .header-bottom .header-center .nav-item .nav-link span:before {
          content: "";
          width: 100%;
          border-bottom: 3px solid;
          bottom: -18px;
          position: absolute;
          left: 0;
          transition: all 0.3s linear 0s;
          transform: scale(0); }
    .header-v2 .header-bottom .header-center .nav-item:hover .dropdown-menu, .header-v2 .header-bottom .header-center .nav-item:hover .dropdown-menu1 {
      opacity: 1;
      visibility: visible;
      transform: none; }
  .header-v2 .header-bottom .header-right .form-inline {
    margin-top: 15px; }
  .header-v2 .header-bottom .header-right .form-control {
    width: 215px;
    max-width: 100%;
    border-radius: 30px;
    line-height: 46px;
    border: none;
    height: 46px;
    color: #fff;
    padding: 0 45px 0 15px;
    background: #f68972;
    font-size: 14px;
    box-shadow: none; }
    .header-v2 .header-bottom .header-right .form-control::placeholder {
      color: #f7a693;
      font-size: 16px; }
  .header-v2 .header-bottom .header-right .search-submit {
    width: 50px;
    position: absolute;
    top: 16px;
    font-size: 18px;
    font-weight: 600;
    height: 46px;
    line-height: 40px;
    text-align: center;
    right: 64px;
    color: #fff;
    padding: 0;
    background: transparent;
    border: none;
    line-height: 1; }
  .header-v2 .header-bottom .header-right .icon-ecommerce-bag {
    margin: 24px 10px 0 15px;
    position: relative;
    color: #fff;
    cursor: pointer; }
    .header-v2 .header-bottom .header-right .icon-ecommerce-bag .minicart-bag-number {
      position: absolute;
      border: 1px solid #fff;
      width: 18px;
      height: 18px;
      text-align: center;
      border-radius: 50%;
      color: #f26c4f;
      top: 12px;
      right: -9px;
      line-height: 16px;
      letter-spacing: 0;
      font-size: 10px;
      background: #fff; }

.footer-v2 .footer-top {
  padding: 100px 0; }
  .footer-v2 .footer-top .footer-info {
    line-height: 23px; }
    .footer-v2 .footer-top .footer-info img {
      margin-bottom: 28px; }
    .footer-v2 .footer-top .footer-info p {
      line-height: 23px; }
    .footer-v2 .footer-top .footer-info .footer-address,
    .footer-v2 .footer-top .footer-info .footer-tel,
    .footer-v2 .footer-top .footer-info .footer-email {
      margin-bottom: 12px;
      display: flex; }
      .footer-v2 .footer-top .footer-info .footer-address a,
      .footer-v2 .footer-top .footer-info .footer-tel a,
      .footer-v2 .footer-top .footer-info .footer-email a {
        margin-right: 15px;
        line-height: 27px;
        text-decoration: none; }
      .footer-v2 .footer-top .footer-info .footer-address p,
      .footer-v2 .footer-top .footer-info .footer-tel p,
      .footer-v2 .footer-top .footer-info .footer-email p {
        padding-right: 20px; }
  .footer-v2 .footer-top .footer-top-post h3 {
    margin-bottom: 36px !important; }
  .footer-v2 .footer-top .footer-top-stores h3,
  .footer-v2 .footer-top .footer-top-link h3,
  .footer-v2 .footer-top .footer-top-post h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    font-family: Open Sans;
    color: #fff; }
  .footer-v2 .footer-top .footer-top-stores ul,
  .footer-v2 .footer-top .footer-top-link ul,
  .footer-v2 .footer-top .footer-top-post ul {
    line-height: 38px; }
    .footer-v2 .footer-top .footer-top-stores ul a,
    .footer-v2 .footer-top .footer-top-link ul a,
    .footer-v2 .footer-top .footer-top-post ul a {
      text-decoration: none;
      position: relative;
      display: inline-block; }
      .footer-v2 .footer-top .footer-top-stores ul a:before,
      .footer-v2 .footer-top .footer-top-link ul a:before,
      .footer-v2 .footer-top .footer-top-post ul a:before {
        content: "";
        width: 0;
        border-bottom: 1px solid #f26c4f;
        left: 0;
        position: absolute;
        bottom: 6px;
        transition: width 0.4s linear 0s; }
      .footer-v2 .footer-top .footer-top-stores ul a:hover:before,
      .footer-v2 .footer-top .footer-top-link ul a:hover:before,
      .footer-v2 .footer-top .footer-top-post ul a:hover:before {
        width: 100%;
        transition: 0.3s; }
      .footer-v2 .footer-top .footer-top-stores ul a:hover,
      .footer-v2 .footer-top .footer-top-link ul a:hover,
      .footer-v2 .footer-top .footer-top-post ul a:hover {
        color: #f26c4f !important;
        transition: .3s; }
  .footer-v2 .footer-top .footer-blog-item {
    line-height: 30px;
    margin-top: 18px; }
    .footer-v2 .footer-top .footer-blog-item img {
      margin-right: 10px;
      transition: 0.3s; }
      .footer-v2 .footer-top .footer-blog-item img:hover {
        transform: scale(1.1);
        filter: brightness(50%); }
    .footer-v2 .footer-top .footer-blog-item .footer-blog-info-title {
      text-decoration: none; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-info-title:hover {
        color: #f26c4f !important;
        transition: .3s; }
    .footer-v2 .footer-top .footer-blog-item span {
      font-size: 12px;
      color: #888;
      display: block;
      margin-top: 15px; }
.footer-v2 .footer-bottom {
  border-top: 1px solid #888;
  padding: 25px 0;
  font-family: Open Sans;
  font-size: 18px;
  color: #888;
  background: #222222; }
  .footer-v2 .footer-bottom .desc a {
    transition: 0.3s; }
    .footer-v2 .footer-bottom .desc a:hover {
      color: #f26c4f; }
  .footer-v2 .footer-bottom .socials span {
    margin-right: 10px; }
  .footer-v2 .footer-bottom .socials a {
    text-decoration: none;
    color: #888;
    margin: 0px 8px; }
    .footer-v2 .footer-bottom .socials a:hover {
      color: #f26c4f !important;
      transition: 0.3s; }

.header-v3 {
  z-index: 1;
  left: 0;
  right: 0; }
  .header-v3 .header-mainmenu {
    margin: 40px 0;
    border-radius: 65px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 16px #00000010; }
    .header-v3 .header-mainmenu .navbar {
      padding: 0 0 0 20px; }
    .header-v3 .header-mainmenu .nav-item {
      padding: 10px 0; }
      .header-v3 .header-mainmenu .nav-item:hover {
        color: #f26c4f; }
      .header-v3 .header-mainmenu .nav-item:hover .nav-link span::before {
        transform: none;
        color: #f26c4f; }
      .header-v3 .header-mainmenu .nav-item .nav-link {
        color: #222222;
        line-height: 42px; }
        .header-v3 .header-mainmenu .nav-item .nav-link span {
          position: relative;
          display: block; }
          .header-v3 .header-mainmenu .nav-item .nav-link span:before {
            content: "";
            width: 100%;
            border-bottom: 3px solid;
            bottom: -18px;
            position: absolute;
            left: 0;
            transition: all 0.3s linear 0s;
            transform: scale(0); }
    .header-v3 .header-mainmenu .header-center {
      line-height: 75px; }
    .header-v3 .header-mainmenu .header-right {
      line-height: 75px; }
      .header-v3 .header-mainmenu .header-right .header-search-bag {
        padding-right: 30px; }
      .header-v3 .header-mainmenu .header-right .form-inline {
        margin-right: 16px;
        position: relative; }
      .header-v3 .header-mainmenu .header-right .form-control {
        width: 300px;
        max-width: 100%;
        border-radius: 30px;
        line-height: 46px;
        border: none;
        height: 46px;
        color: #222222;
        padding: 0 25px;
        background: #f4f4f4;
        font-family: Open Sans;
        font-size: 18px;
        box-shadow: none; }
        .header-v3 .header-mainmenu .header-right .form-control::placeholder {
          color: #ddd;
          font-size: 16px; }
      .header-v3 .header-mainmenu .header-right .search-submit {
        width: 50px;
        position: absolute;
        top: 17px;
        font-weight: 600;
        height: 46px;
        line-height: 40px;
        text-align: center;
        right: 5px;
        color: #222222;
        padding: 0;
        background: transparent;
        border: none;
        line-height: 1; }
        .header-v3 .header-mainmenu .header-right .search-submit:focus {
          outline: none; }
      .header-v3 .header-mainmenu .header-right .icon-ecommerce-bag {
        margin: 0 20px 0 0;
        position: relative;
        font-size: 18px;
        color: #222222; }
        .header-v3 .header-mainmenu .header-right .icon-ecommerce-bag span {
          position: absolute;
          border: 1px solid #f26c4f;
          width: 18px;
          height: 18px;
          text-align: center;
          border-radius: 50%;
          color: #fff;
          top: 35px;
          right: -9px;
          line-height: 16px;
          letter-spacing: 0;
          font-size: 10px;
          background: #f26c4f; }
      .header-v3 .header-mainmenu .header-right .language {
        position: relative;
        line-height: 70px; }
        .header-v3 .header-mainmenu .header-right .language .language-link:before {
          content: "";
          position: absolute;
          border-left: 1px solid #ababab;
          height: 50px;
          left: 0;
          top: 14px; }
        .header-v3 .header-mainmenu .header-right .language a {
          font-size: 10.67px;
          font-family: Open Sans;
          color: #888;
          font-weight: 400;
          text-decoration: none;
          padding-left: 10px; }
          .header-v3 .header-mainmenu .header-right .language a .fa-caret-down {
            margin: 0 5px;
            color: #e3e3e3; }
        .header-v3 .header-mainmenu .header-right .language:hover .language-dropdown {
          visibility: visible;
          opacity: 1;
          top: 100%; }
        .header-v3 .header-mainmenu .header-right .language .language-dropdown {
          display: block;
          position: absolute;
          right: 0;
          top: 120%;
          margin: 0;
          background: #f4f4f4;
          visibility: hidden;
          opacity: 0;
          min-width: 60px;
          z-index: 1;
          padding: 10px 20px;
          text-align: center;
          line-height: 32px;
          transition: all 0.3s ease;
          box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
      .header-v3 .header-mainmenu .header-right .currency {
        position: relative;
        line-height: 70px; }
        .header-v3 .header-mainmenu .header-right .currency a {
          font-size: 10.67px;
          font-family: Open Sans;
          color: #888;
          font-weight: 400;
          text-decoration: none; }
          .header-v3 .header-mainmenu .header-right .currency a .fa-caret-down {
            margin: 0 5px;
            color: #e3e3e3; }
        .header-v3 .header-mainmenu .header-right .currency:hover .currency-dropdown {
          visibility: visible;
          opacity: 1;
          top: 100%; }
        .header-v3 .header-mainmenu .header-right .currency .currency-dropdown {
          display: block;
          position: absolute;
          right: 0;
          top: 120%;
          margin: 0;
          background: #f4f4f4;
          visibility: hidden;
          opacity: 0;
          z-index: 1;
          padding: 10px 20px;
          text-align: center;
          line-height: 32px;
          transition: all 0.3s ease;
          box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
          .header-v3 .header-mainmenu .header-right .currency .currency-dropdown a:hover {
            color: #f26c4f; }
      .header-v3 .header-mainmenu .header-right .account {
        position: relative; }
        .header-v3 .header-mainmenu .header-right .account:before {
          content: "";
          position: absolute;
          border-left: 1px solid #ababab;
          height: 50px;
          left: 0;
          top: 14px; }
        .header-v3 .header-mainmenu .header-right .account .account-icon {
          color: #222222;
          font-size: 18px;
          padding-left: 30px; }
        .header-v3 .header-mainmenu .header-right .account:hover .account-selection {
          visibility: visible;
          opacity: 1;
          top: 100%; }
        .header-v3 .header-mainmenu .header-right .account .account-selection {
          display: block;
          position: absolute;
          right: 0;
          top: 120%;
          margin: 0;
          min-width: 130px;
          background: #f4f4f4;
          visibility: hidden;
          opacity: 0;
          z-index: 1;
          padding: 10px;
          box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
          transition: all 0.3s ease;
          line-height: 28px; }
          .header-v3 .header-mainmenu .header-right .account .account-selection li {
            padding-left: 10px;
            padding-right: 10px;
            line-height: 40px; }
            .header-v3 .header-mainmenu .header-right .account .account-selection li a {
              display: block;
              color: #232530;
              border-bottom: solid 1px #222222;
              font-size: 14px;
              transition: all 0.3s ease;
              text-decoration: none; }
              .header-v3 .header-mainmenu .header-right .account .account-selection li a:hover {
                color: #f26c4f;
                transition: 0.3; }
              .header-v3 .header-mainmenu .header-right .account .account-selection li a:last-child {
                border-bottom: none; }
              .header-v3 .header-mainmenu .header-right .account .account-selection li a i {
                margin-right: 10px; }

.footer-v3 .footer-top {
  padding: 100px 0;
  background: #fff;
  color: #222222;
  border-top: 1px solid #f4f4f4; }
  .footer-v3 .footer-top .footer-info {
    line-height: 23px; }
    .footer-v3 .footer-top .footer-info img {
      margin-bottom: 28px; }
    .footer-v3 .footer-top .footer-info .footer-info-text {
      color: #444; }
    .footer-v3 .footer-top .footer-info p {
      line-height: 23px; }
    .footer-v3 .footer-top .footer-info .footer-address,
    .footer-v3 .footer-top .footer-info .footer-tel,
    .footer-v3 .footer-top .footer-info .footer-email {
      margin-bottom: 12px;
      display: flex; }
      .footer-v3 .footer-top .footer-info .footer-address a,
      .footer-v3 .footer-top .footer-info .footer-tel a,
      .footer-v3 .footer-top .footer-info .footer-email a {
        margin-right: 15px;
        line-height: 27px;
        text-decoration: none; }
  .footer-v3 .footer-top .footer-top-stores h3,
  .footer-v3 .footer-top .footer-top-link h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    font-family: Open Sans; }
  .footer-v3 .footer-top .footer-top-stores ul,
  .footer-v3 .footer-top .footer-top-link ul {
    line-height: 40px; }
    .footer-v3 .footer-top .footer-top-stores ul a,
    .footer-v3 .footer-top .footer-top-link ul a {
      text-decoration: none;
      position: relative;
      display: inline-block;
      color: #222222; }
      .footer-v3 .footer-top .footer-top-stores ul a:before,
      .footer-v3 .footer-top .footer-top-link ul a:before {
        content: "";
        width: 0;
        border-bottom: 1px solid #f26c4f;
        left: 0;
        position: absolute;
        bottom: 6px;
        transition: width 0.4s linear 0s; }
      .footer-v3 .footer-top .footer-top-stores ul a:hover:before,
      .footer-v3 .footer-top .footer-top-link ul a:hover:before {
        width: 100%;
        transition: 0.3s; }
      .footer-v3 .footer-top .footer-top-stores ul a:hover,
      .footer-v3 .footer-top .footer-top-link ul a:hover {
        color: #f26c4f !important;
        transition: .3s; }
  .footer-v3 .footer-top .footer-top-newsletter h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 19px;
    font-family: Open Sans;
    color: #222222; }
  .footer-v3 .footer-top .form-group {
    margin-bottom: 45px; }
  .footer-v3 .footer-top .form-control {
    border-radius: 0px;
    padding: 20px;
    box-shadow: none;
    border-radius: 0px;
    line-height: 46px;
    font-family: Open Sans;
    font-size: 18px;
    box-shadow: none;
    color: #222222; }
    .footer-v3 .footer-top .form-control:focus {
      border-color: #ddd; }
    .footer-v3 .footer-top .form-control::placeholder {
      font-size: 18px;
      color: #ddd;
      font-weight: 400;
      font-family: Open Sans; }
  .footer-v3 .footer-top .btn-newsletter {
    border: none;
    background: #222222;
    color: #dfdfdf;
    padding: 15px 55px;
    text-decoration: none;
    transition: all ease .3s; }
    .footer-v3 .footer-top .btn-newsletter:hover {
      background: #f26c4f !important;
      color: #fff !important; }
.footer-v3 .footer-bottom {
  border-top: 1px solid #888;
  padding: 25px 0;
  color: #888;
  background: #222222; }
  .footer-v3 .footer-bottom .desc a {
    transition: 0.3s; }
    .footer-v3 .footer-bottom .desc a:hover {
      color: #f26c4f; }
  .footer-v3 .footer-bottom .socials span {
    margin-right: 10px; }
  .footer-v3 .footer-bottom .socials a {
    text-decoration: none;
    color: #888;
    margin: 0 10px; }
    .footer-v3 .footer-bottom .socials a:hover {
      color: #f26c4f;
      transition: 0.3s; }

.header-v4 .header-mainmenu {
  padding: 30px 0;
  background: #fff; }
  .header-v4 .header-mainmenu.active {
    padding: 30px 0; }
  .header-v4 .header-mainmenu .logo {
    width: 570px; }
  .header-v4 .header-mainmenu .nav-item {
    margin-right: 2rem; }
    .header-v4 .header-mainmenu .nav-item .nav-link {
      color: #222222;
      line-height: 30px; }
      .header-v4 .header-mainmenu .nav-item .nav-link:hover {
        color: #f26c4f; }
      .header-v4 .header-mainmenu .nav-item .nav-link span {
        position: relative;
        display: block; }
        .header-v4 .header-mainmenu .nav-item .nav-link span:hover::before {
          width: 100%;
          color: #f26c4f; }
        .header-v4 .header-mainmenu .nav-item .nav-link span:before {
          content: "";
          width: 0;
          border-bottom: 3px solid;
          top: -46px;
          position: absolute;
          left: 0;
          transition: width 0.3s linear 0s; }
.header-v4 .header-logo {
  line-height: 60px; }
.header-v4 .header-right {
  line-height: 63px;
  display: flex; }
  .header-v4 .header-right .account {
    position: relative;
    margin: 0 15px; }
    .header-v4 .header-right .account:before {
      content: "";
      height: 30px;
      position: absolute;
      top: calc(50% - 15px);
      border-left: 2px solid #e3e3e3;
      right: 50px; }
    .header-v4 .header-right .account a {
      color: #222222;
      font-size: 18px; }
    .header-v4 .header-right .account:hover .account-selection {
      visibility: visible;
      opacity: 1;
      top: 100%; }
    .header-v4 .header-right .account .account-selection {
      display: block;
      position: absolute;
      right: 0;
      top: 120%;
      margin: 0;
      min-width: 130px;
      background: #f4f4f4;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      padding: 10px;
      box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
      transition: all 0.3s ease;
      line-height: 28px; }
      .header-v4 .header-right .account .account-selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px; }
        .header-v4 .header-right .account .account-selection li a {
          display: block;
          color: #232530;
          border-bottom: solid 1px #222222;
          font-size: 14px;
          transition: all 0.3s ease;
          text-decoration: none; }
          .header-v4 .header-right .account .account-selection li a:hover {
            color: #f26c4f;
            transition: 0.3; }
          .header-v4 .header-right .account .account-selection li a:last-child {
            border-bottom: none; }
          .header-v4 .header-right .account .account-selection li a i {
            margin-right: 10px; }
  .header-v4 .header-right .search {
    margin: 0 15px; }
    .header-v4 .header-right .search a {
      line-height: 63px;
      font-size: 18px;
      color: #222222;
      text-decoration: none; }
      .header-v4 .header-right .search a:hover .search-box {
        opacity: 1;
        visibility: visible;
        transform: translateX(30%); }
    .header-v4 .header-right .search .search-box {
      position: absolute;
      top: 75%;
      right: 50%;
      transform: translateX(100);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2);
      z-index: 9;
      line-height: 28px; }
      .header-v4 .header-right .search .search-box input[type="text"] {
        padding: 10px 105px 10px 21px;
        position: relative;
        font-family: Open Sans;
        color: #222222;
        border: none;
        outline: none; }
        .header-v4 .header-right .search .search-box input[type="text"]::placeholder {
          font-size: 15px;
          font-style: italic;
          font-family: Open Sans; }
      .header-v4 .header-right .search .search-box button[type="submit"] {
        background: #f26c4f;
        padding: 6px 12px;
        top: 4px;
        color: #fff;
        position: absolute;
        right: 4px;
        font-family: Open Sans;
        font-size: 16px;
        font-style: italic; }
  .header-v4 .header-right .icon-ecommerce-bag {
    margin: 0 15px;
    position: relative;
    font-size: 18px;
    color: #222222; }
    .header-v4 .header-right .icon-ecommerce-bag span {
      position: absolute;
      border: 1px solid #f26c4f;
      width: 18px;
      height: 18px;
      text-align: center;
      border-radius: 50%;
      color: #fff;
      top: 28px;
      right: -9px;
      line-height: 16px;
      letter-spacing: 0;
      font-size: 10px;
      background: #f26c4f; }

.footer-v4 .main-footer {
  background: #222222;
  padding: 40px 0; }
  .footer-v4 .main-footer .footer-nav {
    line-height: 73px; }
    .footer-v4 .main-footer .footer-nav .footer-item {
      padding: 0 18px; }
      .footer-v4 .main-footer .footer-nav .footer-item .footer-link {
        text-decoration: none;
        color: #fff; }
        .footer-v4 .main-footer .footer-nav .footer-item .footer-link:hover {
          color: #f26c4f;
          transition: 0.3s; }
  .footer-v4 .main-footer .footer-center {
    line-height: 40px; }
    .footer-v4 .main-footer .footer-center p {
      color: #888; }
    .footer-v4 .main-footer .footer-center .desc a {
      transition: 0.3s; }
      .footer-v4 .main-footer .footer-center .desc a:hover {
        color: #f26c4f; }
  .footer-v4 .main-footer .socials {
    line-height: 73px; }
    .footer-v4 .main-footer .socials span {
      margin-right: 10px;
      color: #fff; }
    .footer-v4 .main-footer .socials a {
      text-decoration: none;
      color: #888;
      margin: 0 10px; }
      .footer-v4 .main-footer .socials a:hover {
        color: #f26c4f;
        transition: 0.3s; }

.header-v5 .header-top {
  padding: 7px 0;
  background: #222222; }
  .header-v5 .header-top .header-top-inner-left {
    color: #676767; }
    .header-v5 .header-top .header-top-inner-left p {
      margin: 0px 15px;
      font-size: 12px; }
    .header-v5 .header-top .header-top-inner-left .language {
      margin: 0 15px 0 25px;
      position: relative;
      line-height: 23px; }
      .header-v5 .header-top .header-top-inner-left .language a {
        font-size: 10.67px;
        font-family: Open Sans;
        color: #888;
        font-weight: 400;
        text-decoration: none; }
        .header-v5 .header-top .header-top-inner-left .language a .fa-caret-down {
          margin: 0 5px;
          color: #e3e3e3; }
      .header-v5 .header-top .header-top-inner-left .language:hover .language-dropdown {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .header-v5 .header-top .header-top-inner-left .language .language-dropdown {
        display: block;
        position: absolute;
        right: 0;
        top: 120%;
        margin: 0;
        background: #f4f4f4;
        visibility: hidden;
        opacity: 0;
        min-width: 60px;
        z-index: 1;
        padding: 10px 20px;
        text-align: center;
        line-height: 32px;
        transition: all 0.3s ease;
        box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
    .header-v5 .header-top .header-top-inner-left .currency {
      position: relative;
      margin: 0 15px 0 25px;
      line-height: 23px; }
      .header-v5 .header-top .header-top-inner-left .currency a {
        font-size: 10.67px;
        font-family: Open Sans;
        color: #888;
        font-weight: 400;
        text-decoration: none; }
        .header-v5 .header-top .header-top-inner-left .currency a .fa-caret-down {
          margin: 0 5px;
          color: #e3e3e3; }
      .header-v5 .header-top .header-top-inner-left .currency:hover .currency-dropdown {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .header-v5 .header-top .header-top-inner-left .currency .currency-dropdown {
        display: block;
        position: absolute;
        right: 0;
        top: 120%;
        margin: 0;
        background: #f4f4f4;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        padding: 10px 20px;
        text-align: center;
        line-height: 32px;
        transition: all 0.3s ease;
        box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
        .header-v5 .header-top .header-top-inner-left .currency .currency-dropdown a:hover {
          color: #f26c4f; }
  .header-v5 .header-top .header-top-inner-right ul {
    line-height: 20px; }
    .header-v5 .header-top .header-top-inner-right ul li {
      display: inline-block; }
      .header-v5 .header-top .header-top-inner-right ul li a {
        margin: 0px 15px;
        font-size: 12px;
        text-decoration: none;
        color: #888;
        transition: 0.3s; }
        .header-v5 .header-top .header-top-inner-right ul li a:hover {
          color: #f26c4f !important; }
  .header-v5 .header-top .header-top-inner-right .account {
    line-height: 23px; }
    .header-v5 .header-top .header-top-inner-right .account a {
      color: #888;
      text-decoration: none;
      font-size: 12px;
      transition: 0.3s; }
      .header-v5 .header-top .header-top-inner-right .account a:hover {
        color: #f26c4f; }
    .header-v5 .header-top .header-top-inner-right .account .register:before {
      content: "/";
      margin-right: 5px;
      color: #888 !important; }
.header-v5 .header-bottom {
  background: #fff; }
  .header-v5 .header-bottom .header-left {
    line-height: 58px;
    padding: 30px 15px; }
  .header-v5 .header-bottom .header-center .navbar {
    padding: 0; }
  .header-v5 .header-bottom .header-center .nav-item {
    padding: 30px 10px; }
    .header-v5 .header-bottom .header-center .nav-item:hover {
      color: #f26c4f; }
    .header-v5 .header-bottom .header-center .nav-item:hover .nav-link span::before {
      transform: none;
      color: #f26c4f; }
    .header-v5 .header-bottom .header-center .nav-item .nav-link {
      color: #222222;
      line-height: 42px; }
      .header-v5 .header-bottom .header-center .nav-item .nav-link span {
        position: relative;
        display: block; }
        .header-v5 .header-bottom .header-center .nav-item .nav-link span:before {
          content: "";
          width: 100%;
          border-bottom: 3px solid;
          bottom: -42px;
          position: absolute;
          left: 0;
          transition: all 0.3s linear 0s;
          transform: scale(0); }
  .header-v5 .header-bottom .header-right {
    line-height: 115px;
    display: flex;
    color: #222222; }
    .header-v5 .header-bottom .header-right .search {
      line-height: 62px;
      margin: 30px 15px 30px 10px;
      position: relative; }
      .header-v5 .header-bottom .header-right .search:before {
        content: "";
        height: 30px;
        border-left: 2px solid #e3e3e3;
        position: absolute;
        top: calc(50% - 20px);
        left: 30px; }
      .header-v5 .header-bottom .header-right .search a {
        font-size: 18px;
        text-decoration: none; }
        .header-v5 .header-bottom .header-right .search a:hover .search-box {
          opacity: 1;
          visibility: visible;
          transform: translateX(30%); }
      .header-v5 .header-bottom .header-right .search .search-box {
        position: absolute;
        top: 75%;
        right: 50%;
        transform: translateX(100);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2);
        z-index: 9;
        line-height: 28px; }
        .header-v5 .header-bottom .header-right .search .search-box input[type="text"] {
          padding: 10px 105px 10px 21px;
          position: relative;
          font-family: Open Sans;
          color: #222222;
          border: none;
          outline: none; }
          .header-v5 .header-bottom .header-right .search .search-box input[type="text"]::placeholder {
            font-size: 15px;
            font-style: italic;
            font-family: Open Sans; }
        .header-v5 .header-bottom .header-right .search .search-box button[type="submit"] {
          background: #f26c4f;
          padding: 6px 12px;
          top: 4px;
          color: #fff;
          position: absolute;
          right: 4px;
          font-family: Open Sans;
          font-size: 16px;
          font-style: italic; }
    .header-v5 .header-bottom .header-right .language {
      margin: 0 10px;
      position: relative; }
      .header-v5 .header-bottom .header-right .language a {
        font-size: 12px;
        font-family: Open Sans;
        color: #888;
        font-weight: 400;
        text-decoration: none; }
        .header-v5 .header-bottom .header-right .language a .fa-caret-down {
          margin: 0 4px;
          color: #e3e3e3; }
      .header-v5 .header-bottom .header-right .language:hover .language-dropdown {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .header-v5 .header-bottom .header-right .language .language-dropdown {
        display: block;
        position: absolute;
        right: 0;
        top: 120%;
        margin: 0;
        background: #f4f4f4;
        visibility: hidden;
        opacity: 0;
        min-width: 60px;
        z-index: 1;
        padding: 10px 20px;
        text-align: center;
        line-height: 32px;
        transition: all 0.3s ease;
        box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
    .header-v5 .header-bottom .header-right .currency {
      margin: 0 10px;
      position: relative; }
      .header-v5 .header-bottom .header-right .currency a {
        font-size: 12px;
        font-family: Open Sans;
        color: #888;
        font-weight: 400;
        text-decoration: none; }
        .header-v5 .header-bottom .header-right .currency a .fa-caret-down {
          margin: 0 4px;
          color: #e3e3e3; }
      .header-v5 .header-bottom .header-right .currency:hover .currency-dropdown {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .header-v5 .header-bottom .header-right .currency .currency-dropdown {
        display: block;
        position: absolute;
        right: 0;
        top: 120%;
        margin: 0;
        background: #f4f4f4;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        padding: 10px 20px;
        text-align: center;
        line-height: 32px;
        transition: all 0.3s ease;
        box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2); }
        .header-v5 .header-bottom .header-right .currency .currency-dropdown a:hover {
          color: #f26c4f; }
    .header-v5 .header-bottom .header-right .icon-ecommerce-bag {
      margin: 0 10px 0 15px;
      position: relative;
      font-size: 18px; }
      .header-v5 .header-bottom .header-right .icon-ecommerce-bag .minicart-bag-number {
        position: absolute;
        border: 1px solid #f26c4f;
        width: 18px;
        height: 18px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        top: 56px;
        right: -9px;
        line-height: 16px;
        letter-spacing: 0;
        font-size: 10px;
        background: #f26c4f; }

.footer-v5 .footer-top {
  padding: 100px 0;
  background: #222222;
  color: #fff; }
  .footer-v5 .footer-top .footer-info {
    line-height: 23px; }
    .footer-v5 .footer-top .footer-info img {
      margin-bottom: 28px; }
    .footer-v5 .footer-top .footer-info p {
      line-height: 23px; }
    .footer-v5 .footer-top .footer-info .footer-address,
    .footer-v5 .footer-top .footer-info .footer-tel,
    .footer-v5 .footer-top .footer-info .footer-email {
      margin-bottom: 12px;
      display: flex; }
      .footer-v5 .footer-top .footer-info .footer-address a,
      .footer-v5 .footer-top .footer-info .footer-tel a,
      .footer-v5 .footer-top .footer-info .footer-email a {
        text-decoration: none;
        margin-right: 15px;
        line-height: 27px; }
  .footer-v5 .footer-top .footer-top-stores h3,
  .footer-v5 .footer-top .footer-top-link h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    font-family: Open Sans;
    color: #fff; }
  .footer-v5 .footer-top .footer-top-stores ul,
  .footer-v5 .footer-top .footer-top-link ul {
    line-height: 40px; }
    .footer-v5 .footer-top .footer-top-stores ul a,
    .footer-v5 .footer-top .footer-top-link ul a {
      text-decoration: none;
      position: relative;
      display: inline-block;
      color: #fff; }
      .footer-v5 .footer-top .footer-top-stores ul a:before,
      .footer-v5 .footer-top .footer-top-link ul a:before {
        content: "";
        width: 0;
        border-bottom: 1px solid #f26c4f;
        left: 0;
        position: absolute;
        bottom: 6px;
        transition: width 0.4s linear 0s; }
      .footer-v5 .footer-top .footer-top-stores ul a:hover:before,
      .footer-v5 .footer-top .footer-top-link ul a:hover:before {
        width: 100%;
        transition: 0.3s; }
      .footer-v5 .footer-top .footer-top-stores ul a:hover,
      .footer-v5 .footer-top .footer-top-link ul a:hover {
        color: #f26c4f !important;
        transition: .3s; }
  .footer-v5 .footer-top .footer-top-newsletter h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 19px;
    font-family: Open Sans;
    color: #fff; }
  .footer-v5 .footer-top .footer-top-newsletter p {
    color: #888; }
  .footer-v5 .footer-top .form-group {
    margin-bottom: 45px; }
  .footer-v5 .footer-top .form-control {
    border-radius: 0px;
    padding: 20px;
    box-shadow: none;
    border-radius: 0px;
    line-height: 46px;
    font-family: Open Sans;
    font-size: 18px;
    border: 1px solid #888;
    color: #888;
    background: #222222; }
    .footer-v5 .footer-top .form-control:focus {
      border-color: #888; }
    .footer-v5 .footer-top .form-control::placeholder {
      font-size: 18px;
      color: #888;
      font-weight: 400;
      font-family: Open Sans; }
  .footer-v5 .footer-top .btn-newsletter {
    border: none;
    background: #f26c4f;
    color: #fff;
    padding: 15px 55px;
    text-decoration: none;
    transition: all ease .3s; }
    .footer-v5 .footer-top .btn-newsletter:hover {
      background: #fff !important;
      color: #f26c4f !important; }
.footer-v5 .footer-bottom {
  padding: 25px 0;
  background: #000; }
  .footer-v5 .footer-bottom .footer-bottom-inner p {
    color: #888; }
  .footer-v5 .footer-bottom .footer-bottom-inner .desc a {
    transition: 0.3s; }
    .footer-v5 .footer-bottom .footer-bottom-inner .desc a:hover {
      color: #f26c4f; }
  .footer-v5 .footer-bottom .footer-bottom-pay span {
    color: #888; }
  .footer-v5 .footer-bottom .footer-bottom-pay a {
    margin: 0 8px;
    text-decoration: none;
    color: #888; }
    .footer-v5 .footer-bottom .footer-bottom-pay a:hover {
      color: #f26c4f;
      transition: 0.3s; }

.section-slideshow-v1 .item-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40%;
  min-height: 580px;
  transition: 5s linear; }
  .section-slideshow-v1 .item-slider.active {
    transform: scale(1.2); }
.section-slideshow-v1 .slide-info {
  position: absolute;
  top: 27%;
  left: 120px; }
  .section-slideshow-v1 .slide-info h5 {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2px;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: .5s linear .5s; }
  .section-slideshow-v1 .slide-info h2 {
    font-family: Lato;
    font-weight: 400;
    line-height: 50px;
    font-size: 50px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s linear; }
  .section-slideshow-v1 .slide-info p {
    line-height: 23px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .5s linear .5s; }
  .section-slideshow-v1 .slide-info a {
    padding: 18px 50px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: .3s  linear 1s; }
    .section-slideshow-v1 .slide-info a:hover, .section-slideshow-v1 .slide-info a:focus {
      background: #f26c4f !important;
      transition: .3s; }
  .section-slideshow-v1 .slide-info.active h5, .section-slideshow-v1 .slide-info.active h2, .section-slideshow-v1 .slide-info.active p, .section-slideshow-v1 .slide-info.active a {
    opacity: 1;
    visibility: visible;
    transform: none; }
.section-slideshow-v1 .socials {
  position: absolute;
  bottom: 160px;
  transform: rotate(-90deg);
  right: -120px; }
  .section-slideshow-v1 .socials span {
    margin-right: 10px; }
  .section-slideshow-v1 .socials a {
    text-decoration: none;
    margin: 0 10px; }
    .section-slideshow-v1 .socials a:hover {
      color: #f26c4f !important;
      transition: .3s; }
.section-slideshow-v1 .slick-dots {
  bottom: 20%;
  width: 28%; }
.section-slideshow-v1 .custom-paging-slideshow .slick-track {
  transform: translate3d(0px, 0px, 0px) !important; }
.section-slideshow-v1 .custom-paging-slideshow {
  position: absolute;
  top: 90px;
  right: 20px; }
.section-slideshow-v1 .sub-slide {
  display: inline-block;
  overflow: hidden;
  text-align: right;
  width: 64px;
  line-height: 23px; }
  .section-slideshow-v1 .sub-slide .content {
    width: 32px;
    height: 2px;
    background-color: #222222;
    line-height: 35px;
    transition: .3s;
    display: inline-block;
    position: relative; }
    .section-slideshow-v1 .sub-slide .content:before {
      content: "0" attr(data-slide);
      color: #f26c4f;
      font-size: 18px;
      position: absolute;
      right: -26.5px;
      top: -17.5px; }
    .section-slideshow-v1 .sub-slide .content.active {
      background-color: #f26c4f;
      transform: translateX(-32px); }

.section-slideshow-v2 .item-slider {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 740px;
  background-position: 100%;
  transition: 5s linear; }
  .section-slideshow-v2 .item-slider.active {
    transform: scale(1.2); }
.section-slideshow-v2 .slide-info {
  position: absolute;
  top: 23%;
  left: 120px; }
  .section-slideshow-v2 .slide-info h5 {
    font-family: Lato;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: .5s linear .6s; }
  .section-slideshow-v2 .slide-info .sub-sale {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    padding: 6px;
    transform: translateX(300px);
    opacity: 0;
    visibility: hidden;
    transition: .5s linear .5s; }
  .section-slideshow-v2 .slide-info h2 {
    font-family: Lato;
    font-weight: 400;
    line-height: 50px;
    font-size: 50px;
    margin-bottom: 20px;
    transform: translateX(-300px);
    opacity: 0;
    visibility: hidden;
    transition: .5s linear .5s; }
  .section-slideshow-v2 .slide-info p {
    transform: translateX(-300px);
    opacity: 0;
    visibility: hidden;
    transition: .5s linear .5s; }
  .section-slideshow-v2 .slide-info a {
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: .3s  linear 1s; }
    .section-slideshow-v2 .slide-info a .ti-arrow-right {
      margin-left: 20px; }
    .section-slideshow-v2 .slide-info a:hover, .section-slideshow-v2 .slide-info a:focus {
      color: #f26c4f !important;
      transition: 0.3s; }
  .section-slideshow-v2 .slide-info.active h5, .section-slideshow-v2 .slide-info.active .sub-sale, .section-slideshow-v2 .slide-info.active h2, .section-slideshow-v2 .slide-info.active p, .section-slideshow-v2 .slide-info.active a {
    opacity: 1;
    visibility: visible;
    transform: none; }
.section-slideshow-v2 .sale {
  position: absolute;
  top: 43%;
  right: 190px;
  height: 100px;
  width: 100px;
  background: #f26c4f;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  color: #fff;
  font-family: font-primary;
  font-size: 24px;
  font-weight: 700;
  transition: 5s linear; }
  .section-slideshow-v2 .sale.active {
    transform: translate(150px, 15px); }
.section-slideshow-v2 .slick-dots {
  bottom: 22%;
  width: 25%; }
.section-slideshow-v2 .slick-dots li {
  margin: 0; }
  .section-slideshow-v2 .slick-dots li.slick-active button:before {
    color: #f26c4f; }
  .section-slideshow-v2 .slick-dots li button {
    padding: 0; }
    .section-slideshow-v2 .slick-dots li button:before {
      font-size: 30px;
      color: #d1d1d1;
      opacity: 1; }

.section-slideshow-v3 .item-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 600px;
  transition: 5s linear; }
  .section-slideshow-v3 .item-slider.active {
    transform: scale(1.1); }
.section-slideshow-v3 .slide-info {
  position: absolute;
  top: 40%;
  left: 30%; }
  .section-slideshow-v3 .slide-info h5 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: .5s linear .6s; }
  .section-slideshow-v3 .slide-info h2 {
    font-family: Lato;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    transform: translateX(-300px);
    opacity: 0;
    visibility: hidden;
    transition: .5s linear .5s; }
  .section-slideshow-v3 .slide-info a {
    text-decoration: none;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: background .3s;
    transition: opacity .3s  linear 1s;
    transition: visibility .3s  linear 1s;
    transition: transform .3s  linear 1s; }
    .section-slideshow-v3 .slide-info a .ti-arrow-right {
      margin-left: 10px; }
    .section-slideshow-v3 .slide-info a:hover, .section-slideshow-v3 .slide-info a:focus {
      color: #f26c4f;
      transition: .3s; }
  .section-slideshow-v3 .slide-info.active h5, .section-slideshow-v3 .slide-info.active h2, .section-slideshow-v3 .slide-info.active a {
    opacity: 1;
    visibility: visible;
    transform: none; }
.section-slideshow-v3 .slick-dots {
  bottom: 24%;
  width: 67%; }

.section-slideshow-v4 {
  position: relative; }
  .section-slideshow-v4 .contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    height: 100%;
    color: #222;
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 1; }
  .section-slideshow-v4 .social {
    display: inline-flex;
    transform: rotate(-90deg);
    margin-bottom: 90%;
    margin-left: -8.5rem; }
    .section-slideshow-v4 .social a {
      margin-right: 16px;
      color: #222222;
      font-weight: bold;
      transition: .3s;
      position: relative;
      text-decoration: none; }
      .section-slideshow-v4 .social a:before {
        content: "";
        width: 70px;
        height: 1px;
        top: 50%;
        left: calc(50% - 35px);
        position: absolute;
        background-color: #f26c4f;
        transform: scaleY(0);
        transition: .3s; }
      .section-slideshow-v4 .social a:hover, .section-slideshow-v4 .social a:focus {
        color: #f26c4f; }
        .section-slideshow-v4 .social a:hover:before, .section-slideshow-v4 .social a:focus:before {
          transform: none; }
  .section-slideshow-v4 .telephone {
    transform: rotate(-90deg);
    width: 26rem;
    margin-left: -8.5rem;
    margin-top: 60px; }
    .section-slideshow-v4 .telephone span {
      margin-right: 10px;
      background: #222222;
      color: #fff;
      width: 30px;
      height: 30px;
      text-align: center;
      border-radius: 50%;
      line-height: 30px;
      transform: rotate(90deg); }
    .section-slideshow-v4 .telephone p {
      display: inline-block; }
  .section-slideshow-v4 .slide-v4 .slick-dots {
    width: 29%;
    bottom: 140px; }
  .section-slideshow-v4 .slide-v4 .ti-arrow-left {
    position: absolute;
    right: 58px;
    bottom: 0;
    background: #fff;
    color: #222222;
    z-index: 1;
    padding: 10px 20px;
    transition: 0.3s; }
    .section-slideshow-v4 .slide-v4 .ti-arrow-left:after {
      content: "";
      position: absolute;
      width: 2px;
      height: 18px;
      right: 0;
      background-color: #222222; }
    .section-slideshow-v4 .slide-v4 .ti-arrow-left:hover {
      color: #f26c4f; }
    .section-slideshow-v4 .slide-v4 .ti-arrow-left:focus {
      outline: none; }
  .section-slideshow-v4 .slide-v4 .ti-arrow-right {
    position: absolute;
    right: 0px;
    background: #fff;
    padding: 10px 20px;
    color: #222222;
    bottom: 0;
    z-index: 1;
    transition: 0.3s; }
    .section-slideshow-v4 .slide-v4 .ti-arrow-right:hover {
      color: #f26c4f; }
    .section-slideshow-v4 .slide-v4 .ti-arrow-right:focus {
      outline: none; }
  .section-slideshow-v4 .slide-v4 .slide-info {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info {
      width: 65%;
      margin: auto; }
      .section-slideshow-v4 .slide-v4 .slide-info .box-info h2 {
        font-size: 50px;
        line-height: 50px; }
      .section-slideshow-v4 .slide-v4 .slide-info .box-info h5 {
        font-size: 20px;
        color: #f26c4f;
        font-weight: 700;
        margin-bottom: 50px; }
      .section-slideshow-v4 .slide-v4 .slide-info .box-info a {
        background: #222222;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none; }
        .section-slideshow-v4 .slide-v4 .slide-info .box-info a:hover {
          background: #f26c4f; }
  .section-slideshow-v4 .slide-v4 .slide-images {
    float: right; }

.section-slideshow-v5 {
  position: relative; }
  .section-slideshow-v5 .pagingInfo {
    position: relative;
    width: 180px;
    transform: rotate(-90deg) translate(130px, 1080px); }
    .section-slideshow-v5 .pagingInfo:before {
      content: "";
      width: 40px;
      height: 1px;
      background: #222;
      left: 43px;
      top: 10px;
      position: absolute; }
    .section-slideshow-v5 .pagingInfo span {
      margin-left: 100px;
      font-size: 36px;
      font-weight: 700;
      position: absolute; }
  .section-slideshow-v5 .item-slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 575px;
    transition: 5s linear; }
    .section-slideshow-v5 .item-slider.active {
      transform: scale(1.2); }
  .section-slideshow-v5 .slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    .section-slideshow-v5 .slide-content.active .slide-text h2, .section-slideshow-v5 .slide-content.active .slide-text p, .section-slideshow-v5 .slide-content.active .slide-text a {
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important; }
  .section-slideshow-v5 .slide-info1 .telephone {
    position: absolute;
    transform: rotate(-90deg) translate(-132px, 10px);
    font-size: 12px;
    font-weight: 700; }
    .section-slideshow-v5 .slide-info1 .telephone span {
      margin-right: 10px;
      background: #222222;
      color: #fff;
      width: 30px;
      height: 30px;
      text-align: center;
      border-radius: 50%;
      line-height: 30px;
      transform: rotate(90deg); }
    .section-slideshow-v5 .slide-info1 .telephone p {
      display: inline-block; }
  .section-slideshow-v5 .slide-info1 .sub-title {
    text-align: right;
    transform: rotate(-90deg) translate(-330px, -130px);
    letter-spacing: 3px; }
    .section-slideshow-v5 .slide-info1 .sub-title h5 {
      font-weight: 700;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .section-slideshow-v5 .slide-info1 .sub-title span {
      font-weight: 400;
      font-size: 20px; }
  .section-slideshow-v5 .slide-info2 .slide-text {
    transform: translate(80px, 175px); }
    .section-slideshow-v5 .slide-info2 .slide-text h2 {
      font-size: 50px;
      line-height: 50px;
      font-weight: 700;
      color: #222222;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: .5s linear; }
    .section-slideshow-v5 .slide-info2 .slide-text p {
      color: #444;
      margin-bottom: 50px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: .5s linear .5s; }
    .section-slideshow-v5 .slide-info2 .slide-text a {
      padding: 15px 35px;
      display: inline-block;
      opacity: 0;
      visibility: hidden;
      transform: scale(0);
      transition: .3s  linear 1s;
      text-decoration: none; }
      .section-slideshow-v5 .slide-info2 .slide-text a:hover {
        background: #f26c4f !important; }
      .section-slideshow-v5 .slide-info2 .slide-text a i {
        margin-left: 10px; }
  .section-slideshow-v5 .slide-info2 .social {
    display: inline-flex;
    transform: rotate(-90deg) translate(-190px, 40px); }
    .section-slideshow-v5 .slide-info2 .social a {
      font-size: 12px;
      margin-right: 16px;
      color: #222222;
      font-weight: bold;
      transition: .3s;
      position: relative;
      text-decoration: none; }
      .section-slideshow-v5 .slide-info2 .social a:before {
        content: "";
        width: 70px;
        height: 1px;
        top: 50%;
        left: calc(50% - 35px);
        position: absolute;
        background-color: #f26c4f;
        transform: scaleY(0);
        transition: .3s; }
      .section-slideshow-v5 .slide-info2 .social a:hover, .section-slideshow-v5 .slide-info2 .social a:focus {
        color: #f26c4f; }
        .section-slideshow-v5 .slide-info2 .social a:hover:before, .section-slideshow-v5 .slide-info2 .social a:focus:before {
          transform: none; }

.section-testimonial-v1 {
  margin-top: 50px; }
  .section-testimonial-v1 .testimonial-v1 {
    padding-bottom: 80px; }
  .section-testimonial-v1 .testimonial-info img {
    border-radius: 50%;
    margin-bottom: 30px; }
  .section-testimonial-v1 .slick-dots {
    bottom: 40px; }

.section-brand-v1 {
  margin-top: 50px; }
  .section-brand-v1 .slick-brand-prev {
    color: #b8b8b8;
    left: 10px;
    z-index: 1;
    position: absolute;
    bottom: 25px;
    border: none;
    outline: none;
    transform: translate(0, -50%);
    cursor: pointer; }
  .section-brand-v1 .slick-brand-next {
    color: #b8b8b8;
    right: 10px;
    z-index: 1;
    position: absolute;
    bottom: 25px;
    border: none;
    outline: none;
    transform: translate(0, -50%);
    cursor: pointer; }
  .section-brand-v1 .slick-active {
    opacity: 0.3; }
  .section-brand-v1 .slick-slide {
    transition: 0.3s; }
    .section-brand-v1 .slick-slide:hover {
      opacity: 1; }
  .section-brand-v1 .slick-slide {
    display: inline-block; }
    .section-brand-v1 .slick-slide img {
      margin: 0 auto; }

.section-product-v1 {
  margin-top: 60px; }
  .section-product-v1 .product-banner img {
    transition: 0.3s; }
    .section-product-v1 .product-banner img:hover {
      transform: scale(1.1);
      filter: grayscale(100%); }
  .section-product-v1 .slick-slide:focus, .section-product-v1 .slick-slide:hover {
    outline: none; }
  .section-product-v1 .product-text {
    margin-top: 0; }
    .section-product-v1 .product-text b {
      font-family: Lato;
      font-weight: 700;
      font-size: 24px;
      color: #f26c4f; }
    .section-product-v1 .product-text h2 {
      font-family: Lato;
      font-weight: 400;
      font-size: 50px;
      line-height: 50px;
      color: #222222;
      margin-bottom: 0; }
    .section-product-v1 .product-text p {
      color: #444;
      margin-bottom: 10px; }
    .section-product-v1 .product-text a {
      text-decoration: none;
      margin: 0 0 20px 0;
      display: inline-block;
      font-size: 18px;
      color: #222222; }
      .section-product-v1 .product-text a:hover {
        color: #f26c4f !important;
        transition: .3s; }

.section-product-v3 {
  margin-top: 50px; }
  .section-product-v3 .section-title {
    text-align: center; }
    .section-product-v3 .section-title h2 {
      font-weight: 400;
      font-family: Lato;
      font-size: 50px;
      line-height: 50px;
      color: #222222; }
    .section-product-v3 .section-title p {
      color: #444;
      margin-bottom: 10px; }
  .section-product-v3 .product-item-v1 {
    margin-top: 20px; }

.section-product-v4 {
  margin-top: 50px; }
  .section-product-v4 .section-title h2 {
    font-family: Lato;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #222222; }
  .section-product-v4 .product-grid {
    margin-top: 35px; }
  .section-product-v4 .new-arrivals-sorting {
    margin-top: 15px; }
  .section-product-v4 .grid-sorting-button {
    padding: 0 25px; }
    .section-product-v4 .grid-sorting-button a {
      text-decoration: none;
      color: #444;
      font-size: 24px;
      cursor: pointer;
      font-weight: 400;
      text-transform: capitalize; }
      .section-product-v4 .grid-sorting-button a.active a {
        color: #f26c4f; }
    .section-product-v4 .grid-sorting-button.active a {
      color: #f26c4f; }
  .section-product-v4 .arrival-style {
    transition: .3s;
    left: 15px;
    right: 15px; }
  .section-product-v4 .product-item-v1 {
    margin-bottom: 30px; }
  .section-product-v4 .banner-product img {
    transition: 0.3s; }
    .section-product-v4 .banner-product img:hover {
      transform: scale(1.1); }

.section-product-v5 {
  margin-top: 50px; }
  .section-product-v5 .section-title {
    text-align: center; }
    .section-product-v5 .section-title h2 {
      font-weight: 400;
      font-family: Lato;
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 0;
      color: #222222; }
    .section-product-v5 .section-title p {
      color: #444;
      margin-bottom: 0; }
  .section-product-v5 .product-item-v2 {
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #f4f4f4;
    padding: 10px; }
    .section-product-v5 .product-item-v2 .product {
      position: relative; }
  .section-product-v5 .product-image {
    cursor: pointer;
    position: relative; }
    .section-product-v5 .product-image img {
      transition: 0.3s; }
      .section-product-v5 .product-image img:hover {
        transform: scale(1.1); }
    .section-product-v5 .product-image:hover .ti-search {
      visibility: visible;
      opacity: 1; }
  .section-product-v5 .quick-view {
    position: absolute;
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0; }
    .section-product-v5 .quick-view a {
      height: 50px;
      width: 50px;
      display: inline-block;
      background: #f26c4f;
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      text-decoration: none;
      margin: auto; }
  .section-product-v5 .product-name {
    margin-top: 20px;
    margin-bottom: 10px; }
    .section-product-v5 .product-name a {
      text-decoration: none;
      cursor: pointer;
      color: #444; }
      .section-product-v5 .product-name a:hover {
        color: #f26c4f; }
  .section-product-v5 .product-price {
    font-weight: 700;
    color: #222222; }
    .section-product-v5 .product-price span {
      margin-left: 10px;
      font-weight: 400;
      text-decoration: line-through;
      color: #888; }
  .section-product-v5 .star-rating .fa-star {
    color: #f26c4f; }
    .section-product-v5 .star-rating .fa-star:last-child {
      color: #ddd; }

.section-product-v6 {
  margin-top: 50px; }
  .section-product-v6 .section-title h2 {
    font-family: Lato;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #222222; }
  .section-product-v6 .product-grid {
    margin-top: 35px;
    position: relative; }
  .section-product-v6 .new-arrivals-sorting {
    margin-top: 20px; }
  .section-product-v6 .grid-sorting-button {
    cursor: pointer;
    font-weight: 400;
    text-transform: capitalize; }
  .section-product-v6 .arrivals-grid-sorting {
    border: none; }
  .section-product-v6 .margin li {
    margin-right: 64px; }
  .section-product-v6 .padding li {
    padding: 0 32px; }
  .section-product-v6 .grid-sorting-button a {
    font-size: 24px;
    text-decoration: none;
    color: #222222; }
  .section-product-v6 .grid-sorting-button.active a {
    color: #f26c4f !important; }
  .section-product-v6 .arrival-style {
    transition: .3s;
    left: 15px;
    right: 15px; }
  .section-product-v6 .slick-slide:focus, .section-product-v6 .slick-slide:hover {
    outline: none; }
  .section-product-v6 .slick-dots {
    bottom: 0;
    padding-top: 70px;
    position: unset; }
  .section-product-v6 .slick-brand-prev {
    color: #222;
    position: absolute;
    font-weight: 400;
    right: 45px;
    top: -70px;
    font-size: 18px; }
    .section-product-v6 .slick-brand-prev:after {
      position: absolute;
      content: "";
      height: 30px;
      width: 1px;
      background: #222;
      right: -17px;
      top: -7px; }
    .section-product-v6 .slick-brand-prev:hover:before {
      color: #f26c4f; }
    .section-product-v6 .slick-brand-prev:focus {
      outline: none; }
  .section-product-v6 .slick-brand-next {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    position: absolute;
    right: -5px;
    top: -70px; }
    .section-product-v6 .slick-brand-next:hover:before {
      color: #f26c4f; }
    .section-product-v6 .slick-brand-next:focus {
      outline: none; }

.section-product-v8 {
  margin-top: 50px; }
  .section-product-v8 .product-v8 {
    background: #fff;
    margin: auto; }
  .section-product-v8 .slick-slide:focus, .section-product-v8 .slick-slide:hover {
    outline: none; }
  .section-product-v8 .section-title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 20px; }
    .section-product-v8 .section-title .sub-title {
      font-family: Lato;
      font-weight: 700;
      margin-bottom: 0;
      font-size: 24px;
      color: #f26c4f; }
    .section-product-v8 .section-title h2 {
      font-family: Lato;
      font-weight: 400;
      font-size: 50px;
      line-height: 50px;
      color: #222222; }
    .section-product-v8 .section-title .des {
      color: #222222; }

.section-countdown-v1 {
  margin-top: 50px; }
  .section-countdown-v1 .countdown {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 535px;
    transition: all ease 0.5s; }
    .section-countdown-v1 .countdown .countdown-info {
      position: absolute;
      top: 20%;
      right: 100px; }
      .section-countdown-v1 .countdown .countdown-info .sub-title {
        font-weight: 700;
        font-family: Lato;
        color: #f26c4f;
        font-size: 24px; }
      .section-countdown-v1 .countdown .countdown-info h2 {
        font-family: Lato;
        margin-bottom: 20px;
        color: #222222;
        font-size: 50px;
        line-height: 50px;
        text-transform: unset; }
      .section-countdown-v1 .countdown .countdown-info .countdown-price {
        font-family: Lato;
        font-size: 50px;
        line-height: 50px;
        color: #f26c4f; }
      .section-countdown-v1 .countdown .countdown-info a {
        padding: 15px 40px;
        display: inline-block;
        text-decoration: none;
        overflow: hidden;
        position: absolute;
        background: #222222;
        color: #fff; }
        .section-countdown-v1 .countdown .countdown-info a:hover {
          background: #f26c4f;
          transition: 0.3s; }
      .section-countdown-v1 .countdown .countdown-info .time {
        margin-top: 20px;
        margin-bottom: 30px;
        display: flex;
        line-height: 28px; }
        .section-countdown-v1 .countdown .countdown-info .time .days, .section-countdown-v1 .countdown .countdown-info .time .hours, .section-countdown-v1 .countdown .countdown-info .time .mins, .section-countdown-v1 .countdown .countdown-info .time .secs {
          width: 80px;
          height: 80px;
          text-align: center;
          border: 2px solid #fff;
          border-radius: 50%;
          line-height: 23px;
          padding: 14px;
          margin-right: 15px; }
          .section-countdown-v1 .countdown .countdown-info .time .days span, .section-countdown-v1 .countdown .countdown-info .time .hours span, .section-countdown-v1 .countdown .countdown-info .time .mins span, .section-countdown-v1 .countdown .countdown-info .time .secs span {
            font-size: 28px;
            font-weight: 400;
            color: #222222;
            margin-bottom: 0; }
          .section-countdown-v1 .countdown .countdown-info .time .days p, .section-countdown-v1 .countdown .countdown-info .time .hours p, .section-countdown-v1 .countdown .countdown-info .time .mins p, .section-countdown-v1 .countdown .countdown-info .time .secs p {
            color: #888; }

.section-countdown-v2 {
  margin-top: 50px; }
  .section-countdown-v2 .countdown {
    position: relative;
    background: #f4f4f4; }
    .section-countdown-v2 .countdown .quick-view-image {
      position: absolute;
      left: 25%;
      bottom: 0; }
    .section-countdown-v2 .countdown .product-countdown {
      padding: 110px 0 80px 50px; }
      .section-countdown-v2 .countdown .product-countdown .slick-slide {
        outline: none; }
      .section-countdown-v2 .countdown .product-countdown .ti-angle-up {
        color: #ddd;
        position: absolute;
        font-weight: 700;
        left: 200px;
        top: 39%;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
        padding: 20px 10px;
        z-index: 1; }
        .section-countdown-v2 .countdown .product-countdown .ti-angle-up:hover:before {
          color: #f26c4f; }
        .section-countdown-v2 .countdown .product-countdown .ti-angle-up:focus {
          outline: none; }
      .section-countdown-v2 .countdown .product-countdown .ti-angle-down {
        font-size: 18px;
        font-weight: 700;
        color: #ddd;
        position: absolute;
        left: 200px;
        bottom: 39%;
        padding: 20px 10px;
        z-index: 1; }
        .section-countdown-v2 .countdown .product-countdown .ti-angle-down:hover:before {
          color: #f26c4f; }
        .section-countdown-v2 .countdown .product-countdown .ti-angle-down:focus {
          outline: none; }
      .section-countdown-v2 .countdown .product-countdown img {
        background: #fff;
        padding: 5px;
        margin-bottom: 5px; }
    .section-countdown-v2 .countdown .countdown-info {
      position: absolute;
      top: 35px;
      left: -20px;
      transition: .3s;
      opacity: 0;
      right: 0; }
      .section-countdown-v2 .countdown .countdown-info h2 {
        font-weight: 400;
        font-family: Lato;
        margin-bottom: 20px;
        color: #222222;
        font-size: 50px;
        line-height: 50px; }
      .section-countdown-v2 .countdown .countdown-info .product-price {
        font-weight: 700;
        color: #222222;
        font-size: 20px; }
        .section-countdown-v2 .countdown .countdown-info .product-price span {
          margin-left: 10px;
          font-weight: 400;
          text-decoration: line-through;
          color: #888; }
      .section-countdown-v2 .countdown .countdown-info h6 {
        font-weight: 700;
        font-family: Lato;
        font-size: 24px;
        margin-top: 20px;
        line-height: 23px; }
      .section-countdown-v2 .countdown .countdown-info p {
        margin-bottom: 0;
        line-height: 23px; }
        .section-countdown-v2 .countdown .countdown-info p:last-child {
          margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info a {
        padding: 20px 50px;
        display: inline-block;
        text-decoration: none;
        overflow: hidden;
        position: relative;
        background: #222222;
        color: #fff; }
        .section-countdown-v2 .countdown .countdown-info a:hover {
          background: #f26c4f !important;
          transition: 0.3s; }
      .section-countdown-v2 .countdown .countdown-info .time {
        margin-top: 30px;
        margin-bottom: 20px;
        display: flex; }
        .section-countdown-v2 .countdown .countdown-info .time .days, .section-countdown-v2 .countdown .countdown-info .time .hours, .section-countdown-v2 .countdown .countdown-info .time .mins, .section-countdown-v2 .countdown .countdown-info .time .secs {
          line-height: 23px;
          margin-right: 15px; }
          .section-countdown-v2 .countdown .countdown-info .time .days span, .section-countdown-v2 .countdown .countdown-info .time .hours span, .section-countdown-v2 .countdown .countdown-info .time .mins span, .section-countdown-v2 .countdown .countdown-info .time .secs span {
            font-family: Lato;
            font-size: 36px;
            font-weight: 400;
            color: #222222; }
          .section-countdown-v2 .countdown .countdown-info .time .days label, .section-countdown-v2 .countdown .countdown-info .time .hours label, .section-countdown-v2 .countdown .countdown-info .time .mins label, .section-countdown-v2 .countdown .countdown-info .time .secs label {
            margin-left: 20px; }
          .section-countdown-v2 .countdown .countdown-info .time .days p, .section-countdown-v2 .countdown .countdown-info .time .hours p, .section-countdown-v2 .countdown .countdown-info .time .mins p, .section-countdown-v2 .countdown .countdown-info .time .secs p {
            color: #888; }
      .section-countdown-v2 .countdown .countdown-info.active {
        opacity: 1;
        visibility: visible; }

.section-service-v1 {
  margin-top: 50px; }
  .section-service-v1 .service-v1 {
    background: #f4f4f4;
    margin: 0;
    padding: 50px 0; }
  .section-service-v1 .service {
    line-height: 23px;
    display: flex;
    justify-content: center; }
    .section-service-v1 .service a {
      text-decoration: none;
      line-height: 50px;
      margin-right: 20px;
      color: #f26c4f;
      font-size: 40px; }
    .section-service-v1 .service .service-info h4 {
      font-size: 24px;
      color: #444; }
    .section-service-v1 .service .service-info p {
      color: #f26c4f;
      font-size: 18px; }

.section-service-v2 {
  margin-top: 50px; }
  .section-service-v2 .service-v2 {
    margin: 0;
    padding: 50px 0; }
  .section-service-v2 .service {
    line-height: 23px;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    border: 2px solid #f4f4f4; }
    .section-service-v2 .service a {
      text-decoration: none;
      line-height: 50px;
      margin-right: 20px;
      color: #f26c4f;
      font-size: 40px; }
    .section-service-v2 .service .service-info h4 {
      font-size: 24px;
      color: #444; }
    .section-service-v2 .service .service-info p {
      color: #f26c4f;
      font-size: 18px; }

.section-blog-v1 {
  margin-top: 50px;
  margin-bottom: 50px; }
  .section-blog-v1 .section-title {
    margin-bottom: 10px;
    text-align: center; }
    .section-blog-v1 .section-title h2 {
      font-weight: 400;
      font-family: Lato;
      color: #222222;
      font-size: 50px;
      line-height: 50px; }
    .section-blog-v1 .section-title p {
      color: #444; }
  .section-blog-v1 .blog-item {
    margin-top: 20px; }
  .section-blog-v1 .blog-image img {
    transition: 0.3s; }
    .section-blog-v1 .blog-image img:hover {
      transform: scale(1.1);
      filter: brightness(50%); }
  .section-blog-v1 .blog-info {
    padding: 15px 30px;
    background: #f4f4f4; }
    .section-blog-v1 .blog-info .blog-title a {
      font-family: Lato;
      font-weight: 400;
      cursor: pointer;
      text-decoration: none;
      color: #222222;
      font-size: 20px; }
      .section-blog-v1 .blog-info .blog-title a:hover {
        color: #f26c4f;
        transition: .3s; }
    .section-blog-v1 .blog-info span {
      color: #444; }
    .section-blog-v1 .blog-info .blog-more {
      text-decoration: none;
      cursor: pointer;
      color: #444; }
      .section-blog-v1 .blog-info .blog-more:hover, .section-blog-v1 .blog-info .blog-more:focus {
        color: #f26c4f;
        transition: .3s; }

.section-blog-v2 {
  margin-top: 50px; }
  .section-blog-v2 .section-title h2 {
    font-weight: 400;
    font-family: Lato;
    font-size: 50px;
    line-height: 50px;
    color: #222222; }
  .section-blog-v2 .section-title p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #444; }
  .section-blog-v2 .blog-item {
    margin-top: 30px; }
  .section-blog-v2 .blog-image img {
    transition: 0.3s; }
    .section-blog-v2 .blog-image img:hover {
      transform: scale(1.1);
      filter: brightness(50%); }
  .section-blog-v2 .blog-info {
    padding: 20px 0; }
    .section-blog-v2 .blog-info .blog-meta {
      background: #f4f4f4;
      width: 80px;
      height: 80px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .section-blog-v2 .blog-info .blog-meta .day {
        font-size: 50px;
        line-height: 50px;
        color: #888; }
      .section-blog-v2 .blog-info .blog-meta .month {
        font-size: 18px;
        color: #a1a1a1; }
    .section-blog-v2 .blog-info .blog-title a {
      font-family: Lato;
      font-weight: 400;
      line-height: 30px;
      cursor: pointer;
      text-decoration: none;
      color: #222222;
      font-size: 20px; }
      .section-blog-v2 .blog-info .blog-title a:hover {
        color: #f26c4f;
        transition: .3s; }
    .section-blog-v2 .blog-info .author .author-image {
      display: inline-block;
      color: #444; }
      .section-blog-v2 .blog-info .author .author-image img {
        border-radius: 50%; }
    .section-blog-v2 .blog-info .author .author-name {
      display: inline-block; }
      .section-blog-v2 .blog-info .author .author-name a {
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        color: #222222; }

.section-banner-v1 {
  margin-top: 50px;
  /*   span {
  font-size: 24px;
  color: $color-hover;
  font-family: $font-primary-second;
  font-weight: 700;
}
  h4 {
  font-family: $font-primary-second;
  font-size: 70px;
  color: $main-color;
  font-weight: 400;
}
  a {
  text-decoration: none;
  color: $main-color;
  &:hover {
  color: $color-hover;
}
} */ }
  .section-banner-v1 a {
    position: relative;
    overflow: hidden; }
    .section-banner-v1 a:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.8s ease-in-out; }
    .section-banner-v1 a:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.8s ease-in-out; }
    .section-banner-v1 a:hover:before {
      right: 50%;
      left: 50%;
      width: 0;
      opacity: 1; }
    .section-banner-v1 a:hover:after {
      height: 0;
      top: 50%;
      bottom: 50%;
      opacity: 1; }

.section-banner-v2 {
  margin-top: 50px; }
  .section-banner-v2 .banner-v2 {
    padding: 120px 0; }
  .section-banner-v2 .box-video a {
    display: block;
    position: relative; }
  .section-banner-v2 .box-video i {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 1px solid #222222;
    width: 60px;
    border-radius: 50%;
    color: #222222;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transition: .3s; }
    .section-banner-v2 .box-video i:hover, .section-banner-v2 .box-video i:focus {
      background: #f26c4f;
      color: #fff;
      border: transparent; }
  .section-banner-v2 .banner-info {
    padding-left: 35px;
    margin-top: 60px;
    margin-bottom: 55px; }
    .section-banner-v2 .banner-info h5 {
      font-family: Lato;
      font-weight: 700;
      font-size: 24px;
      color: #f26c4f; }
    .section-banner-v2 .banner-info h2 {
      font-family: Lato;
      font-weight: 400;
      font-size: 70px;
      color: #222222;
      line-height: 70px; }
    .section-banner-v2 .banner-info p {
      font-size: 18px;
      color: #444;
      line-height: 23px; }
    .section-banner-v2 .banner-info .content1 {
      margin-bottom: 10px; }
    .section-banner-v2 .banner-info .content2 {
      margin-bottom: 50px; }
    .section-banner-v2 .banner-info a {
      text-decoration: none;
      padding: 15px 35px;
      display: inline-flex;
      background-color: #222222;
      color: #fff;
      font-size: 18px; }
      .section-banner-v2 .banner-info a .ti-arrow-right {
        margin-left: 10px;
        padding-top: 6px; }
      .section-banner-v2 .banner-info a:hover {
        background: #f26c4f;
        transition: 0.3s; }

.section-banner-v3 {
  margin-top: 50px; }
  .section-banner-v3 a {
    position: relative;
    overflow: hidden; }
    .section-banner-v3 a:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.8s ease-in-out; }
    .section-banner-v3 a:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.8s ease-in-out; }
    .section-banner-v3 a:hover:before {
      right: 50%;
      left: 50%;
      width: 0;
      opacity: 1; }
    .section-banner-v3 a:hover:after {
      height: 0;
      top: 50%;
      bottom: 50%;
      opacity: 1; }

.section-newsletter-v1 {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 480px;
  margin-top: 50px; }
  .section-newsletter-v1 .newsletter h2 {
    font-family: Lato;
    font-weight: 400;
    color: #222222;
    font-size: 70px; }
  .section-newsletter-v1 .newsletter p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #444; }
  .section-newsletter-v1 .newsletter form {
    width: 58%;
    margin: 0 auto; }
  .section-newsletter-v1 .newsletter .form-control {
    padding: 20px;
    box-shadow: none;
    border-radius: 0px;
    line-height: 46px;
    font-family: Open Sans;
    font-size: 18px;
    border: none;
    color: #888;
    background: #fff;
    width: 100%;
    height: 60px; }
    .section-newsletter-v1 .newsletter .form-control::placeholder {
      font-size: 18px;
      color: #888;
      font-weight: 400;
      font-family: Open Sans; }
  .section-newsletter-v1 .newsletter .btn-newsletter {
    border: none;
    background: #222222;
    color: #fff;
    padding: 15px 50px;
    text-decoration: none;
    transition: all ease .3s;
    height: 60px;
    font-size: 18px; }
    .section-newsletter-v1 .newsletter .btn-newsletter:hover {
      background: #f26c4f;
      color: #fff; }
    .section-newsletter-v1 .newsletter .btn-newsletter:focus {
      outline: none; }

.section-instagram-v1 {
  margin-top: 50px; }
  .section-instagram-v1 .instagram-item {
    position: relative;
    overflow: hidden; }
    .section-instagram-v1 .instagram-item img {
      width: 100%;
      transition: 3.5s ease-out .01s; }
    .section-instagram-v1 .instagram-item:hover img {
      transform: scale(1.12); }
    .section-instagram-v1 .instagram-item:hover .bg-instagram {
      opacity: 0.8; }
    .section-instagram-v1 .instagram-item:hover .instagram-text {
      opacity: 1; }
  .section-instagram-v1 .bg-instagram {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    left: 0;
    z-index: 1;
    transition: opacity 3.5s ease-out; }
  .section-instagram-v1 .instagram-text {
    position: absolute;
    top: 38%;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #222222;
    opacity: 0;
    transition: 0.3s; }
    .section-instagram-v1 .instagram-text i {
      display: block;
      flex-wrap: wrap; }
    .section-instagram-v1 .instagram-text a {
      text-decoration: none;
      font-size: 18px;
      color: #222222; }

.section-collection-v1 {
  margin-top: 50px; }
  .section-collection-v1 .collection-title {
    text-align: center; }
    .section-collection-v1 .collection-title .sub-title {
      font-family: Lato;
      font-weight: 700;
      color: #f26c4f;
      font-size: 24px; }
    .section-collection-v1 .collection-title h2 {
      font-family: Lato;
      font-weight: 400;
      color: #222222;
      font-size: 70px; }
  .section-collection-v1 .collection-info h5 {
    font-family: Lato;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    color: #222222; }
    .section-collection-v1 .collection-info h5:before {
      content: "";
      width: 50px;
      height: 3px;
      background: #222222;
      position: absolute;
      top: -30px; }
  .section-collection-v1 .collection-info p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #444; }
  .section-collection-v1 .collection-info a {
    text-decoration: none;
    display: inline-flex;
    font-size: 18px;
    color: #222222; }
    .section-collection-v1 .collection-info a .ti-arrow-right {
      margin-left: 10px;
      padding-top: 6px; }
    .section-collection-v1 .collection-info a:hover {
      color: #f26c4f;
      transition: 0.3s; }
  .section-collection-v1 .banner-1 {
    margin-top: 60px; }
  .section-collection-v1 .banner-1, .section-collection-v1 .banner-2 {
    position: relative; }
    .section-collection-v1 .banner-1 .title, .section-collection-v1 .banner-2 .title {
      font-family: Lato;
      font-weight: 700;
      position: absolute;
      text-decoration: none;
      bottom: 20px;
      font-size: 36px;
      color: #222222; }
      .section-collection-v1 .banner-1 .title:hover, .section-collection-v1 .banner-2 .title:hover {
        color: #f26c4f !important;
        transition: 0.3s; }

.section-collection-v2 {
  margin-top: 50px; }
  .section-collection-v2 .collection-title {
    text-align: center; }
    .section-collection-v2 .collection-title h2 {
      font-family: Lato;
      font-weight: 400;
      font-size: 50px;
      line-height: 50px;
      color: #222222; }
    .section-collection-v2 .collection-title .sub-title {
      color: #444;
      font-size: 18px; }
  .section-collection-v2 .banner-2, .section-collection-v2 .banner-4, .section-collection-v2 .banner-6 {
    margin-top: 30px; }
  .section-collection-v2 .banner-1, .section-collection-v2 .banner-2, .section-collection-v2 .banner-3, .section-collection-v2 .banner-4, .section-collection-v2 .banner-5, .section-collection-v2 .banner-6 {
    position: relative; }
    .section-collection-v2 .banner-1 .title, .section-collection-v2 .banner-2 .title, .section-collection-v2 .banner-3 .title, .section-collection-v2 .banner-4 .title, .section-collection-v2 .banner-5 .title, .section-collection-v2 .banner-6 .title {
      font-family: Lato;
      font-weight: 700;
      position: absolute;
      text-decoration: none;
      bottom: 20px;
      font-size: 36px;
      color: #222222;
    /*       &:hover {
    color: $color-hover !important;
    transition: 0.3s;
  } */ }
    .section-collection-v2 .banner-1:hover img:hover .title, .section-collection-v2 .banner-2:hover img:hover .title, .section-collection-v2 .banner-3:hover img:hover .title, .section-collection-v2 .banner-4:hover img:hover .title, .section-collection-v2 .banner-5:hover img:hover .title, .section-collection-v2 .banner-6:hover img:hover .title {
      color: #f26c4f !important;
      transition: 0.3s; }
    .section-collection-v2 .banner-1 a, .section-collection-v2 .banner-2 a, .section-collection-v2 .banner-3 a, .section-collection-v2 .banner-4 a, .section-collection-v2 .banner-5 a, .section-collection-v2 .banner-6 a {
      position: relative;
      overflow: hidden;
    /*       &:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity:0;
    background: rgba(255,255,255,0.5);
    transition: all 0.8s ease-in-out;
  }
    &:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity:0;
    background: rgba(255,255,255,0.5);
    transition: all 0.8s ease-in-out;
  }
    &:hover{
    &:before {
    right: 50%;
    left: 50%;
    width: 0;
    opacity:1;
  }
    &:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    opacity:1;
  }
  } */ }
      .section-collection-v2 .banner-1 a img, .section-collection-v2 .banner-2 a img, .section-collection-v2 .banner-3 a img, .section-collection-v2 .banner-4 a img, .section-collection-v2 .banner-5 a img, .section-collection-v2 .banner-6 a img {
        transition: 0.3s linear; }
        .section-collection-v2 .banner-1 a img:hover, .section-collection-v2 .banner-2 a img:hover, .section-collection-v2 .banner-3 a img:hover, .section-collection-v2 .banner-4 a img:hover, .section-collection-v2 .banner-5 a img:hover, .section-collection-v2 .banner-6 a img:hover {
          transform: scale(1.1);
          /*           filter: brightness(50%); */
          filter: grayscale(100%); }

.section-video-v1 {
  margin-top: 50px; }
  .section-video-v1 .box-video a {
    display: block;
    position: relative; }
  .section-video-v1 .box-video i {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 1px solid #fff;
    width: 60px;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transition: .3s; }
    .section-video-v1 .box-video i:hover, .section-video-v1 .box-video i:focus {
      background: #f26c4f;
      border: transparent; }

.aboutus {
  margin-top: 50px; }
  .aboutus .section-title h2 {
    font-family: Lato;
    font-weight: 400;
    color: #222222;
    font-size: 70px;
    margin-bottom: 10px; }
  .aboutus .breadcrumb-item + .breadcrumb-item:before {
    content: ""; }
  .aboutus .breadcrumb {
    background: transparent;
    margin-bottom: 50px; }
    .aboutus .breadcrumb li {
      color: #222222; }
      .aboutus .breadcrumb li a {
        font-family: Lato;
        color: #222222;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        padding: 0 10px 0 0; }
        .aboutus .breadcrumb li a:hover, .aboutus .breadcrumb li a:focus {
          color: #f26c4f;
          transition: 0.5s; }
      .aboutus .breadcrumb li i {
        font-size: 14px;
        font-family: Fontawesome; }
  .aboutus .aboutus-info .info-title {
    margin-top: 30px; }
    .aboutus .aboutus-info .info-title p {
      font-family: Lato;
      font-weight: 400; }
    .aboutus .aboutus-info .info-title h2 {
      font-family: Lato;
      font-weight: 400; }
  .aboutus .aboutus-info .info-text {
    margin-top: 30px; }
    .aboutus .aboutus-info .info-text span {
      color: #f26c4f; }

.contact-us {
  margin-top: 50px; }
  .contact-us .contactus-content .section-title {
    font-family: Lato;
    font-weight: 400; }
  .contact-us .contactus-content .breadcrumb-item + .breadcrumb-item:before {
    content: ""; }
  .contact-us .contactus-content .breadcrumb {
    background: transparent;
    margin-bottom: 50px; }
    .contact-us .contactus-content .breadcrumb li {
      color: #222222; }
      .contact-us .contactus-content .breadcrumb li a {
        font-family: Lato;
        color: #222222;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        padding: 0 10px 0 0; }
        .contact-us .contactus-content .breadcrumb li a:hover, .contact-us .contactus-content .breadcrumb li a:focus {
          color: #f26c4f;
          transition: 0.3s; }
      .contact-us .contactus-content .breadcrumb li i {
        font-size: 14px;
        font-family: Fontawesome; }
  .contact-us .contactus-content .contact-page-info {
    margin-bottom: 50px; }
    .contact-us .contactus-content .contact-page-info .contact-box {
      width: 70%; }
      .contact-us .contactus-content .contact-page-info .contact-box .box-icon {
        margin-right: 30px; }
        .contact-us .contactus-content .contact-page-info .contact-box .box-icon i {
          background: #f4f4f4;
          width: 60px;
          height: 60px;
          line-height: 60px;
          text-align: center;
          border-radius: 50%;
          font-size: 30px;
          color: #888; }
      .contact-us .contactus-content .contact-page-info .contact-box .info .box-title {
        font-size: 24px;
        font-weight: 700;
        color: #222222;
        margin-bottom: 0; }
      .contact-us .contactus-content .contact-page-info .contact-box .info .box-text {
        line-height: 20px;
        font-size: 14px; }
  .contact-us .contactus-content .contact-google-map .map-custom {
    height: 500px; }
  .contact-us .contactus-content .contact-form-faq {
    margin-top: 50px; }
    .contact-us .contactus-content .contact-form-faq h2 {
      margin-bottom: 70px; }
  .contact-us .contactus-content .contact-form .contact-name input, .contact-us .contactus-content .contact-form .contact-email input, .contact-us .contactus-content .contact-form .contact-subject input {
    width: 100%;
    border-bottom: 1px solid #888;
    color: #222222; }
    .contact-us .contactus-content .contact-form .contact-name input:focus, .contact-us .contactus-content .contact-form .contact-email input:focus, .contact-us .contactus-content .contact-form .contact-subject input:focus {
      outline: none;
      border: none;
      border-bottom: 1px solid #f26c4f; }
    .contact-us .contactus-content .contact-form .contact-name input:focus::placeholder, .contact-us .contactus-content .contact-form .contact-email input:focus::placeholder, .contact-us .contactus-content .contact-form .contact-subject input:focus::placeholder {
      color: #222222; }
    .contact-us .contactus-content .contact-form .contact-name input::placeholder, .contact-us .contactus-content .contact-form .contact-email input::placeholder, .contact-us .contactus-content .contact-form .contact-subject input::placeholder {
      color: #888; }
  .contact-us .contactus-content .contact-form .contact-message textarea {
    width: 100%;
    border-bottom: 1px solid #888;
    color: #222222; }
    .contact-us .contactus-content .contact-form .contact-message textarea:focus {
      outline: none;
      border: none;
      border-bottom: 1px solid #f26c4f; }
    .contact-us .contactus-content .contact-form .contact-message textarea:focus::placeholder {
      color: #222222; }
    .contact-us .contactus-content .contact-form .contact-message textarea::placeholder {
      color: #888; }
  .contact-us .contactus-content .contact-form .shop-button {
    background: #222222;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px; }
    .contact-us .contactus-content .contact-form .shop-button i {
      margin-left: 20px; }
    .contact-us .contactus-content .contact-form .shop-button:hover {
      background: #f26c4f !important;
      transition: 0.3s; }
  .contact-us .section-service {
    margin-top: 50px; }
    .contact-us .section-service .contactus-service {
      background: #f4f4f4;
      margin: 0;
      padding: 50px 0; }
    .contact-us .section-service .service {
      line-height: 23px;
      display: flex;
      justify-content: center; }
      .contact-us .section-service .service span {
        line-height: 40px;
        margin-right: 20px;
        color: #f26c4f;
        font-size: 44px; }
      .contact-us .section-service .service .service-text {
        font-size: 24px;
        color: #444; }
        .contact-us .section-service .service .service-text p:last-child {
          color: #f26c4f;
          font-size: 18px; }
  .contact-us .section-brand {
    margin-top: 50px;
    margin-bottom: 50px; }
    .contact-us .section-brand .slick-brand-prev {
      color: #b8b8b8;
      left: 10px;
      z-index: 1;
      position: absolute;
      bottom: 25px;
      border: none;
      outline: none;
      transform: translate(0, -50%);
      cursor: pointer; }
    .contact-us .section-brand .slick-brand-next {
      color: #b8b8b8;
      right: 10px;
      z-index: 1;
      position: absolute;
      bottom: 25px;
      border: none;
      outline: none;
      transform: translate(0, -50%);
      cursor: pointer; }
    .contact-us .section-brand .slick-slide {
      display: inline-block; }
      .contact-us .section-brand .slick-slide img {
        margin: 0 auto; }

.content-blog {
  margin-top: 60px; }
  .content-blog .widget h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #222222;
    margin-bottom: 30px; }
  .content-blog .widget-category h2 {
    margin-bottom: 30px; }
  .content-blog .widget-category ul .item-toggle-tab {
    margin-bottom: 20px; }
    .content-blog .widget-category ul .item-toggle-tab .toggle-tab-title {
      font-weight: 700;
      text-decoration: none;
      color: #222222; }
      .content-blog .widget-category ul .item-toggle-tab .toggle-tab-title:hover {
        color: #f26c4f;
        transition: 0.3s; }
  .content-blog .widget-category #toggle-tab-content ul {
    margin-left: 20px;
    margin-top: 10px; }
    .content-blog .widget-category #toggle-tab-content ul a {
      text-decoration: none;
      font-weght: 400;
      color: #444; }
      .content-blog .widget-category #toggle-tab-content ul a:hover {
        color: #f26c4f;
        transition: 0.3s; }
    .content-blog .widget-category #toggle-tab-content ul span {
      float: right; }
  .content-blog .widget-recent-post {
    margin-top: 60px; }
    .content-blog .widget-recent-post .item-post {
      margin-bottom: 20px; }
    .content-blog .widget-recent-post .post-info h3 a {
      text-decoration: none;
      font-weight: 700;
      color: #222222; }
      .content-blog .widget-recent-post .post-info h3 a:hover {
        color: #f26c4f !important;
        transition: 0.3s; }
    .content-blog .widget-recent-post .post-info .author-name {
      float: left;
      color: #444; }
      .content-blog .widget-recent-post .post-info .author-name a {
        font-weight: 700;
        text-decoration: none;
        color: #222222; }
    .content-blog .widget-recent-post .post-info span {
      color: #444; }
      .content-blog .widget-recent-post .post-info span:before {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px; }
  .content-blog .widget-instagram {
    margin-top: 60px; }
    .content-blog .widget-instagram .instagram-item {
      position: relative;
      width: 31%;
      margin-bottom: 10px; }
      .content-blog .widget-instagram .instagram-item img {
        width: 100%; }
      .content-blog .widget-instagram .instagram-item:hover .bg-instagram {
        opacity: 0.8; }
      .content-blog .widget-instagram .instagram-item:hover .instagram-text {
        opacity: 1; }
    .content-blog .widget-instagram .bg-instagram {
      background: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      left: 0;
      z-index: 1;
      transition: 0.3s; }
    .content-blog .widget-instagram .instagram-text {
      position: absolute;
      top: 38%;
      right: 0;
      left: 0;
      bottom: 0;
      text-align: center;
      z-index: 2;
      color: #222222;
      opacity: 0;
      transition: 0.3s; }
      .content-blog .widget-instagram .instagram-text i {
        display: block;
        flex-wrap: wrap; }
      .content-blog .widget-instagram .instagram-text a {
        text-decoration: none; }
  .content-blog .widget-product {
    margin-top: 60px; }
    .content-blog .widget-product .product-item-v2 {
      overflow: hidden;
      margin-top: 30px; }
      .content-blog .widget-product .product-item-v2 .product {
        position: relative; }
    .content-blog .widget-product .product-image {
      cursor: pointer;
      position: relative; }
      .content-blog .widget-product .product-image img {
        transition: 0.3s; }
        .content-blog .widget-product .product-image img:hover {
          transform: scale(1.1); }
      .content-blog .widget-product .product-image:hover .ti-search {
        visibility: visible;
        opacity: 1; }
    .content-blog .widget-product .quick-view {
      position: absolute;
      top: 0;
      text-align: center;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      right: 0; }
      .content-blog .widget-product .quick-view a {
        height: 50px;
        width: 50px;
        display: inline-block;
        background: #f26c4f;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        text-decoration: none;
        margin: auto; }
    .content-blog .widget-product .product-name {
      margin-top: 0px;
      margin-bottom: 10px; }
      .content-blog .widget-product .product-name a {
        text-decoration: none;
        cursor: pointer;
        color: #444; }
        .content-blog .widget-product .product-name a:hover {
          color: #f26c4f; }
    .content-blog .widget-product .product-price {
      font-weight: 700;
      color: #222222; }
      .content-blog .widget-product .product-price span {
        margin-left: 10px;
        font-weight: 400;
        text-decoration: line-through;
        color: #888; }
    .content-blog .widget-product .star-rating .fa-star {
      color: #f26c4f; }
      .content-blog .widget-product .star-rating .fa-star:last-child {
        color: #ddd; }
  .content-blog .widget-tags {
    margin-top: 60px; }
    .content-blog .widget-tags .wg-list-tags {
      display: inline-flex;
      flex-wrap: wrap; }
      .content-blog .widget-tags .wg-list-tags li {
        margin-bottom: 20px; }
        .content-blog .widget-tags .wg-list-tags li a {
          text-decoration: none;
          padding: 6px 10px;
          background: #f4f4f4;
          margin-right: 10px; }
          .content-blog .widget-tags .wg-list-tags li a:hover {
            background: #f26c4f;
            color: #fff;
            transition: 0.3s; }
  .content-blog .wrap-bread-crumb {
    font-family: Lato;
    font-size: 18.25px;
    margin-bottom: 30px; }
    .content-blog .wrap-bread-crumb a {
      text-decoration: none;
      color: #222222; }
    .content-blog .wrap-bread-crumb i {
      font-weight: 700;
      margin: 0 20px;
      color: #222222; }
    .content-blog .wrap-bread-crumb strong {
      color: #222222; }
      .content-blog .wrap-bread-crumb strong i {
        font-weight: 700;
        margin: 0 20px; }
      .content-blog .wrap-bread-crumb strong.active {
        color: #f26c4f; }
  .content-blog .blog-list-view .item-post {
    background: #f4f4f4;
    margin-bottom: 20px; }
    .content-blog .blog-list-view .item-post a {
      overflow: hidden; }
    .content-blog .blog-list-view .item-post img {
      transition: .8s linear; }
    .content-blog .blog-list-view .item-post:hover img, .content-blog .blog-list-view .item-post:focus img {
      transform: rotate(5deg) scale(1.15); }
  .content-blog .blog-list-view .post-info {
    padding: 20px; }
    .content-blog .blog-list-view .post-info .author-name {
      float: left;
      color: #444; }
      .content-blog .blog-list-view .post-info .author-name a {
        font-weight: 700;
        text-decoration: none;
        color: #222222; }
    .content-blog .blog-list-view .post-info span {
      color: #444; }
      .content-blog .blog-list-view .post-info span:before {
        margin: 0 10px;
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle; }
    .content-blog .blog-list-view .post-info h3 a {
      text-decoration: none;
      display: inline-block;
      color: #222222;
      font-size: 24px; }
      .content-blog .blog-list-view .post-info h3 a:hover {
        color: #f26c4f;
        transition: 0.3s; }
    .content-blog .blog-list-view .post-info .shop-button {
      text-decoration: none;
      color: #222222; }
      .content-blog .blog-list-view .post-info .shop-button:hover {
        color: #f26c4f;
        transition: 0.3s; }
      .content-blog .blog-list-view .post-info .shop-button i {
        margin-left: 10px; }

.content-article-page {
  margin-top: 60px; }
  .content-article-page .posts-title h2 {
    font-size: 50px;
    line-height: 50px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 30px; }
  .content-article-page .widget h2 {
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 30px; }
  .content-article-page .widget-category h2 {
    margin-bottom: 30px; }
  .content-article-page .widget-category ul .item-toggle-tab {
    margin-bottom: 20px; }
    .content-article-page .widget-category ul .item-toggle-tab .toggle-tab-title {
      font-weight: 700;
      text-decoration: none;
      color: #222222;
      font-size: 18px; }
      .content-article-page .widget-category ul .item-toggle-tab .toggle-tab-title:hover {
        color: #f26c4f;
        transition: 0.3s; }
  .content-article-page .widget-category #toggle-tab-content ul {
    margin-left: 20px;
    margin-top: 10px; }
    .content-article-page .widget-category #toggle-tab-content ul a {
      text-decoration: none;
      font-weght: 400;
      color: #444; }
      .content-article-page .widget-category #toggle-tab-content ul a:hover {
        color: #f26c4f;
        transition: 0.3s; }
    .content-article-page .widget-category #toggle-tab-content ul span {
      float: right; }
  .content-article-page .widget-recent-post {
    margin-top: 60px; }
    .content-article-page .widget-recent-post .item-post {
      margin-bottom: 30px; }
    .content-article-page .widget-recent-post .post-thumb {
      padding-right: 0; }
    .content-article-page .widget-recent-post .post-info h3 a {
      text-decoration: none;
      font-weight: 700;
      color: #222222; }
      .content-article-page .widget-recent-post .post-info h3 a:hover {
        color: #f26c4f !important;
        transition: 0.3s; }
    .content-article-page .widget-recent-post .post-info .author-name {
      float: left;
      color: #444; }
      .content-article-page .widget-recent-post .post-info .author-name a {
        font-weight: 700;
        text-decoration: none;
        color: #222222; }
    .content-article-page .widget-recent-post .post-info span {
      color: #444; }
      .content-article-page .widget-recent-post .post-info span:before {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px; }
  .content-article-page .widget-recent-comment .wg-list-comment li a {
    text-decoration: none;
    color: #888; }
    .content-article-page .widget-recent-comment .wg-list-comment li a span {
      color: #222222; }
  .content-article-page .widget-instagram {
    margin-top: 60px; }
    .content-article-page .widget-instagram .instagram-item {
      position: relative;
      width: 31%;
      margin-bottom: 10px; }
      .content-article-page .widget-instagram .instagram-item img {
        width: 100%; }
      .content-article-page .widget-instagram .instagram-item:hover .bg-instagram {
        opacity: 0.8; }
      .content-article-page .widget-instagram .instagram-item:hover .instagram-text {
        opacity: 1; }
    .content-article-page .widget-instagram .bg-instagram {
      background: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      left: 0;
      z-index: 1;
      transition: 0.3s; }
    .content-article-page .widget-instagram .instagram-text {
      position: absolute;
      top: 38%;
      right: 0;
      left: 0;
      bottom: 0;
      text-align: center;
      z-index: 2;
      color: #222222;
      opacity: 0;
      transition: 0.3s; }
      .content-article-page .widget-instagram .instagram-text i {
        display: block;
        flex-wrap: wrap; }
      .content-article-page .widget-instagram .instagram-text a {
        text-decoration: none; }
  .content-article-page .widget-product {
    margin-top: 60px; }
    .content-article-page .widget-product .product-item-v2 {
      margin-top: 30px; }
    .content-article-page .widget-product .quick-view {
      position: absolute;
      top: 0;
      text-align: center;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      right: 0; }
      .content-article-page .widget-product .quick-view a {
        height: 50px;
        width: 50px;
        display: inline-block;
        background: #f26c4f;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        text-decoration: none;
        margin: auto; }
    .content-article-page .widget-product .product-name {
      margin-top: 20px;
      margin-bottom: 10px; }
      .content-article-page .widget-product .product-name a {
        text-decoration: none;
        cursor: pointer;
        color: #444; }
        .content-article-page .widget-product .product-name a:hover {
          color: #f26c4f; }
    .content-article-page .widget-product .product-price {
      font-weight: 700;
      color: #222222; }
      .content-article-page .widget-product .product-price span {
        margin-left: 10px;
        font-weight: 400;
        color: #444;
        text-decoration: line-through; }
    .content-article-page .widget-product .star-rating .fa-star {
      color: #f26c4f; }
      .content-article-page .widget-product .star-rating .fa-star:last-child {
        color: #ddd; }
  .content-article-page .widget-tags {
    margin-top: 60px; }
    .content-article-page .widget-tags h2 {
      margin-bottom: 30px; }
    .content-article-page .widget-tags .wg-list-tags {
      display: inline-flex;
      flex-wrap: wrap; }
      .content-article-page .widget-tags .wg-list-tags li {
        margin-bottom: 12px; }
        .content-article-page .widget-tags .wg-list-tags li a {
          text-decoration: none;
          padding: 6px 10px;
          background: #f4f4f4;
          margin-right: 10px; }
          .content-article-page .widget-tags .wg-list-tags li a:hover {
            background: #f26c4f;
            color: #fff;
            transition: 0.3s; }
  .content-article-page .wrap-bread-crumb {
    font-family: Lato;
    font-size: 18.25px;
    margin-bottom: 30px; }
    .content-article-page .wrap-bread-crumb a {
      text-decoration: none;
      color: #222222; }
    .content-article-page .wrap-bread-crumb i {
      font-weight: 700;
      margin: 0 20px;
      color: #222222; }
    .content-article-page .wrap-bread-crumb strong {
      color: #222222; }
      .content-article-page .wrap-bread-crumb strong i {
        font-weight: 700;
        margin: 0 20px; }
      .content-article-page .wrap-bread-crumb strong.active {
        color: #f26c4f; }
  .content-article-page .title-page h2 {
    font-weight: 700;
    margin-bottom: 30px; }
  .content-article-page .content-single-blog .post-meta-data {
    margin-bottom: 30px; }
    .content-article-page .content-single-blog .post-meta-data a {
      text-decoration: none; }
    .content-article-page .content-single-blog .post-meta-data .author-image {
      margin-right: 10px; }
      .content-article-page .content-single-blog .post-meta-data .author-image img {
        border-radius: 50%; }
    .content-article-page .content-single-blog .post-meta-data .author-name {
      line-height: 40px;
      color: #444; }
      .content-article-page .content-single-blog .post-meta-data .author-name a {
        font-weight: 700;
        color: #222222; }
    .content-article-page .content-single-blog .post-meta-data span {
      position: relative;
      line-height: 40px;
      margin: 0 10px;
      color: #444; }
      .content-article-page .content-single-blog .post-meta-data span:before {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .content-article-page .content-single-blog .post-meta-data .tag {
      line-height: 40px;
      color: #444; }
      .content-article-page .content-single-blog .post-meta-data .tag:before {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
  .content-article-page .content-single-blog .content-post-default h6 {
    text-transform: unset; }
  .content-article-page .content-single-blog .content-post-default blockquote {
    background: #f4f4f4; }
  .content-article-page .content-single-blog .tags-share {
    display: block;
    background: #f4f4f4;
    margin: 40px 0; }
    .content-article-page .content-single-blog .tags-share .content-single-tags h6 {
      font-weight: 700;
      color: #fff;
      background: #222222;
      padding: 10px 20px; }
    .content-article-page .content-single-blog .tags-share .content-single-tags ul {
      padding: 10px 20px;
      flex-wrap: wrap; }
      .content-article-page .content-single-blog .tags-share .content-single-tags ul li {
        margin-right: 10px; }
        .content-article-page .content-single-blog .tags-share .content-single-tags ul li a {
          color: #222222;
          text-decoration: none; }
          .content-article-page .content-single-blog .tags-share .content-single-tags ul li a:hover {
            color: #f26c4f;
            transition: 0.3s; }
    .content-article-page .content-single-blog .tags-share .content-single-share {
      padding: 10px 20px; }
      .content-article-page .content-single-blog .tags-share .content-single-share h6 {
        color: #222222; }
      .content-article-page .content-single-blog .tags-share .content-single-share .list-share a {
        text-decoration: none;
        color: #222222;
        padding: 0 15px; }
        .content-article-page .content-single-blog .tags-share .content-single-share .list-share a:hover {
          color: #f26c4f;
          transition: 0.3s; }
  .content-article-page .content-single-blog .blog-comment-detail h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    text-decoration: none;
    margin-bottom: 30px; }
  .content-article-page .content-single-blog .blog-comment-detail .item-comment {
    line-height: 40px;
    margin-bottom: 20px; }
    .content-article-page .content-single-blog .blog-comment-detail .item-comment a {
      text-decoration: none; }
    .content-article-page .content-single-blog .blog-comment-detail .item-comment .author-name-comment {
      font-weight: 700;
      margin: 0 10px;
      color: #222222; }
    .content-article-page .content-single-blog .blog-comment-detail .item-comment .datetime-comment {
      color: #444; }
      .content-article-page .content-single-blog .blog-comment-detail .item-comment .datetime-comment:before {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .content-article-page .content-single-blog .blog-comment-detail .item-comment .comment-info p {
      margin-bottom: 0; }
    .content-article-page .content-single-blog .blog-comment-detail .item-comment .comment-info a {
      color: #222222; }
      .content-article-page .content-single-blog .blog-comment-detail .item-comment .comment-info a:hover {
        color: #f26c4f;
        transition: 0.3s; }
  .content-article-page .content-single-blog .reply-comment h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222; }
  .content-article-page .content-single-blog .reply-comment .contact-form .contact-name input, .content-article-page .content-single-blog .reply-comment .contact-form .contact-email input, .content-article-page .content-single-blog .reply-comment .contact-form .contact-subject input {
    margin-bottom: 30px;
    border: none;
    width: 100%;
    border-bottom: 1px solid #888;
    color: #222222; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-name input:focus, .content-article-page .content-single-blog .reply-comment .contact-form .contact-email input:focus, .content-article-page .content-single-blog .reply-comment .contact-form .contact-subject input:focus {
      outline: none;
      border: none;
      border-bottom: 1px solid #f26c4f; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-name input:focus::placeholder, .content-article-page .content-single-blog .reply-comment .contact-form .contact-email input:focus::placeholder, .content-article-page .content-single-blog .reply-comment .contact-form .contact-subject input:focus::placeholder {
      color: #222222; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-name input::placeholder, .content-article-page .content-single-blog .reply-comment .contact-form .contact-email input::placeholder, .content-article-page .content-single-blog .reply-comment .contact-form .contact-subject input::placeholder {
      color: #888; }
  .content-article-page .content-single-blog .reply-comment .contact-form .contact-message textarea {
    border: none;
    width: 100%;
    border-bottom: 1px solid #888;
    color: #222222;
    min-height: 50px; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-message textarea:focus {
      outline: none;
      border: none;
      border-bottom: 1px solid #f26c4f; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-message textarea:focus::placeholder {
      color: #222222; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-message textarea::placeholder {
      color: #888; }
  .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit {
    background: #222222;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 30px; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit input {
      background: transparent;
      border: none;
      color: #fff; }
      .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit input:focus {
        outline: none; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit i {
      margin-left: 20px; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit:hover {
      background: #f26c4f;
      transition: 0.3s; }

.banner-collection-page {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0; }
  .banner-collection-page h2 {
    font-family: Lato;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 2px; }
  .banner-collection-page .wrap-bread-crumb {
    font-family: Lato;
    font-size: 18.25px;
    margin-bottom: 0; }
    .banner-collection-page .wrap-bread-crumb a {
      text-decoration: none;
      color: #fff; }
    .banner-collection-page .wrap-bread-crumb i {
      font-weight: 700;
      margin: 0 20px;
      color: #fff; }
    .banner-collection-page .wrap-bread-crumb strong {
      color: #fff; }
      .banner-collection-page .wrap-bread-crumb strong i {
        font-weight: 700;
        margin: 0 20px; }
      .banner-collection-page .wrap-bread-crumb strong.active {
        color: #f26c4f; }

.content-collection-page {
  margin-top: 50px; }
  .content-collection-page .showing span {
    color: #222222;
    line-height: 38px;
    margin-bottom: 0; }
  .content-collection-page .show-product label {
    margin-bottom: 0;
    line-height: 38px; }
  .content-collection-page .show-product select {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: #f4f4f4;
    padding: 0 20px;
    margin-right: 20px;
    margin-left: 10px;
    color: #222222; }
    .content-collection-page .show-product select:focus {
      outline: none; }
  .content-collection-page .filter-ordering select {
    display: inline-block;
    position: relative;
    width: 210px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: #f4f4f4;
    padding: 0 20px;
    margin-right: 60px;
    color: #222222; }
    .content-collection-page .filter-ordering select:focus {
      outline: none; }
  .content-collection-page .part-product-size a {
    text-decoration: none;
    background: #f4f4f4;
    color: #222222;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    transition: 0.3s; }
    .content-collection-page .part-product-size a:last-child {
      margin-right: 0; }
    .content-collection-page .part-product-size a:hover {
      background: #f26c4f;
      color: #fff; }
    .content-collection-page .part-product-size a.active {
      background: #f26c4f;
      color: #fff; }
  .content-collection-page .widget-category h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #222222;
    font-size: 30px;
    line-height: 30px; }
  .content-collection-page .widget-category .widget-content .list-category-toggle .item-toggle-tab .toggle-tab-title {
    font-weight: 700;
    color: #222222;
    text-decoration: none;
    padding: 8px 0;
    display: block; }
    .content-collection-page .widget-category .widget-content .list-category-toggle .item-toggle-tab .toggle-tab-title:hover {
      color: #f26c4f;
      transition: 0.3s; }
  .content-collection-page .widget-category .widget-content .list-category-toggle #toggle-tab-content ul {
    margin-left: 20px; }
    .content-collection-page .widget-category .widget-content .list-category-toggle #toggle-tab-content ul li a {
      text-decoration: none;
      color: #222222; }
      .content-collection-page .widget-category .widget-content .list-category-toggle #toggle-tab-content ul li a:hover {
        color: #f26c4f;
        transition: 0.3s; }
  .content-collection-page .widget-color {
    margin-top: 40px; }
    .content-collection-page .widget-color h2 {
      font-size: 30px;
      font-weight: 700;
      color: #222222;
      margin-bottom: 20px;
      line-height: 30px; }
    .content-collection-page .widget-color ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      .content-collection-page .widget-color ul li {
        margin-right: 1rem;
        margin-bottom: 14px;
        position: relative; }
        .content-collection-page .widget-color ul li input {
          visibility: hidden;
          position: absolute; }
        .content-collection-page .widget-color ul li a {
          display: inline-block;
          height: 36px;
          width: 36px;
          border-radius: 50%;
          text-decoration: none; }
          .content-collection-page .widget-color ul li a:hover:before {
            border: 3px solid #f26c4f;
            transition: 0.3s; }
          .content-collection-page .widget-color ul li a:before {
            position: absolute;
            width: 40px;
            height: 40px;
            top: -2px;
            left: -2px;
            border-radius: 50%;
            border: 3px solid #e6e6e6;
            content: ""; }
          .content-collection-page .widget-color ul li a.active {
            border: 3px solid #f26c4f; }
          .content-collection-page .widget-color ul li a.active:before, .content-collection-page .widget-color ul li a.active:after {
            content: none; }
  .content-collection-page .widget-size {
    margin-top: 40px; }
    .content-collection-page .widget-size h2 {
      font-size: 30px;
      line-height: 30px;
      font-weight: 700;
      color: #222222;
      margin-bottom: 20px; }
    .content-collection-page .widget-size ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      .content-collection-page .widget-size ul li {
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative; }
        .content-collection-page .widget-size ul li input {
          visibility: hidden;
          position: absolute; }
        .content-collection-page .widget-size ul li a {
          display: inline-block;
          color: #222222;
          background-color: #fff;
          text-align: center;
          height: 36px;
          width: 36px;
          border-radius: 50%;
          line-height: 34px;
          text-decoration: none; }
          .content-collection-page .widget-size ul li a:before {
            position: absolute;
            width: 40px;
            height: 40px;
            top: -2px;
            left: -2px;
            border-radius: 50%;
            border: 3px solid #e6e6e6;
            content: ""; }
          .content-collection-page .widget-size ul li a.active {
            color: #fff;
            background-color: #f26c4f; }
          .content-collection-page .widget-size ul li a.active:before, .content-collection-page .widget-size ul li a.active:after {
            content: none; }
        .content-collection-page .widget-size ul li:hover a, .content-collection-page .widget-size ul li:focus a {
          color: #fff;
          background-color: #f26c4f;
          transition: 0.3s; }
          .content-collection-page .widget-size ul li:hover a:before, .content-collection-page .widget-size ul li:focus a:before {
            border: none; }
  .content-collection-page .widget-price {
    margin-top: 40px; }
    .content-collection-page .widget-price h2 {
      font-size: 30px;
      line-height: 30px;
      font-weight: 700;
      color: #222222;
      margin-bottom: 20px; }
    .content-collection-page .widget-price ul li a {
      color: #222222; }
  .content-collection-page .widget-tags {
    margin-top: 40px; }
    .content-collection-page .widget-tags h2 {
      font-size: 30px;
      line-height: 30px;
      color: #222222;
      font-weight: 700;
      margin-bottom: 20px; }
    .content-collection-page .widget-tags ul li {
      margin-right: 10px;
      margin-bottom: 10px;
      background: #f4f4f4;
      padding: 10px 20px; }
      .content-collection-page .widget-tags ul li:hover {
        background: #f26c4f;
        transition: 0.3s; }
        .content-collection-page .widget-tags ul li:hover a {
          color: #fff; }
      .content-collection-page .widget-tags ul li:last-child {
        margin-right: 0; }
      .content-collection-page .widget-tags ul li a {
        text-decoration: none;
        color: #222222; }
  .content-collection-page .widget-search {
    margin-top: 40px; }
    .content-collection-page .widget-search h2 {
      font-size: 30px;
      line-height: 30px;
      color: #222222;
      font-weight: 700;
      margin-bottom: 20px; }
    .content-collection-page .widget-search .wg-search-form {
      display: flex;
      position: relative; }
      .content-collection-page .widget-search .wg-search-form input {
        background-color: #f4f4f4;
        border: none;
        height: 46px;
        outline: none;
        color: #222222; }
      .content-collection-page .widget-search .wg-search-form input[type="text"] {
        width: 80%;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        padding-left: 34px; }
      .content-collection-page .widget-search .wg-search-form input[type="submit"] {
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
        width: 20%; }
      .content-collection-page .widget-search .wg-search-form i {
        position: absolute;
        right: 40px;
        top: 14px; }
  .content-collection-page .widget-slideshow {
    margin-top: 40px; }
    .content-collection-page .widget-slideshow .slick-dots {
      bottom: 10px;
      width: 100%; }
    .content-collection-page .widget-slideshow .slick-dots li {
      margin: 0; }
      .content-collection-page .widget-slideshow .slick-dots li.slick-active button:before {
        color: #f26c4f; }
      .content-collection-page .widget-slideshow .slick-dots li button:before {
        font-size: 30px;
        color: #d1d1d1;
        opacity: 1; }
  .content-collection-page .content-blog-page .product-item-v3 {
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #f4f4f4;
    padding: 10px; }
    .content-collection-page .content-blog-page .product-item-v3 .quick-view {
      border: 1px solid #888;
      padding: 20px;
      line-height: 10px;
      font-size: 18px;
      margin-right: 10px;
      transition: 0.3s; }
      .content-collection-page .content-blog-page .product-item-v3 .quick-view:hover {
        background: #f26c4f;
        border-color: transparent; }
      .content-collection-page .content-blog-page .product-item-v3 .quick-view:hover a {
        color: #fff; }
      .content-collection-page .content-blog-page .product-item-v3 .quick-view a {
        text-decoration: none;
        color: #222222; }
    .content-collection-page .content-blog-page .product-item-v3 .width-60 {
      width: 60%; }
    .content-collection-page .content-blog-page .product-item-v3 .width-100 {
      width: 100%; }
    .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button {
      border: 1px solid #888;
      line-height: 55px;
      transition: 0.3s;
      width: 100%;
      text-align: center;
      color: #fff; }
      .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button:hover {
        background: #f26c4f;
        border-color: transparent; }
      .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button:hover a {
        color: #fff; }
      .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button a {
        text-decoration: none;
        color: #222222; }
      .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button button {
        font-size: 18px;
        font-weight: 400;
        color: #222222; }
        .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button button:focus {
          outline: none; }
    .content-collection-page .content-blog-page .product-item-v3 .wish-list {
      border: 1px solid #888;
      padding: 20px;
      line-height: 18px;
      font-size: 18px;
      margin-left: 10px;
      transition: 0.3s; }
      .content-collection-page .content-blog-page .product-item-v3 .wish-list:hover {
        background: #f26c4f;
        border-color: transparent; }
      .content-collection-page .content-blog-page .product-item-v3 .wish-list:hover i {
        color: #fff; }
      .content-collection-page .content-blog-page .product-item-v3 .wish-list a {
        text-decoration: none; }
      .content-collection-page .content-blog-page .product-item-v3 .wish-list i {
        color: #222222; }
        .content-collection-page .content-blog-page .product-item-v3 .wish-list i:focus {
          outline: none; }
    .content-collection-page .content-blog-page .product-item-v3 .share {
      margin: 0 -15px;
      margin-top: 20px; }
      .content-collection-page .content-blog-page .product-item-v3 .share a {
        text-decoration: none;
        color: #888;
        padding: 0 15px;
        line-height: 28px; }
        .content-collection-page .content-blog-page .product-item-v3 .share a:hover {
          color: #f26c4f;
          transition: 0.3s; }
    .content-collection-page .content-blog-page .product-item-v3 .product-bubble {
      position: absolute;
      top: 15px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-transform: capitalize;
      line-height: 45px;
      background: #222222;
      color: #fff; }
      .content-collection-page .content-blog-page .product-item-v3 .product-bubble span {
        font-size: 18px;
        font-weight: 400; }
    .content-collection-page .content-blog-page .product-item-v3 .product-bubble-right {
      right: 30px; }
    .content-collection-page .content-blog-page .product-item-v3 .product-name {
      margin-top: 0;
      margin-bottom: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-name a {
        color: #444;
        text-decoration: none;
        font-size: 20px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-name a:hover {
          color: #f26c4f; }
    .content-collection-page .content-blog-page .product-item-v3 .product-price {
      font-size: 20px;
      color: #222222;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-price span {
        margin-left: 10px;
        color: #c5c5c5;
        font-weight: 400;
        text-decoration: line-through; }
  .content-collection-page .content-blog-page .product-item-v1 {
    margin-top: 20px; }

.product-item-v1 {
  overflow: hidden; }
  .product-item-v1 .product-image {
    position: relative;
    overflow: hidden; }
    .product-item-v1 .product-image img {
      transition: .3s; }
    .product-item-v1 .product-image:hover img {
      transform: translateY(-56px); }
    .product-item-v1 .product-image:hover .search-cart-favorite {
      transform: none !important; }
  .product-item-v1 .search-cart-favorite {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    transform: translateY(56px);
    transition: .3s;
    background: #f26c4f;
    color: #fff; }
  .product-item-v1 .quick-view a {
    text-decoration: none; }
    .product-item-v1 .quick-view a:hover i, .product-item-v1 .quick-view a:focus i {
      animation: myAnimation .3s linear 1;
      opacity: 1;
      transform: scale(1.5); }
  .product-item-v1 .quick-view i {
    padding: 0 20px;
    line-height: 56px;
    color: #fff;
    display: inline-block; }
  .product-item-v1 .add-to-cart-button {
    width: 100%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    .product-item-v1 .add-to-cart-button a {
      text-decoration: none;
      line-height: 56px;
      color: #fff; }
    .product-item-v1 .add-to-cart-button button {
      font-size: 18px;
      font-weight: 400;
      line-height: 56px;
      width: 100%;
      color: #fff; }
      .product-item-v1 .add-to-cart-button button:focus {
        outline: none; }
  .product-item-v1 .wish-list a {
    text-decoration: none; }
    .product-item-v1 .wish-list a:hover i, .product-item-v1 .wish-list a:focus i {
      animation: myAnimation .3s linear 1;
      opacity: 1;
      transform: scale(1.5); }
  .product-item-v1 .wish-list i {
    padding: 0 20px;
    line-height: 56px;
    color: #fff;
    display: inline-block; }
    .product-item-v1 .wish-list i:focus {
      outline: none; }
  .product-item-v1 .product-bubble {
    position: absolute;
    top: 21px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-transform: capitalize;
    line-height: 50px;
    background: #222222;
    color: #fff; }
    .product-item-v1 .product-bubble span {
      font-size: 18px;
      font-weight: 400; }
  .product-item-v1 .product-bubble-right {
    right: 35px; }
  .product-item-v1 .product-name {
    margin-top: 20px; }
    .product-item-v1 .product-name a {
      color: #444;
      text-decoration: none;
      font-size: 20px; }
      .product-item-v1 .product-name a:hover {
        color: #f26c4f; }
  .product-item-v1 .product-price {
    font-size: 20px;
    color: #222222;
    font-weight: 700; }
    .product-item-v1 .product-price span {
      margin-left: 10px;
      color: #c5c5c5;
      font-weight: 400;
      text-decoration: line-through; }
  .product-item-v1 .star-rating i {
    color: #f26c4f; }
    .product-item-v1 .star-rating i:last-child {
      color: #ddd; }

.content-pages-login {
  margin: 30px 0; }
  .content-pages-login h2 {
    font-family: Open Sans;
    font-size: 25px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 50px; }
  .content-pages-login label {
    display: block;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    color: #888;
    margin-bottom: 10px; }
  .content-pages-login input[type="email"], .content-pages-login input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-size: 16px;
    color: #222222;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0; }
    .content-pages-login input[type="email"]::placeholder, .content-pages-login input[type="password"]::placeholder {
      color: #222222; }
    .content-pages-login input[type="email"]:focus, .content-pages-login input[type="password"]:focus {
      outline: none; }
  .content-pages-login input[type="submit"] {
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #222222;
    color: #fff;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 130px; }
    .content-pages-login input[type="submit"]:focus {
      outline: none; }
    .content-pages-login input[type="submit"]:hover {
      background: #f26c4f;
      transition: 0.3s; }
  .content-pages-login .forgot-password a {
    font-size: 16px;
    font-family: Lato;
    color: #222222; }
    .content-pages-login .forgot-password a:hover {
      color: #f26c4f;
      transition: 0.3s; }

.password {
  margin-top: 50px; }
  .password h1 {
    font-family: Lato;
    font-size: 70px;
    line-height: 70px;
    color: #222222;
    margin-top: 50px;
    margin-bottom: 20px; }
  .password h5 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    text-transform: unset;
    margin-bottom: 20px; }
  .password p {
    font-size: 24px; }
  .password p:last-child a {
    color: #222222; }
    .password p:last-child a:hover {
      color: #f26c4f; }
  .password .form-group label {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    display: block; }
  .password .form-group input[type="email"] {
    border: 1px solid #222222;
    padding: 10px 20px;
    border-radius: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%; }
    .password .form-group input[type="email"]::placeholder {
      color: #888;
      font-size: 24px;
      font-family: Open Sans; }
    .password .form-group input[type="email"]:focus {
      outline: none; }
  .password .form-group input[type="submit"] {
    background: #222222;
    color: #fff;
    padding: 20px 50px;
    text-transform: uppercase;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px; }
    .password .form-group input[type="submit"]:hover {
      background: #f26c4f;
      transition: 0.3s; }
    .password .form-group input[type="submit"]:focus {
      outline: none; }
  .password .form-group .errors ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
  .password .contact-form input[type="password"] {
    border: 1px solid #222222;
    padding: 10px 20px;
    border-radius: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%; }
    .password .contact-form input[type="password"]::placeholder {
      color: #888;
      font-size: 24px;
      font-family: Open Sans; }
    .password .contact-form input[type="password"]:focus {
      outline: none; }

.content-pages-cart {
  padding-top: 30px;
  padding-bottom: 100px; }
  .content-pages-cart .wrap-bread-crumb i {
    margin: 0 10px; }
  .content-pages-cart .wrap-bread-crumb strong i {
    margin: 0 10px; }
  .content-pages-cart h1 {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-top: 50px;
    margin-bottom: 20px; }
  .content-pages-cart .table td, .content-pages-cart .table th {
    border-bottom: 1px solid #dee2e6; }
  .content-pages-cart .product-remove {
    vertical-align: middle; }
  .content-pages-cart .product-name {
    vertical-align: middle; }
    .content-pages-cart .product-name a {
      text-decoration: none;
      font-weight: 700;
      color: #222222; }
      .content-pages-cart .product-name a:hover {
        color: #f26c4f;
        transition: 0.3s; }
  .content-pages-cart .product-price {
    vertical-align: middle; }
    .content-pages-cart .product-price span {
      font-size: 25px;
      font-weight: 700;
      color: #222222; }
  .content-pages-cart .product-quantity {
    vertical-align: middle; }
  .content-pages-cart .product-subtotal {
    vertical-align: middle; }
    .content-pages-cart .product-subtotal span {
      font-size: 25px;
      font-weight: 700;
      color: #222222; }
  .content-pages-cart .shipping label {
    text-align: center;
    display: block;
    font-weight: 700;
    color: #888;
    margin-top: 50px; }
  .content-pages-cart .shipping textarea {
    display: block;
    width: 100%;
    min-height: 200px;
    padding: 10px 20px;
    color: #222222;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0; }
    .content-pages-cart .shipping textarea:focus {
      outline: none; }
  .content-pages-cart .order-total {
    text-align: center; }
    .content-pages-cart .order-total h5 {
      color: #888;
      font-weight: 700;
      margin-top: 30px;
      margin-bottom: 20px; }
    .content-pages-cart .order-total h2 {
      color: #222222;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 40px; }
  .content-pages-cart .actions {
    display: inline-block; }
    .content-pages-cart .actions input {
      background: transparent;
      color: #222222;
      min-width: 160px;
      padding: 10px 20px;
      margin: 0 5px;
      line-height: 28px;
      cursor: pointer;
      border: 1px solid #222222;
      border-radius: 0;
      font-weight: 700; }
      .content-pages-cart .actions input:focus {
        outline: none; }
      .content-pages-cart .actions input:hover {
        background: #f26c4f;
        color: #fff;
        border-color: transparent;
        transition: 0.3s; }
  .content-pages-cart .wc-proceed-to-checkout {
    display: inline-block; }
    .content-pages-cart .wc-proceed-to-checkout input {
      background: #222222;
      color: #fff;
      min-width: 160px;
      font-weight: 700;
      padding: 10px 20px;
      margin: 0 5px;
      line-height: 28px;
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 0; }
      .content-pages-cart .wc-proceed-to-checkout input:focus {
        outline: none; }
      .content-pages-cart .wc-proceed-to-checkout input:hover {
        background: #f26c4f;
        transition: 0.3s; }

.engo-popup .close-window {
  background-color: #f26c4f;
  text-decoration: none;
  line-height: 30px;
  width: 30px;
  height: 30px; }
.engo-popup .product-name {
  margin-bottom: 10px; }
.engo-popup .success-message {
  margin-bottom: 20px; }
.engo-popup .actions .shop-button {
  background: #222222;
  padding: 10px 20px;
  margin-right: 20px;
  color: #fff; }
  .engo-popup .actions .shop-button:focus {
    outline: none; }
  .engo-popup .actions .shop-button:hover {
    background: #f26c4f;
    transition: 0.3s; }

.content-page-detail {
  margin-top: 60px;
  margin-bottom: 60px; }
  .content-page-detail .product-thumbnail-bt {
    margin-top: 20px; }
  .content-page-detail .product-thumbnail .slick-active {
    opacity: 0.5; }
  .content-page-detail .product-thumbnail .slick-current {
    opacity: 1; }
  .content-page-detail .product-thumbnail-item {
    margin-bottom: 10px; }
    .content-page-detail .product-thumbnail-item:last-child {
      margin-bottom: 0; }
  .content-page-detail .detail-info h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px; }
  .content-page-detail .detail-info .product-price {
    color: #222222;
    font-weight: 700;
    float: left;
    margin-right: 100px;
    margin-bottom: 16px; }
    .content-page-detail .detail-info .product-price span {
      color: #888;
      font-weight: 400; }
  .content-page-detail .detail-info .product-des {
    clear: both; }
  .content-page-detail .ti-angle-left {
    color: #ddd;
    position: absolute;
    font-weight: 700;
    left: 15px;
    top: 50%;
    font-size: 18px;
    padding: 20px 10px;
    z-index: 1; }
    .content-page-detail .ti-angle-left:hover:before {
      color: #f26c4f;
      transition: 0.3s; }
    .content-page-detail .ti-angle-left:focus {
      outline: none; }
  .content-page-detail .ti-angle-right {
    font-size: 18px;
    font-weight: 700;
    color: #ddd;
    position: absolute;
    right: 15px;
    top: 50%;
    padding: 20px 10px;
    z-index: 1; }
    .content-page-detail .ti-angle-right:hover:before {
      color: #f26c4f;
      transition: 0.3s; }
    .content-page-detail .ti-angle-right:focus {
      outline: none; }
  .content-page-detail .slick-slide:focus {
    outline: none; }
  .content-page-detail .cart .shop-button {
    height: 56px;
    padding: 0 50px;
    background: #222222;
    color: #fff;
    margin-bottom: 50px; }
    .content-page-detail .cart .shop-button:hover {
      background: #f26c4f;
      transition: 0.3s; }
  .content-page-detail .cart .item-product-meta-info label {
    font-weight: 700;
    color: #222222; }
  .content-page-detail .cart .item-product-meta-info a {
    color: #444; }
  .content-page-detail .share h6 {
    color: #222222;
    font-weight: 700; }
  .content-page-detail .share a {
    text-decoration: none;
    color: #222222;
    padding: 0 15px;
    line-height: 28px; }
    .content-page-detail .share a:hover {
      color: #f26c4f;
      transition: 0.3s; }
  .content-page-detail .detail-tabs {
    margin-top: 60px; }
    .content-page-detail .detail-tabs .detail-tab-title {
      text-align: center; }
      .content-page-detail .detail-tabs .detail-tab-title ul li {
        padding: 0 50px; }
        .content-page-detail .detail-tabs .detail-tab-title ul li a {
          font-size: 30px;
          font-weight: 700;
          color: #222222;
          text-decoration: none;
          position: relative;
          display: inline-block; }
          .content-page-detail .detail-tabs .detail-tab-title ul li a:before {
            content: "";
            width: 0;
            border-bottom: 1px solid #f26c4f;
            left: 0;
            position: absolute;
            bottom: -2px;
            transition: width 0.4s linear 0s; }
          .content-page-detail .detail-tabs .detail-tab-title ul li a:hover:before {
            width: 100%;
            transition: 0.3s; }
          .content-page-detail .detail-tabs .detail-tab-title ul li a:hover {
            color: #f26c4f;
            transition: .3s; }
    .content-page-detail .detail-tabs .spr-summary {
      color: #222222; }
      .content-page-detail .detail-tabs .spr-summary a {
        color: #222222; }
        .content-page-detail .detail-tabs .spr-summary a:hover {
          color: #f26c4f;
          transition: 0.3s; }
    .content-page-detail .detail-tabs input, .content-page-detail .detail-tabs textarea {
      border: 1px solid #dee2e6;
      outline: none;
      color: #222222; }
      .content-page-detail .detail-tabs input::placeholder, .content-page-detail .detail-tabs textarea::placeholder {
        color: #888; }
    .content-page-detail .detail-tabs .spr-form-actions {
      margin-top: 20px;
      padding-left: 15px; }
      .content-page-detail .detail-tabs .spr-form-actions input {
        padding: 16px 42px;
        border-radius: 2rem;
        outline: none;
        background-color: #222222;
        color: #fff; }
        .content-page-detail .detail-tabs .spr-form-actions input:focus {
          outline: none; }
        .content-page-detail .detail-tabs .spr-form-actions input:hover {
          background: #f26c4f;
          transition: 0.3s; }
  .content-page-detail .related-product {
    margin-top: 60px; }
    .content-page-detail .related-product h2 {
      font-family: Lato;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
      color: #222222;
      font-size: 50px;
      line-height: 50px; }
  .content-page-detail .service-product {
    margin-top: 50px;
    padding: 50px 0;
    background: #f4f4f4; }
    .content-page-detail .service-product .service {
      line-height: 23px;
      display: flex;
      justify-content: center; }
      .content-page-detail .service-product .service a {
        text-decoration: none;
        line-height: 40px;
        margin-right: 20px;
        color: #f26c4f;
        font-size: 44px; }
      .content-page-detail .service-product .service .service-info h4 {
        font-size: 24px;
        color: #444; }
      .content-page-detail .service-product .service .service-info p {
        color: #f26c4f;
        font-size: 18px; }

.bg-minicart-overlay.active {
  background-color: rgba(45, 51, 55, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1111; }

.header-cart-content {
  background-color: #f4f4f4;
  z-index: 9999;
  position: fixed;
  right: -380px;
  width: 380px;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
  max-width: calc(100% - 20px); }
  .header-cart-content.active {
    right: 0; }
  .header-cart-content .minicart-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 46px;
    height: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #ecebeb;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center; }
  .header-cart-content .minicart-number {
    font-weight: 600;
    display: block;
    min-width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #ecebeb; }
  .header-cart-content .minicart-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    color: #000000;
    border-right: 1px solid #dedede;
    font-size: 18px;
    text-align: center;
    line-height: 41px; }
    .header-cart-content .minicart-close:hover {
      color: #f26c4f; }
  .header-cart-content .minicart-content {
    font-family: Open Sans;
    text-align: center;
    padding: 20px;
    transform: translatey(-50%);
    position: absolute;
    top: 50%; }
    .header-cart-content .minicart-content h4 {
      font-size: 20px;
      line-height: 23px;
      color: #000000; }
    .header-cart-content .minicart-content .to-cart {
      font-weight: 600;
      display: inline-block;
      line-height: 50px;
      background-color: #000000;
      color: #ffffff;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 0 15px;
      text-align: center;
      margin-top: 30px;
      text-decoration: none;
      transition: all ease 0.3s; }
      .header-cart-content .minicart-content .to-cart .flaticon-right-arrow {
        margin-left: 7px; }
      .header-cart-content .minicart-content .to-cart:hover {
        background: #f26c4f;
        transition: all ease 0.3s; }
    .header-cart-content .minicart-content .des-cart {
      color: #333;
      margin-top: 50px;
      line-height: 20px;
      border-bottom: 1px solid;
      font-size: 14px;
      text-decoration: none;
      display: inline-block; }
      .header-cart-content .minicart-content .des-cart:hover {
        color: #f26c4f;
        transition: 0.3s; }
  .header-cart-content .minicart-scroll {
    height: calc(100% - 145px); }
  .header-cart-content .minicart-scroll-content {
    height: 100%;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto; }
    .header-cart-content .minicart-scroll-content .product-cart {
      overflow: hidden;
      position: relative;
      padding-bottom: 24px;
      margin-bottom: 23px;
      border-bottom: 1px solid #ecebeb; }
      .header-cart-content .minicart-scroll-content .product-cart .product-image {
        float: left;
        width: 87px; }
      .header-cart-content .minicart-scroll-content .product-cart .product-detail {
        overflow: hidden;
        padding-left: 20px; }
        .header-cart-content .minicart-scroll-content .product-cart .product-detail .product-name {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 0; }
          .header-cart-content .minicart-scroll-content .product-cart .product-detail .product-name a {
            text-decoration: none;
            color: #333; }
            .header-cart-content .minicart-scroll-content .product-cart .product-detail .product-name a:hover {
              color: #f26c4f;
              transition: 0.3s; }
        .header-cart-content .minicart-scroll-content .product-cart .product-detail .product-detail-info {
          overflow: hidden; }
          .header-cart-content .minicart-scroll-content .product-cart .product-detail .product-detail-info .product-quantity {
            display: block;
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            color: #000000;
            letter-spacing: 2px; }
          .header-cart-content .minicart-scroll-content .product-cart .product-detail .product-detail-info .product-price {
            line-height: 18px;
            color: #5b5a5a;
            font-size: 14px;
            font-weight: 700; }
      .header-cart-content .minicart-scroll-content .product-cart .product-remove a {
        color: #a9a9a9;
        position: relative;
        text-decoration: none;
        font-size: 14px; }
        .header-cart-content .minicart-scroll-content .product-cart .product-remove a:hover {
          color: #f26c4f;
          transition: 0.3s; }
  .header-cart-content .subtotal {
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    color: #000000;
    padding: 0 40px;
    overflow: hidden; }
    .header-cart-content .subtotal .total-title {
      float: left;
      font-size: 16px; }
    .header-cart-content .subtotal .total-price {
      float: right;
      width: auto;
      display: block;
      font-size: 16px;
      font-weight: 700; }
  .header-cart-content .button-viewcart {
    width: 50%;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #2a2a2a; }
    .header-cart-content .button-viewcart:hover {
      color: #f26c4f;
      transition: 0.3s; }
  .header-cart-content .button-checkout {
    width: 50%;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #2a2a2a; }
    .header-cart-content .button-checkout:hover {
      color: #f26c4f;
      transition: 0.3s; }

.popup-v1 {
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 11;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .popup-v1 .background-overlay-v2 {
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .popup-v1 .popup-content {
    padding: 30px;
    background: #fff;
    color: #222222;
    position: relative;
    margin: auto;
    text-align: center; }
    .popup-v1 .popup-content img {
      position: relative;
      display: none; }
    .popup-v1 .popup-content .ti-close {
      position: absolute;
      top: 0;
      z-index: 13;
      right: 0;
      padding: 40px 40px 0 0;
      color: #fff; }
      .popup-v1 .popup-content .ti-close:hover {
        color: #f26c4f; }
    .popup-v1 .popup-content h3 {
      font-family: Lato;
      font-size: 48px;
      line-height: 48px;
      font-weight: 400;
      color: #222222;
      margin: 0; }
    .popup-v1 .popup-content p {
      line-height: 23px;
      color: #444; }
    .popup-v1 .popup-content .form-control {
      line-height: 46px;
      border: none;
      height: 58px;
      color: #fff;
      padding: 0 25px;
      background: #f4f4f4;
      font-size: 14px;
      box-shadow: none; }
      .popup-v1 .popup-content .form-control::placeholder {
        color: #dcdcdc;
        font-size: 18px; }
    .popup-v1 .popup-content .btn-newsletter {
      border: none;
      background: #222222;
      color: #dfdfdf;
      padding: 15px 55px;
      text-decoration: none;
      transition: all ease .3s;
      float: right; }
      .popup-v1 .popup-content .btn-newsletter:hover {
        background: #f26c4f;
        color: #fff; }
    .popup-v1 .popup-content .form-check {
      color: #888;
      padding: 0; }
      .popup-v1 .popup-content .form-check .form-check-input {
        color: #dedede;
        position: absolute;
        bottom: 6px;
        border-radius: 0; }
      .popup-v1 .popup-content .form-check .form-check-label {
        margin-left: 20px;
        line-height: 28px; }

.filter-mobile {
  background-color: #f7f7f7;
  z-index: 100;
  height: 100vh;
  position: fixed;
  right: -380px;
  width: 380px;
  top: 0;
  transition: all .3s ease;
  max-width: calc(100% - 20px); }
  .filter-mobile.active {
    right: 0; }

.filter-mobile {
  overflow-y: scroll; }
  .filter-mobile .sidebar-left {
    box-shadow: 0px 0px 5px #00000040; }

.bg-filter-overlay.active {
  background-color: rgba(45, 51, 55, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.button-filter {
  position: fixed;
  left: 2px;
  top: 50%;
  z-index: 100; }
  .button-filter:before {
    content: "\f109";
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
    line-height: 1;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    background: #f26c4f;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    letter-spacing: 1px;
    bottom: -20%;
    position: absolute;
    color: #fff;
    font-weight: 100;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08); }

.change-button-filter {
  position: fixed;
  left: 2px;
  top: 50%;
  z-index: 100; }
  .change-button-filter:before {
    font-size: inherit;
    font-style: normal;
    line-height: 1;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #f26c4f;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    letter-spacing: 1px;
    bottom: -20%;
    position: absolute;
    color: #fff;
    font-weight: 100;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08); }

.customers-account {
  padding: 50px; }
  .customers-account h2 {
    font-size: 20px; }
  .customers-account p {
    color: #909090; }
  .customers-account a {
    text-decoration: none; }
  .customers-account .btn:focus, .customers-account .btn:hover, .customers-account .btn.active {
    border-color: snow; }

.customers-address {
  padding: 50px; }
  .customers-address input, .customers-address select {
    border: 1px solid #ccc;
    color: #000;
    border-radius: 0;
    outline: none; }
  .customers-address label, .customers-address p {
    color: #909090; }
  .customers-address a {
    text-decoration: none; }
  .customers-address .link-v1.rt {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 30px; }
  .customers-address h3 {
    font-size: 20px; }

.slick-dots li {
  margin: 0; }
  .slick-dots li.slick-active button:before {
    color: #f26c4f; }
  .slick-dots li button:before {
    font-size: 30px;
    color: #d1d1d1;
    opacity: 1; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slide:focus, .slick-slide:hover {
  outline: none; }

.nav-item:hover .dropdown-menu, .nav-item:hover .dropdown-menu1 {
  opacity: 1;
  visibility: visible;
  transform: none; }
.nav-item .dropdown-menu1 {
  padding: 20px 10px !important; }
.nav-item .dropdown-menu, .nav-item .dropdown-menu1 {
  position: absolute;
  overflow: hidden;
  border: none;
  border-radius: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: block;
  transform: translateY(10px);
  background: #fff;
  width: 1170px;
  margin-top: 0;
  box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2);
  z-index: 1; }
  .nav-item .dropdown-menu .dropdown-item, .nav-item .dropdown-menu1 .dropdown-item {
    font-size: 18px;
    color: #444; }
    .nav-item .dropdown-menu .dropdown-item:hover, .nav-item .dropdown-menu1 .dropdown-item:hover {
      background: none;
      color: #f26c4f;
      transition: 0.3s; }
.nav-item .dropdown-menu1 {
  width: auto !important; }
.nav-item .megamenu .megamenu-left {
  padding: 20px; }
.nav-item .megamenu .menu-child h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  text-decoration: none; }
.nav-item .megamenu .megamenu-inner h3 {
  margin-top: 20px; }
  .nav-item .megamenu .megamenu-inner h3 a {
    font-size: 24px;
    color: #222222;
    text-decoration: none;
    line-height: 42px; }
  .nav-item .megamenu .megamenu-inner h3 .fa-caret-right {
    float: right;
    line-height: 35px;
    font-size: 18px;
    color: #cbcbcb; }
.nav-item .megamenu .megamenu-shop {
  line-height: 35px; }
  .nav-item .megamenu .megamenu-shop li:hover a, .nav-item .megamenu .megamenu-shop li:hover .fa-caret-right {
    color: #f26c4f;
    transition: .5s; }
  .nav-item .megamenu .megamenu-shop li a {
    color: #444;
    text-decoration: none;
    font-size: 18px; }
.nav-item .megamenu .megamenu-right {
  font-family: Lato;
  margin: auto;
  position: relative; }
  .nav-item .megamenu .megamenu-right .megamenu-info {
    position: absolute;
    top: 86px;
    right: 30px;
    line-height: 60px; }
  .nav-item .megamenu .megamenu-right p {
    font-size: 24px;
    font-weight: 700;
    color: #222222; }
  .nav-item .megamenu .megamenu-right h3 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    color: #f26c4f;
    padding-bottom: 20px; }
  .nav-item .megamenu .megamenu-right a {
    font-family: Open Sans;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    text-decoration: none;
    margin-right: 15px; }
    .nav-item .megamenu .megamenu-right a:hover i:before {
      transform: translateX(10px); }
    .nav-item .megamenu .megamenu-right a .ti-arrow-right {
      margin-left: 20px;
      line-height: 60px; }
      .nav-item .megamenu .megamenu-right a .ti-arrow-right:before {
        position: absolute;
        transition: 0.3s; }
.nav-item .megamenu .megamenu-last-col .megameu-info {
  line-height: 60px; }
  .nav-item .megamenu .megamenu-last-col .megameu-info h3 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #222222; }
  .nav-item .megamenu .megamenu-last-col .megameu-info span {
    font-size: 24px;
    font-weight: 700;
    background: #f26c4f;
    color: #fff;
    padding: 10px; }
  .nav-item .megamenu .megamenu-last-col .megameu-info a {
    font-family: Open Sans;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    text-decoration: none;
    margin-right: 15px;
    display: block; }
    .nav-item .megamenu .megamenu-last-col .megameu-info a:hover i:before {
      transform: translateX(10px); }
    .nav-item .megamenu .megamenu-last-col .megameu-info a .ti-arrow-right {
      margin-left: 20px;
      line-height: 60px; }
      .nav-item .megamenu .megamenu-last-col .megameu-info a .ti-arrow-right:before {
        position: absolute;
        transition: 0.3s; }

.page-404 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 230px 0; }
  .page-404 .box-content {
    color: #222222; }
    .page-404 .box-content h3 {
      font-size: 60px;
      font-weight: 500;
      margin-bottom: 18px !important; }
    .page-404 .box-content p {
      font-size: 24px; }
    .page-404 .box-content a {
      font-size: 16px;
      font-family: 'Poppins';
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      padding: 25px 94px;
      background-color: #f26c4f;
      color: #fff;
      text-decoration: none;
      margin-top: 65px;
      position: relative;
      transition: all 0.3s ease-out;
      overflow: hidden; }
      .page-404 .box-content a:before {
        content: '';
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 2px solid #f26c4f;
        border-bottom: 2px solid #f26c4f;
        transform: translateX(-100%);
        transition: all 0.3s ease-out; }
      .page-404 .box-content a:after {
        content: '';
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-right: 2px solid #f26c4f;
        border-left: 2px solid #f26c4f;
        transform: translateY(-100%);
        transition: all 0.3s ease-out; }
      .page-404 .box-content a:hover {
        background-color: #fff;
        color: #f26c4f; }
        .page-404 .box-content a:hover:before {
          transform: translateX(0);
          opacity: 1;
          visibility: visible; }
        .page-404 .box-content a:hover:after {
          transform: translateY(0);
          opacity: 1;
          visibility: visible; }

.product-quickview {
  width: 1000px;
  max-width: 1000px !important; }
  .product-quickview img {
    width: 100%; }
  .product-quickview .slick-dots {
    bottom: 20px; }
  .product-quickview .slick-brand-prev {
    color: #b8b8b8;
    left: 30px;
    top: calc(50% - 9px);
    z-index: 1;
    position: absolute;
    bottom: 25px;
    border: none;
    outline: none;
    transform: translate(0, -50%);
    cursor: pointer; }
  .product-quickview .slick-brand-next {
    color: #b8b8b8;
    right: 30px;
    top: calc(50% - 9px);
    z-index: 1;
    position: absolute;
    bottom: 25px;
    border: none;
    outline: none;
    transform: translate(0, -50%);
    cursor: pointer; }
  .product-quickview .product-name {
    margin-top: 20px; }
    .product-quickview .product-name a {
      line-height: 28px;
      padding: 0;
      margin-bottom: 30px;
      font-size: 24px;
      font-family: "Open Sans",sans-serif;
      text-decoration: none;
      color: #222;
      font-weight: 700;
      transition: .3s; }
      .product-quickview .product-name a:hover {
        color: #f26c4f; }
  .product-quickview .product-price {
    font-family: Open Sans;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px; }
  .product-quickview .des {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 23px; }
  .product-quickview .swatch {
    margin-top: 0;
    margin-bottom: 50px;
    display: inline-block;
    width: 50%; }
    .product-quickview .swatch .header {
      display: block;
      float: unset;
      font-family: Open Sans;
      font-size: 24px;
      font-weight: 400;
      text-transform: capitalize; }
  .product-quickview .product-quantity {
    display: inline-block; }
    .product-quickview .product-quantity .quantity {
      padding: 10px 45px 10px 15px;
      text-align: center; }
    .product-quickview .product-quantity .qtyminus {
      width: 30px;
      height: 28px;
      display: block;
      text-align: center;
      line-height: 20px;
      right: 0;
      left: unset;
      bottom: 0;
      top: unset;
      padding: 0;
      background: #f4f4f4;
      color: #d4d4d4; }
    .product-quickview .product-quantity .qtyplus {
      width: 30px;
      height: 28px;
      display: block;
      text-align: center;
      line-height: 20px;
      right: 0;
      padding: 0;
      background: #f4f4f4;
      color: #d4d4d4; }
  .product-quickview .product-actions {
    margin-top: 50px; }
  .product-quickview .actions {
    display: inline-block;
    margin-left: 20px; }
    .product-quickview .actions .shop-button {
      background-color: #222222;
      padding: 14px 30px;
      margin-left: 10px;
      color: #fff;
      transition: 0.3s; }
      .product-quickview .actions .shop-button:hover {
        background: #f26c4f; }
  .product-quickview .close-window {
    background-color: white;
    color: #222222;
    top: 5px;
    right: 5px;
    transition: 0.3s; }
    .product-quickview .close-window:hover {
      color: #f26c4f; }

.slide-collection-all h2 {
  text-align: center; }
.slide-collection-all .wrap-bread-crumb {
  text-align: center; }
.slide-collection-all .list-category {
  margin-top: 30px; }
  .slide-collection-all .list-category h3 {
    margin-top: 40px;
    font-size: 36px;
    color: #222222; }
  .slide-collection-all .list-category .item {
    margin-top: 20px;
    font-size: 16px; }
  .slide-collection-all .list-category .img_ef1 {
    position: relative;
    overflow: hidden; }
    .slide-collection-all .list-category .img_ef1:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.8s ease-in-out; }
    .slide-collection-all .list-category .img_ef1:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.8s ease-in-out; }
    .slide-collection-all .list-category .img_ef1:hover:before {
      right: 50%;
      left: 50%;
      width: 0;
      opacity: 1; }
    .slide-collection-all .list-category .img_ef1:hover:after {
      height: 0;
      top: 50%;
      bottom: 50%;
      opacity: 1; }
  .slide-collection-all .list-category .shop-button-collection {
    font-size: 12px;
    padding: 12px 25px;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    border: 1px solid #222222;
    background: #222222;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out;
    font-weight: 600; }
    .slide-collection-all .list-category .shop-button-collection:hover {
      color: #fff;
      background-color: #f26c4f;
      border-color: transparent; }

.wrap-bread-crumb {
  font-family: Lato;
  font-size: 18.25px;
  margin-bottom: 50px; }
  .wrap-bread-crumb a {
    text-decoration: none;
    color: #222222; }
  .wrap-bread-crumb i {
    font-weight: 700;
    margin: 0 20px;
    color: #222222; }
  .wrap-bread-crumb strong {
    color: #222222; }
    .wrap-bread-crumb strong i {
      font-weight: 700;
      margin: 0 20px; }
    .wrap-bread-crumb strong.active {
      color: #f26c4f; }

.search-page {
  margin-top: 50px; }
  .search-page .wrap-bread-crumb {
    margin-bottom: 30px; }
  .search-page h2 {
    font-size: 50px;
    line-height: 50px;
    color: #222222;
    margin-bottom: 20px; }
  .search-page h3 {
    margin-bottom: 20px; }

@media (max-width: 1199px) {
  .header-v1, .header-v2, .header-v3, .header-v4, .header-v5 {
    display: none; } }
@media (min-width: 1200px) {
  .menu-mobile {
    display: none; }

  .header-middle {
    display: none; }

  #back-to-top {
    display: none !important; } }
@media (max-width: 575.98px) {
  .footer-v1 .footer-top {
    padding: 40px 0;
    line-height: 23px; }
    .footer-v1 .footer-top p {
      font-size: 14px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .footer-v1 .footer-top .footer-top-socials {
      width: 290px; }
      .footer-v1 .footer-top .footer-top-socials .socials-item {
        margin: 0 10px; }
  .footer-v1 .footer-bottom {
    font-size: 14px;
    text-align: center;
    padding: 15px 0; }
    .footer-v1 .footer-bottom .footer-bottom-nav .footer-item {
      padding: 0 6px; }

  .footer-v2 .footer-top {
    padding: 40px 0; }
    .footer-v2 .footer-top .footer-info {
      padding-right: 15px; }
      .footer-v2 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v2 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #888 !important; }
      .footer-v2 .footer-top .footer-info .footer-address,
      .footer-v2 .footer-top .footer-info .footer-tel,
      .footer-v2 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
        .footer-v2 .footer-top .footer-info .footer-address a,
        .footer-v2 .footer-top .footer-info .footer-tel a,
        .footer-v2 .footer-top .footer-info .footer-email a {
          color: #888 !important; }
    .footer-v2 .footer-top .footer-top-post h3 {
      margin-bottom: 10px !important; }
    .footer-v2 .footer-top .footer-top-stores h3,
    .footer-v2 .footer-top .footer-top-link h3,
    .footer-v2 .footer-top .footer-top-post h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-v2 .footer-top .footer-top-stores ul,
    .footer-v2 .footer-top .footer-top-link ul,
    .footer-v2 .footer-top .footer-top-post ul {
      line-height: 28px;
      font-size: 14px; }
      .footer-v2 .footer-top .footer-top-stores ul a,
      .footer-v2 .footer-top .footer-top-link ul a,
      .footer-v2 .footer-top .footer-top-post ul a {
        color: #888 !important; }
    .footer-v2 .footer-top .footer-blog-item {
      line-height: 23px; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-image {
        padding-right: 0; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-info-title {
        font-size: 16px; }
  .footer-v2 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v2 .footer-bottom .socials span {
      margin-right: 10px; }

  .footer-v3 .footer-top {
    padding: 30px 0; }
    .footer-v3 .footer-top .footer-info {
      padding-right: 15px;
      margin: 0 auto; }
      .footer-v3 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v3 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px; }
      .footer-v3 .footer-top .footer-info .footer-address,
      .footer-v3 .footer-top .footer-info .footer-tel,
      .footer-v3 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
    .footer-v3 .footer-top .footer-top-stores h3,
    .footer-v3 .footer-top .footer-top-link h3,
    .footer-v3 .footer-top .footer-top-newsletter h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-v3 .footer-top .footer-top-stores ul,
    .footer-v3 .footer-top .footer-top-link ul,
    .footer-v3 .footer-top .footer-top-newsletter ul {
      line-height: 28px;
      font-size: 14px; }
    .footer-v3 .footer-top .footer-top-stores p,
    .footer-v3 .footer-top .footer-top-link p,
    .footer-v3 .footer-top .footer-top-newsletter p {
      font-size: 14px; }
    .footer-v3 .footer-top .form-group {
      margin-bottom: 30px; }
    .footer-v3 .footer-top .form-control {
      width: 360px;
      margin: 0 auto;
      font-size: 14px; }
      .footer-v3 .footer-top .form-control::placeholder {
        font-size: 14px; }
    .footer-v3 .footer-top .btn-newsletter {
      padding: 10px 40px;
      font-size: 14px; }
  .footer-v3 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v3 .footer-bottom .socials span {
      margin-right: 10px; }

  .footer-v4 .main-footer {
    padding: 20px 0; }
    .footer-v4 .main-footer .footer-nav {
      line-height: 28px; }
      .footer-v4 .main-footer .footer-nav .footer-item {
        padding: 0 5px; }
        .footer-v4 .main-footer .footer-nav .footer-item .footer-link {
          font-size: 14px; }
    .footer-v4 .main-footer .footer-center {
      line-height: 40px; }
      .footer-v4 .main-footer .footer-center p {
        font-size: 14px; }
    .footer-v4 .main-footer .socials {
      line-height: 28px; }
      .footer-v4 .main-footer .socials span {
        font-size: 14px; }
      .footer-v4 .main-footer .socials a {
        margin: 0 5px; }

  .footer-v5 .footer-top {
    padding: 40px 0; }
    .footer-v5 .footer-top .footer-info {
      padding-right: 15px; }
      .footer-v5 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v5 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #888 !important; }
      .footer-v5 .footer-top .footer-info .footer-address,
      .footer-v5 .footer-top .footer-info .footer-tel,
      .footer-v5 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
        .footer-v5 .footer-top .footer-info .footer-address a,
        .footer-v5 .footer-top .footer-info .footer-tel a,
        .footer-v5 .footer-top .footer-info .footer-email a {
          color: #888 !important; }
    .footer-v5 .footer-top .footer-top-stores,
    .footer-v5 .footer-top .footer-top-link,
    .footer-v5 .footer-top .footer-top-newsletter {
      line-height: 28px; }
      .footer-v5 .footer-top .footer-top-stores h3,
      .footer-v5 .footer-top .footer-top-link h3,
      .footer-v5 .footer-top .footer-top-newsletter h3 {
        font-size: 18px;
        margin-bottom: 10px; }
      .footer-v5 .footer-top .footer-top-stores ul,
      .footer-v5 .footer-top .footer-top-link ul,
      .footer-v5 .footer-top .footer-top-newsletter ul {
        line-height: 28px;
        font-size: 14px; }
        .footer-v5 .footer-top .footer-top-stores ul a,
        .footer-v5 .footer-top .footer-top-link ul a,
        .footer-v5 .footer-top .footer-top-newsletter ul a {
          color: #888 !important; }
      .footer-v5 .footer-top .footer-top-stores p,
      .footer-v5 .footer-top .footer-top-link p,
      .footer-v5 .footer-top .footer-top-newsletter p {
        font-size: 14px; }
    .footer-v5 .footer-top .form-group {
      margin-bottom: 30px; }
    .footer-v5 .footer-top .form-control {
      width: 360px;
      font-size: 14px; }
      .footer-v5 .footer-top .form-control::placeholder {
        font-size: 14px; }
    .footer-v5 .footer-top .btn-newsletter {
      padding: 10px 30px;
      font-size: 14px; }
  .footer-v5 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v5 .footer-bottom .socials span {
      margin-right: 10px; }

  .section-slideshow-v1 .item-slider {
    background-size: cover;
    background-position: 30%;
    min-height: 380px; }
  .section-slideshow-v1 .slide-info {
    top: 40px;
    left: 0px;
    line-height: 18px; }
    .section-slideshow-v1 .slide-info h5 {
      font-size: 18px !important; }
    .section-slideshow-v1 .slide-info h2 {
      font-size: 30px !important;
      line-height: 45px !important; }
    .section-slideshow-v1 .slide-info p {
      font-size: 16px !important; }
    .section-slideshow-v1 .slide-info a {
      padding: 10px 30px;
      margin-top: 10px;
      font-size: 16px !important; }
  .section-slideshow-v1 .slick-dots {
    bottom: 10px;
    width: 100%; }
  .section-slideshow-v1 .slick-dots li button:before {
    font-size: 35px; }

  .section-slideshow-v2 .item-slider {
    background-position: 80%;
    min-height: 340px; }
  .section-slideshow-v2 .slide-info {
    top: 40px;
    left: 0px;
    line-height: 18px; }
    .section-slideshow-v2 .slide-info h5 {
      font-size: 18px !important;
      margin-bottom: 0; }
    .section-slideshow-v2 .slide-info h2 {
      font-size: 30px !important;
      line-height: 45px;
      margin-bottom: 20; }
    .section-slideshow-v2 .slide-info p {
      font-size: 16px !important;
      margin-top: 20px; }
    .section-slideshow-v2 .slide-info a {
      font-size: 14px !important;
      margin-top: 0; }
  .section-slideshow-v2 .slick-dots {
    bottom: 10px !important;
    width: 100% !important; }

  .section-slideshow-v3 .item-slider {
    background-position: 80% !important;
    min-height: 400px !important; }
  .section-slideshow-v3 .slide-info {
    top: 140px !important;
    left: 0px !important;
    line-height: 18px; }
    .section-slideshow-v3 .slide-info h5 {
      font-size: 18px !important;
      line-height: 18px !important;
      margin-bottom: 10px; }
    .section-slideshow-v3 .slide-info h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 10px; }
    .section-slideshow-v3 .slide-info a {
      font-size: 14px !important; }
      .section-slideshow-v3 .slide-info a .ti-arrow-right {
        margin-left: 10px; }
  .section-slideshow-v3 .slick-dots {
    bottom: 10px !important;
    width: 100% !important; }
  .section-slideshow-v3 .slick-dots li button:before {
    font-size: 35px !important; }

  .section-slideshow-v4 .slide-v4 .slick-dots {
    display: none !important; }
  .section-slideshow-v4 .slide-v4 .slide-info .box-info {
    width: 90%; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info p {
      display: none; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h5 {
      font-size: 18px;
      margin-bottom: 20px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info a {
      font-size: 14px; }

  .section-slideshow-v5 {
    position: relative; }
    .section-slideshow-v5 .pagingInfo {
      transform: rotate(0) translate(175px, -40px); }
    .section-slideshow-v5 .item-slider {
      background-position: 30%;
      min-height: 375px; }
    .section-slideshow-v5 .slide-content {
      top: 50px; }
    .section-slideshow-v5 .slide-info1 {
      margin-left: 20px; }
      .section-slideshow-v5 .slide-info1 .sub-title {
        line-height: 23px;
        text-align: left;
        transform: unset; }
        .section-slideshow-v5 .slide-info1 .sub-title h5 {
          font-size: 18px; }
        .section-slideshow-v5 .slide-info1 .sub-title span {
          font-size: 18px; }
    .section-slideshow-v5 .slide-info2 {
      margin-left: 20px;
      margin-top: 30px; }
      .section-slideshow-v5 .slide-info2 .slide-text {
        transform: unset; }
        .section-slideshow-v5 .slide-info2 .slide-text h2 {
          font-size: 30px;
          line-height: 30px; }
        .section-slideshow-v5 .slide-info2 .slide-text p {
          display: none; }
        .section-slideshow-v5 .slide-info2 .slide-text a {
          margin-top: 20px;
          padding: 10px 25px;
          font-size: 14px; }

  .section-testimonial-v1 .testimonial-v1 {
    padding-bottom: 50px; }
  .section-testimonial-v1 .testimonial-info img {
    margin-bottom: 20px; }
  .section-testimonial-v1 .testimonial-info p {
    font-size: 14px;
    margin-bottom: 10px; }
  .section-testimonial-v1 .slick-dots {
    bottom: 20px; }

  .section-brand-v1 {
    margin-top: 40px; }
    .section-brand-v1 img {
      padding: 0 30px; }

  .section-product-v1 .slick-track .col-6:nth-child(2n) .product-item-v1 {
    margin-left: -7.5px; }
  .section-product-v1 .slick-track .col-6:nth-child(2n+1) .product-item-v1 {
    margin-right: -7.5px; }
  .section-product-v1 .product-text {
    line-height: 35px;
    margin-top: 0px; }
    .section-product-v1 .product-text b {
      font-size: 16px; }
    .section-product-v1 .product-text h2 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 10px; }
    .section-product-v1 .product-text p {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 0px; }
    .section-product-v1 .product-text a {
      font-size: 14px;
      margin: 0 0 10px 0; }
  .section-product-v1 .product-banner {
    margin-top: 30px; }

  .section-product-v3 .row .col-6:nth-child(2n) .product-item-v1 {
    margin-left: -7.5px; }
  .section-product-v3 .row .col-6:nth-child(2n+1) .product-item-v1 {
    margin-right: -7.5px; }
  .section-product-v3 .section-title {
    line-height: 23px; }
    .section-product-v3 .section-title h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-product-v3 .section-title p {
      font-size: 16px;
      margin-bottom: 0; }

  .section-product-v4 .section-title h2 {
    font-size: 30px;
    line-height: 30px; }
  .section-product-v4 .product-grid {
    margin-top: 0; }
  .section-product-v4 .product-item-v1 {
    margin-top: 20px;
    margin-bottom: 0; }
  .section-product-v4 .new-arrivals-sorting {
    margin-top: 10px;
    line-height: 28px; }
  .section-product-v4 .grid-sorting-button {
    padding: 0 20px; }
  .section-product-v4 .grid-sorting-button a {
    font-size: 18px; }
  .section-product-v4 .banner-product {
    margin-top: 20px; }

  .section-product-v5 .section-title h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-product-v5 .section-title p {
    font-size: 14px !important;
    line-height: 23px; }
  .section-product-v5 .product-item-v2 {
    margin-top: 20px; }
  .section-product-v5 .product-name a {
    font-size: 20px !important; }
  .section-product-v5 .product-price {
    font-size: 20px !important;
    margin-top: 10px; }

  .section-product-v6 .section-title h2 {
    font-size: 30px;
    line-height: 30px; }
  .section-product-v6 .arrivals-grid-sorting li a {
    font-size: 18px; }
  .section-product-v6 .slick-dots {
    padding-top: 10px; }

  .section-product-v8 {
    padding-bottom: 30px; }
    .section-product-v8 .product-v8 {
      top: 0px;
      padding: 0px; }
    .section-product-v8 .section-title {
      position: absolute;
      bottom: -25px; }
      .section-product-v8 .section-title .sub-title {
        font-size: 18px; }
      .section-product-v8 .section-title h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-product-v8 .section-title .des {
        display: none; }
    .section-product-v8 .product-item-v1 {
      margin-top: 20px; }
    .section-product-v8 .product-name {
      margin-top: 20px; }

  .section-countdown-v1 .countdown {
    background-position: 25%;
    min-height: 420px; }
    .section-countdown-v1 .countdown .countdown-info {
      top: 95px;
      right: 0px; }
      .section-countdown-v1 .countdown .countdown-info .sub-title {
        font-size: 18px; }
      .section-countdown-v1 .countdown .countdown-info h2 {
        font-size: 30px;
        margin-bottom: 0; }
      .section-countdown-v1 .countdown .countdown-info .countdown-price {
        font-size: 30px; }
      .section-countdown-v1 .countdown .countdown-info a {
        padding: 10px 40px; }
      .section-countdown-v1 .countdown .countdown-info .time {
        margin-top: 10px;
        margin-bottom: 20px; }
        .section-countdown-v1 .countdown .countdown-info .time .days, .section-countdown-v1 .countdown .countdown-info .time .hours, .section-countdown-v1 .countdown .countdown-info .time .mins, .section-countdown-v1 .countdown .countdown-info .time .secs {
          width: 56px;
          height: 56px;
          padding: 9px;
          line-height: 16px; }
          .section-countdown-v1 .countdown .countdown-info .time .days span, .section-countdown-v1 .countdown .countdown-info .time .hours span, .section-countdown-v1 .countdown .countdown-info .time .mins span, .section-countdown-v1 .countdown .countdown-info .time .secs span {
            font-size: 20px; }
          .section-countdown-v1 .countdown .countdown-info .time .days p, .section-countdown-v1 .countdown .countdown-info .time .hours p, .section-countdown-v1 .countdown .countdown-info .time .mins p, .section-countdown-v1 .countdown .countdown-info .time .secs p {
            font-size: 16px; }

  .section-countdown-v2 {
    margin-top: 30px; }
    .section-countdown-v2 .countdown {
      background: unset; }
      .section-countdown-v2 .countdown .quick-view-image {
        position: unset; }
      .section-countdown-v2 .countdown .countdown-info.active {
        position: unset; }
      .section-countdown-v2 .countdown .product-countdown {
        padding: 0px; }
        .section-countdown-v2 .countdown .product-countdown img {
          margin-bottom: 0px; }
      .section-countdown-v2 .countdown .countdown-info h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-top: 20px;
        margin-bottom: 10px; }
      .section-countdown-v2 .countdown .countdown-info .countdown-price {
        font-size: 20px !important; }
      .section-countdown-v2 .countdown .countdown-info .sub-title {
        font-size: 20px !important;
        margin-bottom: 10px;
        margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info a {
        padding: 10px 30px;
        font-size: 16px; }
      .section-countdown-v2 .countdown .countdown-info p {
        margin-bottom: 10px;
        margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info .time .days label, .section-countdown-v2 .countdown .countdown-info .time .hours label, .section-countdown-v2 .countdown .countdown-info .time .mins label, .section-countdown-v2 .countdown .countdown-info .time .secs label {
        margin-left: 10px; }
      .section-countdown-v2 .countdown .countdown-info .time .days p, .section-countdown-v2 .countdown .countdown-info .time .hours p, .section-countdown-v2 .countdown .countdown-info .time .mins p, .section-countdown-v2 .countdown .countdown-info .time .secs p {
        font-size: 16px !important; }

  .section-newsletter-v1 {
    margin-top: 30px;
    min-height: 325px; }
    .section-newsletter-v1 .newsletter {
      padding: 60px 0 !important; }
      .section-newsletter-v1 .newsletter h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-newsletter-v1 .newsletter p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 20px; }
      .section-newsletter-v1 .newsletter form {
        width: 100%;
        flex-wrap: wrap; }
      .section-newsletter-v1 .newsletter .form-control {
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px; }
        .section-newsletter-v1 .newsletter .form-control::placeholder {
          font-size: 14px; }
      .section-newsletter-v1 .newsletter .btn-newsletter {
        padding: 10px 30px;
        height: 40px;
        font-size: 14px;
        line-height: 18px;
        margin: auto; }

  .section-instagram-v1 .instagram-v1 {
    flex-wrap: wrap; }
    .section-instagram-v1 .instagram-v1 .instagram-item {
      margin-top: 20px; }
      .section-instagram-v1 .instagram-v1 .instagram-item:first-child {
        margin-top: 0; }
  .section-instagram-v1 .instagram-text a {
    font-size: 14px !important; }

  .section-service-v1 .service-v1 {
    margin: 30px 0 0 0;
    padding: 30px 0 50px 0; }
  .section-service-v1 .service a {
    font-size: 36px; }
  .section-service-v1 .service-info h4 {
    font-size: 18px !important; }
  .section-service-v1 .service-info p {
    font-size: 14px; }
  .section-service-v1 .slick-dots {
    bottom: 20px; }
    .section-service-v1 .slick-dots li {
      width: 10px;
      height: 10px;
      background: #444;
      border-radius: 50%;
      margin: 0 2px; }
      .section-service-v1 .slick-dots li.slick-active {
        background: #f26c4f;
        width: 20px;
        border-radius: 5px; }
      .section-service-v1 .slick-dots li button:before {
        content: ''; }

  .section-service-v2 {
    margin-top: 20px; }
    .section-service-v2 .service-v2 {
      padding: 0; }
    .section-service-v2 .service {
      padding: 20px;
      margin-bottom: 20px; }
      .section-service-v2 .service a {
        font-size: 36px; }
    .section-service-v2 .service-info h4 {
      font-size: 18px !important; }
    .section-service-v2 .service-info p {
      font-size: 14px; }

  .section-blog-v1 {
    margin-bottom: 20px; }
    .section-blog-v1 .section-title {
      line-height: 16px;
      margin-bottom: 20px; }
      .section-blog-v1 .section-title h2 {
        font-size: 24px;
        line-height: 24px; }
      .section-blog-v1 .section-title p {
        font-size: 16px; }
    .section-blog-v1 .blog-item {
      margin-top: 20px; }
    .section-blog-v1 .blog-info {
      padding: 15px; }
      .section-blog-v1 .blog-info .blog-meta {
        font-size: 14px; }
      .section-blog-v1 .blog-info .blog-title {
        font-size: 18px; }
      .section-blog-v1 .blog-info .blog-more {
        font-size: 14px; }

  .section-blog-v2 .section-title h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-blog-v2 .section-title p {
    font-size: 14px !important; }
  .section-blog-v2 .blog-item {
    margin-top: 20px !important; }
  .section-blog-v2 .blog-info .col-4 {
    margin-right: -7.5px; }
  .section-blog-v2 .blog-info .col-8 {
    margin-left: -7.5px; }
  .section-blog-v2 .blog-info .blog-meta {
    width: 70px;
    height: 70px; }
    .section-blog-v2 .blog-info .blog-meta .day {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-blog-v2 .blog-info .blog-meta .month {
      font-size: 14px !important; }
  .section-blog-v2 .blog-info .blog-title a {
    font-size: 18px !important;
    line-height: 23px !important; }
  .section-blog-v2 .blog-info .author .author-name a {
    font-size: 14px !important; }

  .section-collection-v1 .collection-title .sub-title {
    font-size: 18px !important; }
  .section-collection-v1 .collection-title h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 20px; }
  .section-collection-v1 .collection-info h5 {
    font-size: 18px !important;
    margin-bottom: 10px; }
    .section-collection-v1 .collection-info h5:before {
      display: none; }
  .section-collection-v1 .collection-info p {
    font-size: 14px !important;
    margin-bottom: 0px; }
  .section-collection-v1 .collection-info a {
    font-size: 14px !important; }
  .section-collection-v1 .banner-1, .section-collection-v1 .banner-2 {
    margin-top: 20px; }
    .section-collection-v1 .banner-1 .title, .section-collection-v1 .banner-2 .title {
      font-size: 20px !important;
      bottom: 10px; }

  .section-collection-v2 h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-collection-v2 .sub-title {
    font-size: 14px !important; }
  .section-collection-v2 .banner-2, .section-collection-v2 .banner-3, .section-collection-v2 .banner-4, .section-collection-v2 .banner-5, .section-collection-v2 .banner-6 {
    margin-top: 20px; }
  .section-collection-v2 .banner-1 .title, .section-collection-v2 .banner-2 .title, .section-collection-v2 .banner-3 .title, .section-collection-v2 .banner-4 .title, .section-collection-v2 .banner-5 .title, .section-collection-v2 .banner-6 .title {
    font-size: 20px !important;
    bottom: 10px; }

  .section-video-v1 {
    margin-top: 30px; }
    .section-video-v1 .box-video i {
      top: calc(50% - 15px);
      left: calc(50% - 15px);
      width: 30px;
      height: 30px;
      line-height: 30px; }

  .section-banner-v2 .banner-v2 video {
    margin-top: 20px; }
  .section-banner-v2 .banner-v2 img {
    margin-top: 20px; }
  .section-banner-v2 .banner-info h5 {
    font-size: 18px !important;
    line-height: 18px !important; }
  .section-banner-v2 .banner-info h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-banner-v2 .banner-info p {
    font-size: 14px !important;
    line-height: 23px;
    margin-bottom: 20px !important; }
  .section-banner-v2 .banner-info a {
    font-size: 14px !important;
    padding: 10px 30px !important; }

  .section-banner-v3 .banner-1 {
    margin-bottom: 20px; }

  .aboutus {
    margin-top: 30px; }
    .aboutus .section-title h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 0; }
    .aboutus .breadcrumb {
      margin-bottom: 10px; }
      .aboutus .breadcrumb li a {
        font-size: 14px !important; }
    .aboutus .aboutus-info .info-title {
      margin-top: 20px; }
      .aboutus .aboutus-info .info-title p {
        font-size: 14px !important; }
      .aboutus .aboutus-info .info-title h2 {
        font-size: 30px !important;
        line-height: 30px !important; }
    .aboutus .aboutus-info .info-text {
      margin-top: 10px; }
      .aboutus .aboutus-info .info-text p {
        font-size: 14px !important; }
        .aboutus .aboutus-info .info-text p:last-child {
          text-align: center; }

  .contact-us {
    margin-top: 30px; }
    .contact-us .contactus-content .section-title {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 0; }
    .contact-us .contactus-content .breadcrumb {
      margin-bottom: 10px; }
    .contact-us .contactus-content .contact-page-info {
      margin-bottom: 20px; }
      .contact-us .contactus-content .contact-page-info .contact-box {
        width: 100%; }
        .contact-us .contactus-content .contact-page-info .contact-box .box-icon {
          margin-right: 20px; }
          .contact-us .contactus-content .contact-page-info .contact-box .box-icon i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 24px; }
        .contact-us .contactus-content .contact-page-info .contact-box .info .box-title {
          font-size: 20px; }
    .contact-us .contactus-content .contact-google-map .map-custom {
      height: 400px; }
    .contact-us .contactus-content .contact-form-faq {
      margin-top: 30px; }
      .contact-us .contactus-content .contact-form-faq h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-bottom: 20px; }
    .contact-us .contactus-content .contact-form .contact-name input, .contact-us .contactus-content .contact-form .contact-email input, .contact-us .contactus-content .contact-form .contact-subject input {
      width: 100%;
      font-size: 14px; }
      .contact-us .contactus-content .contact-form .contact-name input::placeholder, .contact-us .contactus-content .contact-form .contact-email input::placeholder, .contact-us .contactus-content .contact-form .contact-subject input::placeholder {
        font-size: 14px; }
    .contact-us .contactus-content .contact-form .contact-message textarea {
      width: 100%;
      font-size: 14px;
      height: 200px; }
      .contact-us .contactus-content .contact-form .contact-message textarea::placeholder {
        font-size: 14px; }
    .contact-us .contactus-content .contact-form .shop-button {
      padding: 10px 30px; }
      .contact-us .contactus-content .contact-form .shop-button i {
        margin-left: 20px; }
    .contact-us .section-service {
      margin-top: 30px; }
      .contact-us .section-service .contactus-service {
        padding: 0; }
      .contact-us .section-service .service {
        padding: 60px 0 40px 0; }
        .contact-us .section-service .service span {
          position: absolute;
          font-size: 30px;
          margin-right: 0px;
          top: 15px; }
        .contact-us .section-service .service .service-text {
          text-align: center;
          font-size: 18px; }
          .contact-us .section-service .service .service-text p:last-child {
            font-size: 14px; }
      .contact-us .section-service .slick-dots {
        bottom: 10px; }
        .contact-us .section-service .slick-dots li {
          width: 10px;
          height: 10px;
          background: #444;
          border-radius: 50%; }
          .contact-us .section-service .slick-dots li.slick-active {
            background: #f26c4f;
            width: 20px;
            border-radius: 5px; }
          .contact-us .section-service .slick-dots li button:before {
            content: ''; }
    .contact-us .section-brand {
      margin-top: 30px;
      margin-bottom: 30px; }

  .content-blog {
    margin-top: 30px; }
    .content-blog .sidebar {
      padding: 20px; }
    .content-blog .widget h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-blog .widget-category h2 {
      margin-bottom: 20px; }
    .content-blog .widget-category ul {
      margin-left: 20px; }
    .content-blog .widget-recent-post {
      margin-top: 30px; }
      .content-blog .widget-recent-post .item-post {
        margin-bottom: 20px; }
      .content-blog .widget-recent-post .post-info {
        margin-top: 20px; }
    .content-blog .widget-instagram {
      margin-top: 30px; }
    .content-blog .widget-product {
      margin-top: 30px; }
      .content-blog .widget-product .product-item-v2 {
        margin-top: 20px; }
      .content-blog .widget-product .product-name {
        margin-top: 10px;
        margin-bottom: 0; }
    .content-blog .widget-tags {
      margin-top: 30px; }
    .content-blog .wrap-bread-crumb {
      margin-bottom: 20px; }
    .content-blog .blog-list-view .post-info {
      padding: 10px 20px; }
      .content-blog .blog-list-view .post-info .author-name {
        float: unset;
        font-size: 16px; }
        .content-blog .blog-list-view .post-info .author-name a {
          font-size: 16px; }
      .content-blog .blog-list-view .post-info span:before {
        content: unset; }
      .content-blog .blog-list-view .post-info h3 a {
        font-size: 18px; }
      .content-blog .blog-list-view .post-info .shop-button {
        font-size: 16px; }

  .content-article-page {
    margin-top: 30px; }
    .content-article-page .sidebar {
      padding: 20px; }
    .content-article-page .posts-title h2 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 30px; }
    .content-article-page .widget h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-article-page .widget-category h2 {
      margin-bottom: 20px; }
    .content-article-page .widget-category ul {
      margin-left: 20px; }
    .content-article-page .widget-recent-post {
      margin-top: 30px; }
      .content-article-page .widget-recent-post .item-post:last-child {
        margin-bottom: 20px; }
      .content-article-page .widget-recent-post .post-info {
        margin-top: 20px; }
    .content-article-page .widget-instagram {
      margin-top: 30px; }
    .content-article-page .widget-product {
      margin-top: 30px; }
      .content-article-page .widget-product .product-item-v2 {
        margin-top: 20px; }
      .content-article-page .widget-product .product-name {
        margin-top: 10px;
        margin-bottom: 0; }
    .content-article-page .widget-tags {
      margin-top: 30px; }
      .content-article-page .widget-tags h2 {
        margin-bottom: 20px; }
    .content-article-page .wrap-bread-crumb {
      margin-bottom: 20px; }
      .content-article-page .wrap-bread-crumb a {
        text-decoration: none;
        color: #222222; }
      .content-article-page .wrap-bread-crumb i {
        font-weight: 700;
        margin: 0 20px;
        color: #222222; }
      .content-article-page .wrap-bread-crumb strong {
        color: #222222; }
        .content-article-page .wrap-bread-crumb strong i {
          font-weight: 700;
          margin: 0 20px; }
        .content-article-page .wrap-bread-crumb strong.active {
          color: #f26c4f; }
    .content-article-page .title-page h2 {
      font-weight: 700;
      margin-bottom: 30px; }
    .content-article-page .content-single-blog .post-meta-data {
      margin-bottom: 30px;
      flex-wrap: wrap; }
      .content-article-page .content-single-blog .post-meta-data li:last-child {
        flex-wrap: wrap; }
      .content-article-page .content-single-blog .post-meta-data span:before {
        content: unset; }
      .content-article-page .content-single-blog .post-meta-data .tag:before {
        content: unset; }
      .content-article-page .content-single-blog .post-meta-data .tag:after {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: 10px; }
    .content-article-page .content-single-blog .content-post-default h6 {
      text-transform: unset; }
    .content-article-page .content-single-blog .content-post-default blockquote {
      font-size: 18px; }
    .content-article-page .content-single-blog .tags-share {
      flex-wrap: wrap;
      margin: 0 0 20px; }
      .content-article-page .content-single-blog .tags-share .content-single-tags {
        margin: 20px; }
        .content-article-page .content-single-blog .tags-share .content-single-tags li {
          margin-right: 10px; }
      .content-article-page .content-single-blog .tags-share .content-single-share .list-share a {
        padding: 0 12px; }
    .content-article-page .content-single-blog .blog-comment-detail h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-article-page .content-single-blog .reply-comment h2 {
      font-size: 24px; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit {
      padding: 5px 30px; }

  .content-page-detail {
    margin-top: 30px;
    margin-bottom: 30px; }
    .content-page-detail .detail-info h2 {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 10px; }
    .content-page-detail .detail-info .product-price {
      float: unset;
      margin-right: 0;
      margin-bottom: 10px; }
    .content-page-detail .detail-info .star-rating {
      margin-bottom: 10px; }
    .content-page-detail .detail-info .product-des {
      font-size: 16px; }
    .content-page-detail .cart .shop-button {
      margin-bottom: 30px; }
    .content-page-detail .detail-tabs {
      margin-top: 30px; }
      .content-page-detail .detail-tabs .detail-tab-title {
        text-align: center;
        line-height: 40px; }
        .content-page-detail .detail-tabs .detail-tab-title ul {
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom: 10px; }
          .content-page-detail .detail-tabs .detail-tab-title ul li {
            padding: 0 20px 0; }
            .content-page-detail .detail-tabs .detail-tab-title ul li a {
              font-size: 20px; }
      .content-page-detail .detail-tabs .detail-tab-desc h6 {
        font-size: 16px; }
      .content-page-detail .detail-tabs .detail-tab-desc ul {
        font-size: 16px; }
      .content-page-detail .detail-tabs .detail-tab-desc p {
        font-size: 16px; }
    .content-page-detail .related-product {
      margin-top: 30px; }
      .content-page-detail .related-product h2 {
        font-size: 30px;
        line-height: 30px; }
      .content-page-detail .related-product .slick-dots {
        bottom: 10px;
        width: 100%; }
        .content-page-detail .related-product .slick-dots li {
          margin: 0; }
          .content-page-detail .related-product .slick-dots li.slick-active button:before {
            color: #f26c4f; }
          .content-page-detail .related-product .slick-dots li button:before {
            font-size: 45px;
            color: #d1d1d1;
            opacity: 1; }
    .content-page-detail .service-product {
      margin: 30px 0 0 0;
      padding: 30px 0 50px 0; }
      .content-page-detail .service-product .service a {
        font-size: 36px; }
      .content-page-detail .service-product .service-info h4 {
        font-size: 18px !important; }
      .content-page-detail .service-product .service-info p {
        font-size: 14px; }
      .content-page-detail .service-product .slick-dots {
        bottom: 10px; }
        .content-page-detail .service-product .slick-dots li {
          width: 10px;
          height: 10px;
          background: #444;
          border-radius: 50%; }
          .content-page-detail .service-product .slick-dots li.slick-active {
            background: #f26c4f;
            width: 20px;
            border-radius: 5px; }
          .content-page-detail .service-product .slick-dots li button:before {
            content: ''; }

  .banner-collection-page {
    padding: 70px 0;
    background-position: 80%; }
    .banner-collection-page h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .banner-collection-page .wrap-bread-crumb i {
      margin: 0 10px; }
    .banner-collection-page .wrap-bread-crumb strong i {
      margin: 0 10px; }

  .content-collection-page {
    margin-top: 30px; }
    .content-collection-page .sidebar-left {
      padding: 20px; }
    .content-collection-page .widget-category h2 {
      font-size: 24px !important;
      margin-bottom: 6px; }
    .content-collection-page .widget-category .widget-content ul {
      margin-left: 30px; }
    .content-collection-page .widget-size, .content-collection-page .widget-price, .content-collection-page .widget-color, .content-collection-page .widget-tags, .content-collection-page .widget-search {
      margin-top: 20px; }
      .content-collection-page .widget-size h2, .content-collection-page .widget-price h2, .content-collection-page .widget-color h2, .content-collection-page .widget-tags h2, .content-collection-page .widget-search h2 {
        font-size: 24px !important;
        margin-bottom: 20px; }
      .content-collection-page .widget-size ul, .content-collection-page .widget-price ul, .content-collection-page .widget-color ul, .content-collection-page .widget-tags ul, .content-collection-page .widget-search ul {
        margin-left: 30px; }
        .content-collection-page .widget-size ul li, .content-collection-page .widget-price ul li, .content-collection-page .widget-color ul li, .content-collection-page .widget-tags ul li, .content-collection-page .widget-search ul li {
          margin-right: 10px;
          margin-bottom: 10px; }
    .content-collection-page .widget-search .wg-search-form input[type="text"] {
      padding-left: 20px; }
    .content-collection-page .widget-search .wg-search-form i {
      right: 18px;
      top: 16px; }
    .content-collection-page .widget-slideshow {
      margin-top: 20px; }
    .content-collection-page .content-blog-page .product-item-v3 {
      margin-top: 20px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-bubble {
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 29px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-bubble span {
          font-size: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-name {
        margin-top: 20px;
        margin-bottom: 5px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-name a {
          font-size: 18px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-price {
        margin-top: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button {
        line-height: 45px; }
    .content-collection-page .content-blog-page .showing {
      margin-bottom: 20px; }
    .content-collection-page .content-blog-page .filter-ordering select {
      margin-right: 20px;
      font-size: 16px;
      width: 185px; }

  .content-pages-cart {
    padding-top: 20px; }
    .content-pages-cart h1 {
      font-size: 20px;
      margin-top: 20px; }
    .content-pages-cart .product-name a {
      font-size: 12px;
      float: right; }
    .content-pages-cart .product-price span, .content-pages-cart .product-subtotal span {
      font-size: 12px;
      float: right; }
    .content-pages-cart .table-responsive th {
      display: none; }
    .content-pages-cart .table-responsive td:before {
      content: attr(data-label);
      float: left;
      text-align: center;
      font-size: 12px;
      padding-right: 10px; }
    .content-pages-cart .table-responsive .table--responsive {
      border: 1px solid #dcdcdc; }
      .content-pages-cart .table-responsive .table--responsive tr, .content-pages-cart .table-responsive .table--responsive td {
        float: left;
        clear: both;
        width: 100%; }
    .content-pages-cart .table-responsive .cart-item {
      border-bottom: 1px solid #dcdcdc; }
      .content-pages-cart .table-responsive .cart-item:last-child {
        border-bottom: none; }
    .content-pages-cart .table-responsive .product-thumbnail a img {
      float: right; }
    .content-pages-cart .table-responsive .js-qty {
      float: right; }
    .content-pages-cart .table-responsive .product-remove a {
      float: right; }
    .content-pages-cart .shop-table thead tr th, .content-pages-cart .shop-table tbody tr th, .content-pages-cart .shop-table tfoot tr th {
      outline: none;
      border: none; }
    .content-pages-cart .shop-table thead tr td, .content-pages-cart .shop-table tbody tr td, .content-pages-cart .shop-table tfoot tr td {
      outline: none;
      border: none; }
    .content-pages-cart .shipping label {
      margin-top: 10px;
      font-size: 14px; }
    .content-pages-cart .order-total {
      text-align: center; }
      .content-pages-cart .order-total h5 {
        font-size: 14px;
        margin-top: 20px; }
      .content-pages-cart .order-total h2 {
        color: #222222;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px; }
    .content-pages-cart .actions input, .content-pages-cart .wc-proceed-to-checkout input {
      font-size: 12px;
      line-height: 23px; }

  .page-404 {
    padding: 60px 0; }
    .page-404 .box-content h3 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 12px !important; }
    .page-404 .box-content p {
      font-size: 15px; }
    .page-404 .box-content a {
      font-size: 13px;
      padding: 15px 25px;
      margin-top: 35px;
      font-weight: 400; }

  .table-rps .table thead {
    display: none; }
  .table-rps tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
    margin-bottom: 15px; }
    .table-rps tbody tr td {
      border: none !important; }
      .table-rps tbody tr td:before {
        font-size: 16px; }
    .table-rps tbody tr .contact-form button i {
      font-size: 24px;
      color: #222222 !important; }

  .section-countdown-v1, .section-blog-v1, .section-collection-v1, .section-collection-v2, .section-banner-v1,
  .section-banner-v2, .section-banner-v3, .section-blog-v2,
  .section-product-v1, .section-product-v3, .section-product-v4, .section-testimonial-v1
  .section-product-v5, .section-product-v8, .section-service-v1, .section-instagram-v1 {
    margin-top: 20px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-v1 .footer-top {
    padding: 40px 0;
    line-height: 40px; }
    .footer-v1 .footer-top p {
      font-size: 14px;
      margin-bottom: 10px; }
    .footer-v1 .footer-top .footer-top-socials {
      width: 290px; }
      .footer-v1 .footer-top .footer-top-socials .socials-item {
        margin: 0 10px; }
  .footer-v1 .footer-bottom {
    font-size: 14px;
    padding: 15px 0; }
    .footer-v1 .footer-bottom .footer-bottom-nav .footer-item {
      padding: 0 10px; }

  .footer-v2 .footer-top {
    padding: 40px 0; }
    .footer-v2 .footer-top .footer-info {
      padding-right: 15px; }
      .footer-v2 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v2 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #888 !important; }
      .footer-v2 .footer-top .footer-info .footer-address,
      .footer-v2 .footer-top .footer-info .footer-tel,
      .footer-v2 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
        .footer-v2 .footer-top .footer-info .footer-address a,
        .footer-v2 .footer-top .footer-info .footer-tel a,
        .footer-v2 .footer-top .footer-info .footer-email a {
          color: #888 !important; }
    .footer-v2 .footer-top .footer-top-post h3 {
      margin-bottom: 20px !important; }
    .footer-v2 .footer-top .footer-top-stores h3,
    .footer-v2 .footer-top .footer-top-link h3,
    .footer-v2 .footer-top .footer-top-post h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-v2 .footer-top .footer-top-stores ul,
    .footer-v2 .footer-top .footer-top-link ul,
    .footer-v2 .footer-top .footer-top-post ul {
      line-height: 32px;
      font-size: 14px; }
      .footer-v2 .footer-top .footer-top-stores ul a,
      .footer-v2 .footer-top .footer-top-link ul a,
      .footer-v2 .footer-top .footer-top-post ul a {
        color: #888 !important; }
    .footer-v2 .footer-top .footer-blog-item {
      line-height: 23px; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-info-title {
        font-size: 16px; }
  .footer-v2 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v2 .footer-bottom .socials span {
      margin-right: 10px; }

  .footer-v3 .footer-top {
    padding: 30px 0; }
    .footer-v3 .footer-top .footer-info {
      padding-right: 15px;
      margin: 0 auto; }
      .footer-v3 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v3 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px; }
      .footer-v3 .footer-top .footer-info .footer-address,
      .footer-v3 .footer-top .footer-info .footer-tel,
      .footer-v3 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
    .footer-v3 .footer-top .footer-top-stores h3,
    .footer-v3 .footer-top .footer-top-link h3,
    .footer-v3 .footer-top .footer-top-newsletter h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-v3 .footer-top .footer-top-stores ul,
    .footer-v3 .footer-top .footer-top-link ul,
    .footer-v3 .footer-top .footer-top-newsletter ul {
      line-height: 32px;
      font-size: 14px; }
    .footer-v3 .footer-top .footer-top-stores p,
    .footer-v3 .footer-top .footer-top-link p,
    .footer-v3 .footer-top .footer-top-newsletter p {
      font-size: 14px; }
    .footer-v3 .footer-top .form-group {
      margin-bottom: 0;
      display: inline-block; }
    .footer-v3 .footer-top .form-control {
      width: 360px;
      margin: 0 auto;
      font-size: 14px; }
      .footer-v3 .footer-top .form-control::placeholder {
        font-size: 14px; }
    .footer-v3 .footer-top .btn-newsletter {
      padding: 10px 40px;
      font-size: 16px; }
  .footer-v3 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v3 .footer-bottom .socials span {
      margin-right: 10px; }

  .footer-v4 .main-footer {
    padding: 20px 0; }
    .footer-v4 .main-footer .footer-nav {
      line-height: 28px; }
      .footer-v4 .main-footer .footer-nav .footer-item {
        padding: 0 5px; }
        .footer-v4 .main-footer .footer-nav .footer-item .footer-link {
          font-size: 14px; }
    .footer-v4 .main-footer .footer-center {
      line-height: 40px; }
      .footer-v4 .main-footer .footer-center p {
        font-size: 14px; }
    .footer-v4 .main-footer .socials {
      line-height: 28px; }
      .footer-v4 .main-footer .socials span {
        font-size: 14px; }
      .footer-v4 .main-footer .socials a {
        margin: 0 5px; }

  .footer-v5 .footer-top {
    padding: 40px 0; }
    .footer-v5 .footer-top .footer-info {
      padding-right: 15px; }
      .footer-v5 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v5 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #888 !important; }
      .footer-v5 .footer-top .footer-info .footer-address,
      .footer-v5 .footer-top .footer-info .footer-tel,
      .footer-v5 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
        .footer-v5 .footer-top .footer-info .footer-address a,
        .footer-v5 .footer-top .footer-info .footer-tel a,
        .footer-v5 .footer-top .footer-info .footer-email a {
          color: #888 !important; }
    .footer-v5 .footer-top .footer-top-stores h3,
    .footer-v5 .footer-top .footer-top-link h3,
    .footer-v5 .footer-top .footer-top-newsletter h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-v5 .footer-top .footer-top-stores ul,
    .footer-v5 .footer-top .footer-top-link ul,
    .footer-v5 .footer-top .footer-top-newsletter ul {
      line-height: 32px;
      font-size: 14px; }
      .footer-v5 .footer-top .footer-top-stores ul a,
      .footer-v5 .footer-top .footer-top-link ul a,
      .footer-v5 .footer-top .footer-top-newsletter ul a {
        color: #888 !important; }
    .footer-v5 .footer-top .footer-top-stores p,
    .footer-v5 .footer-top .footer-top-link p,
    .footer-v5 .footer-top .footer-top-newsletter p {
      font-size: 14px;
      color: #888 !important; }
    .footer-v5 .footer-top .form-group {
      margin-bottom: 0;
      display: inline-block; }
    .footer-v5 .footer-top .form-control {
      width: 360px;
      font-size: 14px; }
      .footer-v5 .footer-top .form-control::placeholder {
        font-size: 14px; }
    .footer-v5 .footer-top .btn-newsletter {
      padding: 10px 30px;
      font-size: 14px;
      margin-left: 20px; }
  .footer-v5 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v5 .footer-bottom .socials span {
      margin-right: 10px; }

  .section-slideshow-v1 .item-slider {
    background-size: cover;
    background-position: 70%;
    min-height: 380px; }
  .section-slideshow-v1 .slide-info {
    top: 70px;
    left: 0px;
    line-height: 18px; }
    .section-slideshow-v1 .slide-info h5 {
      font-size: 18px !important; }
    .section-slideshow-v1 .slide-info h2 {
      font-size: 30px !important;
      line-height: 45px !important; }
    .section-slideshow-v1 .slide-info p {
      font-size: 16px !important; }
    .section-slideshow-v1 .slide-info a {
      padding: 10px 30px;
      margin-top: 10px;
      font-size: 16px !important; }
  .section-slideshow-v1 .slick-dots {
    bottom: 10px;
    width: 100%; }
  .section-slideshow-v1 .slick-dots li button:before {
    font-size: 35px; }

  .section-slideshow-v2 .item-slider {
    background-position: 76%;
    min-height: 340px; }
  .section-slideshow-v2 .slide-info {
    top: 60px;
    left: 0px;
    line-height: 18px; }
    .section-slideshow-v2 .slide-info h5 {
      font-size: 18px !important;
      margin-bottom: 0; }
    .section-slideshow-v2 .slide-info h2 {
      font-size: 30px !important;
      line-height: 45px; }
    .section-slideshow-v2 .slide-info p {
      font-size: 16px !important;
      margin-top: 20px; }
    .section-slideshow-v2 .slide-info a {
      font-size: 12px !important;
      margin-top: 0; }
      .section-slideshow-v2 .slide-info a .ti-arrow-right {
        margin-left: 10px; }
      .section-slideshow-v2 .slide-info a:hover {
        color: #f26c4f !important; }
  .section-slideshow-v2 .slick-dots {
    bottom: 10px !important;
    width: 100% !important; }

  .section-slideshow-v3 .item-slider {
    background-position: 100% !important;
    min-height: 400px !important; }
  .section-slideshow-v3 .slide-info {
    top: 140px !important;
    left: 0px !important;
    line-height: 18px; }
    .section-slideshow-v3 .slide-info h5 {
      font-size: 18px !important;
      line-height: 18px !important;
      margin-bottom: 10px; }
    .section-slideshow-v3 .slide-info h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 10px; }
    .section-slideshow-v3 .slide-info a {
      font-size: 14px !important; }
  .section-slideshow-v3 .slick-dots {
    bottom: 10px !important;
    width: 100% !important; }
  .section-slideshow-v3 .slick-dots li button:before {
    font-size: 35px !important; }

  .section-slideshow-v4 .slide-v4 .slick-dots {
    display: none !important; }
  .section-slideshow-v4 .slide-v4 .slide-info .box-info {
    width: 80%; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info p {
      display: none; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h5 {
      font-size: 18px;
      margin-bottom: 20px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info a {
      font-size: 14px; }

  .section-slideshow-v5 {
    position: relative; }
    .section-slideshow-v5 .pagingInfo {
      transform: rotate(0) translate(10px, -40px); }
    .section-slideshow-v5 .item-slider {
      background-position: 80%;
      min-height: 375px; }
    .section-slideshow-v5 .slide-content {
      top: 30px; }
    .section-slideshow-v5 .slide-info1 {
      margin-right: 30px; }
      .section-slideshow-v5 .slide-info1 .sub-title {
        line-height: 23px;
        text-align: right;
        transform: unset; }
        .section-slideshow-v5 .slide-info1 .sub-title h5 {
          font-size: 18px;
          margin-bottom: 0; }
        .section-slideshow-v5 .slide-info1 .sub-title span {
          font-size: 18px; }
    .section-slideshow-v5 .slide-info2 {
      margin-right: 30px; }
      .section-slideshow-v5 .slide-info2 .slide-text {
        transform: translate(240px, 20px);
        text-align: right; }
        .section-slideshow-v5 .slide-info2 .slide-text h2 {
          font-size: 30px;
          line-height: 30px; }
        .section-slideshow-v5 .slide-info2 .slide-text p {
          font-size: 16px;
          line-height: 23px;
          margin-bottom: 20px; }
        .section-slideshow-v5 .slide-info2 .slide-text a {
          padding: 10px 25px;
          font-size: 14px; }

  .section-testimonial-v1 .testimonial-v1 {
    padding-bottom: 50px; }
  .section-testimonial-v1 .testimonial-info img {
    margin-bottom: 20px; }
  .section-testimonial-v1 .testimonial-info p {
    font-size: 14px;
    margin-bottom: 10px; }
  .section-testimonial-v1 .slick-dots {
    bottom: 20px; }

  .section-brand-v1 {
    margin-top: 40px; }
    .section-brand-v1 img {
      padding: 0 40px; }

  .section-product-v1 .slick-track .col-6:nth-child(2n) .product-item-v1 {
    margin-left: -7.5px; }
  .section-product-v1 .slick-track .col-6:nth-child(2n+1) .product-item-v1 {
    margin-right: -7.5px; }
  .section-product-v1 .product-text {
    line-height: 35px;
    margin-top: 0px; }
    .section-product-v1 .product-text b {
      font-size: 18px; }
    .section-product-v1 .product-text h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-product-v1 .product-text p {
      font-size: 16px;
      line-height: 23px;
      margin-bottom: 0px; }
    .section-product-v1 .product-text a {
      margin: 0 0 20px 0; }
  .section-product-v1 .product-banner {
    margin-top: 30px; }

  .section-product-v3 .row .col-6:nth-child(2n) .product-item-v1 {
    margin-left: -7.5px; }
  .section-product-v3 .row .col-6:nth-child(2n+1) .product-item-v1 {
    margin-right: -7.5px; }
  .section-product-v3 .section-title {
    line-height: 16px; }
    .section-product-v3 .section-title h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-product-v3 .section-title p {
      font-size: 16px;
      margin-bottom: 0; }

  .section-product-v4 .section-title h2 {
    font-size: 30px;
    line-height: 30px; }
  .section-product-v4 .product-item-v1 {
    margin-top: 20px;
    margin-bottom: 0; }
  .section-product-v4 .product-grid {
    margin-top: 0; }
  .section-product-v4 .new-arrivals-sorting {
    margin-top: 10px;
    line-height: 28px; }
  .section-product-v4 .grid-sorting-button {
    padding: 0 20px; }
  .section-product-v4 .grid-sorting-button a {
    font-size: 18px !important; }
  .section-product-v4 .banner-product {
    margin-top: 20px; }

  .section-product-v5 .section-title h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-product-v5 .section-title p {
    font-size: 14px !important;
    line-height: 23px; }
  .section-product-v5 .product-item-v2 {
    margin-top: 20px; }
  .section-product-v5 .product-name a {
    font-size: 20px !important; }
  .section-product-v5 .product-price {
    font-size: 20px !important;
    margin-top: 10px; }

  .section-product-v6 .section-title h2 {
    font-size: 30px;
    line-height: 30px; }
  .section-product-v6 .arrivals-grid-sorting li a {
    font-size: 18px; }
  .section-product-v6 .slick-dots {
    padding-top: 10px; }

  .section-product-v8 {
    padding-bottom: 30px; }
    .section-product-v8 .product-v8 {
      top: 0px;
      padding: 0px; }
    .section-product-v8 .section-title {
      bottom: -25px; }
      .section-product-v8 .section-title .sub-title {
        font-size: 18px; }
      .section-product-v8 .section-title h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-product-v8 .section-title p {
        font-size: 14px; }
    .section-product-v8 .product-item-v1 {
      margin-top: 20px; }
    .section-product-v8 .product-name {
      margin-top: 20px; }

  .section-countdown-v1 .countdown {
    margin-bottom: 30px;
    min-height: 420px; }
    .section-countdown-v1 .countdown .countdown-info {
      top: 65px;
      right: 0px; }
      .section-countdown-v1 .countdown .countdown-info p:first-child {
        font-size: 18px; }
      .section-countdown-v1 .countdown .countdown-info h2 {
        font-size: 30px;
        margin-bottom: 15px; }
      .section-countdown-v1 .countdown .countdown-info .countdown-price {
        font-size: 30px; }
      .section-countdown-v1 .countdown .countdown-info a {
        padding: 10px 40px; }
      .section-countdown-v1 .countdown .countdown-info .time {
        margin-top: 20px;
        margin-bottom: 35px; }
        .section-countdown-v1 .countdown .countdown-info .time .days, .section-countdown-v1 .countdown .countdown-info .time .hours, .section-countdown-v1 .countdown .countdown-info .time .mins, .section-countdown-v1 .countdown .countdown-info .time .secs {
          width: 55px;
          height: 55px;
          padding: 9px;
          line-height: 16px; }
          .section-countdown-v1 .countdown .countdown-info .time .days span, .section-countdown-v1 .countdown .countdown-info .time .hours span, .section-countdown-v1 .countdown .countdown-info .time .mins span, .section-countdown-v1 .countdown .countdown-info .time .secs span {
            font-size: 20px; }
          .section-countdown-v1 .countdown .countdown-info .time .days p, .section-countdown-v1 .countdown .countdown-info .time .hours p, .section-countdown-v1 .countdown .countdown-info .time .mins p, .section-countdown-v1 .countdown .countdown-info .time .secs p {
            font-size: 14px; }

  .section-countdown-v2 {
    margin-top: 30px; }
    .section-countdown-v2 .countdown {
      background: unset; }
      .section-countdown-v2 .countdown .quick-view-image {
        position: unset; }
      .section-countdown-v2 .countdown .countdown-info.active {
        position: unset; }
      .section-countdown-v2 .countdown .product-countdown {
        padding: 0px; }
        .section-countdown-v2 .countdown .product-countdown img {
          margin-bottom: 0px; }
      .section-countdown-v2 .countdown .countdown-info h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-top: 20px;
        margin-bottom: 10px; }
      .section-countdown-v2 .countdown .countdown-info .countdown-price {
        font-size: 20px !important; }
      .section-countdown-v2 .countdown .countdown-info .sub-title {
        font-size: 20px !important;
        margin-bottom: 10px;
        margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info a {
        padding: 10px 30px;
        font-size: 16px; }
      .section-countdown-v2 .countdown .countdown-info p {
        margin-bottom: 10px;
        margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info .time .days label, .section-countdown-v2 .countdown .countdown-info .time .hours label, .section-countdown-v2 .countdown .countdown-info .time .mins label, .section-countdown-v2 .countdown .countdown-info .time .secs label {
        margin-left: 10px; }
      .section-countdown-v2 .countdown .countdown-info .time .days p, .section-countdown-v2 .countdown .countdown-info .time .hours p, .section-countdown-v2 .countdown .countdown-info .time .mins p, .section-countdown-v2 .countdown .countdown-info .time .secs p {
        font-size: 16px !important; }

  .section-newsletter-v1 {
    margin-top: 30px;
    min-height: 325px; }
    .section-newsletter-v1 .newsletter {
      padding: 70px 0 !important; }
      .section-newsletter-v1 .newsletter h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-newsletter-v1 .newsletter p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 20px; }
      .section-newsletter-v1 .newsletter form {
        width: 70%;
        flex-wrap: wrap; }
      .section-newsletter-v1 .newsletter .form-control {
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px; }
        .section-newsletter-v1 .newsletter .form-control::placeholder {
          font-size: 14px; }
      .section-newsletter-v1 .newsletter .btn-newsletter {
        padding: 10px 30px;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        margin: auto; }

  .section-instagram-v1 .instagram-v1 {
    flex-wrap: wrap;
    justify-content: center; }
    .section-instagram-v1 .instagram-v1 .instagram-item {
      width: 50%;
      margin-top: 20px; }
  .section-instagram-v1 .instagram-text a {
    font-size: 14px !important; }

  .section-service-v1 .service-v1 {
    margin: 30px 0 0 0;
    padding: 30px 0 50px 0; }
  .section-service-v1 .service a {
    font-size: 36px; }
  .section-service-v1 .service-info h4 {
    font-size: 18px !important; }
  .section-service-v1 .service-info p {
    font-size: 14px; }
  .section-service-v1 .slick-dots {
    bottom: 20px; }
    .section-service-v1 .slick-dots li {
      width: 10px;
      height: 10px;
      background: #444;
      border-radius: 50%;
      margin: 0 2px; }
      .section-service-v1 .slick-dots li.slick-active {
        background: #f26c4f;
        width: 20px;
        border-radius: 5px; }
      .section-service-v1 .slick-dots li button:before {
        content: ''; }

  .section-service-v2 {
    margin-top: 20px; }
    .section-service-v2 .service-v2 {
      padding: 0; }
    .section-service-v2 .service {
      padding: 20px;
      margin-bottom: 20px; }
      .section-service-v2 .service a {
        font-size: 36px; }
    .section-service-v2 .service-info h4 {
      font-size: 18px !important; }
    .section-service-v2 .service-info p {
      font-size: 14px; }

  .section-blog-v1 {
    margin-bottom: 20px; }
    .section-blog-v1 .section-title {
      line-height: 16px;
      margin-bottom: 20px; }
      .section-blog-v1 .section-title h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-blog-v1 .section-title p {
        font-size: 16px; }
    .section-blog-v1 .blog-item {
      margin-top: 20px; }
    .section-blog-v1 .blog-info {
      padding: 15px; }
      .section-blog-v1 .blog-info .blog-meta {
        font-size: 14px; }
      .section-blog-v1 .blog-info .blog-title {
        font-size: 18px; }
      .section-blog-v1 .blog-info .blog-more {
        font-size: 14px; }

  .section-blog-v2 .section-title h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-blog-v2 .section-title p {
    font-size: 14px !important; }
  .section-blog-v2 .blog-item {
    margin-top: 20px !important; }
  .section-blog-v2 .blog-info .col-sm-2 {
    margin-right: -5px; }
  .section-blog-v2 .blog-info .col-sm-10 {
    margin-left: -5px; }
  .section-blog-v2 .blog-info .blog-meta {
    width: 70px;
    height: 70px; }
    .section-blog-v2 .blog-info .blog-meta .day {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-blog-v2 .blog-info .blog-meta .month {
      font-size: 14px !important; }
  .section-blog-v2 .blog-info .blog-title a {
    font-size: 18px !important;
    line-height: 23px !important; }
  .section-blog-v2 .blog-info .author .author-name a {
    font-size: 14px !important; }

  .section-collection-v1 .collection-title .sub-title {
    font-size: 18px !important; }
  .section-collection-v1 .collection-title h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 20px; }
  .section-collection-v1 .collection-info h5 {
    font-size: 18px !important;
    margin-bottom: 10px; }
    .section-collection-v1 .collection-info h5:before {
      display: none; }
  .section-collection-v1 .collection-info p {
    font-size: 14px !important;
    margin-bottom: 0px; }
  .section-collection-v1 .collection-info a {
    font-size: 14px !important; }
  .section-collection-v1 .banner-1 {
    margin-top: 20px; }
    .section-collection-v1 .banner-1 .title {
      font-size: 20px !important;
      bottom: 50px; }
  .section-collection-v1 .banner-2 {
    margin-top: 30px; }
    .section-collection-v1 .banner-2 .title {
      font-size: 20px !important;
      bottom: 50px; }

  .section-collection-v2 {
    margin-top: 50px; }
    .section-collection-v2 h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-collection-v2 .sub-title {
      font-size: 14px !important; }
    .section-collection-v2 .banner-2, .section-collection-v2 .banner-3, .section-collection-v2 .banner-4, .section-collection-v2 .banner-5, .section-collection-v2 .banner-6 {
      margin-top: 20px; }
    .section-collection-v2 .banner-1 .title, .section-collection-v2 .banner-2 .title, .section-collection-v2 .banner-3 .title, .section-collection-v2 .banner-4 .title, .section-collection-v2 .banner-5 .title, .section-collection-v2 .banner-6 .title {
      font-size: 20px !important;
      bottom: 10px; }

  .section-banner-v2 .banner-v2 video {
    margin-top: 20px; }
  .section-banner-v2 .banner-v2 img {
    margin-top: 20px; }
  .section-banner-v2 .banner-info h5 {
    font-size: 18px !important;
    line-height: 18px !important; }
  .section-banner-v2 .banner-info h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-banner-v2 .banner-info p {
    font-size: 14px !important;
    line-height: 23px;
    margin-bottom: 20px !important; }
  .section-banner-v2 .banner-info a {
    font-size: 14px !important;
    padding: 10px 30px !important; }

  .section-banner-v3 .banner-1 {
    margin-bottom: 20px; }

  .aboutus {
    margin-top: 30px; }
    .aboutus .section-title h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 0; }
    .aboutus .breadcrumb {
      margin-bottom: 10px; }
      .aboutus .breadcrumb li a {
        font-size: 14px !important; }
    .aboutus .aboutus-info .info-title {
      margin-top: 20px; }
      .aboutus .aboutus-info .info-title p {
        font-size: 14px !important; }
      .aboutus .aboutus-info .info-title h2 {
        font-size: 30px !important;
        line-height: 30px !important; }
    .aboutus .aboutus-info .info-text {
      margin-top: 10px; }
      .aboutus .aboutus-info .info-text p {
        font-size: 14px !important; }
        .aboutus .aboutus-info .info-text p:last-child {
          text-align: center; }

  .contact-us {
    margin-top: 30px; }
    .contact-us .contactus-content .section-title {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 0; }
    .contact-us .contactus-content .breadcrumb {
      margin-bottom: 10px; }
    .contact-us .contactus-content .contact-page-info {
      margin-bottom: 20px; }
      .contact-us .contactus-content .contact-page-info .contact-box {
        width: 100%; }
        .contact-us .contactus-content .contact-page-info .contact-box .box-icon {
          margin-right: 20px; }
          .contact-us .contactus-content .contact-page-info .contact-box .box-icon i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 24px; }
        .contact-us .contactus-content .contact-page-info .contact-box .info .box-title {
          font-size: 20px; }
    .contact-us .contactus-content .contact-google-map .map-custom {
      height: 400px; }
    .contact-us .contactus-content .contact-form-faq {
      margin-top: 30px; }
      .contact-us .contactus-content .contact-form-faq h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-bottom: 20px; }
    .contact-us .contactus-content .contact-form .contact-name input, .contact-us .contactus-content .contact-form .contact-email input, .contact-us .contactus-content .contact-form .contact-subject input {
      width: 100%;
      font-size: 14px; }
      .contact-us .contactus-content .contact-form .contact-name input::placeholder, .contact-us .contactus-content .contact-form .contact-email input::placeholder, .contact-us .contactus-content .contact-form .contact-subject input::placeholder {
        font-size: 14px; }
    .contact-us .contactus-content .contact-form .contact-message textarea {
      width: 100%;
      font-size: 14px;
      height: 200px; }
      .contact-us .contactus-content .contact-form .contact-message textarea::placeholder {
        font-size: 14px; }
    .contact-us .contactus-content .contact-form .shop-button {
      padding: 10px 30px; }
      .contact-us .contactus-content .contact-form .shop-button i {
        margin-left: 20px; }
    .contact-us .section-service {
      margin-top: 30px; }
      .contact-us .section-service .contactus-service {
        padding: 0; }
      .contact-us .section-service .service {
        padding: 60px 0 40px 0; }
        .contact-us .section-service .service span {
          position: absolute;
          font-size: 30px;
          margin-right: 0px;
          top: 15px; }
        .contact-us .section-service .service .service-text {
          text-align: center;
          font-size: 18px; }
          .contact-us .section-service .service .service-text p:last-child {
            font-size: 14px; }
      .contact-us .section-service .slick-dots {
        bottom: 10px; }
        .contact-us .section-service .slick-dots li {
          width: 10px;
          height: 10px;
          background: #444;
          border-radius: 50%; }
          .contact-us .section-service .slick-dots li.slick-active {
            background: #f26c4f;
            width: 20px;
            border-radius: 5px; }
          .contact-us .section-service .slick-dots li button:before {
            content: ''; }
    .contact-us .section-brand {
      margin-top: 30px;
      margin-bottom: 30px; }

  .content-blog {
    margin-top: 30px; }
    .content-blog .sidebar {
      padding: 20px; }
    .content-blog .widget h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-blog .widget-category h2 {
      margin-bottom: 20px; }
    .content-blog .widget-category ul {
      margin-left: 20px; }
    .content-blog .widget-recent-post {
      margin-top: 30px; }
      .content-blog .widget-recent-post .item-post {
        margin-bottom: 20px; }
      .content-blog .widget-recent-post .post-info {
        margin-top: 20px; }
    .content-blog .widget-instagram {
      margin-top: 30px; }
    .content-blog .widget-product {
      margin-top: 30px; }
      .content-blog .widget-product .product-item-v2 {
        margin-top: 20px; }
      .content-blog .widget-product .product-name {
        margin-top: 10px;
        margin-bottom: 0; }
    .content-blog .widget-tags {
      margin-top: 30px; }
    .content-blog .wrap-bread-crumb {
      margin-bottom: 20px; }
    .content-blog .blog-list-view .post-info {
      padding: 10px 20px; }
      .content-blog .blog-list-view .post-info .author-name {
        float: unset;
        font-size: 16px; }
        .content-blog .blog-list-view .post-info .author-name a {
          font-size: 16px; }
      .content-blog .blog-list-view .post-info span:before {
        content: unset; }
      .content-blog .blog-list-view .post-info h3 a {
        font-size: 18px; }
      .content-blog .blog-list-view .post-info .shop-button {
        font-size: 16px; }

  .content-article-page {
    margin-top: 30px; }
    .content-article-page .sidebar {
      padding: 20px; }
    .content-article-page .posts-title h2 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 30px; }
    .content-article-page .widget h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-article-page .widget-category h2 {
      margin-bottom: 20px; }
    .content-article-page .widget-category ul {
      margin-left: 20px; }
    .content-article-page .widget-recent-post {
      margin-top: 30px; }
      .content-article-page .widget-recent-post .item-post:last-child {
        margin-bottom: 20px; }
      .content-article-page .widget-recent-post .post-info {
        margin-top: 20px; }
    .content-article-page .widget-instagram {
      margin-top: 30px; }
    .content-article-page .widget-product {
      margin-top: 30px; }
      .content-article-page .widget-product .product-item-v2 {
        margin-top: 20px; }
      .content-article-page .widget-product .product-name {
        margin-top: 10px;
        margin-bottom: 0; }
    .content-article-page .widget-tags {
      margin-top: 30px; }
      .content-article-page .widget-tags h2 {
        margin-bottom: 20px; }
    .content-article-page .wrap-bread-crumb {
      margin-bottom: 20px; }
      .content-article-page .wrap-bread-crumb a {
        text-decoration: none;
        color: #222222; }
      .content-article-page .wrap-bread-crumb i {
        font-weight: 700;
        margin: 0 20px;
        color: #222222; }
      .content-article-page .wrap-bread-crumb strong {
        color: #222222; }
        .content-article-page .wrap-bread-crumb strong i {
          font-weight: 700;
          margin: 0 20px; }
        .content-article-page .wrap-bread-crumb strong.active {
          color: #f26c4f; }
    .content-article-page .title-page h2 {
      font-weight: 700;
      margin-bottom: 30px; }
    .content-article-page .content-single-blog .post-meta-data {
      margin-bottom: 30px;
      flex-wrap: wrap; }
      .content-article-page .content-single-blog .post-meta-data li:last-child {
        flex-wrap: wrap; }
      .content-article-page .content-single-blog .post-meta-data span:before {
        content: unset; }
      .content-article-page .content-single-blog .post-meta-data .tag:before {
        content: unset; }
      .content-article-page .content-single-blog .post-meta-data .tag:after {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: 10px; }
    .content-article-page .content-single-blog .content-post-default h6 {
      text-transform: unset; }
    .content-article-page .content-single-blog .content-post-default blockquote {
      font-size: 18px; }
    .content-article-page .content-single-blog .tags-share {
      flex-wrap: wrap;
      margin: 0 0 20px; }
      .content-article-page .content-single-blog .tags-share .content-single-tags {
        margin: 20px; }
        .content-article-page .content-single-blog .tags-share .content-single-tags li {
          margin-right: 10px; }
      .content-article-page .content-single-blog .tags-share .content-single-share .list-share a {
        padding: 0 12px; }
    .content-article-page .content-single-blog .blog-comment-detail h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-article-page .content-single-blog .reply-comment h2 {
      font-size: 24px; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit {
      padding: 5px 30px; }

  .banner-collection-page {
    padding: 70px 0;
    background-position: 80%; }
    .banner-collection-page h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .banner-collection-page .wrap-bread-crumb i {
      margin: 0 10px; }
    .banner-collection-page .wrap-bread-crumb strong i {
      margin: 0 10px; }

  .content-collection-page {
    margin-top: 30px; }
    .content-collection-page .sidebar-left {
      padding: 20px; }
    .content-collection-page .widget-category h2 {
      font-size: 24px !important;
      margin-bottom: 6px; }
    .content-collection-page .widget-category .widget-content ul {
      margin-left: 30px; }
    .content-collection-page .widget-size, .content-collection-page .widget-price, .content-collection-page .widget-color, .content-collection-page .widget-tags, .content-collection-page .widget-search {
      margin-top: 20px; }
      .content-collection-page .widget-size h2, .content-collection-page .widget-price h2, .content-collection-page .widget-color h2, .content-collection-page .widget-tags h2, .content-collection-page .widget-search h2 {
        font-size: 24px !important;
        margin-bottom: 20px; }
      .content-collection-page .widget-size ul, .content-collection-page .widget-price ul, .content-collection-page .widget-color ul, .content-collection-page .widget-tags ul, .content-collection-page .widget-search ul {
        margin-left: 30px; }
        .content-collection-page .widget-size ul li, .content-collection-page .widget-price ul li, .content-collection-page .widget-color ul li, .content-collection-page .widget-tags ul li, .content-collection-page .widget-search ul li {
          margin-right: 10px;
          margin-bottom: 10px; }
    .content-collection-page .widget-search .wg-search-form input[type="text"] {
      padding-left: 20px; }
    .content-collection-page .widget-search .wg-search-form i {
      right: 18px;
      top: 16px; }
    .content-collection-page .widget-slideshow {
      margin-top: 20px; }
    .content-collection-page .content-blog-page .product-item-v3 {
      margin-top: 20px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-bubble {
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 29px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-bubble span {
          font-size: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-name {
        margin-top: 20px;
        margin-bottom: 5px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-name a {
          font-size: 18px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-price {
        margin-top: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button {
        line-height: 45px; }
    .content-collection-page .content-blog-page .showing {
      margin-bottom: 20px; }
    .content-collection-page .content-blog-page .filter-ordering select {
      margin-right: 20px; }

  .content-pages-cart {
    padding-top: 20px; }
    .content-pages-cart h1 {
      font-size: 20px;
      margin-top: 20px; }
    .content-pages-cart .table th {
      font-size: 12px; }
    .content-pages-cart .product-name a {
      font-size: 12px; }
    .content-pages-cart .product-price span {
      font-size: 18px; }
    .content-pages-cart .product-subtotal span {
      font-size: 18px; }
    .content-pages-cart .shipping label {
      margin-top: 10px;
      font-size: 14px; }
    .content-pages-cart .order-total h5 {
      font-size: 14px; }
    .content-pages-cart .actions input, .content-pages-cart .wc-proceed-to-checkout input {
      font-size: 12px;
      line-height: 23px; }

  .content-page-detail {
    margin-top: 30px;
    margin-bottom: 30px; }
    .content-page-detail .detail-info h2 {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 10px; }
    .content-page-detail .detail-info .product-price {
      float: unset;
      margin-right: 0;
      margin-bottom: 10px; }
    .content-page-detail .detail-info .star-rating {
      margin-bottom: 10px; }
    .content-page-detail .detail-info .product-des {
      font-size: 16px; }
    .content-page-detail .cart .shop-button {
      margin-bottom: 30px; }
    .content-page-detail .detail-tabs {
      margin-top: 30px; }
      .content-page-detail .detail-tabs .detail-tab-title {
        text-align: center;
        line-height: 40px; }
        .content-page-detail .detail-tabs .detail-tab-title ul {
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom: 10px; }
          .content-page-detail .detail-tabs .detail-tab-title ul li {
            padding: 0 20px 0; }
            .content-page-detail .detail-tabs .detail-tab-title ul li a {
              font-size: 24px; }
      .content-page-detail .detail-tabs .detail-tab-desc h6 {
        font-size: 16px; }
      .content-page-detail .detail-tabs .detail-tab-desc ul {
        font-size: 16px; }
      .content-page-detail .detail-tabs .detail-tab-desc p {
        font-size: 16px; }
    .content-page-detail .related-product {
      margin-top: 30px; }
      .content-page-detail .related-product h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px; }
      .content-page-detail .related-product .slick-dots {
        bottom: 10px;
        width: 100%; }
        .content-page-detail .related-product .slick-dots li {
          margin: 0; }
          .content-page-detail .related-product .slick-dots li.slick-active button:before {
            color: #f26c4f; }
          .content-page-detail .related-product .slick-dots li button:before {
            font-size: 45px;
            color: #d1d1d1;
            opacity: 1; }
    .content-page-detail .service-product {
      margin: 30px 0 0 0;
      padding: 30px 0 50px 0; }
      .content-page-detail .service-product .service a {
        font-size: 36px; }
      .content-page-detail .service-product .service-info h4 {
        font-size: 18px !important; }
      .content-page-detail .service-product .service-info p {
        font-size: 14px; }
      .content-page-detail .service-product .slick-dots {
        bottom: 10px; }
        .content-page-detail .service-product .slick-dots li {
          width: 10px;
          height: 10px;
          background: #444;
          border-radius: 50%; }
          .content-page-detail .service-product .slick-dots li.slick-active {
            background: #f26c4f;
            width: 20px;
            border-radius: 5px; }
          .content-page-detail .service-product .slick-dots li button:before {
            content: ''; }

  .page-404 {
    padding: 80px 0; }
    .page-404 .box-content h3 {
      font-size: 40px;
      font-weight: 500;
      margin-bottom: 15px !important; }
    .page-404 .box-content p {
      font-size: 20px; }
    .page-404 .box-content a {
      font-size: 14px;
      padding: 15px 25px;
      margin-top: 40px;
      font-weight: 400; }

  .section-countdown-v1, .section-blog-v1, .section-collection-v1, .section-collection-v2, .section-banner-v1,
  .section-banner-v2, .section-banner-v3, .section-blog-v2,
  .section-product-v1, .section-product-v3, .section-product-v4, .section-testimonial-v1
  .section-product-v5, .section-product-v8, .section-service-v1, .section-instagram-v1 {
    margin-top: 30px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-v1 .footer-top {
    padding: 40px 0;
    line-height: 40px; }
    .footer-v1 .footer-top p {
      font-size: 14px;
      margin-bottom: 10px; }
    .footer-v1 .footer-top .footer-top-socials {
      width: 290px; }
      .footer-v1 .footer-top .footer-top-socials .socials-item {
        margin: 0 10px; }
  .footer-v1 .footer-bottom {
    line-height: 34px;
    font-size: 14px; }
    .footer-v1 .footer-bottom .footer-bottom-pay span {
      display: none; }
    .footer-v1 .footer-bottom .footer-bottom-nav .footer-item {
      padding: 0 3px; }

  .footer-v2 .footer-top {
    padding: 40px 0; }
    .footer-v2 .footer-top .footer-info {
      padding-right: 15px; }
      .footer-v2 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v2 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #888 !important; }
      .footer-v2 .footer-top .footer-info .footer-address,
      .footer-v2 .footer-top .footer-info .footer-tel,
      .footer-v2 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
        .footer-v2 .footer-top .footer-info .footer-address a,
        .footer-v2 .footer-top .footer-info .footer-tel a,
        .footer-v2 .footer-top .footer-info .footer-email a {
          color: #888 !important; }
    .footer-v2 .footer-top .footer-top-post h3 {
      margin-bottom: 25px !important; }
    .footer-v2 .footer-top .footer-top-stores h3,
    .footer-v2 .footer-top .footer-top-link h3,
    .footer-v2 .footer-top .footer-top-post h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-v2 .footer-top .footer-top-stores ul,
    .footer-v2 .footer-top .footer-top-link ul,
    .footer-v2 .footer-top .footer-top-post ul {
      line-height: 32px;
      font-size: 14px; }
      .footer-v2 .footer-top .footer-top-stores ul a,
      .footer-v2 .footer-top .footer-top-link ul a,
      .footer-v2 .footer-top .footer-top-post ul a {
        color: #888 !important; }
    .footer-v2 .footer-top .footer-blog-item {
      line-height: 18px; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-image {
        padding-right: 0; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-info-title {
        font-size: 16px; }
  .footer-v2 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v2 .footer-bottom .socials span {
      margin-right: 10px; }

  .footer-v3 .footer-top {
    padding: 30px 0; }
    .footer-v3 .footer-top .footer-info {
      padding-right: 15px;
      margin: 0 auto; }
      .footer-v3 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v3 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px; }
      .footer-v3 .footer-top .footer-info .footer-address,
      .footer-v3 .footer-top .footer-info .footer-tel,
      .footer-v3 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
    .footer-v3 .footer-top .footer-top-stores h3,
    .footer-v3 .footer-top .footer-top-link h3,
    .footer-v3 .footer-top .footer-top-newsletter h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-v3 .footer-top .footer-top-stores ul,
    .footer-v3 .footer-top .footer-top-link ul,
    .footer-v3 .footer-top .footer-top-newsletter ul {
      line-height: 32px;
      font-size: 14px; }
    .footer-v3 .footer-top .footer-top-stores p,
    .footer-v3 .footer-top .footer-top-link p,
    .footer-v3 .footer-top .footer-top-newsletter p {
      font-size: 14px; }
    .footer-v3 .footer-top .form-group {
      margin-bottom: 0;
      display: inline-block; }
    .footer-v3 .footer-top .form-control {
      width: 360px;
      margin: 0 auto;
      font-size: 14px; }
      .footer-v3 .footer-top .form-control::placeholder {
        font-size: 14px; }
    .footer-v3 .footer-top .btn-newsletter {
      padding: 10px 40px;
      font-size: 16px; }
  .footer-v3 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v3 .footer-bottom .socials span {
      margin-right: 10px; }

  .footer-v4 .main-footer {
    padding: 20px 0; }
    .footer-v4 .main-footer .footer-nav {
      line-height: 28px; }
      .footer-v4 .main-footer .footer-nav .footer-item {
        padding: 0 5px; }
        .footer-v4 .main-footer .footer-nav .footer-item .footer-link {
          font-size: 14px; }
    .footer-v4 .main-footer .footer-center {
      line-height: 40px; }
      .footer-v4 .main-footer .footer-center p {
        font-size: 14px; }
    .footer-v4 .main-footer .socials {
      line-height: 28px; }
      .footer-v4 .main-footer .socials span {
        font-size: 14px; }
      .footer-v4 .main-footer .socials a {
        margin: 0 5px; }

  .footer-v5 .footer-top {
    padding: 40px 0; }
    .footer-v5 .footer-top .footer-info {
      padding-right: 15px;
      margin: auto;
      text-align: center; }
      .footer-v5 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v5 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #888 !important; }
      .footer-v5 .footer-top .footer-info .footer-address,
      .footer-v5 .footer-top .footer-info .footer-tel,
      .footer-v5 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
        .footer-v5 .footer-top .footer-info .footer-address a,
        .footer-v5 .footer-top .footer-info .footer-tel a,
        .footer-v5 .footer-top .footer-info .footer-email a {
          color: #888 !important; }
    .footer-v5 .footer-top .footer-top-stores,
    .footer-v5 .footer-top .footer-top-link,
    .footer-v5 .footer-top .footer-top-newsletter {
      text-align: center; }
      .footer-v5 .footer-top .footer-top-stores h3,
      .footer-v5 .footer-top .footer-top-link h3,
      .footer-v5 .footer-top .footer-top-newsletter h3 {
        font-size: 18px;
        margin-bottom: 10px; }
      .footer-v5 .footer-top .footer-top-stores ul,
      .footer-v5 .footer-top .footer-top-link ul,
      .footer-v5 .footer-top .footer-top-newsletter ul {
        line-height: 32px;
        font-size: 14px; }
        .footer-v5 .footer-top .footer-top-stores ul a,
        .footer-v5 .footer-top .footer-top-link ul a,
        .footer-v5 .footer-top .footer-top-newsletter ul a {
          color: #888 !important; }
      .footer-v5 .footer-top .footer-top-stores p,
      .footer-v5 .footer-top .footer-top-link p,
      .footer-v5 .footer-top .footer-top-newsletter p {
        font-size: 14px;
        color: #888 !important; }
    .footer-v5 .footer-top .form-group {
      margin-bottom: 0;
      display: inline-block; }
    .footer-v5 .footer-top .form-control {
      width: 360px;
      font-size: 14px; }
      .footer-v5 .footer-top .form-control::placeholder {
        font-size: 14px; }
    .footer-v5 .footer-top .btn-newsletter {
      padding: 10px 40px;
      font-size: 14px;
      margin-left: 20px; }
  .footer-v5 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v5 .footer-bottom .socials span {
      margin-right: 10px; }

  .section-slideshow-v1 .item-slider {
    background-size: cover;
    background-position: 70%;
    min-height: 480px; }
  .section-slideshow-v1 .slide-info {
    top: 110px;
    left: 0px;
    line-height: 18px; }
    .section-slideshow-v1 .slide-info h5 {
      font-size: 18px !important; }
    .section-slideshow-v1 .slide-info h2 {
      font-size: 30px !important;
      line-height: 45px !important; }
    .section-slideshow-v1 .slide-info p {
      font-size: 16px !important; }
    .section-slideshow-v1 .slide-info a {
      padding: 10px 30px;
      margin-top: 10px;
      font-size: 16px !important; }
  .section-slideshow-v1 .slick-dots {
    bottom: 10px;
    width: 100%; }
  .section-slideshow-v1 .slick-dots li button:before {
    font-size: 35px; }

  .section-slideshow-v2 .item-slider {
    background-position: 76%;
    min-height: 440px; }
  .section-slideshow-v2 .slide-info {
    top: 76px !important;
    left: 0px !important;
    line-height: 18px; }
    .section-slideshow-v2 .slide-info h5 {
      font-size: 16px !important; }
    .section-slideshow-v2 .slide-info h2 {
      font-size: 30px !important;
      line-height: 45px; }
    .section-slideshow-v2 .slide-info p {
      font-size: 16px !important;
      margin-bottom: 20px; }
    .section-slideshow-v2 .slide-info a {
      margin-top: 0px !important;
      font-size: 12px !important; }
  .section-slideshow-v2 .sale {
    right: 50px;
    height: 60px;
    width: 60px;
    line-height: 60px; }
  .section-slideshow-v2 .slick-dots {
    bottom: 10px !important;
    width: 100% !important; }

  .section-slideshow-v3 .item-slider {
    background-position: 40% !important;
    min-height: 400px !important; }
  .section-slideshow-v3 .slide-info {
    top: 140px !important;
    left: 26% !important;
    line-height: 18px; }
    .section-slideshow-v3 .slide-info h5 {
      font-size: 18px !important;
      line-height: 18px !important;
      margin-bottom: 10px; }
    .section-slideshow-v3 .slide-info h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 10px; }
    .section-slideshow-v3 .slide-info a {
      font-size: 14px !important; }
      .section-slideshow-v3 .slide-info a .ti-arrow-right {
        margin-left: 10px; }
  .section-slideshow-v3 .slick-dots {
    bottom: 10px !important;
    width: 100% !important; }
  .section-slideshow-v3 .slick-dots li button:before {
    font-size: 35px !important; }

  .section-slideshow-v4 .slide-v4 .slick-dots {
    display: none !important; }
  .section-slideshow-v4 .slide-v4 .slide-info .box-info {
    width: 80%; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info p {
      font-size: 16px;
      line-height: 23px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h5 {
      font-size: 18px;
      margin-bottom: 20px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info a {
      font-size: 14px; }

  .section-slideshow-v5 {
    position: relative; }
    .section-slideshow-v5 .pagingInfo {
      transform: rotate(-90deg) translate(315px, -60px); }
    .section-slideshow-v5 .item-slider {
      background-position: 60%;
      min-height: 375px; }
    .section-slideshow-v5 .slide-content {
      top: 30px; }
    .section-slideshow-v5 .slide-info1 {
      margin-right: 20px; }
      .section-slideshow-v5 .slide-info1 .sub-title {
        line-height: 23px;
        text-align: right;
        transform: unset; }
        .section-slideshow-v5 .slide-info1 .sub-title h5 {
          font-size: 18px; }
        .section-slideshow-v5 .slide-info1 .sub-title span {
          font-size: 18px; }
    .section-slideshow-v5 .slide-info2 {
      margin-right: 20px; }
      .section-slideshow-v5 .slide-info2 .row {
        justify-content: flex-end; }
      .section-slideshow-v5 .slide-info2 .slide-text {
        text-align: right;
        transform: unset; }
        .section-slideshow-v5 .slide-info2 .slide-text h2 {
          font-size: 30px;
          line-height: 30px; }
        .section-slideshow-v5 .slide-info2 .slide-text p {
          font-size: 16px;
          margin-bottom: 20px; }
        .section-slideshow-v5 .slide-info2 .slide-text a {
          padding: 10px 25px;
          font-size: 14px; }

  .section-testimonial-v1 {
    margin-top: 40px; }
    .section-testimonial-v1 .testimonial-v1 {
      padding-bottom: 50px; }
    .section-testimonial-v1 .testimonial-info img {
      margin-bottom: 20px; }
    .section-testimonial-v1 .testimonial-info p {
      font-size: 14px;
      margin-bottom: 10px; }
    .section-testimonial-v1 .slick-dots {
      bottom: 20px; }

  .section-brand-v1 {
    margin-top: 40px; }

  .section-product-v1 .product-text {
    line-height: 35px;
    margin-top: 0px; }
    .section-product-v1 .product-text b {
      font-size: 18px; }
    .section-product-v1 .product-text h5 {
      font-size: 30px;
      line-height: 30px; }
    .section-product-v1 .product-text p {
      font-size: 16px;
      line-height: 23px;
      margin-bottom: 0px; }
    .section-product-v1 .product-text a {
      margin: 0 0 20px 0; }

  .section-product-v3 .section-title {
    margin-bottom: 20px;
    line-height: 16px; }
    .section-product-v3 .section-title h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-product-v3 .section-title p {
      font-size: 16px;
      margin-bottom: 0; }

  .section-product-v4 {
    margin-top: 40px; }
    .section-product-v4 .section-title h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-product-v4 .product-grid {
      margin-top: 0; }
    .section-product-v4 .product-item-v1 {
      margin-top: 20px;
      margin-bottom: 0; }
    .section-product-v4 .new-arrivals-sorting {
      margin-top: 10px;
      line-height: 28px; }
    .section-product-v4 .grid-sorting-button {
      padding: 0 20px; }
    .section-product-v4 .grid-sorting-button a {
      font-size: 18px; }
    .section-product-v4 .banner-product {
      margin-top: 30px; }

  .section-product-v5 {
    margin-top: 40px; }
    .section-product-v5 .section-title h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-product-v5 .section-title p {
      font-size: 14px !important;
      line-height: 23px; }
    .section-product-v5 .product-item-v2 {
      margin-top: 30px; }
    .section-product-v5 .product-name a {
      font-size: 20px !important; }
    .section-product-v5 .product-price {
      font-size: 20px !important;
      margin-top: 10px; }

  .section-product-v6 .section-title h2 {
    font-size: 30px;
    line-height: 30px; }
  .section-product-v6 .arrivals-grid-sorting li a {
    font-size: 18px; }
  .section-product-v6 .slick-dots {
    padding-top: 20px; }

  .section-product-v8 {
    margin-top: 40px; }
    .section-product-v8 .product-v8 {
      top: 0px;
      padding: 0px; }
    .section-product-v8 .section-title {
      bottom: 0; }
      .section-product-v8 .section-title .sub-title {
        font-size: 18px !important; }
      .section-product-v8 .section-title h2 {
        font-size: 30px !important;
        line-height: 30px !important; }
      .section-product-v8 .section-title p {
        font-size: 14px !important; }
    .section-product-v8 .product-item-v1 {
      margin-top: 30px; }
    .section-product-v8 .product-name {
      margin-top: 20px; }

  .section-countdown-v1 .countdown {
    margin-bottom: 30px !important;
    min-height: 430px !important; }
    .section-countdown-v1 .countdown .countdown-info {
      top: 65px !important;
      right: 0px !important; }
      .section-countdown-v1 .countdown .countdown-info p:first-child {
        font-size: 18px !important; }
      .section-countdown-v1 .countdown .countdown-info h2 {
        font-size: 30px !important;
        margin-bottom: 15px !important; }
      .section-countdown-v1 .countdown .countdown-info .countdown-price {
        font-size: 30px !important; }
      .section-countdown-v1 .countdown .countdown-info a {
        padding: 10px 40px !important; }
      .section-countdown-v1 .countdown .countdown-info .time {
        margin-top: 20px !important;
        margin-bottom: 35px !important; }
        .section-countdown-v1 .countdown .countdown-info .time .days, .section-countdown-v1 .countdown .countdown-info .time .hours, .section-countdown-v1 .countdown .countdown-info .time .mins, .section-countdown-v1 .countdown .countdown-info .time .secs {
          width: 55px !important;
          height: 55px !important;
          padding: 9px !important;
          line-height: 16px !important; }
          .section-countdown-v1 .countdown .countdown-info .time .days span, .section-countdown-v1 .countdown .countdown-info .time .hours span, .section-countdown-v1 .countdown .countdown-info .time .mins span, .section-countdown-v1 .countdown .countdown-info .time .secs span {
            font-size: 20px !important; }
          .section-countdown-v1 .countdown .countdown-info .time .days p, .section-countdown-v1 .countdown .countdown-info .time .hours p, .section-countdown-v1 .countdown .countdown-info .time .mins p, .section-countdown-v1 .countdown .countdown-info .time .secs p {
            font-size: 14px !important; }

  .section-countdown-v2 {
    margin-top: 30px; }
    .section-countdown-v2 .countdown {
      background: unset; }
      .section-countdown-v2 .countdown .quick-view-image {
        position: unset; }
      .section-countdown-v2 .countdown .countdown-info.active {
        position: unset; }
      .section-countdown-v2 .countdown .product-countdown {
        padding: 0px; }
        .section-countdown-v2 .countdown .product-countdown img {
          padding: 20px 14px 0 14px;
          margin-bottom: 0px; }
      .section-countdown-v2 .countdown .quick-view img {
        margin: auto; }
      .section-countdown-v2 .countdown .countdown-info h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-top: 20px;
        margin-bottom: 10px; }
      .section-countdown-v2 .countdown .countdown-info .countdown-price {
        font-size: 20px !important; }
      .section-countdown-v2 .countdown .countdown-info .sub-title {
        font-size: 20px !important;
        margin-bottom: 10px;
        margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info a {
        padding: 10px 30px;
        font-size: 16px; }
      .section-countdown-v2 .countdown .countdown-info p {
        margin-bottom: 10px;
        margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info .time .days label, .section-countdown-v2 .countdown .countdown-info .time .hours label, .section-countdown-v2 .countdown .countdown-info .time .mins label, .section-countdown-v2 .countdown .countdown-info .time .secs label {
        margin-left: 10px; }
      .section-countdown-v2 .countdown .countdown-info .time .days p, .section-countdown-v2 .countdown .countdown-info .time .hours p, .section-countdown-v2 .countdown .countdown-info .time .mins p, .section-countdown-v2 .countdown .countdown-info .time .secs p {
        font-size: 16px !important; }

  .section-newsletter-v1 {
    margin-top: 50px;
    min-height: 350px; }
    .section-newsletter-v1 .newsletter {
      padding: 110px 0 !important; }
      .section-newsletter-v1 .newsletter h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-newsletter-v1 .newsletter p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 20px; }
      .section-newsletter-v1 .newsletter form {
        width: 80%; }
      .section-newsletter-v1 .newsletter .form-control {
        height: 50px;
        line-height: 50px; }
        .section-newsletter-v1 .newsletter .form-control::placeholder {
          font-size: 14px; }
      .section-newsletter-v1 .newsletter .btn-newsletter {
        padding: 10px 30px;
        height: 50px;
        font-size: 14px; }

  .section-instagram-v1 {
    margin-top: 20px; }
    .section-instagram-v1 .instagram-v1 {
      flex-wrap: wrap;
      justify-content: center; }
      .section-instagram-v1 .instagram-v1 .instagram-item {
        width: 50%;
        margin-top: 20px; }
    .section-instagram-v1 .instagram-text a {
      font-size: 14px !important; }

  .section-service-v1 {
    margin-top: 50px; }
    .section-service-v1 .service-v1 {
      margin: 30px 0 0 0;
      padding: 30px 0 50px 0; }
    .section-service-v1 .service a {
      font-size: 36px; }
    .section-service-v1 .service-info h4 {
      font-size: 18px; }
    .section-service-v1 .service-info p {
      font-size: 14px; }
    .section-service-v1 .slick-dots {
      bottom: 20px; }
      .section-service-v1 .slick-dots li {
        width: 10px;
        height: 10px;
        background: #444;
        border-radius: 50%;
        margin: 0 2px; }
        .section-service-v1 .slick-dots li.slick-active {
          background: #f26c4f;
          width: 20px;
          border-radius: 5px; }
        .section-service-v1 .slick-dots li button:before {
          content: ''; }

  .section-service-v2 {
    margin-top: 20px; }
    .section-service-v2 .service-v2 {
      padding: 0; }
    .section-service-v2 .service {
      padding: 20px;
      margin-bottom: 20px; }
      .section-service-v2 .service a {
        font-size: 36px; }
    .section-service-v2 .service-info h4 {
      font-size: 18px !important; }
    .section-service-v2 .service-info p {
      font-size: 14px; }

  .section-blog-v1 {
    margin-top: 30px;
    margin-bottom: 30px; }
    .section-blog-v1 .section-title {
      line-height: 16px;
      margin-bottom: 20px; }
      .section-blog-v1 .section-title h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-blog-v1 .section-title p {
        font-size: 16px; }
    .section-blog-v1 .blog-item {
      margin-top: 20px; }
    .section-blog-v1 .blog-info {
      padding: 15px; }
      .section-blog-v1 .blog-info .blog-meta {
        font-size: 14px; }
      .section-blog-v1 .blog-info .blog-title {
        font-size: 18px; }
      .section-blog-v1 .blog-info .blog-more {
        font-size: 14px; }

  .section-blog-v2 .section-title h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-blog-v2 .section-title p {
    font-size: 14px !important; }
  .section-blog-v2 .blog-item {
    margin-top: 20px !important; }
  .section-blog-v2 .blog-info .blog-meta {
    width: 70px;
    height: 70px; }
    .section-blog-v2 .blog-info .blog-meta .day {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-blog-v2 .blog-info .blog-meta .month {
      font-size: 14px !important; }
  .section-blog-v2 .blog-info .blog-title a {
    font-size: 18px !important;
    line-height: 23px !important; }
  .section-blog-v2 .blog-info .author .author-name a {
    font-size: 14px !important; }

  .section-collection-v1 {
    margin-top: 40px; }
    .section-collection-v1 .collection-title .sub-title {
      font-size: 18px !important; }
    .section-collection-v1 .collection-title h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 20px; }
    .section-collection-v1 .collection-info h5 {
      font-size: 18px !important;
      margin-bottom: 10px; }
      .section-collection-v1 .collection-info h5:before {
        display: none; }
    .section-collection-v1 .collection-info p {
      font-size: 14px !important;
      margin-bottom: 10px; }
    .section-collection-v1 .collection-info a {
      font-size: 14px !important; }
    .section-collection-v1 .banner-1 {
      margin-top: 30px; }
      .section-collection-v1 .banner-1 .title {
        font-size: 20px !important; }
    .section-collection-v1 .banner-2 {
      margin-top: 0px; }
      .section-collection-v1 .banner-2 .title {
        font-size: 20px !important; }

  .section-collection-v2 {
    margin-top: 40px; }
    .section-collection-v2 h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-collection-v2 .sub-title {
      font-size: 14px !important; }
    .section-collection-v2 .banner-2, .section-collection-v2 .banner-3, .section-collection-v2 .banner-4, .section-collection-v2 .banner-5, .section-collection-v2 .banner-6 {
      margin-top: 30px; }
    .section-collection-v2 .banner-1 .title, .section-collection-v2 .banner-2 .title, .section-collection-v2 .banner-3 .title, .section-collection-v2 .banner-4 .title, .section-collection-v2 .banner-5 .title, .section-collection-v2 .banner-6 .title {
      font-size: 20px !important;
      bottom: 10px; }

  .section-banner-v1 {
    margin-top: 40px; }

  .section-banner-v1 {
    margin-top: 40px; }

  .section-banner-v2 {
    margin-top: 40px; }
    .section-banner-v2 .banner-v2 video {
      margin-top: 20px; }
    .section-banner-v2 .banner-v2 img {
      margin-top: 20px; }
    .section-banner-v2 .banner-info h5 {
      font-size: 18px !important;
      line-height: 18px !important; }
    .section-banner-v2 .banner-info h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-banner-v2 .banner-info p {
      font-size: 14px !important;
      line-height: 23px;
      margin-bottom: 20px !important; }
    .section-banner-v2 .banner-info a {
      font-size: 14px !important;
      padding: 10px 30px !important; }

  .section-banner-v3 {
    margin-top: 40px; }

  .aboutus {
    margin-top: 30px; }
    .aboutus .section-title h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 0; }
    .aboutus .breadcrumb {
      margin-bottom: 10px; }
      .aboutus .breadcrumb li a {
        font-size: 14px !important; }
    .aboutus .aboutus-info .info-title {
      margin-top: 20px; }
      .aboutus .aboutus-info .info-title p {
        font-size: 14px !important; }
      .aboutus .aboutus-info .info-title h2 {
        font-size: 30px !important;
        line-height: 30px !important; }
    .aboutus .aboutus-info .info-text {
      margin-top: 10px; }
      .aboutus .aboutus-info .info-text p {
        font-size: 14px !important; }
        .aboutus .aboutus-info .info-text p:last-child {
          text-align: center; }

  .contact-us {
    margin-top: 30px; }
    .contact-us .contactus-content .section-title {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 0; }
    .contact-us .contactus-content .breadcrumb {
      margin-bottom: 10px; }
    .contact-us .contactus-content .contact-page-info {
      margin-bottom: 20px; }
      .contact-us .contactus-content .contact-page-info .contact-box {
        width: 100%; }
        .contact-us .contactus-content .contact-page-info .contact-box .box-icon {
          margin-right: 20px; }
          .contact-us .contactus-content .contact-page-info .contact-box .box-icon i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 24px; }
        .contact-us .contactus-content .contact-page-info .contact-box .info .box-title {
          font-size: 20px; }
    .contact-us .contactus-content .contact-google-map .map-custom {
      height: 400px; }
    .contact-us .contactus-content .contact-form-faq {
      margin-top: 30px; }
      .contact-us .contactus-content .contact-form-faq h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-bottom: 20px; }
    .contact-us .contactus-content .contact-form .contact-name input, .contact-us .contactus-content .contact-form .contact-email input, .contact-us .contactus-content .contact-form .contact-subject input {
      width: 100%;
      font-size: 14px; }
      .contact-us .contactus-content .contact-form .contact-name input::placeholder, .contact-us .contactus-content .contact-form .contact-email input::placeholder, .contact-us .contactus-content .contact-form .contact-subject input::placeholder {
        font-size: 14px; }
    .contact-us .contactus-content .contact-form .contact-message textarea {
      width: 100%;
      font-size: 14px;
      height: 200px; }
      .contact-us .contactus-content .contact-form .contact-message textarea::placeholder {
        font-size: 14px; }
    .contact-us .contactus-content .contact-form .shop-button {
      padding: 10px 30px; }
      .contact-us .contactus-content .contact-form .shop-button i {
        margin-left: 20px; }
    .contact-us .section-service {
      margin-top: 30px; }
      .contact-us .section-service .contactus-service {
        padding: 0; }
      .contact-us .section-service .service {
        padding: 60px 0 40px 0; }
        .contact-us .section-service .service span {
          position: absolute;
          font-size: 30px;
          margin-right: 0px;
          top: 15px; }
        .contact-us .section-service .service .service-text {
          text-align: center;
          font-size: 18px; }
          .contact-us .section-service .service .service-text p:last-child {
            font-size: 14px; }
      .contact-us .section-service .slick-dots {
        bottom: 10px; }
        .contact-us .section-service .slick-dots li {
          width: 10px;
          height: 10px;
          background: #444;
          border-radius: 50%; }
          .contact-us .section-service .slick-dots li.slick-active {
            background: #f26c4f;
            width: 20px;
            border-radius: 5px; }
          .contact-us .section-service .slick-dots li button:before {
            content: ''; }
    .contact-us .section-brand {
      margin-top: 30px;
      margin-bottom: 30px; }

  .content-blog {
    margin-top: 30px; }
    .content-blog .sidebar {
      padding: 20px; }
    .content-blog .widget h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-blog .widget-category h2 {
      margin-bottom: 20px; }
    .content-blog .widget-category ul {
      margin-left: 20px; }
    .content-blog .widget-recent-post {
      margin-top: 30px; }
      .content-blog .widget-recent-post .item-post {
        margin-bottom: 20px; }
      .content-blog .widget-recent-post .post-info {
        margin-top: 20px; }
    .content-blog .widget-instagram {
      margin-top: 30px; }
    .content-blog .widget-product {
      margin-top: 30px; }
      .content-blog .widget-product .product-item-v2 {
        margin-top: 20px; }
      .content-blog .widget-product .product-name {
        margin-top: 10px;
        margin-bottom: 0; }
    .content-blog .widget-tags {
      margin-top: 30px; }
    .content-blog .wrap-bread-crumb {
      margin-bottom: 20px; }
    .content-blog .blog-list-view .post-info {
      padding: 10px 20px; }
      .content-blog .blog-list-view .post-info .author-name {
        float: unset;
        font-size: 16px; }
        .content-blog .blog-list-view .post-info .author-name a {
          font-size: 16px; }
      .content-blog .blog-list-view .post-info span:before {
        content: unset; }
      .content-blog .blog-list-view .post-info h3 a {
        font-size: 18px; }
      .content-blog .blog-list-view .post-info .shop-button {
        font-size: 16px; }

  .content-article-page {
    margin-top: 30px; }
    .content-article-page .sidebar {
      padding: 20px; }
    .content-article-page .posts-title h2 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 30px; }
    .content-article-page .widget h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-article-page .widget-category h2 {
      margin-bottom: 20px; }
    .content-article-page .widget-category ul {
      margin-left: 20px; }
    .content-article-page .widget-recent-post {
      margin-top: 30px; }
      .content-article-page .widget-recent-post .item-post:last-child {
        margin-bottom: 20px; }
      .content-article-page .widget-recent-post .post-info {
        margin-top: 20px; }
    .content-article-page .widget-instagram {
      margin-top: 30px; }
    .content-article-page .widget-product {
      margin-top: 30px; }
      .content-article-page .widget-product .product-item-v2 {
        margin-top: 20px; }
      .content-article-page .widget-product .product-name {
        margin-top: 10px;
        margin-bottom: 0; }
    .content-article-page .widget-tags {
      margin-top: 30px; }
      .content-article-page .widget-tags h2 {
        margin-bottom: 20px; }
    .content-article-page .wrap-bread-crumb {
      margin-bottom: 20px; }
      .content-article-page .wrap-bread-crumb a {
        text-decoration: none;
        color: #222222; }
      .content-article-page .wrap-bread-crumb i {
        font-weight: 700;
        margin: 0 20px;
        color: #222222; }
      .content-article-page .wrap-bread-crumb strong {
        color: #222222; }
        .content-article-page .wrap-bread-crumb strong i {
          font-weight: 700;
          margin: 0 20px; }
        .content-article-page .wrap-bread-crumb strong.active {
          color: #f26c4f; }
    .content-article-page .title-page h2 {
      font-weight: 700;
      margin-bottom: 30px; }
    .content-article-page .content-single-blog .post-meta-data {
      margin-bottom: 30px;
      flex-wrap: wrap; }
      .content-article-page .content-single-blog .post-meta-data li:last-child {
        flex-wrap: wrap; }
      .content-article-page .content-single-blog .post-meta-data span:before {
        content: unset; }
      .content-article-page .content-single-blog .post-meta-data .tag:before {
        content: unset; }
      .content-article-page .content-single-blog .post-meta-data .tag:after {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: 10px; }
    .content-article-page .content-single-blog .content-post-default h6 {
      text-transform: unset; }
    .content-article-page .content-single-blog .content-post-default blockquote {
      font-size: 18px; }
    .content-article-page .content-single-blog .tags-share {
      flex-wrap: wrap;
      margin: 10px 0 20px; }
      .content-article-page .content-single-blog .tags-share .content-single-tags {
        margin: 20px; }
        .content-article-page .content-single-blog .tags-share .content-single-tags li {
          margin-right: 10px; }
      .content-article-page .content-single-blog .tags-share .content-single-share .list-share a {
        padding: 0 12px; }
    .content-article-page .content-single-blog .blog-comment-detail h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-article-page .content-single-blog .reply-comment h2 {
      font-size: 24px; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit {
      padding: 5px 30px; }

  .banner-collection-page {
    padding: 90px 0;
    background-position: 80%; }
    .banner-collection-page h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .banner-collection-page .wrap-bread-crumb i {
      margin: 0 10px; }
    .banner-collection-page .wrap-bread-crumb strong i {
      margin: 0 10px; }

  .content-collection-page {
    margin-top: 30px; }
    .content-collection-page .sidebar-left {
      padding: 20px; }
    .content-collection-page .widget-category h2 {
      font-size: 24px !important;
      margin-bottom: 6px; }
    .content-collection-page .widget-category .widget-content ul {
      margin-left: 30px; }
    .content-collection-page .widget-size, .content-collection-page .widget-price, .content-collection-page .widget-color, .content-collection-page .widget-tags, .content-collection-page .widget-search {
      margin-top: 20px; }
      .content-collection-page .widget-size h2, .content-collection-page .widget-price h2, .content-collection-page .widget-color h2, .content-collection-page .widget-tags h2, .content-collection-page .widget-search h2 {
        font-size: 24px !important;
        margin-bottom: 20px; }
      .content-collection-page .widget-size ul, .content-collection-page .widget-price ul, .content-collection-page .widget-color ul, .content-collection-page .widget-tags ul, .content-collection-page .widget-search ul {
        margin-left: 30px; }
        .content-collection-page .widget-size ul li, .content-collection-page .widget-price ul li, .content-collection-page .widget-color ul li, .content-collection-page .widget-tags ul li, .content-collection-page .widget-search ul li {
          margin-right: 10px;
          margin-bottom: 10px; }
    .content-collection-page .widget-search .wg-search-form input[type="text"] {
      padding-left: 20px; }
    .content-collection-page .widget-search .wg-search-form i {
      right: 18px;
      top: 16px; }
    .content-collection-page .widget-slideshow {
      margin-top: 20px; }
    .content-collection-page .content-blog-page .product-item-v3 {
      margin-top: 20px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-bubble {
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 29px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-bubble span {
          font-size: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-name {
        margin-top: 20px;
        margin-bottom: 5px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-name a {
          font-size: 18px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-price {
        margin-top: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button {
        line-height: 45px; }
    .content-collection-page .content-blog-page .showing {
      margin-bottom: 20px; }
    .content-collection-page .content-blog-page .filter-ordering select {
      margin-right: 20px; }
    .content-collection-page .content-blog-page .width-60 {
      width: 100% !important; }

  .content-page-detail {
    margin-top: 30px;
    margin-bottom: 30px; }
    .content-page-detail .detail-info h2 {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 10px; }
    .content-page-detail .detail-info .product-price {
      float: unset;
      margin-right: 0;
      margin-bottom: 10px; }
    .content-page-detail .detail-info .star-rating {
      margin-bottom: 10px; }
    .content-page-detail .detail-info .product-des {
      font-size: 16px; }
    .content-page-detail .cart .shop-button {
      margin-bottom: 30px; }
    .content-page-detail .detail-tabs {
      margin-top: 30px; }
      .content-page-detail .detail-tabs .detail-tab-title {
        text-align: center;
        line-height: 40px; }
        .content-page-detail .detail-tabs .detail-tab-title ul {
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom: 10px; }
          .content-page-detail .detail-tabs .detail-tab-title ul li {
            padding: 0 20px 0; }
            .content-page-detail .detail-tabs .detail-tab-title ul li a {
              font-size: 24px; }
      .content-page-detail .detail-tabs .detail-tab-desc h6 {
        font-size: 16px; }
      .content-page-detail .detail-tabs .detail-tab-desc ul {
        font-size: 16px; }
      .content-page-detail .detail-tabs .detail-tab-desc p {
        font-size: 16px; }
    .content-page-detail .related-product {
      margin-top: 30px; }
      .content-page-detail .related-product h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px; }
      .content-page-detail .related-product .slick-dots {
        bottom: 10px;
        width: 100%; }
        .content-page-detail .related-product .slick-dots li {
          margin: 0; }
          .content-page-detail .related-product .slick-dots li.slick-active button:before {
            color: #f26c4f; }
          .content-page-detail .related-product .slick-dots li button:before {
            font-size: 45px;
            color: #d1d1d1;
            opacity: 1; }
    .content-page-detail .service-product {
      margin: 30px 0 0 0;
      padding: 30px 0 50px 0; }
      .content-page-detail .service-product .service a {
        font-size: 36px; }
      .content-page-detail .service-product .service-info h4 {
        font-size: 18px !important; }
      .content-page-detail .service-product .service-info p {
        font-size: 14px; }
      .content-page-detail .service-product .slick-dots {
        bottom: 10px; }
        .content-page-detail .service-product .slick-dots li {
          width: 10px;
          height: 10px;
          background: #444;
          border-radius: 50%; }
          .content-page-detail .service-product .slick-dots li.slick-active {
            background: #f26c4f;
            width: 20px;
            border-radius: 5px; }
          .content-page-detail .service-product .slick-dots li button:before {
            content: ''; }

  .product-item-v1 {
    margin-bottom: 20px; }
    .product-item-v1 .product-name {
      margin-top: 20px; }
      .product-item-v1 .product-name a {
        font-size: 18px; }
    .product-item-v1 .product-price {
      font-size: 18px; }
    .product-item-v1 .star-rating {
      font-size: 14px; }

  .content-pages-cart {
    padding-top: 20px; }
    .content-pages-cart h1 {
      font-size: 20px;
      margin-top: 20px; }
    .content-pages-cart .table th {
      font-size: 12px; }
    .content-pages-cart .product-name a {
      font-size: 12px; }
    .content-pages-cart .product-price span {
      font-size: 18px; }
    .content-pages-cart .product-subtotal span {
      font-size: 18px; }
    .content-pages-cart .shipping label {
      margin-top: 10px;
      font-size: 14px; }
    .content-pages-cart .order-total h5 {
      font-size: 14px; }
    .content-pages-cart .actions input, .content-pages-cart .wc-proceed-to-checkout input {
      font-size: 12px;
      line-height: 23px; }

  .page-404 {
    padding: 80px 0; }
    .page-404 .box-content h3 {
      font-size: 40px;
      font-weight: 500;
      margin-bottom: 17px !important; }
    .page-404 .box-content p {
      font-size: 20px; }
    .page-404 .box-content a {
      font-size: 14px;
      padding: 15px 25px;
      margin-top: 40px;
      font-weight: 400; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-v1 .footer-top {
    padding: 60px 0; }
    .footer-v1 .footer-top p {
      font-size: 14px;
      margin-bottom: 10px; }
    .footer-v1 .footer-top .footer-top-socials {
      width: 290px; }
      .footer-v1 .footer-top .footer-top-socials .socials-item {
        margin: 0 10px; }
  .footer-v1 .footer-bottom {
    font-size: 14px; }
    .footer-v1 .footer-bottom .footer-bottom-pay span {
      display: none; }
    .footer-v1 .footer-bottom .footer-bottom-nav .footer-item {
      padding: 0 8px; }

  .footer-v2 .footer-top {
    padding: 30px 0; }
    .footer-v2 .footer-top .footer-info {
      padding-right: 15px;
      margin: 0 auto; }
      .footer-v2 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v2 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px; }
      .footer-v2 .footer-top .footer-info .footer-address,
      .footer-v2 .footer-top .footer-info .footer-tel,
      .footer-v2 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
    .footer-v2 .footer-top .footer-top-post h3 {
      margin-bottom: 20px !important; }
    .footer-v2 .footer-top .footer-top-stores h3,
    .footer-v2 .footer-top .footer-top-link h3,
    .footer-v2 .footer-top .footer-top-post h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-v2 .footer-top .footer-top-stores ul,
    .footer-v2 .footer-top .footer-top-link ul,
    .footer-v2 .footer-top .footer-top-post ul {
      line-height: 23px;
      font-size: 14px; }
    .footer-v2 .footer-top .footer-blog-item {
      line-height: 23px;
      margin-bottom: 10px; }
      .footer-v2 .footer-top .footer-blog-item img {
        margin-top: 0; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-info-title {
        line-height: 23px;
        font-size: 16px; }
      .footer-v2 .footer-top .footer-blog-item span {
        margin-top: 10px; }
  .footer-v2 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v2 .footer-bottom .socials span {
      margin-right: 10px; }

  .footer-v3 .footer-top {
    padding: 30px 0; }
    .footer-v3 .footer-top .footer-info {
      padding-right: 15px;
      margin: 0 auto; }
      .footer-v3 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v3 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px; }
      .footer-v3 .footer-top .footer-info .footer-address,
      .footer-v3 .footer-top .footer-info .footer-tel,
      .footer-v3 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
    .footer-v3 .footer-top .footer-top-stores,
    .footer-v3 .footer-top .footer-top-link,
    .footer-v3 .footer-top .footer-top-newsletter {
      line-height: 28px; }
      .footer-v3 .footer-top .footer-top-stores h3,
      .footer-v3 .footer-top .footer-top-link h3,
      .footer-v3 .footer-top .footer-top-newsletter h3 {
        font-size: 18px;
        margin-bottom: 10px; }
      .footer-v3 .footer-top .footer-top-stores ul,
      .footer-v3 .footer-top .footer-top-link ul,
      .footer-v3 .footer-top .footer-top-newsletter ul {
        line-height: 23px;
        font-size: 14px; }
      .footer-v3 .footer-top .footer-top-stores p,
      .footer-v3 .footer-top .footer-top-link p,
      .footer-v3 .footer-top .footer-top-newsletter p {
        font-size: 14px; }
    .footer-v3 .footer-top .form-group {
      margin-bottom: 30px; }
    .footer-v3 .footer-top .form-control {
      width: 100%;
      font-size: 14px; }
      .footer-v3 .footer-top .form-control::placeholder {
        font-size: 14px; }
    .footer-v3 .footer-top .btn-newsletter {
      padding: 10px 40px; }
  .footer-v3 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v3 .footer-bottom .socials span {
      margin-right: 10px; }

  .footer-v4 .main-footer {
    padding: 20px 0; }
    .footer-v4 .main-footer .footer-nav {
      line-height: 73px; }
      .footer-v4 .main-footer .footer-nav .footer-item {
        padding: 0 5px; }
        .footer-v4 .main-footer .footer-nav .footer-item .footer-link {
          font-size: 14px; }
    .footer-v4 .main-footer .footer-center {
      line-height: 40px; }
      .footer-v4 .main-footer .footer-center p {
        font-size: 14px; }
    .footer-v4 .main-footer .socials {
      line-height: 73px; }
      .footer-v4 .main-footer .socials span {
        font-size: 14px; }
      .footer-v4 .main-footer .socials a {
        margin: 0 5px; }

  .footer-v5 .footer-top {
    padding: 30px 0; }
    .footer-v5 .footer-top .footer-info {
      padding-right: 15px;
      margin: 0 auto; }
      .footer-v5 .footer-top .footer-info img {
        margin-bottom: 15px; }
      .footer-v5 .footer-top .footer-info p {
        font-size: 14px;
        margin-bottom: 10px; }
      .footer-v5 .footer-top .footer-info .footer-address,
      .footer-v5 .footer-top .footer-info .footer-tel,
      .footer-v5 .footer-top .footer-info .footer-email {
        margin-bottom: 10px; }
    .footer-v5 .footer-top .footer-top-stores,
    .footer-v5 .footer-top .footer-top-link,
    .footer-v5 .footer-top .footer-top-newsletter {
      line-height: 28px; }
      .footer-v5 .footer-top .footer-top-stores h3,
      .footer-v5 .footer-top .footer-top-link h3,
      .footer-v5 .footer-top .footer-top-newsletter h3 {
        font-size: 18px;
        margin-bottom: 10px; }
      .footer-v5 .footer-top .footer-top-stores ul,
      .footer-v5 .footer-top .footer-top-link ul,
      .footer-v5 .footer-top .footer-top-newsletter ul {
        line-height: 23px;
        font-size: 14px; }
      .footer-v5 .footer-top .footer-top-stores p,
      .footer-v5 .footer-top .footer-top-link p,
      .footer-v5 .footer-top .footer-top-newsletter p {
        font-size: 14px; }
    .footer-v5 .footer-top .form-group {
      margin-bottom: 30px; }
    .footer-v5 .footer-top .form-control {
      width: 100%;
      font-size: 14px; }
      .footer-v5 .footer-top .form-control::placeholder {
        font-size: 14px; }
    .footer-v5 .footer-top .btn-newsletter {
      padding: 10px 40px; }
  .footer-v5 .footer-bottom {
    padding: 15px 0;
    font-size: 14px; }
    .footer-v5 .footer-bottom::placeholder {
      font-size: 14px; }
    .footer-v5 .footer-bottom .socials span {
      margin-right: 10px; }

  .section-slideshow-v1 .item-slider {
    background-size: cover;
    background-position: 70%;
    min-height: 580px; }
  .section-slideshow-v1 .slide-info {
    top: 30x;
    left: 0px;
    line-height: 18px; }
    .section-slideshow-v1 .slide-info h5 {
      font-size: 18px !important; }
    .section-slideshow-v1 .slide-info h2 {
      font-size: 30px !important;
      line-height: 45px !important; }
    .section-slideshow-v1 .slide-info p {
      font-size: 16px !important; }
    .section-slideshow-v1 .slide-info a {
      padding: 10px 30px;
      margin-top: 10px;
      font-size: 16px !important; }
  .section-slideshow-v1 .slick-dots {
    bottom: 10px;
    width: 100%; }
  .section-slideshow-v1 .slick-dots li button:before {
    font-size: 35px; }

  .section-slideshow-v2 .item-slider {
    background-position: 84%;
    min-height: 540px; }
  .section-slideshow-v2 .slide-info {
    top: 26% !important;
    left: 0px !important;
    line-height: 18px; }
    .section-slideshow-v2 .slide-info h5 {
      font-size: 16px !important; }
    .section-slideshow-v2 .slide-info h2 {
      font-size: 30px !important;
      line-height: 45px; }
    .section-slideshow-v2 .slide-info p {
      font-size: 16px !important; }
    .section-slideshow-v2 .slide-info a {
      margin-top: 10px !important;
      font-size: 12px !important; }
  .section-slideshow-v2 .sale {
    right: 70px;
    height: 60px;
    width: 60px;
    line-height: 60px; }
  .section-slideshow-v2 .slick-dots {
    bottom: 10px !important;
    width: 100% !important; }

  .section-slideshow-v3 .item-slider {
    background-position: 40% !important;
    min-height: 550px !important; }
  .section-slideshow-v3 .slide-info {
    top: 36% !important;
    left: 32% !important; }
    .section-slideshow-v3 .slide-info h5 {
      font-size: 18px !important;
      line-height: 18px !important;
      margin-bottom: 10px; }
    .section-slideshow-v3 .slide-info h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 10px; }
    .section-slideshow-v3 .slide-info a {
      font-size: 14px !important; }
      .section-slideshow-v3 .slide-info a .ti-arrow-right {
        margin-left: 10px; }
  .section-slideshow-v3 .slick-dots {
    bottom: 30% !important;
    width: 72% !important; }
  .section-slideshow-v3 .slick-dots li button:before {
    font-size: 35px !important; }

  .section-slideshow-v4 .slide-v4 .slick-dots {
    width: 35%;
    bottom: 26%; }
  .section-slideshow-v4 .slide-v4 .slide-info .box-info {
    width: 50%; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info p {
      font-size: 16px;
      line-height: 23px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h5 {
      font-size: 18px;
      margin-bottom: 20px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info a {
      font-size: 14px; }

  .section-slideshow-v5 {
    position: relative; }
    .section-slideshow-v5 .pagingInfo {
      transform: rotate(0) translate(830px, -50px); }
    .section-slideshow-v5 .item-slider {
      background-position: 60%;
      min-height: 375px; }
    .section-slideshow-v5 .slide-content {
      top: 30px; }
    .section-slideshow-v5 .slide-info1 {
      margin-right: 20px; }
      .section-slideshow-v5 .slide-info1 .telephone {
        transform: rotate(-90deg) translate(-90px, -20px); }
      .section-slideshow-v5 .slide-info1 .sub-title {
        transform: rotate(-90deg) translate(-508px, -216px);
        line-height: 23px; }
        .section-slideshow-v5 .slide-info1 .sub-title h5 {
          font-size: 18px; }
        .section-slideshow-v5 .slide-info1 .sub-title span {
          font-size: 18px; }
    .section-slideshow-v5 .slide-info2 {
      margin-right: 20px; }
      .section-slideshow-v5 .slide-info2 .slide-text {
        transform: translate(505px, -20px); }
        .section-slideshow-v5 .slide-info2 .slide-text h2 {
          font-size: 30px;
          line-height: 30px; }
        .section-slideshow-v5 .slide-info2 .slide-text p {
          font-size: 16px;
          margin-bottom: 20px; }
        .section-slideshow-v5 .slide-info2 .slide-text a {
          padding: 10px 25px;
          font-size: 14px; }
      .section-slideshow-v5 .slide-info2 .social {
        transform: rotate(-90deg) translate(230px, 850px); }

  .section-testimonial-v1 {
    margin-top: 50px; }
    .section-testimonial-v1 .testimonial-v1 {
      padding-bottom: 50px; }
    .section-testimonial-v1 .testimonial-info img {
      margin-bottom: 20px; }
    .section-testimonial-v1 .testimonial-info p {
      font-size: 14px;
      margin-bottom: 10px; }
    .section-testimonial-v1 .slick-dots {
      bottom: 20px; }

  .section-brand-v1 {
    margin-top: 40px; }

  .section-product-v1 .product-text {
    line-height: 35px;
    margin-top: 0px; }
    .section-product-v1 .product-text b {
      font-size: 18px; }
    .section-product-v1 .product-text h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-product-v1 .product-text p {
      font-size: 16px;
      line-height: 23px;
      margin-bottom: 0px; }
    .section-product-v1 .product-text a {
      margin: 0 0 20px 0; }

  .section-product-v3 .section-title {
    margin-bottom: 20px;
    line-height: 16px; }
    .section-product-v3 .section-title h2 {
      font-size: 30px;
      line-height: 30px; }
    .section-product-v3 .section-title p {
      font-size: 16px; }

  .section-product-v4 {
    margin-top: 50px !important; }
    .section-product-v4 .section-title h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-product-v4 .product-grid {
      margin-top: 0 !important; }
    .section-product-v4 .new-arrivals-sorting {
      margin-top: 10px !important;
      line-height: 28px; }
    .section-product-v4 .grid-sorting-button {
      padding: 0 20px !important; }
    .section-product-v4 .grid-sorting-button a {
      font-size: 18px !important; }

  .section-product-v5 {
    margin-top: 40px; }
    .section-product-v5 .section-title h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-product-v5 .section-title p {
      font-size: 14px !important;
      line-height: 23px; }
    .section-product-v5 .product-item-v2 {
      margin-top: 30px; }
    .section-product-v5 .product-name a {
      font-size: 20px !important; }
    .section-product-v5 .product-price {
      font-size: 20px !important;
      margin-top: 10px; }

  .section-product-v6 .section-title h2 {
    font-size: 30px;
    line-height: 30px; }
  .section-product-v6 .arrivals-grid-sorting li a {
    font-size: 18px; }
  .section-product-v6 .slick-dots {
    padding-top: 20px; }

  .section-product-v8 {
    margin-top: 40px; }
    .section-product-v8 .product-v8 {
      top: 0px;
      padding: 0px; }
    .section-product-v8 .section-title {
      bottom: 20px; }
      .section-product-v8 .section-title .sub-title {
        font-size: 18px; }
      .section-product-v8 .section-title h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-product-v8 .section-title p {
        font-size: 14px; }
    .section-product-v8 .product-item-v1 {
      margin-top: 30px; }
      .section-product-v8 .product-item-v1 .product-name {
        margin-top: 30px; }

  .section-countdown-v1 .countdown {
    margin-bottom: 30px;
    margin-top: 10px;
    min-height: 535px; }
    .section-countdown-v1 .countdown .countdown-info {
      top: 100px;
      right: 0px; }
      .section-countdown-v1 .countdown .countdown-info p:first-child {
        font-size: 18px; }
      .section-countdown-v1 .countdown .countdown-info h2 {
        font-size: 30px;
        margin-bottom: 15px; }
      .section-countdown-v1 .countdown .countdown-info .countdown-price {
        font-size: 30px; }
      .section-countdown-v1 .countdown .countdown-info a {
        padding: 10px 40px; }
      .section-countdown-v1 .countdown .countdown-info .time {
        margin-top: 20px;
        margin-bottom: 35px; }
        .section-countdown-v1 .countdown .countdown-info .time .days, .section-countdown-v1 .countdown .countdown-info .time .hours, .section-countdown-v1 .countdown .countdown-info .time .mins, .section-countdown-v1 .countdown .countdown-info .time .secs {
          width: 55px;
          height: 55px;
          padding: 9px;
          line-height: 16px; }
          .section-countdown-v1 .countdown .countdown-info .time .days span, .section-countdown-v1 .countdown .countdown-info .time .hours span, .section-countdown-v1 .countdown .countdown-info .time .mins span, .section-countdown-v1 .countdown .countdown-info .time .secs span {
            font-size: 20px; }
          .section-countdown-v1 .countdown .countdown-info .time .days p, .section-countdown-v1 .countdown .countdown-info .time .hours p, .section-countdown-v1 .countdown .countdown-info .time .mins p, .section-countdown-v1 .countdown .countdown-info .time .secs p {
            font-size: 14px; }

  .section-countdown-v2 {
    margin-top: 50px; }
    .section-countdown-v2 .countdown {
      background: unset; }
      .section-countdown-v2 .countdown .quick-view-image {
        position: unset; }
      .section-countdown-v2 .countdown .countdown-info.active {
        position: unset; }
      .section-countdown-v2 .countdown .product-countdown {
        padding: 10px 0 10px 30px; }
        .section-countdown-v2 .countdown .product-countdown img {
          margin-bottom: 0px; }
        .section-countdown-v2 .countdown .product-countdown .ti-angle-up {
          left: 180px;
          top: 39%;
          padding: 16px 8px; }
        .section-countdown-v2 .countdown .product-countdown .ti-angle-down {
          left: 180px;
          bottom: 39%;
          padding: 16px 8px; }
      .section-countdown-v2 .countdown .countdown-info h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-top: 20px;
        margin-bottom: 10px; }
      .section-countdown-v2 .countdown .countdown-info .countdown-price {
        font-size: 20px !important; }
      .section-countdown-v2 .countdown .countdown-info .sub-title {
        font-size: 20px !important;
        margin-bottom: 10px;
        margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info a {
        padding: 10px 30px;
        font-size: 16px; }
      .section-countdown-v2 .countdown .countdown-info p {
        margin-bottom: 10px;
        margin-top: 10px; }
      .section-countdown-v2 .countdown .countdown-info .time {
        margin-top: 20px; }
        .section-countdown-v2 .countdown .countdown-info .time .days label, .section-countdown-v2 .countdown .countdown-info .time .hours label, .section-countdown-v2 .countdown .countdown-info .time .mins label, .section-countdown-v2 .countdown .countdown-info .time .secs label {
          margin-left: 10px; }
        .section-countdown-v2 .countdown .countdown-info .time .days p, .section-countdown-v2 .countdown .countdown-info .time .hours p, .section-countdown-v2 .countdown .countdown-info .time .mins p, .section-countdown-v2 .countdown .countdown-info .time .secs p {
          font-size: 16px !important; }

  .section-newsletter-v1 {
    margin-top: 50px;
    min-height: 350px; }
    .section-newsletter-v1 .newsletter {
      padding: 110px 0 !important; }
      .section-newsletter-v1 .newsletter h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-newsletter-v1 .newsletter p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 20px; }
      .section-newsletter-v1 .newsletter form {
        width: 60%; }
      .section-newsletter-v1 .newsletter .form-control {
        height: 50px; }
        .section-newsletter-v1 .newsletter .form-control::placeholder {
          font-size: 14px;
          line-height: 30px; }
      .section-newsletter-v1 .newsletter .btn-newsletter {
        padding: 10px 30px;
        height: 50px;
        font-size: 14px; }

  .section-instagram-v1 {
    margin-top: 20px; }
    .section-instagram-v1 .instagram-v1 {
      flex-wrap: wrap;
      justify-content: center; }
      .section-instagram-v1 .instagram-v1 .instagram-item {
        width: 30%;
        margin-top: 20px; }
        .section-instagram-v1 .instagram-v1 .instagram-item:nth-child(3n+1) {
          padding-right: 15px; }
        .section-instagram-v1 .instagram-v1 .instagram-item:nth-child(3n+2) {
          padding-right: 7.5px;
          padding-left: 7.5px; }
        .section-instagram-v1 .instagram-v1 .instagram-item:nth-child(3n+3) {
          padding-left: 15px; }
      .section-instagram-v1 .instagram-v1 .instagram-text a {
        font-size: 14px !important; }

  .section-service-v1 {
    margin-top: 50px; }
    .section-service-v1 .service-v1 {
      padding: 0 20px; }
    .section-service-v1 .service {
      padding: 40px 0; }
      .section-service-v1 .service a {
        font-size: 30px;
        margin-right: 14px; }
      .section-service-v1 .service .service-info h4 {
        font-size: 18px; }
      .section-service-v1 .service .service-info p {
        font-size: 14px; }

  .section-service-v2 {
    margin-top: 20px; }
    .section-service-v2 .service-v2 {
      padding: 0; }
    .section-service-v2 .service {
      padding: 20px; }
      .section-service-v2 .service a {
        font-size: 36px; }
    .section-service-v2 .service-info h4 {
      font-size: 18px !important; }
    .section-service-v2 .service-info p {
      font-size: 14px; }

  .section-blog-v1 {
    margin-top: 40px;
    margin-bottom: 40px; }
    .section-blog-v1 .section-title {
      line-height: 16px;
      margin-bottom: 20px; }
      .section-blog-v1 .section-title h2 {
        font-size: 30px;
        line-height: 30px; }
      .section-blog-v1 .section-title p {
        font-size: 16px; }
    .section-blog-v1 .blog-info {
      padding: 15px; }
      .section-blog-v1 .blog-info .blog-meta {
        font-size: 14px; }
      .section-blog-v1 .blog-info .blog-title {
        font-size: 18px; }
      .section-blog-v1 .blog-info .blog-more {
        font-size: 14px; }

  .section-blog-v2 {
    margin-top: 50px !important; }
    .section-blog-v2 .section-title h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-blog-v2 .section-title p {
      font-size: 14px !important; }
    .section-blog-v2 .blog-item {
      margin-top: 20px !important; }
    .section-blog-v2 .blog-info .blog-meta {
      width: 70px;
      height: 70px; }
      .section-blog-v2 .blog-info .blog-meta .day {
        font-size: 30px !important;
        line-height: 30px !important; }
      .section-blog-v2 .blog-info .blog-meta .month {
        font-size: 14px !important; }
    .section-blog-v2 .blog-info .blog-title a {
      font-size: 18px !important;
      line-height: 23px !important; }
    .section-blog-v2 .blog-info .author .author-name a {
      font-size: 14px !important; }

  .section-collection-v1 {
    margin-top: 50px; }
    .section-collection-v1 .collection-title .sub-title {
      font-size: 18px !important; }
    .section-collection-v1 .collection-title h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 20px; }
    .section-collection-v1 .collection-info h5 {
      font-size: 18px !important;
      margin-bottom: 10px; }
      .section-collection-v1 .collection-info h5:before {
        display: none; }
    .section-collection-v1 .collection-info p {
      font-size: 14px !important;
      margin-bottom: 10px; }
    .section-collection-v1 .collection-info a {
      font-size: 14px !important; }
    .section-collection-v1 .banner-1 {
      margin-top: 30px; }
      .section-collection-v1 .banner-1 .title {
        font-size: 20px !important; }
    .section-collection-v1 .banner-2 {
      margin-top: 0px; }
      .section-collection-v1 .banner-2 .title {
        font-size: 20px !important; }

  .section-collection-v2 {
    margin-top: 40px; }
    .section-collection-v2 h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-collection-v2 .sub-title {
      font-size: 14px !important; }
    .section-collection-v2 .banner-2, .section-collection-v2 .banner-3, .section-collection-v2 .banner-4, .section-collection-v2 .banner-5, .section-collection-v2 .banner-6 {
      margin-top: 30px; }
    .section-collection-v2 .banner-1 .title, .section-collection-v2 .banner-2 .title, .section-collection-v2 .banner-3 .title, .section-collection-v2 .banner-4 .title, .section-collection-v2 .banner-5 .title, .section-collection-v2 .banner-6 .title {
      font-size: 20px !important;
      bottom: 10px; }

  .section-banner-v2 {
    margin-top: 50px; }
    .section-banner-v2 .banner-v2 video {
      margin-top: 20px; }
    .section-banner-v2 .banner-v2 img {
      margin-top: 20px; }
    .section-banner-v2 .banner-info h5 {
      font-size: 18px !important;
      line-height: 18px !important; }
    .section-banner-v2 .banner-info h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .section-banner-v2 .banner-info p {
      font-size: 14px !important;
      line-height: 23px;
      margin-bottom: 20px !important; }
    .section-banner-v2 .banner-info a {
      font-size: 14px !important;
      padding: 10px 30px !important; }

  .section-banner-v3 {
    margin-top: 40px; }

  .aboutus {
    margin-top: 40px; }
    .aboutus .section-title h2 {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 0; }
    .aboutus .breadcrumb {
      margin-bottom: 10px; }
      .aboutus .breadcrumb li a {
        font-size: 14px !important; }
    .aboutus .aboutus-info .info-title {
      margin-top: 20px; }
      .aboutus .aboutus-info .info-title p {
        font-size: 14px !important; }
      .aboutus .aboutus-info .info-title h2 {
        font-size: 30px !important;
        line-height: 30px !important; }
    .aboutus .aboutus-info .info-text {
      margin-top: 20px; }
      .aboutus .aboutus-info .info-text p {
        font-size: 14px !important; }

  .contact-us {
    margin-top: 40px; }
    .contact-us .contactus-content .section-title {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-bottom: 0; }
    .contact-us .contactus-content .breadcrumb {
      margin-bottom: 10px; }
    .contact-us .contactus-content .contact-page-info {
      margin-bottom: 20px; }
      .contact-us .contactus-content .contact-page-info .contact-box {
        width: 100%; }
        .contact-us .contactus-content .contact-page-info .contact-box .box-icon {
          margin-right: 20px; }
          .contact-us .contactus-content .contact-page-info .contact-box .box-icon i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 24px; }
        .contact-us .contactus-content .contact-page-info .contact-box .info .box-title {
          font-size: 20px; }
    .contact-us .contactus-content .contact-google-map .map-custom {
      height: 400px; }
    .contact-us .contactus-content .contact-form-faq {
      margin-top: 30px; }
      .contact-us .contactus-content .contact-form-faq h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-bottom: 20px; }
    .contact-us .contactus-content .contact-form .contact-name input, .contact-us .contactus-content .contact-form .contact-email input, .contact-us .contactus-content .contact-form .contact-subject input {
      width: 100%;
      font-size: 14px; }
      .contact-us .contactus-content .contact-form .contact-name input::placeholder, .contact-us .contactus-content .contact-form .contact-email input::placeholder, .contact-us .contactus-content .contact-form .contact-subject input::placeholder {
        font-size: 14px; }
    .contact-us .contactus-content .contact-form .contact-message textarea {
      width: 100%;
      font-size: 14px;
      height: 200px; }
      .contact-us .contactus-content .contact-form .contact-message textarea::placeholder {
        font-size: 14px; }
    .contact-us .contactus-content .contact-form .shop-button {
      padding: 10px 30px; }
      .contact-us .contactus-content .contact-form .shop-button i {
        margin-left: 20px; }
    .contact-us .section-service {
      margin-top: 40px; }
      .contact-us .section-service .contactus-service {
        padding: 0; }
      .contact-us .section-service .service {
        padding: 40px 0; }
        .contact-us .section-service .service span {
          font-size: 30px; }
        .contact-us .section-service .service .service-text {
          font-size: 18px; }
          .contact-us .section-service .service .service-text p:last-child {
            font-size: 14px; }
    .contact-us .section-brand {
      margin-top: 40px;
      margin-bottom: 40px; }

  .content-blog {
    margin-top: 30px; }
    .content-blog .widget h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-blog .widget-category h2 {
      margin-bottom: 20px; }
    .content-blog .widget-category ul {
      margin-left: 20px; }
    .content-blog .widget-recent-post {
      margin-top: 30px; }
      .content-blog .widget-recent-post .item-post {
        margin-bottom: 20px; }
    .content-blog .widget-instagram {
      margin-top: 30px; }
    .content-blog .widget-product {
      margin-top: 30px; }
      .content-blog .widget-product .product-item-v2 {
        margin-top: 20px; }
      .content-blog .widget-product .product-name {
        margin-top: 0;
        margin-bottom: 0; }
    .content-blog .widget-tags {
      margin-top: 30px; }
    .content-blog .wrap-bread-crumb {
      margin-bottom: 20px; }
    .content-blog .blog-list-view .post-info {
      padding: 10px 20px; }
      .content-blog .blog-list-view .post-info .author-name {
        float: unset;
        font-size: 16px; }
        .content-blog .blog-list-view .post-info .author-name a {
          font-size: 16px; }
      .content-blog .blog-list-view .post-info span:before {
        content: unset; }
      .content-blog .blog-list-view .post-info h3 a {
        font-size: 18px; }
      .content-blog .blog-list-view .post-info .shop-button {
        font-size: 16px; }

  .content-article-page {
    margin-top: 30px; }
    .content-article-page .posts-title h2 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 30px; }
    .content-article-page .widget h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-article-page .widget-category h2 {
      margin-bottom: 20px; }
    .content-article-page .widget-category ul {
      margin-left: 20px; }
    .content-article-page .widget-recent-post {
      margin-top: 30px; }
      .content-article-page .widget-recent-post .item-post:last-child {
        margin-bottom: 20px; }
    .content-article-page .widget-instagram {
      margin-top: 30px; }
    .content-article-page .widget-product {
      margin-top: 30px; }
      .content-article-page .widget-product .product-item-v2 {
        margin-top: 20px; }
      .content-article-page .widget-product .product-name {
        margin-top: 0;
        margin-bottom: 0; }
    .content-article-page .widget-tags {
      margin-top: 30px; }
      .content-article-page .widget-tags h2 {
        margin-bottom: 20px; }
    .content-article-page .wrap-bread-crumb {
      margin-bottom: 20px; }
      .content-article-page .wrap-bread-crumb a {
        text-decoration: none;
        color: #222222; }
      .content-article-page .wrap-bread-crumb i {
        font-weight: 700;
        margin: 0 20px;
        color: #222222; }
      .content-article-page .wrap-bread-crumb strong {
        color: #222222; }
        .content-article-page .wrap-bread-crumb strong i {
          font-weight: 700;
          margin: 0 20px; }
        .content-article-page .wrap-bread-crumb strong.active {
          color: #f26c4f; }
    .content-article-page .title-page h2 {
      font-weight: 700;
      margin-bottom: 30px; }
    .content-article-page .content-single-blog .post-meta-data {
      margin-bottom: 30px;
      flex-wrap: wrap; }
      .content-article-page .content-single-blog .post-meta-data li:last-child {
        flex-wrap: wrap; }
      .content-article-page .content-single-blog .post-meta-data span:before {
        content: unset; }
      .content-article-page .content-single-blog .post-meta-data .tag:before {
        content: unset; }
      .content-article-page .content-single-blog .post-meta-data .tag:after {
        content: '';
        width: 2px;
        height: 20px;
        background: #dfdfdf;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: 10px; }
    .content-article-page .content-single-blog .content-post-default h6 {
      text-transform: unset; }
    .content-article-page .content-single-blog .content-post-default blockquote {
      font-size: 18px; }
    .content-article-page .content-single-blog .tags-share {
      flex-wrap: wrap;
      margin: 10px 0 20px; }
      .content-article-page .content-single-blog .tags-share .content-single-tags {
        margin: 20px; }
        .content-article-page .content-single-blog .tags-share .content-single-tags li {
          margin-right: 10px; }
      .content-article-page .content-single-blog .tags-share .content-single-share .list-share a {
        padding: 0 12px; }
    .content-article-page .content-single-blog .blog-comment-detail h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .content-article-page .content-single-blog .reply-comment h2 {
      font-size: 24px; }
    .content-article-page .content-single-blog .reply-comment .contact-form .contact-submit {
      padding: 5px 30px; }

  .banner-collection-page {
    padding: 120px 0;
    background-position: 80%; }
    .banner-collection-page h2 {
      font-size: 30px !important;
      line-height: 30px !important; }
    .banner-collection-page .wrap-bread-crumb i {
      margin: 0 10px; }
    .banner-collection-page .wrap-bread-crumb strong i {
      margin: 0 10px; }

  .content-collection-page {
    margin-top: 30px; }
    .content-collection-page .widget-category h2 {
      font-size: 24px !important;
      margin-bottom: 6px; }
    .content-collection-page .widget-size, .content-collection-page .widget-price, .content-collection-page .widget-color, .content-collection-page .widget-tags, .content-collection-page .widget-search {
      margin-top: 20px; }
      .content-collection-page .widget-size h2, .content-collection-page .widget-price h2, .content-collection-page .widget-color h2, .content-collection-page .widget-tags h2, .content-collection-page .widget-search h2 {
        font-size: 24px !important;
        margin-bottom: 20px; }
      .content-collection-page .widget-size ul li, .content-collection-page .widget-price ul li, .content-collection-page .widget-color ul li, .content-collection-page .widget-tags ul li, .content-collection-page .widget-search ul li {
        margin-right: 10px;
        margin-bottom: 10px; }
    .content-collection-page .widget-search .wg-search-form input[type="text"] {
      padding-left: 20px; }
    .content-collection-page .widget-search .wg-search-form i {
      right: 18px;
      top: 16px; }
    .content-collection-page .widget-slideshow {
      margin-top: 20px; }
    .content-collection-page .content-blog-page .product-item-v3 {
      margin-top: 20px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-bubble {
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 29px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-bubble span {
          font-size: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-name {
        margin-top: 20px;
        margin-bottom: 5px; }
        .content-collection-page .content-blog-page .product-item-v3 .product-name a {
          font-size: 18px; }
      .content-collection-page .content-blog-page .product-item-v3 .product-price {
        margin-top: 10px; }
      .content-collection-page .content-blog-page .product-item-v3 .add-to-cart-button {
        line-height: 45px; }
    .content-collection-page .content-blog-page .showing {
      margin-bottom: 20px; }
    .content-collection-page .content-blog-page .filter-ordering select {
      margin-right: 20px; }

  .content-page-detail {
    margin-top: 50px;
    margin-bottom: 50px; }
    .content-page-detail .detail-info h2 {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 10px; }
    .content-page-detail .detail-info .product-price {
      float: unset;
      margin-right: 0;
      margin-bottom: 10px; }
    .content-page-detail .detail-info .star-rating {
      margin-bottom: 10px; }
    .content-page-detail .detail-info .product-des {
      font-size: 16px; }
    .content-page-detail .cart .shop-button {
      margin-bottom: 30px; }
    .content-page-detail .detail-tabs {
      margin-top: 30px; }
      .content-page-detail .detail-tabs .detail-tab-title {
        text-align: center;
        line-height: 40px; }
        .content-page-detail .detail-tabs .detail-tab-title ul {
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom: 10px; }
          .content-page-detail .detail-tabs .detail-tab-title ul li {
            padding: 0 20px 0; }
            .content-page-detail .detail-tabs .detail-tab-title ul li a {
              font-size: 24px; }
      .content-page-detail .detail-tabs .detail-tab-desc h6 {
        font-size: 16px; }
      .content-page-detail .detail-tabs .detail-tab-desc ul {
        font-size: 16px; }
      .content-page-detail .detail-tabs .detail-tab-desc p {
        font-size: 16px; }
    .content-page-detail .related-product {
      margin-top: 30px; }
      .content-page-detail .related-product h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px; }
      .content-page-detail .related-product .slick-dots {
        bottom: 10px;
        width: 100%; }
        .content-page-detail .related-product .slick-dots li {
          margin: 0; }
          .content-page-detail .related-product .slick-dots li.slick-active button:before {
            color: #f26c4f; }
          .content-page-detail .related-product .slick-dots li button:before {
            font-size: 45px;
            color: #d1d1d1;
            opacity: 1; }
    .content-page-detail .service-product {
      margin: 30px 0 0 0;
      padding: 30px 0 50px 0; }
      .content-page-detail .service-product .service a {
        font-size: 36px; }
      .content-page-detail .service-product .service-info h4 {
        font-size: 18px !important; }
      .content-page-detail .service-product .service-info p {
        font-size: 14px; }
      .content-page-detail .service-product .slick-dots {
        bottom: 10px; }
        .content-page-detail .service-product .slick-dots li {
          width: 10px;
          height: 10px;
          background: #444;
          border-radius: 50%; }
          .content-page-detail .service-product .slick-dots li.slick-active {
            background: #f26c4f;
            width: 20px;
            border-radius: 5px; }
          .content-page-detail .service-product .slick-dots li button:before {
            content: ''; }

  .product-item-v1 {
    margin-bottom: 20px; }
    .product-item-v1 .product-image img {
      transition: .3s; }
    .product-item-v1 .product-image:hover img {
      transform: translateY(-56px); }
    .product-item-v1 .product-image:hover .search-cart-favorite {
      transform: none !important; }
    .product-item-v1 .search-cart-favorite {
      transform: translateY(56px); }
    .product-item-v1 .quick-view i {
      padding: 20px;
      line-height: 56px; }
    .product-item-v1 .add-to-cart-button a {
      font-size: 16px;
      line-height: 56px; }
    .product-item-v1 .add-to-cart-button button {
      font-size: 16px;
      line-height: 56px; }
    .product-item-v1 .wish-list i {
      padding: 20px;
      line-height: 56px; }
    .product-item-v1 .product-name {
      margin-top: 20px; }
      .product-item-v1 .product-name a {
        font-size: 18px; }
    .product-item-v1 .product-price {
      font-size: 18px; }
    .product-item-v1 .star-rating {
      font-size: 14px; }

  .product-item-v3 .width-100 .quick-view {
    padding: 12px;
    font-size: 14px;
    margin-right: 6px; }
  .product-item-v3 .width-100 .add-to-cart-button {
    line-height: 36px; }
    .product-item-v3 .width-100 .add-to-cart-button a {
      font-size: 14px; }
    .product-item-v3 .width-100 .add-to-cart-button button {
      font-size: 14px; }
  .product-item-v3 .width-100 .wish-list {
    padding: 12px;
    line-height: 14px;
    font-size: 14px;
    margin-left: 6px; }

  .content-pages-cart {
    padding-top: 20px; }
    .content-pages-cart h1 {
      font-size: 20px;
      margin-top: 20px; }
    .content-pages-cart .table th {
      font-size: 12px; }
    .content-pages-cart .product-name a {
      font-size: 12px; }
    .content-pages-cart .product-price span {
      font-size: 18px; }
    .content-pages-cart .product-subtotal span {
      font-size: 18px; }
    .content-pages-cart .shipping label {
      margin-top: 10px;
      font-size: 14px; }
    .content-pages-cart .order-total h5 {
      font-size: 14px; }
    .content-pages-cart .actions input, .content-pages-cart .wc-proceed-to-checkout input {
      font-size: 12px;
      line-height: 23px; } }
@media (min-width: 1200px) {
  .my-container {
    padding: 0 30px; }

  .header-v1 .header-center .nav-item {
    /*         padding: 10px; */ }

  .header-v2 .header-bottom #categories-collap .categories-item li {
    padding: 10px 25px; }
    .header-v2 .header-bottom #categories-collap .categories-item li .fa-caret-right {
      margin-top: 18px; }

  .footer-v4 .main-footer {
    padding: 20px 0; }
    .footer-v4 .main-footer .footer-nav {
      line-height: 73px; }
      .footer-v4 .main-footer .footer-nav .footer-item {
        padding: 0 8px; }
    .footer-v4 .main-footer .footer-center {
      line-height: 40px; }
    .footer-v4 .main-footer .socials {
      line-height: 73px; }
      .footer-v4 .main-footer .socials a {
        margin: 0 5px; }

  .section-product-v4 .product-price {
    float: unset !important; }
  .section-product-v4 .star-rating {
    float: unset !important; }

  .section-product-v8 {
    position: relative; }
    .section-product-v8 .slider-product-v8 {
      margin-right: -15px; } }
@media (min-width: 1770px) {
  .my-container {
    max-width: 1770px;
    padding: 0 15px; }

  .col-xxl-1, .col-xxl-2, .col-xxl-3,
  .col-xxl-4, .col-xxl-5, .col-xxl-6,
  .col-xxl-7, .col-xxl-8, .col-xxl-9,
  .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xxl-9 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .header-v1 .dropdown-menu {
    width: 1740px; }
  .header-v1 .header-center .navbar {
    padding: 0; }
  .header-v1 .header-center .nav-item {
    padding: 20px 0;
    margin-right: 50px; }
  .header-v1 .header-right {
    line-height: 55px; }
    .header-v1 .header-right .account {
      margin: 30px 10px; }
    .header-v1 .header-right .search {
      line-height: 58px;
      margin: 30px 10px; }
    .header-v1 .header-right .language {
      margin: 30px 10px; }
    .header-v1 .header-right .currency {
      margin: 30px 10px; }
    .header-v1 .header-right .icon-ecommerce-bag {
      margin: 30px 10px 30px 15px; }

  .header-v2 .header-service-box .header-bottom-ship-gift .header-bottom-ship {
    padding-right: 0; }
  .header-v2 .header-service-box .header-bottom-ship-gift .header-bottom-gift {
    padding-left: 45px; }
  .header-v2 .header-service-box .header-bottom-sup-sale .header-bottom-ship {
    padding-right: 15px; }
  .header-v2 .header-service-box .header-bottom-sup-sale .header-bottom-gift {
    padding-right: 0; }
  .header-v2 .header-bottom .header-left {
    padding: 14px 30px;
    line-height: 50px; }
    .header-v2 .header-bottom .header-left a {
      text-decoration: none;
      color: #fff; }
  .header-v2 .header-bottom .menu-hamburger {
    width: 105px; }
  .header-v2 .header-bottom #categories-collap .categories-nav li {
    padding: 25px; }
  .header-v2 .header-bottom .header-center .nav-item {
    margin-right: 30px; }
    .header-v2 .header-bottom .header-center .nav-item .dropdown-menu {
      width: 1740px; }
    .header-v2 .header-bottom .header-center .nav-item .megamenu .megamenu-left {
      padding: 35px; }
    .header-v2 .header-bottom .header-center .nav-item .megamenu .megamenu-inner h3 {
      margin-top: 30px; }
    .header-v2 .header-bottom .header-center .nav-item .megamenu .megamenu-right .megamenu-info {
      top: 30%; }
  .header-v2 .header-bottom .header-right .form-control {
    width: 400px;
    padding: 0 25px; }
  .header-v2 .header-bottom .header-right .search-submit {
    right: 64px; }

  .header-v4 .header-mainmenu {
    padding: 55px 0; }
    .header-v4 .header-mainmenu .nav-item .nav-link span:before {
      top: -71px; }

  .footer-v1 .footer-bottom .footer-bottom-pay a {
    margin: 0 12px;
    text-decoration: none;
    color: #222;
    font-size: 24px; }
  .footer-v1 .footer-bottom .footer-bottom-nav .footer-item {
    margin: 0 15px; }
    .footer-v1 .footer-bottom .footer-bottom-nav .footer-item:last-child {
      margin-right: 0; }

  .footer-v2 .footer-top {
    padding: 110px 0 90px 0; }
    .footer-v2 .footer-top .footer-info {
      padding-right: 100px; }
    .footer-v2 .footer-top .footer-blog-item {
      line-height: 16px; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-image {
        padding-right: 0; }
      .footer-v2 .footer-top .footer-blog-item .footer-blog-info {
        padding-left: 30px; }
      .footer-v2 .footer-top .footer-blog-item img {
        margin-right: 10px; }

  .header-v3 .header-mainmenu {
    margin: 50px 0;
  /*       .header-center {
  line-height: 68px;
} */ }
    .header-v3 .header-mainmenu .navbar {
      padding: 0 0 0 40px; }
    .header-v3 .header-mainmenu .nav-item {
      padding: 10px 15px; }
    .header-v3 .header-mainmenu .header-right {
      /*         line-height: 98px; */
    /*         .search-submit {
    top: 28px;
  } */ }
      .header-v3 .header-mainmenu .header-right .header-search-bag {
        padding-right: 50px; }
      .header-v3 .header-mainmenu .header-right .form-inline {
        margin: 0 20px; }
      .header-v3 .header-mainmenu .header-right .form-control {
        width: 365px; }
      .header-v3 .header-mainmenu .header-right .icon-ecommerce-bag {
        margin: 0 45px 0 0;
      /*           span {
      top: 48px;
    } */ }
      .header-v3 .header-mainmenu .header-right .language {
        margin: 0 5px;
        /*           line-height: 90px; */ }
        .header-v3 .header-mainmenu .header-right .language span {
          padding-left: 35px; }
          .header-v3 .header-mainmenu .header-right .language span:before {
            top: 24px; }
      .header-v3 .header-mainmenu .header-right .currency {
        margin: 0 5px;
        /*           line-height: 90px; */ }

  .footer-v3 .footer-top {
    padding: 110px 0 90px 0; }
    .footer-v3 .footer-top .footer-info {
      padding-right: 100px; }
    .footer-v3 .footer-top .form-group {
      margin-bottom: 50px; }
    .footer-v3 .footer-top .form-control {
      padding: 30px 20px; }

  .footer-v5 .footer-top {
    padding: 110px 0 90px 0; }
    .footer-v5 .footer-top .footer-info {
      padding-right: 100px; }
    .footer-v5 .footer-top .footer-top-newsletter h3 {
      margin-bottom: 23px; }

  .section-slideshow-v1 .item-slider {
    min-height: 780px; }
  .section-slideshow-v1 .slide-info {
    top: 28%;
    left: 10%; }
    .section-slideshow-v1 .slide-info h5 {
      font-size: 24px; }
    .section-slideshow-v1 .slide-info h2 {
      font-size: 70px;
      line-height: 70px; }
    .section-slideshow-v1 .slide-info a {
      margin-top: 40px; }
  .section-slideshow-v1 .custom-paging-slideshow {
    top: 195px;
    right: 40px; }
  .section-slideshow-v1 .socials {
    bottom: 206px;
    right: -105px; }
    .section-slideshow-v1 .socials a {
      margin: 0 10px; }
  .section-slideshow-v1 .slick-dots {
    bottom: 27%;
    width: 25%; }

  .section-slideshow-v2 .slide-info {
    top: 31%;
    left: 30.5%; }
    .section-slideshow-v2 .slide-info h2 {
      font-size: 70px;
      line-height: 70px; }
  .section-slideshow-v2 .slick-dots {
    bottom: 170px;
    width: 65%; }

  .section-slideshow-v3 .item-slider {
    min-height: 1056px; }
  .section-slideshow-v3 .slide-info {
    top: 42%;
    left: 36%; }
    .section-slideshow-v3 .slide-info h5 {
      margin-bottom: 20px; }
    .section-slideshow-v3 .slide-info h2 {
      margin-bottom: 40px;
      font-size: 70px;
      line-height: 70px; }
  .section-slideshow-v3 .slick-dots {
    bottom: 28%;
    width: 76%; }

  .section-slideshow-v4 .slide-v4 .slick-dots {
    width: 19%;
    bottom: 140px; }
  .section-slideshow-v4 .slide-v4 .slide-info {
    position: absolute; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h2 {
      font-size: 70px;
      line-height: 70px; }
    .section-slideshow-v4 .slide-v4 .slide-info .box-info h5 {
      font-size: 24px;
      margin-bottom: 50px; }

  .section-slideshow-v5 .pagingInfo {
    transform: rotate(-90deg) translate(140px, 1693px); }
  .section-slideshow-v5 .item-slider {
    background-position: 40%;
    min-height: 775px; }
  .section-slideshow-v5 .slide-content {
    top: 0; }
  .section-slideshow-v5 .slide-info1 .telephone {
    transform: rotate(-90deg) translate(-165px, 30px); }
  .section-slideshow-v5 .slide-info1 .sub-title {
    transform: rotate(-90deg) translate(-520px, -110px); }
    .section-slideshow-v5 .slide-info1 .sub-title h5 {
      font-size: 24px; }
    .section-slideshow-v5 .slide-info1 .sub-title span {
      font-size: 24px; }
  .section-slideshow-v5 .slide-info2 .slide-text {
    transform: translate(150px, 204px); }
    .section-slideshow-v5 .slide-info2 .slide-text h2 {
      font-size: 70px;
      line-height: 70px; }
    .section-slideshow-v5 .slide-info2 .slide-text p {
      margin-bottom: 35px; }
  .section-slideshow-v5 .slide-info2 .social {
    transform: rotate(-90deg) translate(-360px, 225px); }

  .section-testimonial-v1 .testimonial-v1 {
    padding: 120px 0; }
  .section-testimonial-v1 .slick-dots {
    bottom: 60px; }

  .section-brand-v1 {
    margin-top: 100px; }

  .section-product-v1 {
    margin-top: 100px; }
    .section-product-v1 .product-text {
      margin-top: 75px; }
      .section-product-v1 .product-text h2 {
        font-size: 70px;
        line-height: 70px; }
      .section-product-v1 .product-text a {
        margin: 20px 0 50px 0; }

  .section-product-v3 {
    margin-top: 120px; }
    .section-product-v3 .section-title h2 {
      margin-bottom: 0px;
      font-size: 70px;
      line-height: 70px; }
    .section-product-v3 .section-title p {
      margin-bottom: 20px; }
    .section-product-v3 .product-item-v1 {
      margin-top: 30px; }

  .section-product-v4 {
    margin-top: 110px; }
    .section-product-v4 .section-title h2 {
      font-size: 70px;
      line-height: 70px; }
    .section-product-v4 .new-arrivals-sorting {
      line-height: 32px; }
    .section-product-v4 .grid-sorting-button {
      padding: 0 30px; }

  .section-product-v5 {
    margin-top: 110px; }
    .section-product-v5 .section-title h2 {
      font-size: 70px;
      line-height: 70px; }
    .section-product-v5 .product-item-v2 {
      margin-top: 35px; }
    .section-product-v5 .ti-search {
      height: 60px;
      width: 60px;
      line-height: 60px;
      font-size: 20px; }
    .section-product-v5 .product-name {
      margin-top: 30px;
      margin-bottom: 15px; }
    .section-product-v5 .product-price {
      margin-top: 20px; }

  .section-product-v6 {
    margin-top: 110px; }
    .section-product-v6 .section-title h2 {
      font-size: 70px;
      line-height: 70px; }
    .section-product-v6 .new-arrivals-sorting {
      line-height: 32px; }
    .section-product-v6 .margin li {
      margin-right: 64px; }
    .section-product-v6 .padding li {
      padding: 0 32px; }

  .section-product-v8 {
    margin-top: 120px;
    position: relative; }
    .section-product-v8 .product-v8 {
      right: 0;
      top: 80px;
      padding: 50px;
      padding-right: 15px; }
    .section-product-v8 .banner {
      max-width: 47%;
      flex: 0 0 47%; }
    .section-product-v8 .product-v8 {
      position: absolute;
      max-width: 62.3%;
      flex: 0 0 62.3%; }
    .section-product-v8 .location-product {
      right: unset;
      left: 0;
      padding: 50px 50px 50px 0; }
    .section-product-v8 .section-title {
      bottom: -16px; }
      .section-product-v8 .section-title .sub-title {
        font-size: 24px; }
      .section-product-v8 .section-title h2 {
        font-size: 70px;
        line-height: 70px; }
    .section-product-v8 .product-item-v1 .product-name {
      margin-top: 30px; }
    .section-product-v8 .product-item-v1 .product-price {
      float: unset;
      margin-bottom: 15px; }
    .section-product-v8 .product-item-v1 .star-rating {
      float: unset; }

  .section-service-v1 {
    margin-top: 110px; }
    .section-service-v1 .service a {
      margin-right: 30px;
      font-size: 44px; }

  .section-service-v2 {
    margin-top: 110px; }
    .section-service-v2 .service a {
      margin-right: 30px;
      font-size: 44px; }

  .section-countdown-v1 {
    margin-top: 100px; }
    .section-countdown-v1 .countdown {
      min-height: 835px; }
      .section-countdown-v1 .countdown .countdown-info {
        top: 28%;
        right: 220px; }
        .section-countdown-v1 .countdown .countdown-info .sub-title {
          font-size: 24px; }
        .section-countdown-v1 .countdown .countdown-info h2 {
          font-size: 70px;
          line-height: 70px; }
        .section-countdown-v1 .countdown .countdown-info .countdown-price {
          font-size: 70px;
          line-height: 70px; }
        .section-countdown-v1 .countdown .countdown-info a {
          right: 172px; }
        .section-countdown-v1 .countdown .countdown-info .time {
          margin-top: 30px;
          margin-bottom: 50px; }
          .section-countdown-v1 .countdown .countdown-info .time .days, .section-countdown-v1 .countdown .countdown-info .time .hours, .section-countdown-v1 .countdown .countdown-info .time .mins, .section-countdown-v1 .countdown .countdown-info .time .secs {
            width: 90px;
            height: 90px;
            padding-top: 18px; }
            .section-countdown-v1 .countdown .countdown-info .time .days span, .section-countdown-v1 .countdown .countdown-info .time .hours span, .section-countdown-v1 .countdown .countdown-info .time .mins span, .section-countdown-v1 .countdown .countdown-info .time .secs span {
              font-size: 36px; }
            .section-countdown-v1 .countdown .countdown-info .time .days p, .section-countdown-v1 .countdown .countdown-info .time .hours p, .section-countdown-v1 .countdown .countdown-info .time .mins p, .section-countdown-v1 .countdown .countdown-info .time .secs p {
              font-size: 18px; }

  .section-countdown-v2 {
    margin-top: 138px; }
    .section-countdown-v2 .countdown .product-countdown {
      /*         padding: 122px 0 46px 50px; */
      padding: 92px 0 92px 55px; }
      .section-countdown-v2 .countdown .product-countdown .ti-angle-up {
        left: 290px;
        top: 42%; }
      .section-countdown-v2 .countdown .product-countdown .ti-angle-down {
        left: 290px;
        bottom: 41%; }
    .section-countdown-v2 .countdown .countdown-info {
      top: 15%; }
      .section-countdown-v2 .countdown .countdown-info h2 {
        margin-bottom: 25px;
        font-size: 70px;
        line-height: 70px; }
      .section-countdown-v2 .countdown .countdown-info .product-price {
        font-size: 24px; }
      .section-countdown-v2 .countdown .countdown-info h6 {
        font-size: 24px;
        margin-top: 30px; }
      .section-countdown-v2 .countdown .countdown-info .time {
        margin-top: 35px;
        margin-bottom: 30px; }
        .section-countdown-v2 .countdown .countdown-info .time .days span, .section-countdown-v2 .countdown .countdown-info .time .hours span, .section-countdown-v2 .countdown .countdown-info .time .mins span, .section-countdown-v2 .countdown .countdown-info .time .secs span {
          font-size: 70px;
          line-height: 55px; }
        .section-countdown-v2 .countdown .countdown-info .time .days p, .section-countdown-v2 .countdown .countdown-info .time .hours p, .section-countdown-v2 .countdown .countdown-info .time .mins p, .section-countdown-v2 .countdown .countdown-info .time .secs p {
          margin-top: 0;
          margin-left: 23px; }
      .section-countdown-v2 .countdown .countdown-info a {
        padding: 16px 65px; }

  .section-newsletter-v1 {
    margin-top: 120px;
    min-height: 580px; }
    .section-newsletter-v1 .newsletter h2 {
      font-size: 70px;
      line-height: 70px;
      margin-bottom: 0; }
    .section-newsletter-v1 .newsletter p {
      margin-bottom: 35px; }
    .section-newsletter-v1 .newsletter form {
      width: 58%; }
    .section-newsletter-v1 .newsletter .form-control {
      height: 60px; }
      .section-newsletter-v1 .newsletter .form-control::placeholder {
        line-height: 30px; }
    .section-newsletter-v1 .newsletter .btn-newsletter {
      padding: 15px 60px;
      height: 60px; }

  .section-instagram-v1 {
    margin-top: 120px; }

  .section-blog-v1 {
    margin-top: 110px;
    margin-bottom: 120px; }
    .section-blog-v1 .section-title h2 {
      font-size: 70px;
      line-height: 70px;
      margin-bottom: 0; }
    .section-blog-v1 .blog-item {
      margin-top: 30px; }
    .section-blog-v1 .blog-info {
      padding: 15px 25px; }
      .section-blog-v1 .blog-info .blog-title a {
        font-size: 24px; }

  .section-blog-v2 {
    margin: 120px 0; }
    .section-blog-v2 h2 {
      font-size: 70px;
      line-height: 70px; }
    .section-blog-v2 .blog-image img {
      transition: 0.3s; }
      .section-blog-v2 .blog-image img:hover {
        transform: scale(1.1);
        filter: brightness(50%); }
    .section-blog-v2 .blog-item {
      margin-top: 40px; }
    .section-blog-v2 .blog-info {
      padding: 20px 0; }
      .section-blog-v2 .blog-info .blog-meta {
        width: 120px;
        height: 120px; }
        .section-blog-v2 .blog-info .blog-meta .day {
          font-size: 70px;
          color: #888; }
      .section-blog-v2 .blog-info .blog-title a {
        font-size: 24px; }

  .section-collection-v1 {
    margin-top: 120px; }
    .section-collection-v1 .collection-title {
      position: absolute;
      right: 0;
      z-index: 1; }
    .section-collection-v1 .collection-info h5 {
      margin-bottom: 20px; }
      .section-collection-v1 .collection-info h5:before {
        content: "";
        width: 60px;
        height: 5px;
        top: -55px; }
    .section-collection-v1 .collection-info p {
      margin-bottom: 30px; }
    .section-collection-v1 .banner-1 {
      margin-top: 110px; }

  .section-collection-v2 {
    margin-top: 120px; }
    .section-collection-v2 .collection-title h2 {
      font-size: 70px;
      line-height: 70px; }
    .section-collection-v2 .collection-title .sub-title {
      font-size: 24px; }
    .section-collection-v2 .banner-2, .section-collection-v2 .banner-4, .section-collection-v2 .banner-6 {
      margin-top: 30px; }
    .section-collection-v2 .banner-1 .title, .section-collection-v2 .banner-2 .title, .section-collection-v2 .banner-3 .title, .section-collection-v2 .banner-4 .title, .section-collection-v2 .banner-5 .title, .section-collection-v2 .banner-6 .title {
      bottom: 30px; }

  .section-banner-v2 {
    margin-top: 110px; }

  .section-banner-v3 {
    margin-top: 120px; }

  .aboutus {
    margin-top: 110px; }
    .aboutus .section-title h2 {
      margin-bottom: 20px; }
    .aboutus .breadcrumb {
      margin-bottom: 110px; }
    .aboutus .aboutus-info .info-title {
      margin-top: 50px; }
    .aboutus .aboutus-info .info-text {
      margin-top: 50px; }

  .contact-us {
    margin-top: 110px; }
    .contact-us .contactus-content .breadcrumb {
      margin-bottom: 110px; }
    .contact-us .contactus-content .contact-page-info {
      margin-bottom: 110px; }
      .contact-us .contactus-content .contact-page-info .contact-box {
        width: 59%; }
    .contact-us .contactus-content .contact-google-map .map-custom {
      height: 750px; }
    .contact-us .contactus-content .contact-form-faq {
      margin-top: 110px; }
      .contact-us .contactus-content .contact-form-faq h2 {
        margin-bottom: 70px; }
    .contact-us .contactus-content .contact-form .contact-name input, .contact-us .contactus-content .contact-form .contact-email input, .contact-us .contactus-content .contact-form .contact-subject input {
      width: 100%; }
    .contact-us .contactus-content .contact-form .contact-message textarea {
      width: 100%; }
    .contact-us .contactus-content .contact-form .shop-button {
      padding: 10px 30px; }
      .contact-us .contactus-content .contact-form .shop-button i {
        margin-left: 20px; }
    .contact-us .section-service {
      margin-top: 110px; }
    .contact-us .section-brand {
      margin-top: 110px;
      margin-bottom: 110px; }

  .content-blog {
    margin-top: 120px; }
    .content-blog .widget h2 {
      margin-bottom: 50px; }
    .content-blog .widget-category h2 {
      margin-bottom: 40px; }
    .content-blog .widget-recent-post {
      margin-top: 100px; }
      .content-blog .widget-recent-post .item-post {
        margin-bottom: 30px; }
    .content-blog .widget-recent-comment {
      margin-top: 100px; }
    .content-blog .widget-product {
      margin-top: 100px; }
      .content-blog .widget-product .product-name {
        margin-top: 20px; }
    .content-blog .widget-tags {
      margin-top: 100px; }
    .content-blog .wrap-bread-crumb {
      margin-bottom: 50px; }

  .content-article-page {
    margin-top: 120px; }
    .content-article-page .widget h2 {
      margin-bottom: 50px; }
    .content-article-page .posts-title h2 {
      font-size: 70px;
      line-height: 70px;
      margin-bottom: 50px; }
    .content-article-page .widget h2 {
      margin-bottom: 50px; }
    .content-article-page .widget-category h2 {
      margin-bottom: 40px; }
    .content-article-page .widget-recent-post {
      margin-top: 100px; }
      .content-article-page .widget-recent-post .item-post {
        margin-bottom: 30px; }
    .content-article-page .widget-instagram {
      margin-top: 100px; }
    .content-article-page .widget-product {
      margin-top: 100px; }
      .content-article-page .widget-product .product-name {
        margin-top: 20px; }
    .content-article-page .widget-tags {
      margin-top: 100px; }
    .content-article-page .wrap-bread-crumb {
      margin-bottom: 50px; }
    .content-article-page .content-single-blog .post-meta-data {
      margin-bottom: 30px; }

  .banner-collection-page {
    padding: 195px 0; }
    .banner-collection-page h2 {
      font-size: 70px;
      line-height: 70px; }

  .content-collection-page {
    margin-top: 60px; }
    .content-collection-page .widget-category h2 {
      margin-bottom: 30px; }
    .content-collection-page .widget-color {
      margin-top: 100px; }
      .content-collection-page .widget-color h2 {
        margin-bottom: 20px; }
    .content-collection-page .widget-size {
      margin-top: 100px; }
      .content-collection-page .widget-size h2 {
        margin-bottom: 20px; }
    .content-collection-page .widget-price {
      margin-top: 100px; }
      .content-collection-page .widget-price h2 {
        margin-bottom: 20px; }
    .content-collection-page .widget-tags {
      margin-top: 100px; }
      .content-collection-page .widget-tags h2 {
        margin-bottom: 20px; }
    .content-collection-page .widget-search {
      margin-top: 100px; }
      .content-collection-page .widget-search h2 {
        margin-bottom: 20px; }
    .content-collection-page .widget-slideshow {
      margin-top: 100px; }
    .content-collection-page .content-blog-page .title-page {
      margin-bottom: 20px; }
    .content-collection-page .content-blog-page .product-name {
      margin-top: 30px;
      margin-bottom: 20px; }
      .content-collection-page .content-blog-page .product-name a {
        font-size: 24px; }
    .content-collection-page .content-blog-page .product-price {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .content-collection-page .content-blog-page .share {
      margin-top: 30px; }

  .product-item-v1 .product-name {
    margin-top: 26px; }
    .product-item-v1 .product-name a {
      font-size: 24px; }
  .product-item-v1 .product-price {
    float: left;
    font-size: 24px; }
  .product-item-v1 .star-rating {
    float: right; }

  .page-404 {
    padding: 60px 0; }
    .page-404 .box-content h3 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 12px !important; }
    .page-404 .box-content p {
      font-size: 15px; }
    .page-404 .box-content a {
      font-size: 13px;
      padding: 15px 25px;
      margin-top: 35px;
      font-weight: 400; }

  .content-page-detail {
    margin-top: 100px;
    margin-bottom: 100px; }
    .content-page-detail .cart .shop-button {
      height: 56px;
      padding: 0 50px;
      margin-bottom: 50px; }
    .content-page-detail .detail-tabs {
      margin-top: 100px; }
    .content-page-detail .related-product {
      margin-top: 100px; }
    .content-page-detail .service-product {
      margin-top: 100px; } }
@media (max-width: 767.98px) {
  .popup-v1 .popup-content {
    padding: 15px;
    margin: 15px; }
    .popup-v1 .popup-content .margin-bottom-30 {
      margin-bottom: 15px; }
    .popup-v1 .popup-content .ti-close {
      padding: 25px 25px 0 0; }
    .popup-v1 .popup-content h3 {
      font-family: Lato;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 20px; }
    .popup-v1 .popup-content p {
      font-size: 16px; }
    .popup-v1 .popup-content .form-control {
      height: 40px;
      margin-bottom: 20px; }
    .popup-v1 .popup-content .btn-newsletter {
      padding: 6px 55px;
      float: none; }
    .popup-v1 .popup-content .form-check .form-check-label {
      line-height: 16px;
      font-size: 16px; }

  .product-item-v1 {
    margin-bottom: 0px; }
    .product-item-v1 .product-image:hover img {
      transform: none !important; }
    .product-item-v1 .search-cart-favorite {
      width: 100%;
      display: flex;
      position: unset !important;
      transform: none !important; }
    .product-item-v1 .add-to-cart-button {
      border: none; }
      .product-item-v1 .add-to-cart-button a {
        font-size: 16px;
        line-height: 50px; }
      .product-item-v1 .add-to-cart-button button {
        font-size: 16px;
        line-height: 50px; }
    .product-item-v1 .product-bubble {
      top: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px; }
      .product-item-v1 .product-bubble span {
        font-size: 14px; }
    .product-item-v1 .product-bubble-right {
      right: 30px; }
    .product-item-v1 .product-name {
      margin-top: 20px; }
      .product-item-v1 .product-name a {
        font-size: 18px; }
    .product-item-v1 .product-price {
      font-size: 18px; }
    .product-item-v1 .star-rating {
      font-size: 14px; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .header-v3 .search {
    margin: 0 15px; }
    .header-v3 .search a {
      font-size: 18px;
      text-decoration: none; }
      .header-v3 .search a:hover .search-box {
        opacity: 1;
        visibility: visible;
        transform: translateX(30%); }
    .header-v3 .search .search-box {
      position: absolute;
      top: 75%;
      right: 50%;
      transform: translateX(100);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      box-shadow: 1px 2px 16px 4px rgba(53, 57, 68, 0.2);
      z-index: 9;
      line-height: 28px; }
      .header-v3 .search .search-box input[type="text"] {
        padding: 10px 105px 10px 21px;
        position: relative;
        font-family: Open Sans;
        color: #222222;
        border: none;
        outline: none; }
        .header-v3 .search .search-box input[type="text"]::placeholder {
          font-size: 15px;
          font-style: italic;
          font-family: Open Sans; }
      .header-v3 .search .search-box button[type="submit"] {
        background: #f26c4f;
        padding: 6px 12px;
        top: 4px;
        color: #fff;
        position: absolute;
        right: 4px;
        font-family: Open Sans;
        font-size: 16px;
        font-style: italic; }
  .header-v3 .display-none {
    display: none !important; }
  .header-v3 .display-block {
    display: block !important; }

  .section-product-v8 .section-title .des {
    display: none; } }
@keyframes myAnimation {
  0% {
    transform: rotate(0) scale(1);
    opacity: 0.5; }

  20% {
    transform: rotate(30deg) scale(1.2);
    opacity: 0.6; }

  40% {
    transform: rotate(-30deg) scale(1.3);
    opacity: 0.7; }

  60% {
    transform: rotate(30deg) scale(1.4);
    opacity: 0.8; }

  80% {
    transform: rotate(-30deg) scale(1.5);
    opacity: 0.9; } }

@keyframes myAnimation3 {
  0% {
    transform: scale(1);
    opacity: 1; }

  100% {
    transform: scale(1.5);
    opacity: 0; } }

.product-item-v1 .product-image:hover img {
  transform: translateY(0) !important; }

#shopify-section-product-template .content-page-detail .col-lg-6 .detail-info #AddToCartForm {
  margin: 25px 0 35px 0; }

#shopify-section-product-template .content-page-detail .col-lg-6 .detail-info #AddToCartForm .shop-button.addcart-link.enj-add-to-cart-btn.engoj-btn-addtocart {
  margin: 0; }

#shopify-section-collection-template .banner-collection-page {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
  position: relative;
  z-index: 1; }

.banner-collection-page::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1; }

.section-product-v1 .product-banner img:hover {
  transform: scale(1.1);
  filter: none !important; }

.content-page-detail .detail-tabs .detail-tab-title {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 25px; }

.header-v2 .header-top .header-top-inner-right .account a {
  color: #000; }

.header-v2 .header-top .header-top-inner-left .language a {
  color: #000; }

.header-v2 .header-top .header-top-inner-left .currency a {
  color: #000; }

.header-v2 .header-bottom .header-center .nav-item {
  z-index: 9999; }

.section-slideshow-v1 .item-slider.active {
  transform: none; }

.header-middle {
  z-index: 9999; }

.feature-outer {
  display: block;
  margin: auto;
  padding: 0 15px; }

.feature-outer .feature-inner {
  display: block;
  margin: auto;
  padding: 0 15px; }

.feature-outer .feature-inner .item-block {
  display: block;
  width: 100%;
  font-size: 0;
  margin: 60px 0; }

.feature-outer .feature-inner .item-block .image-block {
  display: inline-block;
  width: 40%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle; }

.feature-outer .feature-inner .item-block .image-block.kfright {
  float: right; }

.feature-outer .feature-inner .item-block .image-block img {
  width: 30%; }

.feature-outer .feature-inner .item-block .text-block {
  display: inline-block;
  width: 60%;
  box-sizing: border-box;
  font-size: 16px;
  vertical-align: middle;
  padding: 0 100px; }

.feature-outer .feature-inner .item-block .text-block h3 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px; }

.feature-outer .feature-inner .item-block .text-block p {
  color: #555;
  font-size: 18px; }

@media (max-width: 992px) {
  .feature-outer .feature-inner .item-block .image-block img {
    width: 35%; }

  .feature-outer .feature-inner .item-block .text-block {
    padding: 0 55px; } }
@media (max-width: 768px) {
  .feature-outer .feature-inner .item-block .image-block img {
    width: 52%; }

  .feature-outer .feature-inner .item-block .text-block {
    font-size: 14px;
    padding: 0 45px; }

  .feature-outer .feature-inner .item-block .text-block h3 {
    font-size: 25px; } }
@media (max-width: 640px) {
  .feature-outer .feature-inner .item-block .image-block {
    width: 100%;
    margin-bottom: 20px; }

  .feature-outer .feature-inner .item-block .image-block img {
    width: 36%; }

  .feature-outer .feature-inner .item-block .text-block h3 {
    font-size: 22px;
    margin-bottom: 10px; }

  .feature-outer .feature-inner .item-block .text-block p {
    font-size: 17px; }

  .feature-outer .feature-inner .item-block .text-block {
    padding: 0 35px;
    width: 100%; } }
@media (max-width: 480px) {
  .feature-outer .feature-inner .item-block .image-block {
    width: 100%;
    margin-bottom: 20px; }

  .feature-outer .feature-inner .item-block .image-block img {
    width: 40%; }

  .feature-outer .feature-inner .item-block .text-block {
    padding: 0 10px;
    width: 100%; }

  .feature-outer .feature-inner .item-block .text-block h3 {
    font-size: 20px;
    margin-bottom: 10px; }

  .feature-outer .feature-inner .item-block .text-block p {
    font-size: 16px; }

  .feature-outer .feature-inner .item-block {
    margin: 30px 0; } }
@media (max-width: 376px) {
  .feature-outer .feature-inner .item-block .image-block {
    width: 100%;
    margin-bottom: 20px; }

  .feature-outer .feature-inner .item-block .text-block {
    padding: 0 10px;
    width: 100%; }

  .feature-outer .feature-inner .item-block .text-block h3 {
    font-size: 19px;
    margin-bottom: 5px; }

  .feature-outer .feature-inner .item-block .text-block p {
    font-size: 14px;
    line-height: 1.5; }

  .feature-outer .feature-inner .item-block .image-block img {
    width: 50%; } }
@media (max-width: 320px) {
  .feature-outer .feature-inner .item-block .image-block {
    width: 100%;
    margin-bottom: 15px; }

  .feature-outer .feature-inner .item-block .text-block {
    padding: 0 5px;
    width: 100%; }

  .feature-outer .feature-inner .item-block .text-block h3 {
    font-size: 16px;
    margin-bottom: 5px; }

  .feature-outer .feature-inner .item-block .text-block p {
    font-size: 14px;
    line-height: 1.5; }

  .feature-outer .feature-inner .item-block .image-block img {
    width: 50%; } }
.header-v2 .header-bottom {
  z-index: 9999 !important; }