/*******************************************************
  SP CustomHTML
********************************************************/
.promotion {
  border: solid 1px #ddd;
  overflow: hidden;
  border-radius: 5px;
  margin: 20px 0 0;
  padding: 20px 0; }
  .promotion .item {
    float: left;
    width: 33.3333%;
    min-height: 50px;
    border-right: solid 1px #ddd;
    padding: 0 30px; }
    .promotion .item .icon {
      display: block;
      float: left;
      margin: 0 30px 0 0;
      height: 44px;
      width: 44px;
      background-image: url(../img/icon_promotion.png);
      background-repeat: no-repeat;
      font-size: 0;
      opacity: 0.4;
      transition: 0.3s all ease 0s; }
    .promotion .item.item1 .icon {
      background-position: 0 0; }
    .promotion .item.item2 .icon {
      background-position: -52px 0;
      width: 49px; }
    .promotion .item.item3 {
      border-right: none; }
      .promotion .item.item3 .icon {
        background-position: right center; }
    .promotion .item .text h2 {
      margin: 0 0 5px; }
      .promotion .item .text h2 a {
        color: #222;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
    .promotion .item .text p {
      margin: 0;
      font-size: 12px;
      color: #888; }
    .promotion .item:hover .icon {
      opacity: 1; }

.download label {
  padding: 0;
  margin: 0 25px 0 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle; }
.download .button {
  display: inline-block;
  background-image: url(../img/icon_download.png);
  background-repeat: no-repeat;
  font-size: 0;
  height: 40px;
  vertical-align: middle;
  margin: 0 3px; }
  .download .button.appstore {
    width: 117px;
    background-position: left center; }
  .download .button.googleplay {
    width: 119px;
    background-position: right center; }

.leftTestimonial {
  padding-bottom: 20px; }
  .leftTestimonial .title_block {
    font-size: 22px;
    color: #222;
    font-weight: 400;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 15px; }
    .leftTestimonial .title_block:after {
      content: "";
      display: block;
      height: 5px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(../../../../assets/img/icon/bg_title.png) repeat-x 0px 0px; }

.testimonials {
  position: relative;
  padding-bottom: 40px; }
  .testimonials .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    font-size: 0;
    text-align: center; }
    .testimonials .owl-dots .owl-dot {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ddd; }

.testItem {
  text-align: center; }
  .testItem .testContent {
    position: relative;
    padding: 17px 25px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px; }
    .testItem .testContent:after {
      content: "";
      pointer-events: none;
      position: absolute;
      bottom: -10px;
      left: calc(50% - 10px);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
  .testItem .testImage {
    margin-top: 30px;
    margin-bottom: 10px; }
  .testItem .testName {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0; }
  .testItem .testNameDesc {
    font-size: 12px; }

.listCategories {
  overflow: hidden; }
  .listCategories .categoriesWrap {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .listCategories .categoriesWrap:after {
      content: "";
      display: table;
      clear: both; }
    .listCategories .categoriesWrap > .item {
      float: left;
      width: 20%;
      margin-bottom: 5px;
      padding-left: 2.5px;
      padding-right: 2.5px; }
  .listCategories .cateItem {
    position: relative;
    text-align: center; }
    .listCategories .cateItem:hover .cateImage {
      opacity: 0.8; }
  .listCategories .cateImage {
    transition: all 0.3s ease; }
    .listCategories .cateImage a {
      display: block; }
    .listCategories .cateImage img {
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  .listCategories .cateInfo {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%; }
  .listCategories .cateTitle {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    color: #555;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase; }

.header_v3 .promotion {
  margin: 0;
  padding: 44px 0;
  border: 0; }
  .header_v3 .promotion .item {
    border-right-style: dashed;
    text-align: center; }
    .header_v3 .promotion .item .icon {
      float: none;
      margin: 10px auto;
      padding: 0;
      width: 70px;
      height: 60px;
      background-image: url(../img/icon_promotion1.png);
      background-position: 0 0; }
    .header_v3 .promotion .item.item2 .icon {
      width: 70px;
      background-position: -70px 0; }
    .header_v3 .promotion .item.item3 {
      border-right: none; }
      .header_v3 .promotion .item.item3 .icon {
        width: 70px;
        background-position: -140px 0; }
    .header_v3 .promotion .item .text h2 {
      margin: 0;
      text-transform: uppercase; }
      .header_v3 .promotion .item .text h2 a {
        display: inline-block; }
    .header_v3 .promotion .item .text p {
      margin-bottom: 15px;
      padding: 4px 0; }

.desCollectionList {
  position: relative;
  padding: 120px 0; }
  .desCollectionList .desconListRow {
    margin-left: -20px;
    margin-right: -20px; }
    .desCollectionList .desconListRow:after {
      content: "";
      display: table;
      clear: both; }
  .desCollectionList .desconItem {
    width: 20%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    .desCollectionList .desconItem:hover .desconItemImage {
      opacity: 1;
      background-color: #fff; }
  .desCollectionList .desconItemImage {
    width: 170px;
    height: 170px;
    border: 1px dashed #d0d0d0;
    border-radius: 50%;
    line-height: 170px;
    opacity: 0.7;
    transition: all 0.35s ease; }
    .desCollectionList .desconItemImage img {
      display: inline-block;
      vertical-align: middle; }
  .desCollectionList .desconItemContent {
    width: 170px;
    padding: 20px 0 10px; }
    .desCollectionList .desconItemContent a {
      display: block;
      color: #333;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase; }

.twoStepsFromCollection .twoconRow:after {
  content: "";
  display: table;
  clear: both; }
.twoStepsFromCollection .twoconRow .twoconColumn {
  float: left;
  width: 50%; }
.twoStepsFromCollection .boxItem {
  position: relative; }
  .twoStepsFromCollection .boxItem .boxImage {
    position: relative;
    display: block; }
    .twoStepsFromCollection .boxItem .boxImage:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      pointer-events: none;
      transition: all 0.35s ease;
      z-index: 2; }
  .twoStepsFromCollection .boxItem .boxContent {
    position: absolute;
    top: calc(50% - 67px);
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    transition: all 0.35s ease; }
    @media (min-width: 992px) {
      .twoStepsFromCollection .boxItem .boxContent {
        top: calc(50% - 22px); } }
  .twoStepsFromCollection .boxItem .boxTitle {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.35s ease; }
  .twoStepsFromCollection .boxItem .btnBox {
    display: inline-block;
    height: 50px;
    margin-top: 20px;
    padding: 15px 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .twoStepsFromCollection .boxItem .btnBox {
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
        transition: all 0.35s ease; } }
  .twoStepsFromCollection .boxItem:hover .boxContent {
    top: calc(50% - 67px); }
  .twoStepsFromCollection .boxItem:hover .boxImage:after {
    background-color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 992px) {
    .twoStepsFromCollection .boxItem:hover .btnBox {
      transform: scale(1);
      opacity: 1;
      visibility: visible; } }

.sphome-html--three {
  padding: 15px;
  background-color: #eee; }
  .sphome-html--three .promotion {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0; }
    .sphome-html--three .promotion .item {
      padding-top: 60px;
      padding-bottom: 75px;
      border: 0;
      text-align: center;
      cursor: pointer; }
      .lang-rtl .sphome-html--three .promotion .item {
        border: 0; }
      .sphome-html--three .promotion .item .icon {
        float: none;
        margin: 10px auto;
        padding: 0;
        width: 70px;
        height: 60px;
        background-image: url(../img/icon_promotion1.png);
        background-position: 0 0;
        opacity: 1; }
        .lang-rtl .sphome-html--three .promotion .item .icon {
          float: none;
          margin: 10px auto;
          padding: 0; }
      .sphome-html--three .promotion .item.item2 .icon {
        width: 70px;
        background-position: -70px 0; }
      .sphome-html--three .promotion .item.item3 {
        border-right: none; }
        .sphome-html--three .promotion .item.item3 .icon {
          width: 70px;
          background-position: -140px 0; }
      .sphome-html--three .promotion .item .text h2 {
        margin: 0;
        text-transform: uppercase; }
        .sphome-html--three .promotion .item .text h2 a {
          font-size: 16px;
          display: inline-block; }
      .sphome-html--three .promotion .item .text p {
        color: #777;
        margin-bottom: 15px;
        padding: 4px 0; }
      .sphome-html--three .promotion .item:hover {
        background-color: #fff; }

.sphome--threebanner {
  padding-top: 16px; }
  .sphome--threebanner .row--threebanner {
    margin-left: -8px;
    margin-right: -8px; }
    .sphome--threebanner .row--threebanner:after {
      content: "";
      display: table;
      clear: both; }
    .sphome--threebanner .row--threebanner .col--threebanner {
      float: left;
      width: 33.33333334%;
      padding-left: 8px;
      padding-right: 8px; }

.item--threebanner {
  position: relative;
  overflow: hidden; }
  .item--threebanner .item--content {
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.35s ease; }
    .item--threebanner .item--content h3 {
      margin: 0;
      margin-bottom: 10px;
      padding: 10px 0;
      color: #fff;
      font-size: 48px;
      font-weight: 600;
      text-transform: uppercase;
      transition: all 0.35s ease; }
  .item--threebanner .item--image {
    position: relative; }
    .item--threebanner .item--image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      pointer-events: none;
      transition: all 0.35s ease; }
  .item--threebanner .item--list {
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease; }
    .item--threebanner .item--list > li {
      padding: 5px 0; }
      .item--threebanner .item--list > li > a {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px; }
  .item--threebanner:hover .item--image:after {
    background-color: rgba(0, 0, 0, 0.85); }
  .item--threebanner:hover .item--content {
    top: calc(50% - 160px); }
  .item--threebanner:hover .item--list {
    opacity: 1;
    visibility: visible; }

.sphome-ourcollections {
  position: relative;
  background-color: #000; }
  .sphome-ourcollections .ourcollections--image {
    opacity: 0.2; }
  .sphome-ourcollections .ourcollections--info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 145px; }
  .sphome-ourcollections .sphome-title h3 {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 25px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .sphome-ourcollections .sphome-title h3:before, .sphome-ourcollections .sphome-title h3:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: calc(50% - 8px);
      right: auto;
      display: block;
      width: 17px;
      height: 2px;
      background-image: none; }
    .sphome-ourcollections .sphome-title h3:before {
      transform: rotate(45deg); }
    .sphome-ourcollections .sphome-title h3:after {
      transform: rotate(-45deg); }
  .sphome-ourcollections .sphome-title p {
    margin: 0 auto 45px;
    max-width: 480px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    opacity: 0.7; }
  .sphome-ourcollections .desconListRow {
    margin-left: -40px;
    margin-right: -40px; }
    .sphome-ourcollections .desconListRow:after {
      content: "";
      display: table;
      clear: both; }
    .sphome-ourcollections .desconListRow .desconItem {
      padding: 0 40px;
      float: left;
      width: 20%; }
      .sphome-ourcollections .desconListRow .desconItem:hover .desconItemImage {
        background-color: rgba(0, 0, 0, 0.6);
        border: 1px dashed #fff; }
        .sphome-ourcollections .desconListRow .desconItem:hover .desconItemImage img {
          opacity: 1; }
      .sphome-ourcollections .desconListRow .desconItem:hover .desconItemContent {
        opacity: 1; }
  .sphome-ourcollections .desconItemImage {
    width: 100%;
    height: 170px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    line-height: 170px;
    text-align: center;
    transition: all 0.35s ease; }
    .sphome-ourcollections .desconItemImage img {
      opacity: 0.7;
      transition: all 0.35s ease; }
  .sphome-ourcollections .desconItemContent {
    padding: 20px 0;
    text-align: center;
    opacity: 0.7;
    transition: all 0.35s ease; }
    .sphome-ourcollections .desconItemContent a {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase; }
  .sphome-ourcollections .ourcollections-content {
    padding: 65px 0; }

.sphome-testimonials {
  padding: 145px 0; }
  .sphome-testimonials .testimonials {
    padding-bottom: 0; }
    .sphome-testimonials .testimonials .owl-dots .owl-dot {
      margin: 0 10px;
      width: 14px;
      height: 14px; }
  .sphome-testimonials .testItem .testImage {
    margin: 0 auto; }
  .sphome-testimonials .testItem .testName {
    margin-top: 15px;
    padding: 6px 0;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .sphome-testimonials .testItem .testPosition {
    color: #888;
    font-size: 12px; }
  .sphome-testimonials .testItem .testContent {
    position: relative;
    padding: 90px 110px 110px;
    color: #888;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    background-color: transparent; }
    .sphome-testimonials .testItem .testContent:before, .sphome-testimonials .testItem .testContent:after {
      content: "";
      position: absolute;
      top: calc(50% - 38px);
      bottom: auto;
      width: 64px;
      height: 56px;
      background-image: url("../../../../assets/img/testimonial-quote.png");
      background-repeat: no-repeat; }
    .sphome-testimonials .testItem .testContent:before {
      left: 0;
      right: auto;
      background-position: 0 0; }
    .sphome-testimonials .testItem .testContent:after {
      left: auto;
      right: 0;
      border: 0;
      background-position: -64px 0; }

.sphome-html--two > .container {
  max-width: 100%;
  width: 100%;
  padding: 0; }

.sphome--galleryimage {
  position: relative; }
  .sphome--galleryimage .gall--boxitem {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -120px;
    margin-left: -160px;
    min-width: 320px;
    min-height: 240px;
    border: 5px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .sphome--galleryimage .gall--boxitem:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      pointer-events: none;
      z-index: -1; }
    .sphome--galleryimage .gall--boxitem .gall-box--title {
      margin: 0;
      padding: 10px 0;
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase; }
      .sphome--galleryimage .gall--boxitem .gall-box--title a {
        color: #333; }
    .sphome--galleryimage .gall--boxitem .gall-box--descripion {
      margin: 0;
      color: #888;
      font-size: 14px;
      font-weight: 300;
      line-height: 24px; }
    .sphome--galleryimage .gall--boxitem .gall-box--button {
      display: inline-block;
      margin: 27px 0 20px;
      padding: 10px 20px;
      height: 40px;
      color: #fff;
      background-color: #333;
      font-size: 12px;
      font-weight: 500;
      line-height: 22px;
      text-transform: uppercase; }

.content_v6 .sphome-html--three {
  margin-bottom: 30px;
  padding: 10px; }
  .content_v6 .sphome-html--three .promotion .item {
    padding: 28px 0; }

.sphome-testimonials-2 {
  background: url("../../../../assets/img/bg-v6.jpg") no-repeat center center;
  padding: 98px 0;
  margin-bottom: 85px; }
  .sphome-testimonials-2 .testItem .testImage img {
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.4); }
  .sphome-testimonials-2 .testItem .testContent {
    padding: 50px 110px 90px; }

.footer_v6 .download label {
  color: #444; }

.homeCategories2 {
  padding: 0 30px; }
  .homeCategories2 .cateItem:hover .cateImage {
    opacity: 0.8; }
  .homeCategories2 .cateImage {
    margin-bottom: 15px; }
  .homeCategories2 .cateInfo h3 {
    text-align: center; }
    .homeCategories2 .cateInfo h3 a {
      font-size: 18px;
      color: #222;
      text-transform: uppercase;
      font-weight: bold;
      transition: all 0.3s ease 0s; }

.content_v7 .sphome-html--three {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #eeeeee; }
  .content_v7 .sphome-html--three .promotion {
    overflow: visible; }
    .content_v7 .sphome-html--three .promotion .item:hover {
      box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.15); }

.content_v8 .promotion {
  border: none;
  border-radius: 0;
  margin: 30px 0;
  padding: 0; }
  .content_v8 .promotion .item {
    border: none;
    padding: 0 15px;
    cursor: pointer; }
    .content_v8 .promotion .item .item-content {
      border: 1px dashed #ddd;
      overflow: hidden;
      padding: 35px 15px 35px 35px; }
    .content_v8 .promotion .item .text {
      margin-top: 15px; }
      .content_v8 .promotion .item .text p {
        font-size: 14px;
        color: #666; }
    .content_v8 .promotion .item:hover .text p {
      color: #222; }
.content_v8 .homeCategories2 {
  margin: 93px 0 70px;
  padding: 0 15px; }
  .content_v8 .homeCategories2 .cateItem:hover .cateImage {
    opacity: 0.95; }
  .content_v8 .homeCategories2 .cateImage a {
    display: block;
    position: relative; }
    .content_v8 .homeCategories2 .cateImage a:before {
      z-index: 1;
      content: "";
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      border-top: 1px solid #71716f;
      border-bottom: 1px solid #71716f;
      transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s; }
    .content_v8 .homeCategories2 .cateImage a:after {
      z-index: 1;
      content: "";
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      border-left: 1px solid #71716f;
      border-right: 1px solid #71716f;
      transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(0, 1);
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s; }
    .content_v8 .homeCategories2 .cateImage a:hover:before, .content_v8 .homeCategories2 .cateImage a:hover:after {
      transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1); }

@media (max-width: 1599px) {
  .sphome-html--three .promotion .item {
    padding-top: 40px;
    padding-bottom: 40px; }

  .sphome-ourcollections .ourcollections--info {
    padding-top: 60px; }
  .sphome-ourcollections .ourcollections-content {
    padding: 10px 0; } }
@media (max-width: 1199px) {
  .header_v3 .promotion {
    padding: 30px 0; }

  .desCollectionList {
    padding: 60px 0; }
    .desCollectionList .desconItemImage {
      width: 150px;
      height: 150px;
      line-height: 150px; }
    .desCollectionList .desconItemContent {
      width: 150px; }

  .twoStepsFromCollection .boxItem .boxTitle {
    font-size: 30px; }
  .twoStepsFromCollection .boxItem .btnBox {
    margin-top: 0;
    padding: 12px 30px;
    height: 44px; }

  .sphome-ourcollections .ourcollections--info {
    padding-top: 30px; }
  .sphome-ourcollections .sphome-title h3 {
    font-size: 30px;
    margin-bottom: 12px;
    padding-bottom: 15px; }
  .sphome-ourcollections .sphome-title p {
    margin-bottom: 20px; }
  .sphome-ourcollections .desconItemImage {
    height: 158px;
    line-height: 155px; }
  .sphome-ourcollections .desconListRow {
    margin-left: -15px;
    margin-right: -15px; }
    .sphome-ourcollections .desconListRow .desconItem {
      padding-left: 15px;
      padding-right: 15px; }

  .sphome-testimonials {
    padding: 50px 0; }
    .sphome-testimonials .testItem .testContent {
      padding: 30px 68px 50px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .promotion .item {
    padding: 0px 20px; }
    .promotion .item .icon {
      margin-right: 20px; }
    .promotion .item .text h2 a {
      font-size: 14px; }

  .footer_v7 .download label {
    margin: 0 15px 0 0;
    font-size: 12px; }

  .lang-rtl .footer_v7 .download label {
    margin: 0 0 0 15px; } }
@media (max-width: 991px) {
  .desCollectionList .desconItem {
    width: 33.33334%; }
    .desCollectionList .desconItem:nth-child(4) {
      margin-left: 17.5%;
      margin-top: 15px; }
      .lang-rtl .desCollectionList .desconItem:nth-child(4) {
        margin-left: 0;
        margin-right: 17.5%; }
    .desCollectionList .desconItem:nth-child(5) {
      margin-top: 15px; }
  .desCollectionList .desconItemImage {
    margin: 0 auto; }
  .desCollectionList .desconItemContent {
    width: 100%; }

  .item--threebanner .item--content h3 {
    font-size: 30px; }
  .item--threebanner .item--list > li > a {
    font-size: 14px; }

  .sphome-ourcollections .desconItemImage {
    height: 114px;
    line-height: 110px; }
    .sphome-ourcollections .desconItemImage img {
      max-width: 60px; }

  .sphome-testimonials .testItem .testContent {
    font-size: 14px; }

  .sphome-html--three .promotion .item {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .promotion .item {
    padding: 0px 10px; }
    .promotion .item .icon {
      margin-right: 10px;
      margin-top: 5px; }
    .promotion .item .text h2 {
      margin: 0px; }
      .promotion .item .text h2 a {
        font-size: 12px; }
    .promotion .item .text p {
      font-size: 11px; }

  .download label {
    display: block;
    margin: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    text-align: left; }
  .download .button {
    margin: 0px; }

  .content_v8 .promotion .item .item-content {
    padding: 25px 10px 25px 20px; } }
@media (max-width: 767px) {
  .promotion {
    padding: 0px; }
    .promotion .item {
      position: relative;
      padding: 15px 20px;
      width: 100%;
      border: 0px; }
      .promotion .item .icon {
        margin-right: 15px; }
      .promotion .item:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 30px;
        right: 30px;
        height: 1px;
        background-color: #ddd; }
      .promotion .item:last-child:after {
        display: none; }

  .download {
    margin-bottom: 15px;
    text-align: center; }
    .download label {
      text-align: left; }
    .download .button {
      margin: 0px; }

  .header_v3 .promotion {
    padding: 10px 0; }
    .header_v3 .promotion .item {
      padding: 10px;
      width: 33.3334%;
      border: 0; }
      .header_v3 .promotion .item:after {
        display: none; }

  .listCategories .categoriesWrap {
    text-align: center; }
    .listCategories .categoriesWrap > .item {
      float: none;
      width: 33%;
      display: inline-block;
      vertical-align: middle; }
  .listCategories .cateInfo {
    bottom: 10px; }

  .desCollectionList .desconItem {
    margin: 0;
    margin-top: 15px;
    width: 50%; }
    .desCollectionList .desconItem:nth-child(4) {
      margin-left: 0; }
      .lang-rtl .desCollectionList .desconItem:nth-child(4) {
        margin-left: 0;
        margin-right: 0; }
    .desCollectionList .desconItem:nth-child(5) {
      margin-left: 25%; }
      .lang-rtl .desCollectionList .desconItem:nth-child(5) {
        margin-left: 0;
        margin-right: 25%; }

  .twoStepsFromCollection .twoconRow .twoconColumn {
    width: 100%; }

  .item--threebanner .item--content h3 {
    padding: 5px 0;
    margin-bottom: 0; }
  .item--threebanner .item--list > li {
    padding: 0; }
    .item--threebanner .item--list > li > a {
      line-height: 22px; }
  .item--threebanner:hover .item--content {
    top: calc(50% - 90px); }

  .sphome-ourcollections .ourcollections--info {
    padding-top: 20px; }
  .sphome-ourcollections .desconItemImage {
    margin: 0 auto;
    width: 78px;
    height: 78px;
    line-height: 75px; }
    .sphome-ourcollections .desconItemImage img {
      max-width: 40px; }
  .sphome-ourcollections .desconItemContent a {
    font-size: 14px; }
  .sphome-ourcollections .desconListRow .desconItem {
    width: 33.333334%; }
    .sphome-ourcollections .desconListRow .desconItem:nth-child(4) {
      margin-left: 17.5%; }
  .sphome-ourcollections .ourcollections--image {
    overflow: hidden; }
    .sphome-ourcollections .ourcollections--image img {
      min-height: 430px; }

  .sphome--galleryimage .gall--boxitem {
    margin-top: -95px;
    margin-left: -150px;
    min-width: 300px;
    min-height: 190px; }

  .content_v8 .promotion .item {
    margin-bottom: 30px; }
    .content_v8 .promotion .item:after {
      display: none; }
    .content_v8 .promotion .item:last-child {
      margin-bottom: 0; } }
@media (max-width: 600px) {
  .sphome--threebanner .row--threebanner .col--threebanner {
    width: 100%; } }
@media (max-width: 543px) {
  .download label {
    margin: 0 0 10px;
    width: 100%;
    text-align: center; }
    .lang-rtl .download label {
      text-align: center; }

  .header_v3 .promotion .item {
    width: 100%;
    padding: 10px 10px 0; }
    .header_v3 .promotion .item .icon {
      margin: 0 auto 5px; }

  .listCategories .categoriesWrap > .item {
    width: 48%; }

  .desCollectionList {
    padding: 30px 0; }
    .desCollectionList .desconItem {
      width: 100%;
      margin: 20px auto 0; }
      .lang-rtl .desCollectionList .desconItem {
        margin: 20px auto 0; }
      .desCollectionList .desconItem:nth-child(4) {
        margin: 20px auto 0; }
        .lang-rtl .desCollectionList .desconItem:nth-child(4) {
          margin: 20px auto 0; }
      .desCollectionList .desconItem:nth-child(5) {
        margin: 20px auto 0; }
        .lang-rtl .desCollectionList .desconItem:nth-child(5) {
          margin: 20px auto 0; }

  .sphome--galleryimage .gall--boxitem {
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
    min-height: auto;
    margin: 0; }

  .sphome-testimonials .testItem .testContent {
    padding-left: 0;
    padding-right: 0;
    line-height: 24px; }
    .sphome-testimonials .testItem .testContent:before, .sphome-testimonials .testItem .testContent:after {
      display: none; } }
@media (max-width: 480px) {
  .sphome-ourcollections .desconListRow .desconItem {
    width: 50%; }
    .sphome-ourcollections .desconListRow .desconItem:nth-child(4) {
      margin: 0; }
    .sphome-ourcollections .desconListRow .desconItem:nth-child(5) {
      margin-left: 25%; }
  .sphome-ourcollections .ourcollections--image img {
    min-height: 600px; } }

/*# sourceMappingURL=style.css.map */
