/*******************************************************
  SP CustomHTML
********************************************************/
.promotion {
  position: relative;
  margin-top: 30px; }
  .promotion > .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .promotion > .row > div[class*='col-'] {
      padding-left: 7.5px;
      padding-right: 7.5px; }
  .promotion .item {
    padding: 23px 15px 15px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s all ease 0s; }
    .promotion .item .icon {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 5px;
      font-size: 0;
      background-repeat: no-repeat;
      background-image: url(../../../../assets/img/icon/icon_promotion.png); }
    .promotion .item.item1 .icon {
      height: 35px;
      width: 38px;
      background-position: 0 0; }
    .promotion .item.item2 .icon {
      height: 35px;
      width: 35px;
      background-position: -42px 0; }
    .promotion .item.item3 .icon {
      height: 35px;
      width: 35px;
      background-position: -83px 0; }
    .promotion .item .text h2 {
      margin: 0;
      padding: 0;
      color: #555555;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      transition: 0.3s all ease 0s; }
    .promotion .item .text p {
      margin: 0;
      padding: 2px 0;
      color: #777;
      font-size: 12px;
      font-weight: 400;
      transition: 0.3s all ease 0s; }

.boxService {
  padding: 0 25px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .boxService .boxItem {
    position: relative;
    display: block;
    padding: 25px 0; }
    .boxService .boxItem:before {
      content: "";
      display: block;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 5px;
      right: 5px;
      height: 1px;
      background-color: #ddd; }
    .boxService .boxItem:first-child:before {
      display: none; }
    .boxService .boxItem:after {
      content: "";
      display: table;
      clear: both; }
    .boxService .boxItem .box-left {
      display: block;
      float: left;
      width: 54px;
      height: 40px; }
    .boxService .boxItem .box-body {
      float: right;
      width: calc(100% - 54px);
      padding: 3px 0; }
    .boxService .boxItem .icon {
      display: block;
      width: 40px;
      height: 40px;
      background-image: url(../../../../assets/img/icon/icon_promotion1.png);
      background-repeat: no-repeat; }
      .boxService .boxItem .icon.icon2 {
        background-position: -40px 0; }
      .boxService .boxItem .icon.icon3 {
        background-position: -80px 0; }
  .boxService .box-body {
    font-size: 12px;
    font-weight: 400;
    color: #555;
    padding: 3px 0;
    line-height: 22px; }
  .boxService .box-heading {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }

.testimonials {
  position: relative;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .testimonials .owl-dots {
    margin-bottom: 22px;
    text-align: center; }
    .testimonials .owl-dots .owl-dot {
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #dddddd;
      margin: 0px 5px; }

.testItem {
  text-align: center;
  padding: 21px 28px; }
  .content-v1 .testItem {
    padding: 28px; }
  .testItem .testImage {
    text-align: center; }
    .testItem .testImage img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      height: auto; }
  .testItem .testName {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 20px; }
  .testItem .testContent {
    position: relative;
    padding: 10px 12px 0;
    font-size: 12px;
    font-weight: 400;
    color: #777;
    line-height: 24px; }
    .testItem .testContent:before, .testItem .testContent:after {
      content: "";
      font-family: "Fontawesome";
      position: absolute;
      font-size: 26px;
      color: #eeeeee;
      z-index: -1; }
    .testItem .testContent:before {
      content: "\f10d";
      top: 0px;
      left: 0px; }
    .testItem .testContent:after {
      content: "\f10e";
      bottom: 0px;
      right: 0px; }

.footer-toplinks {
  line-height: 22px; }
  .footer-toplinks .topstore {
    margin-bottom: 10px; }
    .footer-toplinks .topstore label {
      margin: 0;
      padding: 0;
      padding-left: 5px;
      font-size: 14px;
      color: #333;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal; }
      .lang-rtl .footer-toplinks .topstore label {
        padding-left: auto;
        padding-right: 5px; }
    .footer-toplinks .topstore ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      font-size: 0; }
      .footer-toplinks .topstore ul li {
        display: inline-block;
        position: relative;
        padding: 0 6px; }
        .footer-toplinks .topstore ul li:after {
          content: "";
          display: block;
          height: 12px;
          background: #333;
          width: 2px;
          position: absolute;
          top: 5px;
          right: -1px; }
        .footer-toplinks .topstore ul li a {
          font-size: 14px;
          color: #333;
          font-weight: 600;
          text-transform: uppercase;
          line-height: normal; }
        .footer-toplinks .topstore ul li.last:after {
          display: none; }
  .footer-toplinks .toplinks label {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    font-size: 12px;
    color: #333;
    font-weight: 600; }
    .lang-rtl .footer-toplinks .toplinks label {
      padding-left: auto;
      padding-right: 5px; }
  .footer-toplinks .toplinks .links {
    margin-bottom: 5px; }
  .footer-toplinks .toplinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0; }
    .footer-toplinks .toplinks ul li {
      display: inline-block;
      position: relative;
      padding: 0 6px; }
      .footer-toplinks .toplinks ul li:after {
        content: "";
        display: block;
        height: 11px;
        background: #6d6d6d;
        width: 1px;
        position: absolute;
        top: 5px;
        right: -1px; }
      .footer-toplinks .toplinks ul li a {
        font-size: 12px;
        font-weight: 300;
        color: #555; }
      .footer-toplinks .toplinks ul li.last:after {
        display: none; }

.storeLocation {
  padding: 11px 20px;
  height: 44px;
  font-size: 12px;
  line-height: 22px; }

.phoneHeader {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 12px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

.boxCollection {
  border: 1px solid #ddd;
  border-radius: 5px; }
  .boxCollection:before, .boxCollection:after {
    content: "";
    display: table; }
  .boxCollection:after {
    clear: both; }
  .boxCollection .boxItem {
    position: relative;
    float: left;
    width: 12.5%;
    border-right: 1px solid #ddd;
    padding: 30px 0px 0px;
    min-height: 108px;
    background-color: #F5F5F5;
    transition: all 0.2s ease; }
    .boxCollection .boxItem a {
      display: block; }
    .rtl .boxCollection .boxItem {
      float: right; }
    .boxCollection .boxItem:last-child {
      border-right: 0px; }
      .rtl .boxCollection .boxItem:last-child {
        border-right: 1px solid #ddd; }
    .rtl .boxCollection .boxItem:first-child {
      border-right: 0px; }
    .boxCollection .boxItem:before, .boxCollection .boxItem:after {
      content: "";
      pointer-events: none;
      position: absolute;
      border: 1px solid transparent; }
    .boxCollection .boxItem:before {
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border-radius: 5px; }
    .boxCollection .boxItem:after {
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px;
      border-radius: 3px; }
    .boxCollection .boxItem .itemIcon {
      opacity: 0.6;
      padding: 0;
      text-align: center;
      min-height: 40px;
      display: block;
      padding: 0px 15px; }
      .boxCollection .boxItem .itemIcon img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto; }
    .boxCollection .boxItem .itemTitle {
      font-size: 14px;
      font-weight: 400;
      color: #555;
      text-align: center;
      margin: 0px;
      padding: 10px 5px 0;
      display: block; }

.content_v3 .promotion {
  margin-top: 60px;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .content_v3 .promotion .row {
    margin-left: 0;
    margin-right: 0; }
    .content_v3 .promotion .row > div[class*='col-'] {
      padding-left: 0;
      padding-right: 0;
      border-right: 1px solid #ddd; }
      .content_v3 .promotion .row > div[class*='col-']:last-child {
        border-right: 0; }
  .content_v3 .promotion .item {
    background-color: #f5f5f5;
    border: 2px solid transparent; }
    .content_v3 .promotion .item .icon {
      margin: 2px 0 10px;
      opacity: 0.8; }
    .content_v3 .promotion .item .text h2 {
      padding: 2px 0; }
    .content_v3 .promotion .item .text p {
      color: #555;
      font-size: 13px; }

.header_v4 .phoneHeader {
  position: relative;
  padding: 10px 20px;
  color: #ccc;
  font-size: 12px;
  right: auto; }

.content_v4 .promotion {
  margin-top: 40px; }
  .content_v4 .promotion .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px;
    border: 0;
    background-color: #222;
    text-align: left; }
    .content_v4 .promotion .item .icon {
      margin: 0;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #fff;
      background-image: none;
      text-align: center;
      line-height: 70px; }
      .content_v4 .promotion .item .icon:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-image: url(../../../../assets/img/icon/icon_promotion.png); }
    .content_v4 .promotion .item .text {
      padding: 0 10px;
      width: calc(100% - 70px); }
      .content_v4 .promotion .item .text h2 {
        padding: 2px 0;
        color: #fff;
        font-size: 20px; }
      .content_v4 .promotion .item .text p {
        color: #fff;
        font-size: 14px;
        opacity: 0.6; }
    .content_v4 .promotion .item.item1 .icon:before {
      height: 35px;
      width: 38px;
      background-position: 0 0; }
    .content_v4 .promotion .item.item2 .icon:before {
      height: 38px;
      width: 35px;
      background-position: -42px 0; }
    .content_v4 .promotion .item.item3 .icon:before {
      height: 35px;
      width: 35px;
      background-position: -83px 0; }

.moduleLeft .testItem {
  padding-top: 25px;
  padding-left: 17px;
  padding-right: 17px; }
.moduleLeft .testimonials .owl-dots {
  margin-bottom: 25px; }

.hotCategories .row {
  margin-left: -3px;
  margin-right: -3px; }
  .hotCategories .row div[class*='col-'] {
    padding-left: 3px;
    padding-right: 3px; }

.boxCategory {
  position: relative; }
  .boxCategory .cateImage {
    transition: all 0.3s ease; }
    .boxCategory .cateImage a {
      display: block; }
  .boxCategory .cateTitle {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease; }
    .boxCategory .cateTitle a {
      font-size: 14px;
      font-weight: 400;
      color: #222;
      display: block;
      line-height: 20px; }
  .boxCategory:hover .cateImage {
    opacity: 0.8; }
  .boxCategory:hover .cateTitle {
    bottom: calc(50% - 20px);
    background-color: white; }

.footer-v4 .downloadApp {
  font-size: 0px;
  text-align: right; }
  .footer-v4 .downloadApp > a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }

.boxService5 .boxItem {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 20px;
  background-color: #f5f5f5; }
  .boxService5 .boxItem:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    pointer-events: none; }
  .boxService5 .boxItem:last-child {
    margin-bottom: 0px; }
  .boxService5 .boxItem .media {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  .boxService5 .boxItem .media-left {
    width: 40px; }
    .boxService5 .boxItem .media-left .icon {
      display: block;
      width: 40px;
      height: 40px;
      background-image: url("../../../../assets/img/icon/icon_promotion2.png");
      background-repeat: no-repeat;
      background-position: 0 0; }
      .boxService5 .boxItem .media-left .icon.icon2 {
        background-position: -40px 0; }
      .boxService5 .boxItem .media-left .icon.icon3 {
        background-position: -80px 0; }
  .boxService5 .boxItem .media-heading {
    font-size: 15px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 0 0; }
  .boxService5 .boxItem .media-body {
    width: calc(100% - 40px);
    font-size: 12px;
    font-weight: 400;
    color: #777;
    padding: 0px 15px; }

@media (max-width: 1199px) {
  .promotion .item {
    padding: 15px 10px 10px; }
    .promotion .item .text h2 {
      font-size: 14px; }
    .promotion .item .text p {
      font-size: 11px; }

  .content_v4 .promotion .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .content_v4 .promotion .item .text h2 {
    font-size: 16px; }
  .content_v4 .promotion .item .text p {
    font-size: 12px; }

  .moduleLeft .testItem {
    padding: 20px 10px; } }
@media (max-width: 991px) {
  .boxCollection .boxItem {
    width: 25%;
    border-bottom: 1px solid #ddd; }

  .content_v3 .promotion .item .text h2 {
    font-size: 13px; }
  .content_v3 .promotion .item .text p {
    font-size: 12px; }

  .content_v4 .promotion .item {
    padding: 10px; }
    .content_v4 .promotion .item .icon {
      width: 50px;
      height: 50px;
      line-height: 50px; }
    .content_v4 .promotion .item .text p {
      font-size: 12px; } }
@media (max-width: 767px) {
  .promotion .row > div {
    margin-top: 10px; }
    .promotion .row > div:first-child {
      margin-top: 0; }

  .content_v3 .promotion {
    margin-top: 30px; }

  .footer-v4 .downloadApp {
    text-align: center; }
    .footer-v4 .downloadApp > a {
      margin: 0 5px; } }
@media (max-width: 543px) {
  .boxCollection .boxItem {
    width: 50%; } }
@media (max-width: 360px) {
  .hotCategories > .row > div[class*='col-'] {
    width: 50% !important; } }

/*# sourceMappingURL=style.css.map */
