/**

*/
/*	################################################################
1. MIXIN
2. VARIABLE
3. ELEMENTS
3.1 Title
3.2 Product item
3.3 Breadcrumb
3.4 Pagination
3.5 .....
4. HEADER	
4.1 Header Gerenal
4.2 Minicart
4.3 Menu
5. FOOTER
6. PRODUCT DETAIL		
7. COLLECTION		
8. BLOGS		
9. ARTICLE
10. CART
11. REGISTER,LOGIN, ACCOUNT,ORDER, ADDREDSS...
10.1 ....
10.2 ....
12. SIDEBAR
13. FIX APPS

################################################################# */
/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
2. Variable
==============================================================================*/
/*============================================================================
3. Element
==============================================================================*/
/*3.1 Title*/
.title-head {
  font-size: 1.71429em;
  font-weight: 700;
  color: #252525;
  text-decoration: none;
  margin-top: 0; }

.subtitle-head {
  font-size: 1.28571em;
  color: #252525;
  margin: 20px 0; }

/*3.2 Product item*/
.product-box {
  text-align: left;
  margin-bottom: 14px;
  background: #fff;
  position: relative; }
  .product-box .product-thumbnail {
    position: relative; }
    .product-box .product-thumbnail > a {
      display: block;
      text-align: center; }
    .product-box .product-thumbnail a img {
      width: 200%;
      height: auto; }
  .product-box .product-info {
    z-index: 10; }
  .product-box .product-name {
    font-size: 1.14286em;
    line-height: 18px;
    color: #252525;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    margin: 0;
    margin-bottom: 8px; }
    .product-box .product-name a {
      color: #252525;
      text-decoration: none; }
      .product-box .product-name a:hover {
        color: #602023; }
  .product-box .price-box {
    font-size: 16px; }
  .product-box .special-price {
    color: #602023;
    display: inline-block;
    font-size: 1.14286em;
    line-height: 23px;
    display: inline-block;
    font-weight: 400;
    margin: 0 10px 0 0px; }
  .product-box .old-price {
    text-decoration: line-through;
    font-size: 1em;
    line-height: 23px;
    display: inline-block;
    color: #adadad; }
  .product-box .sale-flash {
    position: absolute;
    font-size: 1em;
    color: #FFF;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    top: 15px;
    right: 0px;
    text-align: center;
    z-index: 99;
    background-color: #602023;
    font-size: 12px; }
  .product-box .product-summary {
    font-size: 1em;
    color: #acacac;
    line-height: 20px; }
  .product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

.products-view-grid .product-box {
  position: relative;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 40px; }
  .products-view-grid .product-box .product-thumbnail {
    margin: 6px 0 10px; }
  .products-view-grid .product-box .btn-square {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    line-height: 44px;
    text-align: center;
    padding: 0;
    color: #fff;
    margin: 10px 0;
    font-size: 13px;
    display: block;
    border-radius: 0; }
    .products-view-grid .product-box .btn-square:hover {
      border-color: #602023;
      background: #602023;
      color: #fff; }
    .products-view-grid .product-box .btn-square .fa-heart {
      line-height: 46px; }
    .products-view-grid .product-box .btn-square.iWishAdded {
      color: #602023; }
      .products-view-grid .product-box .btn-square.iWishAdded:hover {
        color: #fff; }
  .products-view-grid .product-box .product-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .products-view-grid .product-box .product-action form {
      margin: 0;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .products-view-grid .product-box .product-action form div .action-item {
        opacity: 0;
        visibility: hidden;
        top: 15px;
        position: relative; }
      .products-view-grid .product-box .product-action form div .action-item:nth-child(1) {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s; }
      .products-view-grid .product-box .product-action form div .action-item:nth-child(2) {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        transition-delay: .2s;
        top: 20px; }
      .products-view-grid .product-box .product-action form div .action-item:nth-child(3) {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        transition-delay: .3s;
        top: 25px; }
    .products-view-grid .product-box .product-action .action-info {
      padding-top: 20px;
      display: inline-block;
      letter-spacing: -0px; }
  .products-view-grid .product-box:hover .product-action {
    opacity: 1;
    visibility: visible; }
    .products-view-grid .product-box:hover .product-action form div .action-item {
      opacity: 1;
      visibility: visible;
      top: 0 !important; }

.products-view-list .product-box {
  margin-bottom: 30px; }
  .products-view-list .product-box .iwishAddWrapper {
    padding: 0 14px; }
    .products-view-list .product-box .iwishAddWrapper.iWishAdded .fa {
      color: #602023; }
  .products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left; }
  .products-view-list .product-box .product-info {
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px);
    background: transparent;
    border-top: none; }
  .products-view-list .product-box .product-name {
    font-size: 1.71429em;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px; }
  .products-view-list .product-box .product-price {
    margin-bottom: 10px; }
  .products-view-list .product-box .product-summary {
    color: #636363;
    margin-bottom: 5px; }
    .products-view-list .product-box .product-summary img {
      display: none; }
  .products-view-list .product-box .ion-android-cart {
    transform: translateY(1px);
    display: inline-block; }

.product-mini-item {
  padding: 30px 0;
  border-bottom: 1px dotted #e1e1e1; }
  .product-mini-item:last-child {
    border-bottom: none; }
  .product-mini-item .price {
    display: inline-block; }
  .product-mini-item .product-img {
    width: 100px;
    margin-right: 10px;
    float: left; }
  .product-mini-item .product-info {
    width: calc(100% - 110px);
    float: right; }
    .product-mini-item .product-info .price-box {
      border: none; }
    .product-mini-item .product-info h3 {
      margin-top: 0;
      font-size: 1em; }
      .product-mini-item .product-info h3 a {
        color: #898989; }
        .product-mini-item .product-info h3 a:hover {
          color: #602023; }
  .product-mini-item .product-price {
    font-size: 1.14286em; }

/*3.3 Breadcrumb*/
.bread-crumb {
  background-color: #efefef;
  margin-bottom: 50px;
  text-align: center;
  padding: 45px 0; }

.breadcrumb-title {
  font-size: 18px;
  text-transform: uppercase; }

.breadcrumb {
  margin: 0;
  font-size: 1.14286em;
  padding: 0;
  background-color: #efefef;
  border-radius: 0; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li + li:before {
      display: none; }
    .breadcrumb li > a {
      font-size: 1em;
      color: #898989; }
      .breadcrumb li > a > span {
        color: #898989; }
        .breadcrumb li > a > span:hover {
          color: #602023; }
    .breadcrumb li span {
      display: inline;
      color: #898989; }
      .breadcrumb li span .fa {
        color: #898989;
        font-size: 1em;
        margin: 3px; }
    .breadcrumb li strong span {
      color: #252525; }
    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
      color: #252525;
      font-weight: 300;
      font-size: 1em; }

/*3.4 Pagination*/
.pagination {
  margin: 24px 0 60px; }
  .pagination .page-link {
    float: left;
    margin: 2.5px;
    width: 40px;
    background: #fff;
    text-align: center;
    height: 40px;
    font-size: 1em;
    line-height: 40px;
    padding: 0;
    line-height: 40px;
    color: #252525;
    border: 1px solid #e1e1e1;
    text-decoration: none; }
    .pagination .page-link:hover {
      background-color: #602023;
      color: #fff; }
  .pagination .page-item.disabled .page-link {
    border: 0;
    display: none; }
  .pagination .page-item.active .page-link {
    background-color: #602023;
    border-color: #602023;
    color: #fff;
    display: block; }

.img1 {
  position: relative;
  overflow: hidden; }
  .img1 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s; }
  .img1:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1); }
  .img1::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0); }
  .img1:hover:before, .img1:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s; }
  .img1:hover img {
    transform: scale(1.05); }

.img25 {
  position: relative;
  overflow: hidden; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
  .img25 img {
    width: 100%;
    height: auto; }
  .img25:hover img {
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; }

.img26 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .img26 img {
    width: 100%;
    height: auto; }
  .img26:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .img26:hover:before {
    width: 15%;
    height: 15%; }

/*============================================================================
4. Header
==============================================================================*/
/*4.1  Header Gerenal*/
header {
  background: #fff; }

.topbar {
  background: #602023 url(//theme.hstatic.net/200000525899/1001103657/14/bg-topbar.png?v=427);
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff; }
  .topbar .container {
    border-bottom: 1px solid #e1e1e1; }
  .topbar .addr {
    float: left; }
  .topbar .list-inline > span {
    padding: 0 5px 0 15px; }
    .topbar .list-inline > span > a {
      color: #fff; }
  .topbar .phone {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.96929em;
    float: left;
    margin-left: 30px;
    position: relative; }
    .topbar .phone > a {
      color: #fff; }
    .topbar .phone i {
      position: absolute;
      height: 30px;
      width: 2px;
      background: #fff;
      left: -14px;
      top: 10px; }
  .topbar .list-inline li {
    margin-right: 15px; }
  .topbar input.input-group-field.st-default-search-input.search-text {
    border: none;
    margin-top: 5px;
    color: #333;
    height: 40px;
    font-size: 0.85714em;
    width: 290px; }
    .topbar input.input-group-field.st-default-search-input.search-text::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #252525 !important; }
    .topbar input.input-group-field.st-default-search-input.search-text::-moz-placeholder {
      /* Firefox 19+ */
      color: #252525 !important; }
    .topbar input.input-group-field.st-default-search-input.search-text:-ms-input-placeholder {
      /* IE 10+ */
      color: #252525 !important; }
    .topbar input.input-group-field.st-default-search-input.search-text:-moz-placeholder {
      /* Firefox 18- */
      color: #252525 !important; }
  .topbar i.fa.fa-search {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #602023;
    color: #fff; }

.header-icon {
  font-size: 16px;
  margin-left: 20px;
  line-height: 75px; }
  .header-icon .fa.fa-heart {
    font-size: 14px; }
  .header-icon .fa-search {
    font-size: 15px; }

.logo {
  display: inline-block;
  line-height: 75px; }

.inline-block.account-dr {
  position: relative; }
  .inline-block.account-dr:hover ul.account-ct {
    display: block; }

ul.account-ct {
  display: none;
  position: absolute;
  min-width: 200px;
  background: #fff;
  z-index: 10;
  padding: 15px;
  border: 1px solid #ebebeb; }
  ul.account-ct li {
    line-height: 20px;
    margin: 0;
    display: block;
    float: none;
    text-align: left;
    font-size: 13px; }
    ul.account-ct li i {
      min-width: 15px; }
      ul.account-ct li i.fa-heart {
        font-size: 11px; }
    ul.account-ct li a {
      color: #898989;
      letter-spacing: -0.1px; }
      ul.account-ct li a:hover {
        color: #602023; }

.top-cart-contain .dropdown-toggle:hover .dropdown-content {
  display: block; }

.top-cart-contain .dropdown-toggle .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 75px;
  left: auto;
  width: 350px;
  background: #fff;
  padding: 20px;
  z-index: 100;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4); }

.header_search {
  width: 100%;
  display: inline-block; }
  .header_search input {
    float: right; }
  .header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px; }
  .header_search .input-group {
    width: 100%;
    margin-bottom: 0; }
  .header_search button {
    padding: 0;
    width: 45px;
    background: transparent; }
    .header_search button img {
      margin-top: 6px; }

.menu2 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.92857em;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 35px;
  background: #fcfcfc url(//theme.hstatic.net/200000525899/1001103657/14/bg-menu2.png?v=427);
  text-align: center; }
  .menu2 ul {
    text-align: center; }
  .menu2 li.inline-block {
    display: inline-block !important;
    float: none;
    padding: 0 10px;
    font-style: italic; }
    .menu2 li.inline-block a {
      color: #898989;
      list-style: none; }
      .menu2 li.inline-block a:hover {
        color: #602023; }

/*4.2  Minicart*/
.mini-cart {
  z-index: 10;
  text-align: center;
  display: inline-block;
  float: right; }
  .mini-cart:hover .top-cart-content {
    display: block;
    top: 75px; }
  .mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none; }
  .mini-cart .cart-label {
    color: #252525;
    position: relative; }
    .mini-cart .cart-label i {
      font-size: 16px; }
    .mini-cart .cart-label span#cart-total {
      position: absolute;
      top: -15px;
      left: calc(100% + -4px);
      font-size: 12px;
      line-height: 23px;
      width: 20px;
      height: 20px;
      background: #602023;
      color: #fff;
      border-radius: 50%; }

.top-cart-contain {
  color: #333;
  padding: 0;
  right: 0;
  z-index: 1000;
  height: 50px;
  width: 100%; }
  .top-cart-contain .price {
    color: #602023;
    text-transform: uppercase; }
  .top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700; }
  .top-cart-contain .product-details .price {
    color: #602023;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px; }

.top-cart-content {
  display: none;
  position: absolute;
  right: 15px;
  background: #fff;
  padding: 0;
  text-align: left;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  z-index: 10000; }
  .top-cart-content .empty {
    text-align: left;
    color: #333; }
  .top-cart-content .product-details-bottom {
    margin-bottom: 13px;
    line-height: 33px; }
  .top-cart-content .product-name {
    margin: 0;
    line-height: 1;
    padding-right: 20px; }
    .top-cart-content .product-name a {
      font-size: 1em;
      line-height: normal;
      line-height: 20px !important;
      font-weight: 400;
      color: #333;
      word-break: break-word; }
      .top-cart-content .product-name a:hover {
        color: #602023; }
  .top-cart-content li {
    list-style: none; }
    .top-cart-content li.item {
      overflow: hidden;
      border-top: solid 1px #e1e1e1;
      padding: 15px 0px 0px 0px; }
      .top-cart-content li.item .border_list {
        overflow: hidden; }
      .top-cart-content li.item:first-child {
        border-top: none;
        padding-top: 10px; }
      .top-cart-content li.item:last-child {
        margin: 0;
        border-bottom: none; }
      .top-cart-content li.item .product-image {
        float: left;
        display: block;
        width: 110px;
        height: 110px;
        margin-right: 10px;
        margin-bottom: 5px; }
      .top-cart-content li.item .detail-item {
        width: calc(100% - 140px);
        float: left;
        display: block;
        text-align: justify;
        word-break: break-word;
        position: relative; }
        .top-cart-content li.item .detail-item .product-details-bottom .qty_drop_cart {
          line-height: 0px; }
        .top-cart-content li.item .detail-item .fa {
          position: absolute;
          top: 3px;
          right: -10px; }
          .top-cart-content li.item .detail-item .fa:hover {
            color: #602023;
            text-decoration: none; }
        .top-cart-content li.item .detail-item input {
          display: inline-block;
          width: 22px;
          height: 24px;
          min-height: 24px;
          padding: 0;
          text-align: center;
          margin: 0;
          border-radius: 0;
          border-left: 0;
          border-right: 0;
          transform: translateY(1px); }
        .top-cart-content li.item .detail-item button.items-count {
          display: inline-block;
          cursor: pointer; }
  .top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #e1e1e1 solid; }

.top-subtotal {
  color: #333;
  font-size: 1.14286em;
  font-weight: 400;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  text-align: left;
  text-transform: none; }
  .top-subtotal .price {
    font-weight: 700;
    color: #602023;
    float: right; }

.qty_drop_cart {
  position: relative; }
  .qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
    width: 21px;
    height: 15px;
    color: #000; }
    .qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
      color: #602023; }
  .qty_drop_cart button.btn_increase {
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    /* margin-left: -26px; */
    border: 1px solid #ebebeb;
    background: none !important;
    font-size: 14px; }
  .qty_drop_cart button.btn_reduced {
    height: 24px;
    width: 24px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    /* margin-left: -26px; */
    border: 1px solid #ebebeb;
    background: none !important;
    font-size: 14px; }

.top-subtotal {
  color: #333;
  font-size: 1.14286em;
  font-weight: 400;
  padding: 12px 0 10px;
  text-align: left;
  text-transform: none; }
  .top-subtotal .price {
    font-weight: 700;
    color: #602023;
    float: right; }

ul#cart-sidebar {
  padding: 15px;
  margin: 0;
  max-height: 625px;
  min-width: 350px; }
  ul#cart-sidebar .list-item-cart {
    max-height: 430px;
    overflow: auto; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
      width: 4px;
      background-color: #F5F5F5; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
      background-color: #000000;
      border: 2px solid #e1e1e1; }
    ul#cart-sidebar .list-item-cart li.list-item {
      max-height: 400px;
      overflow-y: auto; }
    ul#cart-sidebar .list-item-cart li.action {
      display: none; }
    ul#cart-sidebar .list-item-cart.hasclass li.action {
      display: block; }
    ul#cart-sidebar .list-item-cart li.list-item .price2 {
      font-weight: 700;
      color: #602023;
      font-size: 14px;
      display: list-item;
      margin-bottom: 5px; }
    ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar {
      width: 5px; }
    ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.9); }
    ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
      background: #602023;
      border-radius: 15px; }
      ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
        background: #602023;
        border-radius: 15px; }
  ul#cart-sidebar .no-item {
    height: 40px; }
    ul#cart-sidebar .no-item p {
      margin: 0px;
      line-height: 3; }
  ul#cart-sidebar .right_ct {
    text-align: center;
    padding-top: 10px; }
    ul#cart-sidebar .right_ct .btn {
      margin: 0 10px !important;
      display: inline-block;
      min-width: 150px; }
      ul#cart-sidebar .right_ct .btn.btn-primary {
        margin-left: 0 !important; }
      ul#cart-sidebar .right_ct .btn.btn-white {
        margin-right: 0 !important; }

.li-fix-1 {
  background: #FFF;
  border-top: 1px solid #ebebeb;
  display: block; }

.li-fix-2 {
  display: block;
  width: 295px; }

/*4.3 Menu*/
header nav .nav {
  position: static;
  text-align: left; }

header nav li.menu-line {
  display: inline-block;
  color: #e1e1e1; }

header nav .nav-item {
  display: inline-block;
  position: relative;
  margin-right: 5px; }
  header nav .nav-item.has-mega {
    position: static; }
  header nav .nav-item > a {
    padding: 20px 20px 20px 0;
    line-height: 35px;
    color: #252525;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase; }
    header nav .nav-item > a:hover {
      color: #602023; }
    header nav .nav-item > a.fa {
      display: inline-block;
      transform: translateY(-1px);
      margin-left: 2px; }
  header nav .nav-item > .fa {
    color: #fff;
    position: absolute;
    right: 0;
    top: 33px; }
  header nav .nav-item .nav-item-lv2 {
    padding: 0 10px; }
  header nav .nav-item .nav-item-lv3 {
    padding: 0 10px; }
  header nav .nav-item:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
    padding: 15px 0;
    min-width: 200px; }
    header nav .nav-item:hover > .dropdown-menu li {
      padding: 4px 15px; }
      header nav .nav-item:hover > .dropdown-menu li a {
        line-height: 16px; }
        header nav .nav-item:hover > .dropdown-menu li a i {
          float: right; }
        header nav .nav-item:hover > .dropdown-menu li a:hover {
          color: #602023; }
  header nav .nav-item:hover > .mega-content {
    display: block;
    text-align: left; }
    header nav .nav-item:hover > .mega-content .h4 {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
    header nav .nav-item:hover > .mega-content li.level2 {
      line-height: 16px;
      padding: 4px 0; }
  header nav .nav-item li.dropdown-submenu {
    position: relative;
    clear: left; }
    header nav .nav-item li.dropdown-submenu .dropdown-menu {
      left: 100%;
      top: 0; }
    header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
      display: block;
      border-radius: 0; }

header nav .mega-content {
  display: none;
  position: absolute;
  width: 1140px;
  background: #fff;
  z-index: 100;
  padding: 20px;
  border: 1px solid #ebebeb;
  left: 15px; }
  header nav .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px; }

/*============================================================================
5. FOOTER
==============================================================================*/
footer {
  position: relative;
  overflow: hidden; }
  footer .footer-inner {
    padding: 65px 0 25px; }
  footer i.fix-height {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    display: inline-block; }
  footer .footer-info-widget h4 {
    font-size: 1.28571em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
  footer .footer-info-widget p {
    color: #cfd2d3;
    font-size: 1.14286em; }
    footer .footer-info-widget p.hotline {
      font-size: 2em;
      color: #fff;
      font-weight: 700;
      margin-bottom: 15px;
      margin-top: -8px; }
      footer .footer-info-widget p.hotline a {
        color: #fff; }
        footer .footer-info-widget p.hotline a:hover {
          color: #602023; }
  footer .footer-info-widget form {
    position: relative; }
    footer .footer-info-widget form input {
      height: 50px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 1.14286em; }
    footer .footer-info-widget form button {
      position: absolute;
      right: 0;
      background: transparent;
      border: none;
      line-height: 50px;
      font-size: 2.14286em;
      color: #a6a6ad;
      padding-right: 10px; }
  footer .list-inline .fa {
    color: #fff;
    margin-right: 20px;
    font-size: 2.14286em; }
    footer .list-inline .fa:hover {
      color: #602023; }
  footer .site-footer {
    background: #252525; }
    footer .site-footer h4 {
      position: relative;
      color: #fff;
      margin: 0;
      padding: 13px 0;
      font-size: 1.28571em;
      font-weight: 400;
      text-transform: uppercase; }
  footer .list-menu {
    margin-bottom: 15px;
    line-height: 24px;
    color: #898989; }
    footer .list-menu.list-right {
      line-height: 32px;
      font-size: 14px;
      margin-top: -4px; }
      footer .list-menu.list-right li {
        border-bottom: 1px solid #898989; }
    footer .list-menu a {
      color: #898989; }
      footer .list-menu a:hover {
        color: #602023; }
    footer .list-menu li {
      color: #898989; }
    footer .list-menu.contact .fa {
      width: 20px;
      margin-right: 5px;
      color: #602023; }
    footer .list-menu.list-showroom .fa {
      float: left;
      line-height: 23px;
      min-width: 20px; }
    footer .list-menu.list-showroom p {
      padding-left: 20px; }
  footer form {
    position: relative;
    margin: 5px 0 15px; }
    footer form input {
      margin-bottom: 10px !important; }
    footer form button#subscribe {
      background: transparent;
      color: #898989;
      border-color: #898989; }
      footer form button#subscribe:hover {
        color: #602023;
        border-color: #602023; }
  footer .social-icons .fallback-text {
    font-size: 0;
    display: none; }
  footer .social-icons .icon-fallback-text {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 20px;
    color: #898989; }
    footer .social-icons .icon-fallback-text:hover {
      color: #fff; }
  footer .about-content {
    margin-bottom: 15px;
    border-bottom: 1px solid #898998;
    padding-bottom: 4px; }
  footer .copyright {
    text-align: center;
    color: #898989;
    font-size: 1em;
    position: relative;
    padding: 16px 0;
    background: #2f2f2f; }
    footer .copyright a {
      font-weight: 700;
      color: #fff; }
      footer .copyright a:hover {
        color: #602023; }
    footer .copyright .footer-menu a {
      color: #898989;
      font-weight: 400;
      padding: 0 9px; }
    footer .copyright span {
      font-weight: 400;
      color: #898989;
      font-size: 1em; }
      footer .copyright span b {
        color: #fff;
        font-weight: 400; }
      footer .copyright span a {
        font-weight: 400; }
      footer .copyright span.fot-line {
        font-size: 14px; }
  footer .back-to-top {
    position: absolute;
    top: auto !important;
    right: 20px;
    bottom: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    width: 40px;
    z-index: 100;
    height: 40px;
    border: 1px solid #ebebeb;
    line-height: 40px;
    background: #fff; }
    footer .back-to-top.show {
      position: fixed; }

/*============================================================================
6. Product detail
==============================================================================*/
.details-product .rte {
  color: #898989;
  font-size: 15px;
  line-height: 24px;
  margin-top: 5px; }

.details-product h1.title-head {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

.details-product span.line {
  margin: 0 5px;
  transform: translateY(-1px);
  display: inline-block; }

.details-product .masp {
  color: #898989; }

.details-product .detail-header-info {
  width: 100%;
  padding-top: 26px;
  border-top: 1px solid #ebebeb;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb; }

.details-product .inventory_quantity {
  color: red; }
  .details-product .inventory_quantity span {
    color: red; }

.details-product .large-image img {
  border: 1px solid #ebebeb;
  width: 100%; }

.details-product .contact {
  font-weight: 700;
  font-size: 1.28571em; }
  .details-product .contact a {
    color: #ff0000; }

.details-product #gallery_01 {
  margin-top: 20px; }
  .details-product #gallery_01 img {
    border: 1px solid #ebebeb; }
    .details-product #gallery_01 img:hover {
      border: 1px solid #252525; }

.details-product .owl-carousel.owl-loaded {
  overflow: hidden; }

.details-product .details-pro .product-price {
  font-size: 1.71429em;
  display: inline-block; }

.details-product .details-pro .price-box del {
  color: #adadad;
  font-size: 1.42857em; }

.details-product .selector-wrapper {
  min-width: 260px; }

.details-product .custom-btn-number {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  width: 100px;
  display: inline-block; }
  .details-product .custom-btn-number #qty {
    height: 60px;
    font-size: 1em;
    margin: 0;
    padding: 0 23px; }
  .details-product .custom-btn-number .qtyminus {
    position: absolute;
    right: 17px;
    text-align: center;
    bottom: 5px;
    width: 20px;
    height: 25px;
    line-height: 13px;
    font-size: 1em;
    cursor: pointer;
    color: #898989; }
  .details-product .custom-btn-number .qtyplus {
    position: absolute;
    right: 17px;
    text-align: center;
    top: 5px;
    width: 20px;
    height: 25px;
    line-height: 35px;
    font-size: 1em;
    cursor: pointer;
    color: #898989; }

.details-product .social-media .inline {
  min-width: 80px;
  display: inline-block !important; }

.details-product .social-media a {
  font-size: 18px;
  margin-right: 8px; }

.details-product .tag-product .inline {
  min-width: 80px;
  display: inline-block !important; }

.details-product .tag-product a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #ebebeb;
  margin-right: 8px;
  margin-bottom: 5px; }

.details-product .box-variant.clearfix {
  border-top: 1px solid #ebebeb;
  padding-top: 10px; }

.details-product .form-detail-action {
  width: 100%;
  padding: 26px 0 18px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .details-product .form-detail-action label {
    font-weight: 400;
    display: inline-block;
    min-width: 80px; }
  .details-product .form-detail-action button {
    float: right;
    height: 60px;
    width: calc(100% - 269px);
    font-size: 1.28571em;
    text-transform: uppercase; }
  .details-product .form-detail-action .btn-white {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    transform: translateY(-5px);
    margin-left: 10px; }
    .details-product .form-detail-action .btn-white.iWishAdded i {
      color: red; }

.details-product .form-wishlist {
  margin: 0;
  right: 30px;
  top: 15px;
  z-index: 10; }
  .details-product .form-wishlist a {
    padding: 0;
    border: none;
    color: #898989;
    background: #fff;
    border-radius: 50%;
    line-height: 34px;
    width: 33px;
    height: 33px;
    text-align: center; }
    .details-product .form-wishlist a.iWishAdded {
      color: #602023; }

.related-product {
  margin-top: 0 !important; }

#recently-viewed-products .image {
  float: left;
  width: 90px;
  margin-right: 10px; }

#recently-viewed-products .info {
  width: calc(100% - 100px);
  float: right; }

.zoomWrapper {
  width: 100% !important;
  height: auto !important; }

.zoomWrapper img {
  position: static !important;
  width: 100% !important;
  height: auto !important; }
  .zoomWrapper img ~ img {
    display: none !important; }

.product-tab .tab-link {
  padding: 0 40px;
  border-left: 1px solid #e1e1e1;
  background: #fbfbfb;
  margin: 0 !important; }
  @media (min-width: 768px) {
    .product-tab .tab-link {
      float: left; } }
  .product-tab .tab-link h3 {
    margin: 10px 0;
    font-size: 1.14286em; }
  .product-tab .tab-link span {
    font-size: 1.14286em; }
  .product-tab .tab-link.current {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ebebeb; }
    @media (min-width: 768px) {
      .product-tab .tab-link.current:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        z-index: 1111;
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px; } }

.product-tab .tab-content {
  border: 1px solid #e1e1e1 !important;
  display: none; }

.product-tab .tab-content.current {
  display: block;
  padding: 24px;
  border: 1px solid #e1e1e1 !important;
  min-height: 200px; }
  @media (min-width: 768px) {
    .product-tab .tab-content.current {
      margin-top: -7px; } }

ul.tabs.tabs-title {
  display: inline-block;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }

/*============================================================================
7. Collection
==============================================================================*/
.products-view-grid .col-lg-4:nth-child(3n+1) {
  clear: left; }

.view-mode > a {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden; }

.view-mode span {
  font-size: 0; }

.tt span {
  font-size: 14px;
  font-family: Roboto; }

.tt.hidden-sm.hidden-xs {
  display: inline-block;
  transform: translateY(-11px);
  -webkit-transform: translateY(-11px);
  -moz-transform: translateY(-11px);
  margin-left: 10px; }

.button-view-mode {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  box-shadow: none;
  line-height: 30px;
  border: 1px solid #ebebeb;
  font-size: 1em;
  color: #ccc; }
  .button-view-mode.active {
    color: #252525;
    box-shadow: none; }
    .button-view-mode.active a {
      color: #252525; }

.sortPagiBar {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 15px; }

/*============================================================================
8. BLOGS
==============================================================================*/
.col-49 {
  width: 44.444444%;
  padding: 0 15px;
  float: left; }

.col-59 {
  width: 55.555555%;
  padding: 0 15px;
  float: left; }

@media (max-width: 767px) {
  .col-49,
  .col-59 {
    width: 100%;
    float: none; } }

.blog-item {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #cccccc; }
  .blog-item:last-child {
    margin-bottom: 0; }
  .blog-item .date {
    position: absolute;
    background: #602023;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    z-index: 10; }
    .blog-item .date span {
      display: block;
      line-height: 45px; }
      .blog-item .date span ~ span {
        overflow: hidden;
        border-top: 1px solid #fff; }

.blog-item-name {
  font-weight: 400;
  position: relative;
  font-size: 1.5em;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 17px; }
  .blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 0.78571em;
    color: #602023; }

.post-time {
  color: #898989;
  font-size: 0.92857em;
  margin-bottom: 10px; }
  .post-time span {
    color: #252525; }

.blog-item-summary {
  font-size: 1em;
  margin-bottom: 20px;
  color: #7d7d7d;
  line-height: 20px; }

.blog-item-thumbnail {
  position: relative; }

.blog-list h5 {
  text-transform: uppercase;
  line-height: 26px;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 5px; }

.blog-list .loop-blog {
  min-height: 80px;
  overflow: hidden;
  padding: 10px 0px 10px; }
  .blog-list .loop-blog .thumb-left {
    width: 90px;
    max-width: 90px;
    height: auto;
    display: block;
    float: left; }
  .blog-list .loop-blog .title-right {
    display: block;
    float: left;
    width: calc(100% - 100px);
    margin-left: 10px; }
    .blog-list .loop-blog .title-right h3 {
      font-size: 1em;
      line-height: 22px;
      margin: 0px;
      word-break: break-word;
      font-weight: 300; }
      .blog-list .loop-blog .title-right h3:hover a {
        text-decoration: none;
        color: #602023; }

.blog-list .more_blog a {
  line-height: 3;
  font-size: 1.07143em;
  color: #898989;
  display: block; }
  .blog-list .more_blog a:hover {
    text-decoration: none;
    color: #602023; }

/*============================================================================
9. Article
==============================================================================*/
.article-main .rte {
  color: #7d7d7d; }

.article-main .article-image {
  margin-bottom: 30px;
  text-align: center; }
  .article-main .article-image a {
    margin: 0 auto; }

.article-main .article-title {
  font-size: 1.71429em;
  margin: 0 0 8px;
  line-height: 27px; }

.article-main .post-time {
  margin-bottom: 20px; }

.article-main .article-content {
  font-size: 1.14286em; }

.article-main .form-group {
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px; }

.tag-share {
  clear: left;
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
  line-height: 30px; }
  .tag-share .social-media {
    color: #7d7d7d; }
    .tag-share .social-media a {
      margin-left: 5px;
      width: 24px;
      height: 24px;
      border: 1px solid #7d7d7d;
      display: inline-block;
      line-height: 24px;
      text-align: center;
      border-radius: 50%;
      color: #7d7d7d;
      font-size: 12px; }
      .tag-share .social-media a:hover {
        color: #333;
        border-color: #333; }

.tag_article {
  color: #7d7d7d; }
  .tag_article .fa {
    margin-right: 5px;
    transform: translateY(1px); }
  .tag_article a {
    color: #7d7d7d; }
    .tag_article a:hover {
      color: #333; }

@media (max-width: 767px) {
  .tag-share > div {
    text-align: left !important; } }

.title-form-coment {
  font-size: 18px;
  margin-bottom: 20px; }

#article-comments {
  margin-top: 30px; }
  #article-comments .article-comment {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb; }
  #article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 100px;
    margin-right: 12px; }
  #article-comments .article-comment-user-comment {
    padding-left: 110px;
    word-break: break-word;
    font-size: 1em; }
  #article-comments .user-name-comment {
    margin: 0;
    color: #602023;
    font-size: 1em;
    line-height: 1; }
  #article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac; }

.social-media {
  font-size: 1em; }
  .social-media .list-inline li {
    margin-right: 20px; }

.section-news-2 {
  margin-bottom: 20px; }

/*============================================================================
10. CONTACT 
==============================================================================*/
.contact h2.contact-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0; }

.contact .page_contact #login .title-head {
  font-weight: bold;
  line-height: 24px; }
  .contact .page_contact #login .title-head span {
    font-size: 1.28571em; }

.contact .form-group label {
  width: 100px;
  float: left;
  font-weight: 300;
  text-align: right;
  padding-right: 3px;
  line-height: 40px; }

.contact .form-group .form-control {
  display: block;
  width: calc(100% - 100px);
  float: left; }

.contact .info-contact > p {
  color: #636363; }

.contact .info-contact .widget-menu {
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 1.07143em; }
  .contact .info-contact .widget-menu li {
    display: block;
    padding-bottom: 10px; }
    .contact .info-contact .widget-menu li .block_icon {
      display: block;
      float: left;
      padding: 0px;
      width: 18px;
      line-height: 1;
      color: #252525;
      margin-left: 2px;
      transform: translateY(4px);
      -webkit-transform: translateY(4px);
      -moz-transform: translateY(4px); }
    .contact .info-contact .widget-menu li p, .contact .info-contact .widget-menu li a {
      display: inline;
      width: calc(100% - 37px);
      line-height: 20px;
      margin: 0px;
      color: #636363; }
    .contact .info-contact .widget-menu li a {
      color: #636363; }
      .contact .info-contact .widget-menu li a:hover {
        color: #602023; }
      .contact .info-contact .widget-menu li a.mail {
        color: #0072bc; }
        .contact .info-contact .widget-menu li a.mail:hover {
          color: #602023; }

/*============================================================================
10. CART
==============================================================================*/
.pd-right {
  padding-left: 0px; }

.cart-heading h1.title-head {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5px; }

.main-container {
  min-height: 300px; }
  .main-container .col-main {
    float: none;
    width: auto; }
    .main-container .col-main .cart .bg-scroll {
      border-top: none;
      overflow: hidden;
      border-top: none; }
    .main-container .col-main .cart .cart-thead {
      font-weight: bold;
      font-size: 13px;
      clear: both;
      width: 100%;
      border: 1px solid #ebebeb;
      float: left;
      min-width: 400px; }
    .main-container .col-main .cart .cart-thead div {
      float: left;
      padding: 10px 0;
      color: #363636;
      text-align: center;
      font-size: 16px;
      font-weight: 600; }
    .main-container .col-main .cart .nobr {
      white-space: nowrap; }
    .main-container .col-main .cart .cart div.a-right {
      text-align: right; }
    .main-container .col-main .cart .cart div.a-center {
      text-align: center; }
    .main-container .col-main .cart .cart-tbody {
      width: 100%;
      float: left;
      margin-top: 10px;
      border: 1px solid #ebebeb;
      border-bottom: none; }
    .main-container .col-main .cart .cart-tbody .item-cart {
      border-bottom: 1px solid #ebebeb;
      width: 100%;
      float: left; }
    .main-container .col-main .cart .item-cart .image .product-image img {
      max-width: 120px;
      width: auto;
      height: auto;
      max-height: 100%; }
    .main-container .col-main .cart .cart-tbody .item-cart div {
      line-height: 20px;
      vertical-align: top;
      height: 155px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      flex-direction: column;
      float: left; }
      .main-container .col-main .cart .cart-tbody .item-cart div.image {
        padding-left: 0; }
        .main-container .col-main .cart .cart-tbody .item-cart div.image a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 115px;
          padding: 0; }
    .main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
      padding: 10px 0 6px;
      position: relative; }
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
      width: 78px;
      display: block;
      text-align: center;
      color: #898989; }
      .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%; }
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
      display: block;
      height: auto;
      width: 100%;
      padding: 10px 0;
      flex: 1;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      max-height: 230px;
      height: 155px;
      text-align: center; }
    @media (max-width: 991px) {
      .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0; } }
    .main-container .col-main .cart .cart-tbody .item-cart div .product-name {
      margin: 0px;
      padding-bottom: 0px;
      font-size: 15px;
      font-weight: normal;
      line-height: 24px;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      text-transform: inherit; }
      .main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
        display: block;
        max-height: 75px;
        overflow: hidden;
        text-transform: inherit; }
    .main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
      height: auto;
      border-right: none;
      width: 70%;
      min-width: 105px; }
    .main-container .col-main .cart .cart .product-name a {
      font-size: 14px; }
    .main-container .col-main .cart .item-cart .input_qty_pr .items-count {
      border: 1px solid #ebebeb;
      outline: none;
      background: #fff;
      height: 24px;
      width: 24px;
      vertical-align: baseline;
      text-align: center;
      padding: 0; }
    .main-container .col-main .cart .variant-title {
      color: #686868; }
    .main-container .col-main .cart .cart-tbody .item-cart div .price {
      line-height: 6;
      font-size: 1.28571em;
      color: 3000;
      font-weight: 700; }
    .main-container .col-main .cart .item-cart .items-count {
      border: 1px solid #ebebeb;
      outline: none;
      background: #fff;
      height: 24px;
      width: 21px;
      vertical-align: top;
      text-align: center;
      padding: 0; }
    .main-container .col-main .cart .item-cart .number-sidebar {
      border: 1px solid #ddd;
      height: 40px;
      text-align: center;
      display: block;
      width: 100%;
      padding: 0;
      line-height: 15px; }
    .main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
      background-color: #fff;
      background-image: url(//theme.hstatic.net/200000525899/1001103657/14/bin.png?v=427);
      color: #363636;
      cursor: pointer;
      padding: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      cursor: pointer;
      text-decoration: none;
      float: left;
      transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      border: none;
      width: 100%;
      margin-top: -3px;
      display: block;
      text-align: center;
      color: #898989;
      background-repeat: no-repeat;
      background-position: center; }
    .main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
      font-size: 0; }
    .main-container .col-main .cart .btn-proceed-checkout {
      background: #602023;
      line-height: 35px;
      color: #fff;
      height: 45px;
      padding: 0 50px;
      border-radius: 0px;
      font-size: 14px;
      border: none;
      font-weight: 600; }
    .main-container .col-main .cart .btn.btn-white {
      margin-right: 5px;
      border: 2px solid #363636; }
      .main-container .col-main .cart .btn.btn-white:hover {
        border-color: #602023; }
    .main-container .col-main .cart .totals .inner {
      padding: 0px 0 15px;
      margin-top: 0;
      margin-right: 1px; }
    .main-container .col-main .cart #shopping-cart-totals-table tr td {
      border: none;
      padding: 15px;
      padding-bottom: 15px;
      padding-right: 0; }
      .main-container .col-main .cart #shopping-cart-totals-table tr td strong {
        padding-left: 20px; }
      .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 260px;
        font-size: 14px; }
    .main-container .col-main .cart #shopping-cart-totals-table {
      width: 100%;
      padding-bottom: 8px;
      background: #fff; }
    .main-container .col-main .cart ul.checkout {
      clear: left;
      padding: 17px;
      margin-bottom: 30px;
      text-align: right;
      padding-right: 0;
      border-top: none; }
      .main-container .col-main .cart ul.checkout .inline-block {
        display: block !important;
        line-height: 45px;
        padding-right: 0px;
        font-size: 15px; }
        .main-container .col-main .cart ul.checkout .inline-block .price {
          color: #000;
          font-size: 15px; }
    .main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
      padding: 10px;
      background: none !important;
      box-shadow: none !important;
      color: #363636 !important;
      height: 50px;
      vertical-align: middle; }
    .main-container .col-main .cart span.totals_price.price {
      color: #602023;
      font-family: "Arial", sans-serif;
      font-size: 14px;
      font-weight: 700; }
    .main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
      min-height: 0;
      position: static;
      display: inline-block;
      float: none;
      margin-bottom: 0; }
    .main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
      left: 15px;
      top: 20px;
      outline: none;
      background: #fff;
      font-weight: 700;
      vertical-align: baseline;
      text-align: center;
      padding: 0;
      border: none;
      color: #363636;
      display: inline-block;
      position: absolute;
      margin: 0;
      line-height: 24px; }
      .main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-plus {
        top: 18px;
        left: auto;
        right: 15px;
        line-height: 25px; }
  .main-container button.btn.btn-gray.margin-right-15.f-right {
    background: #f1f1f1;
    color: #363636;
    border: 1px solid #ebebeb;
    height: 45px;
    padding: 0 50px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600; }

@media (max-width: 1199px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 196px; } }

@media (max-width: 991px) {
  .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item span {
    width: 34px;
    height: 34px;
    line-height: 33px; }
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 252px; }
  .main-container .col-main .cart .totals .inner {
    margin-right: 0; } }

@media (max-width: 767px) {
  .item-product .title-product-cart-mobile {
    max-width: 150px; }
  /*Gio hang*/
  .sign_main {
    background: #f7f8f9;
    margin-top: 40px; }
  .main {
    border-bottom: solid 1px #ebebeb;
    background: #fff;
    margin-top: 40px; }
  .main-container {
    margin-top: -40px; }
  .cart-mobile {
    padding: 10px 0px 0px 0px; }
  .header-cart {
    padding: 10px 15px 0px;
    border-bottom: solid 1px #ebebeb;
    margin-top: -10px; }
  .header-cart-content {
    margin-top: 10px; }
  .header-cart-content .content-product-list {
    min-height: 110px; }
  /*.header-cart {padding-bottom: 10px; margin-bottom: 10px;}*/
  .header-cart .title-cart {
    line-height: 10px; }
  .header-cart-price {
    padding: 20px 17px; }
  .title-cart h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  .title-cart p {
    font-family: Arial , sans-serif;
    font-size: 12px;
    color: #9c9c9c; }
  .title-cart a {
    float: right;
    margin-top: -28px;
    color: #602023;
    font-size: 16px;
    line-height: 27px;
    font-family: Arial, sans-serif; }
  .btn-proceed-checkout-mobile {
    width: 100%;
    line-height: 27px;
    color: #fff;
    height: 40px;
    font-size: 14px;
    border: none;
    background: #602023; }
  .content-product-list .item-product {
    padding: 15px 15px;
    min-height: 110px;
    border-bottom: solid 1px #ebebeb;
    overflow: hidden; }
  .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
    float: left; }
  .item-product-cart-mobile {
    width: 100px;
    text-align: center;
    margin-right: 10px; }
  .item-product-cart-mobile img {
    max-width: 100px; }
  .select-item-qty-mobile {
    float: right;
    text-align: center; }
  .title-product-cart-mobile a {
    word-break: break-word;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #363636; }
  .select-item-qty-mobile input.qty {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 400;
    margin: 0 !important;
    outline: medium none;
    padding: 5px 5px 5px 12px;
    width: 41px; }
  .title-product-cart-mobile p {
    line-height: 2;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #898989; }
  .title-product-cart-mobile span {
    color: #602023; }
  .select-item-qty-mobile a {
    line-height: 3;
    color: #363636;
    font-family: 'Open Sans', sans-serif; } }

@media screen and (max-width: 767px) {
  .select-item-qty-mobile .txt_center input {
    height: 25px;
    width: 24px;
    text-align: center;
    margin: 0px;
    padding: 0;
    position: absolute;
    left: 22px;
    min-height: 0; }
  .item-product .title-product-cart-mobile {
    max-width: 150px; }
  .title-product-cart-mobile h3 {
    line-height: 1;
    margin: 0; }
  .main-cart-page {
    min-height: auto !important; }
  .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    line-height: 1;
    max-width: 23px !important;
    width: 23px;
    height: 25px;
    border-style: hidden;
    background: none !important;
    color: #000;
    border: solid thin #ddd; }
  .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    max-width: 23px !important;
    width: 23px;
    height: 25px;
    display: inline-block;
    line-height: 1;
    border-style: hidden;
    color: #fff;
    background: none !important;
    color: #000;
    border: solid thin #ddd; }
  .select-item-qty-mobile > div {
    position: relative;
    width: 68px;
    height: 25px; } }

@media screen and (max-width: 375px) {
  .item-product .title-product-cart-mobile {
    max-width: 100px !important; }
  .item-product-cart-mobile {
    width: 85px;
    margin-right: 5px; }
  .item-product-cart-mobile img {
    max-width: 85px; } }

/*============================================================================
11. ACCOUNT,ORDER,ADDREDSS...
==============================================================================*/
/*11.1 Account gerenal*/
#customer_register {
  margin-bottom: 20px; }

#customer_login,
#recover_customer_password {
  margin-bottom: 0; }

.checkbox.style input {
  margin: 0 !important;
  display: none; }

.checkbox.style label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 55px;
  line-height: 50px; }
  .checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

.checkbox.style input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #602023;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

/*11.2 Account*/
.page_customer_account .col-main-acount {
  margin-bottom: 30px; }
  .page_customer_account .col-main-acount .col-left-account .page-title .title-head a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none; }
    .page_customer_account .col-main-acount .col-left-account .page-title .title-head a:hover {
      color: #602023; }
  .page_customer_account .col-main-acount .col-left-account .no-padding {
    padding: 0px; }
  .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart {
    border: 1px #e1e1e1 solid;
    font-size: 15px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 37px;
    color: #252525;
    margin-bottom: 30px;
    margin-top: 15px; }
    .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default {
      color: #333333;
      text-align: center;
      border: #e1e1e1 thin solid;
      line-height: 1.5;
      font-family: Arial;
      font-size: 16px;
      font-weight: bold;
      background: #ebebeb;
      min-width: 60px; }
      .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr {
        color: #333333;
        text-align: center;
        border: #e1e1e1 thin solid;
        line-height: 1.5;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        background: #ebebeb;
        min-width: 60px; }
        .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr th {
          padding: 5px;
          font-size: 14px;
          color: #55595c;
          background-color: #eceeef;
          border-bottom: none; }
    .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td {
      padding: 5px;
      text-align: center; }
      .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td .price {
        color: #602023; }
      .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td a:hover {
        color: #602023; }
  .page_customer_account .col-main-acount .col-right-account .block-account {
    padding: 20px;
    border: 1px #e1e1e1 solid;
    border-radius: 5px; }
    .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
      color: #dc3333;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 10px; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
        font-size: 18px;
        margin: 0px;
        padding: 0px; }
    .page_customer_account .col-main-acount .col-right-account .block-account .block-content {
      padding: 0px; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
        margin: 10px 0px;
        line-height: 24px;
        padding: 0px;
        overflow: hidden; }
        .page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
          width: 20px;
          text-align: center;
          color: #602023;
          float: left;
          line-height: 24px; }
        .page_customer_account .col-main-acount .col-right-account .block-account .block-content p span {
          display: block;
          width: calc(100% - 35px);
          float: left; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg {
        background: #602023;
        color: #fff;
        font-size: 14px; }

.page_order_account .top_order_title .title-headding {
  font-size: 18px;
  text-transform: uppercase; }

.page_order_account .top_order_title .order_date a {
  margin-left: 30px;
  color: #602023;
  float: right;
  margin-top: -46px; }
  @media (max-width: 543px) {
    .page_order_account .top_order_title .order_date a {
      margin-top: 0;
      display: block;
      margin: 0;
      float: none; } }

.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping {
  padding: 0px; }
  .page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
    margin: 0px;
    padding: 0px;
    font-size: 18px; }
  .page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i {
    color: #602023; }

.page_order_account .content_order .table-responsive .table-cart .thead-default tr th {
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb; }

.page_order_account .content_order .table-responsive .table-cart tbody tr .numeric {
  color: #602023; }

.page_order_account .content_order .table-responsive .table-cart tbody tr .link:hover a {
  color: #602023;
  text-decoration: none; }

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
  color: #602023;
  font-size: 16px; }

.page_order_account table#order_details {
  border-top: 1px solid #ebebeb; }

@media screen and (max-width: 991px) {
  .m992 {
    display: none; }
  #parent {
    display: flex;
    flex-flow: column; }
  #a {
    order: 2; }
  #b {
    order: 1; }
  .sodiachi .form-xs {
    line-height: 10px !important; } }

@media screen and (min-width: 992px) {
  .mx991 {
    display: none; } }

.block-content.form-signup {
  background: #fff;
  padding-top: 20px; }
  .block-content.form-signup p {
    padding: 0 20px; }
    .block-content.form-signup p i {
      color: #602023;
      margin-right: 10px; }

.address-title {
  padding-left: 10px;
  margin-bottom: 15px;
  border-radius: 0 !important;
  font-weight: 300; }
  .address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px; }
    .address-title button.btn-edit {
      background-image: url(//theme.hstatic.net/200000525899/1001103657/14/btn-edit.png?v=427);
      background-repeat: no-repeat;
      background-position: center; }
    .address-title button.btn-delete {
      background-image: url(//theme.hstatic.net/200000525899/1001103657/14/btn-delete.png?v=427);
      background-repeat: no-repeat;
      background-position: center; }

.address-subtitle {
  margin-top: 0;
  text-transform: uppercase; }

.address-item-action {
  right: 0;
  top: -7px; }
  .address-item-action .btn-row {
    padding-right: 5px; }

.address-group {
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .address-group p {
    color: #595959; }
    .address-group p label {
      float: left;
      font-weight: 300; }

/*11.2 Address */
.address .page_address .btn-bg-addresss {
  background: #602023;
  color: #fff;
  border: solid 1px #602023; }
  .address .page_address .btn-bg-addresss:hover {
    background: #fff;
    color: #602023;
    border: solid 1px #602023; }

.address label.c-input.c-checkbox input {
  transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px); }

.address .page_address .adr_title {
  padding: 20px;
  overflow: hidden; }
  .address .page_address .adr_title .title-head {
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px; }
    .address .page_address .adr_title .title-head a {
      display: block;
      cursor: pointer;
      color: #602023;
      font-size: 1em;
      text-transform: initial;
      font-weight: 300; }
      .address .page_address .adr_title .title-head a:hover {
        color: #602023;
        text-decoration: underline; }
      @media (max-width: 767px) {
        .address .page_address .adr_title .title-head a {
          float: none !important;
          margin-top: 15px; } }

.address .page_address .col-address {
  overflow: hidden; }

/*11.2 Order*/
#order_payment,
#order_shipping {
  background: #fff;
  padding: 10px 20px; }
  #order_payment .address.note i,
  #order_shipping .address.note i {
    color: #602023;
    margin-right: 5px; }

.totalorders {
  background: #fff;
  border-color: #e1e1e1; }

.order-headding {
  margin: 0; }

/*============================================================================
Search
==============================================================================*/
@media (min-width: 992px) {
  .search-main .col-xs-6.col-sm-6.col-md-3.col-lg-3:nth-child(4n+1) {
    clear: left; } }

/*============================================================================
12. SIDEBAR
==============================================================================*/
.aside-item {
  margin-bottom: 40px; }
  .aside-item .aside-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0; }
  .aside-item .nav > li > a {
    padding: 0; }
  .aside-item .aside-content {
    margin-top: 18px; }

.aside-item.sidebar-category .nav-item {
  position: relative;
  clear: left;
  font-size: 1.14286em; }
  .aside-item.sidebar-category .nav-item a {
    font-size: 1.14286em;
    padding-right: 15px; }
  .aside-item.sidebar-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 18px; }
  .aside-item.sidebar-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none; }
  .aside-item.sidebar-category .nav-item.active > a {
    color: #602023; }
  .aside-item.sidebar-category .nav-item.active > .dropdown-menu {
    display: block; }

.sidebar-category .aside-content {
  margin-top: 15px; }
  .sidebar-category .aside-content .nav-item {
    position: relative;
    clear: left;
    font-size: 1em;
    padding: 13px 0px 13px 10px;
    border-bottom: solid 1px #e1e1e1; }
    .sidebar-category .aside-content .nav-item:last-child {
      border-bottom: none; }
    .sidebar-category .aside-content .nav-item a {
      font-size: 1.14286em; }
    .sidebar-category .aside-content .nav-item .fa {
      width: 15px;
      text-align: center;
      cursor: pointer; }
      .sidebar-category .aside-content .nav-item .fa.fa-caret-right {
        right: auto;
        left: 0;
        top: 16px;
        text-align: left; }
    .sidebar-category .aside-content .nav-item .dropdown-menu {
      position: static;
      width: 100%;
      border: 0;
      padding-left: 15px; }
    .sidebar-category .aside-content .nav-item.active {
      border-bottom: none; }
      .sidebar-category .aside-content .nav-item.active > a {
        color: #602023; }
      .sidebar-category .aside-content .nav-item.active > .dropdown-menu {
        display: block; }
    .sidebar-category .aside-content .nav-item:hover > a {
      color: #602023; }

.aside-mini-list-product .title-head {
  height: 80px;
  background: #e2e2e2;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 110px;
  padding-left: 20px;
  color: #fff;
  margin-bottom: 10px !important; }
  .aside-mini-list-product .title-head a {
    color: #fff;
    font-size: 16px; }
    .aside-mini-list-product .title-head a:hover {
      color: #602023; }

.aside-mini-list-product .product-mini-item {
  padding: 15px 0; }
  .aside-mini-list-product .product-mini-item h3 {
    margin-bottom: 0; }
    .aside-mini-list-product .product-mini-item h3 a {
      color: #464646; }
      .aside-mini-list-product .product-mini-item h3 a:hover {
        color: #602023; }
  .aside-mini-list-product .product-mini-item .product-price {
    color: #602023;
    font-weight: 400; }
  .aside-mini-list-product .product-mini-item .sale-price {
    color: #898989; }

.aside-mini-list-product .btn.btn-link {
  color: #333;
  padding-left: 0; }
  .aside-mini-list-product .btn.btn-link:hover {
    color: #602023; }

.aside-item .list-tags span.tag-item {
  line-height: 40px;
  border: 1px solid #ebebeb;
  height: 40px;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #898989;
  border-radius: 3px; }

.ui-widget.ui-widget-content {
  height: 2px;
  background: #ebebeb; }

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #252525 !important; }

.ui-slider-horizontal .ui-slider-handle {
  height: 14px !important;
  width: 14px !important;
  border-radius: 50% !important;
  top: -6px !important;
  border: none !important;
  background: #252525 !important; }

.ui-widget.ui-widget-content {
  border: none !important;
  margin-bottom: 25px;
  width: calc(100% - 14px);
  margin-left: 7px; }

#start {
  width: 100px;
  float: left; }
  #start input {
    text-align: center;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    height: 35px; }

#stop {
  width: 100px;
  float: right;
  text-align: center;
  position: relative; }
  #stop input {
    text-align: center;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    height: 35px; }

a#filter-value {
  width: 100px;
  margin-top: 15px; }

/*============================================================================
#13. SEARCH PAGES
==============================================================================*/
.search-main .products-view-grid {
  border-top: 1px solid #ebebeb; }

/*============================================================================
#13. FIXED APPS
==============================================================================*/
div#isp_search_result_page_container .btn-search {
  display: none; }

button.btn.btn-default.btn-search {
  display: none; }

div#isp_search_result_page_container form {
  margin-bottom: 0; }

/*review sp*/
@media screen and (max-width: 767px) {
  .article-main .postby .post_name {
    width: 100%;
    float: left; } }

@media screen and (max-width: 580px) and (max-width: 500px) {
  .products-view-list .product-box .product-info {
    width: calc(100% / 3 * 2 - 15px); } }

@media (max-width: 1200px) {
  body.fios .main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    transform: translateY(1px); } }

@media (max-width: 767px) {
  body.fios .select-item-qty-mobile .txt_center input {
    transform: translateY(1px); } }

/*Salepop*/
/*** SALE POP ***/
.jas-sale-pop {
  background: #fff;
  bottom: -100%;
  left: 20px;
  top: auto !important;
  right: auto;
  padding: 10px 30px 10px 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
  z-index: 100;
  position: fixed; }
  @media (max-width: 480px) {
    .jas-sale-pop {
      left: 10px;
      right: 10px;
      max-width: 300px; }
      .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px; } }
  .jas-sale-pop .jas-sale-pop-img {
    margin-right: 10px;
    width: 70px;
    float: left; }
    .jas-sale-pop .jas-sale-pop-img img {
      max-height: 70px !important; }
  .jas-sale-pop .jas-sale-pop-content {
    width: calc(100% - 80px);
    float: left;
    display: block; }
  .jas-sale-pop h4 {
    color: #252525;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 5px; }
  .jas-sale-pop h3 {
    margin: 0;
    font-size: 1em;
    max-width: 255px;
    font-weight: 700; }
    .jas-sale-pop h3 a {
      color: #252525;
      margin: 0;
      font-size: 1em; }
    .jas-sale-pop h3:hover a {
      color: #602023; }
  .jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 0.85714em; }
  .jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    font-family: FontAwesome; }
    .jas-sale-pop .pe-7s-close:before {
      content: "\f00d"; }
  .jas-sale-pop.slideUp {
    opacity: 1;
    visibility: visible; }
    @media (min-width: 992px) {
      .jas-sale-pop.slideUp {
        bottom: 20px; } }
    @media (min-width: 320px) and (max-width: 991px) {
      .jas-sale-pop.slideUp {
        bottom: 60px; } }
  .jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center; }
  .jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  top: auto !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-addThis:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-addThis .modal-dialog-centered {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-addThis.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px; }

.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #602023; }

.modal-succesform p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px; }

.modal-succesform p.txtloading {
  color: #aaa;
  font-size: 13px; }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -o-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500; }

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fbfbfb;
  color: #252a2b;
  width: 100%; }

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px; }

.addThis_listSharing.hidden-xs {
  opacity: 1;
  visibility: visible;
  top: auto !important; }

.actionToolbar_mobile.visible-xs {
  opacity: 0;
  visibility: hidden; }

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 40px; }
  .addThis_listSharing.hidden-xs {
    opacity: 0;
    visibility: hidden; }
  .actionToolbar_mobile.visible-xs {
    opacity: 1;
    visibility: visible; }
  footer.footer .copyright .inner .fot_copyright {
    padding-bottom: 40px; }
  footer .back-to-top {
    bottom: 60px; } }
