/** Shopify CDN: Minification failed

Line 267:42 The "-" operator only works if there is whitespace on both sides
Line 268:34 The "-" operator only works if there is whitespace on both sides

**/
/*================ Color Variables ================*/
/*================ Typography ================*/
/* typography for body*/
/* typography for h1*/
/* typography for h2*/
/* typography for h3*/
/* typography for h4*/
/* typography for h5*/
/* typography for h6*/
/*Lookbook Image section */
.wrap_title {
  margin-bottom: 50px; }

.section-title {
  font-size: 42px;
  font-weight: 600;
  color: #111111;
  margin: 0;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center; }
  .section-title:after {
    position: absolute;
    content: "";
    background-image: url(Layer_55.png);
    height: 11px;
    width: 79px;
    bottom: -30px;
    right: calc(50% - (79px/2)); }

@media (max-width: 480px) {
  .section-title {
    font-size: 36px !important;
    line-height: 55px; } }
.section-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  text-align: center;
  display: block; }

.pin__maker {
  position: relative; }

.pin__image {
  background-size: cover; }

.pin__size--medium {
  width: 32px;
  height: 32px;
  font-size: 12px; }

.pin__type .zoompin {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  display: block;
  -webkit-animation: 2s infinite zoompin;
  animation: 2s infinite zoompin;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  perspective: 800px;
  background-color: rgba(255, 255, 255, 0.5); }

.pin__type .pin_tt {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  background-color: #65affa;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pin__type .nav_link_icon {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.pin__type .nav_link_icon:before {
  width: 12px;
  height: 1px;
  opacity: 1; }

.pin__type .nav_link_icon:after {
  width: 1px;
  height: 12px; }

.pin__type .nav_link_icon:after, .pin__type .nav_link_icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out; }

.pin__type {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  z-index: 10;
  opacity: 1;
  pointer-events: auto; }

.pin__type.pin__opened > div {
  pointer-events: auto; }

.pin__type .product-item:hover .product-inner {
  box-shadow: none !important; }

.pin__popup {
  width: 260px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  z-index: 100;
  border-radius: 2px;
  position: absolute; }

.pin__popup--top .pin__popup, .pin__popup.pin__popup--top {
  bottom: calc(100% - -20px);
  bottom: -webkit-calc(100% - -20px); }

.pin__popup--bottom .pin__popup, .pin__popup--top .pin__popup, .pin__popup.pin__popup--bottom, .pin__popup.pin__popup--top {
  left: calc(50% - 130px);
  left: -webkit-calc(50% - 130px); }

.pin__type.pin__opened .pin__popup {
  opacity: 1;
  visibility: visible; }

.pin__popup:before, .pin__title:before {
  content: "";
  position: absolute;
  display: none; }

.pin__popup:before {
  border: 10px solid transparent; }

.pin__popup.pin__popup--top, .pin__popup--top .pin__popup {
  bottom: calc(100% - -20px);
  bottom: -webkit-calc(100% - -20px); }

.pin__popup.pin__popup--top:before, .pin__popup--top .pin__popup:before {
  border-top: 10px solid #fff;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  bottom: -19px; }

.pin__popup.pin__popup--bottom, .pin__popup--bottom .pin__popup {
  top: calc(100% - -20px); }

.pin__popup.pin__popup--bottom:before, .pin__popup--bottom .pin__popup:before {
  border-bottom: 10px solid #fff;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  top: -20px; }

.pin__popup.pin__popup--right, .pin__popup--right .pin__popup {
  left: calc(100% - -20px);
  left: -webkit-calc(100% - -20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.pin__popup.pin__popup--right:before, .pin__popup--right .pin__popup:before {
  border-right: 10px solid #fff;
  left: -20px;
  top: calc(50% - 10px);
  top: -webkit-calc(50% - 10px); }

.pin__popup.pin__popup--left, .pin__popup--left .pin__popup {
  right: calc(100% - -20px);
  right: -webkit-calc(100% - -20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.pin__popup.pin__popup--left:before, .pin__popup--left .pin__popup:before {
  border-left: 10px solid #fff;
  right: -20px;
  top: calc(50% - 10px);
  top: -webkit-calc(50% - 10px); }

.pin__popup.pin__popup--top, .pin__popup--top .pin__popup, .pin__popup.pin__popup--bottom, .pin__popup--bottom .pin__popup {
  left: calc(50% - 130px);
  left: -webkit-calc(50% - 130px); }

.pin__popup.pin__popup--zoom, .pin__popup--zoom .pin__popup {
  -webkit-transform: scale(0);
  transform: scale(0); }

.pin__popup.pin__popup--zoom.pin__popup--right, .pin__popup.pin__popup--zoom.pin__popup--left,
.pin__popup--zoom.pin__popup--right .pin__popup, .pin__popup--zoom.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0); }

.pin__opened .pin__popup.pin__popup--zoom.pin__popup--top, .pin__opened .pin__popup.pin__popup--zoom.pin__popup--bottom,
.pin__opened .pin__popup--zoom.pin__popup--top .pin__popup, .pin__opened .pin__popup--zoom.pin__popup--bottom .pin__popup {
  -webkit-transform: scale(1);
  transform: scale(1); }

.pin__opened .pin__popup.pin__popup--zoom.pin__popup--right, .pin__opened .pin__popup.pin__popup--zoom.pin__popup--left,
.pin__opened .pin__popup--zoom.pin__popup--right .pin__popup, .pin__opened .pin__popup--zoom.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1); }

.pin__popup.pin__popup--sup, .pin__popup--sup .pin__popup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }

.pin__popup.pin__popup--sup.pin__popup--right, .pin__popup.pin__popup--sup.pin__popup--left,
.pin__popup--sup.pin__popup--right .pin__popup, .pin__popup--sup.pin__popup--left .pin__popup {
  -webkit-transform: translateY(calc(-50% - -30px));
  transform: translateY(calc(-50% - -30px)); }

.pin__opened .pin__popup.pin__popup--sup.pin__popup--right, .pin__opened .pin__popup.pin__popup--sup.pin__popup--left, .pin__opened .pin__popup.pin__popup--sdown.pin__popup--right, .pin__opened .pin__popup.pin__popup--sdown.pin__popup--left,
.pin__opened .pin__popup--sup.pin__popup--right .pin__popup, .pin__opened .pin__popup--sup.pin__popup--left .pin__popup, .pin__opened .pin__popup--sdown.pin__popup--right .pin__popup, .pin__opened .pin__popup--sdown.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.pin__popup.pin__popup--sdown, .pin__popup--sdown .pin__popup {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }

.pin__popup.pin__popup--sdown.pin__popup--right, .pin__popup.pin__popup--sdown.pin__popup--left,
.pin__popup--sdown.pin__popup--right .pin__popup, .pin__popup--sdown.pin__popup--left .pin__popup {
  -webkit-transform: translateY(calc(-50% -30px));
  transform: translateY(calc(-50% -30px)); }

.pin__popup.pin__popup--sleft, .pin__popup--sleft .pin__popup {
  -webkit-transform: translateX(30px);
  transform: translateX(30px); }

.pin__popup.pin__popup--sleft.pin__popup--right, .pin__popup.pin__popup--sleft.pin__popup--left,
.pin__popup--sleft.pin__popup--right .pin__popup, .pin__popup--sleft.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) translateX(30px);
  transform: translateY(-50%) translateX(30px); }

.pin__opened .pin__popup.pin__popup--sleft.pin__popup--right, .pin__opened .pin__popup.pin__popup--sleft.pin__popup--left, .pin__opened .pin__popup.pin__popup--sright.pin__popup--right, .pin__opened .pin__popup.pin__popup--sright.pin__popup--left,
.pin__opened .pin__popup--sleft.pin__popup--right .pin__popup, .pin__opened .pin__popup--sleft.pin__popup--left .pin__popup, .pin__opened .pin__popup--sright.pin__popup--right .pin__popup, .pin__opened .pin__popup--sright.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0); }

.pin__popup.pin__popup--sright, .pin__popup--sright .pin__popup {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px); }

.pin__popup.pin__popup--sright.pin__popup--right, .pin__popup.pin__popup--sright.pin__popup--left,
.pin__popup--sright.pin__popup--right .pin__popup, .pin__popup--sright.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px); }

.pin__popup.pin__popup--rotate, .pin__popup--rotate .pin__popup {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }

.pin__popup.pin__popup--rotate.pin__popup--right, .pin__popup.pin__popup--rotate.pin__popup--left,
.pin__popup--rotate.pin__popup--right .pin__popup, .pin__popup--rotate.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) rotateY(360deg);
  transform: translateY(-50%) rotateY(360deg); }

.pin__opened .pin__popup.pin__popup--rotate.pin__popup--right, .pin__opened .pin__popup.pin__popup--rotate.pin__popup--left,
.pin__opened .pin__popup--rotate.pin__popup--right .pin__popup, .pin__opened .pin__popup--rotate.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg); }

