/*============================================================================
#Mixin
==============================================================================*/
/*============================================================================
#Typography variables
==============================================================================*/
/*============================================================================
#Variable
==============================================================================*/
/*Slider*/
.home-slider {
  overflow: hidden; }
  .home-slider .item {
    position: relative;
    text-align: center; }
    .home-slider .item img {
      display: inline-block; }
  .home-slider .owl-dots {
    text-align: right !important;
    padding-right: 35px;
    bottom: 18px !important; }
  .home-slider.owl-carousel .owl-nav .owl-next {
    right: 15px !important;
    background: transparent;
    top: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev {
    left: 15px !important;
    background: transparent;
    top: 50%; }
  .home-slider.owl-carousel .owl-nav .owl-prev:before, .home-slider.owl-carousel .owl-nav .owl-next:before {
    font-size: 84px;
    background: transparent; }

@media (max-width: 480px) {
  .xs-full {
    width: 100%;
    padding: 0; } }

.section-title {
  margin-bottom: 20px; }
  .section-title h2 {
    font-size: 1.5em;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0; }
  .section-title p {
    font-size: 15px;
    font-style: italic;
    display: inline-block;
    position: relative; }
    .section-title p:before {
      content: "";
      width: 150px;
      height: 1px;
      background: #333;
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%); }

/*Tab products*/
.section_tab_product h2 {
  font-size: 1.71429em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px 0; }

.section_tab_product p {
  font-size: 15px;
  font-style: italic;
  display: inline-block;
  position: relative; }
  .section_tab_product p:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%); }

.section_tab_product ul.tabs-title {
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  display: block; }
  .section_tab_product ul.tabs-title li {
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    height: 28px;
    line-height: 28px;
    margin-right: 1px; }
    .section_tab_product ul.tabs-title li.current {
      color: #602023; }

.section_tab_product .tab-content {
  margin-top: 20px;
  clear: left; }
  @media (min-width: 1200px) {
    .section_tab_product .tab-content .products .col-lg-3:nth-child(4n+1) {
      clear: left; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .section_tab_product .products .col-sm-4:nth-child(3n+1) {
    clear: left; } }

/*Blogs*/
.section-news h2 {
  line-height: 60px;
  position: relative;
  margin: 0 0 25px 0; }
  .section-news h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #dadada;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .section-news h2:after {
    bottom: 0;
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #dadada;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.section-news .blog-item {
  background: #fff; }

/*Policy*/
.section-policy {
  padding: 15px 0; }

.policy {
  position: relative;
  height: 48px; }

.policy-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  min-width: 60px; }

.policy-text {
  padding-left: 60px; }

.section-policy h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-top: 5px; }

.section-policy p {
  color: #898989;
  margin: 0;
  line-height: 15px;
  font-size: 13px; }

@media (max-width: 1199px) {
  .policy {
    height: auto; }
  .section-policy {
    border: none; }
  .policy-icon {
    display: inline-block;
    margin-bottom: 10px;
    float: none;
    padding: 0; } }

@media (max-width: 767px) {
  .policy {
    height: auto;
    padding: 10px 0;
    margin-left: 40px; } }

@media (max-width: 543px) {
  .policy {
    margin-left: 0px; } }

