.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 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.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-product--fashion {
  border: 1px solid transparent;
}
.ps-product--fashion .ps-product__content {
  padding: 10px 20px 10px 20px;
}
.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__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 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: 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;
}
#delivery-popup .delivery-popup-section2 .section2-container .ps-btn, button.ps-btn {
  font-size: 14px !important;
  padding: 10px 15px;
}
#delivery-popup .delivery-popup-section2 .section2-container .input-label {
    font-size: 12px;
    line-height: 12px;
    font-family: MS, sans-serif;
    margin-bottom: 5px;
}
#delivery-popup .delivery-popup-section2 .section2-container .ps-select.bootstrap-select.btn-group {
    margin-top: -5px;
}
#delivery-popup .delivery-popup-section2 .section2-container .caret {
    display: inline-block;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -1px;
}
#delivery-popup .delivery-popup-section2 .section2-container .dropdown-menu li {
  font-family: MS, sans-serif;
}
#delivery-popup .delivery-popup-section2 .section2-container .open>.dropdown-menu {
  display: block;
}
#delivery-popup .delivery-popup-section2 .section2-container .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: normal;
}
#delivery-popup .delivery-popup-section2 .section2-container .dropdown-toggle::after {
  content: none;
}
@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 {
  font-weight: normal;
  color: #fff;
  margin: 15px;
}
.header-sticky,
.navigation--sticky .navigation,
.header--3 .navigation {
  background-color: #F4F0EE !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation--sticky.pin {
  padding-bottom: 0px;
}
/*
.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: 10px;
  padding-bottom: 10px;
}
.navigation--sticky.pin.header-sticky,
.navigation--sticky.pin .navigation--sticky .navigation,
.navigation--sticky.pin .header--3 .navigation.main-navigation {
  background-color: #F4F0EE !important;
}

/* Sticky handle */
.navigation--sticky.pin .ps-container.icons-bar {
  /*display: none;*/
  position: absolute;
  top: -150%;
  width: 100%;
  z-index: 1;
}
.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) {
  .navigation--sticky.pin .ps-container.icons-bar .right .ps-cart {
    top: 110px;
  }
  .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;
}
.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:hover .ps-product__thumbnail .ps-product__overlay {
  background-color: transparent !important;
}
.ps-product--fashion:hover .ps-product_img2,
.home .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img2,
.ps-product--detail .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img2 {
  display: block;
}
.ps-product--fashion:hover .ps-product_img1,
.home .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img1,
.ps-product--detail .owl-carousel .owl-item .ps-product--fashion:hover .ps-product_img1 {
  display: none;
}
.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;
}
@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);
  }
  .header--3 .header__top .center {
    display: none;
  }
  .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% - 50px);
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) {
  .header-sticky,
  .navigation--sticky .navigation,
  .header--3 .navigation {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ps-logo img {
    max-height: 50px;
    max-width: 100px;
  }
  .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-location {
    margin-top: -17px !important;
  }
  .ps-dropdown-language {
    margin-top: 4px !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;
  }
  .header--3 .header__top .right .header__links {
    margin-top: -10px !important;
  }
  .navigation.main-navigation .ps-logo {
    width: 120px;
    left: calc(50% - 50px);
  }
}
@media (max-width: 479px) {
  .header--3 .header__top {
    padding: 0px 0px !important;
  }
}
.menu > li > a {
  color: #333333;
}
.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, 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%);
}
.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;
}
@media (max-width: 600px) {
  .ps-product--fashion .ps-product__actions.top-right > li > a {
    opacity: 1 !important;
  }
}

.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;
}
#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%);
}

#toast-added-to-cart,
#toast-added-to-cart-fail,
#toast-checkout-fail,
#toast-coupon-used-fail {
  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-checkout-fail .alert,
#toast-coupon-used-fail .alert {
  white-space: normal;
}
#toast-added-to-cart .btn,
#toast-added-to-cart-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;
  }
  .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__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__price {
  font-size: 14px;
  font-weight: normal;
  color: #5b5b5b;
}
.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;
}
.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;
}
.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;
}
.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.jpg?v=2');
  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-SLKL {
  background-image: url('../images/home/hotel_assets/SLKL.png');
  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, 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: 25px 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 .navigation.main-navigation {
  display: none;
}
.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 .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;
}
.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;
}

.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: 30px;
  width: 30px;
  font-size: 15px;
  background-color: #FFFFFF;
  color: #9A750F;
}

#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;
}
#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-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;
}

#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: 30px;
  width: 30px;
  font-size: 15px;
  background-color: #a7b192;
}

#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"],
input.form-control[type="phone"] {
  font-size: 16px;
  line-height: 20px;
  font-family: MS, sans-serif;
}
/*input.input-text.qty,*/
input.border-w1 {
  border-width: 1px !important;
}
textarea.border-w1 {
  border-width: 1px !important;
  padding: 6px 12px;
}
.input-label {
  font-size: 12px;
  line-height: 12px;
  font-family: WH, MS, sans-serif;
}
.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;
}

#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;
}

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

.purchase-history-contaienr {
  max-width: 1280px;
}
.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;
}

.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__title {
  font-size: 18px;
  line-height: 24px;
}
.ps-product--detail .ps-product__info h1 {
  font-size: 32px;
}
#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__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;
  }
}
