.ps-loading {
  overflow: hidden;
}
.ps-loading.loaded {
  overflow-x: hidden;
  overflow-y: auto;
}
.ps-loading.loaded:before, .ps-loading.loaded:after {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ps-loading:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.ps-api-loading {
    overflow: hidden;
}
.ps-api-loading.loaded {
    overflow-x: hidden;
    overflow-y: auto;
}
.ps-api-loading.loaded:before, .ps-api-loading.loaded:after {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ps-api-loading:before {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.ps-api-loading:before, .ps-api-loading:after {
    content: '';
    position: fixed;
    z-index: 1000000; }
  
.ps-api-loading:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; 
}

.ps-api-loading:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 8px solid #E8D8B3;
    border-bottom-color: #f39200;
    border-radius: 50%;
    animation: animLoader 0.8s linear infinite forwards; 
}

.ps-api-loading.loaded:before, .ps-api-loading.loaded:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; 
}

.ps-api-loading.checkout-update-qty-loading {
    overflow: hidden;
}
.ps-api-loading.checkout-update-qty-loading:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ps-api-loading.checkout-update-qty-loading:before, .ps-api-loading.checkout-update-qty-loading:after {
    visibility: visible;
    opacity: 1;
    content: '';
    position: fixed;
    z-index: 1000000; }
  
.ps-api-loading.checkout-update-qty-loading:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; 
}

.ps-api-loading.checkout-update-qty-loading:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -20px 0 0 -20px;
    border: 8px solid #E8D8B3;
    border-bottom-color: #f39200;
    border-radius: 50%;
    animation: animLoader 0.8s linear infinite forwards; 
}

.PF {
  font-family: PF, sans-serif !important;
}
.PF-nor {
  font-size: 15px;
  line-height: 20px;
}
.PF-line {
  line-height: 15px;
}
.PF-header {
  line-height: 21px;
}
.MS {
  font-family: MS, sans-serif !important;
}
.PF-nor {
  font-size: 15px;
  line-height: 20px;
}
.MS-line {
  line-height: 15px;
}
.MS-header {
  line-height: 21px;
}
.WH {
  font-family: WH, sans-serif !important;
}
.WH-nor {
  font-size: 15px;
  line-height: 20px;
}
.WH-line {
  line-height: 15px;
}
.WH-header {
  line-height: 21px;
}
.font-normal {
  font-weight: normal !important;
}
.font-bold {
  font-weight: bold !important;
}
.ps-fashion3--banner .banner-container {
  background-color: #333333;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ps-fashion3--banner .banner-container .banner-image {
  width: auto;
  height: 100%;
}
.ps-fashion3--banner .banner-container .banner-content {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  text-align: center;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ps-fashion3--banner .banner-container .banner-content > * {
  color: #F4F0EE !important;
}
.ps-fashion3--banner .banner-container .banner-content .banner-break {
  padding-bottom: 50px;
}
.ps-fashion3--banner .banner-container .banner-content .ps-btn--outline {
  margin-top: 50px;
  background-color: transparent;
  border: 2px solid #E8D8B3;
}
.ps-fashion3--banner .banner-container .banner-content .ps-btn--outline:hover {
  background-color: #E8D8B3;
  border: 2px solid #E8D8B3;
}
@media (max-width: 767px) {
  .ps-fashion3--banner .banner-container .banner-content h1 {
    font-size: 5vw;
  }
  .ps-fashion3--banner .banner-container .banner-content h4 {
    font-size: 3vw;
  }
  .ps-fashion3--banner .banner-container .banner-content .banner-break {
    padding-bottom: 4vw;
  }
  .ps-fashion3--banner .banner-container .banner-content .ps-btn--outline {
    font-size: 3vw;
    padding: 2vw 5vw;
  }
}
.ps-badge {
  border-color: #FAF4E1 !important;
  background-color: #FAF4E1 !important;
  width: auto;
  height: auto;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  top: 0;
  left: 0;
}
.ps-badge span {
  color: #333 !important;
  position: static;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  text-transform: none;
  padding: 5px 10px;
  font-weight: normal;
  font-family: WH, sans-serif !important;
}
.ps-badge.ps-badge--sold-out span {
  font-weight: bold;
}
.ps-product--fashion {
  border: 1px solid transparent;
}
.ps-product--fashion .ps-product__content {
  padding: 10px 20px 10px 20px;
}
.ps-product--fashion .ps-product__hotel, .ps-product--fashion .ps-product__title, .ps-product--fashion .ps-product__price {
  color: #F4F0EE;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ps-product--fashion .ps-product__hotel, .ps-product--fashion .ps-product__title, .ps-product--fashion .ps-product__price .del-price-text {
  display: inline-block;
}
.ps-product--fashion .ps-product__actions li a {
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  margin: -5px;
}
.ps-product--fashion .ps-product__actions li a i {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ps-product--fashion .ps-product__actions li a.ps-product__wish i {
  background-image: url('../images/product/wishlist.png');
}
.ps-product--fashion .ps-product__actions li a.ps-product__wish:hover i {
  background-image: url('../images/product/wishlist-hover.png?v=2');
}
.ps-product--fashion .ps-product__actions li a.ps-product__cart i {
  background-image: url('../images/product/cart.png');
}
.ps-product--fashion .ps-product__actions li a.ps-product__cart:hover i {
  background-image: url('../images/product/cart-hover.png?v=2');
}
.ps-product--fashion .ps-product__actions li a.ps-product__wish.added i {
  /*background-image: url('../images/product/wishlist-added.png');*/
  background-image: url('../images/product/wishlist-added-hover.png?v=2');
}
.ps-product--fashion .ps-product__actions li a.ps-product__wish.added:hover i {
  background-image: url('../images/product/wishlist-added-hover.png?v=2');
}
.ps-product--fashion .ps-product__actions li a.ps-product__cart.added i {
  background-image: url('../images/product/cart-added.png');
}
.ps-product--fashion .ps-product__actions.top-right.show li a.ps-product__cart.added i,
.ps-product--fashion .ps-product__actions li a.ps-product__cart.added:hover i {
  background-image: url('../images/product/cart-added-hover.png?v=2');
}
.ps-product--fashion .ps-product__content {
  min-height: 170px;
}
.ps-product--fashion .ps-product__price del {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .ps-product--fashion .ps-product__content {
    min-height: 250px;
    padding: 10px 5px 10px 5px;
  }
}
.ps-site-info .ps-logo {
  max-width: 100% !important;
}
/* #delivery-popup - start */
  #delivery-popup {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
  }
  #delivery-popup .delivery-wrapper {
    background-color: #fff;
    position: relative;
  }
  #delivery-popup .delivery-popup-close-btn {
    width: 20px;
    height: 20px;
    background-image: url(../images/product/close.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #delivery-popup .delivery-popup-bg {
    background-image: url('../images/home/landing_202411.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
  }
  #delivery-popup .delivery-popup-section2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #delivery-popup .delivery-popup-section2 .section2-container {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #ffffffcc;
    font-size: 12px;
    /* min-width: 235px; */
    min-width: 375px;
  }
  #delivery-popup .delivery-popup-section2 .section2-container .dropdown-menu>li>a {
    white-space: normal;
  }
  #delivery-popup .delivery-popup-section2 .section2-container .ps-select button.btn.dropdown-toggle.btn-default {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
    padding-right: 35px;
  }
  #delivery-popup .delivery-popup-section2 .section2-container .ps-btn, button.ps-btn {
    font-size: 14px !important;
    padding: 10px 15px;
  }
  @media (max-width:  767px) {
    #delivery-popup {
      max-width: 400px;
    }
    #delivery-popup .delivery-wrapper {
      margin: 10px;
      height: calc(100vh - 60px);
      max-height: 700px;
    }
    #delivery-popup .delivery-popup-bg {
      background-image: url('../images/home/landing_202411_2.png');
    }
    #delivery-popup .delivery-popup-section2 .section2-container {
      min-width: 300px;
      max-width: 300px;
    }
  }
  @media (max-width: 479px) {
    #delivery-popup .delivery-popup-section2 .section2-container {
      min-width: 300px;
      max-width: 300px;
    }
  }