.pin__opened .pin__popup.pin__popup--sup, .pin__opened .pin__popup.pin__popup--sdown,
.pin__opened .pin__popup--sup .pin__popup, .pin__opened .pin__popup--sdown .pin__popup {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.pin__opened .pin__popup.pin__popup--sleft, .pin__opened .pin__popup.pin__popup--sright,
.pin__opened .pin__popup--sleft .pin__popup, .pin__opened .pin__popup--sright .pin__popup {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.pin__opened .pin__popup.pin__popup--rotate,
.pin__opened .pin__popup--rotate .pin__popup {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.mfp-wrap .pin__popup {
  width: 100%; }

.mfp-wrap .pin_lazy_js .pin__popup {
  width: 300px; }

.mfp-wrap .pin__popup:before {
  display: none; }

.mfp-auto-cursor .mfp-content.mfp__pin {
  width: auto; }

.mfp__pin .pin__popup {
  position: static;
  transform: none !important;
  opacity: 1;
  visibility: visible; }

.pin__type_txt .popup__title {
  padding: 10px 15px;
  font-size: 16px;
  color: #2b2b2b; }

.pin__type_txt .popup__content {
  border-top: 2px solid #f2f2f2;
  color: #878787;
  font-size: 14px;
  padding: 15px; }

.product-item .group-button-lookbook {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden; }

.product-item .group-button-lookbook .inner {
  overflow: hidden;
  background-color: #fff;
  padding: 0 10px 25px 10px;
  margin-top: -10px;
  text-align: left; }

.product-item .group-button-lookbook a {
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #666;
  margin: 4px 0 4px 4px;
  background-color: #fff; }

.product-item .group-button-lookbook .add-to-cart, .product-item .group-button-lookbook .btn-sold-out, .product-item .group-button-lookbook .select-option {
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 14px;
  margin-left: 0;
  margin-right: 4px;
  float: left;
  text-align: center;
  font-weight: 600; }

.product-item .group-button-lookbook {
  opacity: 1;
  display: flex;
  visibility: visible; }

.product-item .group-button-lookbook a {
  margin: 0 auto !important;
  cursor: pointer; }

.product-item .group-button-lookbook a:hover {
  background-color: #000;
  color: #fff; }

.pin__popup .quickview-button {
  opacity: 1 !important; }

@media (min-width: 768px) {
  .pin__popup:before, .pin__title:before {
    display: block; }

  .section-title {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize; } }
@media (min-width: 1366px) {
  .type_lookbook_img .pin__type .pin_tt.mfp_js {
    display: none; }

  .pin__type .mfp-hide {
    display: block !important; } }
/*End lookbook Image section */
/* Benefit section */
.type_shipping .section-head {
  background-color: #f4f4f4;
  border-bottom: solid 2px;
  height: 46px;
  margin-top: 30px;
  position: relative;
  z-index: 1; }
.type_shipping .section-head .section-title {
  float: left;
  font-size: 15px;
  color: #000;
  font-weight: 700;
  height: 52px;
  margin: -6px 0 0;
  line-height: 52px;
  position: relative;
  z-index: 11;
  padding: 0 20px;
  min-width: 270px;
  text-transform: uppercase; }
.type_shipping .nt_shipping {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  display: table;
  margin-bottom: 18px;
  margin-top: 20px; }
  .type_shipping .nt_shipping .icon {
    line-height: 100%;
    font-size: 36px;
    text-align: center;
    padding-right: 22px;
    color: #f26460;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px; }
  .type_shipping .nt_shipping .title {
    font-size: 16px;
    margin: 0px;
    color: #111111;
    font-weight: 500;
    margin-bottom: 10px; }
  .type_shipping .nt_shipping .content {
    color: #888888;
    font-size: 13px;
    display: block;
    vertical-align: middle; }
    .type_shipping .nt_shipping .content p {
      margin: 0;
      line-height: 1.2; }
  .type_shipping .nt_shipping:hover .title {
    color: #f26460; }
.type_shipping .cms-benefit-blank .icon {
  color: #f26460; }
  .type_shipping .cms-benefit-blank .icon svg {
    fill: #f26460; }
@media (min-width: 1200px) {
  .type_shipping .cms-benefit-blank:last-child {
    margin: 0px; } }

/*End benefit section */
/*Blogpost section */
.type_featured_blog .wrap_title {
  margin-bottom: 50px; }
.type_featured_blog .articles {
  margin-left: -15px;
  margin-right: -15px; }
  .type_featured_blog .articles .wrapper_img {
    overflow: hidden;
    background: transparent;
    display: block;
    margin-bottom: 15px; }
  .type_featured_blog .articles .post-info {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #f6f6f6;
    margin: 15px 7.5px; }
    .type_featured_blog .articles .post-info .head {
      overflow: hidden;
      padding-bottom: 0;
      display: flex;
      margin: 0px; }
    .type_featured_blog .articles .post-info .head-article .wrap-date {
      background: #111111;
      height: 50px;
      width: 50px;
      min-width: 50px;
      color: #fff;
      padding: 0;
      margin-right: 40px;
      display: flex;
      align-items: center;
      font-size: 13px;
      font-weight: 500; }
      .type_featured_blog .articles .post-info .head-article .wrap-date .inner-date {
        display: grid;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%; }
        .type_featured_blog .articles .post-info .head-article .wrap-date .inner-date .day {
          line-height: 1.2;
          display: block;
          text-align: center;
          align-items: center;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 2px; }
        .type_featured_blog .articles .post-info .head-article .wrap-date .inner-date .month {
          line-height: 1.2;
          font-size: 13px;
          letter-spacing: -1px; }
    .type_featured_blog .articles .post-info .head-article .meta-post {
      margin-bottom: 15px;
      line-height: 1.1; }
      .type_featured_blog .articles .post-info .head-article .meta-post li {
        display: inline-block;
        list-style: none;
        padding: 0 10px;
        position: relative;
        font-size: 13px;
        line-height: 1.2; }
        .type_featured_blog .articles .post-info .head-article .meta-post li:first-child {
          padding-left: 0; }
      .type_featured_blog .articles .post-info .head-article .meta-post li.blog::before {
        content: "/";
        left: -8px;
        position: absolute; }
      .type_featured_blog .articles .post-info .head-article .meta-post .author {
        color: #666; }
        .type_featured_blog .articles .post-info .head-article .meta-post .author span {
          margin-left: 5px;
          font-weight: 500;
          color: #111111; }
      .type_featured_blog .articles .post-info .head-article .meta-post .blog span {
        color: #888888; }
    .type_featured_blog .articles .post-info .head-article .post-title {
      font-size: 20px !important;
      line-height: 26px !important;
      color: #111111;
      font-weight: 600;
      display: block;
      height: 48px;
      overflow: hidden;
      text-transform: capitalize; }
    @media (max-width: 480px) {
      .type_featured_blog .articles .post-info .head-article .post-title {
        font-size: 15px !important; } }
    .type_featured_blog .articles .post-info:hover {
      box-shadow: 0px 0px 25px 0px #efefef; }
      .type_featured_blog .articles .post-info:hover .head-article .wrap-date {
        background: #f26460; }
      .type_featured_blog .articles .post-info:hover .head-article .post-title {
        text-decoration: underline !important; }
      .type_featured_blog .articles .post-info:hover .meta-post .blog span {
        color: #f26460; }
  .type_featured_blog .articles .blog-post-title {
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 5px;
    margin: 0; }
  .type_featured_blog .articles .bold {
    color: #222;
    font-weight: 600; }
  .type_featured_blog .articles .post-author {
    margin-right: 5px; }
  .type_featured_blog .articles .slick-active {
    opacity: 1; }
  .type_featured_blog .articles .wrapper_img:hover .lazyloaded {
    transform: scale(1.5); }

@media (min-width: 1025px) {
  .type_featured_blog .wrap_title {
    margin-bottom: 80px; }
  .type_featured_blog .articles {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px; }
    .type_featured_blog .articles .post-info {
      padding: 40px;
      margin: 20px 12.5px; } }
/*End blogpost section */
/*Blogpost section style 2*/
.type_featured_blog2 .wrap_title {
  margin-bottom: 40px; }
  .type_featured_blog2 .wrap_title .section-title:after {
    display: none; }
.type_featured_blog2 .post-item {
  margin-bottom: 0; }
  .type_featured_blog2 .post-item .post-format {
    position: relative; }
    .type_featured_blog2 .post-item .post-format a {
      display: block;
      width: 100%;
      position: relative;
      overflow: hidden; }
      .type_featured_blog2 .post-item .post-format a img {
        width: 100%;
        transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .type_featured_blog2 .post-item .post-format a img:hover {
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }
    .type_featured_blog2 .post-item .post-format .meta-post {
      position: absolute;
      bottom: 0px;
      width: 95%;
      height: 50px;
      background: #fff;
      display: flex;
      align-items: center; }
      .type_featured_blog2 .post-item .post-format .meta-post li {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 500;
        color: #888888; }
        .type_featured_blog2 .post-item .post-format .meta-post li a {
          display: grid;
          width: 100%;
          position: relative;
          overflow: hidden;
          color: inherit; }
          .type_featured_blog2 .post-item .post-format .meta-post li a div {
            display: grid;
            align-items: center;
            justify-content: center;
            text-align: center; }
            .type_featured_blog2 .post-item .post-format .meta-post li a div .day {
              line-height: 1.2;
              display: block;
              text-align: center;
              align-items: center;
              font-size: 16px;
              font-weight: 600;
              letter-spacing: 2px; }
            .type_featured_blog2 .post-item .post-format .meta-post li a div .month {
              line-height: 1.2;
              font-size: 13px;
              letter-spacing: -1px; }
        .type_featured_blog2 .post-item .post-format .meta-post li:first-child {
          height: 100%;
          width: 50px;
          background: #111111;
          color: #fff;
          padding: 0;
          margin-right: 20px; }
        .type_featured_blog2 .post-item .post-format .meta-post li:last-child::before {
          content: "/";
          padding: 0 8px; }
      @media (min-width: 1025px) and (max-width: 1199px) {
        .type_featured_blog2 .post-item .post-format .meta-post li {
          font-size: 11px; } }
      .type_featured_blog2 .post-item .post-format .meta-post li.blog {
        display: none; }
      @media (min-width: 480px) {
        .type_featured_blog2 .post-item .post-format .meta-post li.blog {
          display: block; } }
      .type_featured_blog2 .post-item .post-format .meta-post li.author span {
        margin-left: 5px;
        font-weight: 500;
        color: #111111; }
  .type_featured_blog2 .post-item .post-info {
    padding: 0;
    margin-top: 26px; }
    .type_featured_blog2 .post-item .post-info .head {
      margin-bottom: 24px;
      overflow: hidden;
      padding-bottom: 0; }
      .type_featured_blog2 .post-item .post-info .head .post-title {
        font-size: 20px;
        color: #111111;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: left;
        font-weight: 600; }
    .type_featured_blog2 .post-item .post-info .main-info-post {
      color: #444444;
      font-weight: 400; }
      .type_featured_blog2 .post-item .post-info .main-info-post .des {
        color: #444444;
        margin: 0;
        font-size: 15px;
        line-height: 27px; }
        .type_featured_blog2 .post-item .post-info .main-info-post .des p {
          padding: 0;
          margin: 0;
          font-size: 15px;
          line-height: 27px;
          text-align: left; }
      @media (max-width: 480px) {
        .type_featured_blog2 .post-item .post-info .main-info-post .des {
          margin-bottom: 20px; } }
  .type_featured_blog2 .post-item:hover .meta-post .time-post {
    background: #f26460 !important; }
  .type_featured_blog2 .post-item:hover .meta-post .blog span {
    color: #f26460; }
  .type_featured_blog2 .post-item:hover .post-info .head .post-title {
    text-decoration: underline !important;
    text-underline-position: from-font; }
@media (min-width: 1200px) {
  .type_featured_blog2 .post-item {
    max-width: 375px; }
    .type_featured_blog2 .post-item:nth-child(2) {
      margin: auto; } }

/*End blogpost section style 2*/
/* Instagram lookbook section*/
.type_instagram_shop .row.ins_spaces_0 {
  margin: 0; }
.type_instagram_shop .row.ins_spaces_0 .item_ins {
  padding: 0;
  overflow: hidden;
  position: relative; }
.type_instagram_shop .wrap_ins_img {
  overflow: hidden;
  position: relative;
  display: block;
  cursor: grab; }
.type_instagram_shop .hotspot_ins {
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
  padding: 0;
  backface-visibility: hidden;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  background-color: #fff;
  color: #000;
  text-shadow: none;
  font-weight: 600;
  overflow: hidden;
  transition: transform .2s ease-out,opacify .2s ease-out;
  opacity: 1;
  position: absolute; }
.type_instagram_shop .hotspot_ins.dark {
  border-color: #eee;
  background-color: #000;
  color: #fff; }
.type_instagram_shop .hotspot_ins.primary {
  border-color: #eee;
  background-color: #000;
  color: #fff; }
.type_instagram_shop .instagram_lookbook .item_ins:hover .pr_lazy_img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.type_instagram_shop .instagram_lookbook .nt_bg_lz:before {
  content: "Andy";
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: 999px;
  position: absolute;
  background-position: top center;
  display: inline-block;
  background-image: url("loading.svg");
  background-repeat: no-repeat;
  top: 38.5%;
  left: 38%; }
.type_instagram_shop .item_ins_blank {
  padding: 0; }

/* End instagram lookbook section*/
/* Promotion banner*/
.promobox {
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0em;
  position: relative;
  text-align: center; }

.d-block {
  display: block;
  overflow: hidden; }

.image-animation {
  overflow: hidden; }

.promobox__plate {
  min-height: 35px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  position: absolute !important;
  pointer-events: none;
  padding: 7px 10px; }

.promobox__content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important; }

.absolute-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.promobox__content-scale {
  opacity: 0;
  transform: scale3d(0, 0, 0);
  position: absolute;
  padding: 7px 15px; }

.promobox__plate--hovered {
  transition-duration: 0.5s; }

.promobox__content-scale {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  transition-duration: 0.5s; }

.promobox__plate .promobox__content::before {
  background-color: #fff; }

.promobox__plate .promobox__content::before {
  content: '';
  display: block;
  opacity: .9;
  transition-property: background;
  will-change: background;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.promobox:hover .promobox__plate--hovered {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0); }

.promobox:hover .promobox__content-scale {
  opacity: 0.9;
  transform: none;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 0 #141414;
  -moz-box-shadow: 0 0 1px 0 #141414;
  box-shadow: 0 0 1px 0 #141414; }

.promobox .promobox_text {
  color: #000;
  position: relative;
  font-weight: 600;
  margin: 0px;
  cursor: pointer; }

/* End promotion banner*/
/* Banner */
@media (max-width: 1025px) {
  .cat_space_item {
    margin-bottom: 30px; } }
.nt_promotion {
  overflow: hidden;
  position: relative; }

.nt_promotion a {
  display: block; }

.nt_promotion.tc {
  text-align: center; }

.shadow_wrap {
  z-index: 10;
  padding: 10px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.shadow_wrap.tc {
  text-align: center; }

.shadow_wrap.tl {
  text-align: left; }

.shadow_wrap.tr {
  text-align: right; }

.shadow_wrap h3 {
  color: #ffffff;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  margin-bottom: 5px; }

.shadow_wrap h4 {
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  margin: 0;
  font-weight: bold; }

/* End banner */
/* text and image*/
.nt_img_txt {
  overflow: hidden;
  position: relative; }

.shadow_wrap_img_txt {
  webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #878787; }

.shadow_wrap_img_txt.tc {
  text-align: center; }

.shadow_wrap_img_txt.tl {
  text-align: left; }

.shadow_wrap_img_txt.tr {
  text-align: right; }

.shadow_wrap_img_txt h3 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  color: #222; }

/* End text and image*/
/* Brand list*/
.type_brand_list .wrap-section .wrap_title .section-title {
  text-transform: none; }
  .type_brand_list .wrap-section .wrap_title .section-title:after {
    bottom: -50px; }
@media (max-width: 480px) {
  .type_brand_list .wrap-section .wrap_title .section-title:after {
    bottom: -70px; } }
.type_brand_list .wrap-section .wrap_title .section-subtitle {
  text-transform: none; }

.type_brand_list .wrap-section {
  margin: 0;
  padding: 30px;
  background-color: #feefef; }
  .type_brand_list .wrap-section .brand-image {
    margin-top: -15px;
    margin-bottom: -15px;
    margin-right: -15px;
    padding: 0; }
    .type_brand_list .wrap-section .brand-image .brand_list {
      padding: 15px;
      margin: 0px;
      text-align: center; }

@media (min-width: 1200px) {
  .type_brand_list .wrap-section {
    padding: 50px;
    background-color: #feefef;
    margin: 0; }
    .type_brand_list .wrap-section .wrap_title {
      margin: 0px;
      display: flex;
      align-items: center; }
      .type_brand_list .wrap-section .wrap_title .section-title {
        text-transform: none;
        font-size: 42px;
        color: #111111;
        display: block;
        margin-bottom: 7px;
        text-align: left; }
        .type_brand_list .wrap-section .wrap_title .section-title:after {
          bottom: -60px;
          left: 0; }
      .type_brand_list .wrap-section .wrap_title .section-subtitle {
        text-transform: none;
        font-weight: 500;
        font-size: 15px;
        color: #888888;
        line-height: 1.2; }
    .type_brand_list .wrap-section .brand-image {
      max-width: 690px;
      margin-left: auto;
      margin-top: -15px;
      margin-bottom: -15px;
      margin-right: -7.5px; }
      .type_brand_list .wrap-section .brand-image .brand_list {
        padding: 15px; } }
/* End brand list*/
/* Brand list style 2*/
.type_brand_list_2 .wrap-section {
  padding: 0;
  margin: 0; }
  .type_brand_list_2 .wrap-section .wrap_title .section-title {
    text-transform: none;
    font-size: 42px;
    color: #111111;
    display: block;
    margin-bottom: 7px;
    text-align: center; }
  .type_brand_list_2 .wrap-section .wrap_title .section-subtitle {
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    color: #888888;
    line-height: 1.2; }
  .type_brand_list_2 .wrap-section .brand-image {
    max-height: 80px;
    height: 80px;
    width: 100%; }
    .type_brand_list_2 .wrap-section .brand-image .brand_list {
      width: 100%; }
.type_brand_list_2 .cms-wrap-brand2 {
  position: relative; }
  .type_brand_list_2 .cms-wrap-brand2 .appendArrows {
    position: absolute;
    top: 50%;
    width: 100%; }
    .type_brand_list_2 .cms-wrap-brand2 .appendArrows .slick-prev:before, .type_brand_list_2 .cms-wrap-brand2 .appendArrows .slick-next:before {
      font-family: FontAwesome;
      font-size: 17px;
      line-height: 1;
      color: #111111;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .type_brand_list_2 .cms-wrap-brand2 .appendArrows .slick-prev:before {
      content: "\f053"; }
    .type_brand_list_2 .cms-wrap-brand2 .appendArrows [dir="rtl"] .slick-prev:before {
      content: "\f054"; }
    .type_brand_list_2 .cms-wrap-brand2 .appendArrows [dir="rtl"] .slick-next {
      left: -10px;
      top: 70px;
      right: auto; }
    .type_brand_list_2 .cms-wrap-brand2 .appendArrows .slick-next:before {
      content: "\f054"; }
    .type_brand_list_2 .cms-wrap-brand2 .appendArrows [dir="rtl"] .slick-next:before {
      content: "\f053"; }
    @media (min-width: 1025px) {
      .type_brand_list_2 .cms-wrap-brand2 .appendArrows .slick-prev {
        left: -25px; }
      .type_brand_list_2 .cms-wrap-brand2 .appendArrows .slick-next {
        right: -25px; } }
  .type_brand_list_2 .cms-wrap-brand2 img {
    width: auto;
    margin: 0 auto; }

/* End brand list*/
/* Text column with image*/
.text_column_with_img .h4 {
  font-weight: 600;
  color: #000; }

/* End text column with image*/
/* Product countdown banner */
.type_product_countdown_banner .wrap-banner-cd {
  position: relative; }
  .type_product_countdown_banner .wrap-banner-cd .nt_promotion {
    min-width: 1000px;
    max-height: 500px;
    right: -40px;
    position: absolute;
    display: none; }
    .type_product_countdown_banner .wrap-banner-cd .nt_promotion .pr_lazy_img {
      padding-top: 500px !important; }
.type_product_countdown_banner .wrap-product-cd .product_count_down {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-left: 0px; }
  .type_product_countdown_banner .wrap-product-cd .product_count_down .main-img {
    padding-top: 538px !important;
    background-position: unset; }
  @media (max-width: 480px) {
    .type_product_countdown_banner .wrap-product-cd .product_count_down .main-img {
      background-image: unset !important; } }
@media (min-width: 1025px) {
  .type_product_countdown_banner .wrap-product-cd .product_count_down {
    margin-left: -65px;
    min-width: 1020px;
    margin-top: 35px; }
    .type_product_countdown_banner .wrap-product-cd .product_count_down .wrap-infor {
      max-width: 640px; } }
@media (max-width: 480px) {
  .type_product_countdown_banner .wrap-product-cd .product_count_down {
    box-shadow: 0px 0px 10px 0px #f6f6f6; } }
.type_product_countdown_banner .wrap-infor {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0; }
  .type_product_countdown_banner .wrap-infor .product-info {
    display: table-cell;
    vertical-align: middle; }
    .type_product_countdown_banner .wrap-infor .product-info .product-subtitle {
      margin: 0;
      font-size: 16px;
      color: #f26460;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 6.6px;
      margin-bottom: 25px; }
    .type_product_countdown_banner .wrap-infor .product-info .product-title {
      margin: 0;
      font-size: 42px;
      font-weight: 600;
      line-height: 1.2;
      color: #111111;
      margin-left: -5px;
      margin-bottom: 25px; }
    .type_product_countdown_banner .wrap-infor .product-info .cms-countdown {
      margin-bottom: 15px; }
      .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count {
        display: inline-block;
        list-style: none;
        min-width: 75px;
        min-height: 45px;
        padding: 12.5px 0;
        text-align: left;
        max-width: 75px;
        max-height: 80px;
        background-image: url(/cdn/shop/t/3/assets/Bg_time.png?v=177572504953858039401663268522);
        margin: 0 24px 15px 24px; }
        .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count li {
          list-style: none; }
        .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count .number {
          font-size: 30px;
          font-weight: 700;
          color: #111111;
          display: block;
          margin: 0;
          line-height: 1.2; }
        .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count .text {
          font-size: 16px;
          color: #111111;
          display: block;
          margin: 0;
          font-weight: 500;
          text-transform: lowercase;
          line-height: 1.2; }
        .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count:first-child {
          margin-left: 0px; }
        .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count:last-child {
          margin-right: 0px; }
      @media (max-width: 575px) {
        .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count {
          background-image: unset;
          margin: unset; } }
    .type_product_countdown_banner .wrap-infor .product-info .button {
      text-transform: uppercase;
      color: #fff;
      background: #111111;
      padding: 20px 30px 18px 30px;
      line-height: 1;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1px;
      display: inline-block; }
      .type_product_countdown_banner .wrap-infor .product-info .button:hover {
        background-color: #f26460; }
    .type_product_countdown_banner .wrap-infor .product-info .price {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.7); }
      .type_product_countdown_banner .wrap-infor .product-info .price ins {
        color: #ec0101;
        margin-left: 10px; }
@media (min-width: 767px) {
  .type_product_countdown_banner .wrap-infor .product-info {
    text-align: left;
    display: table-cell;
    padding-left: 50px;
    vertical-align: middle; }
    .type_product_countdown_banner .wrap-infor .product-info .product-title {
      margin: 0;
      font-size: 60px;
      margin-bottom: 25px;
      max-height: unset;
      overflow: hidden;
      margin-left: -5px; }
    .type_product_countdown_banner .wrap-infor .product-info .cms-countdown {
      margin-bottom: 25px; }
      .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count {
        margin: 0 25px 25px 25px; } }
@media (min-width: 1025px) {
  .type_product_countdown_banner .wrap-banner-cd .nt_promotion {
    display: block; } }
@media (min-width: 1200px) {
  .type_product_countdown_banner .wrap-infor .product-info {
    padding-left: 97px;
    vertical-align: middle; }
    .type_product_countdown_banner .wrap-infor .product-info .product-title {
      margin: 0 0 0 -5px;
      font-size: 60px;
      margin-bottom: 25px;
      max-height: unset;
      overflow: unset;
      font-weight: 600; }
    .type_product_countdown_banner .wrap-infor .product-info .cms-countdown {
      margin-bottom: 38px; }
      .type_product_countdown_banner .wrap-infor .product-info .cms-countdown .box-count {
        margin: 0 24px 15px 24px; } }
@media (max-width: 575px) {
  .type_product_countdown_banner .wrap-infor {
    padding: 0 20px; } }

/* End product countdown banner*/
/* Product countdown banner style 2*/
.type_product_countdown_banner2 .wrap-product-cd {
  width: 100%;
  min-height: 600px;
  display: flex;
  position: relative;
  text-align: left; }
  .type_product_countdown_banner2 .wrap-product-cd .bg-left {
    position: absolute;
    width: 66.6666%;
    min-height: 100%;
    z-index: 99;
    top: 0;
    left: 0; }
  .type_product_countdown_banner2 .wrap-product-cd .bg-right {
    background-color: #e1e1e1;
    position: absolute;
    width: 960px;
    min-height: 100%;
    right: 0;
    top: 0;
    z-index: 98; }
  .type_product_countdown_banner2 .wrap-product-cd .wrap-content {
    background: transparent;
    z-index: 100;
    padding: 80px 0;
    position: relative; }
    .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .subtitle {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      margin: 0px 0 22px 0; }
    .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .product-title {
      font-size: 60px;
      font-weight: 700;
      line-height: 1.2;
      color: #fff;
      margin: 0px 48px 32px -5px; }
    @media (max-width: 480px) {
      .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .product-title {
        margin-right: 0px;
        font-size: 40px; } }
    .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .wrap-price {
      color: #fff;
      display: flex;
      align-items: center;
      margin-bottom: 35px; }
      .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .wrap-price span.price {
        font-size: 30px;
        line-height: 1.2;
        font-weight: bold; }
      .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .wrap-price del {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600;
        margin-left: 30px; }
    .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .cms-countdown {
      display: table;
      margin-bottom: 50px; }
      .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .cms-countdown .box-count {
        display: inline-flex;
        width: 100px;
        height: 100px;
        border: 1px dashed #fff;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
        flex-direction: column;
        margin: 5px; }
        .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .cms-countdown .box-count .number {
          font-size: 30px;
          font-weight: 700;
          color: #fff;
          margin: 0;
          display: block;
          line-height: 1.2; }
        .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .cms-countdown .box-count .text {
          font-size: 13px;
          color: #fff;
          margin: 0;
          display: block;
          line-height: 1.2; }
        .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .cms-countdown .box-count:first-child {
          margin-left: 0px; }
        .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .cms-countdown .box-count:last-child {
          margin-right: 0px; }
      @media (min-width: 1200px) {
        .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .cms-countdown .box-count {
          margin: 0 20px; } }
    .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .button {
      text-transform: uppercase;
      padding: 19px 30px 14px 30px;
      line-height: 1;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1px;
      display: inline-block; }
    @media (min-width: 1025px) {
      .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product .product-info .button {
        margin: 0; } }
    @media (min-width: 1200px) {
      .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown {
        display: table;
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0; }
        .type_product_countdown_banner2 .wrap-product-cd .wrap-content .content-countdown .product {
          display: table-cell;
          vertical-align: middle; } }
    .type_product_countdown_banner2 .wrap-product-cd .wrap-content .wrap-banner-cd {
      display: table;
      height: 100%;
      position: absolute;
      width: 100%;
      right: 0;
      top: 0; }
      .type_product_countdown_banner2 .wrap-product-cd .wrap-content .wrap-banner-cd .banner-content {
        display: table-cell;
        vertical-align: middle;
        max-width: 585px;
        max-height: 440px; }
    @media (max-width: 1024px) {
      .type_product_countdown_banner2 .wrap-product-cd .wrap-content .wrap-banner-cd {
        display: none !important; } }
  @media (max-width: 1024px) {
    .type_product_countdown_banner2 .wrap-product-cd .wrap-content {
      padding: 40px 0; } }
@media (max-width: 1024px) {
  .type_product_countdown_banner2 .wrap-product-cd {
    min-height: unset; } }
@media (max-width: 767px) {
  .type_product_countdown_banner2 .wrap-product-cd {
    min-height: unset;
    text-align: center; }
    .type_product_countdown_banner2 .wrap-product-cd .bg-left {
      width: 100%; }
    .type_product_countdown_banner2 .wrap-product-cd .wrap-price {
      justify-content: center; } }

/* End product countdown banner*/
/* Section group */
.type_section_group h5.widget-title {
  position: relative;
  padding-bottom: 20px;
  margin-top: 0;
  font-size: 18px; }

.type_section_group h5.widget-title:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #222;
  left: 0;
  bottom: 15px;
  position: absolute; }

.type_section_group .product-collection__more-info, .type_section_group .product-collection__buttons, .type_section_group .product-collection__reviews {
  display: none !important; }

/* End section group */
/* Daily deal */
.type_daily_deal .product-collection__more-info, .type_daily_deal .product-collection__buttons, .type_daily_deal .product-collection__reviews, .type_daily_deal .frm_product_collection {
  display: none !important; }

.type_daily_deal .product-title a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #333; }

.type_daily_deal .product-info .price {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7); }

.type_daily_deal .product-info .price ins {
  color: #ec0101;
  margin-left: 10px; }

.type_daily_deal .medizin_laypout {
  border: 2px solid #4e97fd;
  border-radius: 5px;
  padding: 0 20px 25px;
  margin-top: 21px; }

.type_daily_deal .medizin_laypout .product-cd-header {
  background: #fff;
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
  padding: 5px 20px;
  webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center; }

.type_daily_deal .medizin_laypout .product-cd-heading {
  line-height: 1.2;
  margin-right: 0;
  margin-bottom: 5px; }

.type_daily_deal .medizin_laypout .countdown-wrap {
  color: #fff;
  background: #e4573d;
  border-radius: 30px;
  padding: 8px 24px;
  margin-bottom: 5px;
  position: static;
  transform: none;
  -webkit-transform: none;
  align-items: center;
  display: flex; }

.type_daily_deal .countdown-wrap .box-count {
  float: left;
  padding: 0 5px; }

.type_daily_deal .countdown-wrap .dot {
  float: left;
  padding: 0px; }

.type_daily_deal .medizin_laypout .pr_coun_dt {
  font-size: 18px;
  line-height: 1;
  font-weight: 600; }

.type_daily_deal .countdown-label {
  font-weight: 700; }

.type_daily_deal .cms-countdown .box-count .text {
  color: #fff;
  margin: 0; }

.type_daily_deal .cms-countdown .box-count .number {
  color: #fff; }

.type_daily_deal .slick-track {
  margin-left: 0px; }

@media (min-width: 500px) {
  .type_daily_deal .medizin_laypout .countdown-label, .type_daily_deal .medizin_laypout .product-cd-heading {
    margin-right: 18px; } }
@media (min-width: 768px) {
  .type_daily_deal .medizin_laypout .product-cd-heading {
    font-size: 24px;
    font-weight: 600; } }
/* End daily deal */
/* Collection banner*/
.type_banner_collection .pr_grid_item {
  margin-bottom: 30px; }

.type_banner_collection .nt_products_holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.type_banner_collection .pr_grid_item {
  flex: 0 0 50%; }

.type_banner_collection .product-inner {
  position: relative; }

.type_banner_collection .product-inner .product-image {
  position: relative;
  overflow: hidden; }

.type_banner_collection .product-info {
  margin-top: 15px; }

.type_banner_collection .product-title {
  font-size: 14px;
  text-transform: capitalize; }

.type_banner_collection .product-info .price {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7); }

.type_banner_collection .product-info .price ins {
  color: #ec0101;
  margin-left: 10px; }

.type_banner_collection .product-title a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #333; }

.type_banner_collection .display_none {
  display: none; }

.type_banner_collection .slideshow__slide .caption-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none; }

.type_banner_collection .tl_md {
  text-align: left; }

.type_banner_collection .tc_md {
  text-align: center; }

.type_banner_collection .tr_md {
  text-align: right; }

.type_banner_collection .caption, .type_slideshow .caption {
  position: absolute;
  padding: 15px;
  width: 100%; }

.type_banner_collection .caption h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: none; }

.type_banner_collection .caption h4 {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  text-transform: none; }

.type_banner_collection .caption p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0; }

.type_banner_collection .product-collection__more-info, .type_banner_collection .product-collection__buttons, .type_banner_collection .product-collection__reviews, .type_banner_collection .frm_product_collection {
  display: none !important; }

.type_banner_collection .cat_banner_img {
  position: relative; }

@media (max-width: 1024px) {
  .type_banner_collection .img_slider_block {
    margin-bottom: 30px; } }
@media (min-width: 768px) {
  .type_banner_collection .pa_txts {
    top: 50%;
    width: auto;
    left: 39%;
    transform: translate(-39%, -50%);
    right: auto; } }
/* End collection banner */
/* Collection list */
.type_collection_list .row {
  margin-right: -15px;
  margin-left: -15px; }
  .type_collection_list .row .cat_grid_item__content {
    overflow: hidden;
    position: relative;
    padding: 0 7.5px; }
  .type_collection_list .row .cat_grid_item__link {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block; }
    .type_collection_list .row .cat_grid_item__link img {
      width: 100%;
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
      .type_collection_list .row .cat_grid_item__link img:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
  .type_collection_list .row .cat_grid_item__wrapper {
    position: absolute;
    top: 50px;
    left: 60px;
    color: #111111;
    min-width: 150px;
    text-align: left; }
    .type_collection_list .row .cat_grid_item__wrapper .cat_grid_item__title {
      font-size: 30px;
      font-weight: 600;
      line-height: 1.2;
      display: block; }
    .type_collection_list .row .cat_grid_item__wrapper .cat_grid_item__count {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2;
      margin-top: 10px;
      display: inline-block; }

@media screen and (max-width: 1199px) {
  .type_collection_list .cat_grid_item__wrapper {
    top: 20px !important;
    left: 20px !important; }
    .type_collection_list .cat_grid_item__wrapper .cat_grid_item__title {
      font-size: inherit !important; }
    .type_collection_list .cat_grid_item__wrapper .cat_grid_item__count {
      font-size: inherit !important; } }
/*End collection list*/
/* Collection list manual*/
.type_collection_list_manual .cat_space_item {
  margin-bottom: 15px; }

/*End collection list*/
/* Collection grid */
.type_collection_grid .collection_grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.type_collection_grid .product-title {
  font-size: 14px;
  text-transform: capitalize; }

.type_collection_grid .product-info .price {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7); }

.type_collection_grid .product-info .price ins {
  color: #ec0101;
  margin-left: 10px; }

.type_collection_grid .product-title a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #333; }

.type_collection_grid .product-collection__more-info, .type_collection_grid .product-collection__buttons, .type_collection_grid .product-collection__reviews, .type_collection_grid .frm_product_collection {
  display: none !important; }

/* End collection grid*/
/* Rich text */
.type_rich_text .tc {
  text-align: center; }

.type_rich_text .tl {
  text-align: left; }

.type_rich_text .tr {
  text-align: right; }

/* End rich text */
/* Shipping text simple */
.type_shipping_text .shipping_wrap {
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.type_shipping_text .wrap_txt_ship {
  padding: 17px 5px;
  font-size: 15px; }

/* End shipping text simple */
/* About us */
.type_about_us .about_us_img.border_true {
  padding: 10px;
  border: 1px solid #f9f9f9;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative; }

.type_about_us .about_us_img img {
  width: 100%; }

.about_us_img.border_true > span:after, .about_us_img.border_true > span:before {
  position: absolute;
  background-color: #56cfe1;
  content: '';
  display: inline-block;
  z-index: 2; }

.about_us_img .fr_br_1:before {
  left: 0;
  top: 0;
  width: 2px;
  height: 5%; }

.about_us_img .fr_br_1:after {
  left: 0;
  top: 0;
  height: 2px;
  width: 5%; }

.about_us_img.border_true .fr_br_2:before {
  right: 0;
  top: 0;
  width: 2px;
  height: 5%; }

.about_us_img.border_true .fr_br_2:after {
  right: 0;
  top: 0;
  height: 2px;
  width: 5%; }

.about_us_img.border_true .fr_br_3:before {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 5%; }

.about_us_img.border_true .fr_br_3:after {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 5%; }

.about_us_img.border_true .fr_br_4:before {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 5%; }

.about_us_img.border_true .fr_br_4:after {
  right: 0;
  bottom: 0;
  height: 2px;
  width: 5%; }

.type_about_us .overlay_video {
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.type_about_us .video-control__play {
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  pointer-events: auto;
  z-index: 4;
  transition: .1s ease-out;
  background-color: #56cfe1;
  border-color: #56cfe1;
  color: #fff;
  outline: 0; }

.type_about_us .about_us_img .video-control__play {
  pointer-events: auto;
  z-index: 4;
  color: #fff;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.type_about_us .video-control__play .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }

.mfp-close-btn-in .mfp-close {
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  text-align: center;
  font-size: 0;
  display: inline-block;
  opacity: 1;
  background-color: transparent; }

/* End about us */
/* FAQ'S */
@media (min-width: 768px) {
  .type_faq .sp-tabs {
    padding-top: 0; } }
.type_faq .sp-tabs > .sp-tab.des_style_2:first-of-type {
  margin-top: 0; }

.des_style_2.sp-tab:not(:last-of-type) {
  margin-bottom: 10px; }

.des_style_2.sp-tab {
  display: block; }

.faq_des2 .tab-heading .txt_h_tab {
  padding: 0; }

.des_style_2.sp-tab > .sp-tab-content, .des_style_2.ul_tabs {
  display: none; }

.nav_link_icon:after, .nav_link_icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out; }

.tab-heading .nav_link_icon:before {
  width: 15px;
  height: 2px; }

.sp-tab.active a > .nav_link_icon:before {
  opacity: 0; }

.sp-tab.active .tab-heading > .nav_link_icon:after, .sp-tab.active .tab-heading > .nav_link_icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg); }

.tab-heading .nav_link_icon:after {
  width: 2px;
  height: 15px; }

.des_style_2.sp-tab.active > .sp-tab-content, .des_style_2.sp-tab > .heading {
  display: block; }

.faq_des2 .sp-tab .sp-tab-content {
  padding: 20px 30px; }

.des_style_2.sp-tab > .sp-tab-content {
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-top: 0; }

.faq_des2 .nav_link_icon {
  width: 40px;
  height: 40px;
  border-radius: 50px; }

.nav_link_icon {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.tab-heading .nav_link_icon {
  width: 44px;
  height: 44px;
  background-color: #222;
  color: #fff; }

.faq_des2 .sp-tab .tab-heading {
  padding: 10px 30px;
  min-height: 60px;
  webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.type_faq .nt_boxed {
  max-width: 800px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 100; }

/* End FAQ'S */
/* Custom html */
.code_setting .text-center {
  text-align: center; }

.code_setting .text-left {
  text-align: left; }

.code_setting .text-right {
  text-align: right; }

/* End custom html */
/* Custom section */
.custom_section {
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

/* End custom section */
/* Testimonial */
.quote_slide {
  text-align: center; }

.quote_rating {
  min-height: 22px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
  color: #fec42d; }

.quote_author {
  color: #222;
  font-weight: bold; }

.quote_rating > i {
  margin: 0 .5px; }

.cra2 {
  color: #dedede; }

/* End testimonial */
/* Popup video */
.type_popup_video .nt_img_txt {
  position: relative;
  overflow: hidden; }

.type_popup_video .txt_content {
  z-index: 10;
  padding: 10px;
  webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center; }

.nt_img_txt h4 {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase; }

.nt_img_txt h3 {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px; }

.txt_content .pa_txts > :last-child {
  margin-bottom: 0; }

.txt_content a.button {
  cursor: pointer;
  border: 2px solid #222;
  padding: 5px 25px;
  background: #fff;
  color: #222;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px; }

.txt_content a.button {
  display: inline-block;
  background: 0 0; }

/* End popup video*/
/* Iframe video */
.type_iframe_video .wrapper_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: column;
  flex-direction: column; }

.type_iframe_video iframe.lazyloaded {
  z-index: 22;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%; }

.type_iframe_video .video-control__play {
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  pointer-events: none;
  z-index: 4;
  transition: .1s ease-out;
  background-color: #56cfe1;
  border-color: #56cfe1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center; }

.type_iframe_video .video-control__play .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }

/* End iframe video */
/* Loobook slider */
.pin__maker {
  position: relative; }

.type_lookbook_slider .pin__type {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  z-index: 10;
  opacity: 1;
  pointer-events: auto; }

.type_lookbook_slider .pin__size--medium {
  width: 32px;
  height: 32px;
  font-size: 12px; }

.type_lookbook_slider .pin__type .pin_tt {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #65affa;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.type_lookbook_slider .nav_link_icon {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.type_lookbook_slider .nav_link_icon:after, .type_lookbook_slider .nav_link_icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out; }

.type_lookbook_slider .nav_link_icon:before {
  width: 12px;
  height: 1px;
  opacity: 1; }

.type_lookbook_slider .pin__type > div {
  pointer-events: none; }

.type_lookbook_slider .pin__popup {
  width: 260px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  z-index: 100;
  border-radius: 2px;
  opacity: 0; }

/* End lookbook slider*/
/* Promotion popup */
.type_promotion_popup .collection_grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.popup_prpr_wrap .wrap_title {
  margin-bottom: 10px; }

.popup_prpr_wrap .product-info {
  margin-bottom: 5px; }

.popup_prpr_wrap .product-title {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0px; }

.popup_prpr_wrap .product-info .price {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7); }

.popup_prpr_wrap .product-info .price ins {
  color: #ec0101;
  margin-left: 10px; }

.popup_prpr_wrap .product-title a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #333; }

.type_promotion_popup .product-collection__more-info, .type_promotion_popup .product-collection__buttons, .type_promotion_popup .product-collection__reviews, .type_promotion_popup .frm_product_collection {
  display: none !important; }

.popup_prpr_wrap {
  max-width: 950px !important;
  margin: 30px auto;
  padding: 30px;
  background: #fff;
  position: relative; }

/* End promotion popup */
/* Team section */
.type_team .section_content {
  margin-left: -10px;
  margin-right: -10px; }
  .type_team .section_content .wrap_title .section-title {
    text-transform: capitalize; }
  .type_team .section_content .item {
    margin: 30px 22px 22px 22px;
    padding: 35px;
    flex-direction: column;
    display: flex;
    text-align: center;
    box-shadow: 0px 0px 14px 0px #f6f6f6; }
    .type_team .section_content .item .avatar {
      background-image: url(Bg_avatar.png);
      background-repeat: no-repeat;
      max-width: 217px;
      width: 217px;
      height: 230px;
      margin: 0 auto;
      margin-bottom: 30px; }
      .type_team .section_content .item .avatar img {
        max-width: 217px; }
    .type_team .section_content .item .info h4 {
      font-size: 18px;
      color: #111111;
      font-weight: 500;
      margin: 0; }
    .type_team .section_content .item .info span {
      font-size: 13px;
      color: #f26460;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 13px; }
    .type_team .section_content .item .info p {
      padding: 0;
      font-size: 15px;
      color: #666;
      line-height: 26px;
      margin-bottom: 16px; }
    .type_team .section_content .item .social {
      width: 100%; }
      .type_team .section_content .item .social ul {
        list-style: none;
        width: 100%;
        display: flex;
        justify-content: center; }
        .type_team .section_content .item .social ul li {
          display: inline-flex;
          margin: 0 10px;
          color: #000; }
          .type_team .section_content .item .social ul li a {
            color: inherit; }
            .type_team .section_content .item .social ul li a span {
              color: inherit;
              font-size: 18px; }
    .type_team .section_content .item:hover {
      box-shadow: 0px 0px 25px 0px #efefef; }
@media (min-width: 1025px) {
  .type_team .section_content {
    margin-left: -22px;
    margin-right: -22px; } }

/* End team*/
/* Carousel product*/
.type_carousel_product1 .wrap_title .section-title {
  font-size: 46px; }
  .type_carousel_product1 .wrap_title .section-title span {
    text-transform: capitalize; }
.type_carousel_product1 .products-arrivals {
  border: none;
  margin: 68px 0 0 0; }
  .type_carousel_product1 .products-arrivals .button-carousel {
    text-align: center;
    line-height: 1.2;
    padding-bottom: 8px;
    margin-top: 32px; }
    .type_carousel_product1 .products-arrivals .button-carousel a {
      text-transform: uppercase;
      font-size: 13px;
      color: #111111;
      font-weight: 600;
      position: relative; }
      .type_carousel_product1 .products-arrivals .button-carousel a:after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #f26460;
        position: absolute;
        bottom: -5px;
        left: 0; }
      .type_carousel_product1 .products-arrivals .button-carousel a:hover {
        color: #f26460; }
  .type_carousel_product1 .products-arrivals .section-content {
    margin-right: -7.5px;
    margin-left: -7.5px; }
    .type_carousel_product1 .products-arrivals .section-content .js_carousel_product .slick-slide {
      margin: 12px 7.5px 12px 7.5px;
      margin-bottom: 0px; }
  .type_carousel_product1 .products-arrivals .appendArrowsCarousel {
    position: absolute;
    top: 36%;
    width: 100%; }
    .type_carousel_product1 .products-arrivals .appendArrowsCarousel .slick-prev:before, .type_carousel_product1 .products-arrivals .appendArrowsCarousel .slick-next:before {
      font-family: FontAwesome;
      font-size: 17px;
      line-height: 1;
      color: #888888;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .type_carousel_product1 .products-arrivals .appendArrowsCarousel .slick-prev:before {
      content: "\f053"; }
    .type_carousel_product1 .products-arrivals .appendArrowsCarousel [dir="rtl"] .slick-prev:before {
      content: "\f054"; }
    .type_carousel_product1 .products-arrivals .appendArrowsCarousel [dir="rtl"] .slick-next {
      left: -10px;
      top: 70px;
      right: auto; }
    .type_carousel_product1 .products-arrivals .appendArrowsCarousel .slick-next:before {
      content: "\f054"; }
    .type_carousel_product1 .products-arrivals .appendArrowsCarousel [dir="rtl"] .slick-next:before {
      content: "\f053"; }
    @media (min-width: 1025px) {
      .type_carousel_product1 .products-arrivals .appendArrowsCarousel .slick-prev {
        left: -43px; }
      .type_carousel_product1 .products-arrivals .appendArrowsCarousel .slick-next {
        right: -43px; } }

/* End carousel */
/* Proposal section */
.type_proposal_service .section_content {
  position: relative;
  min-height: 500px;
  background-color: #f7f5f4; }
  .type_proposal_service .section_content .content div {
    height: 320px;
    display: flex;
    align-items: center;
    overflow: hidden; }
    .type_proposal_service .section_content .content div ul {
      list-style: none;
      width: 100%; }
      .type_proposal_service .section_content .content div ul li {
        display: flex;
        width: 100%;
        align-items: center;
        margin-bottom: 60px; }
        .type_proposal_service .section_content .content div ul li label {
          font-size: 15px;
          color: #111111;
          font-weight: 500;
          margin: 0 18px 0 0;
          min-width: 30px; }
        .type_proposal_service .section_content .content div ul li a {
          font-size: 22px;
          font-weight: 600;
          line-height: 1.2;
          color: #111111;
          cursor: pointer;
          margin-left: -10px;
          padding-left: 10px;
          margin-right: -10px;
          padding-right: 10px;
          position: relative; }
          .type_proposal_service .section_content .content div ul li a:after {
            content: "";
            width: 0%;
            height: 13px;
            background: #f26460;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transition: all 0.3s linear 0ms;
            -khtml-transition: all 0.3s linear 0ms;
            -moz-transition: all 0.3s linear 0ms;
            -ms-transition: all 0.3slinear 0ms;
            -o-transition: all 0.3s linear 0ms;
            transition: all 0.3s linear 0ms; }
          .type_proposal_service .section_content .content div ul li a:hover:after {
            opacity: 0.3;
            width: 100%; }
        .type_proposal_service .section_content .content div ul li .cms-service-desc {
          line-height: 32px;
          display: block;
          max-width: 85%;
          margin-top: 2px;
          font-size: 15px; }
        .type_proposal_service .section_content .content div ul li:last-child {
          margin: 0px; }
      @media (max-width: 767px) {
        .type_proposal_service .section_content .content div ul li {
          margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .type_proposal_service .section_content .content div {
      height: 500px; }
      .type_proposal_service .section_content .content div ul {
        margin-bottom: 28px;
        margin-top: 12px; }
        .type_proposal_service .section_content .content div ul li a {
          font-size: 30px; } }
  .type_proposal_service .section_content .video-mobile {
    display: block;
    height: 500px;
    width: 100%; }
    .type_proposal_service .section_content .video-mobile .wrap_video {
      height: 100%;
      width: 100%; }
      .type_proposal_service .section_content .video-mobile .wrap_video .wrapper_button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        pointer-events: auto;
        bottom: 0;
        top: 0;
        right: 0;
        background: #e1e1e1;
        left: 0;
        position: absolute;
        text-align: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: column;
        flex-direction: column; }
        .type_proposal_service .section_content .video-mobile .wrap_video .wrapper_button .video-control__play {
          visibility: visible;
          opacity: 1;
          width: 50px;
          height: 50px;
          border: none;
          background: #fff;
          border-radius: 50%;
          position: relative;
          margin: 0 auto;
          pointer-events: auto;
          z-index: 4;
          color: #f26460;
          display: -webkit-box;
          cursor: pointer;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -ms-justify-content: center; }
          .type_proposal_service .section_content .video-mobile .wrap_video .wrapper_button .video-control__play:hover {
            background-color: #f26460;
            color: #fff; }
  .type_proposal_service .section_content .video {
    display: none; }
  @media (min-width: 1025px) {
    .type_proposal_service .section_content .video {
      display: block;
      height: 500px;
      width: 50%;
      position: absolute;
      right: 0;
      top: -100px; }
      .type_proposal_service .section_content .video .wrap_video {
        height: 100%; }
        .type_proposal_service .section_content .video .wrap_video .wrapper_button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          pointer-events: auto;
          bottom: 0;
          top: 0;
          right: 0;
          background: #e1e1e1;
          left: 0;
          position: absolute;
          text-align: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: column;
          flex-direction: column; }
          .type_proposal_service .section_content .video .wrap_video .wrapper_button .video-control__play {
            visibility: visible;
            opacity: 1;
            width: 50px;
            height: 50px;
            border: none;
            background: #fff;
            border-radius: 50%;
            position: relative;
            margin: 0 auto;
            pointer-events: auto;
            outline: 0;
            z-index: 4;
            color: #f26460;
            display: -webkit-box;
            cursor: pointer;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -ms-justify-content: center; }
            .type_proposal_service .section_content .video .wrap_video .wrapper_button .video-control__play:hover {
              background-color: #f26460;
              color: #fff; } }
@media (min-width: 1025px) {
  .type_proposal_service .section_content {
    margin-top: 190px; }
  .type_proposal_service .video-mobile {
    display: none !important; } }

/* End proposal */
/* About section */
.type_about_1 section {
  display: flex; }
  .type_about_1 section .section_content {
    margin-top: 100px; }
    .type_about_1 section .section_content .part {
      margin: 0px; }
      .type_about_1 section .section_content .part .second {
        position: relative; }
        .type_about_1 section .section_content .part .second .right {
          max-width: unset; }
          .type_about_1 section .section_content .part .second .right .section-subtitle {
            text-align: left;
            letter-spacing: 6.5px;
            font-weight: bold;
            margin-top: 5px;
            margin-bottom: 15px;
            line-height: 30px; }
            .type_about_1 section .section_content .part .second .right .section-subtitle span:nth-child(2) {
              color: #f26460; }
          .type_about_1 section .section_content .part .second .right .section-title {
            text-align: left;
            margin-bottom: 60px;
            line-height: 55px;
            justify-content: left; }
            .type_about_1 section .section_content .part .second .right .section-title:after {
              left: 0;
              bottom: -25px; }
          .type_about_1 section .section_content .part .second .right p {
            color: #888888;
            margin-bottom: 30px;
            font-size: 15px;
            line-height: 30px; }
          .type_about_1 section .section_content .part .second .right .button_part {
            border: 2px solid #e1e1e1;
            font-size: 13px;
            font-family: inherit;
            font-weight: 600;
            color: #111111;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            line-height: 1.2;
            padding: 17px 26px 14px 26px;
            display: inline-block; }
            .type_about_1 section .section_content .part .second .right .button_part:hover {
              background-color: #f26460;
              border: 2px solid #f26460;
              color: #fff; }
        @media (min-width: 1025px) {
          .type_about_1 section .section_content .part .second .right {
            margin-left: 82.5px;
            margin-right: -35px; } }
      .type_about_1 section .section_content .part .first .left {
        max-width: unset; }
        .type_about_1 section .section_content .part .first .left .tile {
          width: 300px;
          height: 300px;
          left: -70px;
          background-image: url("/cdn/shop/t/3/assets/Tile_2_1.png?v=168049111746818468901663268527");
          bottom: 64px;
          position: absolute;
          background-repeat: no-repeat; }
        .type_about_1 section .section_content .part .first .left .shape {
          width: 450px;
          height: 342px;
          right: -27px;
          top: -17px;
          background-image: url("/cdn/shop/t/3/assets/Shape_1.png?v=158754878658453311801663268525");
          position: absolute;
          background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .type_about_1 section .section_content .part .first .left .tile {
            width: 100%;
            display: none; }
          .type_about_1 section .section_content .part .first .left .shape {
            width: 100%;
            display: none; } }
        .type_about_1 section .section_content .part .first .left .left-content {
          min-height: 545px; }
          .type_about_1 section .section_content .part .first .left .left-content .banner2 {
            position: absolute;
            background: #e1e1e1;
            width: 370px;
            height: 432px;
            left: 0;
            border: 0px solid #fff;
            background: #ececec;
            top: -100px;
            background-repeat: no-repeat;
            background-size: cover; }
          .type_about_1 section .section_content .part .first .left .left-content .banner1 {
            position: absolute;
            width: 370px;
            height: 440px;
            bottom: 0;
            /*border: 10px solid #fff;*/
            right: 0;
            background: #e1e1e1;
            background-size: cover;
            background-repeat: no-repeat;
            border-bottom: 0; }
          @media (max-width: 767px) {
            .type_about_1 section .section_content .part .first .left .left-content .banner2 {
              max-width: 100%; }
            .type_about_1 section .section_content .part .first .left .left-content .banner1 {
              max-width: 100%; } }

/* End about */
/* About section style 2*/
.type_about_2 .section_content .left {
  height: 100%;
  background: transparent;
  position: relative; }
  .type_about_2 .section_content .left .shape {
    width: 511px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -110px;
    background-image: url("/cdn/shop/t/3/assets/Bg0.png?v=91532044488489162001663268522"); }
  .type_about_2 .section_content .left .left-content {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 660px; }
    .type_about_2 .section_content .left .left-content .banner2 {
      position: absolute;
      background: #e1e1e1;
      width: 370px;
      height: 490px;
      right: 0;
      top: 0; }
    .type_about_2 .section_content .left .left-content .banner1 {
      position: absolute;
      width: 300px;
      height: 300px;
      bottom: 88px;
      background: #dadada;
      background-size: cover;
      background-repeat: no-repeat; }
@media (min-width: 1025px) {
  .type_about_2 .section_content .left {
    max-width: 540px; } }
.type_about_2 .section_content .right .section-subtitle {
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 15px;
  color: #444444;
  font-weight: bold;
  letter-spacing: 6px;
  margin-top: 42px;
  margin-bottom: 20px; }
.type_about_2 .section_content .right .section-title {
  text-align: left;
  display: inline-block;
  margin: 0 0 38px 0; }
  .type_about_2 .section_content .right .section-title span {
    font-size: 42px;
    color: #111111;
    line-height: 55px;
    font-weight: 600;
    display: inline-block; }
  .type_about_2 .section_content .right .section-title span:nth-child(1) {
    color: #f26460; }
  .type_about_2 .section_content .right .section-title:after {
    display: none; }
.type_about_2 .section_content .right .short_desc {
  font-size: 20px;
  color: #111111;
  line-height: 28px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 92px;
  margin-bottom: 38px; }
  .type_about_2 .section_content .right .short_desc:before {
    content: "";
    background-image: url("/cdn/shop/t/3/assets/Waves_1.png?v=132313558780865418881663268527");
    width: 60px;
    height: 25px;
    position: absolute;
    top: 3px;
    left: 0px; }
.type_about_2 .section_content .right p {
  margin: 0px 0 40px 0;
  font-size: 15px;
  line-height: 27px;
  color: #444444;
  font-weight: 400; }
.type_about_2 .section_content .right .button_part {
  padding: 20px 29px 12px 29px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  margin: 0px !important;
  color: #fff;
  background-color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Cambay",sans-serif;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px; }
  .type_about_2 .section_content .right .button_part:hover {
    background-color: #f26460; }
@media (min-width: 1025px) {
  .type_about_2 .right {
    max-width: 540px;
    margin-left: auto; } }

/* End about */
/* Collection tab */
@media (min-width: 1025px) {
  .tab_collection1 .wrap_title {
    margin-bottom: 70px; } }
.tab_collection1 .products-arrivals {
  border: 0px;
  margin-bottom: 0; }
  .tab_collection1 .products-arrivals .section-content {
    margin-right: -7.5px;
    margin-left: -7.5px;
    border: none;
    -webkit-transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease; }
    .tab_collection1 .products-arrivals .section-content .product-item {
      margin-bottom: 40px;
      padding: 0 7.5px; }
  .tab_collection1 .products-arrivals .button-carousel {
    text-align: center; }
    .tab_collection1 .products-arrivals .button-carousel a {
      border-bottom: 2px solid #f26460;
      padding: 20px 0 5px 0;
      color: #111111;
      font-size: 13px;
      line-height: 1.2;
      text-transform: uppercase;
      display: inline-block;
      font-weight: 700;
      letter-spacing: 1.5px;
      background: #fff; }
      .tab_collection1 .products-arrivals .button-carousel a:hover {
        color: #f26460; }

/* End collection tab */
/* Collection tab style 2 */
.tab_collection2 section .wrap_title {
  margin-bottom: 0px;
  display: block;
  padding-top: 105px; }
  .tab_collection2 section .wrap_title .inner-left {
    margin-bottom: 10px; }
    .tab_collection2 section .wrap_title .inner-left .section-title:after {
      display: none; }
  .tab_collection2 section .wrap_title .inner-right {
    display: block;
    text-align: center; }
    .tab_collection2 section .wrap_title .inner-right .sorting-collections__head {
      margin: 0;
      margin-bottom: 10px;
      margin-right: 25px; }
      .tab_collection2 section .wrap_title .inner-right .sorting-collections__head .title-tab-col {
        margin: 0; }
        .tab_collection2 section .wrap_title .inner-right .sorting-collections__head .title-tab-col a:not(.active) {
          color: #111111;
          font-weight: 500;
          font-size: 15px; }
    .tab_collection2 section .wrap_title .inner-right .button-carousel {
      margin-bottom: 10px; }
      .tab_collection2 section .wrap_title .inner-right .button-carousel a {
        border: 2px solid #ddd;
        padding: 16px 25px 11px 26px;
        color: #111111;
        font-size: 13px;
        line-height: 1.2;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 1.5px;
        background: #fff; }
        .tab_collection2 section .wrap_title .inner-right .button-carousel a:hover {
          background-color: #f26460;
          color: #fff;
          border-color: #f26460; }
@media (min-width: 1025px) {
  .tab_collection2 section .wrap_title {
    display: flex; }
    .tab_collection2 section .wrap_title .inner-right {
      display: inline-flex;
      justify-content: flex-end;
      align-items: center; } }
.tab_collection2 section .products-arrivals {
  margin-top: 40px;
  padding-bottom: 90px;
  margin-bottom: 0px;
  border: 0; }
  .tab_collection2 section .products-arrivals .section-content {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease; }
    .tab_collection2 section .products-arrivals .section-content .product-item {
      margin: 0px;
      padding: 0 12px; }
    .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 {
      position: absolute;
      top: 50%;
      width: 100%; }
      .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-prev:before, .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-next:before {
        font-family: FontAwesome;
        font-size: 17px;
        line-height: 1;
        color: #fff;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-prev:before {
        content: "\f053"; }
      .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 [dir="rtl"] .slick-prev:before {
        content: "\f054"; }
      .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 [dir="rtl"] .slick-next {
        left: -10px;
        top: 70px;
        right: auto; }
      .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-next:before {
        content: "\f054"; }
      .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 [dir="rtl"] .slick-next:before {
        content: "\f053"; }
      .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-prev, .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-next {
        width: 50px;
        height: 50px;
        background: #111111;
        opacity: 0.3; }
        .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-prev:hover, .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-next:hover {
          opacity: 1;
          background: #f26460;
          border-color: #f26460; }
          .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-prev:hover:before, .tab_collection2 section .products-arrivals .section-content .cms-appendArrowsTab2 .slick-next:hover:before {
            color: #fff; }
    .tab_collection2 section .products-arrivals .section-content .sorting-collections__products {
      visibility: hidden; }
    .tab_collection2 section .products-arrivals .section-content .slick-slider.sorting-collections__products {
      visibility: visible; }

/* End collection tab */
/* Collection tab style 3 */
.tab_collection3 section .wrap_title {
  margin-bottom: 0px;
  display: block;
  padding-top: 0; }
  .tab_collection3 section .wrap_title .inner-left .section-title:after {
    display: none; }
  .tab_collection3 section .wrap_title .inner-right {
    display: block;
    text-align: center; }
    .tab_collection3 section .wrap_title .inner-right .sorting-collections__head {
      margin: 0;
      margin-bottom: 10px; }
      .tab_collection3 section .wrap_title .inner-right .sorting-collections__head .title-tab-col {
        margin: 0; }
    @media (min-width: 1025px) {
      .tab_collection3 section .wrap_title .inner-right .sorting-collections__head {
        margin-right: 25px; } }
    @media (max-width: 480px) {
      .tab_collection3 section .wrap_title .inner-right .sorting-collections__head {
        margin-top: 20px;
        margin-bottom: 20px; } }
    .tab_collection3 section .wrap_title .inner-right .button-carousel {
      margin-bottom: 10px; }
      .tab_collection3 section .wrap_title .inner-right .button-carousel a {
        border: 2px solid #ddd;
        padding: 16px 33px 11px 33px;
        color: #111111;
        font-size: 13px;
        line-height: 1.2;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 700; }
        .tab_collection3 section .wrap_title .inner-right .button-carousel a:hover {
          background-color: #f26460;
          color: #fff;
          border-color: #f26460; }
    @media (max-width: 480px) {
      .tab_collection3 section .wrap_title .inner-right .button-carousel {
        margin-bottom: 30px; } }
  @media (max-width: 1200px) {
    .tab_collection3 section .wrap_title .inner-right {
      padding: 0; } }
@media (min-width: 1025px) {
  .tab_collection3 section .wrap_title {
    display: flex;
    padding-top: 0; }
    .tab_collection3 section .wrap_title .inner-right {
      display: inline-flex;
      justify-content: flex-end;
      align-items: center; } }
.tab_collection3 section .products-arrivals {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none; }
  .tab_collection3 section .products-arrivals .section-content {
    -webkit-transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease; }
    .tab_collection3 section .products-arrivals .section-content .product-item img {
      width: 100%; }
    .tab_collection3 section .products-arrivals .section-content .frm_product_collection {
      display: none !important; }
@media (min-width: 1200px) {
  .tab_collection3 section .products-arrivals {
    margin-top: 40px;
    padding-bottom: 0px; }
    .tab_collection3 section .products-arrivals .section-content {
      margin-top: 0px;
      margin-bottom: 0px; }
      .tab_collection3 section .products-arrivals .section-content .product-item {
        margin: 0px;
        padding: 0; }
        .tab_collection3 section .products-arrivals .section-content .product-item img {
          width: 100%; }
    .tab_collection3 section .products-arrivals .sorting-collections__products {
      display: block; }
      .tab_collection3 section .products-arrivals .sorting-collections__products > div:not(.first-product) {
        max-width: 285px;
        margin: 0 7.5px;
        margin-bottom: 28px; }
        .tab_collection3 section .products-arrivals .sorting-collections__products > div:not(.first-product) .product-item {
          margin: 0;
          padding: 0; }
          .tab_collection3 section .products-arrivals .sorting-collections__products > div:not(.first-product) .product-item img {
            max-height: 270px; }
          .tab_collection3 section .products-arrivals .sorting-collections__products > div:not(.first-product) .product-item .product-collection__title {
            width: 100%;
            max-height: 24px;
            overflow: hidden; }
      .tab_collection3 section .products-arrivals .sorting-collections__products .first-product {
        max-width: 577px;
        margin-right: 7.5px; }
        .tab_collection3 section .products-arrivals .sorting-collections__products .first-product .product-item img {
          min-height: 765px; }
        .tab_collection3 section .products-arrivals .sorting-collections__products .first-product .product-item .product-collection__content {
          position: absolute;
          margin: 0px !important;
          bottom: 30px;
          left: 30px;
          right: 30px; }
        .tab_collection3 section .products-arrivals .sorting-collections__products .first-product:hover .product-collection__content {
          display: none !important; }
      .tab_collection3 section .products-arrivals .sorting-collections__products .col-lg-3:nth-last-child(-n+2) {
        margin-bottom: 0px !important; } }
@media (min-width: 1025px) and (max-width: 1199px) {
  .tab_collection3 section .products-arrivals {
    margin-top: 40px;
    padding-bottom: 75px; }
    .tab_collection3 section .products-arrivals .section-content {
      margin-top: 0px;
      margin-bottom: 0px; }
      .tab_collection3 section .products-arrivals .section-content .product-item {
        margin: 0px;
        padding: 0; }
        .tab_collection3 section .products-arrivals .section-content .product-item img {
          width: 100%; }
    .tab_collection3 section .products-arrivals .sorting-collections__products {
      display: block; }
      .tab_collection3 section .products-arrivals .sorting-collections__products > div {
        margin-bottom: 15px; }
        .tab_collection3 section .products-arrivals .sorting-collections__products > div:not(.first-product) .product-item .product-collection__title {
          width: 100%;
          max-height: 24px;
          overflow: hidden; }
        .tab_collection3 section .products-arrivals .sorting-collections__products > div:not(.first-product) .product-item .product-image__overlay-bottom {
          top: 0px !important; }
        .tab_collection3 section .products-arrivals .sorting-collections__products > div:not(.first-product) .product-item .product-collection__content {
          position: absolute;
          margin: 0px !important;
          bottom: 1px;
          left: 8.5px;
          padding: 5px 5px 5px 5px;
          right: 8.5px;
          background: #fff;
          opacity: 0.9; }
      .tab_collection3 section .products-arrivals .sorting-collections__products .first-product .product-item .product-collection__content {
        position: absolute;
        margin: 0px !important;
        bottom: 30px;
        left: 30px;
        right: 30px; }
      .tab_collection3 section .products-arrivals .sorting-collections__products .first-product:hover .product-collection__content {
        display: none !important; } }

/* End collection tab */
.tab-content {
  position: relative;
  clear: both; }

.tab-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block; }

.tab-panel.active {
  position: static;
  opacity: 1;
  visibility: inherit; }

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent; }

.cms-tab .nav > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

.cms-tab .nav > li > a {
  font-size: 13px;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 9px;
  line-height: 46px; }

.nav-tab-style1 .list-nav {
  float: right;
  margin-right: 78px; }

.home-section-title {
  letter-spacing: 0em;
  justify-content: center;
  ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin-bottom: 25px; }
  .home-section-title a {
    position: relative;
    padding: 0 5px; }
    .home-section-title a:after {
      content: "";
      width: 100%;
      height: 8px;
      background-color: #f26460;
      opacity: 0.3;
      position: absolute;
      display: none;
      bottom: 0;
      left: 0; }
  .home-section-title a:not(.active) {
    color: #888888;
    font-weight: 500;
    font-size: 15px; }
  .home-section-title a.active {
    color: #111111;
    font-weight: 500;
    font-size: 15px; }
    .home-section-title a.active:after {
      display: block; }
  .home-section-title a:hover {
    color: #111111 !important;
    font-weight: 500;
    font-size: 15px; }
    .home-section-title a:hover:after {
      display: block; }

@media (max-width: 767px) {
  .home-section-title {
    font-size: 14px; } }
.title-tab-col {
  padding: 0 10px;
  margin: 0 0 10px 0; }

.product-collection__image.cms-hover-image {
  position: relative;
  width: 100%; }
  .product-collection__image.cms-hover-image img.lazyloaded {
    opacity: 1;
    width: 100%; }
  .product-collection__image.cms-hover-image img.pr_lazy_img.scale:hover {
    transform: scale(1.5); }
  .product-collection__image.cms-hover-image img.pr_lazy_img.fade:hover {
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s; }

.product-image__overlay-top {
  position: absolute !important;
  padding: 10px 10px 0px 10px;
  width: 100% !important;
  flex-wrap: wrap !important;
  display: flex !important;
  top: 0px;
  left: 0px; }

.product-image__overlay-top .d-none-important {
  display: none !important; }

.absolute-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.product-image__overlay-top-left {
  position: relative !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  display: flex !important;
  margin: 0 0 10px 0; }

.label--in-stock {
  background-color: #25a799; }
  .label--in-stock:not(.d-none-important):after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #25a799 10px;
    bottom: -4px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    display: none; }

.label--out-stock {
  background-color: #858585;
  margin-bottom: 3px !important; }
  .label--out-stock:not(.d-none-important):after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #858585 10px;
    bottom: -4px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    display: none; }

.label--new {
  background-color: #42a5f6; }
  .label--new:not(.d-none-important):after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #42a5f6 10px;
    bottom: -4px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    display: none; }

.label--hot {
  background-color: #ff7143; }
  .label--hot:not(.d-none-important):after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ff7143 10px;
    bottom: -4px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    display: none; }

.product-image__overlay-top-left .label {
  display: flex !important;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  height: 23px;
  padding: 2px 6px;
  margin-bottom: 3px;
  align-items: center;
  position: relative; }
  .product-image__overlay-top-left .label:only-child:not(.d-none-important):after {
    display: block; }

.label--sale {
  background-color: #f54337; }

.product-image__overlay-top-right {
  opacity: 0;
  transition-property: opacity;
  will-change: opacity;
  position: relative !important;
  margin-left: auto !important;
  margin-bottom: 10px !important;
  display: flex !important; }

.button-quick-view {
  background-color: RGBA(255, 255, 255, 0.8);
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  color: #111; }

.button-quick-view:hover {
  background-color: #f26460;
  color: #fff; }

.button-quick-view i {
  font-size: 18px; }

.product-collection__image:hover .product-image__overlay-top-right {
  opacity: 1; }

.product-image__overlay-bottom {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 0 10px 10px 10px;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important; }

.product-image__overlay-bottom-left {
  position: relative !important;
  margin-top: 10px !important; }

.d-none-important {
  display: none !important; }

.product-image__overlay-bottom-right {
  opacity: 0;
  transition-property: opacity;
  will-change: opacity;
  position: relative !important;
  margin-left: auto !important;
  margin-top: 10px !important;
  display: block !important; }

.product-images-navigation {
  display: flex !important; }

.product-images-navigation span {
  background-color: #fff;
  width: 35px;
  height: 35px;
  will-change: background-color;
  transition-property: background-color;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50%;
  color: #333; }

.product-images-navigation span:first-child {
  margin-right: 3px; }

.product-images-navigation span:hover {
  background-color: #141414;
  cursor: pointer; }

.product-collection__image:hover .product-image__overlay-bottom-right {
  opacity: 1; }

.product-images-navigation span:hover i {
  color: #fff; }

.product-collection__content {
  margin-top: 15px !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  display: flex !important; }

.product-collection__more-info {
  margin-bottom: 3px !important; }

.product-collection__more-info a {
  color: #858585;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0em; }

.product-collection__title {
  margin-bottom: 3px !important; }

.product-collection__title > *, .product-compare__title > *, .product-wishlist__title > * {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 0; }

.product-collection__title a {
  color: #333; }

.product-collection {
  flex-direction: column !important;
  display: flex !important; }
  .product-collection .product-collection__image {
    position: relative; }

.frm_product_collection {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin: 0 !important; }

.product-options__section {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 2px; }

.product-options--type-collection .product-options__value--circle {
  width: 18px;
  height: 18px; }

.product-options__value:not(:last-child) {
  margin-right: 10px; }

.product-options__value--circle.active {
  justify-content: center;
  ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center; }

.product-options__value--circle {
  display: inline-flex;
  position: relative; }

.product-options__value {
  margin-bottom: 10px; }

.product-options__value {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  cursor: pointer; }

.standard-color-red {
  background-color: red !important; }

.cursor-pointer {
  cursor: pointer !important; }

.rounded-circle {
  border-radius: 50% !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.standard-color-green {
  background-color: green !important; }

.standard-color-white {
  background-color: #fff !important;
  border: #e5e5e5 1px solid !important; }

.product-options__value.border {
  border: 1px solid #e5e5e5;
  min-width: 25px;
  min-height: 25px;
  padding: 0 4px;
  text-align: center;
  font-size: 13px;
  font-weight: 500; }

.product-options__value.active {
  border-color: #141414 !important; }

[data-js-product-options] [data-js-option-value].disabled {
  display: none !important; }

.spr.spr--text-hide .spr-badge-caption {
  display: none !important; }

.product-options__value--circle.active {
  border-color: #141414 !important;
  border: 1px solid; }

.product-images-navigation span[data-disabled] {
  opacity: .4;
  pointer-events: none; }

.ajax_loading .product-collection .nt_svg_loader {
  display: block;
  position: absolute;
  top: 40%;
  left: 40%;
  margin: 0;
  width: 50px;
  height: 50px;
  background-image: url("loading.svg");
  background-repeat: no-repeat; }

.price--sale > span:last-child span, .price--sale > span:last-child {
  text-decoration: line-through; }

.price--sale > span:last-child span, .price--sale > span:last-child {
  color: #858585;
  font-size: 13px; }

.btn, .spr-button {
  display: inline-flex;
  justify-content: center;
  ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0; }

.btn[disabled] {
  pointer-events: none;
  opacity: .4; }

.btn--status:not([data-button-status="added"]) [data-button-content="added"], .btn--status:not([data-button-status="select"]) [data-button-content="select"], .btn--status:not([data-button-status="sold-out"]) [data-button-content="sold-out"] {
  display: none !important; }

.btn--status[data-button-status=added] > :not([data-button-content=added]) {
  display: none !important; }

.btn--status[data-button-status="sold-out"] > :not([data-button-content="sold-out"]) {
  display: none !important; }

.product-collection__buttons {
  margin-top: 10px !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  display: flex !important; }

.product-collection__button-add-to-cart .btn.product-compare__button-add-to-cart .btn, .product-wishlist__button-add-to-cart .btn {
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase; }

.product-collection__button-add-to-cart .btn {
  background-color: #fff;
  border-color: #141414;
  min-height: 30px;
  color: #141414;
  padding: 4px 14px !important; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn .icon {
  width: 20px;
  height: 20px;
  font-size: 16px;
  color: #333; }

.btn--status [data-button-content=added] {
  color: #000; }

.product-collection__buttons-section {
  display: flex !important;
  padding: 0 10px; }

.product-collection__buttons-section a.btn {
  padding: 0 5px;
  outline: 0;
  box-shadow: none; }

.spr-starrating, .spr-icon {
  color: #ecba0b;
  opacity: 1; }

.spr-form-message-success {
  outline: 0;
  color: green; }

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

.spr-icon {
  font-size: 120%;
  position: relative;
  top: 1px;
  width: 1.3em;
  height: 1.3em; }

.spr-starrating .spr-icon:not(last-child) {
  margin-right: 4px; }

.product-collection__reviews .spr > * {
  margin-top: 7px; }

.loading-element {
  position: relative !important;
  cursor: progress;
  opacity: 0.5; }

/* End tab collection*/
/* End collection */
/* Slideshow */
div[data-wrapper-slidershow] {
  position: relative; }
  div[data-wrapper-slidershow] .content-item .wrap_text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%; }
    div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption a:hover {
      border-color: transparent !important; }
    div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .first, div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .last, div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .marked {
      color: #f26460; }
    div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .caption {
      display: table;
      width: 100%;
      height: 100%; }
      div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .caption .outner-caption {
        display: table-cell;
        vertical-align: middle; }
        div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .caption .outner-caption .inner-caption {
          position: relative;
          padding: 0px; }
    div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .slide_item_box {
      width: 100%;
      height: 100%;
      display: none; }
      div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .slide_item_box .inner-box .outside-box {
        width: 700px;
        margin: 0 auto;
        background-color: #fff;
        opacity: 0.92;
        padding: 10px; }
        div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .slide_item_box .inner-box .outside-box .inside-box {
          border: 1px dashed #f26460;
          padding: 49px;
          text-align: center; }
          div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .slide_item_box .inner-box .outside-box .inside-box h2 {
            margin: 0;
            margin-bottom: 15px; }
          div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .slide_item_box .inner-box .outside-box .inside-box p {
            margin: 0;
            margin-bottom: 30px; }
          div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .slide_item_box .inner-box .outside-box .inside-box a {
            display: inline-block;
            padding: 15px 25px 11px 25px; }
    @media (min-width: 767px) {
      div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption .slide_item_box {
        display: table; } }
    @media (max-width: 767px) {
      div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption {
        right: 5px !important;
        left: 5px !important; } }
    @media (min-width: 768px) {
      div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption {
        right: 15px !important;
        left: 15px !important; } }
    @media (min-width: 1200px) {
      div[data-wrapper-slidershow] .content-item .wrap_text .wrapper_caption {
        right: 0px !important;
        left: 0px !important; } }
  @media (max-width: 767px) {
    div[data-wrapper-slidershow] .content-item .wrap_text {
      right: 10px !important;
      left: 10px !important; } }
  div[data-wrapper-slidershow] div[data-js-slideshow]:not(.slick-slider) .not-first .lazyload, div[data-wrapper-slidershow] div[data-js-slideshow]:not(.slick-slider) .not-first .lazyloaded {
    padding-top: unset !important; }
  div[data-wrapper-slidershow] .slick-dots li button::before {
    opacity: 0.2;
    font-size: 11px;
    color: #111111; }
  div[data-wrapper-slidershow] .slick-dots li:hover button::before {
    color: #f26460;
    opacity: 1; }
  div[data-wrapper-slidershow] .slick-dots li.slick-active button:before {
    opacity: 0.5;
    color: #111111; }
  @media (max-width: 767px) {
    div[data-wrapper-slidershow] .slick-dots {
      bottom: 0px !important; } }
  div[data-wrapper-slidershow] .appendDots {
    position: relative; }
  div[data-wrapper-slidershow] .appendDotsStyle2 {
    position: relative; }
    div[data-wrapper-slidershow] .appendDotsStyle2 .slick-dots {
      text-align: center; }
      div[data-wrapper-slidershow] .appendDotsStyle2 .slick-dots li button::before {
        color: #fff;
        opacity: 1;
        font-size: 11px; }
      div[data-wrapper-slidershow] .appendDotsStyle2 .slick-dots li:hover button::before {
        color: #f26460;
        opacity: 1; }
      div[data-wrapper-slidershow] .appendDotsStyle2 .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #f26460; }
  div[data-wrapper-slidershow] .appendDotsStyle3 {
    position: relative; }
    div[data-wrapper-slidershow] .appendDotsStyle3 .slick-dots {
      text-align: left;
      width: fit-content; }
      div[data-wrapper-slidershow] .appendDotsStyle3 .slick-dots li button::before {
        color: #fff;
        opacity: 1;
        font-size: 11px; }
      div[data-wrapper-slidershow] .appendDotsStyle3 .slick-dots li:hover button::before {
        color: #f26460;
        opacity: 1; }
      div[data-wrapper-slidershow] .appendDotsStyle3 .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #f26460; }
  div[data-wrapper-slidershow] .appendArrowsSquare {
    position: absolute;
    top: 50%;
    width: 100%; }
    div[data-wrapper-slidershow] .appendArrowsSquare .slick-prev:before, div[data-wrapper-slidershow] .appendArrowsSquare .slick-next:before {
      font-family: FontAwesome;
      font-size: 17px;
      line-height: 1;
      color: #888888;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    div[data-wrapper-slidershow] .appendArrowsSquare .slick-prev:before {
      content: "\f053"; }
    div[data-wrapper-slidershow] .appendArrowsSquare [dir="rtl"] .slick-prev:before {
      content: "\f054"; }
    div[data-wrapper-slidershow] .appendArrowsSquare [dir="rtl"] .slick-next {
      left: -10px;
      top: 70px;
      right: auto; }
    div[data-wrapper-slidershow] .appendArrowsSquare .slick-next:before {
      content: "\f054"; }
    div[data-wrapper-slidershow] .appendArrowsSquare [dir="rtl"] .slick-next:before {
      content: "\f053"; }
    div[data-wrapper-slidershow] .appendArrowsSquare .slick-prev, div[data-wrapper-slidershow] .appendArrowsSquare .slick-next {
      width: 50px;
      height: 50px;
      background: #fff;
      opacity: 1;
      border: 1px solid #e1e1e1; }
      div[data-wrapper-slidershow] .appendArrowsSquare .slick-prev:hover, div[data-wrapper-slidershow] .appendArrowsSquare .slick-next:hover {
        background: #f26460;
        border-color: #f26460; }
        div[data-wrapper-slidershow] .appendArrowsSquare .slick-prev:hover:before, div[data-wrapper-slidershow] .appendArrowsSquare .slick-next:hover:before {
          color: #fff; }
    div[data-wrapper-slidershow] .appendArrowsSquare .slick-dots {
      text-align: left;
      width: fit-content; }
      div[data-wrapper-slidershow] .appendArrowsSquare .slick-dots li button::before {
        color: #fff;
        opacity: 1;
        font-size: 11px; }
      div[data-wrapper-slidershow] .appendArrowsSquare .slick-dots li:hover button::before {
        color: #f26460;
        opacity: 1; }
      div[data-wrapper-slidershow] .appendArrowsSquare .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #f26460; }
    @media (max-width: 480px) {
      div[data-wrapper-slidershow] .appendArrowsSquare .slick-dots {
        bottom: 0px; } }

@media (max-width: 1199px) {
  /* Slideshow */
  div[data-wrapper-slidershow] .pr_lazy_img {
    padding-top: 50% !important; } }
@media (min-width: 1025px) {
  div[data-wrapper-slidershow] {
    overflow: hidden; } }
@media (max-width: 767px) {
  /* Slideshow */
  div[data-wrapper-slidershow] .slide_item_space {
    height: 15px !important; }
  div[data-wrapper-slidershow] .slide_item_h4 {
    font-size: inherit !important;
    letter-spacing: 1.5px; }
  div[data-wrapper-slidershow] .slide_item_h3 {
    font-size: 28px !important; }
  div[data-wrapper-slidershow] .slide_item_p {
    line-height: 1.2; }
  div[data-wrapper-slidershow] .buttons {
    padding: 5px !important;
    font-size: 10px !important; }
  div[data-wrapper-slidershow] .right_left {
    width: 100% !important; } }
@media (max-width: 480px) {
  div[data-wrapper-slidershow] .slide_item_space {
    height: 5px !important; }
  div[data-wrapper-slidershow] .slide_item_p {
    display: none !important; } }
div[data-wrapper-slidershow] .content-item.closed {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0; }
div[data-wrapper-slidershow] .content-item:first-child {
  height: 100%;
  visibility: visible;
  opacity: 1; }

/* End slide*/
/* Instagram app */
.type_instagram_app .ooo-instagram {
  margin: 0px; }
  .type_instagram_app .ooo-instagram .ooo-instagram-feed__list {
    margin: 0px;
    padding: 0px; }
  .type_instagram_app .ooo-instagram .ooo-instagram-container {
    position: relative; }
    .type_instagram_app .ooo-instagram .ooo-instagram-container .ooo-instagram-box-info {
      width: 400px;
      height: 190px;
      background: #fff;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -200px;
      display: none;
      margin-top: -95px; }
      .type_instagram_app .ooo-instagram .ooo-instagram-container .ooo-instagram-box-info .ooo-instagram-info-content {
        display: table-cell;
        vertical-align: middle; }
        .type_instagram_app .ooo-instagram .ooo-instagram-container .ooo-instagram-box-info .ooo-instagram-info-content span {
          font-size: 32px;
          color: #888888;
          display: grid;
          display: grid;
          margin-bottom: 22px; }
        .type_instagram_app .ooo-instagram .ooo-instagram-container .ooo-instagram-box-info .ooo-instagram-info-content h4 {
          font-size: 20px;
          color: #111111;
          font-weight: 600;
          margin: 0 0 15px 0; }
        .type_instagram_app .ooo-instagram .ooo-instagram-container .ooo-instagram-box-info .ooo-instagram-info-content a {
          margin: 0px;
          font-size: 15px;
          color: #888888;
          line-height: 1.2;
          font-weight: 500; }
          .type_instagram_app .ooo-instagram .ooo-instagram-container .ooo-instagram-box-info .ooo-instagram-info-content a:hover {
            color: #f26460; }
    @media (min-width: 1025px) {
      .type_instagram_app .ooo-instagram .ooo-instagram-container .ooo-instagram-box-info {
        display: table; } }

/* End instagram*/
/* Call to action */
.type_call_to_action .cms-wrap {
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: hidden; }
  .type_call_to_action .cms-wrap .cms-outsite {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0; }
    .type_call_to_action .cms-wrap .cms-outsite .cms-inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .type_call_to_action .cms-wrap .cms-outsite .cms-inner .content h2 {
        margin: 0;
        color: #f7f5f4;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 33px;
        line-height: 1.2;
        text-shadow: 0 5px 25px rgba(0, 0, 0, 0.12); }
      @media (min-width: 1200px) {
        .type_call_to_action .cms-wrap .cms-outsite .cms-inner .content h2 {
          font-size: 90px;
          line-height: 110px; } }
      .type_call_to_action .cms-wrap .cms-outsite .cms-inner .content a {
        font-family: 'Cambay',sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        line-height: 1.2;
        color: #fff;
        padding: 20px 30px 14px 30px;
        background: #f26460;
        display: inline-block; }
        .type_call_to_action .cms-wrap .cms-outsite .cms-inner .content a:hover {
          background: #111111; }
@media (max-width: 1199px) {
  .type_call_to_action .cms-wrap {
    position: relative;
    background-size: cover;
    padding-top: 60% !important; } }

/* End call to action */
/* Call to action style 2*/
.type_call_to_action2 .cms-call-action {
  height: 1px;
  position: relative; }
  .type_call_to_action2 .cms-call-action .cms-wrap {
    position: absolute;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding-top: 429px;
    width: 100%;
    top: -215px; }
    .type_call_to_action2 .cms-call-action .cms-wrap .cms-outsite {
      display: flex;
      width: 100%;
      height: 100%;
      position: absolute;
      align-items: center;
      justify-content: center;
      top: 0;
      left: 0; }
      .type_call_to_action2 .cms-call-action .cms-wrap .cms-outsite .cms-inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .type_call_to_action2 .cms-call-action .cms-wrap .cms-outsite .cms-inner .content {
          margin-top: -10px; }
          .type_call_to_action2 .cms-call-action .cms-wrap .cms-outsite .cms-inner .content h2 {
            margin: 0;
            color: #fff;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 23px;
            line-height: 1.2; }
          @media (min-width: 1200px) {
            .type_call_to_action2 .cms-call-action .cms-wrap .cms-outsite .cms-inner .content h2 {
              font-size: 70px;
              line-height: 91px; } }
          .type_call_to_action2 .cms-call-action .cms-wrap .cms-outsite .cms-inner .content a {
            font-family: 'Cambay',sans-serif;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            line-height: 1.2;
            color: #fff;
            border: 2px solid #fff;
            padding: 18px 27px 12px 27px;
            background: transparent;
            display: inline-block; }
            .type_call_to_action2 .cms-call-action .cms-wrap .cms-outsite .cms-inner .content a:hover {
              background: #111111; }
  @media (max-width: 1199px) {
    .type_call_to_action2 .cms-call-action .cms-wrap {
      position: absolute;
      background-size: cover; } }

/* End call to action */
/* Banner section */
.type_banner .row {
  margin: 0px; }
  .type_banner .row .cms-first-banner {
    background-color: #e1e1e1;
    max-width: 390px;
    position: relative;
    height: 585px;
    margin-top: 230px;
    padding: 0; }
    .type_banner .row .cms-first-banner .cms-content-banner {
      position: absolute;
      bottom: calc(100% - 70px);
      width: calc(100% - 70px);
      left: 0;
      background: #fff;
      padding: 50px 0; }
      .type_banner .row .cms-first-banner .cms-content-banner h2 {
        font-size: 49px;
        margin: 0px;
        font-weight: 600;
        margin-bottom: 15px; }
        .type_banner .row .cms-first-banner .cms-content-banner h2 .marked {
          color: #f26460; }
      .type_banner .row .cms-first-banner .cms-content-banner h5 {
        font-size: 30px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 25px; }
      .type_banner .row .cms-first-banner .cms-content-banner a {
        font-size: 13px;
        text-transform: uppercase;
        color: #111111;
        font-weight: 700;
        padding-bottom: 5px;
        letter-spacing: 1.5px;
        border-bottom: 2px solid #f26460; }
        .type_banner .row .cms-first-banner .cms-content-banner a:hover {
          color: #f26460; }
  .type_banner .row .cms-second-banner {
    margin-left: auto;
    position: relative;
    max-width: 575px;
    height: 575px;
    padding: 0;
    background-color: #e1e1e1; }
    .type_banner .row .cms-second-banner .cms-content-banner {
      position: absolute;
      width: calc(100% - 90px);
      bottom: 0px;
      background: #fff;
      padding: 50px 0; }
      .type_banner .row .cms-second-banner .cms-content-banner h2 {
        font-size: 49px;
        margin: 0px;
        font-weight: 600;
        margin-bottom: 15px; }
        .type_banner .row .cms-second-banner .cms-content-banner h2 .marked {
          color: #f26460; }
      .type_banner .row .cms-second-banner .cms-content-banner h5 {
        font-size: 30px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 25px; }
      .type_banner .row .cms-second-banner .cms-content-banner a {
        font-size: 13px;
        text-transform: uppercase;
        color: #111111;
        font-weight: 700;
        padding-bottom: 5px;
        letter-spacing: 1.5px;
        border-bottom: 2px solid #f26460; }
        .type_banner .row .cms-second-banner .cms-content-banner a:hover {
          color: #f26460; }
  @media (min-width: 1199px) {
    .type_banner .row .cms-second-banner {
      margin-right: 95px; }
      .type_banner .row .cms-second-banner .cms-content-banner {
        bottom: unset;
        top: calc(100% - 70px); } }
  .type_banner .row .cms-third-banner {
    max-width: 490px;
    padding: 0;
    position: relative; }
    .type_banner .row .cms-third-banner .cms-wrap-third-banner {
      background: #e1e1e1;
      display: table;
      height: 390px;
      width: calc(100% - 100px);
      margin-top: 95px;
      margin-bottom: 40px; }
      .type_banner .row .cms-third-banner .cms-wrap-third-banner .cms-content-banner {
        display: table-cell;
        vertical-align: middle;
        position: relative; }
        .type_banner .row .cms-third-banner .cms-wrap-third-banner .cms-content-banner .cms-float-content {
          width: 320px;
          background: #fff;
          padding: 50px 0 40px 0; }
          .type_banner .row .cms-third-banner .cms-wrap-third-banner .cms-content-banner .cms-float-content h2 {
            font-size: 49px;
            margin: 0px;
            font-weight: 600;
            margin-bottom: 15px; }
            .type_banner .row .cms-third-banner .cms-wrap-third-banner .cms-content-banner .cms-float-content h2 .marked {
              color: #f26460; }
          .type_banner .row .cms-third-banner .cms-wrap-third-banner .cms-content-banner .cms-float-content h5 {
            font-size: 30px;
            font-weight: 600;
            margin: 0;
            margin-bottom: 25px; }
          .type_banner .row .cms-third-banner .cms-wrap-third-banner .cms-content-banner .cms-float-content a {
            font-size: 13px;
            text-transform: uppercase;
            color: #111111;
            font-weight: 700;
            padding-bottom: 5px;
            letter-spacing: 1.5px;
            border-bottom: 2px solid #f26460; }
            .type_banner .row .cms-third-banner .cms-wrap-third-banner .cms-content-banner .cms-float-content a:hover {
              color: #f26460; }
    @media (min-width: 1199px) {
      .type_banner .row .cms-third-banner .cms-wrap-third-banner {
        margin-left: 100px; }
        .type_banner .row .cms-third-banner .cms-wrap-third-banner .cms-float-content {
          margin-left: -100px; } }
  .type_banner .row .cms-fourth-banner {
    max-width: 585px;
    margin-left: auto;
    height: 390px;
    background-color: #e1e1e1; }
    .type_banner .row .cms-fourth-banner .cms-content-banner {
      position: absolute;
      right: 0;
      width: calc(100% - 70px);
      background: #fff;
      bottom: 0px;
      background: #fff;
      padding: 50px 0 40px 50px; }
      .type_banner .row .cms-fourth-banner .cms-content-banner h2 {
        font-size: 49px;
        margin: 0px;
        font-weight: 600;
        margin-bottom: 15px; }
        .type_banner .row .cms-fourth-banner .cms-content-banner h2 .marked {
          color: #f26460; }
      .type_banner .row .cms-fourth-banner .cms-content-banner h5 {
        font-size: 30px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 25px; }
      .type_banner .row .cms-fourth-banner .cms-content-banner a {
        font-size: 13px;
        text-transform: uppercase;
        color: #111111;
        font-weight: 700;
        padding-bottom: 5px;
        letter-spacing: 1.5px;
        border-bottom: 2px solid #f26460; }
        .type_banner .row .cms-fourth-banner .cms-content-banner a:hover {
          color: #f26460; }
    @media (min-width: 1199px) {
      .type_banner .row .cms-fourth-banner .cms-content-banner {
        bottom: unset;
        top: calc(100% - 70px); } }
.type_banner .row:first-child {
  margin-bottom: 20px; }

/* End banner section */
/* Testimonial section */
.type_testimonials section > div {
  padding-top: 50px;
  padding-bottom: 45px; }
  .type_testimonials section > div .wrap_title {
    margin-bottom: 75px; }
    .type_testimonials section > div .wrap_title .section-subtitle {
      letter-spacing: 4.5px;
      line-height: 1.2;
      margin-bottom: 25px; }
    .type_testimonials section > div .wrap_title .section-title {
      font-size: 46px;
      font-weight: 600;
      text-transform: capitalize; }
      .type_testimonials section > div .wrap_title .section-title:after {
        position: absolute;
        content: "";
        background-image: url(Layer_39.png);
        height: 11px;
        width: 79px;
        bottom: -30px;
        right: calc(50% - (79px/2)); }
  .type_testimonials section > div .quote_col_left {
    display: none; }
    .type_testimonials section > div .quote_col_left .quote_avatar {
      width: 140px;
      height: 140px;
      background-color: transparent;
      display: inline-flex;
      box-sizing: border-box;
      border: 5px solid transparent;
      float: left;
      float: left; }
      .type_testimonials section > div .quote_col_left .quote_avatar div {
        width: 100%; }
      .type_testimonials section > div .quote_col_left .quote_avatar img {
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: .3s ease-in-out; }
    .type_testimonials section > div .quote_col_left .active {
      border: 0;
      background: black; }
      .type_testimonials section > div .quote_col_left .active img, .type_testimonials section > div .quote_col_left .active div {
        opacity: 0.8;
        transition: .3s ease-in-out; }
  @media (min-width: 1200px) {
    .type_testimonials section > div .quote_col_left {
      display: block;
      max-width: 590px; } }
  @media (min-width: 1025px) {
    .type_testimonials section > div .quote_col_left {
      display: block; } }
  .type_testimonials section > div .quote_col_right {
    margin-left: auto; }
    .type_testimonials section > div .quote_col_right .quote_content .cms_header_quote {
      text-align: left;
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
      .type_testimonials section > div .quote_col_right .quote_content .cms_header_quote .quote_icon {
        width: 50px;
        height: 50px;
        align-items: center;
        display: flex;
        justify-content: center;
        ms-flex-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        border-radius: 50%;
        background: #f26460;
        position: relative;
        margin-right: 20px; }
        .type_testimonials section > div .quote_col_right .quote_content .cms_header_quote .quote_icon svg {
          width: 60px;
          height: 60px;
          fill: #fff;
          position: absolute;
          top: 5px;
          left: 5px; }
      .type_testimonials section > div .quote_col_right .quote_content .cms_header_quote .quote_info .quote_author {
        color: #111111;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 6px; }
      .type_testimonials section > div .quote_col_right .quote_content .cms_header_quote .quote_info .quote_address {
        line-height: 1.2;
        font-size: 13px; }
      .type_testimonials section > div .quote_col_right .quote_content .cms_header_quote .quote_rating {
        margin-left: auto;
        min-height: 22px;
        font-weight: 700;
        font-size: 14px;
        color: #efcc26; }
    .type_testimonials section > div .quote_col_right .quote_content .cms_content_quote {
      text-align: left;
      font-size: 16px;
      line-height: 28px;
      color: #444444; }
      .type_testimonials section > div .quote_col_right .quote_content .cms_content_quote p {
        margin: 0; }
    .type_testimonials section > div .quote_col_right .dots-slider-testimonial {
      display: block; }
      .type_testimonials section > div .quote_col_right .dots-slider-testimonial .slick-dots {
        text-align: left;
        position: relative;
        bottom: 0px; }
        .type_testimonials section > div .quote_col_right .dots-slider-testimonial .slick-dots li {
          position: relative;
          display: inline-block;
          width: 26px;
          height: 3px;
          margin: 0 5px;
          padding: 0;
          cursor: pointer; }
          .type_testimonials section > div .quote_col_right .dots-slider-testimonial .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 26px;
            height: 3px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent; }
            .type_testimonials section > div .quote_col_right .dots-slider-testimonial .slick-dots li button:before {
              font-family: 'slick';
              font-size: 2px;
              line-height: 3px;
              position: absolute;
              top: 0;
              left: 0;
              width: 26px;
              color: transparent !important;
              height: 3px;
              background: #848282;
              content: '';
              text-align: center;
              opacity: .5;
              color: black;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
          .type_testimonials section > div .quote_col_right .dots-slider-testimonial .slick-dots li:first-child {
            margin-left: 0px; }
        .type_testimonials section > div .quote_col_right .dots-slider-testimonial .slick-dots li.slick-active button:before {
          opacity: 1.0; }
    .type_testimonials section > div .quote_col_right .nav-slider-testimonial {
      position: relative;
      display: inline-flex;
      margin-top: 48px; }
      .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-prev-test:before, .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-next-test:before, .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-next-test:after {
        font-size: 12px;
        line-height: 1;
        color: #111111;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-prev-test {
        left: unset;
        right: unset;
        z-index: 9;
        font-size: 13px;
        color: #111111;
        float: left;
        position: relative;
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
        text-indent: 16px;
        height: 23px;
        width: auto;
        margin-right: 40px;
        cursor: pointer; }
        .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-prev-test .text {
          padding-top: 2px;
          height: 100%;
          display: flex;
          align-items: center;
          font-weight: 500;
          opacity: 1;
          justify-content: center; }
        .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-prev-test:before {
          content: "";
          background-image: url("/cdn/shop/t/3/assets/arrow_carrot-left.svg?v=22567826944702676411663268522");
          width: 20px;
          top: 0;
          left: -7px;
          position: absolute;
          height: 100%; }
        .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-prev-test:hover {
          color: #f26460; }
      .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-next-test {
        left: unset;
        z-index: 9;
        float: left;
        font-size: 13px;
        position: relative;
        color: #111111;
        text-transform: uppercase;
        font-weight: 500;
        height: 23px;
        opacity: 1;
        right: unset;
        width: auto;
        cursor: pointer; }
        .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-next-test .text {
          padding-top: 2px;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 13px;
          font-weight: 500;
          opacity: 1;
          outline: 0; }
        .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-next-test:before {
          display: none; }
        .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-next-test:after {
          content: "";
          background-image: url("/cdn/shop/t/3/assets/arrow_carrot-right.svg?v=133892531573694883891663268522");
          width: 20px;
          top: 1px;
          position: absolute;
          height: 100%;
          right: -20px; }
        .type_testimonials section > div .quote_col_right .nav-slider-testimonial .slick-next-test:hover {
          color: #f26460; }
  @media (min-width: 1200px) {
    .type_testimonials section > div .quote_col_right {
      max-width: 540px;
      margin-top: 5px; }
      .type_testimonials section > div .quote_col_right .cms-wrap-content {
        visibility: hidden; }
      .type_testimonials section > div .quote_col_right .slick-slider.cms-wrap-content {
        visibility: visible; } }
@media (min-width: 1200px) {
  .type_testimonials section > div {
    padding-top: 100px;
    padding-bottom: 95px; } }

/* End testimonial section */
/* Testimonial section style 2*/
.type_testimonials_2 section > div {
  padding-top: 50px;
  padding-bottom: 45px; }
  .type_testimonials_2 section > div .wrap_title {
    margin-bottom: 85px; }
    .type_testimonials_2 section > div .wrap_title .section-title {
      font-size: 46px;
      font-weight: 600;
      text-transform: capitalize;
      justify-content: left;
      text-align: left; }
      .type_testimonials_2 section > div .wrap_title .section-title:after {
        position: absolute;
        content: "";
        background-image: url(Line.png);
        height: 15px;
        width: 100px;
        bottom: -30px;
        left: 0; }
  .type_testimonials_2 section > div .quote_col_left {
    margin-left: auto;
    display: none; }
    .type_testimonials_2 section > div .quote_col_left .quote_avatar {
      width: 176px;
      height: 176px;
      background-color: transparent;
      display: inline-flex;
      box-sizing: border-box;
      margin: 5px;
      float: left;
      float: left; }
      .type_testimonials_2 section > div .quote_col_left .quote_avatar div {
        width: 100%; }
      .type_testimonials_2 section > div .quote_col_left .quote_avatar img {
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: .3s ease-in-out; }
    .type_testimonials_2 section > div .quote_col_left .active {
      background: black; }
      .type_testimonials_2 section > div .quote_col_left .active img, .type_testimonials_2 section > div .quote_col_left .active div {
        opacity: 0.8;
        transition: .3s ease-in-out; }
  @media (min-width: 1200px) {
    .type_testimonials_2 section > div .quote_col_left {
      display: block;
      max-width: 575px; } }
  @media (min-width: 1025px) {
    .type_testimonials_2 section > div .quote_col_left {
      display: block; } }
  .type_testimonials_2 section > div .quote_col_right {
    margin-right: auto; }
    .type_testimonials_2 section > div .quote_col_right .quote_content .cms_header_quote {
      text-align: left;
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
      .type_testimonials_2 section > div .quote_col_right .quote_content .cms_header_quote .quote_icon {
        width: 50px;
        height: 50px;
        align-items: center;
        display: flex;
        justify-content: center;
        ms-flex-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        border-radius: 50%;
        background: #f26460;
        position: relative;
        margin-right: 20px; }
        .type_testimonials_2 section > div .quote_col_right .quote_content .cms_header_quote .quote_icon svg {
          width: 60px;
          height: 60px;
          fill: #fff;
          position: absolute;
          top: 5px;
          left: 5px; }
      .type_testimonials_2 section > div .quote_col_right .quote_content .cms_header_quote .quote_info .quote_author {
        color: #111111;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 6px; }
      @media (max-width: 480px) {
        .type_testimonials_2 section > div .quote_col_right .quote_content .cms_header_quote .quote_info .quote_author {
          font-size: 15px; } }
      .type_testimonials_2 section > div .quote_col_right .quote_content .cms_header_quote .quote_info .quote_address {
        line-height: 1.2;
        font-size: 13px; }
      .type_testimonials_2 section > div .quote_col_right .quote_content .cms_header_quote .quote_rating {
        margin-left: auto;
        min-height: 22px;
        font-weight: 700;
        font-size: 14px;
        color: #efcc26; }
      @media (max-width: 480px) {
        .type_testimonials_2 section > div .quote_col_right .quote_content .cms_header_quote .quote_rating {
          margin-bottom: 0px; } }
    .type_testimonials_2 section > div .quote_col_right .quote_content .cms_content_quote {
      text-align: left;
      font-size: 16px;
      line-height: 28px;
      color: #444444; }
    .type_testimonials_2 section > div .quote_col_right .dots-slider-testimonial {
      display: block; }
      .type_testimonials_2 section > div .quote_col_right .dots-slider-testimonial .slick-dots {
        text-align: left;
        position: relative;
        bottom: 0px; }
        .type_testimonials_2 section > div .quote_col_right .dots-slider-testimonial .slick-dots li {
          position: relative;
          display: inline-block;
          width: 26px;
          height: 3px;
          margin: 0 5px;
          padding: 0;
          cursor: pointer; }
          .type_testimonials_2 section > div .quote_col_right .dots-slider-testimonial .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 26px;
            height: 3px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent; }
            .type_testimonials_2 section > div .quote_col_right .dots-slider-testimonial .slick-dots li button:before {
              font-family: 'slick';
              font-size: 2px;
              line-height: 3px;
              position: absolute;
              top: 0;
              left: 0;
              width: 26px;
              color: transparent !important;
              height: 3px;
              background: #848282;
              content: '';
              text-align: center;
              opacity: .5;
              color: black;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
          .type_testimonials_2 section > div .quote_col_right .dots-slider-testimonial .slick-dots li:first-child {
            margin-left: 0px; }
        .type_testimonials_2 section > div .quote_col_right .dots-slider-testimonial .slick-dots li.slick-active button:before {
          opacity: 1.0; }
    .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial {
      position: relative;
      display: inline-flex;
      margin-top: 38px; }
      .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-prev-test:before, .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-next-test:before, .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-next-test:after {
        font-size: 12px;
        line-height: 1;
        color: #111111;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-prev-test {
        left: unset;
        right: unset;
        z-index: 9;
        font-size: 13px;
        color: #111111;
        float: left;
        position: relative;
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
        text-indent: 16px;
        height: 23px;
        width: auto;
        margin-right: 40px;
        cursor: pointer; }
        .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-prev-test .text {
          padding-top: 2px;
          height: 100%;
          display: flex;
          align-items: center;
          font-weight: 500;
          opacity: 1;
          justify-content: center; }
        .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-prev-test:before {
          content: "";
          background-image: url("/cdn/shop/t/3/assets/arrow_carrot-left.svg?v=22567826944702676411663268522");
          width: 20px;
          top: 0;
          left: -7px;
          position: absolute;
          height: 100%; }
        .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-prev-test:hover {
          color: #f26460; }
      .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-next-test {
        left: unset;
        z-index: 9;
        float: left;
        font-size: 13px;
        position: relative;
        color: #111111;
        text-transform: uppercase;
        font-weight: 500;
        height: 23px;
        opacity: 1;
        right: unset;
        width: auto;
        cursor: pointer; }
        .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-next-test .text {
          padding-top: 2px;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 13px;
          font-weight: 500;
          opacity: 1;
          outline: 0; }
        .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-next-test:before {
          display: none; }
        .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-next-test:after {
          content: "";
          background-image: url("/cdn/shop/t/3/assets/arrow_carrot-right.svg?v=133892531573694883891663268522");
          width: 20px;
          top: 1px;
          position: absolute;
          height: 100%;
          right: -20px; }
        .type_testimonials_2 section > div .quote_col_right .nav-slider-testimonial .slick-next-test:hover {
          color: #f26460; }
  .type_testimonials_2 section > div .slick-dotted.slick-slider {
    margin-bottom: 13px; }
  @media (min-width: 1200px) {
    .type_testimonials_2 section > div .quote_col_right {
      max-width: 570px;
      margin-top: 5px; } }
@media (min-width: 1200px) {
  .type_testimonials_2 section > div {
    padding-top: 125px;
    padding-bottom: 110px; } }

/* End testimonial section */
/*Contact form section*/
.contact-section2 section {
  padding: 50px 0; }
  .contact-section2 section .wrap_title {
    margin-bottom: 72px; }
    .contact-section2 section .wrap_title .section-title:after {
      display: none; }
    @media (min-width: 1200px) {
      .contact-section2 section .wrap_title .section-title {
        line-height: 55px; } }
  .contact-section2 section .cms-wrap-form form .input-info {
    width: 49%;
    margin-bottom: 20px;
    border: 0;
    outline: 0;
    height: 45px;
    float: left;
    text-indent: 20px;
    font-size: 14px;
    color: #888888; }
  .contact-section2 section .cms-wrap-form form .wrap_service {
    width: 49%;
    height: 45px;
    display: inline-block;
    margin-bottom: 20px;
    background: #fff;
    position: relative; }
    .contact-section2 section .cms-wrap-form form .wrap_service .content_drop {
      display: none;
      position: absolute;
      width: 100%;
      top: 46px;
      background: #fff;
      cursor: pointer;
      z-index: 100;
      border: 1px solid #d7d7d7;
      color: #666;
      font-size: 13px;
      border-top: none; }
    .contact-section2 section .cms-wrap-form form .wrap_service ul {
      list-style: none; }
      .contact-section2 section .cms-wrap-form form .wrap_service ul li {
        line-height: 46px;
        padding: 0 20px; }
        .contact-section2 section .cms-wrap-form form .wrap_service ul li:hover {
          color: #f26460; }
    .contact-section2 section .cms-wrap-form form .wrap_service span {
      position: absolute;
      top: 0;
      right: 15px;
      width: 45px;
      height: 45px;
      display: flex;
      font-size: 20px;
      color: #666;
      text-align: center;
      align-items: center;
      justify-content: center;
      ms-flex-pack: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      cursor: pointer; }
    .contact-section2 section .cms-wrap-form form .wrap_service .input-info {
      width: 80%; }
  .contact-section2 section .cms-wrap-form form .even {
    float: right; }
  .contact-section2 section .cms-wrap-form form textarea {
    width: 100%;
    border: 0;
    outline: 0;
    float: left;
    height: 98px;
    text-indent: 20px;
    font-size: 14px;
    color: #888888;
    margin-bottom: 20px;
    padding: 15px 0; }
  .contact-section2 section .cms-wrap-form form .button {
    border: 0;
    background: #111111;
    color: #fff;
    width: 100%;
    height: 48px;
    outline: 0; }
    .contact-section2 section .cms-wrap-form form .button span {
      font-size: 13px;
      line-height: 50px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: 600; }
    .contact-section2 section .cms-wrap-form form .button:hover {
      background: #f26460; }
@media (min-width: 1200px) {
  .contact-section2 section {
    padding: 130px 0; }
    .contact-section2 section .cms-wrap-form form .input-info {
      width: 50%;
      max-width: 575px; }
    .contact-section2 section .cms-wrap-form form .wrap_service {
      width: 50%;
      max-width: 575px; } }
@media (max-width: 767px) {
  .contact-section2 section .cms-wrap-form form .input-info {
    width: 100%; }
  .contact-section2 section .cms-wrap-form form .wrap_service {
    width: 100%; } }

/*End contact form*/
/* Why choose section */
.why-choose .wrap_title {
  margin-bottom: 105px; }
  .why-choose .wrap_title .section-title {
    justify-content: left;
    text-align: left; }
    .why-choose .wrap_title .section-title:after {
      position: absolute;
      content: "";
      background-image: url(Line.png);
      height: 15px;
      width: 100px;
      bottom: -30px;
      left: 0px; }
.why-choose .cms-wrap-reason .cms-left {
  display: flex;
  align-items: center; }
  .why-choose .cms-wrap-reason .cms-left .cms-item {
    margin-bottom: 55px; }
    .why-choose .cms-wrap-reason .cms-left .cms-item .cms-box {
      display: flex;
      align-items: flex-start; }
      .why-choose .cms-wrap-reason .cms-left .cms-item .cms-box .cms-img {
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-right: 30px; }
      .why-choose .cms-wrap-reason .cms-left .cms-item .cms-box .cms-content h3 {
        margin: 0;
        font-size: 20px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 15px; }
      .why-choose .cms-wrap-reason .cms-left .cms-item .cms-box .cms-content p {
        font-size: 14px;
        color: #888888;
        line-height: 24px;
        margin: 0; }
  @media (min-width: 1200px) {
    .why-choose .cms-wrap-reason .cms-left .cms-item p {
      padding-right: 22px;
      letter-spacing: -0.3px; } }
  .why-choose .cms-wrap-reason .cms-left .col-lg-6:nth-last-child(-n+2) {
    margin-bottom: 0; }
  @media (max-width: 1024px) {
    .why-choose .cms-wrap-reason .cms-left .cms-item {
      margin-bottom: 25px !important; }
      .why-choose .cms-wrap-reason .cms-left .cms-item:last-child {
        margin-bottom: 0px !important; } }
.why-choose .cms-wrap-reason .cms-right .cms-banner div {
  display: none; }
@media (min-width: 1025px) {
  .why-choose .cms-wrap-reason .cms-right .cms-banner div {
    display: block;
    padding-top: 450px !important; } }
@media (min-width: 1200px) {
  .why-choose .cms-wrap-reason .cms-right {
    position: relative; }
    .why-choose .cms-wrap-reason .cms-right .cms-banner {
      position: absolute;
      top: -175px;
      right: -203px;
      left: -40px; } }
@media (min-width: 1025px) and (max-width: 1199px) {
  .why-choose .cms-wrap-reason .cms-right {
    position: relative; }
    .why-choose .cms-wrap-reason .cms-right .cms-banner {
      position: absolute;
      top: 0px;
      right: -203px;
      left: -40px; } }
@media (max-width: 1024px) {
  .why-choose .cms-wrap-reason .cms-right {
    display: none; } }

/* End why choose*/
/* Banner section style 2*/
.type_banner_2 .wrap_title {
  margin-bottom: 80px; }
  .type_banner_2 .wrap_title .section-title {
    justify-content: center;
    ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    text-align: center; }
    .type_banner_2 .wrap_title .section-title:after {
      position: absolute;
      content: "";
      background-image: url(Line.png);
      height: 15px;
      width: 100px;
      bottom: -35px;
      right: calc(50% - (100px/2)); }
.type_banner_2 .cms-banner .cms-box {
  text-align: center;
  margin-bottom: 40px; }
  .type_banner_2 .cms-banner .cms-box .cms-img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 35px; }
    .type_banner_2 .cms-banner .cms-box .cms-img div {
      border-radius: 100%; }
  .type_banner_2 .cms-banner .cms-box .cms-content {
    margin: 0 auto; }
    .type_banner_2 .cms-banner .cms-box .cms-content h3 {
      color: #111111;
      margin: 0;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.35;
      text-align: center;
      margin-bottom: 13px; }
    .type_banner_2 .cms-banner .cms-box .cms-content p {
      font-size: 14px;
      color: #888888;
      margin: 0;
      line-height: 1.714;
      text-align: center;
      -moz-transform: matrix(1.02097, 0, 0, 1, 0, 0);
      -webkit-transform: matrix(1.02097, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1.02097, 0, 0, 1, 0, 0);
      z-index: 214; }
  @media (min-width: 1200px) {
    .type_banner_2 .cms-banner .cms-box .cms-content {
      max-width: 300px; } }
@media (max-width: 767px) {
  .type_banner_2 .cms-banner .cms-box {
    margin-bottom: 40px !important; }
  .type_banner_2 .cms-banner:last-child .cms-box {
    margin-bottom: 0px !important; } }
.type_banner_2 .col-lg-4:nth-last-child(-n+3) .cms-box {
  margin-bottom: 0; }
.type_banner_2 .col-md-6:nth-last-child(-n+2) .cms-box {
  margin-bottom: 0; }

/* End banner section */
/* Banner section style 3*/
.type_banner_3 section > div {
  display: flex; }
  .type_banner_3 section > div .cms-wrap-purchase {
    position: relative;
    width: 100%;
    display: inline-block; }
    .type_banner_3 section > div .cms-wrap-purchase .background-banner {
      height: 630px;
      width: 50%;
      float: left; }
    .type_banner_3 section > div .cms-wrap-purchase .background-banner {
      height: 630px; }
    .type_banner_3 section > div .cms-wrap-purchase .cms-bg-first {
      background-color: #f4f6f2; }
    .type_banner_3 section > div .cms-wrap-purchase .cms-bg-second {
      background-color: #e1e1e1; }
    .type_banner_3 section > div .cms-wrap-purchase .cms-bg-third {
      background-color: #e1e1e1; }
    .type_banner_3 section > div .cms-wrap-purchase .cms-bg-fourth {
      background-color: #f4f6f2; }
    @media (max-width: 1025px) {
      .type_banner_3 section > div .cms-wrap-purchase .background-banner {
        height: 460px; }
      .type_banner_3 section > div .cms-wrap-purchase .cms-bg-first {
        background-color: #f4f6f2; }
      .type_banner_3 section > div .cms-wrap-purchase .cms-bg-second {
        background-color: #f4f6f2;
        background-image: unset !important; }
      .type_banner_3 section > div .cms-wrap-purchase .cms-bg-third {
        background-color: #e1e1e1;
        background-image: unset !important; }
      .type_banner_3 section > div .cms-wrap-purchase .cms-bg-fourth {
        background-color: #e1e1e1; } }
    .type_banner_3 section > div .cms-wrap-purchase .cms-content-section {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px; }
      .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont {
        background: transparent;
        position: relative;
        height: 100%; }
        .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row {
          height: 50%;
          overflow: hidden; }
          .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row .cms-content {
            height: auto;
            padding: 0 90px 0 0;
            display: flex;
            align-items: center; }
            .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row .cms-content .cms-wrap-inner {
              width: 100%; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row .cms-content .cms-wrap-inner h4 {
                font-size: 15px;
                color: #f26460;
                font-weight: 600;
                text-transform: uppercase;
                margin: 0;
                margin-bottom: 30px;
                letter-spacing: 3.5px; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row .cms-content .cms-wrap-inner h2 {
                font-size: 42px;
                color: #111111;
                font-weight: 600;
                margin: 0;
                margin-bottom: 30px; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row .cms-content .cms-wrap-inner span.price {
                font-size: 60px;
                color: #f26460;
                font-weight: bold;
                line-height: normal;
                margin-bottom: 30px;
                display: inline-block; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row .cms-content .cms-wrap-inner p {
                font-size: 14px;
                color: #111111;
                line-height: 1.714;
                -moz-transform: matrix(1.00088, 0, 0, 1, 0, 0);
                -webkit-transform: matrix(1.00088, 0, 0, 1, 0, 0);
                -ms-transform: matrix(1.00088, 0, 0, 1, 0, 0);
                margin-bottom: 40px;
                font-weight: 500; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row .cms-content .cms-wrap-inner a {
                font-size: 15px;
                color: #fff;
                font-weight: 600;
                letter-spacing: 1.5px;
                text-transform: uppercase;
                text-align: center;
                line-height: 1.2;
                padding: 16px 40px;
                max-height: 50px;
                background: #111111;
                display: inline-block; }
                .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row .cms-content .cms-wrap-inner a:hover {
                  background: #f26460; }
          .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content {
            padding: 0 0 0 90px;
            margin-left: auto;
            display: flex;
            align-items: center; }
            .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner {
              width: 100%; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner h2 {
                margin-bottom: 38px;
                padding-left: 8px; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul {
                list-style: none;
                margin-bottom: 40px; }
                .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li {
                  padding: 17.5px 0 17.5px 10px;
                  border-bottom: 1px solid #d7d7d7; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li .cms-header-instruction {
                    display: flex; }
                    .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li .cms-header-instruction h3 {
                      font-size: 20px;
                      color: #111111;
                      margin: 0;
                      line-height: 1.2;
                      font-weight: 600; }
                    .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li .cms-header-instruction span {
                      margin-left: auto;
                      width: 20px;
                      height: 20px;
                      margin-bottom: 0;
                      position: relative;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      ms-flex-pack: center;
                      -webkit-justify-content: center;
                      -ms-justify-content: center;
                      cursor: pointer;
                      margin-right: -5px;
                      display: none;
                      opacity: 0;
                      visibility: hidden;
                      transition: visibility 0s, opacity 0.5s linear; }
                      .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li .cms-header-instruction span svg {
                        fill: #888888; }
                    .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li .cms-header-instruction .down {
                      display: flex;
                      opacity: 1;
                      visibility: visible; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li .content {
                    font-size: 14px;
                    color: #444444;
                    line-height: 1.714;
                    text-align: left;
                    display: none;
                    margin: 0;
                    font-weight: 500;
                    padding-right: 20px;
                    padding-top: 12px;
                    padding-bottom: 8px; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li:first-child {
                    padding-top: 0px; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li:last-child {
                    border: 0; }
                .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li.open .cms-header-instruction .up {
                  display: flex;
                  opacity: 1;
                  visibility: visible; }
                .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li.open .cms-header-instruction .down {
                  display: none;
                  visibility: hidden; }
                .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner ul li.open .content {
                  display: block; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button {
                width: 100%;
                display: flex;
                align-items: center;
                height: 50px;
                border: 1px solid #d7d7d7;
                position: relative;
                background: #fff;
                padding-left: 30px;
                overflow: hidden; }
                .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button .cms-quantity-banner label {
                  margin: 0;
                  font-size: 15px;
                  color: #111111;
                  font-weight: 500; }
                .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button .cms-quantity-banner .cms-quatity {
                  display: inline-flex;
                  position: relative;
                  width: 86px;
                  text-align: center;
                  align-items: center;
                  justify-content: center;
                  ms-flex-pack: center;
                  -webkit-justify-content: center;
                  -ms-justify-content: center;
                  margin-left: 30px; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button .cms-quantity-banner .cms-quatity span {
                    top: 5px;
                    font-size: 15px;
                    color: #888888;
                    position: absolute;
                    cursor: pointer;
                    margin: 0;
                    font-weight: 500;
                    line-height: 32px; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button .cms-quantity-banner .cms-quatity input {
                    border: none;
                    text-align: center;
                    color: #111111;
                    font-weight: 600;
                    margin-top: 2px; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button .cms-quantity-banner .cms-quatity span.plus {
                    right: 0;
                    text-align: right; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button .cms-quantity-banner .cms-quatity span.minus {
                    left: 0;
                    text-align: left; }
                .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button a {
                  position: absolute;
                  right: 0px;
                  height: 50px;
                  line-height: 50px;
                  border: 0;
                  outline: 0;
                  color: #fff;
                  background: #111111;
                  font-size: 13px;
                  font-weight: 600;
                  text-transform: uppercase;
                  letter-spacing: 1.5px;
                  padding: 0 33px; }
                  .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .row:last-child .cms-content .cms-wrap-inner .cms-wrap-button a:hover {
                    background-color: #f26460; }
        @media (max-width: 1024px) {
          .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content {
            padding: 0px 7.5px !important;
            justify-content: center;
            ms-flex-pack: center;
            -webkit-justify-content: center;
            -ms-justify-content: center; }
            .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content .cms-wrap-inner h2 {
              padding-left: 0px !important; }
            .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content .cms-wrap-inner ul {
              margin-bottom: 0px !important; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content .cms-wrap-inner ul li {
                padding-left: unset !important; } }
        @media (max-width: 480px) {
          .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content {
            padding: 0px 7.5px !important;
            justify-content: center;
            ms-flex-pack: center;
            -webkit-justify-content: center;
            -ms-justify-content: center; }
            .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content .cms-wrap-inner h2 {
              font-size: 28px !important; }
            .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content .cms-wrap-inner span.price {
              font-size: 24px !important; }
            .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content .cms-wrap-inner label {
              display: none; }
            .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content .cms-wrap-inner .cms-wrap-button {
              padding-left: 0 !important;
              margin-top: 20px; }
              .type_banner_3 section > div .cms-wrap-purchase .cms-content-section .cms-cont .cms-content .cms-wrap-inner .cms-wrap-button .cms-quatity {
                margin-left: 20px !important; } }

/* End banner section */
/* Promotion product popup */
.popup_prpr_wrap {
  max-width: 950px !important;
  margin: 30px auto;
  padding: 30px; }

/* End promotion product popup */