.collection-policy .section-policy {
  padding: 0; }
  .collection-policy .section-policy .policy-content {
    padding: 30px 0;
    border-top: 1px solid #ebebeb; }

/*Deal*/
.line-pt {
  font-weight: 400;
  line-height: 35px;
  height: 35px;
  background: #fcfcfc url(//theme.hstatic.net/200000525899/1001103657/14/bg-menu2.png?v=427);
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #602023;
  text-transform: uppercase; }
  .line-pt a {
    color: #602023; }

.countdown-times div {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ebebeb;
  margin: 0 10px;
  border-radius: 50%;
  position: relative; }
  .countdown-times div:before {
    content: ":";
    font-size: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: -14px; }
  .countdown-times div:first-child:before {
    display: none; }

.section-deal .owl-carousel .owl-nav .owl-prev, .section-deal .owl-carousel .owl-nav .owl-next {
  margin-top: -62px; }

/*section_collection_menu*/
.sale-menu {
  width: 225px;
  float: left; }
  .sale-menu a.active {
    font-weight: 700; }
  .sale-menu h2 {
    position: relative;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 1.14286em;
    padding-left: 23px;
    color: #602023;
    font-weight: 700; }
    .sale-menu h2 a {
      color: #602023; }
    .sale-menu h2 > i {
      width: 14px;
      cursor: pointer;
      color: #252525;
      z-index: 10;
      text-align: center;
      float: right;
      line-height: 40px; }
      .sale-menu h2 > i.fa-angle-right {
        margin-right: 10px; }
      .sale-menu h2 > i:hover {
        color: #602023; }
      .sale-menu h2 > i.disable {
        cursor: not-allowed; }
    .sale-menu h2 .border {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .sale-menu h2 .border.border-bottom {
        background-image: linear-gradient(to right, #602023 60%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 8px 1px;
        background-repeat: repeat-x; }
      .sale-menu h2 .border.border-top {
        background-image: linear-gradient(to right, #602023 60%, rgba(255, 255, 255, 0) 0%);
        background-position: top;
        background-size: 8px 1px;
        background-repeat: repeat-x; }
      .sale-menu h2 .border.border-right {
        background-image: linear-gradient(#602023 60%, rgba(255, 255, 255, 0) 0%);
        background-position: right;
        background-size: 1px 8px;
        background-repeat: repeat-y; }
      .sale-menu h2 .border.border-left {
        background-image: linear-gradient(#602023 60%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 1px 8px;
        background-repeat: repeat-y; }
  .sale-menu ul {
    background: #602023;
    color: #fff;
    margin-top: 1px;
    padding: 10px 24px 10px 24px; }
    .sale-menu ul a {
      color: #fff; }
    .sale-menu ul li {
      background-image: linear-gradient(to right, #fff 60%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 8px 1px;
      background-repeat: repeat-x;
      line-height: 20px;
      padding: 15.8px 0; }
      .sale-menu ul li:last-child {
        background: none; }

.sale-content {
  min-height: 460px;
  width: calc(100% - 225px);
  float: left;
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #ebebeb; }
  .sale-content.loadding:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7); }
  .sale-content .loading-icon {
    display: none;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%); }
  .sale-content.loadding .loading-icon {
    display: block; }
  .sale-content .products-view-grid .product-box .product-info {
    height: auto;
    margin-bottom: 20px; }
  .sale-content .product-box {
    padding: 0px 15px; }
  .sale-content .product-box .product-name {
    margin-top: 25px; }
  .sale-content .product-box .product-name a {
    color: #252525; }
    .sale-content .product-box .product-name a:hover {
      color: #602023; }
  .sale-content .product-box .product-summary {
    color: #898989;
    margin: 5px 0 13px; }
  .sale-content .products-view-grid .product-box:hover .product-info {
    opacity: 1; }

@media (max-width: 991px) {
  .sale-menu {
    width: 100%;
    float: none; }
  .sale-menu ul {
    display: none; }
  .sale-content {
    min-height: auto;
    width: 100%;
    float: none;
    margin-top: 0; }
  .sale-menu h2 > i.disable {
    opacity: 0; } }

@media (max-width: 767px) {
  .sale-content
.col-xs-12.col-sm-6.col-md-6.col-lg-6:nth-child(3),
  .col-xs-12.col-sm-6.col-md-6.col-lg-6:nth-child(4) {
    display: none; } }

/**/
.section-sale h2 {
  width: 228px;
  position: relative;
  margin: 0;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 1.14286em;
  padding-left: 23px;
  color: #602023;
  font-weight: 700; }
  .section-sale h2 a {
    color: #602023; }
  .section-sale h2 > i {
    width: 14px;
    cursor: pointer;
    color: #252525;
    z-index: 10;
    text-align: center;
    float: right;
    line-height: 40px; }
    .section-sale h2 > i.fa-angle-right {
      margin-right: 10px; }
    .section-sale h2 > i:hover {
      color: #602023; }
  .section-sale h2 .border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .section-sale h2 .border.border-bottom {
      background-image: linear-gradient(to right, #602023 60%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 8px 1px;
      background-repeat: repeat-x; }
    .section-sale h2 .border.border-top {
      background-image: linear-gradient(to right, #602023 60%, rgba(255, 255, 255, 0) 0%);
      background-position: top;
      background-size: 8px 1px;
      background-repeat: repeat-x; }
    .section-sale h2 .border.border-right {
      background-image: linear-gradient(#602023 60%, rgba(255, 255, 255, 0) 0%);
      background-position: right;
      background-size: 1px 8px;
      background-repeat: repeat-y; }
    .section-sale h2 .border.border-left {
      background-image: linear-gradient(#602023 60%, rgba(255, 255, 255, 0) 0%);
      background-position: left;
      background-size: 1px 8px;
      background-repeat: repeat-y; }

.section-sale .sale-banner {
  margin-top: 40px;
  width: 456px;
  float: left; }

.section-sale .owl-carousel .owl-nav .owl-prev, .section-sale .owl-carousel .owl-nav .owl-next {
  top: -40px;
  margin: 0;
  height: 40px;
  width: 15px;
  border: none;
  line-height: 40px;
  right: auto;
  left: 185px; }
  .section-sale .owl-carousel .owl-nav .owl-prev:before, .section-sale .owl-carousel .owl-nav .owl-next:before {
    width: 15px;
    line-height: 40px;
    font-size: 1em; }

.section-sale .owl-carousel .owl-nav .owl-next {
  left: 200px; }

.section-sale .sale-product {
  width: calc(100% - 456px);
  float: left; }

.section-sale .product-box .product-thumbnail > a {
  height: 201px; }

.section-sale .products-view-grid {
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }

.section-sale .products-view-grid .product-box:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #602023;
  -moz-box-shadow: inset 0px 0px 0px 2px #602023;
  box-shadow: inset 0px 0px 0px 2px #602023; }

.section-sale .products-view-grid .product-box:hover .product-action {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px); }

.section-new-bestseller {
  background: url("//theme.hstatic.net/200000525899/1001103657/14/bestseller_new.png?v=427");
  background-size: cover;
  padding: 50px 0 70px; }
  .section-new-bestseller .owl-carousel .owl-nav .owl-prev, .section-new-bestseller .owl-carousel .owl-nav .owl-next {
    top: -55px;
    color: #fff;
    border-color: #fff; }
    .section-new-bestseller .owl-carousel .owl-nav .owl-prev:hover, .section-new-bestseller .owl-carousel .owl-nav .owl-next:hover {
      color: #602023;
      border-color: #602023; }
  .section-new-bestseller h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 10px; }
  .section-new-bestseller div[class*=col]:nth-child(2n+1) {
    clear: left; }
  .section-new-bestseller .products {
    background: #fff;
    padding: 0 15px; }
  .section-new-bestseller .product-mini-item {
    padding: 15px 0;
    margin: 0; }
    .section-new-bestseller .product-mini-item .product-info {
      width: calc(100% - 80px); }
    .section-new-bestseller .product-mini-item .product-img {
      width: 70px; }
    .section-new-bestseller .product-mini-item .star-off-png::before {
      color: #898989 !important; }
    .section-new-bestseller .product-mini-item .product-info h3 {
      margin-bottom: 0; }
      .section-new-bestseller .product-mini-item .product-info h3 a {
        color: #464646;
        font-weight: 400; }
        .section-new-bestseller .product-mini-item .product-info h3 a:hover {
          color: #602023; }
    .section-new-bestseller .product-mini-item .product-price {
      color: #602023; }

@media (max-width: 991px) {
  .section-sale .sale-product {
    width: 50%; }
  .section-sale .sale-banner {
    width: 50%; } }

@media (max-width: 767px) {
  .section-new-bestseller {
    padding: 20px 0 30px; }
  .section-sale .sale-product {
    width: 100%;
    float: none; }
  .section-sale .sale-banner {
    display: none; }
  .section-sale h2 {
    width: 100%; }
  .section-sale .owl-carousel .owl-nav .owl-prev, .section-sale .owl-carousel .owl-nav .owl-next {
    right: 25px;
    left: auto; }
  .section-sale .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 10px; } }

/*section-news-testimonial*/
.section-news-testimonial .owl-carousel .owl-nav .owl-prev, .section-news-testimonial .owl-carousel .owl-nav .owl-next {
  margin-top: -105px; }

.section-news-testimonial .blog-item {
  margin-bottom: 45px;
  border-bottom: none;
  padding-bottom: 0; }
  .section-news-testimonial .blog-item:last-child {
    margin-bottom: 0; }
  .section-news-testimonial .blog-item .blog-item-thumbnail {
    position: relative;
    margin-bottom: 10px; }
  .section-news-testimonial .blog-item .blog-item-name {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700; }
  .section-news-testimonial .blog-item .post-time {
    color: #333;
    font-size: 1em; }
    .section-news-testimonial .blog-item .post-time span {
      color: #333; }
      .section-news-testimonial .blog-item .post-time span.author {
        text-decoration: underline; }
  .section-news-testimonial .blog-item .blog-item-summary {
    font-size: 1em;
    margin-bottom: 0;
    color: #7d7d7d;
    line-height: 22px; }

/*Section brand*/
.section-brand {
  padding: 30px 0; }

.rowBrand {
  margin-left: -20px;
  margin-right: -20px; }

.brand-item img {
  margin: 0 auto; }

@media (max-width: 1199px) {
  .rowBrand {
    margin-left: 0;
    margin-right: 0; }
  .brand-item {
    width: 100%;
    margin: 0; } }