/* #delivery-popup - end */
.mobile-menu {
  display: none !important;
}
@media (max-width: 640px) {
  .mobile-menu {
    display: block !important;
  }
}
.ps-collection-container {
  height: 300px;
  padding: 2px;
}
@media (max-width: 767px) {
  .ps-collection-container {
    height: 200px;
  }
}
.ps-collection-container .ps-collection {
  height: 100%;
  border: 2px solid transparent;
}
.ps-collection-container .ps-collection img {
  height: 100%;
  transform: scale(1.01, 1.01);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ps-collection-container .ps-collection.ps-collection--2nd:hover img {
  -webkit-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -o-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  -webkit-filter: brightness(40%);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.collection-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
}
.collection-text-container-line1, .collection-text-container-line2 {
  font-weight: normal;
  color: #fff;
  margin: 15px;
}
.header-sticky, 
.navigation--sticky .navigation,
.header--3 .navigation {
  background-color: #F4F0EE !important;
}
/*
.home .header-sticky, 
.home .navigation--sticky .navigation,
.home .header--3 .navigation {
  background-color: transparent !important;
}
.home .header-sticky {
  position: fixed;
  z-index: 99999;
  width: 100%;
  background: linear-gradient(to bottom,#f3eee8 0,rgba(37,33,30,0) 100%);
}
.home .header-sticky.navigation--sticky.pin {
  background: none;
}
*/
.header--3 .navigation.main-navigation {
  padding-top: 0px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .header--3 .navigation.main-navigation {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.navigation--sticky.pin2 .header__services {
  position: absolute;
  width: 100%;
  transform: translateY(-100%);
}
.navigation--sticky.pin.header-sticky, 
.navigation--sticky.pin .navigation--sticky .navigation,
.navigation--sticky.pin .header--3 .navigation.main-navigation {
  background-color: #F4F0EE !important;
}
.navigation--sticky.pin .header--3 .navigation.main-navigation {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Sticky handle */
.navigation--sticky.pin .ps-container.icons-bar{
  /*display: none;*/
  position: absolute;
  top: -100%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navigation--sticky.pin .ps-container.icons-bar .right .search-keyword-container,
  .navigation--sticky.pin .ps-container.icons-bar .right .icon-menu.cd-search-trigger,
  .navigation--sticky.pin .ps-container.icons-bar .right .menu-account {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navigation--sticky.pin .ps-container.icons-bar{
    top: -135%;
  }
}
.checkout .navigation--sticky.pin .ps-container.icons-bar{
  display: none;
}
@media (min-width: 641px) {
  .navigation--sticky.pin .ps-container.icons-bar .right .search-keyword-container,
  .navigation--sticky.pin .ps-container.icons-bar .right .icon-menu.cd-search-trigger,
  .navigation--sticky.pin .ps-container.icons-bar .right .menu-account,
  .navigation--sticky.pin .ps-container.icons-bar .right .ps-cart {
    top: 75px;
  }
}
@media (max-width: 640px) {
  .header-sticky.navigation--sticky.pin .header--3 .navigation .menu-toggle {
    top: 10px;
  }
  .header-sticky.navigation--sticky.pin .ps-container.icons-bar .right .ps-cart {
    top: 80px;
    right: 10px;
  }
  .navigation--sticky.pin .cd-search-trigger-mob {
    display: none;
  }
}
.navigation--sticky.pin .header__services {
  position: absolute;
  top: -150%;
  width: 100%;
}

.pinmode{
  display: none;
}

.pinmode .ps-logo img{
  max-height: 35px;
  margin-bottom: 0px;
}

.pinmode .header__actions .ps-dropdown a.icon-menu{
  line-height: inherit;
}

.pinmode .header__actions .ps-dropdown{
  margin-top: 0px;
}

.pinmode .header__actions a.icon-menu img{
  padding-top: 0px !important;
}

.pin .pinmode{
  display: block;
}


.navigation--sticky {
  -webkit-transition: none; 
  -moz-transition: none;
  transition: none;
  z-index: 1000 !important;
  border-bottom-width: 0px;
}
.ps-footer.site-footer {
  background-color: #F4F0EE !important;
  margin-top: 15px;
}
.ps-footer.site-footer .brand-bar {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
}
.ps-footer.site-footer .footer-banner {
  width: 100%;
  height: 100%;
  max-width: 1050px;
  object-fit: contain;
}
.ps-footer.site-footer .footer-banner--mobile {
  display: none;
}
.ps-footer.site-footer .ps-footer__copyright .row {
  border-top: 1px solid #333;
  padding-top: 15px;
  margin-left:  0px;
  margin-right:  0px;
}
.ps-footer.site-footer * {
  background-color: #F4F0EE !important;
  color: #333 !important;
}
.ps-footer.site-footer .ps-container,
.ps-footer__copyright .ps-container {
  width: 90%;
}
.ps-widget--footer .ps-widget__title:before {
  background-color: transparent !important;
}
.ps-footer.site-footer .ps-social li a {
  background-color: #333 !important;
  color: #fff !important;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.ps-footer.site-footer .ps-social li a:hover {
  background-color: #e8c04f !important;
}
.ps-footer.site-footer .ps-social li a i {
  background-color: transparent !important;
  color: #fff !important;
}
@media (max-width:  767px) {
  .ps-widget--footer {
    text-align: center;
  }
  .site-footer .ps-list--line li.text-only {
    text-align: center !important;
  }
  .ps-footer.site-footer .brand-bar {
    width: 100%;
    height: 100%;
    max-width: initial;
    object-fit: contain;
  }
  .footer-banner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .ps-footer.site-footer .footer-banner {
    max-height: 100%;
  }
  .ps-footer.site-footer .footer-banner--desktop {
    display: none;
  }
  .ps-footer.site-footer .footer-banner--mobile {
    display: inline;
  }
  .ps-footer__content .ps-container > .row,
  .ps-footer__copyright .ps-container > .row {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ps-footer.site-footer .ps-container,
  .ps-footer__copyright .ps-container {
    width: 100%;
  }
}
/*@media (min-width: 1200px) {
  .ps-site-info__contact .form-group--inline {
    padding-left: 50px !important;
  }
}
.ps-site-info__contact .fa {
  font-size: 20px !important;
}
.ps-site-info__contact .form-control {
  height: 30px !important;
}
.ps-site-info__contact .btn {
  border-radius: 0;
  background-color: #999999 !important;
}
.ps-site-info__contact .btn:hover {
  background-color: #E8D8B3 !important;
}
.ps-site-info .ps-social {
  padding-top: 20px !important;
}*/
.c-lego-carousels {
  height: auto !important;
}
.carousel-btn.prev .c-iconfont .icon.left {
  transform: rotate(180deg);
}
.ps-product__content {
  background-color: #fff !important;
  border-top: 1px solid transparent;
}
.ps-product__content * {
  color: #000 !important;
}
.ps-product--fashion .ps-product_img2,
.home .owl-carousel .owl-item .ps-product--fashion .ps-product_img2,
.ps-product--detail .owl-carousel .owl-item .ps-product--fashion .ps-product_img2 {
  display: none;
}
.ps-product--fashion .ps-product_img3,
.home .owl-carousel .owl-item .ps-product--fashion .ps-product_img3,
.ps-product--detail .owl-carousel .owl-item .ps-product--fashion .ps-product_img3 {
  display: none;
}
.ps-product--fashion:hover .ps-product__thumbnail .ps-product__overlay {
  background-color: transparent !important;
}
.ps-product--fashion:hover .ps-product_img2:not(.event-image),
.home .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img2:not(.event-image),
.ps-product--detail .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img2:not(.event-image) {
  display: block;
}
.ps-product--fashion:hover .ps-product_img1:not(.event-image),
.home .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img1:not(.event-image),
.ps-product--detail .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img1:not(.event-image) {
  display: none;
}
@media (max-width: 479px) {
  .ps-product--fashion:hover .ps-product_img2:not(.event-image),
  .home .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img2:not(.event-image),
  .ps-product--detail .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img2:not(.event-image) {
    display: none;
  }
  .ps-product--fashion:hover .ps-product_img1:not(.event-image),
  .home .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img1:not(.event-image),
  .ps-product--detail .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img1:not(.event-image) {
    display: block;
  }
}
.ps-product--fashion:hover .ps-product__thumbnail img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.address-box {
  padding: 10px;
}
@media (min-width: 768px) {
  .header--3 .header__top {
    padding-top: 0px !important;
  }
}
.header--3 .header__top {
  padding-top: 10px !important;
}
.header--3 .header__links a.icon-menu {
  text-align: center;
}
.header--3 .header__actions a.icon-menu img,
.header--3 .header__links a.icon-menu img {
  max-width: 18px;
  padding-top: 10px;
}
.header--3 .header__top .left .icon-language {
  padding-top: 0px;
}
.header--3 .header__links .cart span {
  background-color: #E0AA14;
  font-size: 12px;
}
.header--3 .header__links .cart:hover span i {
  color: #333;
}
.header--3 .header__top .left,
.header--3 .header__top .right {
  vertical-align: top;
}
.ps-logo img {
  max-height: 60px;
  margin-bottom: 10px;
}
.ps-dropdown-location {
  padding-right: 10px;
  /* margin-top: -40px !important; */
}
.ps-dropdown-language {
  padding: 10px;
  /* margin-top: -30px; */
  min-width: 50px;
}
.menu-toggle span, .menu-toggle:before, .menu-toggle:after {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.search-keyword-mob {
  display: none;
}
.search-keyword-mob {
  display: none;
}
.search-keyword-container-mob {
  display: none;
}
.search-keyword-mob .cd-search-trigger-mob {
  position: relative;
  display: table-cell;
  width: 40px;
  height: 40px;
  color: #303030;
  text-align: center;
  vertical-align: middle;
}
.search-keyword-mob .cd-search-trigger-mob .cd-search-close {
  display: none;
}
.search-keyword-mob .cd-search-trigger-mob .cd-search-close:before,
.search-keyword-mob .cd-search-trigger-mob .cd-search-close:after {
  content: ' ';
  top: 50%;
  bottom: auto;
  width: 20px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #333;
  position: absolute;
  right: 10px;
  height: 2px;
  width: 20px;
  background-color: #303030;
  z-index: 100;
}
.search-keyword-mob .cd-search-trigger-mob .cd-search-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-keyword-mob .cd-search-trigger-mob .cd-search-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-keyword-container-mob.searching {
  display: table-cell;
}
.search-keyword-mob .cd-search-trigger-mob.searching .cd-search-close {
  display: block;
}
.search-keyword-mob .cd-search-trigger-mob.searching img,
.ps-logo-mob.searching {
  display: none;
}
.menu-toggle.active:before, .menu-toggle.active:after {
  background-color: #333;
}
.navigation.main-navigation .ps-logo > img {
  margin-top: -5vw;
}
.header-sticky.navigation--sticky.pin .navigation.main-navigation .ps-logo > img {
  margin-top: 0px;
}
.header-sticky.navigation--sticky.pin .navigation.main-navigation .menu-list-center {
  flex: 7 !important;
  text-align: left;
}
.header-sticky.navigation--sticky.pin .navigation.main-navigation .menu-list-right {
  flex: 0 !important;
}

@media (max-width: 1199px) {
  .header--3 .header__top .left .icon-language {
    padding-top: 10px;
  }
  .header--3 .header__top .left, .header--3 .header__top .right {
    width: calc(100% / 2);
  }
  /*body:not(.checkout) .header--3 .header__top .center {
    display: none;
  }*/
  body .header--3 .header__top .center {
    display: none;
  }

  /*.checkout .header--3 .navigation .menu-toggle,*/
  .checkout .header--3 .navigation .search-keyword-mob {
    visibility: hidden;
  }

  .header--3 .navigation .menu-toggle {
    float: left !important;
    margin-left: 10px;
  }
  .search-keyword-mob {
    display: inline-block;
    float: right;
    margin-right: 15px;
  }
  .ps-dropdown-location {
    margin-top: -10px !important;
  }
  .ps-dropdown-language {
    margin-top: 0px !important;
  }
  .search-keyword-container,
  .cd-search-trigger {
    display: none !important;
  }
  .navigation.main-navigation .ps-container {
    min-height: 55px;
  }
  .navigation.main-navigation .ps-logo {
    float: left;
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
}
@media(max-width: 1199px) {
  .ps-logo img {
    max-height: 50px;
  }
  .header--3 .header__links a.icon-menu {
    /*margin-bottom: 10px;*/
  }

  .header--3 .header__top .left .icon-language {
    margin-top: 10px;
    padding: 0px;
  }

  .header--3 .header__top .left .btn-group.ps-dropdown {
    padding-top: 5px;
  }
  .ps-dropdown-language {
    margin-top: 10px !important;
  }
  .ps-form--search {
    max-width: 40vw;
  }
  .header--3 .header__top .left, .header--3 .header__top .center, .header--3 .header__top .right {
    /* display: table-cell; */
  }
  .header--3 .header__top {
    margin-top: 0px;
    padding: 0px 10px !important;
  }
  .navigation.main-navigation .ps-logo {
    width: 100px;
    left: calc(50% - 50px);
  }
  .header--3 .header__top {
    display: flex;
  }
  .header--3 .header__top .left, .header--3 .header__top .right {
    width: calc(100% / 2);
  }
  .header--3 .header__top .center {
    width: 30%;
    display: inline-block !important;
  }
  .header--3 .header__top .left .header__actions {
    margin-top: 5px !important;
  }
  .header--3 .header__top .left .btn-group.ps-dropdown {
    margin-left: -6px;
    margin-right: -6px;
  }
  .header--3 .header__top .left .header__actions .menu-toggle {
    display: inline-block !important;
    margin-top: 5px;
  }
  .header--3 .header__top .left .ps-dropdown-location {
    padding-left: 11px;
    padding-right: 11px;
  }
  .header--3 .header__top .left .ps-dropdown-language {
    display: none !important;
  }
  .header--3 .header__top .left .menu-account {
    display: inline-block !important;
  }
  .header--3 .header__top .left .menu-account a.icon-menu {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #303030;
  }
  .header--3 .header__top .left .menu-account a.icon-menu img { 
    margin-left: 11px;
  }
  .header--3 .header__top .center img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100px;
  }
  .header--3 .header__top.searching .center img {
    opacity: 0;
  }
  .header--3 .header__top .right .menu-account {
    display: none;
  }
  .header--3 .header__top .right .header__links {
    margin-top: 7px !important;
  }
  .header-sticky .header--3 .ps-container {
    padding: 0 15px;
  }
  .header-sticky .header--3 .navigation.main-navigation {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .navigation.main-navigation .ps-container {
    min-height: 0px;
  }
  .navigation.main-navigation .ps-container .menu-toggle, 
  .navigation.main-navigation .ps-container .ps-logo-mob {
    display: none;
  }
  .navigation.main-navigation .ps-container .search-keyword-mob {
    display: inline-block;
    position: absolute;
    top: -51px;
    right: 50px;
    margin-right: 6px;
  }
  .header-sticky.navigation--sticky.pin .navigation.main-navigation {
    display: block;
  }
  .header-sticky.navigation--sticky.pin .navigation.main-navigation .ps-container {
    min-height: 0px;
  }
  .header-sticky.navigation--sticky.pin .navigation.main-navigation .ps-container .menu-toggle, 
  .header-sticky.navigation--sticky.pin .navigation.main-navigation .ps-container .search-keyword-mob, 
  .header-sticky.navigation--sticky.pin .navigation.main-navigation .ps-container .ps-logo-mob {
    display: inline-block;
  }
  .header-sticky.navigation--sticky.pin .navigation.main-navigation .ps-logo > img {
    margin-top: 10px;
    margin-right: 10px;
  }
}
@media(max-width: 479px) {
  .header--3 .header__top {
    padding: 0px 0px !important;
  }
  .navigation.main-navigation .ps-container .search-keyword-mob {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.menu > li > a {
  color: #333333;
  font-size: 14px;
}
.menu > li > a:hover {
  /*color: #b6c3c5 !important;*/
  /*background-color: #fff !important;*/
}
.menu > li.open > a {
  /*color: #b6c3c5 !important;*/
  /*background-color: #fff !important;*/
}
.menu > li > a:before {
  transition: none !important;
}
.menu > li > a:hover:before,
.menu > li.current-menu-item > a:before {
  width: 0px !important;
  background-color: transparent;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  margin-bottom: -10px;
}
.menu > li.dropdown > .sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px !important;
  background-color: transparent;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  margin-top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.menu > li.dropdown > .sub-menu {
  min-width:  150px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-top-width: 0px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.menu > li.dropdown > .sub-menu > li {
  text-align: center;
}
.menu > li.dropdown > .sub-menu > li > a {
  padding: 6px 15px;
  border-bottom-width: 0px;
}
.menu > li.dropdown > .sub-menu > li > a:hover {
  /*color: #333;*/
}
.menu > li.dropdown > .sub-menu > li > a:hover:before {
  width: 0px;
}
.owl-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004f;
}
.owl-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-text-container p {
  color: #fff !important;
  font-weight: normal !important;
}
.owl-dots {
  height: 10px;
  margin: 0 50px 0 0;
  top: 42px;
  right: 0;
  position: absolute;
  display: flex;
}
.owl-dots {
  margin: 0 0 0 0;
  top: auto;
  right: auto;
  left: 50%; 
  bottom: 10px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: 100%;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #e1ad1f80;
  margin-left: 10px;
  margin-right: 0;
}
.owl-dot.active {
  background: #e1ad1f;
}
.owl-dot.active:after {
  content: "";
  background-color: transparent;
    border: 1px solid #e1ad1f;
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    margin-top: -3px;
    margin-left: -3px;
}
.carousel-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 36px;
  line-height: 48px
}
.carousel-detail {
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  width: 100%
}
.carousel-btn {
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
@media only screen and (max-width:827px) {
  .carousel-title {
    width: 100%;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px
  }
  .carousel-detail {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden
  }
  .owl-text-container .ps-btn {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 15px;
  }
  .owl-dots {
    visibility: hidden;
    margin: 0 0 0 0;
    top: auto;
    right: auto;
    left: 50%; 
    bottom: 5px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.header__actions .ps-dropdown {
  /* margin-top: -30px; */
}
.header__actions .ps-dropdown .dropdown-toggle span {
  text-transform: none;
  color: #fff;
  padding-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.header__actions .ps-dropdown.open a.dropdown-toggle span {
  color: #E8D8B3;
}
.header__actions .ps-dropdown.open, .header__links .ps-dropdown.open {
  background-color: #fff;
}
.header__links .icon-menu, .header__links .ps-dropdown {
  margin-right: -4px;
  margin-top: 3px;
}
.header__links .ps-dropdown.open a.dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #e5e5e5;
  color: #E8D8B3;
}
.header__links .ps-dropdown .dropdown-menu {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
.header__links .ps-dropdown .dropdown-menu li.menu-account-dropdown-title {
  padding: 9px 0px;
  margin: 0px;
  display: block;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  color: #333;
}
.header__actions .ps-dropdown .dropdown-menu li a,
.header__links .ps-dropdown .dropdown-menu li a {
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: #333;
  padding: 3px 0px;
  text-transform: none;
  border-bottom-width: 0px;
}
.header__links .ps-dropdown .dropdown-menu li a img {
  max-width: 20px;
  border: 1px solid #eee;
  margin-right: 10px;
}
.header__actions .ps-dropdown .dropdown-menu li a:hover,
.header__links .ps-dropdown .dropdown-menu li a:hover {
    background-color: transparent !important;
    color: #E8D8B3 !important;
}
.header__links .ps-dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.header__links .ps-dropdown:last-child > a {
  border-right: 1px solid #e5e5e5;
}
.header--3 .header__links .ps-dropdown a.icon-menu > i {
  top: 65% !important;
}
.header--3 .header__links .ps-dropdown a.icon-menu.language {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
}
.header--3 .header__links .ps-dropdown a.icon-menu.language .fa {
  left: 30%;
}
.header--3 .header__links .ps-dropdown a.icon-menu.language span {
  position: absolute;
  top: 65% !important;
  left: 75%;
  transform: translate(-50%, -50%);
  color: #776b61;
}
.deliver-to *,
.header--3 .header__links a.icon-menu > i {
  color: #776b61 !important;
}
.deliver-to:hover *,
.header--3 .header__links a.icon-menu > i:hover, 
.header--3 .header__links .ps-dropdown a.icon-menu.language:hover * {
  color: #E8D8B3 !important;
}
.ps-product--fashion .ps-product__actions.top-right {
  top: 0;
  opacity: 1;
}
.ps-product--fashion .ps-product__actions.top-right > li > a {
  opacity: 0;
}
.ps-product--fashion:hover .ps-product__actions.top-right > li > a {
  opacity: 1;
}
.ps-product--fashion .ps-product__actions li a.ps-product__wish.added {
  opacity: 1;
}
.ps-product--fashion .ps-product__actions.top-right.show li a.ps-product__cart,
.ps-product--fashion .ps-product__actions.top-right.show li a.ps-product__wish {
  opacity: 1;
}
@media (max-width: 600px) {
  .ps-product--fashion .ps-product__actions.top-right > li > a {
    opacity: 1 !important;
  }
}
.ps-product--fashion .ps-product__actions li a.ps-product__cart > span {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 20px;
  height: 20px;
  background-color: #E8D8B3;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ps-product--fashion .ps-product__actions li a.ps-product__cart > span > i.cart-count {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
  background-image: none !important;
  font-size: 12px;
  text-align: center;
  color: #333333;
  font-family: MS, sans-serif;
}

.ps-product--fashion .ps-product__actions.top-right li {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
   transform: translateX(0%); 
   -webkit-transition-delay: 0s; 
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  border-bottom-width: 0px;
}
.popup-openned body {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden !important;
}
#quick_view-popup .mfp-close {
  display: none;
}
#quick_view-popup .ps-container {
  width: auto !important;
}
#quick_view-popup .slick-list {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}
#quick_view-popup .slick-slide {
  max-width: 500px !important;
}
#quick_view-popup .f18 {
  font-size: 14px !important;
}
#quick_view-popup .ps-slider--center .owl-prev {
  transform: translate(-30%, -100%);
}
#quick_view-popup .ps-slider--center .owl-next {
  transform: translate(30%, -100%);
}

#gift_form-popup .mfp-close {
    display: none;
}
#gift_form-popup .ps-container {
    width: auto !important;
}
#gift_form-popup .slick-list {
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
}
#gift_form-popup .slick-slide {
    max-width: 500px !important;
}
#gift_form-popup .f18 {
    font-size: 14px !important;
}
#gift_form-popup .ps-slider--center .owl-prev {
    transform: translate(-30%, -100%);
}
#gift_form-popup .ps-slider--center .owl-next {
    transform: translate(30%, -100%);
}

/* Modal clear cart */
#modalSignMemberProductCheckout,
#modalSignMemberProduct,
#modalClearMemberProduct {
  background: #fff;
  padding: 15px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#modalSignMemberProductCheckout .modal_header h3,
#modalSignMemberProduct .modal_header h3,
#modalClearMemberProduct .modal_header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
#modalSignMemberProductCheckout .modal_header,
#modalSignMemberProduct .modal_header,
#modalClearMemberProduct .modal_header {
  font-size: 18px;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}
#modalSignMemberProductCheckout .content p,
#modalSignMemberProduct .content p,
#modalClearMemberProduct .content p {
  margin-bottom: 20px;
}
#modalSignMemberProductCheckout button.mfp-close,
#modalSignMemberProduct button.mfp-close,
#modalClearMemberProduct button.mfp-close {
  color: #666;
  margin: 0px;
  outline: none;
  transform: translate3d(0, 0, 0);
  background-color: #e4e4e4;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  display: block;
  cursor: pointer !important;
  z-index: 9999;
  font-family: WH, sans-serif !important;
}
#modalSignMemberProductCheckout .mfp-close:before,
#modalSignMemberProduct .mfp-close:before,
#modalClearMemberProduct .mfp-close:before {
  font-size: 24px;
  content: "";
}
#modalSignMemberProductCheckout .mfp-close:hover,
#modalSignMemberProduct .mfp-close:hover,
#modalClearMemberProduct .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}
#modalSignMemberProductCheckout .form-group input.form-control,
#modalSignMemberProduct .form-group input.form-control,
#modalClearMemberProduct .form-group input.form-control {
  padding-left: 40px;
}
#modalSignMemberProductCheckout .form-group > i,
#modalSignMemberProduct .form-group > i,
#modalClearMemberProduct .form-group > i {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: 12px;
  top: 33px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}
#modalSignMemberProductCheckout .form-group > i.icon_lock_alt,
#modalSignMemberProduct .form-group > i.icon_lock_alt,
#modalClearMemberProduct .form-group > i.icon_lock_alt {
  top: 35px;
}

#toast-added-to-cart,
#toast-added-to-cart-fail,
#toast-coupon-card-type-fail,
#toast-added-to-cart-fail-custom,
#toast-general-message,
#toast-add-member-product-fail,
#toast-custom-added-to-cart-fail,
#toast-event-checkout-fail-custom,
#toast-checkout-fail,
#toast-coupon-used-fail,
#toast-copy-product-url,
#toast-copy-event-url {
  position: fixed;
  text-align: center;
  width: 300px;
  bottom: 0;
  left: 50%;
  margin-left: -150px; /* half of width. */
  z-index: 999999;
}
#toast-added-to-cart .alert,
#toast-added-to-cart-fail .alert,
#toast-coupon-card-type-fail .alert,
#toast-added-to-cart-fail-custom .alert,
#toast-general-message .alert,
#toast-add-member-product-fail .alert,
#toast-checkout-fail .alert,
#toast-coupon-used-fail .alert {
  white-space: normal;
}
#toast-added-to-cart .btn,
#toast-added-to-cart-fail .btn,
#toast-coupon-card-type-fail .btn,
#toast-added-to-cart-fail-custom .btn,
#toast-general-message .btn,
#toast-add-member-product-fail .btn,
#toast-checkout-fail .btn,
#toast-coupon-used-fail .btn {
  text-transform: none;
}
.vol_btn_bg {
  background-color: #E8D8B3;
}
@media (max-width: 600px) {
  .ps-product-group[data-item='5'] .ps-product-wrap, .ps-product-group[data-item='4'] .ps-product-wrap, .ps-product-group[data-item='3'] .ps-product-wrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .ps-product-group[data-item='5'] .ps-product-wrap, .ps-product-group[data-item='4'] .ps-product-wrap, .ps-product-group[data-item='3'] .ps-product-wrap {
    width: 50%;
  }
  .ps-product__shopping .ps-btn,
  .ps-product__shopping .ps-product__actions {
    width: auto !important;
    float: left !important;
  }
  .ps-product--detail .ps-product__content .tab-list li {
    display: inline-block !important;
  }
  .ps-product--detail .ps-product__content .tab-list li a {
    font-size: 14px !important;
  }
  .ps-blog .ps-post__footer .ps-btn {
    width: 100% !important;
  }
}
.ps-cart-listing .ps-cart__table tbody > tr > td {
  vertical-align: middle !important;
}

.site-footer .ps-list--line li.text-only {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.4em;
  letter-spacing: 0.3px;
  text-align: left;
  color: #403c34;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  word-break: break-word;
}
#slider-range{
    width: 100%;
    position: relative;
    height: 3px;
    background: #e1e1e1;
}
.ui-slider-range{
    background: #222222;
    position: absolute;
    height: 3px;
}
.ui-slider-handle{
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6.5px;
    border-radius: 50%;
    border: 2px solid #222222;
    background: #FFF;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.ui-slider-handle:after{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
}
@media (min-width: 1200px) {
  .navigation.main-navigation {
    /*background-color: transparent !important;*/
    /*width: 44%;*/
    /*margin-top: -40px;*/
  }
  .navigation.main-navigation .ps-container {
    width: auto !important;
    padding: 0px;
  }
  .navigation.main-navigation .ps-container .sub-toggle {
    display: none;
  }
  .menu > li > a {
    padding: 10px;
  }
}
.fancybox-margin {
  margin-right: 0px !important;
}
.sort-options {
  display: inline-flex;
  justify-content: flex-end;
}
.mobile-sort-options {
  display: inline-flex;
}
.sort-options p, 
.mobile-sort-options p {
  white-space: nowrap;
}
.sort-options .ps-list--filter li, 
.mobile-sort-options .ps-list--filter li {
  float: left;
  padding: 5px 10px;
}
.sort-options .ps-list--filter li:last-child {
  padding-right: 0px;
}
.header--3 .header__services {
  max-height: none;
}
.ps-slider--services p {
  padding: 10px 30px !important;
  font-family: WH, sans-serif !important;
}
@media (max-width: 991px) {
  .ps-delivery .ps-form--subscribe {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header--3 .header__services {
    display: block;
  }
  .ps-delivery {
    padding: 45px 15px;
    height: 165px;
  }
  .ps-cart__listing {
    right: -15px !important;
  }
}
@media (max-width: 479px) {
  .ps-delivery .form-group {
    padding-left: 0;
  }
  .ps-delivery .form-group .form-group__icon {
    display: none;
  }
}

#main-banner .ps-slider--center .owl-prev,
#main-banner .ps-slider--center .owl-next {
  background-color: #999999 !important;
}

.ps-section .ps-section__title:before {
  background-color:  transparent !important;
}
.ps-section .ps-section__title {
  font-size: 30px;
  line-height: 50px;
  font-weight: normal;
  color: #333;
}
.ps-section .ps-section__header p {
  color: #333;
}

.lg-toolbar.lg-group {
  background-color: #000 !important;
}
.lg-img-wrap {
  background-color: #0000009c !important;
}



.ps-container.full-width {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
@media (min-width: 1200px) {
  .col-lg-5col {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5col {
    width: 20%;
  }
}
.ps-section--offer-3 {
  padding: 150px 0;
}
.ps-section--offer-3 .container.container-right {
    margin-right: 20px;
    background-color: #ffffffb8;
    width: 50%;
    text-align: center;
    padding: 20px;
}
@media(max-width: 640px) {
  .ps-section--offer-3 .container.container-right {
    margin-right: auto;
    width: auto;
  }
  .ps-section--offer-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.owl-slider.footer-partner {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.menu .sub-menu > li > a,
.ps-btn, button.ps-btn,
.ps-section .ps-section__title,
.ps-widget--footer .ps-widget__title,
.ps-product--detail .ps-product__block > h4,
.ps-product--detail .ps-product__sharing,
.ps-product--detail .ps-product__content .tab-list li a,
.ps-hero h3,
.ps-cart-listing .ps-cart__table thead > tr > th,
.ps-checkout .ps-checkout__billing > h3,
.ps-checkout__order h3,
.ps-checkout table.ps-checkout__products > thead > tr > th {
  text-transform: none;
}
.ps-product--detail .ps-product__content {
  margin-top: 0px;
}
.ps-product--fashion .ps-product__hotel {
  white-space: normal;
  text-overflow: unset;
  text-align: center;
  width: 100%;
}
.ps-product--fashion .ps-product__title {
  white-space: normal;
  text-overflow: unset;
  text-align: center;
  width: 100%;
}
.ps-product--fashion .ps-product__price {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
.ps-product--fashion .ps-product__price .price-text.gc-color {
  font-size: 16px;
}
.ps-product--detail .ps-product__hotel_name {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #000;
}
.ps-product--detail .ps-product__name {
  padding-bottom: 20px;
}
.ps-product--detail .ps-product__price {
  font-size: 14px;
  font-weight: normal;
  color: #5b5b5b;
  margin-bottom: 0px;
}
.ps-product--detail .ps-product__price_point_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.ps-product--detail .ps-product__price span {
    font-weight: bold;
    color: #000;
}
.ps-product--detail .ps-product__price .del-price-text {
  display: inline-block;
}
.ps-product--detail .ps-product__price .price-text.gc-color {
  font-size: 16px;
}
.ps-product--detail .ps-product__variants_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.ps-product--detail .ps-product__variants_container .ps-product__price_point_container {
  width: 100%;
  display: block;
  margin-bottom: 0px;
}
.ps-product--detail .ps-product__variants_container .ps-product__price_point_container .size-option-item {
  font-weight: bold;
}
.ps-product--detail .ps-product__variants_container .ps-product__size {
  margin-bottom: 0px;
}
.tab-content {
  margin: 0 10%;
}
.ps-hero {
  padding: 20px 0 25px;
}
.ps-product-group__header {
  margin-bottom: 10px;
}
.ps-filter__trigger > p,
.ps-filter__result p,
.ps-list--filter li a {
  font-size: 13px;
  font-weight: bold;
}
.ps-filter__result p {
  line-height: 30px;
}
.ps-list--filter li a {
  line-height: 20px;
}
.ps-filter__content {
  background-color: #fff;
  padding: 0px 20px 5px 20px;
}
.ps-filter__content .ps-filter__label {
  font-size: 18px;
  float: left;
  font-weight: normal;
  padding: 8px 15px 10px 0;
}
.ps-filter__content .ps-filter__column {
  height: auto !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #a7b192;
  width: auto;
  margin-right: 15px;
}
.ps-filter__content .ps-filter__column.filter-close {
  padding-right: 35px;
}
.ps-filter__content .filter-close-btn {
    width: 20px;
    height: 20px;
    padding: 0px;
    position: absolute;
    top: 0px;
    margin-left: 8px;
    border: 1px solid #a7b192;
    border-radius: 25px;
}
.ps-filter__content .filter-close-btn:before {
  content: '\00d7';
  position: absolute;
  rotate: 0deg;
  top: 50%;
  left: 50%;
  font-size: 26px;
  color: #a7b192;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .ps-filter__content .ps-filter__label {
    width: 100%;
  }
  .ps-filter__content .ps-filter__column {
    margin-bottom: 5px;
  }
}
.ps-filter__column > h3:before {
  height: 0px;
}
.ps-filter__column > h3 {
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.ps-filter__result p,
.ps-filter__column > h3,
.ps-filter__column #amount2,
.ps-list--filter li a {
  color: #0b363c;
}
.ps-filter__column .ui-slider-range {
  background: #0b363c;
}
.ps-filter__column .ui-slider-handle {
  border-color: #0b363c;
}
.ps-filter__column .ui-slider-handle:after {
  background: #0b363c;
}
.ps-hero {
  background-color: #fff;
}
/*.ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view,
.ps-cart-listing .ps-cart__table tbody > tr > td:first-child .ps-remove {
  display: none;
}
.ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc {
  width: 42%;
}
.ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_price {
  width: 15%;
}
.ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_qty {
  width: 18%;
}
.ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_sub {
  width: 15%;
}
.ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_remove {
  width: 10%;
}*/
@media only screen and (max-width:855px) {
  /*.ps-cart__table thead tr {
    display: none;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td {
    display: block;
    min-width: calc(100vw - 50px);
    text-align: center;
    border-width: 0px;
    padding: 5px 10px;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .ps-product--compare.desktop-view,
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_price,
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_qty,
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_sub,
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_remove{
    display: none;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td:first-child {
    border-top: 1px solid #ddd;
    position: relative;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td:last-child {
    border-bottom: 1px solid #ddd;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td:first-child .ps-remove {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .ps-cart-listing .ps-cart__table tbody {
    display: flex;
    flex-direction: column;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc {
    width: 100%;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view {
    display: flex;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view .left-content {
    width: 50%;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view .right-content {
    width: 50%;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view .ps-product--compare img {
    min-width: 130px;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view .right-content div {
    padding: 4px 0;    
  }*/
}
@media only screen and (max-width: 479px) {
  /*.ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view .left-content {
    width: 37%;
    text-align: center;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view .right-content {
    width: 46%;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td.ps-cart_desc .mobile-view .ps-product--compare img {
    min-width: 110px;
  }
  .form-group--number button {
    height: 30px;
    width: 30px;
  }
  .form-group--number input.form-control {
    width: 37px;
    height: 31px;
  }
  .ps-cart-listing .ps-cart__table tbody > tr > td:first-child .ps-remove {
    right: 5%;
  }*/
}
.full-width .ps-section__content .row {
  margin-left: 0px;
  margin-right: 0px;
}
/* Home banner style - start */
  .home-banner .owl-carousel .owl-item img {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  } 
/* Home banner style - end */
.dropdown-menu li {
  background-color: #fff;
  font-family: MS, sans-serif;
}
.ps-product--detail .ps-product__price del {
  font-size: 14px;
  font-weight: 700;
}
/* ---  */

.ps-btn, button.ps-btn {
  padding: 10px 8px;
  font-size: 15px;
  color: #333;
  background-image: linear-gradient(#EFDBAC, #EBC969);
  background-color: #fff;
  border: 0px solid #333;
  text-transform: uppercase;
  font-weight: normal !important;
  letter-spacing: 0px;
  min-width: 180px;
  min-height: 48px;
  line-height: 26.7px;
  border-radius: 4px !important;
  text-align: center;
  font-family: MS, sans-serif;
}
.ps-btn:hover, button.ps-btn:hover {
  color: #333;
  background-image: none;
  background-color: #FAF4E1;
  border: 0px solid #333;
}
.ps-btn:disabled,
button.ps-btn:disabled {
  background-image: none;
  background-color: #ECECEC;
  border: none;
  color: inherit;
  cursor: not-allowed;
}
.ps-btn.ps-btn-white, button.ps-btn.ps-btn-white {
  color: #333;
  background-image: none;
  background-color: #fff;
  border: 1px solid #333;
}
.ps-btn.ps-btn-white:hover, button.ps-btn.ps-btn-white:hover {
  color: #333;
  background-image: none;
  background-color: #fff;
  border: 1px solid #e1ad1f;
}
.ps-btn.ps-btn-golden, button.ps-btn.ps-btn-golden {
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  background-image: none;
  background-color: #fff;
  border: 1px solid #333;
  text-transform: uppercase;
  font-weight: normal !important;
  letter-spacing: 3px;
  min-width: auto;
  min-height: auto;
  line-height: 20px;
  border-radius: 0px !important;
}
.ps-btn.ps-btn-golden:hover, button.ps-btn.ps-btn-golden:hover {
  color: #000;
  background-image: none;
  background-color: #fff;
  border: 1px solid #e1ad1f;
}
.ps-btn.ps-btn-space, button.ps-btn.ps-btn-space {
  margin-left: 24px !important;
}
.ps-btn.ps-btn-m100, button.ps-btn.ps-btn-m100 {
  min-width: 100px;
}
.ps-btn.ps-btn-m80, button.ps-btn.ps-btn-m80 {
  min-width: 80px;
}
.ps-btn.ps-btn-dialog, button.ps-btn.ps-btn-dialog {
  min-width: 145px;
}


.bg-pattern-1 {
/*  background-image: url('../images/background/pattern-1.png'), url('../images/background/pattern-2.png');*/
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: auto, auto;
}
.bg-pattern-2 {
/*  background-image: url('../images/background/pattern-3.png');*/
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
}
.bg-pattern-3 {
/*  background-image: url('../images/background/pattern-4.png');*/
  background-repeat: no-repeat;
  background-position: left 200px;
  background-size: auto;
}


.promo-container img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .promo-container .ps-container .row {
    display: table;
  }
  .promo-container .ps-container .promo-img,
  .promo-container .ps-container .promo-content {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .promo-container .ps-container .promo-img {
    vertical-align: middle;
  }
  .promo-container .ps-container .promo-content {
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .promo-container .promo-content {
    text-align: center;
  }
}

.hotel-map .map-ISL {
  background-image: url('../images/home/hotel_assets/ISL.png?v=3');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-KSL {
  background-image: url('../images/home/hotel_assets/KSL.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-HJHK {
  background-image: url('../images/home/hotel_assets/HJHK.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-KHHK {
  background-image: url('../images/home/hotel_assets/KHHK1.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-SLS {
  background-image: url('../images/home/hotel_assets/SLS.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-HJTS {
  background-image: url('../images/home/hotel_assets/HJTS.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-HJOG {
  background-image: url('../images/home/hotel_assets/HJOG.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-SEN {
  background-image: url('../images/home/hotel_assets/SEN.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-SLKL {
  background-image: url('../images/home/hotel_assets/SLKL2.jpeg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hotel-map .map-THKL {
  background-image: url('../images/home/hotel_assets/THKL.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-TPE {
  background-image: url('../images/home/hotel_assets/TPE.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-ESL {
  background-image: url('../images/home/hotel_assets/ESL.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLFM {
  background-image: url('../images/home/hotel_assets/SLFM.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLM {
  background-image: url('../images/home/hotel_assets/SLM.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLJ {
  background-image: url('../images/home/hotel_assets/SLJ.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SUR {
  background-image: url('../images/home/hotel_assets/SUR.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLCB {
  background-image: url('../images/home/hotel_assets/SLCB.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLBK {
  background-image: url('../images/home/hotel_assets/SLBK.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-RRR {
  background-image: url('../images/home/hotel_assets/RRR2.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLBO {
  background-image: url('../images/home/hotel_assets/SLBO.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLCM {
  background-image: url('../images/home/hotel_assets/SLCM.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-MAC {
  background-image: url('../images/home/hotel_assets/MAC.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-GSH {
  background-image: url('../images/home/hotel_assets/GSH.png?v=1');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-HJP {
  background-image: url('../images/home/hotel_assets/HJP.jpg?v=1');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-RSR {
  background-image: url('../images/home/hotel_assets/RSR.png?v=1');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLAD {
  background-image: url('../images/home/hotel_assets/SLAD.png?v=1');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-THAD {
  background-image: url('../images/home/hotel_assets/THAD.png?v=1');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .map-SLDB {
  background-image: url('../images/home/hotel_assets/SLDB.jpg?v=2');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hotel-map .ps-container .map-img,
.hotel-map .ps-container .map-content {
  padding: 0px;
}
.hotel-map .ps-container .map-img > img {
  width: 100%;
}
.hotel-map .ps-container .map-content {
  background-color: #f9f9f9;
}
.hotel-map .map-loc-title {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-right: 30px;
  font-size: 18px;
}
.hotel-map .map-loc-container {
  margin-left: 35px;
  margin-right: 35px;
  border-bottom: 1px solid #333;
}
.hotel-map .map-loc-container:last-child {
  border-bottom-width: 0px;
}
.hotel-map .map-loc-container.expanded .map-loc-title:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 30px;
  height: 2px;
  background-color: #e8d8b3;
}
.hotel-map .map-loc-container .map-loc-expanded {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/home/expand.png);
  background-position: center;
  background-size: contain;
}
.hotel-map .map-loc-container.expanded .map-loc-expanded {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/home/collapse.png);
  background-position: center;
  background-size: contain;
}
.hotel-map .map-loc-container .map-loc-content {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.hotel-map .map-loc-container.expanded .map-loc-content {
  height: auto;
  margin-right: 30px;
  padding-bottom: 10px;
  font-size: 15px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
@media (min-width: 768px) {
  .hotel-map .ps-container .row {
    display: table;
  }
  .hotel-map .ps-container .map-img,
  .hotel-map .ps-container .map-content {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .hotel-map .ps-container .map-img {
    vertical-align: middle;
  }
  .hotel-map .ps-container .map-content {
    vertical-align: top;
  }
}


.ps-slider--center.ps-slider-gc .owl-prev, .ps-slider--center.ps-slider-gc .owl-next {
  background-color: transparent !important;
}
.ps-slider--center.ps-slider-gc .owl-prev i, .ps-slider--center.ps-slider-gc .owl-next i {
  color: transparent !important;
}
.ps-icon-arrow-gc {
  color: transparent !important;
}
.ps-icon-arrow-left:before, .ps-icon-arrow-right:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ps-icon-arrow-left:before {
  background-image: url('../images/product/left.png');
}
.ps-icon-arrow-right:before {
  background-image: url('../images/product/right.png');
}
/*@media (min-width: 1441px) {*/
  .ps-slider--center .owl-prev {
      margin-left: 0;
  }
  .ps-slider--center .owl-next {
    margin-right: 0;
  }
/*}*/


.ps-cart__listing {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-top-width: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  padding: 25px;
}
.ps-cart-item {
  border-bottom-width: 0px;
  padding: 0 0 25px 0;
}
.ps-cart__content {
  padding-top: 0px;
}
.ps-cart__total {
  border-top: 1px solid #f3eee8;
  padding: 25px 0 15px 0;
}
.ps-cart__total .ps-cart__total-amount {
  font-weight: normal;
}
.ps-cart__footer {
  border-top: 1px solid #f3eee8;
  padding: 8px 0 0 0;
}
.ps-cart-item__title,
.ps-cart-item__content p,
.ps-cart-item__content p i,
.ps-cart__total p {
  color: #333;
  margin-bottom: 0px;
}
.ps-cart-item__title:hover {
  color: #333;
}
.ps-cart-item__close {
  display: none !important;
}
.ps-product_img1,
.ps-product_img2,
.ps-cart-item__thumbnail img,
.ps-checkout_img img,
.order-item__thumbnail img,
#quick_view-popup .ps-product__preview img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#gift_form-popup .ps-product__preview img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
  

.checkout .header__services,
/* .checkout .icons-bar .left, */
/* .checkout .icons-bar .right, */
.checkout .icons-bar .right .header__links .search-keyword-container,
.checkout .icons-bar .right .header__links .cd-search-trigger,
.checkout .icons-bar .right .header__links .ps-cart,
/*.checkout .header-sticky:not(.pin) .navigation.main-navigation,*/
.checkout .navigation.main-navigation .main-menu {
  display: none;
}
.checkout .header__top {
/*  padding-top: 20px !important;*/
}
/* .checkout .icons-bar .center {
  display: block !important;
  width: 100% !important;
  margin-top: 20px;
} */
.checkout .ps-checkbox input[type=checkbox]:checked ~ label:before,
.checkout .ps-checkbox label:before,
.checkout .ps-checkbox label:after {
  border-color: #0b363c;
}
.ps-checkout__order h3,
.ps-checkout__order .ps-radio label,
.ps-checkout table.ps-checkout__products > thead > tr > th,
.ps-checkout table.ps-checkout__products > tbody > tr > td {
  color:  #333;
}
.ps-checkout__order {
  background-color: #f9f9f9;
  padding: 30px;
}
.ps-checkout__order .content {
  padding: 10px 0 10px;
  border-bottom: 1px solid #ccc;
}
.ps-checkout__order .content:last-child {
  border-bottom-width: 0px;
}
#cart-item-container > tr > td {
  border-top-width: 0px;
  padding-bottom: 10px;
}
#cart-item-container .ps-checkout_img {
  width: 25%;
  text-align: left;
}
#cart-item-container .ps-checkout_desc {
  width: 50%;
  text-align: left;
}
#cart-item-container .ps-checkout_sub {
  width: 25%;
  text-align: right;
  color: #999;
}
#cart-item-container .ps-checkout_desc > div {
  margin-bottom: 5px;
}
#cart-item-container .ps-checkout_desc .product-qty {
  display: inline-flex;
}
#cart-item-container .ps-checkout_desc .product-qty .form-group--number {
  display: inline-flex;
}
#cart-item-container .ps-checkout_desc .product-qty .form-group--number button {
  height: 30px;
  width: 20px;
  font-size: 15px;
  background-color: transparent;
  color: #9A750F;
}
#cart-item-container .ps-checkout_desc .product-qty .form-group--number input.form-control {
  top: 0px;
  margin-right: 0px;
  width: 30px;
  height: 30px;
  padding: 3px;
  padding-bottom: 6px;
  border: 0px solid #FFFFFF;
  background-color: transparent;
}
#cart-item-container .ps-checkout_desc .product-qty .form-group--number input.form-control:focus {
  border-color: #FFFFFF;
}
#cart-item-container .ps-checkout_desc .product-qty .remove,
#cart-item-container .ps-checkout_desc .product-qty .remove:hover {
  color: #e1ad1f;
  text-decoration: underline;
}
#cart-item-container .ps-checkout_desc button.gift-for-someone {
/*    height: 30px;*/
/*    width: auto;*/
/*    font-size: 15px;*/
/*    background-color: #a7b192;*/
/*    color: #FFF;*/
    text-decoration-line: none;
}
#cart-item-container .ps-checkout_desc button.edit-recipient,
#cart-item-container .ps-checkout_desc button.edit-recipient:hover {
  color: #e1ad1f;
  text-decoration: underline;
}
#cart-item-container .ps-checkout_desc button.additional-information-edit-btn-1,
#cart-item-container .ps-checkout_desc button.additional-information-edit-btn-1:hover {
  color: #e1ad1f;
  text-decoration: underline;
}
#cart-item-container .ps-checkout_desc button.additional-information-edit-btn-2 {
  height: 30px;
  width: auto;
  font-size: 15px;
  background-color: #a7b192;
  color: #FFF;
  text-decoration-line: none;
}
.ps-checkout__order .ps-cart__promotion .form-group {
  display: flex;
  margin-top: 15px;
}
.ps-checkout__order .ps-cart__promotion-input {
  height: 51px;
}
.ps-checkout__order .ps-checkout__products tr > td.title {
  text-transform: uppercase;
  text-align: left;
  color: #333;
}
.ps-checkout__order .ps-checkout__products tr > td.amount {
  text-align: right;
  color: #333;
}
.ps-checkout__order .form-group.paypal {
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout .ps-checkbox label {
  color: #333;
}
.checkout .billing-form-error {
  font-family: WH, MS, sans-serif;
}
.checkout #coupon_code {
  font-size: 12px;
}

.gc-login-reminder {
  color: #000000;
  border: 1px solid #000000;
  padding: 25px;
  font-size: 20px;
}

.gc-login-reminder a {
  color: #d6b006;
  text-decoration: underline;
}


.ps-delivery {
  border: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 60px;
  background-color: #fff;
  padding: 45px 150px;
}
.ps-delivery.active {
  border: 1px solid #e1ad1f;
}
.ps-delivery:hover {
  opacity: 0.7;
}
.ps-delivery .ps-delivery__content {
  position: relative;
}
.ps-delivery .ps-delivery__content h3 {
  font-size: 18px;
  line-height: 1.45em;
  color: #333;
  font-weight: normal;
}
.ps-delivery .ps-delivery__content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 1439px) {
  .ps-delivery {
    padding: 45px 100px;
  } 
}
@media (max-width: 1199px) {
  .ps-delivery {
    padding: 45px 50px;
  }
  .ps-delivery .ps-delivery__content {
    margin-left: 0;
    /*padding-left: 70px;*/
  }
}


#quick_view-popup .popup-close {
  background-color: #fff;
  padding: 10px;
  position: relative;
}
#quick_view-popup .popup-close-btn {
  width: 20px;
  height: 20px;
  background-image: url('../images/product/close.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#quick_view-popup .ps-product--detail .ps-product__block > h4 {
  border-bottom-width: 0px;
  text-transform: uppercase;
}
#quick_view-popup .ps-product--detail .ps-product__size {
  margin-bottom: 20px;
}
#quick_view-popup .ps-product--detail .ps-product__size > h4 a {
  float: none;
  margin-left: 20px;
  color: #e1ad1f;
  font-style: normal;
  text-transform: none;
}
#quick_view-popup .form-group--number {
  display: inline-flex;
}
#quick_view-popup .form-group--number button {
  height: 50px;
  width: 30px;
  font-size: 15px;
  background-color: #FFFFFF;
  color: #9A750F;
}
#quick_view-popup .form-group--number input.form-control {
  top: 0px;
  margin-right: 0px;
  width: 40px;
  height: 30px;
  padding-bottom: 2px;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-btn {
/*  color: #333;*/
/*  background-color: #fff;*/
/*  border: 1px solid #333;*/
  text-transform: uppercase;
  font-weight: normal !important;
  width: calc(100% - 74px) !important;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-btn:hover {
/*  border-color: #E8D8B3 !important;*/
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-btn.success_loading,
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-btn.success_loading:hover {
/*  background-color: #E8D8B3 !important;*/
/*  border-color: #E8D8B3 !important;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-btn.success_loading::before,
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-btn.success_loading:hover::before {
  content: "\f00c";
  font: normal normal normal 20px/1 FontAwesome;
  padding-right: 4px;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-btn.success_loaded {
/*  background-color: #fff !important;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-btn.success_loaded:hover {
/*  border-color: #E8D8B3 !important;*/
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions {
  float: left;
  width: auto;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions a {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  text-transform: uppercase;
  font-weight: normal !important;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions a i:before {
  color: #333;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish {
  width: 47px;
  height: 47px;
  border-radius: 4px;
}
@media (hover: hover) {
  #quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover {
    background-color: #E0AA14;
    border: #E0AA14;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  #quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart:before {
    color: transparent;
  }
  #quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart {
    font-size: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart {
    background-image: url('../images/product/wishlist-hover@2x.png?v=2');
  }
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added {
  background-color: #E0AA14;
  border: #E0AA14;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart:before {
  color: transparent;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart {
  font-size: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#quick_view-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart {
  background-image: url('../images/product/wishlist-added-hover@2x.png?v=2');
}
#quick_view-popup .product-content-title {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-right: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
#quick_view-popup .product-content-container {
  margin-left: 0px;
  /*margin-right: 70px;*/
  border-bottom: 1px solid #e5e5e5;
}
#quick_view-popup .product-content-container:first-child {
  border-top: 1px solid #e5e5e5;
}
#quick_view-popup .product-content-container .product-content-expanded {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/home/expand.png);
  background-position: center;
  background-size: contain;
}
#quick_view-popup .product-content-container.expanded .product-content-expanded {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/home/collapse.png);
  background-position: center;
  background-size: contain;
}
#quick_view-popup .product-content-container .product-content-content {
  /* display: none; */
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#quick_view-popup .product-content-container.expanded .product-content-content {
  /* display: block; */
  opacity: 1;
  height: auto;
  margin-right: 30px;
  padding-bottom: 10px;
}
#quick_view-popup .product-content-container .product-content-content.product-desc,
#quick_view-popup .product-content-container .product-content-content.product-desc2,
#quick_view-popup .product-content-container .product-content-content.delivery-terms {
  font-size: 14px;
}
#quick_view-popup .ps-product--detail .ps-product__sharing {
  margin-top: 20px;
}
#quick_view-popup .ps-product--detail .ps-product__sharing a {
  background-color: #333;
}
#quick_view-popup .size-option-container {
  display: flex;
  flex-wrap: wrap;
}
#quick_view-popup .size-option-container .size-option-item {
  padding: 5px 20px;
  border: 1px solid #a7b292;
  margin-right: 10px;
  margin-top: 5px;
}
#quick_view-popup .size-option-container .size-option-item:hover {
  border: 1px solid #E8D8B3;
}
#quick_view-popup .size-option-container .size-option-item.selected {
  padding: 5px 20px;
  border: 1px solid #a7b292;
  margin-right: 10px;
  background-color: #a7b292;
  color: #fff;
}
#quick_view-popup .size-option-container .size-option-item.selected:hover {
  border: 1px solid #a7b292;
}

#quick_view-popup .ps-product--detail .point-slider-root-container {
    background-color: #f8f8f8;
    padding: 20px;
}

#quick_view-popup .ps-product--detail .point-slider-root-container .point-slider-heading {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: MS, sans-serif;
    letter-spacing: 2px;
}

#quick_view-popup .ps-product--detail .point-slider-root-container .point-slider-desc {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: 'WH', sans-serif;
}

#quick_view-popup .ps-product--detail .point-slider-root-container .point-slider-container {
    margin-top: 20px;
}

#quick_view-popup .ps-product--detail .ps-sale__product__point span {
  color: #000 !important;
}

.point-slider-preview-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.point-slider-preview-container {
    font-size: 18px;
    font-weight: bold;
    font-family: WH, sans-serif;
    color: #000;
}

.point-slider-preview-container .point-slider-cash-value {
    font-size: 18px;
    font-weight: normal;
    font-family: WH, sans-serif;
    color: #000;
    flex-grow: 1;
    width: 150px;
}

.point-slider-preview-container .point-slider-plus {
    font-size: 32px;
    font-weight: normal;
    font-family: PF, sans-serif;
/*    color: #a7b192;*/
    color: #000;
    margin: 0 30px;
}

.point-slider-preview-container .point-slider-point-value-container {
    border: 1px solid #333;
    color: #333;
    font-weight: normal;
    flex-grow: 1;
    width: 150px;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
}

.point-slider-preview-container .point-slider-point-value-container .point-slider-point-value-text {
    color: inherit;
    font-weight: bold;
    font-size: 18px;
    font-family: WH, sans-serif;
}

.point-slider-input-container {
    margin-top: 20px;
}

.point-slider-input-container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 5px;
    background: #d7d7d7;
    border-radius: 3px;
}

.point-slider-input-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    transition: .2s;
    width: 30px;
    height: 30px;
    background: transparent;
    background-image: url(../img/gold_gc_point_icon.png?v=20240112);
    background-size: cover;
}

.point-slider-input-container input[type="range"]::-moz-range-thumb {
    border-radius: 50%;
    transition:.2s;
    width: 30px;
    height: 30px;
    background: transparent;
    background-image: url("../img/gold_gc_point_icon.png?v=20240112");
    background-size: cover;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .point-slider-input-container input[type="range"]::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    background: #fff;
    background-image: url("../img/gold_gc_point_icon.png?v=20240112");
    background-size: 30px;
    background-position: 50% 40%;
    border: 2px #00000005 solid;
  }
  .point-slider-input-container input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: #fff;
    background-image: url("../img/gold_gc_point_icon.png?v=20240112");
    background-size: 30px;
    background-position: 50% 40%;
    border: 2px #00000005 solid;
  }
}

.point-slider-input-container input[type="range"]:disabled::-webkit-slider-thumb {
    /*border: 2px solid #aaa;
    box-shadow: 0px 0px 3px 2px #aaa;*/
}

.point-slider-input-container input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.point-slider-input-container .point-slider-range-container {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.point-slider-input-container .point-slider-range-container span:before {
  content: "..........";
  color: transparent;
  background-image: url(../images/point/icon-point.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.point-slider-input-container .point-slider-range-container span {
    font-size: 14px;
    font-family: WH, sans-serif;
    color: #000;
    font-weight: bold;
}

.point-slider-min-point-required {
    font-size: 14px;
    font-family: WH, sans-serif;
    color: #000;
    font-weight: normal;
    margin-top: 20px;
}

.point-slider-min-point-required .point-slider-min-point-required-value:before {
  content: "........";
  color: transparent;
  background-image: url(../images/point/icon-point.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.my-available-point {
    font-size: 14px;
    font-family: WH, sans-serif;
    color: #000;
    font-weight: normal;
}

.my-available-point .my-available-point-value:before {
  content: "........";
  color: transparent;
  background-image: url(../images/point/icon-point.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

#gift_form-popup .popup-close {
    background-color: #fff;
    padding: 10px;
    position: relative;
}
#gift_form-popup .popup-close-btn {
    width: 20px;
    height: 20px;
    background-image: url('../images/product/close.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
}
#gift_form-popup .ps-product--detail .ps-product__block > h4 {
    border-bottom-width: 0px;
    text-transform: uppercase;
}
#gift_form-popup .ps-product--detail .ps-product__size {
    margin-bottom: 20px;
}
#gift_form-popup .ps-product--detail .ps-product__size > h4 a {
    float: none;
    margin-left: 20px;
    color: #e1ad1f;
    font-style: normal;
    text-transform: none;
}
#gift_form-popup .form-group--number {
    display: inline-flex;
}
#gift_form-popup .form-group--number button {
    height: 50px;
    width: 30px;
    font-size: 15px;
    background-color: #FFFFFF;
    color: #9A750F;
}
#gift_form-popup .form-group--number input.form-control {
    top: 0px;
    margin-right: 0px;
    width: 40px;
    height: 30px;
    padding-bottom: 2px;
    border: 0px solid #FFFFFF;
    background-color: transparent;
}
#gift_form-popup .form-group--number input.form-control:focus {
    border-color: #FFFFFF;
}
#gift_form-popup .gift-quantity-remove-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gift_form-popup .gift-row-container {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 15px;
}
#gift_form-popup .ps-product--detail .ps-product__shopping>div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-btn,
#gift_form-popup .gift-quantity-remove-container .ps-btn {
/*    color: #333;*/
/*    background-color: #fff;*/
/*    border: 1px solid #333;*/
    text-transform: uppercase;
    font-weight: normal !important;
    width: auto;
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-btn:hover,
#gift_form-popup .gift-quantity-remove-container .ps-btn:hover {
/*    border-color: #E8D8B3 !important;*/
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions a {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    text-transform: uppercase;
    font-weight: normal !important;
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions a i:before {
    color: #333;
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish {
    width: 47px;
    height: 47px;
    border-radius: 4px;
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover,
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added {
    background-color: #a7b092;
    border: #a7b092;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart:before,
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart:before {
    color: transparent;
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart, 
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart {
    font-size: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart {
    background-image: url('../images/product/wishlist-hover@2x.png?v=2');
}
#gift_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart {
    background-image: url('../images/product/wishlist-added-hover@2x.png?v=2');
}
#gift_form-popup .product-content-title {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
}
#gift_form-popup .product-content-container {
    margin-left: 0px;
    /*margin-right: 70px;*/
    border-bottom: 1px solid #e5e5e5;
}
#gift_form-popup .product-content-container:first-child {
    border-top: 1px solid #e5e5e5;
}
#gift_form-popup .product-content-container .product-content-expanded {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 20px;
    height: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/home/expand.png);
    background-position: center;
    background-size: contain;
}
#gift_form-popup .product-content-container.expanded .product-content-expanded {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 20px;
    height: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/home/collapse.png);
    background-position: center;
    background-size: contain;
}
#gift_form-popup .product-content-container .product-content-content {
    /* display: none; */
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
#gift_form-popup .product-content-container.expanded .product-content-content {
    /* display: block; */
    opacity: 1;
    height: auto;
    margin-right: 30px;
    padding-bottom: 10px;
}
#gift_form-popup .product-content-container .product-content-content.product-desc,
#gift_form-popup .product-content-container .product-content-content.product-desc2,
#gift_form-popup .product-content-container .product-content-content.delivery-terms {
    font-size: 14px;
}
#gift_form-popup .ps-product--detail .ps-product__sharing {
    margin-top: 20px;
}
#gift_form-popup .ps-product--detail .ps-product__sharing a {
    background-color: #333;
}
#gift_form-popup .size-option-container {
    display: flex;
}
#gift_form-popup .size-option-container .size-option-item {
    padding: 5px 20px;
    border: 1px solid #a7b292;
    margin-right: 10px;
}
#gift_form-popup .size-option-container .size-option-item:hover {
    border: 1px solid #E8D8B3;
}
#gift_form-popup .size-option-container .size-option-item.selected {
    padding: 5px 20px;
    border: 1px solid #a7b292;
    margin-right: 10px;
    background-color: #a7b292;
    color: #fff;
}
#gift_form-popup .size-option-container .size-option-item.selected:hover {
    border: 1px solid #a7b292;
}


.page-catalog .sort-amount-asc {
  background-image: url('../images/product/sort-arrow-up.png');
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 12px;
  margin-left: 5px;
}
.page-catalog .sort-amount-desc {
  background-image: url('../images/product/sort-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 12px;
  margin-left: 5px;
}
.page-catalog .dropdown-toggle {
  padding: 10px 20px;
}
.page-catalog .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
  box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
  background-color: #FAF4E1;
  color: #333;
}
.page-catalog .dropdown-menu {
  top: 100%;
}


/* input element  */
.gc-color {
  color: #e1ad1f !important;
}
.ps-link {
  color: #e1ad1f;
}
.clickable {
  cursor: pointer;
}
textarea.form-control,
input.form-control[type="text"],
input.form-control[type="email"] {
  font-size: 16px;
  line-height: 20px;
  font-family: MS, sans-serif;
}
textarea.form-control {
  border-width: 0px;
  border-bottom-width: 1px;
  resize: none;
  padding-left: 0px;
}
input.form-control[type="text"]:not(.border-w1, .qty),
input.form-control[type="email"]:not(.border-w1, .qty) {
  border-width: 0px;
  border-bottom-width: 1px;
  height: auto;
  padding-left: 0px;
}
/*input.input-text.qty,*/
input.border-w1 {
  border-width: 1px !important;
}
textarea.border-w1 {
    border-width: 1px !important;
    padding: 6px 12px;
}
.input-label,
.input-label span {
  font-size: 12px;
  line-height: 12px;
  font-family: MS, sans-serif;
  font-weight: 700;
}
.form-group__content {
  /*margin-top: -15px;*/
}
.ps-select.bootstrap-select.btn-group {
  background-color: transparent !important;
  height: auto;
}
.ps-select.bootstrap-select.btn-group .filter-option,
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-family: MS, sans-serif;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #e1ad1f;
}
.ps-select button.btn.dropdown-toggle.btn-default {
  font-size: 16px;
  line-height: 20px;
  border-color: #ccc !important;
  border-width: 0px;
  border-bottom-width: 1px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
  box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
  background-color: transparent !important;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  height: auto;
  font-family: WH, MS, sans-serif;
}
.ps-select button.btn.dropdown-toggle.btn-default:hover {
  background-color: transparent !important;
}
.ps-select.bootstrap-select.btn-group .dropdown-toggle .caret {
  color: transparent;
  width: 20px;
  height: 20px;
  background-image: url('../images/checkout/dropdown.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ps-select.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
  box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
}
.ps-select.btn-default.active, .ps-select.btn-default:active, .ps-select.open>.dropdown-toggle.btn-default {
  background-color: #fff;
}

.terms-page .ps-section__header,
.shipping-page .ps-section__header,
.faq-page .ps-section__header {
  margin-bottom: 2px;
}
.terms-page .ps-section__content ul li,
.shipping-page .ps-section__content ul li,
.faq-page .ps-section__content ul li {
  padding-bottom: 10px;
}

.delivery-terms-page .ps-section__header,
.shipping-page .ps-section__header,
.faq-page .ps-section__header {
  margin-bottom: 2px;
}
.delivery-terms-page .ps-section__content ul li,
.shipping-page .ps-section__content ul li,
.faq-page .ps-section__content ul li {
  padding-bottom: 10px;
}

#footer-cookie {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0);
  box-shadow: 0 6px 12px rgb(0 0 0);
  width: 100%;
}
#footer-cookie .ps-container {
  /*width: 100%;*/
}

#wechat-popup-container {
  position: relative;
}
#wechat-popup {
  position: absolute;
  background-color: #fff !important;
  top: -230px;
  left: -110px;
  z-index: 999999;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 20px;
}
#wechat-popup img {
  height: 100%;
}
/*#wechat-popup-container #wechat-popup {
  display: none;
}
#wechat-popup-container:hover #wechat-popup,
#wechat-popup:hover {
  display: block;
}*/
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px !important;
}

.icon-form-validation{
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
}

.icon-form-validation .fa-check-circle-o{
  color: #8CDC7F;
}

/*.navigation--sticky.pin.header-sticky .ps-container.icons-bar {
  display: none;
}*/
.tracking-table.tracking-table-summary {
  background-color: #eff2ea;
}
.tracking-table.tracking-table-summary .first-summary,
.tracking-table.tracking-table-summary .second-summary {
  padding-left: 20px;padding-right: 20px;
}
.tracking-table.tracking-table-summary .first-summary .summary-content {
  min-height: 60px;margin-bottom: 20px;
}
.tracking-table.tracking-table-summary .first-summary .summary-content .left-content {
  position: absolute;top: 50%;left: 0;-ms-transform: translateY(-50%);transform: translateY(-50%);
}
.tracking-table.tracking-table-summary .first-summary .summary-content .left-content .order-number {
  font-size: 16px;
}
.tracking-table.tracking-table-summary .first-summary .summary-content .right-content {
  position: absolute;top: 50%;right: 0;-ms-transform: translateY(-50%);transform: translateY(-50%);text-transform: uppercase;
}
.tracking-table.tracking-table-summary .second-summary .summary-content {
  min-height: 60px;border-top: 1px solid #ccc;
}
.tracking-table.tracking-table-summary .second-summary .summary-content .left-content {
  position: absolute;top: 50%;left: 0;-ms-transform: translateY(-50%);transform: translateY(-50%);padding-top: 20px;max-width: 20%;
}
.tracking-table.tracking-table-summary .second-summary .summary-content .right-content {
  position: absolute;top: 50%;right: 0;-ms-transform: translateY(-50%);transform: translateY(-50%);padding-top: 20px;max-width: 20%;
}
.tracking-table.tracking-table-summary .second-summary .summary-content .bar-content {
  position: absolute;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);text-transform: uppercase;padding-top: 20px;left: calc(20% + 10px);width: calc(60% - 20px);
}
.tracking-table.tracking-table-summary .second-summary .summary-content .bar-content .point-left {
  position: absolute;background: #dfa500;border-radius: 50%;width: 15px;height: 15px;top: 50%;left: -10px;
}
.tracking-table.tracking-table-summary .second-summary .summary-content .bar-content .point-right {
  position: absolute;background: #dfa500;border-radius: 50%;width: 15px;height: 15px;top: 50%;right: -10px;
}
.tracking-table.tracking-table-summary .second-summary .summary-content .bar-content .point-line {
  position: absolute;background: #dfa500;width: 100%;height: 5px;top: calc(50% + 5px);
}
.tracking-table.tracking-table-summary .second-summary .summary-content-mob {
  min-height: 100px;border-top: 1px solid #ccc;
}
.tracking-table.tracking-table-summary .second-summary .summary-content-mob .left-content {
  position: absolute;top: 60px;left: 0;-ms-transform: translateY(-50%);transform: translateY(-50%);padding-top: 20px;max-width: 50%;
}
.tracking-table.tracking-table-summary .second-summary .summary-content-mob .right-content {
  position: absolute;top: 60px;right: 0;-ms-transform: translateY(-50%);transform: translateY(-50%);padding-top: 20px;max-width: 50%;
}
.tracking-table.tracking-table-summary .second-summary .summary-content-mob .bar-content {
  position: absolute;top: 20px;text-transform: uppercase;padding-top: 0px;left: 10px;width: calc(100% - 20px);
}
.tracking-table.tracking-table-summary .second-summary .summary-content-mob .bar-content .point-left {
  position: absolute;background: #dfa500;border-radius: 50%;width: 15px;height: 15px;top: 50%;left: -10px;
}
.tracking-table.tracking-table-summary .second-summary .summary-content-mob .bar-content .point-right {
  position: absolute;background: #dfa500;border-radius: 50%;width: 15px;height: 15px;top: 50%;right: -10px;
}
.tracking-table.tracking-table-summary .second-summary .summary-content-mob .bar-content .point-line {
  position: absolute;background: #dfa500;width: 100%;height: 5px;top: calc(50% + 5px);
}
.tracking-table.tracking-table-summary .second-summary .pickup-at-title,
.tracking-table.tracking-table-summary .second-summary .drop-at-title {
  font-size: 12px;
}
.tracking-table.tracking-table-timeline .timeline-title {
  border-bottom: 1px solid #ccc;
}
.tracking-table.tracking-table-timeline .timeline-table {
  width: 100%;
}
.tracking-table.tracking-table-timeline .timeline-table > tbody > tr > td {
  padding-left: 40px; position: relative;
}
.tracking-table.tracking-table-timeline .timeline-table td .status-short {
  position: relative;
}
.tracking-table.tracking-table-timeline .timeline-table td .status-short .status-title {
  text-transform: uppercase;
}
.tracking-table.tracking-table-timeline .timeline-table td .status-short .status-date {
  position: absolute; top: 0; right: 0;
}
.tracking-table.tracking-table-timeline .timeline-table td .status-desc {
  min-height: 80px;
}
.tracking-table.tracking-table-timeline .timeline-table td .status-bar {
  position: absolute;width: 25px;height: 100%;top: 0;left: 0;
}
.tracking-table.tracking-table-timeline .timeline-table td .status-bar .point-top {
  position: absolute;background: #dfa500;border-radius: 50%;width: 15px;height: 15px;top: 0;left: 5px;
}
.tracking-table.tracking-table-timeline .timeline-table td .status-bar .point-current {
  position: absolute;background: transparent;border-radius: 50%;width: 11px;height: 11px;top: 0;left: 5px;border: 2px solid #fff;margin: 2px;
}
.tracking-table.tracking-table-timeline .timeline-table td .status-bar .point-line {
  position: absolute;background: #dfa500;width: 5px;height: calc(100% - 5px);top: 6px;left: calc(50% - 3px);
}
.tracking-table.tracking-table-timeline .timeline-table tr td .status-bar .point-line {
  display: block;
}
.tracking-table.tracking-table-timeline .timeline-table tr td .status-bar .point-current {
  display: none;
}
.tracking-table.tracking-table-timeline .timeline-table tr:last-child td .status-bar .point-line {
  display: none;
}
.tracking-table.tracking-table-timeline .timeline-table tr:last-child td .status-bar .point-current {
  display: block;
}

.mfp-wrap.mfp-ready {
  max-height: 100vh !important;
  overflow: hidden !important;
  position: fixed !important;
  top: 0px !important;
}

#breaking-news .owl-stage {
  display: flex;
  align-items: center;
}

.mfp-container {
/*  overflow-y: auto;*/
  overflow: hidden;
}

.ps-cart:hover .ps-cart__listing, .ps-cart .ps-cart__listing.open {
  max-height: 80vh;
  overflow-y: auto;
}

.purchase-history-contaienr {
  max-width: 1280px;
  overflow-x: scroll;
}
.purchase-history thead th.col-1,
.purchase-history thead th.col-2,
.purchase-history thead th.col-3,
.purchase-history thead th.col-4 {
  width: 15%;
}
.purchase-history thead th.col-5 {
  width: 35%;
}
.purchase-history thead th.col-6 {
  width: 5%;
}
.purchase-history .order-content-expanded {
  width: 20px;
  height: 20px;
  background-image: url(../images/home/expand.png);
  background-position: center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.purchase-history .order-content-expanded.expanded {
  width: 20px;
  height: 20px;
  background-image: url(../images/home/collapse.png);
  background-position: center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.purchase-history .order-history td {
  vertical-align: middle;
}
.purchase-history .order-item__thumbnail {
  display: block;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding-right: 5px;
}
.purchase-history .item_count {
  height: 30px;
  vertical-align: middle;
  display: table-cell;
}
.purchase-history .order-details > td {
  background-color: #eff2ea;
}
.purchase-history .order-details-body {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.purchase-history .order-details-body .order-hotel-body,
.purchase-history .order-details-body .order-summary-body {
  padding: 20px;
}
.purchase-history .order-details-body .order-hotel-body h4,
.purchase-history .order-details-body .order-summary-body h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.purchase-history .order-details-body .hotel-product-list {
  border-bottom: 1px solid #ccc;
}
.purchase-history .order-details-body .hotel-product-list,
.purchase-history .order-details-body .hotel-subtotal,
.purchase-history .order-details-body .order-summary-list {
  width: 100%;
}
.purchase-history .order-details-body .hotel-product-list td,
.purchase-history .order-details-body .hotel-subtotal td,
.purchase-history .order-details-body .order-summary-list td {
  padding: 5px;
}
.purchase-history .order-details-body .hotel-subtotal td.text-left,
.purchase-history .order-details-body .order-summary-list td.text-left {
  width: 60%;
}
.purchase-history .order-details-body .hotel-subtotal td.text-right,
.purchase-history .order-details-body .order-summary-list td.text-right {
  width: 40%;
  vertical-align: top;
}
.purchase-history .order-details-body .hotel-product-list .hotel-product-image {
  width: 20%;
}
.purchase-history .order-details-body .hotel-product-list .hotel-product-content {
  width: 30%;
}
.purchase-history .order-details-body .hotel-product-list .hotel-product-subtotal,
.purchase-history .order-details-body .hotel-product-list .hotel-product-total {
  width: 20%;
}
.purchase-history .order-details-body .hotel-product-list .hotel-product-image .ps-cart-item__thumbnail {
  width: 80px;
  height: 80px;
}
.purchase-history .order-details-body .hotel-product-list .hotel-product-size,
.purchase-history .order-details-body .hotel-product-list .hotel-product-total {
  color: #818181;
}

.purchase-history .order-details-body .order-info > div:not(:last-child) {
  border-right: 1px solid #ccc;
}

@media (max-width: 767px) {
  .purchase-history .order-details-body .order-info > div:not(:last-child) {
    border-right: none;
  }
}

.del-price-text{
  margin-left: 2px;
  margin-right: 2px;
}

.price-text{
  margin-left: 2px;
  margin-right: 2px;
}

.product-price .del-price-text{
  margin-right: 4px;
}

.product-price .price-text{
  margin-left: 0px;
  margin-right: 0px;
}


/* font size */
.ps-hero h3 {
  font-size: 32px;
}
.ps-hero p {
  font-size: 18px;
}
.page-catalog .dropdown-toggle {
  font-size: 18px;
}
.ps-filter__result p {
  font-size: 18px;
}
.ps-filter__trigger > p, .ps-filter__result p, .ps-list--filter li a {
  font-size: 18px;
}
.dropdown-menu.ps-list--filter li a {
  font-size: 16px;
}
.ps-badge span {
  padding: 2px 6px;
  font-size: 16px;
}
.ps-product--fashion .ps-product__hotel {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.ps-product--fashion .ps-product__title {
  font-size: 18px;
  line-height: 24px;
}
.ps-product--detail .ps-product__info h1 {
  font-size: 28px;
  line-height: normal;
}
#quick_view-popup .ps-product__price {
  font-size: 18px !important;
}
.ps-product--detail .ps-product__price del {
  font-size: 18px !important;
}
#quick_view-popup .ps-product--detail .ps-product__block > h4 {
  font-size: 15px !important;
}
.ps-product--detail .ps-product__shopping .ps-btn {
  font-size: 15px !important;
}
#quick_view-popup .product-content-title {
  font-size: 15px !important;
}
#quick_view-popup .product-content-container .product-content-content.product-desc {
  font-size: 14px !important;
}
#quick_view-popup .product-content-container .product-content-content.product-desc2 {
  font-size: 14px !important;
}
#quick_view-popup .ps-product--detail .ps-product__sharing {
  font-size: 15px !important;
}
#quick_view-popup .ps-section .ps-section__title {
  font-size: 32px !important;
}
@media (max-width: 640px) {
  .ps-hero h3 {
    font-size: 28px;
  }
  .ps-hero p {
    font-size: 18px;
  }
  .page-catalog .dropdown-toggle {
    font-size: 16px;
  }
  .ps-filter__result p {
    font-size: 16px;
  }
  .ps-filter__trigger > p, .ps-filter__result p, .ps-list--filter li a {
    font-size: 16px;
  }
  .dropdown-menu.ps-list--filter li a {
    font-size: 14px;
  }
  .ps-badge span {
    padding: 2px 6px;
    font-size: 16px;
  }
  .ps-product--fashion .ps-product__hotel {
    font-size: 14px;
    line-height: 24px;
  }
  .ps-product--fashion .ps-product__title {
    font-size: 16px;
    line-height: 24px;
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
  }
  .ps-product--detail .ps-product__info h1 {
    font-size: 24px;
  }
  #quick_view-popup .ps-product__price {
    font-size: 18px !important;
  }
  .ps-product--detail .ps-product__price del {
    font-size: 18px !important;
  }
  #quick_view-popup .ps-product--detail .ps-product__block > h4 {
    font-size: 15px !important;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    font-size: 15px !important;
  }
  #quick_view-popup .product-content-title {
    font-size: 15px !important;
  }
  #quick_view-popup .product-content-container .product-content-content.product-desc {
    font-size: 14px !important;
  }
  #quick_view-popup .product-content-container .product-content-content.product-desc2 {
    font-size: 14px !important;
  }
  #quick_view-popup .ps-product--detail .ps-product__sharing {
    font-size: 15px !important;
  }
  #quick_view-popup .ps-section .ps-section__title {
    font-size: 24px !important;
  }
}

/* shop.php */
@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px;
  }
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

.ps-footer.site-footer.fixedtobottom{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/* Calendar icon */
.hasDatepicker ~ div.icon-form-validation > img[src='images/checkout/calendar.png'] {
  cursor: pointer;
}

.info-icon-container {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customTooltip {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: right;
  z-index: 1;
}

.customTooltip.voucher-title {
  position: initial;
}

.customTooltip.voucher-title .info-icon-container {
  height: 20px;
  width: 20px;
  margin: 0 0 0 8px;
}

.customTooltip__popup__price.rpsDesktop {
  display: none;
}

.customTooltip__popup {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: -20px;
  max-width: 300px;
  width: 28vw;
  min-width: 180px;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
}

.customTooltip__popup * {
  font-family: MS, sans-serif;
}

.customTooltip__trigger:hover .customTooltip__popup {
  display: block;
}

@media (min-width: 768px) {
  /* .customTooltip__popup {
    position: fixed;
  } */

  .customTooltip__popup__price {
    display: none;
  }

  .customTooltip__popup__price.rpsDesktop {
    display: block;
  }
}

.invoice .ps-radio--small > label:before {
  border-color: inherit;
}

.invoice .btn-link {
  color: #e1ad1f;
  text-decoration: underline;
}

#checkout-point-container {
    margin-top: 20px;
    background-color: #FFF;
    padding: 20px;
    display: none;
}

#checkout-point-container .point-slider-min-point-required {
    font-size: 16px;
    font-family: WH, sans-serif;
    color: #000;
    font-weight: normal;
    margin-top: 20px;
}

.checkout-total-amount-due {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.checkout-total-cash-point-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.checkout-total-amount-due .ps-checkout_total {
    font-family: MS, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

/* Original Price/Point */

.ps-original__product__price,
.ps-original__product__point {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  line-height: 14px !important;
  color: #818181 !important;
  font-size: 14px !important;

}

.ps-original__product__price img,
.ps-original__product__point img {
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px;
  display: inline;
}

.ps-original__product__point .del-point-text{
  display: contents;
}

.ps-original__product__price del,
.ps-original__product__point del{
  color: #818181 !important;
}

.ps-original__product__point .original-price-label-or {
  color: #818181 !important;
}

/* Sale Price/Point */

.ps-sale__product__price,
.ps-sale__product__point {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  line-height: 14px !important;
  color: #a7b192 !important;
  font-size: 14px !important;
}

.ps-sale__product__price img,
.ps-sale__product__point img {
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px;
  display: inline;
}

.ps-sale__product__point .sale-point-text-group{
  display: contents;
}

.ps-sale__product__point span{
  /* color: #a7b192 !important; */
  color: #000 !important;
}

.ps-sale__product__price .price-text{
  color: #000000 !important;
}

.ps-sale__product__price .original-price-label-or {
  /* color: #a7b192 !important; */
  color: #000 !important;
}

/* point */
.ps-product__point .point-text {
    margin-right: 5px;
    color: inherit !important;
}

.ps-product__point, .ps-product__point * {
    color: #818181 !important;
    font-family: MS, sans-serif;
    font-weight: 500;
    text-align: left;
}

/* .ps-product__content .ps-product__point, .ps-product__content .ps-product__point *
.ps-product__info .ps-product__point, .ps-product__info .ps-product__point *,
.ps-cart-item .ps-product__point, .ps-cart-item .ps-product__point *
.cart_item .ps-product__point, .cart_item .ps-product__point * {
    color: #818181 !important;
    font-family: MS, sans-serif;
    font-weight: 500;
    text-align: left;
} */

.ps-product__point {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    line-height: 16px !important;
    color: #818181 !important;
    font-family: MS, sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.ps-product--fashion .ps-product__point {
    justify-content: center;
    text-align: center;
    margin-top: 8px;
}
.ps-product--detail .ps-product__price_point_container .ps-product__point {
    justify-content: flex-start;
    margin: 0 0 0 5px;
}
.dropdown-menu .ps-product__point{
    justify-content: flex-start;
    margin-top: 5px;
    font-size: 14px !important;
}
.ps-cart-item .ps-product__point,
.cart_item .ps-product__point {
    justify-content: flex-start;
    margin: 5px 0 5px 0px;
}
.cart_item .ps-product__point {
    font-size: 12px !important;
    line-height: 14px !important;
    justify-content: flex-end;
}
.checkout-total-cash-point-container .ps-product__point{
    justify-content: flex-start;
    margin-top: 5px;
}
.order_completed .ps-product__point {
    justify-content: center;
    text-align: center;
}
.hotel-subtotal .ps-product__point {
    justify-content: flex-end;
    font-size: 14px !important;
}

.hotel-product-list .ps-product__point {
    justify-content: flex-end;
    font-size: 14px !important;
}

.order-summary-list .ps-product__point {
    justify-content: flex-end;
    font-size: 14px !important;
}

.ps-product__point img {
    width: 16px !important;
    height: 16px !important;
    margin: 0 5px;
}
.ps-product--fashion .ps-product__point img {
    display: inline;
    margin: 0 3px;
}
.dropdown-menu .ps-product__point img{
    margin: 0 5px 0 0;
}
.cart_item .ps-product__point img {
    width: 14px !important;
    height: 14px !important;
    margin: 0 3px;
}

.gc-point {
    display: none;
}

.ps-btn:disabled:hover {
/*    background-color: #aaa;*/
/*    border-color: #aaa;*/
    cursor: not-allowed;
}

.ps-insufficient_point_msg {
    color: #FF3333;
    font-size: 16px;
    font-family: WH, sans-serif;
    font-weight: bold;
    display: none;
}

#form-2fa * {
}

#form-2fa h1 {
    font-size: 34px;
    color: #000;
}

#form-2fa p {
    font-size: 16px;
    color: #000;
    font-family: WH, sans-serif;
}

#form-2fa .close {
    font-size: 44px;
    opacity: .5;
}

#form-2fa .modal-header {
    border-bottom: 0 none !important;
}

#form-2fa .modal-content {
    border: 0 none !important;
    border-radius: 0;
}

#form-2fa .modal-body {
    padding-bottom: 120px;
}

#form-2fa .row {
    margin-left: 0;
    margin-right: 0;
}

#form-2fa #code-not-received {
    padding: 0;
    color: #e1ad1f;
    text-decoration: underline;
    font-size: 14px;
    font-family: WH, sans-serif;
}

#form-2fa #verification-code-2fa {
    height: 40px;
}

#form-2fa .btn-send-code {
    height: 40px;
    width: 100%;
    font-size: 15px;
/*    background-color: #a7b192;*/
    color: #333;
    text-decoration-line: none;
    text-transform: capitalize;
    border: 0;
/*    font-family: WH, sans-serif;*/
/*    letter-spacing: 1px;*/
}

#form-2fa .btn-send-code:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
    .btn-send-code {
      margin-top: 1rem;
    }
}

#form-2fa #verify-main {
    background-image: url('../images/point/verify-2fa-bg.jpeg');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.form-control[readonly]{
  background-color: inherit;
}

.gols-cs{
  font-size: 12px !important;
  text-decoration: underline;
}

.main-menu {
  opacity: 0;
}
.main-menu.menu-loaded {
  opacity: 1;
}

/*Event Point*/
/* Sale Price/Point */

.event-item-list__item__point_p {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: end;
  line-height: 14px !important;
  /* color: #a7b192 !important; */
  color: #000 !important;
  font-size: 14px !important;
}

.event-item-list__item__point_p img {
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px;
  display: inline;
}

.event-item-list__item__point_p .event-item-list__item__point-text-group{
  display: contents;
}

.event-item-list__item__point_p span{
  /* color: #a7b192 !important; */
  color: #000 !important;
}

.event-package__point_p {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: end;
  line-height: 14px !important;
  color: #a7b192 !important;
  font-size: 14px !important;
}

.event-package__point_p img {
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px;
  display: inline;
}

.event-package__point_p .event-package__point-text-group {
  display: contents;
}

.event-package__point_p span{
  color: #a7b192 !important;
}

/* Total Points */
.total-points-p {
  display: flex;
}

.total-points-p img {
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px;
  display: inline;
}

.total-points-p .event-item-list__item__point-text-group{
  display: contents;
}

.total-points-p span{
  color: #a7b192 !important;
}

/* Product add-on form */
#add_on_option_form-popup .mfp-close {
  display: none;
}
#add_on_option_form-popup .ps-container {
  width: auto !important;
}
#add_on_option_form-popup .slick-list {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}
#add_on_option_form-popup .slick-slide {
  max-width: 500px !important;
}
#add_on_option_form-popup .f18 {
  font-size: 14px !important;
}
#add_on_option_form-popup .ps-slider--center .owl-prev {
  transform: translate(-30%, -100%);
}
#add_on_option_form-popup .ps-slider--center .owl-next {
  transform: translate(30%, -100%);
}
#add_on_option_form-popup .ps-product__preview img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cart-item-container .ps-checkout_desc button.add-on-option-btn {
/*    height: 30px;*/
/*    width: auto;*/
    font-size: 15px;
/*    background-color: #a7b192;*/
/*    color: #FFF;*/
    text-decoration-line: none;
}
#add_on_option_form-popup .popup-close {
  background-color: #fff;
  padding: 10px;
  position: relative;
}
#add_on_option_form-popup .popup-close-btn {
  width: 20px;
  height: 20px;
  background-image: url('../images/product/close.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#add_on_option_form-popup .ps-product--detail .ps-product__block > h4 {
  border-bottom-width: 0px;
  text-transform: uppercase;
}
#add_on_option_form-popup .ps-product--detail .ps-product__size {
  margin-bottom: 20px;
}
#add_on_option_form-popup .ps-product--detail .ps-product__size > h4 a {
  float: none;
  margin-left: 20px;
  color: #e1ad1f;
  font-style: normal;
  text-transform: none;
}
#add_on_option_form-popup .form-group--number {
  display: inline-flex;
}
#add_on_option_form-popup .form-group--number button {
  height: 50px;
  width: 30px;
  font-size: 15px;
  background-color: transparent;
  color: #9A750F;
}
#add_on_option_form-popup .form-group--number input.form-control {
  top: 0px;
  margin-right: 0px;
  width: 40px;
  height: 30px;
  padding-bottom: 2px;
  border: 0px solid #FFFFFF;
  background-color: transparent;
}
#add_on_option_form-popup .form-group--number input.form-control:focus {
  border-color: #FFFFFF;
}
#add_on_option_form-popup .add-on-option-quantity-remove-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#add_on_option_form-popup .add-on-option-row-container {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 15px;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping>div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-btn,
#add_on_option_form-popup .add-on-option-quantity-remove-container .ps-btn {
/*  color: #333;*/
/*  background-color: #fff;*/
/*  border: 1px solid #333;*/
  text-transform: uppercase;
  font-weight: normal !important;
  width: auto;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-btn:hover,
#add_on_option_form-popup .add-on-option-quantity-remove-container .ps-btn:hover {
/*  border-color: #E8D8B3 !important;*/
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions a {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  text-transform: uppercase;
  font-weight: normal !important;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions a i:before {
  color: #333;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish {
  width: 47px;
  height: 47px;
  border-radius: 4px;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover,
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added {
  background-color: #a7b092;
  border: #a7b092;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart:before,
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart:before {
  color: transparent;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart, 
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart {
  font-size: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish:hover > .ps-icon-heart {
  background-image: url('../images/product/wishlist-hover@2x.png?v=2');
}
#add_on_option_form-popup .ps-product--detail .ps-product__shopping .ps-product__actions .ps-product__wish.added > .ps-icon-heart {
  background-image: url('../images/product/wishlist-added-hover@2x.png?v=2');
}
#add_on_option_form-popup .product-content-title {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-right: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
#add_on_option_form-popup .product-content-container {
  margin-left: 0px;
  /*margin-right: 70px;*/
  border-bottom: 1px solid #e5e5e5;
}
#add_on_option_form-popup .product-content-container:first-child {
  border-top: 1px solid #e5e5e5;
}
#add_on_option_form-popup .product-content-container .product-content-expanded {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/home/expand.png);
  background-position: center;
  background-size: contain;
}
#add_on_option_form-popup .product-content-container.expanded .product-content-expanded {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/home/collapse.png);
  background-position: center;
  background-size: contain;
}
#add_on_option_form-popup .product-content-container .product-content-content {
  /* display: none; */
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#add_on_option_form-popup .product-content-container.expanded .product-content-content {
  /* display: block; */
  opacity: 1;
  height: auto;
  margin-right: 30px;
  padding-bottom: 10px;
}
#add_on_option_form-popup .product-content-container .product-content-content.product-desc,
#add_on_option_form-popup .product-content-container .product-content-content.product-desc2,
#add_on_option_form-popup .product-content-container .product-content-content.delivery-terms {
  font-size: 14px;
}
#add_on_option_form-popup .ps-product--detail .ps-product__sharing {
  margin-top: 20px;
}
#add_on_option_form-popup .ps-product--detail .ps-product__sharing a {
  background-color: #333;
}
#add_on_option_form-popup .size-option-container {
  display: flex;
}
#add_on_option_form-popup .size-option-container .size-option-item {
  padding: 5px 20px;
  border: 1px solid #a7b292;
  margin-right: 10px;
}
#add_on_option_form-popup .size-option-container .size-option-item:hover {
  border: 1px solid #E8D8B3;
}
#add_on_option_form-popup .size-option-container .size-option-item.selected {
  padding: 5px 20px;
  border: 1px solid #a7b292;
  margin-right: 10px;
  background-color: #a7b292;
  color: #fff;
}
#add_on_option_form-popup .size-option-container .size-option-item.selected:hover {
  border: 1px solid #a7b292;
}

#cart-item-container .ps-checkout_desc button.edit-add-on-option-btn,
#cart-item-container .ps-checkout_desc button.edit-add-on-option-btn:hover {
  color: #e1ad1f;
  text-decoration: underline;
}

/* * Address book */
.address-book .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}

.address-book .modal-header .close {
  font-size: 50px;
  color: #222021;
}

.address-book h4 {
  text-align: left;
  font-size: 20px;
}

.address-book .btn-link {
  color: #e1ad1f;
  text-decoration: underline;
}

.address-book .address-block-list>.address-block:not(:last-child) {
  margin-bottom: 25px;
}

.address-book .select-address-btn,
.address-book .new-address-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}

.address-book .new-address-btn i {
  line-height: 1.42857143;
}

/* * Styling for address related blocks and buttons */
.address-book .address-block,
.address-book .select-address-btn,
.address-book .new-address-btn {
  display: flex;
  border: 1px solid grey;
  padding: 14px;
  text-align: left;
}

.address-book .address-block {
  gap: 8px;
  line-height: 1.55;
}

.address-book .address-block.selectable,
.address-book .select-address-btn,
.address-book .new-address-btn {
  cursor: pointer;
  color: grey;
}

.address-book .address-block.selectable:hover,
.address-book .address-block.selectable.selected,
.address-book .select-address-btn:hover,
.address-book .select-address-btn.selected,
.address-book .new-address-btn:hover,
.address-book .new-address-btn.selected {
  border: 1px solid #e1ad1f;
  color: inherit;
}

/* Disabled */
.address-book .address-block.selectable:disabled,
.address-book .select-address-btn:disabled,
.address-book .new-address-btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;;
  border: 1px solid grey;
  color: inherit;

}

.address-book .address-block .customer-info {
  flex: 2;
}

.address-book .address-block .customer-info .name,
.address-book .address-block .customer-address .address__label {
  line-height: 2;
  font-weight: bold;
}

.address-book .address-block .customer-address {
  flex: 4;
}

.address-book .action-group {
  flex: 0;
  white-space: nowrap;
}

.address-book .action-group .btn-link {
  padding: unset;
}

.address-book .modal-footer {
  border: none;
  text-align: center;
}

.address-book .btn-group {
  display: flex;
  gap: 8px;
}

.address-book .btn-group button {
  flex: 1;
/*  background: #ffffff;*/
/*  border: 1px solid grey;*/
/*  border-radius: unset;*/
/*  padding: 12px;*/
}

.address-book.checkout {
  margin-bottom: 40px;
}

.address-book.checkout .btn-group {
  margin-bottom: 8px;
}

.address-book.checkout .select-address-btn,
.address-book.checkout .new-address-btn,
.address-book.address-book-page .new-address-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
}

.address-book.checkout .address-block {
  border-color: grey;
  cursor: auto;
}

.address-book.address-book-page .new-address-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: 320px;
}

.address-book .label-max-address-reached {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  .address-book .address-block {
    flex-direction: column;
  }

  .address-book .action-group {
    text-align: right;
  }
}

.adyen-checkout__card__brands {
  display: none !important;
}

.main_banner-1 .ps-section__desc.MS *,
.main_banner-2 .ps-section__desc.MS * {
  font-family: MS, sans-serif;
}

.MS.gc-in *, .MS.gc-out * {
  font-family: MS, sans-serif;
}

.page-catalog .ps-section.promo-container h2.ps-section__title {
  font-size: 28px;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.home_carousel_banner_container {
  position: relative;
  height: auto;
}
.home_carousel_banner_container .owl-nav .owl-prev,
.home_carousel_banner_container .owl-nav .owl-next {
  background-color: #000000bc;
  border-radius: 50%;
}
.home_carousel_banner_container .owl-nav .owl-prev {
  margin-left: 5px;
}
.home_carousel_banner_container .owl-nav .owl-next {
  margin-right: 5px;
}
.home_carousel_banner_container .owl-nav .owl-prev .ps-icon-arrow-left:before,
.home_carousel_banner_container .owl-nav .owl-next .ps-icon-arrow-right:before {
  color: transparent;
}
.home_carousel_banner_container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.home_carousel_banner_container.home_carousel_banner_container_no_pading {
  padding-top: 0px;
  padding-bottom: 0px;
}

.home_carousel_banner_content {
  text-align: center;
/*  padding-top: 30px;*/
/*  padding-bottom: 30px;*/
}
.home_carousel_banner_background_img,
.home_carousel_banner_background_overlay_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home_carousel_banner_background_img {
  z-index: -2;
}
.home_carousel_banner_background_overlay_img {
  z-index: -1;
}
.home_carousel_banner_title,
.home_carousel_banner_subtitle,
.home_carousel_banner_link {
  font-family: MS, "Poppins", sans-serif;
  color: white;
  width: 40%;
  min-width: 500px;
}
.home_carousel_banner_title,
.home_carousel_banner_link {
  font-weight: bold;
}
.home_carousel_banner_title {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: left;
}
.home_carousel_banner_subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
.home_carousel_banner_link {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
.home_carousel_banner_button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}

#home_carousel_banner_A.home_carousel_banner_container {
  position: relative;
/*  height: 70vh;
  min-height: 400px;
  max-height: 600px;*/
  height: 600px;
  cursor: pointer;
}
#home_carousel_banner_A .home_carousel_banner_content {
  position: absolute;
  padding: 10px 20px;
/*  bottom: 30px;*/
  bottom: 0px;
  text-align: left;
  width: 100%;
  background: linear-gradient(to bottom, rgb(30, 30, 30, 0), rgba(60, 60, 60, 0.6));
}
.home_carousel_banner_slider {
/*  height: 70vh;*/
/*  min-height: 400px;*/
/*  max-height: 600px;*/
  height: 600px;
}
#home_carousel_banner_A .home_carousel_banner_background_img.home_carousel_banner_desktop_background_img {
  display: block;
}
#home_carousel_banner_A .home_carousel_banner_background_img.home_carousel_banner_mobile_background_img {
  display: none;
}
#home_carousel_banner_A .owl-dots {
  visibility: hidden;
}
@media (max-width: 479px) {
  #home_carousel_banner_A .home_carousel_banner_background_img.home_carousel_banner_desktop_background_img {
    display: none;
  }
  #home_carousel_banner_A .home_carousel_banner_background_img.home_carousel_banner_mobile_background_img {
    display: block;
  }
  #home_carousel_banner_A .home_carousel_banner_title {
    font-size: 20px;
  }
  #home_carousel_banner_A .home_carousel_banner_subtitle {
    display: none;
  }
  #home_carousel_banner_A ..home_carousel_banner_link {
    font-size: 10px;
  }
  #home_carousel_banner_A.home_carousel_banner_container,
  .home_carousel_banner_slider {
    height: 450px;
  }
  #home_carousel_banner_A .home_carousel_banner_content {
    bottom: 0px;
  }
  .home_carousel_banner_title,
  .home_carousel_banner_subtitle,
  .home_carousel_banner_link {
    min-width: 0px;
    width: 100%;
  }
}

.modal-title {
  max-width: calc(100% - 12px);
}